aws-sdk-core 2.11.99 → 2.11.100

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bebcdcd9817f3b8e25dc0df2ad1918e0de8efae
4
- data.tar.gz: a7a17d90248ea1f8d6d95dacf22bdabcabedc600
3
+ metadata.gz: ea37c470082796b7ff2b3e483f7394088d76e0b7
4
+ data.tar.gz: 32719766c1f7fc0bdca4fd520063aa89ebb4ff81
5
5
  SHA512:
6
- metadata.gz: 4e3c94795237cde0bb90bdd99cf1d55fb0f483a28765aa0dac92702650a0426e80e6261be19c55afab3a21fc3df41e6d61600fca7a0a47dc6b5b1e6d68cde942
7
- data.tar.gz: 8c1fa728e160abc22eedbe09fe57494d5b9ca2259a80f83dfa559ec8c2ebb07195c42c882e200adb9bb652b93de9ed0d8579fa9e5e35b4444bc6126628a56eca
6
+ metadata.gz: cfd5235c0510776bdf8ec3d706a767c0769c4c3755f78aa47b180352a013cdf512c01ab3d7853577c4ef01d9daf73d706cc2a7f1fb54ae364b0edcacb588b6a0
7
+ data.tar.gz: 37f64ae3309cee9eb48f14aed51734917924b2d179bd793557da53a82c4be9a8d6112a48f0e807e0559b44ab9113ba07c24bb7b61f09c2ef15e92c1106639e9d
@@ -5,6 +5,7 @@
5
5
  "endpointPrefix":"kinesis",
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
+ "protocolSettings":{"h2":"eventstream"},
8
9
  "serviceAbbreviation":"Kinesis",
9
10
  "serviceFullName":"Amazon Kinesis",
10
11
  "serviceId":"Kinesis",
@@ -63,7 +64,21 @@
63
64
  "input":{"shape":"DeleteStreamInput"},
64
65
  "errors":[
65
66
  {"shape":"ResourceNotFoundException"},
66
- {"shape":"LimitExceededException"}
67
+ {"shape":"LimitExceededException"},
68
+ {"shape":"ResourceInUseException"}
69
+ ]
70
+ },
71
+ "DeregisterStreamConsumer":{
72
+ "name":"DeregisterStreamConsumer",
73
+ "http":{
74
+ "method":"POST",
75
+ "requestUri":"/"
76
+ },
77
+ "input":{"shape":"DeregisterStreamConsumerInput"},
78
+ "errors":[
79
+ {"shape":"LimitExceededException"},
80
+ {"shape":"ResourceNotFoundException"},
81
+ {"shape":"InvalidArgumentException"}
67
82
  ]
68
83
  },
69
84
  "DescribeLimits":{
@@ -91,6 +106,20 @@
91
106
  {"shape":"LimitExceededException"}
92
107
  ]
93
108
  },
109
+ "DescribeStreamConsumer":{
110
+ "name":"DescribeStreamConsumer",
111
+ "http":{
112
+ "method":"POST",
113
+ "requestUri":"/"
114
+ },
115
+ "input":{"shape":"DescribeStreamConsumerInput"},
116
+ "output":{"shape":"DescribeStreamConsumerOutput"},
117
+ "errors":[
118
+ {"shape":"LimitExceededException"},
119
+ {"shape":"ResourceNotFoundException"},
120
+ {"shape":"InvalidArgumentException"}
121
+ ]
122
+ },
94
123
  "DescribeStreamSummary":{
95
124
  "name":"DescribeStreamSummary",
96
125
  "http":{
@@ -199,6 +228,22 @@
199
228
  {"shape":"ResourceInUseException"}
200
229
  ]
201
230
  },
231
+ "ListStreamConsumers":{
232
+ "name":"ListStreamConsumers",
233
+ "http":{
234
+ "method":"POST",
235
+ "requestUri":"/"
236
+ },
237
+ "input":{"shape":"ListStreamConsumersInput"},
238
+ "output":{"shape":"ListStreamConsumersOutput"},
239
+ "errors":[
240
+ {"shape":"ResourceNotFoundException"},
241
+ {"shape":"InvalidArgumentException"},
242
+ {"shape":"LimitExceededException"},
243
+ {"shape":"ExpiredNextTokenException"},
244
+ {"shape":"ResourceInUseException"}
245
+ ]
246
+ },
202
247
  "ListStreams":{
203
248
  "name":"ListStreams",
204
249
  "http":{
@@ -279,6 +324,21 @@
279
324
  {"shape":"KMSThrottlingException"}
280
325
  ]
281
326
  },
