aws-sdk-core 2.11.567 → 2.11.572

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/acm-pca/2017-08-22/api-2.json +129 -17
  3. data/apis/acm/2015-12-08/api-2.json +1 -0
  4. data/apis/apigatewayv2/2018-11-29/api-2.json +56 -0
  5. data/apis/cognito-idp/2016-04-18/api-2.json +1 -5
  6. data/apis/datasync/2018-11-09/api-2.json +78 -2
  7. data/apis/dms/2016-01-01/api-2.json +5 -2
  8. data/apis/ec2/2016-11-15/api-2.json +237 -0
  9. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  10. data/apis/ecr/2015-09-21/api-2.json +3 -1
  11. data/apis/identitystore/2020-06-15/api-2.json +318 -0
  12. data/apis/identitystore/2020-06-15/examples-1.json +5 -0
  13. data/apis/identitystore/2020-06-15/paginators-1.json +14 -0
  14. data/apis/iotsitewise/2019-12-02/api-2.json +22 -8
  15. data/apis/ivs/2020-07-14/api-2.json +160 -1
  16. data/apis/ivs/2020-07-14/paginators-1.json +6 -0
  17. data/apis/kafka/2018-11-14/api-2.json +142 -1
  18. data/apis/kinesis/2013-12-02/api-2.json +52 -12
  19. data/apis/lakeformation/2017-03-31/api-2.json +13 -1
  20. data/apis/quicksight/2018-04-01/api-2.json +579 -5
  21. data/apis/quicksight/2018-04-01/paginators-1.json +10 -0
  22. data/apis/robomaker/2018-06-29/api-2.json +738 -1
  23. data/apis/robomaker/2018-06-29/paginators-1.json +24 -0
  24. data/apis/securityhub/2018-10-26/api-2.json +565 -4
  25. data/apis/servicecatalog/2015-12-10/api-2.json +6 -0
  26. data/apis/sesv2/2019-09-27/api-2.json +189 -0
  27. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  28. data/apis/ssm/2014-11-06/api-2.json +18 -7
  29. data/apis/storagegateway/2013-06-30/api-2.json +165 -7
  30. data/apis/transcribe-streaming/2017-10-26/api-2.json +12 -1
  31. data/apis/xray/2016-04-12/api-2.json +150 -2
  32. data/endpoints.json +21 -0
  33. data/lib/aws-sdk-core.rb +1 -0
  34. data/lib/aws-sdk-core/identitystore.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +6 -2
@@ -93,7 +93,8 @@
93
93
  "EndTime":{"shape":"Double"},
94
94
  "Type":{"shape":"ItemType"},
95
95
  "Content":{"shape":"String"},
96
- "VocabularyFilterMatch":{"shape":"Boolean"}
96
+ "VocabularyFilterMatch":{"shape":"Boolean"},
97
+ "Speaker":{"shape":"String"}
97
98
  }
98
99
  },
99
100
  "ItemList":{
@@ -206,6 +207,11 @@
206
207
  "shape":"VocabularyFilterMethod",
207
208
  "location":"header",
208
209
  "locationName":"x-amzn-transcribe-vocabulary-filter-method"
210
+ },
211
+ "ShowSpeakerLabel":{
212
+ "shape":"Boolean",
213
+ "location":"header",
214
+ "locationName":"x-amzn-transcribe-show-speaker-label"
209
215
  }
210
216
  },
211
217
  "payload":"AudioStream"
@@ -253,6 +259,11 @@
253
259
  "shape":"VocabularyFilterMethod",
254
260
  "location":"header",
255
261
  "locationName":"x-amzn-transcribe-vocabulary-filter-method"
262
+ },
263
+ "ShowSpeakerLabel":{
264
+ "shape":"Boolean",
265
+ "location":"header",
266
+ "locationName":"x-amzn-transcribe-show-speaker-label"
256
267
  }
257
268
  },
258
269
  "payload":"TranscriptResultStream"
@@ -206,6 +206,20 @@
206
206
  {"shape":"ThrottledException"}
207
207
  ]
208
208
  },
