aws-sdk-core 2.11.618 → 2.11.623

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
  3. data/apis/appmesh/2019-01-25/examples-1.json +3 -2
  4. data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
  5. data/apis/autoscaling/2011-01-01/api-2.json +6 -2
  6. data/apis/datasync/2018-11-09/api-2.json +29 -0
  7. data/apis/dlm/2018-01-12/api-2.json +9 -3
  8. data/apis/dynamodb/2012-08-10/api-2.json +209 -1
  9. data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
  10. data/apis/ec2/2016-11-15/api-2.json +190 -11
  11. data/apis/ecs/2014-11-13/api-2.json +26 -1
  12. data/apis/es/2015-01-01/api-2.json +163 -3
  13. data/apis/es/2015-01-01/paginators-1.json +5 -0
  14. data/apis/eventbridge/2015-10-07/api-2.json +431 -0
  15. data/apis/events/2015-10-07/api-2.json +431 -0
  16. data/apis/frauddetector/2019-11-15/api-2.json +234 -4
  17. data/apis/fsx/2018-03-01/api-2.json +147 -5
  18. data/apis/fsx/2018-03-01/examples-1.json +21 -10
  19. data/apis/fsx/2018-03-01/paginators-1.json +5 -0
  20. data/apis/iot/2015-05-28/api-2.json +18 -4
  21. data/apis/iot/2015-05-28/paginators-1.json +6 -0
  22. data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
  23. data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
  24. data/apis/kendra/2019-02-03/api-2.json +105 -7
  25. data/apis/lambda/2015-03-31/api-2.json +36 -2
  26. data/apis/macie2/2020-01-01/api-2.json +4 -0
  27. data/apis/medialive/2017-10-14/api-2.json +16 -0
  28. data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
  29. data/apis/mq/2017-11-27/api-2.json +6 -2
  30. data/apis/rds/2014-10-31/api-2.json +2 -1
  31. data/apis/s3/2006-03-01/api-2.json +230 -5
  32. data/apis/s3/2006-03-01/examples-1.json +91 -91
  33. data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
  34. data/apis/ssm/2014-11-06/api-2.json +2 -1
  35. data/apis/storagegateway/2013-06-30/api-2.json +88 -0
  36. data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
  37. data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
  38. data/apis/xray/2016-04-12/api-2.json +277 -0
  39. data/apis/xray/2016-04-12/paginators-1.json +10 -0
  40. data/endpoints.json +91 -0
  41. data/lib/aws-sdk-core/version.rb +1 -1
  42. metadata +2 -2
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "version": "1.0",
3
- "examples": { }
4
- }
3
+ "examples": {
4
+ }
5
+ }
@@ -2,51 +2,51 @@
2
2
  "pagination": {
3
3
  "ListGatewayRoutes": {
4
4
  "input_token": "nextToken",
5
- "limit_key": "limit",
6
5
  "output_token": "nextToken",
6
+ "limit_key": "limit",
7
7
  "result_key": "gatewayRoutes"
8
8
  },
9
9
  "ListMeshes": {
10
10
  "input_token": "nextToken",
11
- "limit_key": "limit",
12
11
  "output_token": "nextToken",
12
+ "limit_key": "limit",
13
13
  "result_key": "meshes"
14
14
  },
15
15
  "ListRoutes": {
16
16
  "input_token": "nextToken",
17
- "limit_key": "limit",
18
17
  "output_token": "nextToken",
18
+ "limit_key": "limit",
19
19
  "result_key": "routes"
20
20
  },
21
21
  "ListTagsForResource": {
22
22
  "input_token": "nextToken",
23
- "limit_key": "limit",
24
23
  "output_token": "nextToken",
24
+ "limit_key": "limit",
25
25
  "result_key": "tags"
26
26
  },
27
27
  "ListVirtualGateways": {
28
28
  "input_token": "nextToken",
29
- "limit_key": "limit",
30
29
  "output_token": "nextToken",
30
+ "limit_key": "limit",
31
31
  "result_key": "virtualGateways"
32
32
  },
33
33
  "ListVirtualNodes": {
34
34
  "input_token": "nextToken",
35
- "limit_key": "limit",
36
35
  "output_token": "nextToken",
36
+ "limit_key": "limit",
37
37
  "result_key": "virtualNodes"
38
38
  },
39
39
  "ListVirtualRouters": {
40
40
  "input_token": "nextToken",
41
- "limit_key": "limit",
42
41
  "output_token": "nextToken",
42
+ "limit_key": "limit",
43
43
  "result_key": "virtualRouters"
44
44
  },
45
45
  "ListVirtualServices": {
46
46
  "input_token": "nextToken",
47
- "limit_key": "limit",
48
47
  "output_token": "nextToken",
48
+ "limit_key": "limit",
49
49
  "result_key": "virtualServices"
50
50
  }
51
51
  }