327
+ "RegisterStreamConsumer":{
328
+ "name":"RegisterStreamConsumer",
329
+ "http":{
330
+ "method":"POST",
331
+ "requestUri":"/"
332
+ },
333
+ "input":{"shape":"RegisterStreamConsumerInput"},
334
+ "output":{"shape":"RegisterStreamConsumerOutput"},
335
+ "errors":[
336
+ {"shape":"InvalidArgumentException"},
337
+ {"shape":"LimitExceededException"},
338
+ {"shape":"ResourceInUseException"},
339
+ {"shape":"ResourceNotFoundException"}
340
+ ]
341
+ },
282
342
  "RemoveTagsFromStream":{
283
343
  "name":"RemoveTagsFromStream",
284
344
  "http":{
@@ -341,6 +401,21 @@
341
401
  {"shape":"ResourceNotFoundException"}
342
402
  ]
343
403
  },
404
+ "SubscribeToShard":{
405
+ "name":"SubscribeToShard",
406
+ "http":{
407
+ "method":"POST",
408
+ "requestUri":"/"
409
+ },
410
+ "input":{"shape":"SubscribeToShardInput"},
411
+ "output":{"shape":"SubscribeToShardOutput"},
412
+ "errors":[
413
+ {"shape":"ResourceNotFoundException"},
414
+ {"shape":"InvalidArgumentException"},
415
+ {"shape":"ResourceInUseException"},
416
+ {"shape":"LimitExceededException"}
417
+ ]
418
+ },
344
419
  "UpdateShardCount":{
345
420
  "name":"UpdateShardCount",
346
421
  "http":{
@@ -370,6 +445,67 @@
370
445
  }
371
446
  },
372
447
  "BooleanObject":{"type":"boolean"},
448
+ "Consumer":{
449
+ "type":"structure",
450
+ "required":[
451
+ "ConsumerName",
452
+ "ConsumerARN",
453
+ "ConsumerStatus",
454
+ "ConsumerCreationTimestamp"
455
+ ],
456
+ "members":{
457
+ "ConsumerName":{"shape":"ConsumerName"},
458
+ "ConsumerARN":{"shape":"ConsumerARN"},
459
+ "ConsumerStatus":{"shape":"ConsumerStatus"},
460
+ "ConsumerCreationTimestamp":{"shape":"Timestamp"}
461
+ }
462
+ },
463
+ "ConsumerARN":{
464
+ "type":"string",
465
+ "max":2048,
466
+ "min":1,
467
+ "pattern":"^(arn):aws.*:kinesis:.*:\\d{12}:.*stream\\/[a-zA-Z0-9_.-]+\\/consumer\\/[a-zA-Z0-9_.-]+:[0-9]+"
468
+ },
469
+ "ConsumerCountObject":{
470
+ "type":"integer",
471
+ "max":1000000,
472
+ "min":0
473
+ },
474
+ "ConsumerDescription":{
475
+ "type":"structure",
476
+ "required":[
477
+ "ConsumerName",
478
+ "ConsumerARN",
479
+ "ConsumerStatus",
480
+ "ConsumerCreationTimestamp",
481
+ "StreamARN"
482
+ ],
483
+ "members":{
484
+ "ConsumerName":{"shape":"ConsumerName"},
485
+ "ConsumerARN":{"shape":"ConsumerARN"},
486
+ "ConsumerStatus":{"shape":"ConsumerStatus"},
487
+ "ConsumerCreationTimestamp":{"shape":"Timestamp"},
488
+ "StreamARN":{"shape":"StreamARN"}
489
+ }
490
+ },
491
+ "ConsumerList":{
492
+ "type":"list",
493
+ "member":{"shape":"Consumer"}
494
+ },
495
+ "ConsumerName":{
496
+ "type":"string",
497
+ "max":128,
498
+ "min":1,
499
+ "pattern":"[a-zA-Z0-9_.-]+"
500
+ },
501
+ "ConsumerStatus":{
502
+ "type":"string",
503
+ "enum":[
504
+ "CREATING",
505
+ "DELETING",
506
+ "ACTIVE"
507
+ ]
508
+ },
373
509
  "CreateStreamInput":{
374
510
  "type":"structure",
375
511
  "required":[
@@ -401,7 +537,16 @@
401
537
  "type":"structure",
402
538
  "required":["StreamName"],
403
539
  "members":{
404
- "StreamName":{"shape":"StreamName"}
540
+ "StreamName":{"shape":"StreamName"},
541
+ "EnforceConsumerDeletion":{"shape":"BooleanObject"}
542
+ }
543
+ },
544
+ "DeregisterStreamConsumerInput":{
545
+ "type":"structure",
546
+ "members":{
547
+ "StreamARN":{"shape":"StreamARN"},
548
+ "ConsumerName":{"shape":"ConsumerName"},
549
+ "ConsumerARN":{"shape":"ConsumerARN"}
405
550
  }
406
551
  },
407
552
  "DescribeLimitsInput":{
@@ -420,6 +565,21 @@
420
565
  "OpenShardCount":{"shape":"ShardCountObject"}
421
566
  }
422
567
  },
