aws-sdk-core 2.11.622 → 2.11.623

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
  SHA256:
3
- metadata.gz: 830de9ccaf002102c328e24afc48bfdda3df6cffce95742504cae9e720be26fb
4
- data.tar.gz: 9b8631f3a67c502294d468ae4dca12fc7f4365431ac08655cdbbaf75f4d472b9
3
+ metadata.gz: ec0bffd6ec4e09b4afe6cac852679a82255b61707886aee9b0b9e1feb58e6bf2
4
+ data.tar.gz: 59285efa9daffd5d46296a1f41a97d37c927cbc021ab4489a3eada914933ed9a
5
5
  SHA512:
6
- metadata.gz: 3b5b57137b12c52c29476bf572f19e3ce60b757b6eb74caf5e17e69b43ea04f4386e9aa632d951d64d598d443a10eb7aed3788f15898863ac2f0abae4f515f4f
7
- data.tar.gz: fb4db8d638adf171deb5297d6068a27dbbf52ec4237e7a9d08767e00f3809625bc7b0bf1f93b20a1adbe9d1cb8c1cb4aad5560b435ae66354a5b30f15677415a
6
+ metadata.gz: a6b9dbaeea301865e20ec2671a6897a9f887f1475972ce30443422eed73eb353e3c6643e4e8d54e616acb22e0f10e0e9b227ede9322898bfec51c33f00572e95
7
+ data.tar.gz: 5418ea9a0f4e31b557867cff7bd727de5f5b29dde60410924e3534e538889229fce2b2abbd2fe8adff87dd44da01675ffd86a5e02e723956acd81cc26f71ce88
@@ -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"],
@@ -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":{
@@ -2561,6 +2753,21 @@
2561
2753
  "NONE"
2562
2754
  ]
2563
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
+ },
2564
2771
  "SSEDescription":{
2565
2772
  "type":"structure",
2566
2773
  "members":{
@@ -9,6 +9,11 @@
9
9
  "limit_key": "MaxResults",
10
10
  "output_token": "NextToken"
11
11
  },
12
+ "ListExports": {
13
+ "input_token": "NextToken",
14
+ "limit_key": "MaxResults",
15
+ "output_token": "NextToken"
16
+ },
12
17
  "ListTables": {
13
18
  "input_token": "ExclusiveStartTableName",
14
19
  "limit_key": "Limit",
@@ -1715,6 +1715,30 @@
1715
1715
  "type":"list",
1716
1716
  "member":{"shape":"KeyValuePair"}
1717
1717
  },
1718
+ "FSxWindowsFileServerAuthorizationConfig":{
1719
+ "type":"structure",
1720
+ "required":[
1721
+ "credentialsParameter",
1722
+ "domain"
1723
+ ],
1724
+ "members":{
1725
+ "credentialsParameter":{"shape":"String"},
1726
+ "domain":{"shape":"String"}
1727
+ }
1728
+ },
1729
+ "FSxWindowsFileServerVolumeConfiguration":{
1730
+ "type":"structure",
1731
+ "required":[
1732
+ "fileSystemId",
1733
+ "rootDirectory",
1734
+ "authorizationConfig"
1735
+ ],
1736
+ "members":{
1737
+ "fileSystemId":{"shape":"String"},
1738
+ "rootDirectory":{"shape":"String"},
1739
+ "authorizationConfig":{"shape":"FSxWindowsFileServerAuthorizationConfig"}
1740
+ }
1741
+ },
1718
1742
  "Failure":{
1719
1743
  "type":"structure",
1720
1744
  "members":{
@@ -3216,7 +3240,8 @@
3216
3240
  "name":{"shape":"String"},
3217
3241
  "host":{"shape":"HostVolumeProperties"},
3218
3242
  "dockerVolumeConfiguration":{"shape":"DockerVolumeConfiguration"},
3219
- "efsVolumeConfiguration":{"shape":"EFSVolumeConfiguration"}
3243
+ "efsVolumeConfiguration":{"shape":"EFSVolumeConfiguration"},
3244
+ "fsxWindowsFileServerVolumeConfiguration":{"shape":"FSxWindowsFileServerVolumeConfiguration"}
3220
3245
  }
3221
3246
  },
3222
3247
  "VolumeFrom":{
@@ -357,6 +357,22 @@
357
357
  {"shape":"InternalException"}
358
358
  ]
359
359
  },
360
+ "GetPackageVersionHistory":{
361
+ "name":"GetPackageVersionHistory",
362
+ "http":{
363
+ "method":"GET",
364
+ "requestUri":"/2015-01-01/packages/{PackageID}/history"
365
+ },
366
+ "input":{"shape":"GetPackageVersionHistoryRequest"},
367
+ "output":{"shape":"GetPackageVersionHistoryResponse"},
368
+ "errors":[
369
+ {"shape":"BaseException"},
370
+ {"shape":"InternalException"},
371
+ {"shape":"ResourceNotFoundException"},
372
+ {"shape":"AccessDeniedException"},
373
+ {"shape":"ValidationException"}
374
+ ]
375
+ },
360
376
  "GetUpgradeHistory":{
361
377
  "name":"GetUpgradeHistory",
362
378
  "http":{
@@ -553,6 +569,23 @@
553
569
  {"shape":"ValidationException"}
554
570
  ]
555
571
  },
