@aws-sdk/client-snowball 3.649.0 → 3.651.1
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 +27 -81
- package/dist-es/commands/CancelClusterCommand.js +1 -3
- package/dist-es/commands/CancelJobCommand.js +1 -3
- package/dist-es/commands/CreateAddressCommand.js +1 -3
- package/dist-es/commands/CreateClusterCommand.js +1 -3
- package/dist-es/commands/CreateJobCommand.js +1 -3
- package/dist-es/commands/CreateLongTermPricingCommand.js +1 -3
- package/dist-es/commands/CreateReturnShippingLabelCommand.js +1 -3
- package/dist-es/commands/DescribeAddressCommand.js +1 -3
- package/dist-es/commands/DescribeAddressesCommand.js +1 -3
- package/dist-es/commands/DescribeClusterCommand.js +1 -3
- package/dist-es/commands/DescribeJobCommand.js +1 -3
- package/dist-es/commands/DescribeReturnShippingLabelCommand.js +1 -3
- package/dist-es/commands/GetJobManifestCommand.js +1 -3
- package/dist-es/commands/GetJobUnlockCodeCommand.js +1 -3
- package/dist-es/commands/GetSnowballUsageCommand.js +1 -3
- package/dist-es/commands/GetSoftwareUpdatesCommand.js +1 -3
- package/dist-es/commands/ListClusterJobsCommand.js +1 -3
- package/dist-es/commands/ListClustersCommand.js +1 -3
- package/dist-es/commands/ListCompatibleImagesCommand.js +1 -3
- package/dist-es/commands/ListJobsCommand.js +1 -3
- package/dist-es/commands/ListLongTermPricingCommand.js +1 -3
- package/dist-es/commands/ListPickupLocationsCommand.js +1 -3
- package/dist-es/commands/ListServiceVersionsCommand.js +1 -3
- package/dist-es/commands/UpdateClusterCommand.js +1 -3
- package/dist-es/commands/UpdateJobCommand.js +1 -3
- package/dist-es/commands/UpdateJobShipmentStateCommand.js +1 -3
- package/dist-es/commands/UpdateLongTermPricingCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1565,9 +1565,7 @@ function sharedHeaders(operation) {
|
|
|
1565
1565
|
__name(sharedHeaders, "sharedHeaders");
|
|
1566
1566
|
|
|
1567
1567
|
// src/commands/CancelClusterCommand.ts
|
|
1568
|
-
var _CancelClusterCommand = class _CancelClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1569
|
-
...commonParams
|
|
1570
|
-
}).m(function(Command, cs, config, o) {
|
|
1568
|
+
var _CancelClusterCommand = class _CancelClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1571
1569
|
return [
|
|
1572
1570
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1573
1571
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1581,9 +1579,7 @@ var CancelClusterCommand = _CancelClusterCommand;
|
|
|
1581
1579
|
|
|
1582
1580
|
|
|
1583
1581
|
|
|
1584
|
-
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1585
|
-
...commonParams
|
|
1586
|
-
}).m(function(Command, cs, config, o) {
|
|
1582
|
+
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1587
1583
|
return [
|
|
1588
1584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1589
1585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1597,9 +1593,7 @@ var CancelJobCommand = _CancelJobCommand;
|
|
|
1597
1593
|
|
|
1598
1594
|
|
|
1599
1595
|
|
|
1600
|
-
var _CreateAddressCommand = class _CreateAddressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1601
|
-
...commonParams
|
|
1602
|
-
}).m(function(Command, cs, config, o) {
|
|
1596
|
+
var _CreateAddressCommand = class _CreateAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1603
1597
|
return [
|
|
1604
1598
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1605
1599
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1613,9 +1607,7 @@ var CreateAddressCommand = _CreateAddressCommand;
|
|
|
1613
1607
|
|
|
1614
1608
|
|
|
1615
1609
|
|
|
1616
|
-
var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1617
|
-
...commonParams
|
|
1618
|
-
}).m(function(Command, cs, config, o) {
|
|
1610
|
+
var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1619
1611
|
return [
|
|
1620
1612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1621
1613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1629,9 +1621,7 @@ var CreateClusterCommand = _CreateClusterCommand;
|
|
|
1629
1621
|
|
|
1630
1622
|
|
|
1631
1623
|
|
|
1632
|
-
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1633
|
-
...commonParams
|
|
1634
|
-
}).m(function(Command, cs, config, o) {
|
|
1624
|
+
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1635
1625
|
return [
|
|
1636
1626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1637
1627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1645,9 +1635,7 @@ var CreateJobCommand = _CreateJobCommand;
|
|
|
1645
1635
|
|
|
1646
1636
|
|
|
1647
1637
|
|
|
1648
|
-
var _CreateLongTermPricingCommand = class _CreateLongTermPricingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1649
|
-
...commonParams
|
|
1650
|
-
}).m(function(Command, cs, config, o) {
|
|
1638
|
+
var _CreateLongTermPricingCommand = class _CreateLongTermPricingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1651
1639
|
return [
|
|
1652
1640
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1653
1641
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1661,9 +1649,7 @@ var CreateLongTermPricingCommand = _CreateLongTermPricingCommand;
|
|
|
1661
1649
|
|
|
1662
1650
|
|
|
1663
1651
|
|
|
1664
|
-
var _CreateReturnShippingLabelCommand = class _CreateReturnShippingLabelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1665
|
-
...commonParams
|
|
1666
|
-
}).m(function(Command, cs, config, o) {
|
|
1652
|
+
var _CreateReturnShippingLabelCommand = class _CreateReturnShippingLabelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1667
1653
|
return [
|
|
1668
1654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1669
1655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1677,9 +1663,7 @@ var CreateReturnShippingLabelCommand = _CreateReturnShippingLabelCommand;
|
|
|
1677
1663
|
|
|
1678
1664
|
|
|
1679
1665
|
|
|
1680
|
-
var _DescribeAddressCommand = class _DescribeAddressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1681
|
-
...commonParams
|
|
1682
|
-
}).m(function(Command, cs, config, o) {
|
|
1666
|
+
var _DescribeAddressCommand = class _DescribeAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1683
1667
|
return [
|
|
1684
1668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1685
1669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1693,9 +1677,7 @@ var DescribeAddressCommand = _DescribeAddressCommand;
|
|
|
1693
1677
|
|
|
1694
1678
|
|
|
1695
1679
|
|
|
1696
|
-
var _DescribeAddressesCommand = class _DescribeAddressesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1697
|
-
...commonParams
|
|
1698
|
-
}).m(function(Command, cs, config, o) {
|
|
1680
|
+
var _DescribeAddressesCommand = class _DescribeAddressesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1699
1681
|
return [
|
|
1700
1682
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1701
1683
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1709,9 +1691,7 @@ var DescribeAddressesCommand = _DescribeAddressesCommand;
|
|
|
1709
1691
|
|
|
1710
1692
|
|
|
1711
1693
|
|
|
1712
|
-
var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1713
|
-
...commonParams
|
|
1714
|
-
}).m(function(Command, cs, config, o) {
|
|
1694
|
+
var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1715
1695
|
return [
|
|
1716
1696
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1717
1697
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1725,9 +1705,7 @@ var DescribeClusterCommand = _DescribeClusterCommand;
|
|
|
1725
1705
|
|
|
1726
1706
|
|
|
1727
1707
|
|
|
1728
|
-
var _DescribeJobCommand = class _DescribeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1729
|
-
...commonParams
|
|
1730
|
-
}).m(function(Command, cs, config, o) {
|
|
1708
|
+
var _DescribeJobCommand = class _DescribeJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1731
1709
|
return [
|
|
1732
1710
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1733
1711
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1741,9 +1719,7 @@ var DescribeJobCommand = _DescribeJobCommand;
|
|
|
1741
1719
|
|
|
1742
1720
|
|
|
1743
1721
|
|
|
1744
|
-
var _DescribeReturnShippingLabelCommand = class _DescribeReturnShippingLabelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1745
|
-
...commonParams
|
|
1746
|
-
}).m(function(Command, cs, config, o) {
|
|
1722
|
+
var _DescribeReturnShippingLabelCommand = class _DescribeReturnShippingLabelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1747
1723
|
return [
|
|
1748
1724
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1749
1725
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1757,9 +1733,7 @@ var DescribeReturnShippingLabelCommand = _DescribeReturnShippingLabelCommand;
|
|
|
1757
1733
|
|
|
1758
1734
|
|
|
1759
1735
|
|
|
1760
|
-
var _GetJobManifestCommand = class _GetJobManifestCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1761
|
-
...commonParams
|
|
1762
|
-
}).m(function(Command, cs, config, o) {
|
|
1736
|
+
var _GetJobManifestCommand = class _GetJobManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1763
1737
|
return [
|
|
1764
1738
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1765
1739
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1773,9 +1747,7 @@ var GetJobManifestCommand = _GetJobManifestCommand;
|
|
|
1773
1747
|
|
|
1774
1748
|
|
|
1775
1749
|
|
|
1776
|
-
var _GetJobUnlockCodeCommand = class _GetJobUnlockCodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1777
|
-
...commonParams
|
|
1778
|
-
}).m(function(Command, cs, config, o) {
|
|
1750
|
+
var _GetJobUnlockCodeCommand = class _GetJobUnlockCodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1779
1751
|
return [
|
|
1780
1752
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1781
1753
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1789,9 +1761,7 @@ var GetJobUnlockCodeCommand = _GetJobUnlockCodeCommand;
|
|
|
1789
1761
|
|
|
1790
1762
|
|
|
1791
1763
|
|
|
1792
|
-
var _GetSnowballUsageCommand = class _GetSnowballUsageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1793
|
-
...commonParams
|
|
1794
|
-
}).m(function(Command, cs, config, o) {
|
|
1764
|
+
var _GetSnowballUsageCommand = class _GetSnowballUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1795
1765
|
return [
|
|
1796
1766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1797
1767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1805,9 +1775,7 @@ var GetSnowballUsageCommand = _GetSnowballUsageCommand;
|
|
|
1805
1775
|
|
|
1806
1776
|
|
|
1807
1777
|
|
|
1808
|
-
var _GetSoftwareUpdatesCommand = class _GetSoftwareUpdatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1809
|
-
...commonParams
|
|
1810
|
-
}).m(function(Command, cs, config, o) {
|
|
1778
|
+
var _GetSoftwareUpdatesCommand = class _GetSoftwareUpdatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1811
1779
|
return [
|
|
1812
1780
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1813
1781
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1821,9 +1789,7 @@ var GetSoftwareUpdatesCommand = _GetSoftwareUpdatesCommand;
|
|
|
1821
1789
|
|
|
1822
1790
|
|
|
1823
1791
|
|
|
1824
|
-
var _ListClusterJobsCommand = class _ListClusterJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1825
|
-
...commonParams
|
|
1826
|
-
}).m(function(Command, cs, config, o) {
|
|
1792
|
+
var _ListClusterJobsCommand = class _ListClusterJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1827
1793
|
return [
|
|
1828
1794
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1829
1795
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1837,9 +1803,7 @@ var ListClusterJobsCommand = _ListClusterJobsCommand;
|
|
|
1837
1803
|
|
|
1838
1804
|
|
|
1839
1805
|
|
|
1840
|
-
var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1841
|
-
...commonParams
|
|
1842
|
-
}).m(function(Command, cs, config, o) {
|
|
1806
|
+
var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1843
1807
|
return [
|
|
1844
1808
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1845
1809
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1853,9 +1817,7 @@ var ListClustersCommand = _ListClustersCommand;
|
|
|
1853
1817
|
|
|
1854
1818
|
|
|
1855
1819
|
|
|
1856
|
-
var _ListCompatibleImagesCommand = class _ListCompatibleImagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1857
|
-
...commonParams
|
|
1858
|
-
}).m(function(Command, cs, config, o) {
|
|
1820
|
+
var _ListCompatibleImagesCommand = class _ListCompatibleImagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1859
1821
|
return [
|
|
1860
1822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1861
1823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1869,9 +1831,7 @@ var ListCompatibleImagesCommand = _ListCompatibleImagesCommand;
|
|
|
1869
1831
|
|
|
1870
1832
|
|
|
1871
1833
|
|
|
1872
|
-
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1873
|
-
...commonParams
|
|
1874
|
-
}).m(function(Command, cs, config, o) {
|
|
1834
|
+
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1875
1835
|
return [
|
|
1876
1836
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1877
1837
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1885,9 +1845,7 @@ var ListJobsCommand = _ListJobsCommand;
|
|
|
1885
1845
|
|
|
1886
1846
|
|
|
1887
1847
|
|
|
1888
|
-
var _ListLongTermPricingCommand = class _ListLongTermPricingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1889
|
-
...commonParams
|
|
1890
|
-
}).m(function(Command, cs, config, o) {
|
|
1848
|
+
var _ListLongTermPricingCommand = class _ListLongTermPricingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1891
1849
|
return [
|
|
1892
1850
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1893
1851
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1901,9 +1859,7 @@ var ListLongTermPricingCommand = _ListLongTermPricingCommand;
|
|
|
1901
1859
|
|
|
1902
1860
|
|
|
1903
1861
|
|
|
1904
|
-
var _ListPickupLocationsCommand = class _ListPickupLocationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1905
|
-
...commonParams
|
|
1906
|
-
}).m(function(Command, cs, config, o) {
|
|
1862
|
+
var _ListPickupLocationsCommand = class _ListPickupLocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1907
1863
|
return [
|
|
1908
1864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1909
1865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1917,9 +1873,7 @@ var ListPickupLocationsCommand = _ListPickupLocationsCommand;
|
|
|
1917
1873
|
|
|
1918
1874
|
|
|
1919
1875
|
|
|
1920
|
-
var _ListServiceVersionsCommand = class _ListServiceVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1921
|
-
...commonParams
|
|
1922
|
-
}).m(function(Command, cs, config, o) {
|
|
1876
|
+
var _ListServiceVersionsCommand = class _ListServiceVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1923
1877
|
return [
|
|
1924
1878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1925
1879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1933,9 +1887,7 @@ var ListServiceVersionsCommand = _ListServiceVersionsCommand;
|
|
|
1933
1887
|
|
|
1934
1888
|
|
|
1935
1889
|
|
|
1936
|
-
var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1937
|
-
...commonParams
|
|
1938
|
-
}).m(function(Command, cs, config, o) {
|
|
1890
|
+
var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1939
1891
|
return [
|
|
1940
1892
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1941
1893
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1949,9 +1901,7 @@ var UpdateClusterCommand = _UpdateClusterCommand;
|
|
|
1949
1901
|
|
|
1950
1902
|
|
|
1951
1903
|
|
|
1952
|
-
var _UpdateJobCommand = class _UpdateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1953
|
-
...commonParams
|
|
1954
|
-
}).m(function(Command, cs, config, o) {
|
|
1904
|
+
var _UpdateJobCommand = class _UpdateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1955
1905
|
return [
|
|
1956
1906
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1957
1907
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1965,9 +1915,7 @@ var UpdateJobCommand = _UpdateJobCommand;
|
|
|
1965
1915
|
|
|
1966
1916
|
|
|
1967
1917
|
|
|
1968
|
-
var _UpdateJobShipmentStateCommand = class _UpdateJobShipmentStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1969
|
-
...commonParams
|
|
1970
|
-
}).m(function(Command, cs, config, o) {
|
|
1918
|
+
var _UpdateJobShipmentStateCommand = class _UpdateJobShipmentStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1971
1919
|
return [
|
|
1972
1920
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1973
1921
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1981,9 +1929,7 @@ var UpdateJobShipmentStateCommand = _UpdateJobShipmentStateCommand;
|
|
|
1981
1929
|
|
|
1982
1930
|
|
|
1983
1931
|
|
|
1984
|
-
var _UpdateLongTermPricingCommand = class _UpdateLongTermPricingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1985
|
-
...commonParams
|
|
1986
|
-
}).m(function(Command, cs, config, o) {
|
|
1932
|
+
var _UpdateLongTermPricingCommand = class _UpdateLongTermPricingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1987
1933
|
return [
|
|
1988
1934
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1989
1935
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CancelClusterCommand, se_CancelClusterCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelClusterCommand 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_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelJobCommand 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_CreateAddressCommand, se_CreateAddressCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAddressCommand 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_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateClusterCommand 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_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_json1
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateJobCommand 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_CreateLongTermPricingCommand, se_CreateLongTermPricingCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLongTermPricingCommand 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_CreateReturnShippingLabelCommand, se_CreateReturnShippingLabelComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateReturnShippingLabelCommand 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_DescribeAddressCommand, se_DescribeAddressCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAddressCommand 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_DescribeAddressesCommand, se_DescribeAddressesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAddressesCommand 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_DescribeClusterCommand, se_DescribeClusterCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeClusterCommand 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_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_j
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeJobCommand 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_DescribeReturnShippingLabelCommand, se_DescribeReturnShippingLabelCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeReturnShippingLabelCommand 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_GetJobManifestCommand, se_GetJobManifestCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetJobManifestCommand 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_GetJobUnlockCodeCommand, se_GetJobUnlockCodeCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetJobUnlockCodeCommand 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_GetSnowballUsageCommand, se_GetSnowballUsageCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSnowballUsageCommand 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_GetSoftwareUpdatesCommand, se_GetSoftwareUpdatesCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSoftwareUpdatesCommand 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_ListClusterJobsCommand, se_ListClusterJobsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListClusterJobsCommand 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_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListClustersCommand 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_ListCompatibleImagesCommand, se_ListCompatibleImagesCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCompatibleImagesCommand 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_json1_1
|
|
|
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_ListLongTermPricingCommand, se_ListLongTermPricingCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLongTermPricingCommand 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_ListPickupLocationsCommand, se_ListPickupLocationsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPickupLocationsCommand 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_ListServiceVersionsCommand, se_ListServiceVersionsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListServiceVersionsCommand 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_UpdateClusterCommand, se_UpdateClusterCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateClusterCommand 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_UpdateJobCommand, se_UpdateJobCommand } from "../protocols/Aws_json1
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateJobCommand 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_UpdateJobShipmentStateCommand, se_UpdateJobShipmentStateCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateJobShipmentStateCommand 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_UpdateLongTermPricingCommand, se_UpdateLongTermPricingCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateLongTermPricingCommand 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),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-snowball",
|
|
3
3
|
"description": "AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-snowball",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|