568
+ "DescribeStreamConsumerInput":{
569
+ "type":"structure",
570
+ "members":{
571
+ "StreamARN":{"shape":"StreamARN"},
572
+ "ConsumerName":{"shape":"ConsumerName"},
573
+ "ConsumerARN":{"shape":"ConsumerARN"}
574
+ }
575
+ },
576
+ "DescribeStreamConsumerOutput":{
577
+ "type":"structure",
578
+ "required":["ConsumerDescription"],
579
+ "members":{
580
+ "ConsumerDescription":{"shape":"ConsumerDescription"}
581
+ }
582
+ },
423
583
  "DescribeStreamInput":{
424
584
  "type":"structure",
425
585
  "required":["StreamName"],
@@ -587,6 +747,14 @@
587
747
  "RetentionPeriodHours":{"shape":"RetentionPeriodHours"}
588
748
  }
589
749
  },
750
+ "InternalFailureException":{
751
+ "type":"structure",
752
+ "members":{
753
+ "message":{"shape":"ErrorMessage"}
754
+ },
755
+ "exception":true,
756
+ "fault":true
757
+ },
590
758
  "InvalidArgumentException":{
591
759
  "type":"structure",
592
760
  "members":{
@@ -670,6 +838,28 @@
670
838
  "NextToken":{"shape":"NextToken"}
671
839
  }
672
840
  },
