@aws-sdk/client-outposts 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 +31 -93
- package/dist-es/commands/CancelCapacityTaskCommand.js +1 -3
- package/dist-es/commands/CancelOrderCommand.js +1 -3
- package/dist-es/commands/CreateOrderCommand.js +1 -3
- package/dist-es/commands/CreateOutpostCommand.js +1 -3
- package/dist-es/commands/CreateSiteCommand.js +1 -3
- package/dist-es/commands/DeleteOutpostCommand.js +1 -3
- package/dist-es/commands/DeleteSiteCommand.js +1 -3
- package/dist-es/commands/GetCapacityTaskCommand.js +1 -3
- package/dist-es/commands/GetCatalogItemCommand.js +1 -3
- package/dist-es/commands/GetConnectionCommand.js +1 -3
- package/dist-es/commands/GetOrderCommand.js +1 -3
- package/dist-es/commands/GetOutpostCommand.js +1 -3
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +1 -3
- package/dist-es/commands/GetOutpostSupportedInstanceTypesCommand.js +1 -3
- package/dist-es/commands/GetSiteAddressCommand.js +1 -3
- package/dist-es/commands/GetSiteCommand.js +1 -3
- package/dist-es/commands/ListAssetsCommand.js +1 -3
- package/dist-es/commands/ListCapacityTasksCommand.js +1 -3
- package/dist-es/commands/ListCatalogItemsCommand.js +1 -3
- package/dist-es/commands/ListOrdersCommand.js +1 -3
- package/dist-es/commands/ListOutpostsCommand.js +1 -3
- package/dist-es/commands/ListSitesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartCapacityTaskCommand.js +1 -3
- package/dist-es/commands/StartConnectionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateOutpostCommand.js +1 -3
- package/dist-es/commands/UpdateSiteAddressCommand.js +1 -3
- package/dist-es/commands/UpdateSiteCommand.js +1 -3
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1645,9 +1645,7 @@ var _TK = "TagKeys";
|
|
|
1645
1645
|
var _tK = "tagKeys";
|
|
1646
1646
|
|
|
1647
1647
|
// src/commands/CancelCapacityTaskCommand.ts
|
|
1648
|
-
var _CancelCapacityTaskCommand = class _CancelCapacityTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1649
|
-
...commonParams
|
|
1650
|
-
}).m(function(Command, cs, config, o) {
|
|
1648
|
+
var _CancelCapacityTaskCommand = class _CancelCapacityTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1651
1649
|
return [
|
|
1652
1650
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1653
1651
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1661,9 +1659,7 @@ var CancelCapacityTaskCommand = _CancelCapacityTaskCommand;
|
|
|
1661
1659
|
|
|
1662
1660
|
|
|
1663
1661
|
|
|
1664
|
-
var _CancelOrderCommand = class _CancelOrderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1665
|
-
...commonParams
|
|
1666
|
-
}).m(function(Command, cs, config, o) {
|
|
1662
|
+
var _CancelOrderCommand = class _CancelOrderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1667
1663
|
return [
|
|
1668
1664
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1669
1665
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1677,9 +1673,7 @@ var CancelOrderCommand = _CancelOrderCommand;
|
|
|
1677
1673
|
|
|
1678
1674
|
|
|
1679
1675
|
|
|
1680
|
-
var _CreateOrderCommand = class _CreateOrderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1681
|
-
...commonParams
|
|
1682
|
-
}).m(function(Command, cs, config, o) {
|
|
1676
|
+
var _CreateOrderCommand = class _CreateOrderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1683
1677
|
return [
|
|
1684
1678
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1685
1679
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1693,9 +1687,7 @@ var CreateOrderCommand = _CreateOrderCommand;
|
|
|
1693
1687
|
|
|
1694
1688
|
|
|
1695
1689
|
|
|
1696
|
-
var _CreateOutpostCommand = class _CreateOutpostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1697
|
-
...commonParams
|
|
1698
|
-
}).m(function(Command, cs, config, o) {
|
|
1690
|
+
var _CreateOutpostCommand = class _CreateOutpostCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1699
1691
|
return [
|
|
1700
1692
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1701
1693
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1709,9 +1701,7 @@ var CreateOutpostCommand = _CreateOutpostCommand;
|
|
|
1709
1701
|
|
|
1710
1702
|
|
|
1711
1703
|
|
|
1712
|
-
var _CreateSiteCommand = class _CreateSiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1713
|
-
...commonParams
|
|
1714
|
-
}).m(function(Command, cs, config, o) {
|
|
1704
|
+
var _CreateSiteCommand = class _CreateSiteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1715
1705
|
return [
|
|
1716
1706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1717
1707
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1725,9 +1715,7 @@ var CreateSiteCommand = _CreateSiteCommand;
|
|
|
1725
1715
|
|
|
1726
1716
|
|
|
1727
1717
|
|
|
1728
|
-
var _DeleteOutpostCommand = class _DeleteOutpostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1729
|
-
...commonParams
|
|
1730
|
-
}).m(function(Command, cs, config, o) {
|
|
1718
|
+
var _DeleteOutpostCommand = class _DeleteOutpostCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1731
1719
|
return [
|
|
1732
1720
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1733
1721
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1741,9 +1729,7 @@ var DeleteOutpostCommand = _DeleteOutpostCommand;
|
|
|
1741
1729
|
|
|
1742
1730
|
|
|
1743
1731
|
|
|
1744
|
-
var _DeleteSiteCommand = class _DeleteSiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1745
|
-
...commonParams
|
|
1746
|
-
}).m(function(Command, cs, config, o) {
|
|
1732
|
+
var _DeleteSiteCommand = class _DeleteSiteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1747
1733
|
return [
|
|
1748
1734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1749
1735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1757,9 +1743,7 @@ var DeleteSiteCommand = _DeleteSiteCommand;
|
|
|
1757
1743
|
|
|
1758
1744
|
|
|
1759
1745
|
|
|
1760
|
-
var _GetCapacityTaskCommand = class _GetCapacityTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1761
|
-
...commonParams
|
|
1762
|
-
}).m(function(Command, cs, config, o) {
|
|
1746
|
+
var _GetCapacityTaskCommand = class _GetCapacityTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1763
1747
|
return [
|
|
1764
1748
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1765
1749
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1773,9 +1757,7 @@ var GetCapacityTaskCommand = _GetCapacityTaskCommand;
|
|
|
1773
1757
|
|
|
1774
1758
|
|
|
1775
1759
|
|
|
1776
|
-
var _GetCatalogItemCommand = class _GetCatalogItemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1777
|
-
...commonParams
|
|
1778
|
-
}).m(function(Command, cs, config, o) {
|
|
1760
|
+
var _GetCatalogItemCommand = class _GetCatalogItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1779
1761
|
return [
|
|
1780
1762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1781
1763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1789,9 +1771,7 @@ var GetCatalogItemCommand = _GetCatalogItemCommand;
|
|
|
1789
1771
|
|
|
1790
1772
|
|
|
1791
1773
|
|
|
1792
|
-
var _GetConnectionCommand = class _GetConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1793
|
-
...commonParams
|
|
1794
|
-
}).m(function(Command, cs, config, o) {
|
|
1774
|
+
var _GetConnectionCommand = class _GetConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1795
1775
|
return [
|
|
1796
1776
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1797
1777
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1805,9 +1785,7 @@ var GetConnectionCommand = _GetConnectionCommand;
|
|
|
1805
1785
|
|
|
1806
1786
|
|
|
1807
1787
|
|
|
1808
|
-
var _GetOrderCommand = class _GetOrderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1809
|
-
...commonParams
|
|
1810
|
-
}).m(function(Command, cs, config, o) {
|
|
1788
|
+
var _GetOrderCommand = class _GetOrderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1811
1789
|
return [
|
|
1812
1790
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1813
1791
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1821,9 +1799,7 @@ var GetOrderCommand = _GetOrderCommand;
|
|
|
1821
1799
|
|
|
1822
1800
|
|
|
1823
1801
|
|
|
1824
|
-
var _GetOutpostCommand = class _GetOutpostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1825
|
-
...commonParams
|
|
1826
|
-
}).m(function(Command, cs, config, o) {
|
|
1802
|
+
var _GetOutpostCommand = class _GetOutpostCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1827
1803
|
return [
|
|
1828
1804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1829
1805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1837,9 +1813,7 @@ var GetOutpostCommand = _GetOutpostCommand;
|
|
|
1837
1813
|
|
|
1838
1814
|
|
|
1839
1815
|
|
|
1840
|
-
var _GetOutpostInstanceTypesCommand = class _GetOutpostInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1841
|
-
...commonParams
|
|
1842
|
-
}).m(function(Command, cs, config, o) {
|
|
1816
|
+
var _GetOutpostInstanceTypesCommand = class _GetOutpostInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1843
1817
|
return [
|
|
1844
1818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1845
1819
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1853,9 +1827,7 @@ var GetOutpostInstanceTypesCommand = _GetOutpostInstanceTypesCommand;
|
|
|
1853
1827
|
|
|
1854
1828
|
|
|
1855
1829
|
|
|
1856
|
-
var _GetOutpostSupportedInstanceTypesCommand = class _GetOutpostSupportedInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1857
|
-
...commonParams
|
|
1858
|
-
}).m(function(Command, cs, config, o) {
|
|
1830
|
+
var _GetOutpostSupportedInstanceTypesCommand = class _GetOutpostSupportedInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1859
1831
|
return [
|
|
1860
1832
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1861
1833
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1869,9 +1841,7 @@ var GetOutpostSupportedInstanceTypesCommand = _GetOutpostSupportedInstanceTypesC
|
|
|
1869
1841
|
|
|
1870
1842
|
|
|
1871
1843
|
|
|
1872
|
-
var _GetSiteAddressCommand = class _GetSiteAddressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1873
|
-
...commonParams
|
|
1874
|
-
}).m(function(Command, cs, config, o) {
|
|
1844
|
+
var _GetSiteAddressCommand = class _GetSiteAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1875
1845
|
return [
|
|
1876
1846
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1877
1847
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1885,9 +1855,7 @@ var GetSiteAddressCommand = _GetSiteAddressCommand;
|
|
|
1885
1855
|
|
|
1886
1856
|
|
|
1887
1857
|
|
|
1888
|
-
var _GetSiteCommand = class _GetSiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1889
|
-
...commonParams
|
|
1890
|
-
}).m(function(Command, cs, config, o) {
|
|
1858
|
+
var _GetSiteCommand = class _GetSiteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1891
1859
|
return [
|
|
1892
1860
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1893
1861
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1901,9 +1869,7 @@ var GetSiteCommand = _GetSiteCommand;
|
|
|
1901
1869
|
|
|
1902
1870
|
|
|
1903
1871
|
|
|
1904
|
-
var _ListAssetsCommand = class _ListAssetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1905
|
-
...commonParams
|
|
1906
|
-
}).m(function(Command, cs, config, o) {
|
|
1872
|
+
var _ListAssetsCommand = class _ListAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1907
1873
|
return [
|
|
1908
1874
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1909
1875
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1917,9 +1883,7 @@ var ListAssetsCommand = _ListAssetsCommand;
|
|
|
1917
1883
|
|
|
1918
1884
|
|
|
1919
1885
|
|
|
1920
|
-
var _ListCapacityTasksCommand = class _ListCapacityTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1921
|
-
...commonParams
|
|
1922
|
-
}).m(function(Command, cs, config, o) {
|
|
1886
|
+
var _ListCapacityTasksCommand = class _ListCapacityTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1923
1887
|
return [
|
|
1924
1888
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1925
1889
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1933,9 +1897,7 @@ var ListCapacityTasksCommand = _ListCapacityTasksCommand;
|
|
|
1933
1897
|
|
|
1934
1898
|
|
|
1935
1899
|
|
|
1936
|
-
var _ListCatalogItemsCommand = class _ListCatalogItemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1937
|
-
...commonParams
|
|
1938
|
-
}).m(function(Command, cs, config, o) {
|
|
1900
|
+
var _ListCatalogItemsCommand = class _ListCatalogItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1939
1901
|
return [
|
|
1940
1902
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1941
1903
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1949,9 +1911,7 @@ var ListCatalogItemsCommand = _ListCatalogItemsCommand;
|
|
|
1949
1911
|
|
|
1950
1912
|
|
|
1951
1913
|
|
|
1952
|
-
var _ListOrdersCommand = class _ListOrdersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1953
|
-
...commonParams
|
|
1954
|
-
}).m(function(Command, cs, config, o) {
|
|
1914
|
+
var _ListOrdersCommand = class _ListOrdersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1955
1915
|
return [
|
|
1956
1916
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1957
1917
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1965,9 +1925,7 @@ var ListOrdersCommand = _ListOrdersCommand;
|
|
|
1965
1925
|
|
|
1966
1926
|
|
|
1967
1927
|
|
|
1968
|
-
var _ListOutpostsCommand = class _ListOutpostsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1969
|
-
...commonParams
|
|
1970
|
-
}).m(function(Command, cs, config, o) {
|
|
1928
|
+
var _ListOutpostsCommand = class _ListOutpostsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1971
1929
|
return [
|
|
1972
1930
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1973
1931
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1981,9 +1939,7 @@ var ListOutpostsCommand = _ListOutpostsCommand;
|
|
|
1981
1939
|
|
|
1982
1940
|
|
|
1983
1941
|
|
|
1984
|
-
var _ListSitesCommand = class _ListSitesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1985
|
-
...commonParams
|
|
1986
|
-
}).m(function(Command, cs, config, o) {
|
|
1942
|
+
var _ListSitesCommand = class _ListSitesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1987
1943
|
return [
|
|
1988
1944
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1989
1945
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1997,9 +1953,7 @@ var ListSitesCommand = _ListSitesCommand;
|
|
|
1997
1953
|
|
|
1998
1954
|
|
|
1999
1955
|
|
|
2000
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2001
|
-
...commonParams
|
|
2002
|
-
}).m(function(Command, cs, config, o) {
|
|
1956
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2003
1957
|
return [
|
|
2004
1958
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2005
1959
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2013,9 +1967,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2013
1967
|
|
|
2014
1968
|
|
|
2015
1969
|
|
|
2016
|
-
var _StartCapacityTaskCommand = class _StartCapacityTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2017
|
-
...commonParams
|
|
2018
|
-
}).m(function(Command, cs, config, o) {
|
|
1970
|
+
var _StartCapacityTaskCommand = class _StartCapacityTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2019
1971
|
return [
|
|
2020
1972
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2021
1973
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2029,9 +1981,7 @@ var StartCapacityTaskCommand = _StartCapacityTaskCommand;
|
|
|
2029
1981
|
|
|
2030
1982
|
|
|
2031
1983
|
|
|
2032
|
-
var _StartConnectionCommand = class _StartConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2033
|
-
...commonParams
|
|
2034
|
-
}).m(function(Command, cs, config, o) {
|
|
1984
|
+
var _StartConnectionCommand = class _StartConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2035
1985
|
return [
|
|
2036
1986
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2037
1987
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2045,9 +1995,7 @@ var StartConnectionCommand = _StartConnectionCommand;
|
|
|
2045
1995
|
|
|
2046
1996
|
|
|
2047
1997
|
|
|
2048
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2049
|
-
...commonParams
|
|
2050
|
-
}).m(function(Command, cs, config, o) {
|
|
1998
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2051
1999
|
return [
|
|
2052
2000
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2053
2001
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2061,9 +2009,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2061
2009
|
|
|
2062
2010
|
|
|
2063
2011
|
|
|
2064
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2065
|
-
...commonParams
|
|
2066
|
-
}).m(function(Command, cs, config, o) {
|
|
2012
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2067
2013
|
return [
|
|
2068
2014
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2069
2015
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2077,9 +2023,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2077
2023
|
|
|
2078
2024
|
|
|
2079
2025
|
|
|
2080
|
-
var _UpdateOutpostCommand = class _UpdateOutpostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2081
|
-
...commonParams
|
|
2082
|
-
}).m(function(Command, cs, config, o) {
|
|
2026
|
+
var _UpdateOutpostCommand = class _UpdateOutpostCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2083
2027
|
return [
|
|
2084
2028
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2085
2029
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2093,9 +2037,7 @@ var UpdateOutpostCommand = _UpdateOutpostCommand;
|
|
|
2093
2037
|
|
|
2094
2038
|
|
|
2095
2039
|
|
|
2096
|
-
var _UpdateSiteAddressCommand = class _UpdateSiteAddressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2097
|
-
...commonParams
|
|
2098
|
-
}).m(function(Command, cs, config, o) {
|
|
2040
|
+
var _UpdateSiteAddressCommand = class _UpdateSiteAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2099
2041
|
return [
|
|
2100
2042
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2101
2043
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2109,9 +2051,7 @@ var UpdateSiteAddressCommand = _UpdateSiteAddressCommand;
|
|
|
2109
2051
|
|
|
2110
2052
|
|
|
2111
2053
|
|
|
2112
|
-
var _UpdateSiteCommand = class _UpdateSiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2113
|
-
...commonParams
|
|
2114
|
-
}).m(function(Command, cs, config, o) {
|
|
2054
|
+
var _UpdateSiteCommand = class _UpdateSiteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2115
2055
|
return [
|
|
2116
2056
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2117
2057
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2125,9 +2065,7 @@ var UpdateSiteCommand = _UpdateSiteCommand;
|
|
|
2125
2065
|
|
|
2126
2066
|
|
|
2127
2067
|
|
|
2128
|
-
var _UpdateSiteRackPhysicalPropertiesCommand = class _UpdateSiteRackPhysicalPropertiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2129
|
-
...commonParams
|
|
2130
|
-
}).m(function(Command, cs, config, o) {
|
|
2068
|
+
var _UpdateSiteRackPhysicalPropertiesCommand = class _UpdateSiteRackPhysicalPropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2131
2069
|
return [
|
|
2132
2070
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2133
2071
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CancelCapacityTaskCommand, se_CancelCapacityTaskCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelCapacityTaskCommand 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_CancelOrderCommand, se_CancelOrderCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelOrderCommand 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_CreateOrderCommand, se_CreateOrderCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateOrderCommand 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_CreateOutpostCommand, se_CreateOutpostCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateOutpostCommand 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_CreateSiteCommand, se_CreateSiteCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSiteCommand 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_DeleteOutpostCommand, se_DeleteOutpostCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteOutpostCommand 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_DeleteSiteCommand, se_DeleteSiteCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSiteCommand 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_GetCapacityTaskCommand, se_GetCapacityTaskCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCapacityTaskCommand 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_GetCatalogItemCommand, se_GetCatalogItemCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCatalogItemCommand 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_GetConnectionCommand, se_GetConnectionCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConnectionCommand 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_GetOrderCommand, se_GetOrderCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetOrderCommand 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_GetOutpostCommand, se_GetOutpostCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetOutpostCommand 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_GetOutpostInstanceTypesCommand, se_GetOutpostInstanceTypesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetOutpostInstanceTypesCommand 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_GetOutpostSupportedInstanceTypesCommand, se_GetOutpostSupportedInsta
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetOutpostSupportedInstanceTypesCommand 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_GetSiteAddressCommand, se_GetSiteAddressCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSiteAddressCommand 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_GetSiteCommand, se_GetSiteCommand } from "../protocols/Aws_restJson1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSiteCommand 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_ListAssetsCommand, se_ListAssetsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssetsCommand 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_ListCapacityTasksCommand, se_ListCapacityTasksCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCapacityTasksCommand 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_ListCatalogItemsCommand, se_ListCatalogItemsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCatalogItemsCommand 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_ListOrdersCommand, se_ListOrdersCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListOrdersCommand 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_ListOutpostsCommand, se_ListOutpostsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListOutpostsCommand 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_ListSitesCommand, se_ListSitesCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSitesCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand 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_StartCapacityTaskCommand, se_StartCapacityTaskCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartCapacityTaskCommand 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_StartConnectionCommand, se_StartConnectionCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartConnectionCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand 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_UpdateOutpostCommand, se_UpdateOutpostCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateOutpostCommand 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_UpdateSiteAddressCommand, se_UpdateSiteAddressCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSiteAddressCommand 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_UpdateSiteCommand, se_UpdateSiteCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSiteCommand 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_UpdateSiteRackPhysicalPropertiesCommand, se_UpdateSiteRackPhysicalPr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSiteRackPhysicalPropertiesCommand 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-outposts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Outposts 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-outposts",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
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",
|