aws-sdk-core 2.11.401 → 2.11.402

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/apis/AWSMigrationHub/2017-05-31/api-2.json +41 -16
  3. data/apis/AWSMigrationHub/2017-05-31/paginators-1.json +25 -1
  4. data/apis/chime/2018-05-01/api-2.json +442 -0
  5. data/apis/chime/2018-05-01/paginators-1.json +10 -0
  6. data/apis/cloudtrail/2013-11-01/api-2.json +124 -4
  7. data/apis/codecommit/2015-04-13/api-2.json +1138 -3
  8. data/apis/codecommit/2015-04-13/paginators-1.json +15 -0
  9. data/apis/datasync/2018-11-09/api-2.json +23 -6
  10. data/apis/discovery/2015-11-01/api-2.json +60 -25
  11. data/apis/dlm/2018-01-12/api-2.json +25 -1
  12. data/apis/ec2/2016-11-15/api-2.json +414 -0
  13. data/apis/ec2/2016-11-15/paginators-1.json +12 -0
  14. data/apis/ec2/2016-11-15/resources-1.json +106 -0
  15. data/apis/ec2/2016-11-15/waiters-2.json +18 -0
  16. data/apis/ecs/2014-11-13/api-2.json +46 -38
  17. data/apis/firehose/2015-08-04/api-2.json +68 -6
  18. data/apis/fsx/2018-03-01/api-2.json +13 -0
  19. data/apis/mediastore/2017-09-01/api-2.json +3 -1
  20. data/apis/migrationhub-config/2019-06-30/api-2.json +207 -0
  21. data/apis/migrationhub-config/2019-06-30/examples-1.json +5 -0
  22. data/apis/migrationhub-config/2019-06-30/paginators-1.json +9 -0
  23. data/apis/quicksight/2018-04-01/api-2.json +4885 -626
  24. data/apis/quicksight/2018-04-01/paginators-1.json +40 -0
  25. data/apis/s3/2006-03-01/api-2.json +53 -2
  26. data/apis/storagegateway/2013-06-30/api-2.json +95 -2
  27. data/apis/transcribe/2017-10-26/api-2.json +8 -1
  28. data/lib/aws-sdk-core.rb +1 -0
  29. data/lib/aws-sdk-core/migrationhubconfig.rb +6 -0
  30. data/lib/aws-sdk-core/version.rb +1 -1
  31. data/service-models.json +4 -0
  32. metadata +6 -2
@@ -78,9 +78,21 @@
78
78
  "output_token": "NextToken",
79
79
  "result_key": "EgressOnlyInternetGateways"
80
80
  },
81
+ "DescribeExportImageTasks": {
82
+ "input_token": "NextToken",
83
+ "limit_key": "MaxResults",
84
+ "output_token": "NextToken",
85
+ "result_key": "ExportImageTasks"
86
+ },
81
87
  "DescribeExportTasks": {
82
88
  "result_key": "ExportTasks"
83
89
  },
90
+ "DescribeFastSnapshotRestores": {
91
+ "input_token": "NextToken",
92
+ "limit_key": "MaxResults",
93
+ "output_token": "NextToken",
94
+ "result_key": "FastSnapshotRestores"
95
+ },
84
96
  "DescribeFleets": {
85
97
  "input_token": "NextToken",
86
98
  "limit_key": "MaxResults",
@@ -41,6 +41,16 @@
41
41
  "path": "@"
42
42
  }
43
43
  },
44
+ "CreateNatGateway": {
45
+ "request": { "operation": "CreateNatGateway" },
46
+ "resource": {
47
+ "type": "NatGateway",
48
+ "identifiers": [
49
+ { "target": "Id", "source": "response", "path": "NatGateway.NatGatewayId" }
50
+ ],
51
+ "path": "NatGateway"
52
+ }
53
+ },
44
54
  "CreateNetworkAcl": {
45
55
  "request": { "operation": "CreateNetworkAcl" },
46
56
  "resource": {
@@ -205,6 +215,14 @@
205
215
  ]
206
216
  }
207
217
  },