209
+ "ListTagsForResource":{
210
+ "name":"ListTagsForResource",
211
+ "http":{
212
+ "method":"POST",
213
+ "requestUri":"/ListTagsForResource"
214
+ },
215
+ "input":{"shape":"ListTagsForResourceRequest"},
216
+ "output":{"shape":"ListTagsForResourceResponse"},
217
+ "errors":[
218
+ {"shape":"InvalidRequestException"},
219
+ {"shape":"ThrottledException"},
220
+ {"shape":"ResourceNotFoundException"}
221
+ ]
222
+ },
209
223
  "PutEncryptionConfig":{
210
224
  "name":"PutEncryptionConfig",
211
225
  "http":{
@@ -245,6 +259,35 @@
245
259
  {"shape":"ThrottledException"}
246
260
  ]
247
261
  },
262
+ "TagResource":{
263
+ "name":"TagResource",
264
+ "http":{
265
+ "method":"POST",
266
+ "requestUri":"/TagResource"
267
+ },
268
+ "input":{"shape":"TagResourceRequest"},
269
+ "output":{"shape":"TagResourceResponse"},
270
+ "errors":[
271
+ {"shape":"InvalidRequestException"},
272
+ {"shape":"ThrottledException"},
273
+ {"shape":"ResourceNotFoundException"},
274
+ {"shape":"TooManyTagsException"}
275
+ ]
276
+ },
277
+ "UntagResource":{
278
+ "name":"UntagResource",
279
+ "http":{
280
+ "method":"POST",
281
+ "requestUri":"/UntagResource"
282
+ },
283
+ "input":{"shape":"UntagResourceRequest"},
284
+ "output":{"shape":"UntagResourceResponse"},
285
+ "errors":[
286
+ {"shape":"InvalidRequestException"},
287
+ {"shape":"ThrottledException"},
288
+ {"shape":"ResourceNotFoundException"}
289
+ ]
290
+ },
248
291
  "UpdateGroup":{
249
292
  "name":"UpdateGroup",
250
293
  "http":{
@@ -289,6 +332,11 @@
289
332
  "type":"list",
290
333
  "member":{"shape":"String"}
291
334
  },
335
+ "AmazonResourceName":{
336
+ "type":"string",
337
+ "max":1011,
338
+ "min":1
339
+ },
292
340
  "AnnotationKey":{"type":"string"},
293
341
  "AnnotationValue":{
294
342
  "type":"structure",
@@ -367,7 +415,8 @@
367
415
  "required":["GroupName"],
368
416
  "members":{
369
417
  "GroupName":{"shape":"GroupName"},
370
- "FilterExpression":{"shape":"FilterExpression"}
418
+ "FilterExpression":{"shape":"FilterExpression"},
419
+ "Tags":{"shape":"TagList"}
371
420
  }
372
421
  },
373
422
  "CreateGroupResult":{
@@ -380,7 +429,8 @@
380
429
  "type":"structure",
381
430
  "required":["SamplingRule"],
382
431
  "members":{
383
- "SamplingRule":{"shape":"SamplingRule"}
432
+ "SamplingRule":{"shape":"SamplingRule"},
433
+ "Tags":{"shape":"TagList"}
384
434
  }
385
435
  },
386
436
  "CreateSamplingRuleResult":{
@@ -822,6 +872,21 @@
822
872
  },
823
873
  "exception":true
824
874
  },
875
+ "ListTagsForResourceRequest":{
876
+ "type":"structure",
877
+ "required":["ResourceARN"],
878
+ "members":{
879
+ "ResourceARN":{"shape":"AmazonResourceName"},
880
+ "NextToken":{"shape":"String"}
881
+ }
882
+ },
883
+ "ListTagsForResourceResponse":{
884
+ "type":"structure",
885
+ "members":{
886
+ "Tags":{"shape":"TagList"},
887
+ "NextToken":{"shape":"String"}
888
+ }
889
+ },
825
890
  "NullableBoolean":{"type":"boolean"},
826
891
  "NullableDouble":{"type":"double"},
827
892
  "NullableInteger":{"type":"integer"},
@@ -891,6 +956,15 @@
891
956
  "ARN":{"shape":"String"}
892
957
  }
893
958
  },
