@aws-sdk/client-glacier 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +33 -99
- package/dist-es/commands/AbortMultipartUploadCommand.js +1 -3
- package/dist-es/commands/AbortVaultLockCommand.js +1 -3
- package/dist-es/commands/AddTagsToVaultCommand.js +1 -3
- package/dist-es/commands/CompleteMultipartUploadCommand.js +1 -3
- package/dist-es/commands/CompleteVaultLockCommand.js +1 -3
- package/dist-es/commands/CreateVaultCommand.js +1 -3
- package/dist-es/commands/DeleteArchiveCommand.js +1 -3
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteVaultCommand.js +1 -3
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +1 -3
- package/dist-es/commands/DescribeJobCommand.js +1 -3
- package/dist-es/commands/DescribeVaultCommand.js +1 -3
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +1 -3
- package/dist-es/commands/GetJobOutputCommand.js +1 -3
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +1 -3
- package/dist-es/commands/GetVaultLockCommand.js +1 -3
- package/dist-es/commands/GetVaultNotificationsCommand.js +1 -3
- package/dist-es/commands/InitiateJobCommand.js +1 -3
- package/dist-es/commands/InitiateMultipartUploadCommand.js +1 -3
- package/dist-es/commands/InitiateVaultLockCommand.js +1 -3
- package/dist-es/commands/ListJobsCommand.js +1 -3
- package/dist-es/commands/ListMultipartUploadsCommand.js +1 -3
- package/dist-es/commands/ListPartsCommand.js +1 -3
- package/dist-es/commands/ListProvisionedCapacityCommand.js +1 -3
- package/dist-es/commands/ListTagsForVaultCommand.js +1 -3
- package/dist-es/commands/ListVaultsCommand.js +1 -3
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +1 -3
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +1 -3
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +1 -3
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +1 -3
- package/dist-es/commands/SetVaultNotificationsCommand.js +1 -3
- package/dist-es/commands/UploadArchiveCommand.js +1 -3
- package/dist-es/commands/UploadMultipartPartCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1545,9 +1545,7 @@ var _xaps = "x-amz-part-size";
|
|
|
1545
1545
|
var _xasth = "x-amz-sha256-tree-hash";
|
|
1546
1546
|
|
|
1547
1547
|
// src/commands/AbortMultipartUploadCommand.ts
|
|
1548
|
-
var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1549
|
-
...commonParams
|
|
1550
|
-
}).m(function(Command, cs, config, o) {
|
|
1548
|
+
var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1551
1549
|
return [
|
|
1552
1550
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1553
1551
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1561,9 +1559,7 @@ var AbortMultipartUploadCommand = _AbortMultipartUploadCommand;
|
|
|
1561
1559
|
|
|
1562
1560
|
|
|
1563
1561
|
|
|
1564
|
-
var _AbortVaultLockCommand = class _AbortVaultLockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1565
|
-
...commonParams
|
|
1566
|
-
}).m(function(Command, cs, config, o) {
|
|
1562
|
+
var _AbortVaultLockCommand = class _AbortVaultLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1567
1563
|
return [
|
|
1568
1564
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1569
1565
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1577,9 +1573,7 @@ var AbortVaultLockCommand = _AbortVaultLockCommand;
|
|
|
1577
1573
|
|
|
1578
1574
|
|
|
1579
1575
|
|
|
1580
|
-
var _AddTagsToVaultCommand = class _AddTagsToVaultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1581
|
-
...commonParams
|
|
1582
|
-
}).m(function(Command, cs, config, o) {
|
|
1576
|
+
var _AddTagsToVaultCommand = class _AddTagsToVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1583
1577
|
return [
|
|
1584
1578
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1585
1579
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1593,9 +1587,7 @@ var AddTagsToVaultCommand = _AddTagsToVaultCommand;
|
|
|
1593
1587
|
|
|
1594
1588
|
|
|
1595
1589
|
|
|
1596
|
-
var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1597
|
-
...commonParams
|
|
1598
|
-
}).m(function(Command, cs, config, o) {
|
|
1590
|
+
var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1599
1591
|
return [
|
|
1600
1592
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1601
1593
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1609,9 +1601,7 @@ var CompleteMultipartUploadCommand = _CompleteMultipartUploadCommand;
|
|
|
1609
1601
|
|
|
1610
1602
|
|
|
1611
1603
|
|
|
1612
|
-
var _CompleteVaultLockCommand = class _CompleteVaultLockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1613
|
-
...commonParams
|
|
1614
|
-
}).m(function(Command, cs, config, o) {
|
|
1604
|
+
var _CompleteVaultLockCommand = class _CompleteVaultLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1615
1605
|
return [
|
|
1616
1606
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1617
1607
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1625,9 +1615,7 @@ var CompleteVaultLockCommand = _CompleteVaultLockCommand;
|
|
|
1625
1615
|
|
|
1626
1616
|
|
|
1627
1617
|
|
|
1628
|
-
var _CreateVaultCommand = class _CreateVaultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1629
|
-
...commonParams
|
|
1630
|
-
}).m(function(Command, cs, config, o) {
|
|
1618
|
+
var _CreateVaultCommand = class _CreateVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1631
1619
|
return [
|
|
1632
1620
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1633
1621
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1641,9 +1629,7 @@ var CreateVaultCommand = _CreateVaultCommand;
|
|
|
1641
1629
|
|
|
1642
1630
|
|
|
1643
1631
|
|
|
1644
|
-
var _DeleteArchiveCommand = class _DeleteArchiveCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1645
|
-
...commonParams
|
|
1646
|
-
}).m(function(Command, cs, config, o) {
|
|
1632
|
+
var _DeleteArchiveCommand = class _DeleteArchiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1647
1633
|
return [
|
|
1648
1634
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1649
1635
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1657,9 +1643,7 @@ var DeleteArchiveCommand = _DeleteArchiveCommand;
|
|
|
1657
1643
|
|
|
1658
1644
|
|
|
1659
1645
|
|
|
1660
|
-
var _DeleteVaultAccessPolicyCommand = class _DeleteVaultAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1661
|
-
...commonParams
|
|
1662
|
-
}).m(function(Command, cs, config, o) {
|
|
1646
|
+
var _DeleteVaultAccessPolicyCommand = class _DeleteVaultAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1663
1647
|
return [
|
|
1664
1648
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1665
1649
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1673,9 +1657,7 @@ var DeleteVaultAccessPolicyCommand = _DeleteVaultAccessPolicyCommand;
|
|
|
1673
1657
|
|
|
1674
1658
|
|
|
1675
1659
|
|
|
1676
|
-
var _DeleteVaultCommand = class _DeleteVaultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1677
|
-
...commonParams
|
|
1678
|
-
}).m(function(Command, cs, config, o) {
|
|
1660
|
+
var _DeleteVaultCommand = class _DeleteVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1679
1661
|
return [
|
|
1680
1662
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1681
1663
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1689,9 +1671,7 @@ var DeleteVaultCommand = _DeleteVaultCommand;
|
|
|
1689
1671
|
|
|
1690
1672
|
|
|
1691
1673
|
|
|
1692
|
-
var _DeleteVaultNotificationsCommand = class _DeleteVaultNotificationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1693
|
-
...commonParams
|
|
1694
|
-
}).m(function(Command, cs, config, o) {
|
|
1674
|
+
var _DeleteVaultNotificationsCommand = class _DeleteVaultNotificationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1695
1675
|
return [
|
|
1696
1676
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1697
1677
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1705,9 +1685,7 @@ var DeleteVaultNotificationsCommand = _DeleteVaultNotificationsCommand;
|
|
|
1705
1685
|
|
|
1706
1686
|
|
|
1707
1687
|
|
|
1708
|
-
var _DescribeJobCommand = class _DescribeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1709
|
-
...commonParams
|
|
1710
|
-
}).m(function(Command, cs, config, o) {
|
|
1688
|
+
var _DescribeJobCommand = class _DescribeJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1711
1689
|
return [
|
|
1712
1690
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1713
1691
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1721,9 +1699,7 @@ var DescribeJobCommand = _DescribeJobCommand;
|
|
|
1721
1699
|
|
|
1722
1700
|
|
|
1723
1701
|
|
|
1724
|
-
var _DescribeVaultCommand = class _DescribeVaultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1725
|
-
...commonParams
|
|
1726
|
-
}).m(function(Command, cs, config, o) {
|
|
1702
|
+
var _DescribeVaultCommand = class _DescribeVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1727
1703
|
return [
|
|
1728
1704
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1729
1705
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1737,9 +1713,7 @@ var DescribeVaultCommand = _DescribeVaultCommand;
|
|
|
1737
1713
|
|
|
1738
1714
|
|
|
1739
1715
|
|
|
1740
|
-
var _GetDataRetrievalPolicyCommand = class _GetDataRetrievalPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1741
|
-
...commonParams
|
|
1742
|
-
}).m(function(Command, cs, config, o) {
|
|
1716
|
+
var _GetDataRetrievalPolicyCommand = class _GetDataRetrievalPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1743
1717
|
return [
|
|
1744
1718
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1745
1719
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1753,9 +1727,7 @@ var GetDataRetrievalPolicyCommand = _GetDataRetrievalPolicyCommand;
|
|
|
1753
1727
|
|
|
1754
1728
|
|
|
1755
1729
|
|
|
1756
|
-
var _GetJobOutputCommand = class _GetJobOutputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1757
|
-
...commonParams
|
|
1758
|
-
}).m(function(Command, cs, config, o) {
|
|
1730
|
+
var _GetJobOutputCommand = class _GetJobOutputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1759
1731
|
return [
|
|
1760
1732
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1761
1733
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1769,9 +1741,7 @@ var GetJobOutputCommand = _GetJobOutputCommand;
|
|
|
1769
1741
|
|
|
1770
1742
|
|
|
1771
1743
|
|
|
1772
|
-
var _GetVaultAccessPolicyCommand = class _GetVaultAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1773
|
-
...commonParams
|
|
1774
|
-
}).m(function(Command, cs, config, o) {
|
|
1744
|
+
var _GetVaultAccessPolicyCommand = class _GetVaultAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1775
1745
|
return [
|
|
1776
1746
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1777
1747
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1785,9 +1755,7 @@ var GetVaultAccessPolicyCommand = _GetVaultAccessPolicyCommand;
|
|
|
1785
1755
|
|
|
1786
1756
|
|
|
1787
1757
|
|
|
1788
|
-
var _GetVaultLockCommand = class _GetVaultLockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1789
|
-
...commonParams
|
|
1790
|
-
}).m(function(Command, cs, config, o) {
|
|
1758
|
+
var _GetVaultLockCommand = class _GetVaultLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1791
1759
|
return [
|
|
1792
1760
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1793
1761
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1801,9 +1769,7 @@ var GetVaultLockCommand = _GetVaultLockCommand;
|
|
|
1801
1769
|
|
|
1802
1770
|
|
|
1803
1771
|
|
|
1804
|
-
var _GetVaultNotificationsCommand = class _GetVaultNotificationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1805
|
-
...commonParams
|
|
1806
|
-
}).m(function(Command, cs, config, o) {
|
|
1772
|
+
var _GetVaultNotificationsCommand = class _GetVaultNotificationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1807
1773
|
return [
|
|
1808
1774
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1809
1775
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1817,9 +1783,7 @@ var GetVaultNotificationsCommand = _GetVaultNotificationsCommand;
|
|
|
1817
1783
|
|
|
1818
1784
|
|
|
1819
1785
|
|
|
1820
|
-
var _InitiateJobCommand = class _InitiateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1821
|
-
...commonParams
|
|
1822
|
-
}).m(function(Command, cs, config, o) {
|
|
1786
|
+
var _InitiateJobCommand = class _InitiateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1823
1787
|
return [
|
|
1824
1788
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1825
1789
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1833,9 +1797,7 @@ var InitiateJobCommand = _InitiateJobCommand;
|
|
|
1833
1797
|
|
|
1834
1798
|
|
|
1835
1799
|
|
|
1836
|
-
var _InitiateMultipartUploadCommand = class _InitiateMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1837
|
-
...commonParams
|
|
1838
|
-
}).m(function(Command, cs, config, o) {
|
|
1800
|
+
var _InitiateMultipartUploadCommand = class _InitiateMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1839
1801
|
return [
|
|
1840
1802
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1841
1803
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1849,9 +1811,7 @@ var InitiateMultipartUploadCommand = _InitiateMultipartUploadCommand;
|
|
|
1849
1811
|
|
|
1850
1812
|
|
|
1851
1813
|
|
|
1852
|
-
var _InitiateVaultLockCommand = class _InitiateVaultLockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1853
|
-
...commonParams
|
|
1854
|
-
}).m(function(Command, cs, config, o) {
|
|
1814
|
+
var _InitiateVaultLockCommand = class _InitiateVaultLockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1855
1815
|
return [
|
|
1856
1816
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1857
1817
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1865,9 +1825,7 @@ var InitiateVaultLockCommand = _InitiateVaultLockCommand;
|
|
|
1865
1825
|
|
|
1866
1826
|
|
|
1867
1827
|
|
|
1868
|
-
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1869
|
-
...commonParams
|
|
1870
|
-
}).m(function(Command, cs, config, o) {
|
|
1828
|
+
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1871
1829
|
return [
|
|
1872
1830
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1873
1831
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1881,9 +1839,7 @@ var ListJobsCommand = _ListJobsCommand;
|
|
|
1881
1839
|
|
|
1882
1840
|
|
|
1883
1841
|
|
|
1884
|
-
var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1885
|
-
...commonParams
|
|
1886
|
-
}).m(function(Command, cs, config, o) {
|
|
1842
|
+
var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1887
1843
|
return [
|
|
1888
1844
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1889
1845
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1897,9 +1853,7 @@ var ListMultipartUploadsCommand = _ListMultipartUploadsCommand;
|
|
|
1897
1853
|
|
|
1898
1854
|
|
|
1899
1855
|
|
|
1900
|
-
var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1901
|
-
...commonParams
|
|
1902
|
-
}).m(function(Command, cs, config, o) {
|
|
1856
|
+
var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1903
1857
|
return [
|
|
1904
1858
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1905
1859
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1913,9 +1867,7 @@ var ListPartsCommand = _ListPartsCommand;
|
|
|
1913
1867
|
|
|
1914
1868
|
|
|
1915
1869
|
|
|
1916
|
-
var _ListProvisionedCapacityCommand = class _ListProvisionedCapacityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1917
|
-
...commonParams
|
|
1918
|
-
}).m(function(Command, cs, config, o) {
|
|
1870
|
+
var _ListProvisionedCapacityCommand = class _ListProvisionedCapacityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1919
1871
|
return [
|
|
1920
1872
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1921
1873
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1929,9 +1881,7 @@ var ListProvisionedCapacityCommand = _ListProvisionedCapacityCommand;
|
|
|
1929
1881
|
|
|
1930
1882
|
|
|
1931
1883
|
|
|
1932
|
-
var _ListTagsForVaultCommand = class _ListTagsForVaultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1933
|
-
...commonParams
|
|
1934
|
-
}).m(function(Command, cs, config, o) {
|
|
1884
|
+
var _ListTagsForVaultCommand = class _ListTagsForVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1935
1885
|
return [
|
|
1936
1886
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1937
1887
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1945,9 +1895,7 @@ var ListTagsForVaultCommand = _ListTagsForVaultCommand;
|
|
|
1945
1895
|
|
|
1946
1896
|
|
|
1947
1897
|
|
|
1948
|
-
var _ListVaultsCommand = class _ListVaultsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1949
|
-
...commonParams
|
|
1950
|
-
}).m(function(Command, cs, config, o) {
|
|
1898
|
+
var _ListVaultsCommand = class _ListVaultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1951
1899
|
return [
|
|
1952
1900
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1953
1901
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1961,9 +1909,7 @@ var ListVaultsCommand = _ListVaultsCommand;
|
|
|
1961
1909
|
|
|
1962
1910
|
|
|
1963
1911
|
|
|
1964
|
-
var _PurchaseProvisionedCapacityCommand = class _PurchaseProvisionedCapacityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1965
|
-
...commonParams
|
|
1966
|
-
}).m(function(Command, cs, config, o) {
|
|
1912
|
+
var _PurchaseProvisionedCapacityCommand = class _PurchaseProvisionedCapacityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1967
1913
|
return [
|
|
1968
1914
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1969
1915
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1977,9 +1923,7 @@ var PurchaseProvisionedCapacityCommand = _PurchaseProvisionedCapacityCommand;
|
|
|
1977
1923
|
|
|
1978
1924
|
|
|
1979
1925
|
|
|
1980
|
-
var _RemoveTagsFromVaultCommand = class _RemoveTagsFromVaultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1981
|
-
...commonParams
|
|
1982
|
-
}).m(function(Command, cs, config, o) {
|
|
1926
|
+
var _RemoveTagsFromVaultCommand = class _RemoveTagsFromVaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1983
1927
|
return [
|
|
1984
1928
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1985
1929
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1993,9 +1937,7 @@ var RemoveTagsFromVaultCommand = _RemoveTagsFromVaultCommand;
|
|
|
1993
1937
|
|
|
1994
1938
|
|
|
1995
1939
|
|
|
1996
|
-
var _SetDataRetrievalPolicyCommand = class _SetDataRetrievalPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1997
|
-
...commonParams
|
|
1998
|
-
}).m(function(Command, cs, config, o) {
|
|
1940
|
+
var _SetDataRetrievalPolicyCommand = class _SetDataRetrievalPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1999
1941
|
return [
|
|
2000
1942
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2001
1943
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2009,9 +1951,7 @@ var SetDataRetrievalPolicyCommand = _SetDataRetrievalPolicyCommand;
|
|
|
2009
1951
|
|
|
2010
1952
|
|
|
2011
1953
|
|
|
2012
|
-
var _SetVaultAccessPolicyCommand = class _SetVaultAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2013
|
-
...commonParams
|
|
2014
|
-
}).m(function(Command, cs, config, o) {
|
|
1954
|
+
var _SetVaultAccessPolicyCommand = class _SetVaultAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2015
1955
|
return [
|
|
2016
1956
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2017
1957
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2025,9 +1965,7 @@ var SetVaultAccessPolicyCommand = _SetVaultAccessPolicyCommand;
|
|
|
2025
1965
|
|
|
2026
1966
|
|
|
2027
1967
|
|
|
2028
|
-
var _SetVaultNotificationsCommand = class _SetVaultNotificationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2029
|
-
...commonParams
|
|
2030
|
-
}).m(function(Command, cs, config, o) {
|
|
1968
|
+
var _SetVaultNotificationsCommand = class _SetVaultNotificationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2031
1969
|
return [
|
|
2032
1970
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2033
1971
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2041,9 +1979,7 @@ var SetVaultNotificationsCommand = _SetVaultNotificationsCommand;
|
|
|
2041
1979
|
|
|
2042
1980
|
|
|
2043
1981
|
|
|
2044
|
-
var _UploadArchiveCommand = class _UploadArchiveCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2045
|
-
...commonParams
|
|
2046
|
-
}).m(function(Command, cs, config, o) {
|
|
1982
|
+
var _UploadArchiveCommand = class _UploadArchiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2047
1983
|
return [
|
|
2048
1984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2049
1985
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2057,9 +1993,7 @@ var UploadArchiveCommand = _UploadArchiveCommand;
|
|
|
2057
1993
|
|
|
2058
1994
|
|
|
2059
1995
|
|
|
2060
|
-
var _UploadMultipartPartCommand = class _UploadMultipartPartCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2061
|
-
...commonParams
|
|
2062
|
-
}).m(function(Command, cs, config, o) {
|
|
1996
|
+
var _UploadMultipartPartCommand = class _UploadMultipartPartCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2063
1997
|
return [
|
|
2064
1998
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2065
1999
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AbortMultipartUploadCommand, se_AbortMultipartUploadCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AbortMultipartUploadCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AbortVaultLockCommand, se_AbortVaultLockCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AbortVaultLockCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AddTagsToVaultCommand, se_AddTagsToVaultCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddTagsToVaultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CompleteMultipartUploadCommand, se_CompleteMultipartUploadCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CompleteMultipartUploadCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CompleteVaultLockCommand, se_CompleteVaultLockCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CompleteVaultLockCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateVaultCommand, se_CreateVaultCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVaultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteArchiveCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVaultAccessPolicyCommand, se_DeleteVaultAccessPolicyCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVaultAccessPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVaultCommand, se_DeleteVaultCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVaultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVaultNotificationsCommand, se_DeleteVaultNotificationsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVaultNotificationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeVaultCommand, se_DescribeVaultCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeVaultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDataRetrievalPolicyCommand, se_GetDataRetrievalPolicyCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDataRetrievalPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetJobOutputCommand, se_GetJobOutputCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetJobOutputCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetVaultAccessPolicyCommand, se_GetVaultAccessPolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetVaultAccessPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetVaultLockCommand, se_GetVaultLockCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetVaultLockCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetVaultNotificationsCommand, se_GetVaultNotificationsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetVaultNotificationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_InitiateJobCommand, se_InitiateJobCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class InitiateJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_InitiateMultipartUploadCommand, se_InitiateMultipartUploadCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class InitiateMultipartUploadCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_InitiateVaultLockCommand, se_InitiateVaultLockCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class InitiateVaultLockCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListMultipartUploadsCommand, se_ListMultipartUploadsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMultipartUploadsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPartsCommand, se_ListPartsCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPartsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListProvisionedCapacityCommand, se_ListProvisionedCapacityCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProvisionedCapacityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForVaultCommand, se_ListTagsForVaultCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForVaultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListVaultsCommand, se_ListVaultsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVaultsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PurchaseProvisionedCapacityCommand, se_PurchaseProvisionedCapacityCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PurchaseProvisionedCapacityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RemoveTagsFromVaultCommand, se_RemoveTagsFromVaultCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveTagsFromVaultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetDataRetrievalPolicyCommand, se_SetDataRetrievalPolicyCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetDataRetrievalPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetVaultAccessPolicyCommand, se_SetVaultAccessPolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetVaultAccessPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetVaultNotificationsCommand, se_SetVaultNotificationsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetVaultNotificationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UploadArchiveCommand, se_UploadArchiveCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UploadArchiveCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UploadMultipartPartCommand, se_UploadMultipartPartCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UploadMultipartPartCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glacier",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-glacier",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/body-checksum-browser": "3.649.0",
|
|
24
24
|
"@aws-sdk/body-checksum-node": "3.649.0",
|
|
25
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
26
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
27
27
|
"@aws-sdk/core": "3.649.0",
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
29
29
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
30
30
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
31
31
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|