@aws-sdk/client-snowball 3.590.0 → 3.592.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 +0 -27
- package/dist-types/commands/CancelClusterCommand.d.ts +2 -1
- package/dist-types/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateAddressCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +2 -1
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +2 -1
- package/dist-types/commands/GetJobManifestCommand.d.ts +2 -1
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +2 -1
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +2 -1
- package/dist-types/commands/ListClusterJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +2 -1
- package/dist-types/commands/ListPickupLocationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/SnowballServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/SnowballServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -244,7 +244,6 @@ var SnowballClient = _SnowballClient;
|
|
|
244
244
|
|
|
245
245
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
246
246
|
|
|
247
|
-
var import_types = require("@smithy/types");
|
|
248
247
|
|
|
249
248
|
// src/protocols/Aws_json1_1.ts
|
|
250
249
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1588,7 +1587,6 @@ var CancelClusterCommand = _CancelClusterCommand;
|
|
|
1588
1587
|
|
|
1589
1588
|
|
|
1590
1589
|
|
|
1591
|
-
|
|
1592
1590
|
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1593
1591
|
...commonParams
|
|
1594
1592
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1605,7 +1603,6 @@ var CancelJobCommand = _CancelJobCommand;
|
|
|
1605
1603
|
|
|
1606
1604
|
|
|
1607
1605
|
|
|
1608
|
-
|
|
1609
1606
|
var _CreateAddressCommand = class _CreateAddressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1610
1607
|
...commonParams
|
|
1611
1608
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1622,7 +1619,6 @@ var CreateAddressCommand = _CreateAddressCommand;
|
|
|
1622
1619
|
|
|
1623
1620
|
|
|
1624
1621
|
|
|
1625
|
-
|
|
1626
1622
|
var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1627
1623
|
...commonParams
|
|
1628
1624
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1639,7 +1635,6 @@ var CreateClusterCommand = _CreateClusterCommand;
|
|
|
1639
1635
|
|
|
1640
1636
|
|
|
1641
1637
|
|
|
1642
|
-
|
|
1643
1638
|
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1644
1639
|
...commonParams
|
|
1645
1640
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1656,7 +1651,6 @@ var CreateJobCommand = _CreateJobCommand;
|
|
|
1656
1651
|
|
|
1657
1652
|
|
|
1658
1653
|
|
|
1659
|
-
|
|
1660
1654
|
var _CreateLongTermPricingCommand = class _CreateLongTermPricingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1661
1655
|
...commonParams
|
|
1662
1656
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1673,7 +1667,6 @@ var CreateLongTermPricingCommand = _CreateLongTermPricingCommand;
|
|
|
1673
1667
|
|
|
1674
1668
|
|
|
1675
1669
|
|
|
1676
|
-
|
|
1677
1670
|
var _CreateReturnShippingLabelCommand = class _CreateReturnShippingLabelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1678
1671
|
...commonParams
|
|
1679
1672
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1690,7 +1683,6 @@ var CreateReturnShippingLabelCommand = _CreateReturnShippingLabelCommand;
|
|
|
1690
1683
|
|
|
1691
1684
|
|
|
1692
1685
|
|
|
1693
|
-
|
|
1694
1686
|
var _DescribeAddressCommand = class _DescribeAddressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1695
1687
|
...commonParams
|
|
1696
1688
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1707,7 +1699,6 @@ var DescribeAddressCommand = _DescribeAddressCommand;
|
|
|
1707
1699
|
|
|
1708
1700
|
|
|
1709
1701
|
|
|
1710
|
-
|
|
1711
1702
|
var _DescribeAddressesCommand = class _DescribeAddressesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1712
1703
|
...commonParams
|
|
1713
1704
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1724,7 +1715,6 @@ var DescribeAddressesCommand = _DescribeAddressesCommand;
|
|
|
1724
1715
|
|
|
1725
1716
|
|
|
1726
1717
|
|
|
1727
|
-
|
|
1728
1718
|
var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1729
1719
|
...commonParams
|
|
1730
1720
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1741,7 +1731,6 @@ var DescribeClusterCommand = _DescribeClusterCommand;
|
|
|
1741
1731
|
|
|
1742
1732
|
|
|
1743
1733
|
|
|
1744
|
-
|
|
1745
1734
|
var _DescribeJobCommand = class _DescribeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1746
1735
|
...commonParams
|
|
1747
1736
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1758,7 +1747,6 @@ var DescribeJobCommand = _DescribeJobCommand;
|
|
|
1758
1747
|
|
|
1759
1748
|
|
|
1760
1749
|
|
|
1761
|
-
|
|
1762
1750
|
var _DescribeReturnShippingLabelCommand = class _DescribeReturnShippingLabelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1763
1751
|
...commonParams
|
|
1764
1752
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1775,7 +1763,6 @@ var DescribeReturnShippingLabelCommand = _DescribeReturnShippingLabelCommand;
|
|
|
1775
1763
|
|
|
1776
1764
|
|
|
1777
1765
|
|
|
1778
|
-
|
|
1779
1766
|
var _GetJobManifestCommand = class _GetJobManifestCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1780
1767
|
...commonParams
|
|
1781
1768
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1792,7 +1779,6 @@ var GetJobManifestCommand = _GetJobManifestCommand;
|
|
|
1792
1779
|
|
|
1793
1780
|
|
|
1794
1781
|
|
|
1795
|
-
|
|
1796
1782
|
var _GetJobUnlockCodeCommand = class _GetJobUnlockCodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1797
1783
|
...commonParams
|
|
1798
1784
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1809,7 +1795,6 @@ var GetJobUnlockCodeCommand = _GetJobUnlockCodeCommand;
|
|
|
1809
1795
|
|
|
1810
1796
|
|
|
1811
1797
|
|
|
1812
|
-
|
|
1813
1798
|
var _GetSnowballUsageCommand = class _GetSnowballUsageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1814
1799
|
...commonParams
|
|
1815
1800
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1826,7 +1811,6 @@ var GetSnowballUsageCommand = _GetSnowballUsageCommand;
|
|
|
1826
1811
|
|
|
1827
1812
|
|
|
1828
1813
|
|
|
1829
|
-
|
|
1830
1814
|
var _GetSoftwareUpdatesCommand = class _GetSoftwareUpdatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1831
1815
|
...commonParams
|
|
1832
1816
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1843,7 +1827,6 @@ var GetSoftwareUpdatesCommand = _GetSoftwareUpdatesCommand;
|
|
|
1843
1827
|
|
|
1844
1828
|
|
|
1845
1829
|
|
|
1846
|
-
|
|
1847
1830
|
var _ListClusterJobsCommand = class _ListClusterJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1848
1831
|
...commonParams
|
|
1849
1832
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1860,7 +1843,6 @@ var ListClusterJobsCommand = _ListClusterJobsCommand;
|
|
|
1860
1843
|
|
|
1861
1844
|
|
|
1862
1845
|
|
|
1863
|
-
|
|
1864
1846
|
var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1865
1847
|
...commonParams
|
|
1866
1848
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1877,7 +1859,6 @@ var ListClustersCommand = _ListClustersCommand;
|
|
|
1877
1859
|
|
|
1878
1860
|
|
|
1879
1861
|
|
|
1880
|
-
|
|
1881
1862
|
var _ListCompatibleImagesCommand = class _ListCompatibleImagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1882
1863
|
...commonParams
|
|
1883
1864
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1894,7 +1875,6 @@ var ListCompatibleImagesCommand = _ListCompatibleImagesCommand;
|
|
|
1894
1875
|
|
|
1895
1876
|
|
|
1896
1877
|
|
|
1897
|
-
|
|
1898
1878
|
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1899
1879
|
...commonParams
|
|
1900
1880
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1911,7 +1891,6 @@ var ListJobsCommand = _ListJobsCommand;
|
|
|
1911
1891
|
|
|
1912
1892
|
|
|
1913
1893
|
|
|
1914
|
-
|
|
1915
1894
|
var _ListLongTermPricingCommand = class _ListLongTermPricingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1916
1895
|
...commonParams
|
|
1917
1896
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1928,7 +1907,6 @@ var ListLongTermPricingCommand = _ListLongTermPricingCommand;
|
|
|
1928
1907
|
|
|
1929
1908
|
|
|
1930
1909
|
|
|
1931
|
-
|
|
1932
1910
|
var _ListPickupLocationsCommand = class _ListPickupLocationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1933
1911
|
...commonParams
|
|
1934
1912
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1945,7 +1923,6 @@ var ListPickupLocationsCommand = _ListPickupLocationsCommand;
|
|
|
1945
1923
|
|
|
1946
1924
|
|
|
1947
1925
|
|
|
1948
|
-
|
|
1949
1926
|
var _ListServiceVersionsCommand = class _ListServiceVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1950
1927
|
...commonParams
|
|
1951
1928
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1962,7 +1939,6 @@ var ListServiceVersionsCommand = _ListServiceVersionsCommand;
|
|
|
1962
1939
|
|
|
1963
1940
|
|
|
1964
1941
|
|
|
1965
|
-
|
|
1966
1942
|
var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1967
1943
|
...commonParams
|
|
1968
1944
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1979,7 +1955,6 @@ var UpdateClusterCommand = _UpdateClusterCommand;
|
|
|
1979
1955
|
|
|
1980
1956
|
|
|
1981
1957
|
|
|
1982
|
-
|
|
1983
1958
|
var _UpdateJobCommand = class _UpdateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1984
1959
|
...commonParams
|
|
1985
1960
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1996,7 +1971,6 @@ var UpdateJobCommand = _UpdateJobCommand;
|
|
|
1996
1971
|
|
|
1997
1972
|
|
|
1998
1973
|
|
|
1999
|
-
|
|
2000
1974
|
var _UpdateJobShipmentStateCommand = class _UpdateJobShipmentStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2001
1975
|
...commonParams
|
|
2002
1976
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2013,7 +1987,6 @@ var UpdateJobShipmentStateCommand = _UpdateJobShipmentStateCommand;
|
|
|
2013
1987
|
|
|
2014
1988
|
|
|
2015
1989
|
|
|
2016
|
-
|
|
2017
1990
|
var _UpdateLongTermPricingCommand = class _UpdateLongTermPricingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2018
1991
|
...commonParams
|
|
2019
1992
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
export * from "./SnowballClient";
|
|
12
12
|
export * from "./Snowball";
|
|
13
13
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
14
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
-
export { SnowballExtensionConfiguration } from "./extensionConfiguration";
|
|
14
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
+
export type { SnowballExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
18
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CancelClusterCommandInput extends CancelClusterRequest {}
|
|
11
12
|
export interface CancelClusterCommandOutput
|
|
12
13
|
extends CancelClusterResult,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
11
12
|
export interface CancelJobCommandOutput
|
|
12
13
|
extends CancelJobResult,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateAddressCommandInput extends CreateAddressRequest {}
|
|
11
12
|
export interface CreateAddressCommandOutput
|
|
12
13
|
extends CreateAddressResult,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
11
12
|
export interface CreateClusterCommandOutput
|
|
12
13
|
extends CreateClusterResult,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
11
12
|
export interface CreateJobCommandOutput
|
|
12
13
|
extends CreateJobResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateLongTermPricingCommandInput
|
|
14
15
|
extends CreateLongTermPricingRequest {}
|
|
15
16
|
export interface CreateLongTermPricingCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateReturnShippingLabelCommandInput
|
|
14
15
|
extends CreateReturnShippingLabelRequest {}
|
|
15
16
|
export interface CreateReturnShippingLabelCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeAddressCommandInput extends DescribeAddressRequest {}
|
|
14
15
|
export interface DescribeAddressCommandOutput
|
|
15
16
|
extends DescribeAddressResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeAddressesCommandInput
|
|
14
15
|
extends DescribeAddressesRequest {}
|
|
15
16
|
export interface DescribeAddressesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
|
|
14
15
|
export interface DescribeClusterCommandOutput
|
|
15
16
|
extends DescribeClusterResult,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeJobCommandInput extends DescribeJobRequest {}
|
|
11
12
|
export interface DescribeJobCommandOutput
|
|
12
13
|
extends DescribeJobResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeReturnShippingLabelCommandInput
|
|
14
15
|
extends DescribeReturnShippingLabelRequest {}
|
|
15
16
|
export interface DescribeReturnShippingLabelCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetJobManifestCommandInput extends GetJobManifestRequest {}
|
|
14
15
|
export interface GetJobManifestCommandOutput
|
|
15
16
|
extends GetJobManifestResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {}
|
|
14
15
|
export interface GetJobUnlockCodeCommandOutput
|
|
15
16
|
extends GetJobUnlockCodeResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {}
|
|
14
15
|
export interface GetSnowballUsageCommandOutput
|
|
15
16
|
extends GetSnowballUsageResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetSoftwareUpdatesCommandInput
|
|
14
15
|
extends GetSoftwareUpdatesRequest {}
|
|
15
16
|
export interface GetSoftwareUpdatesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListClusterJobsCommandInput extends ListClusterJobsRequest {}
|
|
14
15
|
export interface ListClusterJobsCommandOutput
|
|
15
16
|
extends ListClusterJobsResult,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
11
12
|
export interface ListClustersCommandOutput
|
|
12
13
|
extends ListClustersResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCompatibleImagesCommandInput
|
|
14
15
|
extends ListCompatibleImagesRequest {}
|
|
15
16
|
export interface ListCompatibleImagesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
11
12
|
export interface ListJobsCommandOutput
|
|
12
13
|
extends ListJobsResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListLongTermPricingCommandInput
|
|
14
15
|
extends ListLongTermPricingRequest {}
|
|
15
16
|
export interface ListLongTermPricingCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPickupLocationsCommandInput
|
|
14
15
|
extends ListPickupLocationsRequest {}
|
|
15
16
|
export interface ListPickupLocationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListServiceVersionsCommandInput
|
|
14
15
|
extends ListServiceVersionsRequest {}
|
|
15
16
|
export interface ListServiceVersionsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
|
|
11
12
|
export interface UpdateClusterCommandOutput
|
|
12
13
|
extends UpdateClusterResult,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowballClientResolvedConfig,
|
|
8
8
|
} from "../SnowballClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateJobCommandInput extends UpdateJobRequest {}
|
|
11
12
|
export interface UpdateJobCommandOutput
|
|
12
13
|
extends UpdateJobResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateJobShipmentStateCommandInput
|
|
14
15
|
extends UpdateJobShipmentStateRequest {}
|
|
15
16
|
export interface UpdateJobShipmentStateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowballClientResolvedConfig,
|
|
11
11
|
} from "../SnowballClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateLongTermPricingCommandInput
|
|
14
15
|
extends UpdateLongTermPricingRequest {}
|
|
15
16
|
export interface UpdateLongTermPricingCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class SnowballServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.592.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-snowball",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.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.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|