218
+ "NatGateway": {
219
+ "resource": {
220
+ "type": "NatGateway",
221
+ "identifiers": [
222
+ { "target": "Id", "source": "input" }
223
+ ]
224
+ }
225
+ },
208
226
  "NetworkAcl": {
209
227
  "resource": {
210
228
  "type": "NetworkAcl",
@@ -361,6 +379,16 @@
361
379
  "path": "KeyPairs[]"
362
380
  }
363
381
  },
382
+ "NatGateways": {
383
+ "request": { "operation": "DescribeNatGateways" },
384
+ "resource": {
385
+ "type": "NatGateway",
386
+ "identifiers": [
387
+ { "target": "Id", "source": "response", "path": "NatGateways[].NatGatewayId" }
388
+ ],
389
+ "path": "NatGateways[]"
390
+ }
391
+ },
364
392
  "NetworkAcls": {
365
393
  "request": { "operation": "DescribeNetworkAcls" },
366
394
  "resource": {
@@ -1231,6 +1259,68 @@
1231
1259
  }
1232
1260
  }
1233
1261
  },
1262
+ "NatGateway": {
1263
+ "identifiers": [
1264
+ {
1265
+ "name": "Id",
1266
+ "memberName": "NatGatewayId"
1267
+ }
1268
+ ],
1269
+ "shape": "NatGateway",
1270
+ "load": {
1271
+ "request": {
1272
+ "operation": "DescribeNatGateways",
1273
+ "params": [
1274
+ { "target": "NatGatewayIds[0]", "source": "identifier", "name": "Id" }
1275
+ ]
1276
+ },
1277
+ "path": "NatGateways[0]"
1278
+ },
1279
+ "actions": {
1280
+ "CreateTags": {
1281
+ "request": {
1282
+ "operation": "CreateTags",
1283
+ "params": [
1284
+ { "target": "Resources[0]", "source": "identifier", "name": "Id" }
1285
+ ]
1286
+ },
1287
+ "resource": {
1288
+ "type": "Tag",
1289
+ "identifiers": [
1290
+ { "target": "ResourceId", "source": "identifier", "name": "Id" },
1291
+ { "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
1292
+ { "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
1293
+ ]
1294
+ }
1295
+ },
1296
+ "Delete": {
1297
+ "request": {
1298
+ "operation": "DeleteNatGateway",
1299
+ "params": [
1300
+ { "target": "NatGatewayId", "source": "identifier", "name": "Id" }
1301
+ ]
1302
+ }
1303
+ }
1304
+ },
1305
+ "has": {
1306
+ "Subnet": {
1307
+ "resource": {
1308
+ "type": "Subnet",
1309
+ "identifiers": [
1310
+ { "target": "Id", "source": "data", "path": "SubnetId" }
1311
+ ]
1312
+ }
1313
+ },
1314
+ "Address": {
1315
+ "resource": {
1316
+ "type": "VpcAddress",
1317
+ "identifiers": [
1318
+ { "target": "AllocationId", "source": "data", "path": "AllocationId" }
1319
+ ]
1320
+ }
1321
+ }
1322
+ }
1323
+ },
1234
1324
  "NetworkInterface": {
1235
1325
  "identifiers": [
1236
1326
  {
@@ -1906,6 +1996,22 @@
1906
1996
  "path": "Reservations[].Instances[]"
1907
1997
  }
1908
1998
  },
1999
+ "NatGateways": {
2000
+ "request": {
2001
+ "operation": "DescribeNatGateways",
2002
+ "params": [
2003
+ { "target": "Filter[0].Name", "source": "string", "value": "subnet-id" },
2004
+ { "target": "Filter[0].Values[0]", "source": "identifier", "name": "Id" }
2005
+ ]
2006
+ },
2007
+ "resource": {
2008
+ "type": "NatGateway",
2009
+ "identifiers": [
2010
+ { "target": "Id", "source": "response", "path": "NatGateways[].NatGatewayId" }
2011
+ ],
2012
+ "path": "NatGateways[]"
2013
+ }
2014
+ },
1909
2015
  "NetworkInterfaces": {
1910
2016
  "request": {
1911
2017
  "operation": "DescribeNetworkInterfaces",
@@ -379,6 +379,24 @@
379
379
  }
380
380
  ]
381
381
  },
382
+ "SecurityGroupExists": {
383
+ "operation": "DescribeSecurityGroups",
384
+ "delay": 5,
385
+ "maxAttempts": 6,
386
+ "acceptors": [
387
+ {
388
+ "expected": true,
389
+ "matcher": "path",
390
+ "state": "success",
391
+ "argument": "length(SecurityGroups[].GroupId) > `0`"
392
+ },
393
+ {
394
+ "expected": "InvalidGroupNotFound",
395
+ "matcher": "error",
396
+ "state": "retry"
397
+ }
398
+ ]
399
+ },
382
400
  "SpotInstanceRequestFulfilled": {
383
401
  "operation": "DescribeSpotInstanceRequests",
384
402
  "maxAttempts": 40,
@@ -1472,7 +1472,8 @@
1472
1472
  "type":"structure",
1473
1473
  "members":{
1474
1474
  "arn":{"shape":"String"},
1475
- "reason":{"shape":"String"}
1475
+ "reason":{"shape":"String"},
1476
+ "detail":{"shape":"String"}
1476
1477
  }
1477
1478
  },
1478
1479
  "Failures":{
@@ -2144,19 +2145,20 @@
2144
2145
  "required":["taskDefinition"],
2145
2146
  "members":{
2146
2147
  "cluster":{"shape":"String"},
2147
- "taskDefinition":{"shape":"String"},
2148
- "overrides":{"shape":"TaskOverride"},
2149
2148
  "count":{"shape":"BoxedInteger"},
2150
- "startedBy":{"shape":"String"},
2149
+ "enableECSManagedTags":{"shape":"Boolean"},
2151
2150
  "group":{"shape":"String"},
2151
+ "launchType":{"shape":"LaunchType"},
2152
+ "networkConfiguration":{"shape":"NetworkConfiguration"},
2153
+ "overrides":{"shape":"TaskOverride"},
2152
2154
  "placementConstraints":{"shape":"PlacementConstraints"},
2153
2155
  "placementStrategy":{"shape":"PlacementStrategies"},
2154
- "launchType":{"shape":"LaunchType"},
2155
2156
  "platformVersion":{"shape":"String"},
2156
- "networkConfiguration":{"shape":"NetworkConfiguration"},
2157
+ "propagateTags":{"shape":"PropagateTags"},
2158
+ "referenceId":{"shape":"String"},
2159
+ "startedBy":{"shape":"String"},
2157
2160
  "tags":{"shape":"Tags"},
2158
- "enableECSManagedTags":{"shape":"Boolean"},
2159
- "propagateTags":{"shape":"PropagateTags"}
2161
+ "taskDefinition":{"shape":"String"}
2160
2162
  }
2161
2163
  },
2162
2164
  "RunTaskResponse":{
@@ -2335,20 +2337,21 @@
2335
2337
  "StartTaskRequest":{
2336
2338
  "type":"structure",
2337
2339
  "required":[
2338
- "taskDefinition",
2339
- "containerInstances"
2340
+ "containerInstances",
2341
+ "taskDefinition"
2340
2342
  ],
2341
2343
  "members":{
2342
2344
  "cluster":{"shape":"String"},
2343
- "taskDefinition":{"shape":"String"},
2344
- "overrides":{"shape":"TaskOverride"},
2345
2345
  "containerInstances":{"shape":"StringList"},
2346
- "startedBy":{"shape":"String"},
2346
+ "enableECSManagedTags":{"shape":"Boolean"},
2347
2347
  "group":{"shape":"String"},
2348
2348
  "networkConfiguration":{"shape":"NetworkConfiguration"},
2349
+ "overrides":{"shape":"TaskOverride"},
2350
+ "propagateTags":{"shape":"PropagateTags"},
2351
+ "referenceId":{"shape":"String"},
2352
+ "startedBy":{"shape":"String"},
2349
2353
  "tags":{"shape":"Tags"},
2350
- "enableECSManagedTags":{"shape":"Boolean"},
2351
- "propagateTags":{"shape":"PropagateTags"}
2354
+ "taskDefinition":{"shape":"String"}
2352
2355
  }
2353
2356
  },
2354
2357
  "StartTaskResponse":{
@@ -2509,36 +2512,38 @@
2509
2512
  "Task":{
2510
2513
  "type":"structure",
2511
2514
  "members":{
2512
- "taskArn":{"shape":"String"},
2515
+ "attachments":{"shape":"Attachments"},
2516
+ "attributes":{"shape":"Attributes"},
2517
+ "availabilityZone":{"shape":"String"},
2513
2518
  "clusterArn":{"shape":"String"},
2514
- "taskDefinitionArn":{"shape":"String"},
2519
+ "connectivity":{"shape":"Connectivity"},
2520
+ "connectivityAt":{"shape":"Timestamp"},
2515
2521
  "containerInstanceArn":{"shape":"String"},
2516
- "overrides":{"shape":"TaskOverride"},
2517
- "lastStatus":{"shape":"String"},
2518
- "desiredStatus":{"shape":"String"},
2522
+ "containers":{"shape":"Containers"},
2519
2523
  "cpu":{"shape":"String"},
2524
+ "createdAt":{"shape":"Timestamp"},
2525
+ "desiredStatus":{"shape":"String"},
2526
+ "executionStoppedAt":{"shape":"Timestamp"},
2527
+ "group":{"shape":"String"},
2528
+ "healthStatus":{"shape":"HealthStatus"},
2529
+ "inferenceAccelerators":{"shape":"InferenceAccelerators"},
2530
+ "lastStatus":{"shape":"String"},
2531
+ "launchType":{"shape":"LaunchType"},
2520
2532
  "memory":{"shape":"String"},
2521
- "containers":{"shape":"Containers"},
2522
- "startedBy":{"shape":"String"},
2523
- "version":{"shape":"Long"},
2524
- "stoppedReason":{"shape":"String"},
2525
- "stopCode":{"shape":"TaskStopCode"},
2526
- "connectivity":{"shape":"Connectivity"},
2527
- "connectivityAt":{"shape":"Timestamp"},
2533
+ "overrides":{"shape":"TaskOverride"},
2534
+ "platformVersion":{"shape":"String"},
2528
2535
  "pullStartedAt":{"shape":"Timestamp"},
2529
2536
  "pullStoppedAt":{"shape":"Timestamp"},
2530
- "executionStoppedAt":{"shape":"Timestamp"},
2531
- "createdAt":{"shape":"Timestamp"},
2532
2537
  "startedAt":{"shape":"Timestamp"},
2533
- "stoppingAt":{"shape":"Timestamp"},
2538
+ "startedBy":{"shape":"String"},
2539
+ "stopCode":{"shape":"TaskStopCode"},
2534
2540
  "stoppedAt":{"shape":"Timestamp"},
2535
- "group":{"shape":"String"},
2536
- "launchType":{"shape":"LaunchType"},
2537
- "platformVersion":{"shape":"String"},
2538
- "attachments":{"shape":"Attachments"},
2539
- "healthStatus":{"shape":"HealthStatus"},
2541
+ "stoppedReason":{"shape":"String"},
2542
+ "stoppingAt":{"shape":"Timestamp"},
2540
2543
  "tags":{"shape":"Tags"},
2541
- "inferenceAccelerators":{"shape":"InferenceAccelerators"}
2544
+ "taskArn":{"shape":"String"},
2545
+ "taskDefinitionArn":{"shape":"String"},
2546
+ "version":{"shape":"Long"}
2542
2547
  }
2543
2548
  },
2544
2549
  "TaskDefinition":{
@@ -2559,6 +2564,7 @@
2559
2564
  "requiresCompatibilities":{"shape":"CompatibilityList"},
2560
2565
  "cpu":{"shape":"String"},
2561
2566
  "memory":{"shape":"String"},
2567
+ "inferenceAccelerators":{"shape":"InferenceAccelerators"},
2562
2568
  "pidMode":{"shape":"PidMode"},
2563
2569
  "ipcMode":{"shape":"IpcMode"},
2564
2570
  "proxyConfiguration":{"shape":"ProxyConfiguration"}
@@ -2614,9 +2620,11 @@
2614
2620
  "type":"structure",
2615
2621
  "members":{
2616
2622
  "containerOverrides":{"shape":"ContainerOverrides"},
2623
+ "cpu":{"shape":"String"},
2617
2624
  "inferenceAcceleratorOverrides":{"shape":"InferenceAcceleratorOverrides"},
2618
- "taskRoleArn":{"shape":"String"},
2619
- "executionRoleArn":{"shape":"String"}
2625
+ "executionRoleArn":{"shape":"String"},
2626
+ "memory":{"shape":"String"},
2627
+ "taskRoleArn":{"shape":"String"}
2620
2628
  }
2621
2629
  },
2622
2630
  "TaskSet":{
@@ -24,7 +24,8 @@
24
24
  "errors":[
25
25
  {"shape":"InvalidArgumentException"},
26
26
  {"shape":"LimitExceededException"},
27
- {"shape":"ResourceInUseException"}
27
+ {"shape":"ResourceInUseException"},
28
+ {"shape":"InvalidKMSResourceException"}
28
29
  ]
29
30
  },
30
31
  "DeleteDeliveryStream":{
@@ -86,6 +87,7 @@
86
87
  "errors":[
87
88
  {"shape":"ResourceNotFoundException"},
88
89
  {"shape":"InvalidArgumentException"},
90
+ {"shape":"InvalidKMSResourceException"},
89
91
  {"shape":"ServiceUnavailableException"}
90
92
  ]
91
93
  },
@@ -100,6 +102,7 @@
100
102
  "errors":[
101
103
  {"shape":"ResourceNotFoundException"},
102
104
  {"shape":"InvalidArgumentException"},
105
+ {"shape":"InvalidKMSResourceException"},
103
106
  {"shape":"ServiceUnavailableException"}
104
107
  ]
105
108
  },
@@ -115,7 +118,8 @@
115
118
  {"shape":"ResourceNotFoundException"},
116
119
  {"shape":"ResourceInUseException"},
117
120
  {"shape":"InvalidArgumentException"},
118
- {"shape":"LimitExceededException"}
121
+ {"shape":"LimitExceededException"},
122
+ {"shape":"InvalidKMSResourceException"}
119
123
  ]
120
124
  },
121
125
  "StopDeliveryStreamEncryption":{
@@ -255,6 +259,7 @@
255
259
  "DeliveryStreamName":{"shape":"DeliveryStreamName"},
256
260
  "DeliveryStreamType":{"shape":"DeliveryStreamType"},
257
261
  "KinesisStreamSourceConfiguration":{"shape":"KinesisStreamSourceConfiguration"},
262
+ "DeliveryStreamEncryptionConfigurationInput":{"shape":"DeliveryStreamEncryptionConfigurationInput"},
258
263
  "S3DestinationConfiguration":{
259
264
  "shape":"S3DestinationConfiguration",
260
265
  "deprecated":true
@@ -295,7 +300,8 @@
295
300
  "type":"structure",
296
301
  "required":["DeliveryStreamName"],
297
302
  "members":{
298
- "DeliveryStreamName":{"shape":"DeliveryStreamName"}
303
+ "DeliveryStreamName":{"shape":"DeliveryStreamName"},
304
+ "AllowForceDelete":{"shape":"BooleanObject"}
299
305
  }
300
306
  },
301
307
  "DeleteDeliveryStreamOutput":{
@@ -325,6 +331,7 @@
325
331
  "DeliveryStreamName":{"shape":"DeliveryStreamName"},
326
332
  "DeliveryStreamARN":{"shape":"DeliveryStreamARN"},
327
333
  "DeliveryStreamStatus":{"shape":"DeliveryStreamStatus"},
334
+ "FailureDescription":{"shape":"FailureDescription"},
328
335
  "DeliveryStreamEncryptionConfiguration":{"shape":"DeliveryStreamEncryptionConfiguration"},
329
336
  "DeliveryStreamType":{"shape":"DeliveryStreamType"},
330
337
  "VersionId":{"shape":"DeliveryStreamVersionId"},
@@ -338,7 +345,18 @@
338
345
  "DeliveryStreamEncryptionConfiguration":{
339
346
  "type":"structure",
340
347
  "members":{
341
- "Status":{"shape":"DeliveryStreamEncryptionStatus"}
348
+ "KeyARN":{"shape":"AWSKMSKeyARN"},
349
+ "KeyType":{"shape":"KeyType"},
350
+ "Status":{"shape":"DeliveryStreamEncryptionStatus"},
351
+ "FailureDescription":{"shape":"FailureDescription"}
352
+ }
353
+ },
354
+ "DeliveryStreamEncryptionConfigurationInput":{
355
+ "type":"structure",
356
+ "required":["KeyType"],
357
+ "members":{
358
+ "KeyARN":{"shape":"AWSKMSKeyARN"},
359
+ "KeyType":{"shape":"KeyType"}
342
360
  }
343
361
  },
344
362
  "DeliveryStreamEncryptionStatus":{
@@ -346,8 +364,23 @@
346
364
  "enum":[
347
365
  "ENABLED",
348
366
  "ENABLING",
367
+ "ENABLING_FAILED",
349
368
  "DISABLED",
350
- "DISABLING"
369
+ "DISABLING",
370
+ "DISABLING_FAILED"
371
+ ]
372
+ },
373
+ "DeliveryStreamFailureType":{
374
+ "type":"string",
375
+ "enum":[
376
+ "RETIRE_KMS_GRANT_FAILED",
377
+ "CREATE_KMS_GRANT_FAILED",
378
+ "KMS_ACCESS_DENIED",
379
+ "DISABLED_KMS_KEY",
380
+ "INVALID_KMS_KEY",
381
+ "KMS_KEY_NOT_FOUND",
382
+ "KMS_OPT_IN_REQUIRED",
383
+ "UNKNOWN_ERROR"
351
384
  ]
352
385
  },
353
386
  "DeliveryStreamName":{
@@ -364,7 +397,9 @@
364
397
  "type":"string",
365
398
  "enum":[
366
399
  "CREATING",
400
+ "CREATING_FAILED",
367
401
  "DELETING",
402
+ "DELETING_FAILED",
368
403
  "ACTIVE"
369
404
  ]
370
405
  },
@@ -624,6 +659,17 @@
624
659
  "DataFormatConversionConfiguration":{"shape":"DataFormatConversionConfiguration"}
625
660
  }
626
661
  },
662
+ "FailureDescription":{
663
+ "type":"structure",
664
+ "required":[
665
+ "Type",
666
+ "Details"
667
+ ],
668
+ "members":{
669
+ "Type":{"shape":"DeliveryStreamFailureType"},
670
+ "Details":{"shape":"NonEmptyString"}
671
+ }
672
+ },
627
673
  "HECAcknowledgmentTimeoutInSeconds":{
628
674
  "type":"integer",
629
675
  "max":600,
@@ -662,6 +708,14 @@
662
708
  },
663
709
  "exception":true
664
710
  },