52
- }
52
+ }
@@ -1002,7 +1002,8 @@
1002
1002
  "TerminationPolicies":{"shape":"TerminationPolicies"},
1003
1003
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
1004
1004
  "ServiceLinkedRoleARN":{"shape":"ResourceName"},
1005
- "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
1005
+ "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
1006
+ "CapacityRebalance":{"shape":"CapacityRebalanceEnabled"}
1006
1007
  }
1007
1008
  },
1008
1009
  "AutoScalingGroupDesiredCapacity":{"type":"integer"},
@@ -1153,6 +1154,7 @@
1153
1154
  "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
1154
1155
  }
1155
1156
  },
1157
+ "CapacityRebalanceEnabled":{"type":"boolean"},
1156
1158
  "ClassicLinkVPCSecurityGroups":{
1157
1159
  "type":"list",
1158
1160
  "member":{"shape":"XmlStringMaxLen255"}
@@ -1204,6 +1206,7 @@
1204
1206
  "VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
1205
1207
  "TerminationPolicies":{"shape":"TerminationPolicies"},
1206
1208
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
1209
+ "CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
1207
1210
  "LifecycleHookSpecificationList":{"shape":"LifecycleHookSpecifications"},
1208
1211
  "Tags":{"shape":"Tags"},
1209
1212
  "ServiceLinkedRoleARN":{"shape":"ResourceName"},
@@ -2603,7 +2606,8 @@
2603
2606
  "TerminationPolicies":{"shape":"TerminationPolicies"},
2604
2607
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
2605
2608
  "ServiceLinkedRoleARN":{"shape":"ResourceName"},
2606
- "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
2609
+ "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
2610
+ "CapacityRebalance":{"shape":"CapacityRebalanceEnabled"}
2607
2611
  }
2608
2612
  },
2609
2613
  "Values":{
@@ -416,6 +416,19 @@
416
416
  {"shape":"InvalidRequestException"},
417
417
  {"shape":"InternalException"}
418
418
  ]
419
+ },
420
+ "UpdateTaskExecution":{
421
+ "name":"UpdateTaskExecution",
422
+ "http":{
423
+ "method":"POST",
424
+ "requestUri":"/"
425
+ },
426
+ "input":{"shape":"UpdateTaskExecutionRequest"},
427
+ "output":{"shape":"UpdateTaskExecutionResponse"},
428
+ "errors":[
429
+ {"shape":"InvalidRequestException"},
430
+ {"shape":"InternalException"}
431
+ ]
419
432
  }
420
433
  },
421
434
  "shapes":{
@@ -1611,6 +1624,22 @@
1611
1624
  "members":{
1612
1625
  }
1613
1626
  },
1627
+ "UpdateTaskExecutionRequest":{
1628
+ "type":"structure",
1629
+ "required":[
1630
+ "TaskExecutionArn",
1631
+ "Options"
1632
+ ],
1633
+ "members":{
1634
+ "TaskExecutionArn":{"shape":"TaskExecutionArn"},
1635
+ "Options":{"shape":"Options"}
1636
+ }
1637
+ },
1638
+ "UpdateTaskExecutionResponse":{
1639
+ "type":"structure",
1640
+ "members":{
1641
+ }
1642
+ },
1614
1643
  "UpdateTaskRequest":{
1615
1644
  "type":"structure",
1616
1645
  "required":["TaskArn"],
@@ -364,7 +364,8 @@
364
364
  "PolicyId":{"shape":"PolicyId"},
365
365
  "Description":{"shape":"PolicyDescription"},
366
366
  "State":{"shape":"GettablePolicyStateValues"},
367
- "Tags":{"shape":"TagMap"}
367
+ "Tags":{"shape":"TagMap"},
368
+ "PolicyType":{"shape":"PolicyTypeValues"}
368
369
  }
369
370
  },
370
371
  "LifecyclePolicySummaryList":{
@@ -398,6 +399,7 @@
398
399
  "Tags":{"shape":"TagMap"}
399
400
  }