841
+ "ListStreamConsumersInput":{
842
+ "type":"structure",
843
+ "required":["StreamARN"],
844
+ "members":{
845
+ "StreamARN":{"shape":"StreamARN"},
846
+ "NextToken":{"shape":"NextToken"},
847
+ "MaxResults":{"shape":"ListStreamConsumersInputLimit"},
848
+ "StreamCreationTimestamp":{"shape":"Timestamp"}
849
+ }
850
+ },
851
+ "ListStreamConsumersInputLimit":{
852
+ "type":"integer",
853
+ "max":10000,
854
+ "min":1
855
+ },
856
+ "ListStreamConsumersOutput":{
857
+ "type":"structure",
858
+ "members":{
859
+ "Consumers":{"shape":"ConsumerList"},
860
+ "NextToken":{"shape":"NextToken"}
861
+ }
862
+ },
673
863
  "ListStreamsInput":{
674
864
  "type":"structure",
675
865
  "members":{
@@ -704,7 +894,7 @@
704
894
  },
705
895
  "ListTagsForStreamInputLimit":{
706
896
  "type":"integer",
707
- "max":10,
897
+ "max":50,
708
898
  "min":1
709
899
  },
710
900
  "ListTagsForStreamOutput":{
@@ -875,6 +1065,24 @@
875
1065
  "type":"list",
876
1066
  "member":{"shape":"Record"}
877
1067
  },
1068
+ "RegisterStreamConsumerInput":{
1069
+ "type":"structure",
1070
+ "required":[
1071
+ "StreamARN",
1072
+ "ConsumerName"
1073
+ ],
1074
+ "members":{
1075
+ "StreamARN":{"shape":"StreamARN"},
1076
+ "ConsumerName":{"shape":"ConsumerName"}
1077
+ }
1078
+ },
1079
+ "RegisterStreamConsumerOutput":{
1080
+ "type":"structure",
1081
+ "required":["Consumer"],
1082
+ "members":{
1083
+ "Consumer":{"shape":"Consumer"}
1084
+ }
1085
+ },
878
1086
  "RemoveTagsFromStreamInput":{
879
1087
  "type":"structure",
880
1088
  "required":[
@@ -992,6 +1200,15 @@
992
1200
  "KeyId":{"shape":"KeyId"}
993
1201
  }
994
1202
  },
1203
+ "StartingPosition":{
1204
+ "type":"structure",
1205
+ "required":["Type"],
1206
+ "members":{
1207
+ "Type":{"shape":"ShardIteratorType"},
1208
+ "SequenceNumber":{"shape":"SequenceNumber"},
1209
+ "Timestamp":{"shape":"Timestamp"}
1210
+ }
1211
+ },
995
1212
  "StopStreamEncryptionInput":{
996
1213
  "type":"structure",
997
1214
  "required":[
@@ -1005,7 +1222,12 @@
1005
1222
  "KeyId":{"shape":"KeyId"}
1006
1223
  }
1007
1224
  },
1008
- "StreamARN":{"type":"string"},
1225
+ "StreamARN":{
1226
+ "type":"string",
1227
+ "max":2048,
1228
+ "min":1,
1229
+ "pattern":"arn:aws.*:kinesis:.*:\\d{12}:stream/.*"
1230
+ },
1009
1231
  "StreamDescription":{
1010
1232
  "type":"structure",
1011
1233
  "required":[
@@ -1051,7 +1273,8 @@
1051
1273
  "EnhancedMonitoring":{"shape":"EnhancedMonitoringList"},
1052
1274
  "EncryptionType":{"shape":"EncryptionType"},
1053
1275
  "KeyId":{"shape":"KeyId"},
1054
- "OpenShardCount":{"shape":"ShardCountObject"}
1276
+ "OpenShardCount":{"shape":"ShardCountObject"},
1277
+ "ConsumerCount":{"shape":"ConsumerCountObject"}
1055
1278
  }
1056
1279
  },
1057
1280
  "StreamName":{
@@ -1073,6 +1296,57 @@
1073
1296
  "UPDATING"
1074
1297
  ]
1075
1298
  },
