aws-sdk-core 2.11.196 → 2.11.197
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/acm-pca/2017-08-22/examples-1.json +2 -2
- data/apis/acm-pca/2017-08-22/paginators-1.json +8 -2
- data/apis/acm-pca/2017-08-22/waiters-2.json +55 -0
- data/apis/dynamodb/2012-08-10/api-2.json +8 -1
- data/apis/sms-voice/2018-09-05/api-2.json +15 -0
- data/apis/states/2016-11-23/api-2.json +126 -0
- data/endpoints.json +24 -0
- data/lib/aws-sdk-core/acmpca.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 010d006968c3784d8085ea22974b88d7e3020e46
|
|
4
|
+
data.tar.gz: 10f88e8ecfd575353c940548ebb2146789e5b9e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8d567764bb04b44b5b762e5e19699e038f2f1765a99b2eb4502deb4b1b4e65e126fceae6f82d9827a2f91d0d13281e34fd81d6d43fb7bb59dc5e2c88add7de1
|
|
7
|
+
data.tar.gz: 15f3ed0492556d1eb266709213dead47c9992abe4bdc9cdcb224cf4c034962cc92a6cf54e618dec25029ed9c2a7c22d792e238ea8a0f8e8c174e7a3f215ed65e
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 2,
|
|
3
|
+
"waiters": {
|
|
4
|
+
"CertificateAuthorityCSRCreated": {
|
|
5
|
+
"description": "Wait until a Certificate Authority CSR is created",
|
|
6
|
+
"operation": "GetCertificateAuthorityCsr",
|
|
7
|
+
"delay": 3,
|
|
8
|
+
"maxAttempts": 60,
|
|
9
|
+
"acceptors": [
|
|
10
|
+
{
|
|
11
|
+
"state": "success",
|
|
12
|
+
"matcher": "status",
|
|
13
|
+
"expected": 200
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"state": "retry",
|
|
17
|
+
"matcher": "error",
|
|
18
|
+
"expected": "RequestInProgressException"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"CertificateIssued": {
|
|
23
|
+
"description": "Wait until a certificate is issued",
|
|
24
|
+
"operation": "GetCertificate",
|
|
25
|
+
"delay": 3,
|
|
26
|
+
"maxAttempts": 60,
|
|
27
|
+
"acceptors": [
|
|
28
|
+
{
|
|
29
|
+
"state": "success",
|
|
30
|
+
"matcher": "status",
|
|
31
|
+
"expected": 200
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"state": "retry",
|
|
35
|
+
"matcher": "error",
|
|
36
|
+
"expected": "RequestInProgressException"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"AuditReportCreated": {
|
|
41
|
+
"description": "Wait until a Audit Report is created",
|
|
42
|
+
"operation": "DescribeCertificateAuthorityAuditReport",
|
|
43
|
+
"delay": 3,
|
|
44
|
+
"maxAttempts": 60,
|
|
45
|
+
"acceptors": [
|
|
46
|
+
{
|
|
47
|
+
"state": "success",
|
|
48
|
+
"matcher": "path",
|
|
49
|
+
"argument": "AuditReportStatus",
|
|
50
|
+
"expected": "SUCCESS"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -462,6 +462,7 @@
|
|
|
462
462
|
"errors":[
|
|
463
463
|
{"shape":"ResourceNotFoundException"},
|
|
464
464
|
{"shape":"TransactionCanceledException"},
|
|
465
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
|
465
466
|
{"shape":"InternalServerError"}
|
|
466
467
|
],
|
|
467
468
|
"endpointdiscovery":{
|
|
@@ -480,6 +481,7 @@
|
|
|
480
481
|
{"shape":"TransactionCanceledException"},
|
|
481
482
|
{"shape":"TransactionInProgressException"},
|
|
482
483
|
{"shape":"IdempotentParameterMismatchException"},
|
|
484
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
|
483
485
|
{"shape":"InternalServerError"}
|
|
484
486
|
],
|
|
485
487
|
"endpointdiscovery":{
|
|
@@ -949,6 +951,11 @@
|
|
|
949
951
|
"CapacityUnits":{"shape":"ConsumedCapacityUnits"}
|
|
950
952
|
}
|
|
951
953
|
},
|
|
954
|
+
"ClientRequestToken":{
|
|
955
|
+
"type":"string",
|
|
956
|
+
"max":36,
|
|
957
|
+
"min":1
|
|
958
|
+
},
|
|
952
959
|
"Code":{"type":"string"},
|
|
953
960
|
"ComparisonOperator":{
|
|
954
961
|
"type":"string",
|
|
@@ -2583,7 +2590,7 @@
|
|
|
2583
2590
|
"ReturnConsumedCapacity":{"shape":"ReturnConsumedCapacity"},
|
|
2584
2591
|
"ReturnItemCollectionMetrics":{"shape":"ReturnItemCollectionMetrics"},
|
|
2585
2592
|
"ClientRequestToken":{
|
|
2586
|
-
"shape":"
|
|
2593
|
+
"shape":"ClientRequestToken",
|
|
2587
2594
|
"idempotencyToken":true
|
|
2588
2595
|
}
|
|
2589
2596
|
}
|
|
@@ -312,6 +312,9 @@
|
|
|
312
312
|
},
|
|
313
313
|
"Name" : {
|
|
314
314
|
"shape" : "String"
|
|
315
|
+
},
|
|
316
|
+
"SnsDestination" : {
|
|
317
|
+
"shape" : "SnsDestination"
|
|
315
318
|
}
|
|
316
319
|
}
|
|
317
320
|
},
|
|
@@ -329,6 +332,9 @@
|
|
|
329
332
|
},
|
|
330
333
|
"MatchingEventTypes" : {
|
|
331
334
|
"shape" : "EventTypes"
|
|
335
|
+
},
|
|
336
|
+
"SnsDestination" : {
|
|
337
|
+
"shape" : "SnsDestination"
|
|
332
338
|
}
|
|
333
339
|
},
|
|
334
340
|
"required" : [ ]
|
|
@@ -477,6 +483,15 @@
|
|
|
477
483
|
}
|
|
478
484
|
}
|
|
479
485
|
},
|
|
486
|
+
"SnsDestination" : {
|
|
487
|
+
"type" : "structure",
|
|
488
|
+
"members" : {
|
|
489
|
+
"TopicArn" : {
|
|
490
|
+
"shape" : "String"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"required" : [ ]
|
|
494
|
+
},
|
|
480
495
|
"String" : {
|
|
481
496
|
"type" : "string"
|
|
482
497
|
},
|
|
@@ -187,6 +187,19 @@
|
|
|
187
187
|
{"shape":"InvalidToken"}
|
|
188
188
|
]
|
|
189
189
|
},
|
|
190
|
+
"ListTagsForResource":{
|
|
191
|
+
"name":"ListTagsForResource",
|
|
192
|
+
"http":{
|
|
193
|
+
"method":"POST",
|
|
194
|
+
"requestUri":"/"
|
|
195
|
+
},
|
|
196
|
+
"input":{"shape":"ListTagsForResourceInput"},
|
|
197
|
+
"output":{"shape":"ListTagsForResourceOutput"},
|
|
198
|
+
"errors":[
|
|
199
|
+
{"shape":"InvalidArn"},
|
|
200
|
+
{"shape":"ResourceNotFound"}
|
|
201
|
+
]
|
|
202
|
+
},
|
|
190
203
|
"SendTaskFailure":{
|
|
191
204
|
"name":"SendTaskFailure",
|
|
192
205
|
"http":{
|
|
@@ -262,6 +275,33 @@
|
|
|
262
275
|
{"shape":"InvalidArn"}
|
|
263
276
|
]
|
|
264
277
|
},
|
|
278
|
+
"TagResource":{
|
|
279
|
+
"name":"TagResource",
|
|
280
|
+
"http":{
|
|
281
|
+
"method":"POST",
|
|
282
|
+
"requestUri":"/"
|
|
283
|
+
},
|
|
284
|
+
"input":{"shape":"TagResourceInput"},
|
|
285
|
+
"output":{"shape":"TagResourceOutput"},
|
|
286
|
+
"errors":[
|
|
287
|
+
{"shape":"InvalidArn"},
|
|
288
|
+
{"shape":"ResourceNotFound"},
|
|
289
|
+
{"shape":"TooManyTags"}
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
"UntagResource":{
|
|
293
|
+
"name":"UntagResource",
|
|
294
|
+
"http":{
|
|
295
|
+
"method":"POST",
|
|
296
|
+
"requestUri":"/"
|
|
297
|
+
},
|
|
298
|
+
"input":{"shape":"UntagResourceInput"},
|
|
299
|
+
"output":{"shape":"UntagResourceOutput"},
|
|
300
|
+
"errors":[
|
|
301
|
+
{"shape":"InvalidArn"},
|
|
302
|
+
{"shape":"ResourceNotFound"}
|
|
303
|
+
]
|
|
304
|
+
},
|
|
265
305
|
"UpdateStateMachine":{
|
|
266
306
|
"name":"UpdateStateMachine",
|
|
267
307
|
"http":{
|
|
@@ -904,6 +944,19 @@
|
|
|
904
944
|
"nextToken":{"shape":"PageToken"}
|
|
905
945
|
}
|
|
906
946
|
},
|
|
947
|
+
"ListTagsForResourceInput":{
|
|
948
|
+
"type":"structure",
|
|
949
|
+
"required":["resourceArn"],
|
|
950
|
+
"members":{
|
|
951
|
+
"resourceArn":{"shape":"Arn"}
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
"ListTagsForResourceOutput":{
|
|
955
|
+
"type":"structure",
|
|
956
|
+
"members":{
|
|
957
|
+
"tags":{"shape":"TagList"}
|
|
958
|
+
}
|
|
959
|
+
},
|
|
907
960
|
"MissingRequiredParameter":{
|
|
908
961
|
"type":"structure",
|
|
909
962
|
"members":{
|
|
@@ -926,6 +979,14 @@
|
|
|
926
979
|
"max":1024,
|
|
927
980
|
"min":1
|
|
928
981
|
},
|
|
982
|
+
"ResourceNotFound":{
|
|
983
|
+
"type":"structure",
|
|
984
|
+
"members":{
|
|
985
|
+
"message":{"shape":"ErrorMessage"},
|
|
986
|
+
"resourceName":{"shape":"Arn"}
|
|
987
|
+
},
|
|
988
|
+
"exception":true
|
|
989
|
+
},
|
|
929
990
|
"ReverseOrder":{"type":"boolean"},
|
|
930
991
|
"SendTaskFailureInput":{
|
|
931
992
|
"type":"structure",
|
|
@@ -1090,6 +1151,47 @@
|
|
|
1090
1151
|
"stopDate":{"shape":"Timestamp"}
|
|
1091
1152
|
}
|
|
1092
1153
|
},
|
|
1154
|
+
"Tag":{
|
|
1155
|
+
"type":"structure",
|
|
1156
|
+
"members":{
|
|
1157
|
+
"key":{"shape":"TagKey"},
|
|
1158
|
+
"value":{"shape":"TagValue"}
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
"TagKey":{
|
|
1162
|
+
"type":"string",
|
|
1163
|
+
"max":128,
|
|
1164
|
+
"min":1
|
|
1165
|
+
},
|
|
1166
|
+
"TagKeyList":{
|
|
1167
|
+
"type":"list",
|
|
1168
|
+
"member":{"shape":"TagKey"}
|
|
1169
|
+
},
|
|
1170
|
+
"TagList":{
|
|
1171
|
+
"type":"list",
|
|
1172
|
+
"member":{"shape":"Tag"}
|
|
1173
|
+
},
|
|
1174
|
+
"TagResourceInput":{
|
|
1175
|
+
"type":"structure",
|
|
1176
|
+
"required":[
|
|
1177
|
+
"resourceArn",
|
|
1178
|
+
"tags"
|
|
1179
|
+
],
|
|
1180
|
+
"members":{
|
|
1181
|
+
"resourceArn":{"shape":"Arn"},
|
|
1182
|
+
"tags":{"shape":"TagList"}
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
"TagResourceOutput":{
|
|
1186
|
+
"type":"structure",
|
|
1187
|
+
"members":{
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
"TagValue":{
|
|
1191
|
+
"type":"string",
|
|
1192
|
+
"max":256,
|
|
1193
|
+
"min":0
|
|
1194
|
+
},
|
|
1093
1195
|
"TaskDoesNotExist":{
|
|
1094
1196
|
"type":"structure",
|
|
1095
1197
|
"members":{
|
|
@@ -1217,6 +1319,30 @@
|
|
|
1217
1319
|
},
|
|
1218
1320
|
"TimeoutInSeconds":{"type":"long"},
|
|
1219
1321
|
"Timestamp":{"type":"timestamp"},
|
|
1322
|
+
"TooManyTags":{
|
|
1323
|
+
"type":"structure",
|
|
1324
|
+
"members":{
|
|
1325
|
+
"message":{"shape":"ErrorMessage"},
|
|
1326
|
+
"resourceName":{"shape":"Arn"}
|
|
1327
|
+
},
|
|
1328
|
+
"exception":true
|
|
1329
|
+
},
|
|
1330
|
+
"UntagResourceInput":{
|
|
1331
|
+
"type":"structure",
|
|
1332
|
+
"required":[
|
|
1333
|
+
"resourceArn",
|
|
1334
|
+
"tagKeys"
|
|
1335
|
+
],
|
|
1336
|
+
"members":{
|
|
1337
|
+
"resourceArn":{"shape":"Arn"},
|
|
1338
|
+
"tagKeys":{"shape":"TagKeyList"}
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
"UntagResourceOutput":{
|
|
1342
|
+
"type":"structure",
|
|
1343
|
+
"members":{
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1220
1346
|
"UpdateStateMachineInput":{
|
|
1221
1347
|
"type":"structure",
|
|
1222
1348
|
"required":["stateMachineArn"],
|
data/endpoints.json
CHANGED
|
@@ -261,10 +261,18 @@
|
|
|
261
261
|
"protocols" : [ "http", "https" ]
|
|
262
262
|
},
|
|
263
263
|
"endpoints" : {
|
|
264
|
+
"ap-northeast-1" : { },
|
|
265
|
+
"ap-northeast-2" : { },
|
|
266
|
+
"ap-south-1" : { },
|
|
264
267
|
"ap-southeast-1" : { },
|
|
268
|
+
"ap-southeast-2" : { },
|
|
269
|
+
"ca-central-1" : { },
|
|
270
|
+
"eu-central-1" : { },
|
|
265
271
|
"eu-west-1" : { },
|
|
272
|
+
"eu-west-2" : { },
|
|
266
273
|
"us-east-1" : { },
|
|
267
274
|
"us-east-2" : { },
|
|
275
|
+
"us-west-1" : { },
|
|
268
276
|
"us-west-2" : { }
|
|
269
277
|
}
|
|
270
278
|
},
|
|
@@ -411,6 +419,7 @@
|
|
|
411
419
|
"ap-southeast-2" : { },
|
|
412
420
|
"ca-central-1" : { },
|
|
413
421
|
"eu-central-1" : { },
|
|
422
|
+
"eu-north-1" : { },
|
|
414
423
|
"eu-west-1" : { },
|
|
415
424
|
"eu-west-2" : { },
|
|
416
425
|
"eu-west-3" : { },
|
|
@@ -924,6 +933,7 @@
|
|
|
924
933
|
"ap-southeast-2" : { },
|
|
925
934
|
"ca-central-1" : { },
|
|
926
935
|
"eu-central-1" : { },
|
|
936
|
+
"eu-north-1" : { },
|
|
927
937
|
"eu-west-1" : { },
|
|
928
938
|
"eu-west-2" : { },
|
|
929
939
|
"eu-west-3" : { },
|
|
@@ -1092,8 +1102,12 @@
|
|
|
1092
1102
|
"protocols" : [ "https" ]
|
|
1093
1103
|
},
|
|
1094
1104
|
"endpoints" : {
|
|
1105
|
+
"ap-northeast-1" : { },
|
|
1106
|
+
"ap-southeast-2" : { },
|
|
1107
|
+
"eu-central-1" : { },
|
|
1095
1108
|
"eu-west-1" : { },
|
|
1096
1109
|
"us-east-1" : { },
|
|
1110
|
+
"us-east-2" : { },
|
|
1097
1111
|
"us-west-2" : { }
|
|
1098
1112
|
}
|
|
1099
1113
|
},
|
|
@@ -1151,6 +1165,7 @@
|
|
|
1151
1165
|
"eu-west-2" : { },
|
|
1152
1166
|
"us-east-1" : { },
|
|
1153
1167
|
"us-east-2" : { },
|
|
1168
|
+
"us-west-1" : { },
|
|
1154
1169
|
"us-west-2" : { }
|
|
1155
1170
|
}
|
|
1156
1171
|
},
|
|
@@ -1291,6 +1306,7 @@
|
|
|
1291
1306
|
"eu-central-1" : { },
|
|
1292
1307
|
"eu-west-1" : { },
|
|
1293
1308
|
"us-east-1" : { },
|
|
1309
|
+
"us-east-2" : { },
|
|
1294
1310
|
"us-west-2" : { }
|
|
1295
1311
|
}
|
|
1296
1312
|
},
|
|
@@ -1464,6 +1480,7 @@
|
|
|
1464
1480
|
"ap-southeast-2" : { },
|
|
1465
1481
|
"ca-central-1" : { },
|
|
1466
1482
|
"eu-central-1" : { },
|
|
1483
|
+
"eu-north-1" : { },
|
|
1467
1484
|
"eu-west-1" : { },
|
|
1468
1485
|
"eu-west-2" : { },
|
|
1469
1486
|
"eu-west-3" : { },
|
|
@@ -3027,6 +3044,7 @@
|
|
|
3027
3044
|
}
|
|
3028
3045
|
},
|
|
3029
3046
|
"endpoints" : {
|
|
3047
|
+
"us-gov-east-1" : { },
|
|
3030
3048
|
"us-gov-west-1" : { }
|
|
3031
3049
|
}
|
|
3032
3050
|
},
|
|
@@ -3083,6 +3101,11 @@
|
|
|
3083
3101
|
"us-gov-west-1" : { }
|
|
3084
3102
|
}
|
|
3085
3103
|
},
|
|
3104
|
+
"ds" : {
|
|
3105
|
+
"endpoints" : {
|
|
3106
|
+
"us-gov-west-1" : { }
|
|
3107
|
+
}
|
|
3108
|
+
},
|
|
3086
3109
|
"dynamodb" : {
|
|
3087
3110
|
"endpoints" : {
|
|
3088
3111
|
"us-gov-east-1" : { },
|
|
@@ -3341,6 +3364,7 @@
|
|
|
3341
3364
|
},
|
|
3342
3365
|
"snowball" : {
|
|
3343
3366
|
"endpoints" : {
|
|
3367
|
+
"us-gov-east-1" : { },
|
|
3344
3368
|
"us-gov-west-1" : { }
|
|
3345
3369
|
}
|
|
3346
3370
|
},
|
data/lib/aws-sdk-core/acmpca.rb
CHANGED
|
@@ -3,4 +3,5 @@ Aws.add_service(:ACMPCA, {
|
|
|
3
3
|
docs: "#{Aws::API_DIR}/acm-pca/2017-08-22/docs-2.json",
|
|
4
4
|
examples: "#{Aws::API_DIR}/acm-pca/2017-08-22/examples-1.json",
|
|
5
5
|
paginators: "#{Aws::API_DIR}/acm-pca/2017-08-22/paginators-1.json",
|
|
6
|
+
waiters: "#{Aws::API_DIR}/acm-pca/2017-08-22/waiters-2.json",
|
|
6
7
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.197
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-12-
|
|
11
|
+
date: 2018-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -53,6 +53,7 @@ files:
|
|
|
53
53
|
- apis/acm-pca/2017-08-22/api-2.json
|
|
54
54
|
- apis/acm-pca/2017-08-22/examples-1.json
|
|
55
55
|
- apis/acm-pca/2017-08-22/paginators-1.json
|
|
56
|
+
- apis/acm-pca/2017-08-22/waiters-2.json
|
|
56
57
|
- apis/acm/2015-12-08/api-2.json
|
|
57
58
|
- apis/acm/2015-12-08/examples-1.json
|
|
58
59
|
- apis/acm/2015-12-08/paginators-1.json
|