Skip to content

Commit f27eeeb

Browse files
Updated API models and rebuilt service gems.
1 parent 742a1e6 commit f27eeeb

File tree

66 files changed

+3092
-1589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+3092
-1589
lines changed

apis/acm-pca/2017-08-22/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"acm-pca",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"ACM-PCA",
910
"serviceFullName":"AWS Certificate Manager Private Certificate Authority",
1011
"serviceId":"ACM PCA",

apis/acm-pca/2017-08-22/waiters-2.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"state": "retry",
1717
"matcher": "error",
1818
"expected": "RequestInProgressException"
19+
},
20+
{
21+
"state": "failure",
22+
"matcher": "error",
23+
"expected": "AccessDeniedException"
1924
}
2025
]
2126
},
@@ -34,6 +39,11 @@
3439
"state": "retry",
3540
"matcher": "error",
3641
"expected": "RequestInProgressException"
42+
},
43+
{
44+
"state": "failure",
45+
"matcher": "error",
46+
"expected": "AccessDeniedException"
3747
}
3848
]
3949
},
@@ -54,6 +64,11 @@
5464
"matcher": "path",
5565
"argument": "AuditReportStatus",
5666
"expected": "FAILED"
67+
},
68+
{
69+
"state": "failure",
70+
"matcher": "error",
71+
"expected": "AccessDeniedException"
5772
}
5873
]
5974
}

apis/connect/2017-08-08/docs-2.json

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

apis/kafka/2018-11-14/api-2.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,6 +2362,19 @@
23622362
}
23632363
}
23642364
},
2365+
"BrokerCountUpdateInfo" : {
2366+
"type" : "structure",
2367+
"members" : {
2368+
"CreatedBrokerIds" : {
2369+
"shape" : "__listOf__double",
2370+
"locationName" : "createdBrokerIds"
2371+
},
2372+
"DeletedBrokerIds" : {
2373+
"shape" : "__listOf__double",
2374+
"locationName" : "deletedBrokerIds"
2375+
}
2376+
}
2377+
},
23652378
"ConsumerGroupReplication": {
23662379
"type": "structure",
23672380
"members": {
@@ -4306,6 +4319,10 @@
43064319
"StorageMode" : {
43074320
"shape" : "StorageMode",
43084321
"locationName" : "storageMode"
4322+
},
4323+
"BrokerCountUpdateInfo" : {
4324+
"shape": "BrokerCountUpdateInfo",
4325+
"locationName" : "brokerCountUpdateInfo"
43094326
}
43104327
}
43114328
},
@@ -5609,6 +5626,12 @@
56095626
"shape" : "UnprocessedScramSecret"
56105627
}
56115628
},
5629+
"__listOf__double" : {
5630+
"type" : "list",
5631+
"member" : {
5632+
"shape" : "__double"
5633+
}
5634+
},
56125635
"__listOf__string": {
56135636
"type": "list",
56145637
"member": {

apis/kafka/2018-11-14/docs-2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,12 @@
294294
"UpdateConnectivityRequest$ConnectivityInfo" : "<p>Information about the broker access configuration.</p>"
295295
}
296296
},
297+
"BrokerCountUpdateInfo" : {
298+
"base" : "<p>Describes brokers being changed during a broker count update.</p>",
299+
"refs" : {
300+
"MutableClusterInfo$BrokerCountUpdateInfo" : "<p>Describes brokers being changed during a broker count update.</p>"
301+
}
302+
},
297303
"ConsumerGroupReplication" : {
298304
"base" : "<p>Details about consumer group replication.</p>",
299305
"refs" : {
@@ -1197,6 +1203,13 @@
11971203
"BatchDisassociateScramSecretResponse$UnprocessedScramSecrets" : "<p>List of errors when disassociating secrets to cluster.</p>"
11981204
}
11991205
},
1206+
"__listOf__double" : {
1207+
"base" : null,
1208+
"refs" : {
1209+
"BrokerCountUpdateInfo$CreatedBrokerIds" : "<p>List of Broker Ids when creating new Brokers in a cluster.</p>",
1210+
"BrokerCountUpdateInfo$DeletedBrokerIds" : "<p>List of Broker Ids when deleting existing Brokers in a cluster.</p>"
1211+
}
1212+
},
12001213
"__listOf__string" : {
12011214
"base" : null,
12021215
"refs" : {

0 commit comments

Comments
 (0)