@aws-sdk/client-outposts 3.588.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 -31
- package/dist-types/OutpostsClient.d.ts +4 -4
- package/dist-types/commands/CancelCapacityTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelOrderCommand.d.ts +2 -1
- package/dist-types/commands/CreateOrderCommand.d.ts +2 -1
- package/dist-types/commands/CreateOutpostCommand.d.ts +2 -1
- package/dist-types/commands/CreateSiteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOutpostCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSiteCommand.d.ts +2 -1
- package/dist-types/commands/GetCapacityTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetCatalogItemCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +2 -1
- package/dist-types/commands/GetOrderCommand.d.ts +2 -1
- package/dist-types/commands/GetOutpostCommand.d.ts +2 -1
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/GetSiteAddressCommand.d.ts +2 -1
- package/dist-types/commands/GetSiteCommand.d.ts +2 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListCapacityTasksCommand.d.ts +2 -1
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +2 -1
- package/dist-types/commands/ListOrdersCommand.d.ts +2 -1
- package/dist-types/commands/ListOutpostsCommand.d.ts +2 -1
- package/dist-types/commands/ListSitesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartCapacityTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartConnectionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOutpostCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/OutpostsServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/OutpostsClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelCapacityTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCapacityTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCapacityTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartCapacityTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -249,7 +249,6 @@ var OutpostsClient = _OutpostsClient;
|
|
|
249
249
|
|
|
250
250
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
251
251
|
|
|
252
|
-
var import_types = require("@smithy/types");
|
|
253
252
|
|
|
254
253
|
// src/protocols/Aws_restJson1.ts
|
|
255
254
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1668,7 +1667,6 @@ var CancelCapacityTaskCommand = _CancelCapacityTaskCommand;
|
|
|
1668
1667
|
|
|
1669
1668
|
|
|
1670
1669
|
|
|
1671
|
-
|
|
1672
1670
|
var _CancelOrderCommand = class _CancelOrderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1673
1671
|
...commonParams
|
|
1674
1672
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1685,7 +1683,6 @@ var CancelOrderCommand = _CancelOrderCommand;
|
|
|
1685
1683
|
|
|
1686
1684
|
|
|
1687
1685
|
|
|
1688
|
-
|
|
1689
1686
|
var _CreateOrderCommand = class _CreateOrderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1690
1687
|
...commonParams
|
|
1691
1688
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1702,7 +1699,6 @@ var CreateOrderCommand = _CreateOrderCommand;
|
|
|
1702
1699
|
|
|
1703
1700
|
|
|
1704
1701
|
|
|
1705
|
-
|
|
1706
1702
|
var _CreateOutpostCommand = class _CreateOutpostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1707
1703
|
...commonParams
|
|
1708
1704
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1719,7 +1715,6 @@ var CreateOutpostCommand = _CreateOutpostCommand;
|
|
|
1719
1715
|
|
|
1720
1716
|
|
|
1721
1717
|
|
|
1722
|
-
|
|
1723
1718
|
var _CreateSiteCommand = class _CreateSiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1724
1719
|
...commonParams
|
|
1725
1720
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1736,7 +1731,6 @@ var CreateSiteCommand = _CreateSiteCommand;
|
|
|
1736
1731
|
|
|
1737
1732
|
|
|
1738
1733
|
|
|
1739
|
-
|
|
1740
1734
|
var _DeleteOutpostCommand = class _DeleteOutpostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1741
1735
|
...commonParams
|
|
1742
1736
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1753,7 +1747,6 @@ var DeleteOutpostCommand = _DeleteOutpostCommand;
|
|
|
1753
1747
|
|
|
1754
1748
|
|
|
1755
1749
|
|
|
1756
|
-
|
|
1757
1750
|
var _DeleteSiteCommand = class _DeleteSiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1758
1751
|
...commonParams
|
|
1759
1752
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1770,7 +1763,6 @@ var DeleteSiteCommand = _DeleteSiteCommand;
|
|
|
1770
1763
|
|
|
1771
1764
|
|
|
1772
1765
|
|
|
1773
|
-
|
|
1774
1766
|
var _GetCapacityTaskCommand = class _GetCapacityTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1775
1767
|
...commonParams
|
|
1776
1768
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1787,7 +1779,6 @@ var GetCapacityTaskCommand = _GetCapacityTaskCommand;
|
|
|
1787
1779
|
|
|
1788
1780
|
|
|
1789
1781
|
|
|
1790
|
-
|
|
1791
1782
|
var _GetCatalogItemCommand = class _GetCatalogItemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1792
1783
|
...commonParams
|
|
1793
1784
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1804,7 +1795,6 @@ var GetCatalogItemCommand = _GetCatalogItemCommand;
|
|
|
1804
1795
|
|
|
1805
1796
|
|
|
1806
1797
|
|
|
1807
|
-
|
|
1808
1798
|
var _GetConnectionCommand = class _GetConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1809
1799
|
...commonParams
|
|
1810
1800
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1821,7 +1811,6 @@ var GetConnectionCommand = _GetConnectionCommand;
|
|
|
1821
1811
|
|
|
1822
1812
|
|
|
1823
1813
|
|
|
1824
|
-
|
|
1825
1814
|
var _GetOrderCommand = class _GetOrderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1826
1815
|
...commonParams
|
|
1827
1816
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1838,7 +1827,6 @@ var GetOrderCommand = _GetOrderCommand;
|
|
|
1838
1827
|
|
|
1839
1828
|
|
|
1840
1829
|
|
|
1841
|
-
|
|
1842
1830
|
var _GetOutpostCommand = class _GetOutpostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1843
1831
|
...commonParams
|
|
1844
1832
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1855,7 +1843,6 @@ var GetOutpostCommand = _GetOutpostCommand;
|
|
|
1855
1843
|
|
|
1856
1844
|
|
|
1857
1845
|
|
|
1858
|
-
|
|
1859
1846
|
var _GetOutpostInstanceTypesCommand = class _GetOutpostInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1860
1847
|
...commonParams
|
|
1861
1848
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1872,7 +1859,6 @@ var GetOutpostInstanceTypesCommand = _GetOutpostInstanceTypesCommand;
|
|
|
1872
1859
|
|
|
1873
1860
|
|
|
1874
1861
|
|
|
1875
|
-
|
|
1876
1862
|
var _GetOutpostSupportedInstanceTypesCommand = class _GetOutpostSupportedInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1877
1863
|
...commonParams
|
|
1878
1864
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1889,7 +1875,6 @@ var GetOutpostSupportedInstanceTypesCommand = _GetOutpostSupportedInstanceTypesC
|
|
|
1889
1875
|
|
|
1890
1876
|
|
|
1891
1877
|
|
|
1892
|
-
|
|
1893
1878
|
var _GetSiteAddressCommand = class _GetSiteAddressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1894
1879
|
...commonParams
|
|
1895
1880
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1906,7 +1891,6 @@ var GetSiteAddressCommand = _GetSiteAddressCommand;
|
|
|
1906
1891
|
|
|
1907
1892
|
|
|
1908
1893
|
|
|
1909
|
-
|
|
1910
1894
|
var _GetSiteCommand = class _GetSiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1911
1895
|
...commonParams
|
|
1912
1896
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1923,7 +1907,6 @@ var GetSiteCommand = _GetSiteCommand;
|
|
|
1923
1907
|
|
|
1924
1908
|
|
|
1925
1909
|
|
|
1926
|
-
|
|
1927
1910
|
var _ListAssetsCommand = class _ListAssetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1928
1911
|
...commonParams
|
|
1929
1912
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1940,7 +1923,6 @@ var ListAssetsCommand = _ListAssetsCommand;
|
|
|
1940
1923
|
|
|
1941
1924
|
|
|
1942
1925
|
|
|
1943
|
-
|
|
1944
1926
|
var _ListCapacityTasksCommand = class _ListCapacityTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1945
1927
|
...commonParams
|
|
1946
1928
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1957,7 +1939,6 @@ var ListCapacityTasksCommand = _ListCapacityTasksCommand;
|
|
|
1957
1939
|
|
|
1958
1940
|
|
|
1959
1941
|
|
|
1960
|
-
|
|
1961
1942
|
var _ListCatalogItemsCommand = class _ListCatalogItemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1962
1943
|
...commonParams
|
|
1963
1944
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1974,7 +1955,6 @@ var ListCatalogItemsCommand = _ListCatalogItemsCommand;
|
|
|
1974
1955
|
|
|
1975
1956
|
|
|
1976
1957
|
|
|
1977
|
-
|
|
1978
1958
|
var _ListOrdersCommand = class _ListOrdersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1979
1959
|
...commonParams
|
|
1980
1960
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1991,7 +1971,6 @@ var ListOrdersCommand = _ListOrdersCommand;
|
|
|
1991
1971
|
|
|
1992
1972
|
|
|
1993
1973
|
|
|
1994
|
-
|
|
1995
1974
|
var _ListOutpostsCommand = class _ListOutpostsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1996
1975
|
...commonParams
|
|
1997
1976
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2008,7 +1987,6 @@ var ListOutpostsCommand = _ListOutpostsCommand;
|
|
|
2008
1987
|
|
|
2009
1988
|
|
|
2010
1989
|
|
|
2011
|
-
|
|
2012
1990
|
var _ListSitesCommand = class _ListSitesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2013
1991
|
...commonParams
|
|
2014
1992
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2025,7 +2003,6 @@ var ListSitesCommand = _ListSitesCommand;
|
|
|
2025
2003
|
|
|
2026
2004
|
|
|
2027
2005
|
|
|
2028
|
-
|
|
2029
2006
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2030
2007
|
...commonParams
|
|
2031
2008
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2042,7 +2019,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2042
2019
|
|
|
2043
2020
|
|
|
2044
2021
|
|
|
2045
|
-
|
|
2046
2022
|
var _StartCapacityTaskCommand = class _StartCapacityTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2047
2023
|
...commonParams
|
|
2048
2024
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2059,7 +2035,6 @@ var StartCapacityTaskCommand = _StartCapacityTaskCommand;
|
|
|
2059
2035
|
|
|
2060
2036
|
|
|
2061
2037
|
|
|
2062
|
-
|
|
2063
2038
|
var _StartConnectionCommand = class _StartConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2064
2039
|
...commonParams
|
|
2065
2040
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2076,7 +2051,6 @@ var StartConnectionCommand = _StartConnectionCommand;
|
|
|
2076
2051
|
|
|
2077
2052
|
|
|
2078
2053
|
|
|
2079
|
-
|
|
2080
2054
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2081
2055
|
...commonParams
|
|
2082
2056
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2093,7 +2067,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2093
2067
|
|
|
2094
2068
|
|
|
2095
2069
|
|
|
2096
|
-
|
|
2097
2070
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2098
2071
|
...commonParams
|
|
2099
2072
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2110,7 +2083,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2110
2083
|
|
|
2111
2084
|
|
|
2112
2085
|
|
|
2113
|
-
|
|
2114
2086
|
var _UpdateOutpostCommand = class _UpdateOutpostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2115
2087
|
...commonParams
|
|
2116
2088
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2127,7 +2099,6 @@ var UpdateOutpostCommand = _UpdateOutpostCommand;
|
|
|
2127
2099
|
|
|
2128
2100
|
|
|
2129
2101
|
|
|
2130
|
-
|
|
2131
2102
|
var _UpdateSiteAddressCommand = class _UpdateSiteAddressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2132
2103
|
...commonParams
|
|
2133
2104
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2144,7 +2115,6 @@ var UpdateSiteAddressCommand = _UpdateSiteAddressCommand;
|
|
|
2144
2115
|
|
|
2145
2116
|
|
|
2146
2117
|
|
|
2147
|
-
|
|
2148
2118
|
var _UpdateSiteCommand = class _UpdateSiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2149
2119
|
...commonParams
|
|
2150
2120
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2161,7 +2131,6 @@ var UpdateSiteCommand = _UpdateSiteCommand;
|
|
|
2161
2131
|
|
|
2162
2132
|
|
|
2163
2133
|
|
|
2164
|
-
|
|
2165
2134
|
var _UpdateSiteRackPhysicalPropertiesCommand = class _UpdateSiteRackPhysicalPropertiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2166
2135
|
...commonParams
|
|
2167
2136
|
}).m(function(Command, cs, config, o) {
|
|
@@ -121,15 +121,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
121
121
|
* Enables FIPS compatible endpoints.
|
|
122
122
|
*/
|
|
123
123
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
124
|
+
/**
|
|
125
|
+
* The AWS region to which this client will send requests
|
|
126
|
+
*/
|
|
127
|
+
region?: string | __Provider<string>;
|
|
124
128
|
/**
|
|
125
129
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
126
130
|
* @internal
|
|
127
131
|
*/
|
|
128
132
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
129
|
-
/**
|
|
130
|
-
* The AWS region to which this client will send requests
|
|
131
|
-
*/
|
|
132
|
-
region?: string | __Provider<string>;
|
|
133
133
|
/**
|
|
134
134
|
* Default credentials provider; Not available in browser runtime.
|
|
135
135
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
export * from "./OutpostsClient";
|
|
11
11
|
export * from "./Outposts";
|
|
12
12
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
13
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
14
|
-
export { OutpostsExtensionConfiguration } from "./extensionConfiguration";
|
|
13
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
14
|
+
export type { OutpostsExtensionConfiguration } from "./extensionConfiguration";
|
|
15
15
|
export * from "./commands";
|
|
16
16
|
export * from "./pagination";
|
|
17
17
|
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
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: OutpostsClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -256,8 +256,8 @@ export interface ClientDefaults
|
|
|
256
256
|
serviceId?: string;
|
|
257
257
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
258
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
259
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
260
259
|
region?: string | __Provider<string>;
|
|
260
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
261
261
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
262
262
|
maxAttempts?: number | __Provider<number>;
|
|
263
263
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CancelCapacityTaskCommandInput
|
|
14
15
|
extends CancelCapacityTaskInput {}
|
|
15
16
|
export interface CancelCapacityTaskCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CancelOrderCommandInput extends CancelOrderInput {}
|
|
11
12
|
export interface CancelOrderCommandOutput
|
|
12
13
|
extends CancelOrderOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateOrderCommandInput extends CreateOrderInput {}
|
|
11
12
|
export interface CreateOrderCommandOutput
|
|
12
13
|
extends CreateOrderOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateOutpostCommandInput extends CreateOutpostInput {}
|
|
11
12
|
export interface CreateOutpostCommandOutput
|
|
12
13
|
extends CreateOutpostOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateSiteCommandInput extends CreateSiteInput {}
|
|
11
12
|
export interface CreateSiteCommandOutput
|
|
12
13
|
extends CreateSiteOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteOutpostCommandInput extends DeleteOutpostInput {}
|
|
11
12
|
export interface DeleteOutpostCommandOutput
|
|
12
13
|
extends DeleteOutpostOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteSiteCommandInput extends DeleteSiteInput {}
|
|
11
12
|
export interface DeleteSiteCommandOutput
|
|
12
13
|
extends DeleteSiteOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCapacityTaskCommandInput extends GetCapacityTaskInput {}
|
|
14
15
|
export interface GetCapacityTaskCommandOutput
|
|
15
16
|
extends GetCapacityTaskOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetCatalogItemCommandInput extends GetCatalogItemInput {}
|
|
11
12
|
export interface GetCatalogItemCommandOutput
|
|
12
13
|
extends GetCatalogItemOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetConnectionCommandInput extends GetConnectionRequest {}
|
|
14
15
|
export interface GetConnectionCommandOutput
|
|
15
16
|
extends GetConnectionResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetOrderCommandInput extends GetOrderInput {}
|
|
11
12
|
export interface GetOrderCommandOutput
|
|
12
13
|
extends GetOrderOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetOutpostCommandInput extends GetOutpostInput {}
|
|
11
12
|
export interface GetOutpostCommandOutput
|
|
12
13
|
extends GetOutpostOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetOutpostInstanceTypesCommandInput
|
|
14
15
|
extends GetOutpostInstanceTypesInput {}
|
|
15
16
|
export interface GetOutpostInstanceTypesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetOutpostSupportedInstanceTypesCommandInput
|
|
14
15
|
extends GetOutpostSupportedInstanceTypesInput {}
|
|
15
16
|
export interface GetOutpostSupportedInstanceTypesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetSiteAddressCommandInput extends GetSiteAddressInput {}
|
|
11
12
|
export interface GetSiteAddressCommandOutput
|
|
12
13
|
extends GetSiteAddressOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetSiteCommandInput extends GetSiteInput {}
|
|
11
12
|
export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {}
|
|
12
13
|
declare const GetSiteCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListAssetsCommandInput extends ListAssetsInput {}
|
|
11
12
|
export interface ListAssetsCommandOutput
|
|
12
13
|
extends ListAssetsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCapacityTasksCommandInput extends ListCapacityTasksInput {}
|
|
14
15
|
export interface ListCapacityTasksCommandOutput
|
|
15
16
|
extends ListCapacityTasksOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCatalogItemsCommandInput extends ListCatalogItemsInput {}
|
|
14
15
|
export interface ListCatalogItemsCommandOutput
|
|
15
16
|
extends ListCatalogItemsOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListOrdersCommandInput extends ListOrdersInput {}
|
|
11
12
|
export interface ListOrdersCommandOutput
|
|
12
13
|
extends ListOrdersOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListOutpostsCommandInput extends ListOutpostsInput {}
|
|
11
12
|
export interface ListOutpostsCommandOutput
|
|
12
13
|
extends ListOutpostsOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListSitesCommandInput extends ListSitesInput {}
|
|
11
12
|
export interface ListSitesCommandOutput
|
|
12
13
|
extends ListSitesOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartCapacityTaskCommandInput extends StartCapacityTaskInput {}
|
|
14
15
|
export interface StartCapacityTaskCommandOutput
|
|
15
16
|
extends StartCapacityTaskOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartConnectionCommandInput extends StartConnectionRequest {}
|
|
14
15
|
export interface StartConnectionCommandOutput
|
|
15
16
|
extends StartConnectionResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateOutpostCommandInput extends UpdateOutpostInput {}
|
|
11
12
|
export interface UpdateOutpostCommandOutput
|
|
12
13
|
extends UpdateOutpostOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSiteAddressCommandInput extends UpdateSiteAddressInput {}
|
|
14
15
|
export interface UpdateSiteAddressCommandOutput
|
|
15
16
|
extends UpdateSiteAddressOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../OutpostsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateSiteCommandInput extends UpdateSiteInput {}
|
|
11
12
|
export interface UpdateSiteCommandOutput
|
|
12
13
|
extends UpdateSiteOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../OutpostsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSiteRackPhysicalPropertiesCommandInput
|
|
14
15
|
extends UpdateSiteRackPhysicalPropertiesInput {}
|
|
15
16
|
export interface UpdateSiteRackPhysicalPropertiesCommandOutput
|
|
@@ -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 OutpostsServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: OutpostsClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.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-outposts",
|
|
@@ -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",
|