572
+ "UpdatePackage":{
573
+ "name":"UpdatePackage",
574
+ "http":{
575
+ "method":"POST",
576
+ "requestUri":"/2015-01-01/packages/update"
577
+ },
578
+ "input":{"shape":"UpdatePackageRequest"},
579
+ "output":{"shape":"UpdatePackageResponse"},
580
+ "errors":[
581
+ {"shape":"BaseException"},
582
+ {"shape":"InternalException"},
583
+ {"shape":"LimitExceededException"},
584
+ {"shape":"ResourceNotFoundException"},
585
+ {"shape":"AccessDeniedException"},
586
+ {"shape":"ValidationException"}
587
+ ]
588
+ },
556
589
  "UpgradeElasticsearchDomain":{
557
590
  "name":"UpgradeElasticsearchDomain",
558
591
  "http":{
@@ -746,6 +779,10 @@
746
779
  "Status":{"shape":"OptionStatus"}
747
780
  }
748
781
  },
782
+ "CommitMessage":{
783
+ "type":"string",
784
+ "max":160
785
+ },
749
786
  "CompatibleElasticsearchVersionsList":{
750
787
  "type":"list",
751
788
  "member":{"shape":"CompatibleVersionsMap"}
@@ -1227,6 +1264,7 @@
1227
1264
  "LastUpdated":{"shape":"LastUpdated"},
1228
1265
  "DomainName":{"shape":"DomainName"},
1229
1266
  "DomainPackageStatus":{"shape":"DomainPackageStatus"},
1267
+ "PackageVersion":{"shape":"PackageVersion"},
1230
1268
  "ReferencePath":{"shape":"ReferencePath"},
1231
1269
  "ErrorDetails":{"shape":"ErrorDetails"}
1232
1270
  }
@@ -1501,6 +1539,35 @@
1501
1539
  "CompatibleElasticsearchVersions":{"shape":"CompatibleElasticsearchVersionsList"}
1502
1540
  }
1503
1541
  },
1542
+ "GetPackageVersionHistoryRequest":{
1543
+ "type":"structure",
1544
+ "required":["PackageID"],
1545
+ "members":{
1546
+ "PackageID":{
1547
+ "shape":"PackageID",
1548
+ "location":"uri",
1549
+ "locationName":"PackageID"
1550
+ },
1551
+ "MaxResults":{
1552
+ "shape":"MaxResults",
1553
+ "location":"querystring",
1554
+ "locationName":"maxResults"
1555
+ },
1556
+ "NextToken":{
1557
+ "shape":"NextToken",
1558
+ "location":"querystring",
1559
+ "locationName":"nextToken"
1560
+ }
1561
+ }
1562
+ },
1563
+ "GetPackageVersionHistoryResponse":{
1564
+ "type":"structure",
1565
+ "members":{
1566
+ "PackageID":{"shape":"PackageID"},
1567
+ "PackageVersionHistoryList":{"shape":"PackageVersionHistoryList"},
1568
+ "NextToken":{"shape":"String"}
1569
+ }
1570
+ },
1504
1571
  "GetUpgradeHistoryRequest":{
1505
1572
  "type":"structure",
1506
1573
  "required":["DomainName"],
@@ -1936,6 +2003,8 @@
1936
2003
  "PackageDescription":{"shape":"PackageDescription"},
1937
2004
  "PackageStatus":{"shape":"PackageStatus"},
1938
2005
  "CreatedAt":{"shape":"CreatedAt"},
2006
+ "LastUpdatedAt":{"shape":"LastUpdated"},
2007
+ "AvailablePackageVersion":{"shape":"PackageVersion"},
1939
2008
  "ErrorDetails":{"shape":"ErrorDetails"}
1940
2009
  }
1941
2010
  },
@@ -1974,6 +2043,19 @@
1974
2043
  "type":"string",
1975
2044
  "enum":["TXT-DICTIONARY"]
1976
2045
  },
2046
+ "PackageVersion":{"type":"string"},
2047
+ "PackageVersionHistory":{
2048
+ "type":"structure",
2049
+ "members":{
2050
+ "PackageVersion":{"shape":"PackageVersion"},
2051
+ "CommitMessage":{"shape":"CommitMessage"},
2052
+ "CreatedAt":{"shape":"CreatedAt"}
2053
+ }
2054
+ },
2055
+ "PackageVersionHistoryList":{
2056
+ "type":"list",
2057
+ "member":{"shape":"PackageVersionHistory"}
2058
+ },
1977
2059
  "Password":{
1978
2060
  "type":"string",
1979
2061
  "min":8,
@@ -2299,6 +2381,25 @@
2299
2381
  "DomainConfig":{"shape":"ElasticsearchDomainConfig"}
2300
2382
  }
2301
2383
  },
2384
+ "UpdatePackageRequest":{
2385
+ "type":"structure",
2386
+ "required":[
2387
+ "PackageID",
2388
+ "PackageSource"
2389
+ ],
2390
+ "members":{
2391
+ "PackageID":{"shape":"PackageID"},
2392
+ "PackageSource":{"shape":"PackageSource"},
2393
+ "PackageDescription":{"shape":"PackageDescription"},
2394
+ "CommitMessage":{"shape":"CommitMessage"}
2395
+ }
2396
+ },
2397
+ "UpdatePackageResponse":{
2398
+ "type":"structure",
2399
+ "members":{
2400
+ "PackageDetails":{"shape":"PackageDetails"}
2401
+ }
2402
+ },
2302
2403
  "UpdateTimestamp":{"type":"timestamp"},
2303
2404
  "UpgradeElasticsearchDomainRequest":{
2304
2405
  "type":"structure",