1299
+ "SubscribeToShardEvent":{
1300
+ "type":"structure",
1301
+ "required":[
1302
+ "Records",
1303
+ "ContinuationSequenceNumber",
1304
+ "MillisBehindLatest"
1305
+ ],
1306
+ "members":{
1307
+ "Records":{"shape":"RecordList"},
1308
+ "ContinuationSequenceNumber":{"shape":"SequenceNumber"},
1309
+ "MillisBehindLatest":{"shape":"MillisBehindLatest"}
1310
+ },
1311
+ "event":true
1312
+ },
1313
+ "SubscribeToShardEventStream":{
1314
+ "type":"structure",
1315
+ "required":["SubscribeToShardEvent"],
1316
+ "members":{
1317
+ "SubscribeToShardEvent":{"shape":"SubscribeToShardEvent"},
1318
+ "ResourceNotFoundException":{"shape":"ResourceNotFoundException"},
1319
+ "ResourceInUseException":{"shape":"ResourceInUseException"},
1320
+ "KMSDisabledException":{"shape":"KMSDisabledException"},
1321
+ "KMSInvalidStateException":{"shape":"KMSInvalidStateException"},
1322
+ "KMSAccessDeniedException":{"shape":"KMSAccessDeniedException"},
1323
+ "KMSNotFoundException":{"shape":"KMSNotFoundException"},
1324
+ "KMSOptInRequired":{"shape":"KMSOptInRequired"},
1325
+ "KMSThrottlingException":{"shape":"KMSThrottlingException"},
1326
+ "InternalFailureException":{"shape":"InternalFailureException"}
1327
+ },
1328
+ "eventstream":true
1329
+ },
1330
+ "SubscribeToShardInput":{
1331
+ "type":"structure",
1332
+ "required":[
1333
+ "ConsumerARN",
1334
+ "ShardId",
1335
+ "StartingPosition"
1336
+ ],
1337
+ "members":{
1338
+ "ConsumerARN":{"shape":"ConsumerARN"},
1339
+ "ShardId":{"shape":"ShardId"},
1340
+ "StartingPosition":{"shape":"StartingPosition"}
1341
+ }
1342
+ },
1343
+ "SubscribeToShardOutput":{
1344
+ "type":"structure",
1345
+ "required":["EventStream"],
1346
+ "members":{
1347
+ "EventStream":{"shape":"SubscribeToShardEventStream"}
1348
+ }
1349
+ },
1076
1350
  "Tag":{
1077
1351
  "type":"structure",
1078
1352
  "required":["Key"],
@@ -1089,7 +1363,7 @@
1089
1363
  "TagKeyList":{
1090
1364
  "type":"list",
1091
1365
  "member":{"shape":"TagKey"},
1092
- "max":10,
1366
+ "max":50,
1093
1367
  "min":1
1094
1368
  },
1095
1369
  "TagList":{
@@ -1101,7 +1375,7 @@
1101
1375
  "type":"map",
1102
1376
  "key":{"shape":"TagKey"},
1103
1377
  "value":{"shape":"TagValue"},
1104
- "max":10,
1378
+ "max":50,
1105
1379
  "min":1
1106
1380
  },
1107
1381
  "TagValue":{
@@ -7,6 +7,11 @@
7
7
  "output_token": "StreamDescription.Shards[-1].ShardId",
8
8
  "result_key": "StreamDescription.Shards"
9
9
  },
10
+ "ListStreamConsumers": {
11
+ "input_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "output_token": "NextToken"
14
+ },
10
15
  "ListStreams": {
11
16
  "input_token": "ExclusiveStartStreamName",
12
17
  "limit_key": "Limit",
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListStreams",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeStream",
12
+ "input": {
13
+ "StreamName": "bogus-stream-name"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -133,7 +133,8 @@
133
133
  {"shape":"LexiconNotFoundException"},
134
134
  {"shape":"ServiceFailureException"},
135
135
  {"shape":"MarksNotSupportedForFormatException"},
136
- {"shape":"SsmlMarksNotSupportedForTextTypeException"}
136
+ {"shape":"SsmlMarksNotSupportedForTextTypeException"},
137
+ {"shape":"LanguageNotSupportedException"}
137
138
  ]
138
139
  },
139
140
  "SynthesizeSpeech":{
@@ -152,7 +153,8 @@
152
153
  {"shape":"LexiconNotFoundException"},
153
154
  {"shape":"ServiceFailureException"},
154
155
  {"shape":"MarksNotSupportedForFormatException"},
155
- {"shape":"SsmlMarksNotSupportedForTextTypeException"}
156
+ {"shape":"SsmlMarksNotSupportedForTextTypeException"},
157
+ {"shape":"LanguageNotSupportedException"}
156
158
  ]
157
159
  }
158
160
  },
@@ -188,6 +190,11 @@
188
190
  "location":"querystring",
189
191
  "locationName":"LanguageCode"
190
192
  },
193
+ "IncludeAdditionalLanguageCodes":{
194
+ "shape":"IncludeAdditionalLanguageCodes",
195
+ "location":"querystring",
196
+ "locationName":"IncludeAdditionalLanguageCodes"
197
+ },
191
198
  "NextToken":{
192
199
  "shape":"NextToken",
193
200
  "location":"querystring",
@@ -245,6 +252,7 @@
245
252
  "SynthesisTask":{"shape":"SynthesisTask"}
246
253
  }
247
254
  },
255
+ "IncludeAdditionalLanguageCodes":{"type":"boolean"},
248
256
  "InvalidLexiconException":{
249
257
  "type":"structure",
250
258
  "members":{
@@ -326,8 +334,9 @@
326
334
  "fr-FR",
327
335
  "is-IS",
328
336
  "it-IT",
329
- "ko-KR",
330
337
  "ja-JP",
338
+ "hi-IN",
339
+ "ko-KR",
331
340
  "nb-NO",
332
341
  "nl-NL",
333
342
  "pl-PL",
@@ -339,7 +348,19 @@
339
348
  "tr-TR"
340
349
  ]
341
350
  },
351
+ "LanguageCodeList":{
352
+ "type":"list",
353
+ "member":{"shape":"LanguageCode"}
354
+ },
342
355
  "LanguageName":{"type":"string"},
356
+ "LanguageNotSupportedException":{
357
+ "type":"structure",
358
+ "members":{
359
+ "message":{"shape":"ErrorMessage"}
360
+ },
361
+ "error":{"httpStatusCode":400},
362
+ "exception":true
363
+ },
343
364
  "LastModified":{"type":"timestamp"},