959
+ "ResourceNotFoundException":{
960
+ "type":"structure",
961
+ "members":{
962
+ "Message":{"shape":"ErrorMessage"},
963
+ "ResourceName":{"shape":"AmazonResourceName"}
964
+ },
965
+ "error":{"httpStatusCode":404},
966
+ "exception":true
967
+ },
894
968
  "ResponseTimeRootCause":{
895
969
  "type":"structure",
896
970
  "members":{
@@ -1154,6 +1228,55 @@
1154
1228
  "max":64
1155
1229
  },
1156
1230
  "String":{"type":"string"},
1231
+ "Tag":{
1232
+ "type":"structure",
1233
+ "required":[
1234
+ "Key",
1235
+ "Value"
1236
+ ],
1237
+ "members":{
1238
+ "Key":{"shape":"TagKey"},
1239
+ "Value":{"shape":"TagValue"}
1240
+ }
1241
+ },
1242
+ "TagKey":{
1243
+ "type":"string",
1244
+ "max":128,
1245
+ "min":1
1246
+ },
1247
+ "TagKeyList":{
1248
+ "type":"list",
1249
+ "member":{"shape":"TagKey"},
1250
+ "max":200,
1251
+ "min":0
1252
+ },
1253
+ "TagList":{
1254
+ "type":"list",
1255
+ "member":{"shape":"Tag"},
1256
+ "max":200,
1257
+ "min":0
1258
+ },
1259
+ "TagResourceRequest":{
1260
+ "type":"structure",
1261
+ "required":[
1262
+ "ResourceARN",
1263
+ "Tags"
1264
+ ],
1265
+ "members":{
1266
+ "ResourceARN":{"shape":"AmazonResourceName"},
1267
+ "Tags":{"shape":"TagList"}
1268
+ }
1269
+ },
1270
+ "TagResourceResponse":{
1271
+ "type":"structure",
1272
+ "members":{
1273
+ }
1274
+ },
1275
+ "TagValue":{
1276
+ "type":"string",
1277
+ "max":256,
1278
+ "min":0
1279
+ },
1157
1280
  "TelemetryRecord":{
1158
1281
  "type":"structure",
1159
1282
  "required":["Timestamp"],
@@ -1199,6 +1322,15 @@
1199
1322
  "member":{"shape":"TimeSeriesServiceStatistics"}
1200
1323
  },
1201
1324
  "Timestamp":{"type":"timestamp"},
1325
+ "TooManyTagsException":{
1326
+ "type":"structure",
1327
+ "members":{
1328
+ "Message":{"shape":"ErrorMessage"},
1329
+ "ResourceName":{"shape":"AmazonResourceName"}
1330
+ },
1331
+ "error":{"httpStatusCode":400},
1332
+ "exception":true
1333
+ },
1202
1334
  "Trace":{
1203
1335
  "type":"structure",
1204
1336
  "members":{
@@ -1309,6 +1441,22 @@
1309
1441
  "type":"list",
1310
1442
  "member":{"shape":"UnprocessedTraceSegment"}
1311
1443
  },
1444
+ "UntagResourceRequest":{
1445
+ "type":"structure",
1446
+ "required":[
1447
+ "ResourceARN",
1448
+ "TagKeys"
1449
+ ],
1450
+ "members":{
1451
+ "ResourceARN":{"shape":"AmazonResourceName"},
1452
+ "TagKeys":{"shape":"TagKeyList"}
1453
+ }
1454
+ },
1455
+ "UntagResourceResponse":{
1456
+ "type":"structure",
1457
+ "members":{
1458
+ }
1459
+ },
1312
1460
  "UpdateGroupRequest":{
1313
1461
  "type":"structure",
1314
1462
  "members":{
@@ -1634,6 +1634,8 @@
1634
1634
  "ap-northeast-1" : { },
1635
1635
  "ap-southeast-2" : { },
1636
1636
  "eu-central-1" : { },
1637
+ "eu-west-1" : { },
1638
+ "eu-west-2" : { },
1637
1639
  "us-east-1" : { },
1638
1640
  "us-west-2" : { }
1639
1641
  }
@@ -2667,6 +2669,7 @@
2667
2669
  "eu-west-1" : { },
2668
2670
  "eu-west-2" : { },
2669
2671
  "eu-west-3" : { },
2672
+ "sa-east-1" : { },
2670
2673
  "us-east-1" : { },
2671
2674
  "us-east-2" : { },
2672
2675
  "us-west-1" : { },
@@ -2915,6 +2918,20 @@
2915
2918
  "isRegionalized" : false,
2916
2919
  "partitionEndpoint" : "aws-global"
2917
2920
  },
2921
+ "identitystore" : {
2922
+ "endpoints" : {
2923
+ "ap-southeast-1" : { },
2924
+ "ap-southeast-2" : { },
2925
+ "ca-central-1" : { },
2926
+ "eu-central-1" : { },
2927
+ "eu-north-1" : { },
2928
+ "eu-west-1" : { },
2929
+ "eu-west-2" : { },
2930
+ "us-east-1" : { },
2931
+ "us-east-2" : { },
2932
+ "us-west-2" : { }
2933
+ }
2934
+ },
2918
2935
  "importexport" : {
2919
2936
  "endpoints" : {
2920
2937
  "aws-global" : {
@@ -3691,6 +3708,8 @@
3691
3708
  "ap-northeast-1" : { },
3692
3709
  "ap-southeast-2" : { },
3693
3710
  "eu-central-1" : { },
3711
+ "eu-west-1" : { },
3712
+ "eu-west-2" : { },
3694
3713
  "us-east-1" : { },
3695
3714
  "us-west-2" : { }
3696
3715
  }
@@ -5108,6 +5127,7 @@
5108
5127
  "protocols" : [ "https" ]
5109
5128
  },
5110
5129
  "endpoints" : {
5130
+ "af-south-1" : { },
5111
5131
  "ap-east-1" : { },
5112
5132
  "ap-northeast-1" : { },
5113
5133
  "ap-northeast-2" : { },
@@ -5117,6 +5137,7 @@
5117
5137
  "ca-central-1" : { },
5118
5138
  "eu-central-1" : { },
5119
5139
  "eu-north-1" : { },
5140
+ "eu-south-1" : { },
5120
5141
  "eu-west-1" : { },
5121
5142
  "eu-west-2" : { },
5122
5143
  "eu-west-3" : { },
@@ -126,6 +126,7 @@ module Aws
126
126
  Honeycode
127
127
  IAM
128
128
  IVS
129
+ IdentityStore
129
130
  Imagebuilder
130
131
  ImportExport
131
132
  Inspector
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:IdentityStore, {
2
+ api: "#{Aws::API_DIR}/identitystore/2020-06-15/api-2.json",
3
+ docs: "#{Aws::API_DIR}/identitystore/2020-06-15/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/identitystore/2020-06-15/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/identitystore/2020-06-15/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.567'
2
+ VERSION = '2.11.572'
3
3
  end
@@ -410,6 +410,10 @@
410
410
  "models": "ivs/2020-07-14",
411
411
  "endpoint": "ivs"
412
412
  },
413
+ "IdentityStore": {
414
+ "models": "identitystore/2020-06-15",
415
+ "endpoint": "identitystore"
416
+ },
413
417
  "Imagebuilder": {
414
418
  "models": "imagebuilder/2019-12-02",
415
419
  "endpoint": "imagebuilder"
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.567
4
+ version: 2.11.572
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: 2020-08-14 00:00:00.000000000 Z
11
+ date: 2020-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -491,6 +491,9 @@ files:
491
491
  - apis/iam/2010-05-08/resources-1.json
492
492
  - apis/iam/2010-05-08/smoke.json
493
493
  - apis/iam/2010-05-08/waiters-2.json
494
+ - apis/identitystore/2020-06-15/api-2.json
495
+ - apis/identitystore/2020-06-15/examples-1.json
496
+ - apis/identitystore/2020-06-15/paginators-1.json
494
497
  - apis/imagebuilder/2019-12-02/api-2.json
495
498
  - apis/imagebuilder/2019-12-02/examples-1.json
496
499
  - apis/imagebuilder/2019-12-02/paginators-1.json
@@ -1067,6 +1070,7 @@ files:
1067
1070
  - lib/aws-sdk-core/health.rb
1068
1071
  - lib/aws-sdk-core/honeycode.rb
1069
1072
  - lib/aws-sdk-core/iam.rb
1073
+ - lib/aws-sdk-core/identitystore.rb
1070
1074
  - lib/aws-sdk-core/imagebuilder.rb
1071
1075
  - lib/aws-sdk-core/importexport.rb
1072
1076
  - lib/aws-sdk-core/ini_parser.rb