400
401
  },
402
+ "NoReboot":{"type":"boolean"},
401
403
  "Parameter":{"type":"string"},
402
404
  "ParameterList":{
403
405
  "type":"list",
@@ -406,7 +408,8 @@
406
408
  "Parameters":{
407
409
  "type":"structure",
408
410
  "members":{
409
- "ExcludeBootVolume":{"shape":"ExcludeBootVolume"}
411
+ "ExcludeBootVolume":{"shape":"ExcludeBootVolume"},
412
+ "NoReboot":{"shape":"NoReboot"}
410
413
  }
411
414
  },
412
415
  "PolicyArn":{
@@ -443,7 +446,10 @@
443
446
  },
444
447
  "PolicyTypeValues":{
445
448
  "type":"string",
446
- "enum":["EBS_SNAPSHOT_MANAGEMENT"]
449
+ "enum":[
450
+ "EBS_SNAPSHOT_MANAGEMENT",
451
+ "IMAGE_MANAGEMENT"
452
+ ]
447
453
  },
448
454
  "ResourceNotFoundException":{
449
455
  "type":"structure",
@@ -207,6 +207,20 @@
207
207
  "output":{"shape":"DescribeEndpointsResponse"},
208
208
  "endpointoperation":true
209
209
  },
210
+ "DescribeExport":{
211
+ "name":"DescribeExport",
212
+ "http":{
213
+ "method":"POST",
214
+ "requestUri":"/"
215
+ },
216
+ "input":{"shape":"DescribeExportInput"},
217
+ "output":{"shape":"DescribeExportOutput"},
218
+ "errors":[
219
+ {"shape":"ExportNotFoundException"},
220
+ {"shape":"LimitExceededException"},
221
+ {"shape":"InternalServerError"}
222
+ ]
223
+ },
210
224
  "DescribeGlobalTable":{
211
225
  "name":"DescribeGlobalTable",
212
226
  "http":{
@@ -294,6 +308,23 @@
294
308
  "endpointdiscovery":{
295
309
  }
296
310
  },
311
+ "ExportTableToPointInTime":{
312
+ "name":"ExportTableToPointInTime",
313
+ "http":{
314
+ "method":"POST",
315
+ "requestUri":"/"
316
+ },
317
+ "input":{"shape":"ExportTableToPointInTimeInput"},
318
+ "output":{"shape":"ExportTableToPointInTimeOutput"},
319
+ "errors":[
320
+ {"shape":"TableNotFoundException"},
321
+ {"shape":"PointInTimeRecoveryUnavailableException"},
322
+ {"shape":"LimitExceededException"},
323
+ {"shape":"InvalidExportTimeException"},
324
+ {"shape":"ExportConflictException"},
325
+ {"shape":"InternalServerError"}
326
+ ]
327
+ },
297
328
  "GetItem":{
298
329
  "name":"GetItem",
299
330
  "http":{
@@ -338,6 +369,19 @@
338
369
  {"shape":"InternalServerError"}
339
370
  ]
340
371
  },
372
+ "ListExports":{
373
+ "name":"ListExports",
374
+ "http":{
375
+ "method":"POST",
376
+ "requestUri":"/"
377
+ },
378
+ "input":{"shape":"ListExportsInput"},
379
+ "output":{"shape":"ListExportsOutput"},
380
+ "errors":[
381
+ {"shape":"LimitExceededException"},
382
+ {"shape":"InternalServerError"}
383
+ ]
384
+ },
341
385
  "ListGlobalTables":{
342
386
  "name":"ListGlobalTables",
343
387
  "http":{
@@ -988,6 +1032,10 @@
988
1032
  "max":25,
989
1033
  "min":1
990
1034
  },
1035
+ "BilledSizeBytes":{
1036
+ "type":"long",
1037
+ "min":0
1038
+ },
991
1039
  "BillingMode":{
992
1040
  "type":"string",
993
1041
  "enum":[
@@ -1036,6 +1084,7 @@
1036
1084
  "max":36,
1037
1085
  "min":1
1038
1086
  },
1087
+ "ClientToken":{"type":"string"},
1039
1088
  "Code":{"type":"string"},
1040
1089
  "ComparisonOperator":{
1041
1090
  "type":"string",
@@ -1416,6 +1465,19 @@
1416
1465
  "Endpoints":{"shape":"Endpoints"}
1417
1466
  }
1418
1467
  },
1468
+ "DescribeExportInput":{
1469
+ "type":"structure",
1470
+ "required":["ExportArn"],
1471
+ "members":{
1472
+ "ExportArn":{"shape":"ExportArn"}
1473
+ }
1474
+ },
1475
+ "DescribeExportOutput":{
1476
+ "type":"structure",
1477
+ "members":{
1478
+ "ExportDescription":{"shape":"ExportDescription"}
1479
+ }
1480
+ },
1419
1481
  "DescribeGlobalTableInput":{
1420
1482
  "type":"structure",
1421
1483
  "required":["GlobalTableName"],
@@ -1529,6 +1591,107 @@
1529
1591
  "AttributeValueList":{"shape":"AttributeValueList"}
1530
1592
  }
1531
1593
  },
1594
+ "ExportArn":{
1595
+ "type":"string",
1596
+ "max":1024,
1597
+ "min":37
1598
+ },
1599
+ "ExportConflictException":{
1600
+ "type":"structure",
1601
+ "members":{
1602
+ "message":{"shape":"ErrorMessage"}
1603
+ },
1604
+ "exception":true
1605
+ },
1606
+ "ExportDescription":{
1607
+ "type":"structure",
1608
+ "members":{
1609
+ "ExportArn":{"shape":"ExportArn"},
1610
+ "ExportStatus":{"shape":"ExportStatus"},
1611
+ "StartTime":{"shape":"ExportStartTime"},
1612
+ "EndTime":{"shape":"ExportEndTime"},
1613
+ "ExportManifest":{"shape":"ExportManifest"},
1614
+ "TableArn":{"shape":"TableArn"},
1615
+ "TableId":{"shape":"TableId"},
1616
+ "ExportTime":{"shape":"ExportTime"},
1617
+ "ClientToken":{"shape":"ClientToken"},
1618
+ "S3Bucket":{"shape":"S3Bucket"},
1619
+ "S3BucketOwner":{"shape":"S3BucketOwner"},
1620
+ "S3Prefix":{"shape":"S3Prefix"},
1621
+ "S3SseAlgorithm":{"shape":"S3SseAlgorithm"},
1622
+ "S3SseKmsKeyId":{"shape":"S3SseKmsKeyId"},
1623
+ "FailureCode":{"shape":"FailureCode"},
1624
+ "FailureMessage":{"shape":"FailureMessage"},
1625
+ "ExportFormat":{"shape":"ExportFormat"},
1626
+ "BilledSizeBytes":{"shape":"BilledSizeBytes"},
1627
+ "ItemCount":{"shape":"ItemCount"}
1628
+ }
1629
+ },
1630
+ "ExportEndTime":{"type":"timestamp"},
1631
+ "ExportFormat":{
1632
+ "type":"string",
1633
+ "enum":[
1634
+ "DYNAMODB_JSON",
1635
+ "ION"
1636
+ ]
1637
+ },
1638
+ "ExportManifest":{"type":"string"},
1639
+ "ExportNextToken":{"type":"string"},
1640
+ "ExportNotFoundException":{
1641
+ "type":"structure",
1642
+ "members":{
1643
+ "message":{"shape":"ErrorMessage"}
1644
+ },
1645
+ "exception":true
1646
+ },
1647
+ "ExportStartTime":{"type":"timestamp"},
1648
+ "ExportStatus":{
1649
+ "type":"string",
1650
+ "enum":[
1651
+ "IN_PROGRESS",
1652
+ "COMPLETED",
1653
+ "FAILED"
1654
+ ]
1655
+ },
1656
+ "ExportSummaries":{
1657
+ "type":"list",
1658
+ "member":{"shape":"ExportSummary"}
1659
+ },
1660
+ "ExportSummary":{
1661
+ "type":"structure",
1662
+ "members":{
1663
+ "ExportArn":{"shape":"ExportArn"},
1664
+ "ExportStatus":{"shape":"ExportStatus"}
1665
+ }
1666
+ },
1667
+ "ExportTableToPointInTimeInput":{
1668
+ "type":"structure",
1669
+ "required":[
1670
+ "TableArn",
1671
+ "S3Bucket"
1672
+ ],
1673
+ "members":{
1674
+ "TableArn":{"shape":"TableArn"},
1675
+ "ExportTime":{"shape":"ExportTime"},
1676
+ "ClientToken":{
1677
+ "shape":"ClientToken",
1678
+ "idempotencyToken":true
1679
+ },
1680
+ "S3Bucket":{"shape":"S3Bucket"},
1681
+ "S3BucketOwner":{"shape":"S3BucketOwner"},
1682
+ "S3Prefix":{"shape":"S3Prefix"},
1683
+ "S3SseAlgorithm":{"shape":"S3SseAlgorithm"},
1684
+ "S3SseKmsKeyId":{"shape":"S3SseKmsKeyId"},
1685
+ "ExportFormat":{"shape":"ExportFormat"}
1686
+ }
1687
+ },
1688
+ "ExportTableToPointInTimeOutput":{
1689
+ "type":"structure",
1690
+ "members":{
1691
+ "ExportDescription":{"shape":"ExportDescription"}
1692
+ }
1693
+ },
1694
+ "ExportTime":{"type":"timestamp"},
1532
1695
  "ExpressionAttributeNameMap":{
1533
1696
  "type":"map",
1534
1697
  "key":{"shape":"ExpressionAttributeNameVariable"},
@@ -1541,6 +1704,7 @@
1541
1704
  "value":{"shape":"AttributeValue"}
1542
1705
  },
1543
1706
  "ExpressionAttributeValueVariable":{"type":"string"},
1707
+ "FailureCode":{"type":"string"},
1544
1708
  "FailureException":{
1545
1709
  "type":"structure",
1546
1710
  "members":{
@@ -1548,6 +1712,7 @@
1548
1712
  "ExceptionDescription":{"shape":"ExceptionDescription"}
1549
1713
  }
1550
1714
  },
1715
+ "FailureMessage":{"type":"string"},
1551
1716
  "FilterConditionMap":{
1552
1717
  "type":"map",
1553
1718
  "key":{"shape":"AttributeName"},
@@ -1761,6 +1926,13 @@
1761
1926
  "exception":true,
1762
1927
  "fault":true
1763
1928
  },
1929
+ "InvalidExportTimeException":{
1930
+ "type":"structure",
1931
+ "members":{
1932
+ "message":{"shape":"ErrorMessage"}
1933
+ },
1934
+ "exception":true
1935
+ },
1764
1936
  "InvalidRestoreTimeException":{
1765
1937
  "type":"structure",
1766
1938
  "members":{
@@ -1929,6 +2101,26 @@
1929
2101
  "NextToken":{"shape":"NextTokenString"}
1930
2102
  }
1931
2103
  },
2104
+ "ListExportsInput":{
2105
+ "type":"structure",
2106
+ "members":{
2107
+ "TableArn":{"shape":"TableArn"},
2108
+ "MaxResults":{"shape":"ListExportsMaxLimit"},
2109
+ "NextToken":{"shape":"ExportNextToken"}
2110
+ }
2111
+ },
2112
+ "ListExportsMaxLimit":{
2113
+ "type":"integer",
2114
+ "max":25,
2115
+ "min":1
2116
+ },
2117
+ "ListExportsOutput":{
2118
+ "type":"structure",
2119
+ "members":{
2120
+ "ExportSummaries":{"shape":"ExportSummaries"},
2121
+ "NextToken":{"shape":"ExportNextToken"}
2122
+ }
2123
+ },
1932
2124
  "ListGlobalTablesInput":{
1933
2125
  "type":"structure",
1934
2126
  "members":{
@@ -2415,7 +2607,8 @@
2415
2607
  "UPDATING",
2416
2608
  "DELETING",
2417
2609
  "ACTIVE",
2418
- "REGION_DISABLED"
2610
+ "REGION_DISABLED",
2611
+ "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2419
2612
  ]
2420
2613
  },
2421
2614
  "ReplicaStatusDescription":{"type":"string"},
@@ -2560,6 +2753,21 @@
2560
2753
  "NONE"
2561
2754
  ]
2562
2755
  },
2756
+ "S3Bucket":{"type":"string"},
2757
+ "S3BucketOwner":{"type":"string"},
2758
+ "S3Prefix":{"type":"string"},
2759
+ "S3SseAlgorithm":{
2760
+ "type":"string",
2761
+ "enum":[
2762
+ "AES256",
2763
+ "KMS"
2764
+ ]
2765
+ },
2766
+ "S3SseKmsKeyId":{
2767
+ "type":"string",
2768
+ "max":2048,
2769
+ "min":1
2770
+ },
2563
2771
  "SSEDescription":{
2564
2772
  "type":"structure",
2565
2773
  "members":{