Skip to content

Commit e9394f1

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent ccb4c04 commit e9394f1

File tree

33 files changed

+4950
-4971
lines changed

33 files changed

+4950
-4971
lines changed

apis/devops-guru/2020-12-01/api-2.json

Lines changed: 33 additions & 2 deletions
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":{

apis/devops-guru/2020-12-01/docs-2.json

Lines changed: 32 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)