344
365
  "LexemesCount":{"type":"integer"},
345
366
  "Lexicon":{
@@ -567,7 +588,8 @@
567
588
  "SpeechMarkTypes":{"shape":"SpeechMarkTypeList"},
568
589
  "Text":{"shape":"Text"},
569
590
  "TextType":{"shape":"TextType"},
570
- "VoiceId":{"shape":"VoiceId"}
591
+ "VoiceId":{"shape":"VoiceId"},
592
+ "LanguageCode":{"shape":"LanguageCode"}
571
593
  }
572
594
  },
573
595
  "StartSpeechSynthesisTaskOutput":{
@@ -591,7 +613,8 @@
591
613
  "SampleRate":{"shape":"SampleRate"},
592
614
  "SpeechMarkTypes":{"shape":"SpeechMarkTypeList"},
593
615
  "TextType":{"shape":"TextType"},
594
- "VoiceId":{"shape":"VoiceId"}
616
+ "VoiceId":{"shape":"VoiceId"},
617
+ "LanguageCode":{"shape":"LanguageCode"}
595
618
  }
596
619
  },
597
620
  "SynthesisTaskNotFoundException":{
@@ -620,7 +643,8 @@
620
643
  "SpeechMarkTypes":{"shape":"SpeechMarkTypeList"},
621
644
  "Text":{"shape":"Text"},
622
645
  "TextType":{"shape":"TextType"},
623
- "VoiceId":{"shape":"VoiceId"}
646
+ "VoiceId":{"shape":"VoiceId"},
647
+ "LanguageCode":{"shape":"LanguageCode"}
624
648
  }
625
649
  },
626
650
  "SynthesizeSpeechOutput":{
@@ -694,7 +718,8 @@
694
718
  "Id":{"shape":"VoiceId"},
695
719
  "LanguageCode":{"shape":"LanguageCode"},
696
720
  "LanguageName":{"shape":"LanguageName"},
697
- "Name":{"shape":"VoiceName"}
721
+ "Name":{"shape":"VoiceName"},
722
+ "AdditionalLanguageCodes":{"shape":"LanguageCodeList"}
698
723
  }
699
724
  },