711
+ "InvalidKMSResourceException":{
712
+ "type":"structure",
713
+ "members":{
714
+ "code":{"shape":"ErrorCode"},
715
+ "message":{"shape":"ErrorMessage"}
716
+ },
717
+ "exception":true
718
+ },
665
719
  "KMSEncryptionConfig":{
666
720
  "type":"structure",
667
721
  "required":["AWSKMSKeyARN"],
@@ -669,6 +723,13 @@
669
723
  "AWSKMSKeyARN":{"shape":"AWSKMSKeyARN"}
670
724
  }
671
725
  },
726
+ "KeyType":{
727
+ "type":"string",
728
+ "enum":[
729
+ "AWS_OWNED_CMK",
730
+ "CUSTOMER_MANAGED_CMK"
731
+ ]
732
+ },
672
733
  "KinesisStreamARN":{
673
734
  "type":"string",
674
735
  "max":512,
@@ -1265,7 +1326,8 @@
1265
1326
  "type":"structure",
1266
1327
  "required":["DeliveryStreamName"],
1267
1328
  "members":{
1268
- "DeliveryStreamName":{"shape":"DeliveryStreamName"}
1329
+ "DeliveryStreamName":{"shape":"DeliveryStreamName"},
1330
+ "DeliveryStreamEncryptionConfigurationInput":{"shape":"DeliveryStreamEncryptionConfigurationInput"}
1269
1331
  }
1270
1332
  },
1271
1333
  "StartDeliveryStreamEncryptionOutput":{