Skip to content

Commit 1abeab9

Browse files
Update models for release
1 parent 20ca670 commit 1abeab9

16 files changed

+556
-418
lines changed

.changes/3.273.7

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "enhancement",
4+
"category": "RDS",
5+
"description": "Documentation improvements for create, describe, and modify DB clusters and DB instances."
6+
},
7+
{
8+
"type": "enhancement",
9+
"category": "FSx",
10+
"description": "Update to Amazon FSx documentation."
11+
},
12+
{
13+
"type": "enhancement",
14+
"category": "VerifiedPermissions",
15+
"description": "Added improved descriptions and new code samples to SDK documentation."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "DevOpsGuru",
20+
"description": "This release adds support for encryption via customer managed keys."
21+
}
22+
]

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\DevOpsGuru` - This release adds support for encryption via customer managed keys.
6+
* `Aws\FSx` - Update to Amazon FSx documentation.
7+
* `Aws\RDS` - Documentation improvements for create, describe, and modify DB clusters and DB instances.
8+
* `Aws\VerifiedPermissions` - Added improved descriptions and new code samples to SDK documentation.
9+
310
## 3.273.6 - 2023-06-22
411

512
* `Aws\ChimeSDKIdentity` - AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages

src/data/devops-guru/2020-12-01/api-2.json

+33-2
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,28 @@
13341334
"exception":true,
13351335
"fault":true
13361336
},
1337+
"KMSKeyId":{
1338+
"type":"string",
1339+
"max":2048,
1340+
"min":1,
1341+
"pattern":"^.*$"
1342+
},
1343+
"KMSServerSideEncryptionIntegration":{
1344+
"type":"structure",
1345+
"members":{
1346+
"KMSKeyId":{"shape":"KMSKeyId"},
1347+
"OptInStatus":{"shape":"OptInStatus"},
1348+
"Type":{"shape":"ServerSideEncryptionType"}
1349+
}
1350+
},
1351+
"KMSServerSideEncryptionIntegrationConfig":{
1352+
"type":"structure",
1353+
"members":{
1354+
"KMSKeyId":{"shape":"KMSKeyId"},
1355+
"OptInStatus":{"shape":"OptInStatus"},
1356+
"Type":{"shape":"ServerSideEncryptionType"}
1357+
}
1358+
},
13371359
"ListAnomaliesForInsightFilters":{
13381360
"type":"structure",
13391361
"members":{
@@ -2377,6 +2399,13 @@
23772399
"NextToken":{"shape":"UuidNextToken"}
23782400
}
23792401
},
2402+
"ServerSideEncryptionType":{
2403+
"type":"string",
2404+
"enum":[
2405+
"CUSTOMER_MANAGED_KEY",
2406+
"AWS_OWNED_KMS_KEY"
2407+
]
2408+
},
23802409
"ServiceCollection":{
23812410
"type":"structure",
23822411
"members":{
@@ -2406,7 +2435,8 @@
24062435
"type":"structure",
24072436
"members":{
24082437
"OpsCenter":{"shape":"OpsCenterIntegration"},
2409-
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegration"}
2438+
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegration"},
2439+
"KMSServerSideEncryption":{"shape":"KMSServerSideEncryptionIntegration"}
24102440
}
24112441
},
24122442
"ServiceName":{
@@ -2663,7 +2693,8 @@
26632693
"type":"structure",
26642694
"members":{
26652695
"OpsCenter":{"shape":"OpsCenterIntegrationConfig"},
2666-
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegrationConfig"}
2696+
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegrationConfig"},
2697+
"KMSServerSideEncryption":{"shape":"KMSServerSideEncryptionIntegrationConfig"}
26672698
}
26682699
},
26692700
"UpdateServiceIntegrationRequest":{

src/data/devops-guru/2020-12-01/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/devops-guru/2020-12-01/docs-2.json

+32-4
Large diffs are not rendered by default.

src/data/devops-guru/2020-12-01/docs-2.json.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)