700
725
  "VoiceId":{
@@ -99,8 +99,8 @@
99
99
  "ListGroupResources":{
100
100
  "name":"ListGroupResources",
101
101
  "http":{
102
- "method":"GET",
103
- "requestUri":"/groups/{GroupName}/resource-identifiers"
102
+ "method":"POST",
103
+ "requestUri":"/groups/{GroupName}/resource-identifiers-list"
104
104
  },
105
105
  "input":{"shape":"ListGroupResourcesInput"},
106
106
  "output":{"shape":"ListGroupResourcesOutput"},
@@ -117,8 +117,8 @@
117
117
  "ListGroups":{
118
118
  "name":"ListGroups",
119
119
  "http":{
120
- "method":"GET",
121
- "requestUri":"/groups"
120
+ "method":"POST",
121
+ "requestUri":"/groups-list"
122
122
  },
123
123
  "input":{"shape":"ListGroupsInput"},
124
124
  "output":{"shape":"ListGroupsOutput"},
@@ -347,7 +347,7 @@
347
347
  "GroupDescription":{
348
348
  "type":"string",
349
349
  "max":512,
350
- "pattern":"[\\sa-zA-Z0-9_\\.-]+"
350
+ "pattern":"[\\sa-zA-Z0-9_\\.-]*"
351
351
  },
352
352
  "GroupList":{
353
353
  "type":"list",
@@ -387,6 +387,7 @@
387
387
  "location":"uri",
388
388
  "locationName":"GroupName"
389
389
  },
390
+ "Filters":{"shape":"ResourceFilterList"},
390
391
  "MaxResults":{
391
392
  "shape":"MaxResults",
392
393
  "location":"querystring",
@@ -460,7 +461,38 @@
460
461
  },
461
462
  "ResourceArn":{
462
463
  "type":"string",
463
- "pattern":"arn:aws:[a-z0-9]*:([a-z]{2}-[a-z]+-\\d{1})?:([0-9]{12})?:.+"
464
+ "pattern":"arn:aws:[a-z0-9\\-]*:([a-z]{2}-[a-z]+-\\d{1})?:([0-9]{12})?:.+"
465
+ },
466
+ "ResourceFilter":{
467
+ "type":"structure",
468
+ "required":[
469
+ "Name",
470
+ "Values"
471
+ ],
472
+ "members":{
473
+ "Name":{"shape":"ResourceFilterName"},
474
+ "Values":{"shape":"ResourceFilterValues"}
475
+ }
476
+ },
477
+ "ResourceFilterList":{
478
+ "type":"list",
479
+ "member":{"shape":"ResourceFilter"}
480
+ },
481
+ "ResourceFilterName":{
482
+ "type":"string",
483
+ "enum":["resource-type"]
484
+ },
485
+ "ResourceFilterValue":{
486
+ "type":"string",
487
+ "max":128,
488
+ "min":1,
489
+ "pattern":"AWS::[a-zA-Z0-9]+::[a-zA-Z0-9]+"
490
+ },
491
+ "ResourceFilterValues":{
492
+ "type":"list",
493
+ "member":{"shape":"ResourceFilterValue"},
494
+ "max":5,
495
+ "min":1
464
496
  },
465
497
  "ResourceIdentifier":{
466
498
  "type":"structure",
@@ -6467,7 +6467,6 @@
6467
6467
  "WindowId",
6468
6468
  "Targets",
6469
6469
  "TaskArn",
6470
- "ServiceRoleArn",
6471
6470
  "TaskType",
6472
6471
  "MaxConcurrency",
6473
6472
  "MaxErrors"
data/endpoints.json CHANGED
@@ -92,6 +92,7 @@
92
92
  "ca-central-1" : { },
93
93
  "eu-central-1" : { },
94
94
  "eu-west-1" : { },
95
+ "eu-west-2" : { },
95
96
  "us-east-1" : { },
96
97
  "us-east-2" : { },
97
98
  "us-west-2" : { }
@@ -179,10 +180,13 @@
179
180
  "athena" : {
180
181
  "endpoints" : {
181
182
  "ap-northeast-1" : { },
183
+ "ap-northeast-2" : { },
184
+ "ap-south-1" : { },
182
185
  "ap-southeast-1" : { },
183
186
  "ap-southeast-2" : { },
184
187
  "eu-central-1" : { },
185
188
  "eu-west-1" : { },
189
+ "eu-west-2" : { },
186
190
  "us-east-1" : { },
187
191
  "us-east-2" : { },
188
192
  "us-west-2" : { }
@@ -237,6 +241,7 @@
237
241
  "eu-central-1" : { },
238
242
  "eu-west-1" : { },
239
243
  "eu-west-2" : { },
244
+ "sa-east-1" : { },
240
245
  "us-east-1" : { },
241
246
  "us-east-2" : { },
242
247
  "us-west-1" : { },
@@ -795,6 +800,12 @@
795
800
  "eu-west-1" : { },
796
801
  "eu-west-2" : { },
797
802
  "eu-west-3" : { },
803
+ "fips" : {
804
+ "credentialScope" : {
805
+ "region" : "us-west-1"
806
+ },
807
+ "hostname" : "elasticache-fips.us-west-1.amazonaws.com"
808
+ },
798
809
  "sa-east-1" : { },
799
810
  "us-east-1" : { },
800
811
  "us-east-2" : { },
@@ -823,6 +834,7 @@
823
834
  },
824
835
  "elasticfilesystem" : {
825
836
  "endpoints" : {
837
+ "ap-northeast-1" : { },
826
838
  "ap-northeast-2" : { },
827
839
  "ap-southeast-2" : { },
828
840
  "eu-central-1" : { },
@@ -953,11 +965,15 @@
953
965
  "endpoints" : {
954
966
  "ap-northeast-1" : { },
955
967
  "ap-northeast-2" : { },
968
+ "ap-south-1" : { },
956
969
  "ap-southeast-1" : { },
957
970
  "ap-southeast-2" : { },
958
971
  "ca-central-1" : { },
959
972
  "eu-central-1" : { },
960
973
  "eu-west-1" : { },
974
+ "eu-west-2" : { },
975
+ "eu-west-3" : { },
976
+ "sa-east-1" : { },
961
977
  "us-east-1" : { },
962
978
  "us-east-2" : { },
963
979
  "us-west-1" : { },
@@ -1036,6 +1052,7 @@
1036
1052
  "ap-northeast-1" : { },
1037
1053
  "ap-southeast-2" : { },
1038
1054
  "eu-central-1" : { },
1055
+ "eu-west-1" : { },
1039
1056
  "us-east-1" : { },
1040
1057
  "us-west-2" : { }
1041
1058
  },
@@ -1150,6 +1167,7 @@
1150
1167
  },
1151
1168
  "kinesisanalytics" : {
1152
1169
  "endpoints" : {
1170
+ "eu-central-1" : { },
1153
1171
  "eu-west-1" : { },
1154
1172
  "us-east-1" : { },
1155
1173
  "us-west-2" : { }
@@ -1297,6 +1315,7 @@
1297
1315
  "mediastore" : {
1298
1316
  "endpoints" : {
1299
1317
  "ap-northeast-1" : { },
1318
+ "ap-northeast-2" : { },
1300
1319
  "ap-southeast-2" : { },
1301
1320
  "eu-central-1" : { },
1302
1321
  "eu-west-1" : { },
@@ -1543,6 +1562,7 @@
1543
1562
  "eu-central-1" : { },
1544
1563
  "eu-west-1" : { },
1545
1564
  "eu-west-2" : { },
1565
+ "eu-west-3" : { },
1546
1566
  "sa-east-1" : { },
1547
1567
  "us-east-1" : { },
1548
1568
  "us-east-2" : { },
@@ -1582,6 +1602,9 @@
1582
1602
  "runtime.sagemaker" : {
1583
1603
  "endpoints" : {
1584
1604
  "ap-northeast-1" : { },
1605
+ "ap-northeast-2" : { },
1606
+ "ap-southeast-2" : { },
1607
+ "eu-central-1" : { },
1585
1608
  "eu-west-1" : { },
1586
1609
  "us-east-1" : { },
1587
1610
  "us-east-2" : { },
@@ -1648,6 +1671,8 @@
1648
1671
  "endpoints" : {
1649
1672
  "ap-northeast-1" : { },
1650
1673
  "ap-northeast-2" : { },
1674
+ "ap-southeast-2" : { },
1675
+ "eu-central-1" : { },
1651
1676
  "eu-west-1" : { },
1652
1677
  "us-east-1" : { },
1653
1678
  "us-east-2" : { },
@@ -1908,6 +1933,7 @@
1908
1933
  "endpoints" : {
1909
1934
  "ap-northeast-1" : { },
1910
1935
  "ap-northeast-2" : { },
1936
+ "ap-south-1" : { },
1911
1937
  "ap-southeast-1" : { },
1912
1938
  "ap-southeast-2" : { },
1913
1939
  "ca-central-1" : { },
@@ -2587,6 +2613,12 @@
2587
2613
  },
2588
2614
  "elasticache" : {
2589
2615
  "endpoints" : {
2616
+ "fips" : {
2617
+ "credentialScope" : {
2618
+ "region" : "us-gov-west-1"
2619
+ },
2620
+ "hostname" : "elasticache-fips.us-gov-west-1.amazonaws.com"
2621
+ },
2590
2622
  "us-gov-west-1" : { }
2591
2623
  }
2592
2624
  },
@@ -2745,6 +2777,11 @@
2745
2777
  "us-gov-west-1" : { }
2746
2778
  }
2747
2779
  },
2780
+ "states" : {
2781
+ "endpoints" : {
2782
+ "us-gov-west-1" : { }
2783
+ }
2784
+ },
2748
2785
  "storagegateway" : {
2749
2786
  "endpoints" : {
2750
2787
  "us-gov-west-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.99'
2
+ VERSION = '2.11.100'
3
3
  end
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.99
4
+ version: 2.11.100
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-08-01 00:00:00.000000000 Z
11
+ date: 2018-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -364,6 +364,7 @@ files:
364
364
  - apis/kinesis/2013-12-02/api-2.json
365
365
  - apis/kinesis/2013-12-02/examples-1.json
366
366
  - apis/kinesis/2013-12-02/paginators-1.json
367
+ - apis/kinesis/2013-12-02/smoke.json
367
368
  - apis/kinesis/2013-12-02/waiters-2.json
368
369
  - apis/kinesisanalytics/2015-08-14/api-2.json
369
370
  - apis/kinesisanalytics/2015-08-14/examples-1.json