@aws-sdk/client-tnb 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +33 -99
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +1 -3
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +1 -3
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +1 -3
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +1 -3
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +1 -3
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +1 -3
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +1 -3
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +1 -3
- package/dist-es/commands/GetSolFunctionPackageCommand.js +1 -3
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +1 -3
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +1 -3
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +1 -3
- package/dist-es/commands/GetSolNetworkOperationCommand.js +1 -3
- package/dist-es/commands/GetSolNetworkPackageCommand.js +1 -3
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +1 -3
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +1 -3
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +1 -3
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +1 -3
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +1 -3
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +1 -3
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +1 -3
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +1 -3
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +1 -3
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +1 -3
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +1 -3
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +1 -3
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1838,9 +1838,7 @@ var _nom = "nextpage_opaque_marker";
|
|
|
1838
1838
|
var _tK = "tagKeys";
|
|
1839
1839
|
|
|
1840
1840
|
// src/commands/CancelSolNetworkOperationCommand.ts
|
|
1841
|
-
var _CancelSolNetworkOperationCommand = class _CancelSolNetworkOperationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1842
|
-
...commonParams
|
|
1843
|
-
}).m(function(Command, cs, config, o) {
|
|
1841
|
+
var _CancelSolNetworkOperationCommand = class _CancelSolNetworkOperationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1844
1842
|
return [
|
|
1845
1843
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1846
1844
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1854,9 +1852,7 @@ var CancelSolNetworkOperationCommand = _CancelSolNetworkOperationCommand;
|
|
|
1854
1852
|
|
|
1855
1853
|
|
|
1856
1854
|
|
|
1857
|
-
var _CreateSolFunctionPackageCommand = class _CreateSolFunctionPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1858
|
-
...commonParams
|
|
1859
|
-
}).m(function(Command, cs, config, o) {
|
|
1855
|
+
var _CreateSolFunctionPackageCommand = class _CreateSolFunctionPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1860
1856
|
return [
|
|
1861
1857
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1862
1858
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1870,9 +1866,7 @@ var CreateSolFunctionPackageCommand = _CreateSolFunctionPackageCommand;
|
|
|
1870
1866
|
|
|
1871
1867
|
|
|
1872
1868
|
|
|
1873
|
-
var _CreateSolNetworkInstanceCommand = class _CreateSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1874
|
-
...commonParams
|
|
1875
|
-
}).m(function(Command, cs, config, o) {
|
|
1869
|
+
var _CreateSolNetworkInstanceCommand = class _CreateSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1876
1870
|
return [
|
|
1877
1871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1878
1872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1886,9 +1880,7 @@ var CreateSolNetworkInstanceCommand = _CreateSolNetworkInstanceCommand;
|
|
|
1886
1880
|
|
|
1887
1881
|
|
|
1888
1882
|
|
|
1889
|
-
var _CreateSolNetworkPackageCommand = class _CreateSolNetworkPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1890
|
-
...commonParams
|
|
1891
|
-
}).m(function(Command, cs, config, o) {
|
|
1883
|
+
var _CreateSolNetworkPackageCommand = class _CreateSolNetworkPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1892
1884
|
return [
|
|
1893
1885
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1894
1886
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1902,9 +1894,7 @@ var CreateSolNetworkPackageCommand = _CreateSolNetworkPackageCommand;
|
|
|
1902
1894
|
|
|
1903
1895
|
|
|
1904
1896
|
|
|
1905
|
-
var _DeleteSolFunctionPackageCommand = class _DeleteSolFunctionPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1906
|
-
...commonParams
|
|
1907
|
-
}).m(function(Command, cs, config, o) {
|
|
1897
|
+
var _DeleteSolFunctionPackageCommand = class _DeleteSolFunctionPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1908
1898
|
return [
|
|
1909
1899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1910
1900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1918,9 +1908,7 @@ var DeleteSolFunctionPackageCommand = _DeleteSolFunctionPackageCommand;
|
|
|
1918
1908
|
|
|
1919
1909
|
|
|
1920
1910
|
|
|
1921
|
-
var _DeleteSolNetworkInstanceCommand = class _DeleteSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1922
|
-
...commonParams
|
|
1923
|
-
}).m(function(Command, cs, config, o) {
|
|
1911
|
+
var _DeleteSolNetworkInstanceCommand = class _DeleteSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1924
1912
|
return [
|
|
1925
1913
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1926
1914
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1934,9 +1922,7 @@ var DeleteSolNetworkInstanceCommand = _DeleteSolNetworkInstanceCommand;
|
|
|
1934
1922
|
|
|
1935
1923
|
|
|
1936
1924
|
|
|
1937
|
-
var _DeleteSolNetworkPackageCommand = class _DeleteSolNetworkPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1938
|
-
...commonParams
|
|
1939
|
-
}).m(function(Command, cs, config, o) {
|
|
1925
|
+
var _DeleteSolNetworkPackageCommand = class _DeleteSolNetworkPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1940
1926
|
return [
|
|
1941
1927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1942
1928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1950,9 +1936,7 @@ var DeleteSolNetworkPackageCommand = _DeleteSolNetworkPackageCommand;
|
|
|
1950
1936
|
|
|
1951
1937
|
|
|
1952
1938
|
|
|
1953
|
-
var _GetSolFunctionInstanceCommand = class _GetSolFunctionInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1954
|
-
...commonParams
|
|
1955
|
-
}).m(function(Command, cs, config, o) {
|
|
1939
|
+
var _GetSolFunctionInstanceCommand = class _GetSolFunctionInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1956
1940
|
return [
|
|
1957
1941
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1958
1942
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1966,9 +1950,7 @@ var GetSolFunctionInstanceCommand = _GetSolFunctionInstanceCommand;
|
|
|
1966
1950
|
|
|
1967
1951
|
|
|
1968
1952
|
|
|
1969
|
-
var _GetSolFunctionPackageCommand = class _GetSolFunctionPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1970
|
-
...commonParams
|
|
1971
|
-
}).m(function(Command, cs, config, o) {
|
|
1953
|
+
var _GetSolFunctionPackageCommand = class _GetSolFunctionPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1972
1954
|
return [
|
|
1973
1955
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1974
1956
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1982,9 +1964,7 @@ var GetSolFunctionPackageCommand = _GetSolFunctionPackageCommand;
|
|
|
1982
1964
|
|
|
1983
1965
|
|
|
1984
1966
|
|
|
1985
|
-
var _GetSolFunctionPackageContentCommand = class _GetSolFunctionPackageContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1986
|
-
...commonParams
|
|
1987
|
-
}).m(function(Command, cs, config, o) {
|
|
1967
|
+
var _GetSolFunctionPackageContentCommand = class _GetSolFunctionPackageContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1988
1968
|
return [
|
|
1989
1969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1990
1970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1998,9 +1978,7 @@ var GetSolFunctionPackageContentCommand = _GetSolFunctionPackageContentCommand;
|
|
|
1998
1978
|
|
|
1999
1979
|
|
|
2000
1980
|
|
|
2001
|
-
var _GetSolFunctionPackageDescriptorCommand = class _GetSolFunctionPackageDescriptorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2002
|
-
...commonParams
|
|
2003
|
-
}).m(function(Command, cs, config, o) {
|
|
1981
|
+
var _GetSolFunctionPackageDescriptorCommand = class _GetSolFunctionPackageDescriptorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2004
1982
|
return [
|
|
2005
1983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2006
1984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2014,9 +1992,7 @@ var GetSolFunctionPackageDescriptorCommand = _GetSolFunctionPackageDescriptorCom
|
|
|
2014
1992
|
|
|
2015
1993
|
|
|
2016
1994
|
|
|
2017
|
-
var _GetSolNetworkInstanceCommand = class _GetSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2018
|
-
...commonParams
|
|
2019
|
-
}).m(function(Command, cs, config, o) {
|
|
1995
|
+
var _GetSolNetworkInstanceCommand = class _GetSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2020
1996
|
return [
|
|
2021
1997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2022
1998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2030,9 +2006,7 @@ var GetSolNetworkInstanceCommand = _GetSolNetworkInstanceCommand;
|
|
|
2030
2006
|
|
|
2031
2007
|
|
|
2032
2008
|
|
|
2033
|
-
var _GetSolNetworkOperationCommand = class _GetSolNetworkOperationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2034
|
-
...commonParams
|
|
2035
|
-
}).m(function(Command, cs, config, o) {
|
|
2009
|
+
var _GetSolNetworkOperationCommand = class _GetSolNetworkOperationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2036
2010
|
return [
|
|
2037
2011
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2038
2012
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2046,9 +2020,7 @@ var GetSolNetworkOperationCommand = _GetSolNetworkOperationCommand;
|
|
|
2046
2020
|
|
|
2047
2021
|
|
|
2048
2022
|
|
|
2049
|
-
var _GetSolNetworkPackageCommand = class _GetSolNetworkPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2050
|
-
...commonParams
|
|
2051
|
-
}).m(function(Command, cs, config, o) {
|
|
2023
|
+
var _GetSolNetworkPackageCommand = class _GetSolNetworkPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2052
2024
|
return [
|
|
2053
2025
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2054
2026
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2062,9 +2034,7 @@ var GetSolNetworkPackageCommand = _GetSolNetworkPackageCommand;
|
|
|
2062
2034
|
|
|
2063
2035
|
|
|
2064
2036
|
|
|
2065
|
-
var _GetSolNetworkPackageContentCommand = class _GetSolNetworkPackageContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2066
|
-
...commonParams
|
|
2067
|
-
}).m(function(Command, cs, config, o) {
|
|
2037
|
+
var _GetSolNetworkPackageContentCommand = class _GetSolNetworkPackageContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2068
2038
|
return [
|
|
2069
2039
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2070
2040
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2078,9 +2048,7 @@ var GetSolNetworkPackageContentCommand = _GetSolNetworkPackageContentCommand;
|
|
|
2078
2048
|
|
|
2079
2049
|
|
|
2080
2050
|
|
|
2081
|
-
var _GetSolNetworkPackageDescriptorCommand = class _GetSolNetworkPackageDescriptorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2082
|
-
...commonParams
|
|
2083
|
-
}).m(function(Command, cs, config, o) {
|
|
2051
|
+
var _GetSolNetworkPackageDescriptorCommand = class _GetSolNetworkPackageDescriptorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2084
2052
|
return [
|
|
2085
2053
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2086
2054
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2094,9 +2062,7 @@ var GetSolNetworkPackageDescriptorCommand = _GetSolNetworkPackageDescriptorComma
|
|
|
2094
2062
|
|
|
2095
2063
|
|
|
2096
2064
|
|
|
2097
|
-
var _InstantiateSolNetworkInstanceCommand = class _InstantiateSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2098
|
-
...commonParams
|
|
2099
|
-
}).m(function(Command, cs, config, o) {
|
|
2065
|
+
var _InstantiateSolNetworkInstanceCommand = class _InstantiateSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2100
2066
|
return [
|
|
2101
2067
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2102
2068
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2110,9 +2076,7 @@ var InstantiateSolNetworkInstanceCommand = _InstantiateSolNetworkInstanceCommand
|
|
|
2110
2076
|
|
|
2111
2077
|
|
|
2112
2078
|
|
|
2113
|
-
var _ListSolFunctionInstancesCommand = class _ListSolFunctionInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2114
|
-
...commonParams
|
|
2115
|
-
}).m(function(Command, cs, config, o) {
|
|
2079
|
+
var _ListSolFunctionInstancesCommand = class _ListSolFunctionInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2116
2080
|
return [
|
|
2117
2081
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2118
2082
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2126,9 +2090,7 @@ var ListSolFunctionInstancesCommand = _ListSolFunctionInstancesCommand;
|
|
|
2126
2090
|
|
|
2127
2091
|
|
|
2128
2092
|
|
|
2129
|
-
var _ListSolFunctionPackagesCommand = class _ListSolFunctionPackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2130
|
-
...commonParams
|
|
2131
|
-
}).m(function(Command, cs, config, o) {
|
|
2093
|
+
var _ListSolFunctionPackagesCommand = class _ListSolFunctionPackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2132
2094
|
return [
|
|
2133
2095
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2134
2096
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2142,9 +2104,7 @@ var ListSolFunctionPackagesCommand = _ListSolFunctionPackagesCommand;
|
|
|
2142
2104
|
|
|
2143
2105
|
|
|
2144
2106
|
|
|
2145
|
-
var _ListSolNetworkInstancesCommand = class _ListSolNetworkInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2146
|
-
...commonParams
|
|
2147
|
-
}).m(function(Command, cs, config, o) {
|
|
2107
|
+
var _ListSolNetworkInstancesCommand = class _ListSolNetworkInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2148
2108
|
return [
|
|
2149
2109
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2150
2110
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2158,9 +2118,7 @@ var ListSolNetworkInstancesCommand = _ListSolNetworkInstancesCommand;
|
|
|
2158
2118
|
|
|
2159
2119
|
|
|
2160
2120
|
|
|
2161
|
-
var _ListSolNetworkOperationsCommand = class _ListSolNetworkOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2162
|
-
...commonParams
|
|
2163
|
-
}).m(function(Command, cs, config, o) {
|
|
2121
|
+
var _ListSolNetworkOperationsCommand = class _ListSolNetworkOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2164
2122
|
return [
|
|
2165
2123
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2166
2124
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2174,9 +2132,7 @@ var ListSolNetworkOperationsCommand = _ListSolNetworkOperationsCommand;
|
|
|
2174
2132
|
|
|
2175
2133
|
|
|
2176
2134
|
|
|
2177
|
-
var _ListSolNetworkPackagesCommand = class _ListSolNetworkPackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2178
|
-
...commonParams
|
|
2179
|
-
}).m(function(Command, cs, config, o) {
|
|
2135
|
+
var _ListSolNetworkPackagesCommand = class _ListSolNetworkPackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2180
2136
|
return [
|
|
2181
2137
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2182
2138
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2190,9 +2146,7 @@ var ListSolNetworkPackagesCommand = _ListSolNetworkPackagesCommand;
|
|
|
2190
2146
|
|
|
2191
2147
|
|
|
2192
2148
|
|
|
2193
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2194
|
-
...commonParams
|
|
2195
|
-
}).m(function(Command, cs, config, o) {
|
|
2149
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2196
2150
|
return [
|
|
2197
2151
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2198
2152
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2206,9 +2160,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2206
2160
|
|
|
2207
2161
|
|
|
2208
2162
|
|
|
2209
|
-
var _PutSolFunctionPackageContentCommand = class _PutSolFunctionPackageContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2210
|
-
...commonParams
|
|
2211
|
-
}).m(function(Command, cs, config, o) {
|
|
2163
|
+
var _PutSolFunctionPackageContentCommand = class _PutSolFunctionPackageContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2212
2164
|
return [
|
|
2213
2165
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2214
2166
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2222,9 +2174,7 @@ var PutSolFunctionPackageContentCommand = _PutSolFunctionPackageContentCommand;
|
|
|
2222
2174
|
|
|
2223
2175
|
|
|
2224
2176
|
|
|
2225
|
-
var _PutSolNetworkPackageContentCommand = class _PutSolNetworkPackageContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2226
|
-
...commonParams
|
|
2227
|
-
}).m(function(Command, cs, config, o) {
|
|
2177
|
+
var _PutSolNetworkPackageContentCommand = class _PutSolNetworkPackageContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2228
2178
|
return [
|
|
2229
2179
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2230
2180
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2238,9 +2188,7 @@ var PutSolNetworkPackageContentCommand = _PutSolNetworkPackageContentCommand;
|
|
|
2238
2188
|
|
|
2239
2189
|
|
|
2240
2190
|
|
|
2241
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2242
|
-
...commonParams
|
|
2243
|
-
}).m(function(Command, cs, config, o) {
|
|
2191
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2244
2192
|
return [
|
|
2245
2193
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2246
2194
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2254,9 +2202,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2254
2202
|
|
|
2255
2203
|
|
|
2256
2204
|
|
|
2257
|
-
var _TerminateSolNetworkInstanceCommand = class _TerminateSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2258
|
-
...commonParams
|
|
2259
|
-
}).m(function(Command, cs, config, o) {
|
|
2205
|
+
var _TerminateSolNetworkInstanceCommand = class _TerminateSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2260
2206
|
return [
|
|
2261
2207
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2262
2208
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2270,9 +2216,7 @@ var TerminateSolNetworkInstanceCommand = _TerminateSolNetworkInstanceCommand;
|
|
|
2270
2216
|
|
|
2271
2217
|
|
|
2272
2218
|
|
|
2273
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2274
|
-
...commonParams
|
|
2275
|
-
}).m(function(Command, cs, config, o) {
|
|
2219
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2276
2220
|
return [
|
|
2277
2221
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2278
2222
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2286,9 +2230,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2286
2230
|
|
|
2287
2231
|
|
|
2288
2232
|
|
|
2289
|
-
var _UpdateSolFunctionPackageCommand = class _UpdateSolFunctionPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2290
|
-
...commonParams
|
|
2291
|
-
}).m(function(Command, cs, config, o) {
|
|
2233
|
+
var _UpdateSolFunctionPackageCommand = class _UpdateSolFunctionPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2292
2234
|
return [
|
|
2293
2235
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2294
2236
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2302,9 +2244,7 @@ var UpdateSolFunctionPackageCommand = _UpdateSolFunctionPackageCommand;
|
|
|
2302
2244
|
|
|
2303
2245
|
|
|
2304
2246
|
|
|
2305
|
-
var _UpdateSolNetworkInstanceCommand = class _UpdateSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2306
|
-
...commonParams
|
|
2307
|
-
}).m(function(Command, cs, config, o) {
|
|
2247
|
+
var _UpdateSolNetworkInstanceCommand = class _UpdateSolNetworkInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2308
2248
|
return [
|
|
2309
2249
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2310
2250
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2318,9 +2258,7 @@ var UpdateSolNetworkInstanceCommand = _UpdateSolNetworkInstanceCommand;
|
|
|
2318
2258
|
|
|
2319
2259
|
|
|
2320
2260
|
|
|
2321
|
-
var _UpdateSolNetworkPackageCommand = class _UpdateSolNetworkPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2322
|
-
...commonParams
|
|
2323
|
-
}).m(function(Command, cs, config, o) {
|
|
2261
|
+
var _UpdateSolNetworkPackageCommand = class _UpdateSolNetworkPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2324
2262
|
return [
|
|
2325
2263
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2326
2264
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2334,9 +2272,7 @@ var UpdateSolNetworkPackageCommand = _UpdateSolNetworkPackageCommand;
|
|
|
2334
2272
|
|
|
2335
2273
|
|
|
2336
2274
|
|
|
2337
|
-
var _ValidateSolFunctionPackageContentCommand = class _ValidateSolFunctionPackageContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2338
|
-
...commonParams
|
|
2339
|
-
}).m(function(Command, cs, config, o) {
|
|
2275
|
+
var _ValidateSolFunctionPackageContentCommand = class _ValidateSolFunctionPackageContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2340
2276
|
return [
|
|
2341
2277
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2342
2278
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2350,9 +2286,7 @@ var ValidateSolFunctionPackageContentCommand = _ValidateSolFunctionPackageConten
|
|
|
2350
2286
|
|
|
2351
2287
|
|
|
2352
2288
|
|
|
2353
|
-
var _ValidateSolNetworkPackageContentCommand = class _ValidateSolNetworkPackageContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2354
|
-
...commonParams
|
|
2355
|
-
}).m(function(Command, cs, config, o) {
|
|
2289
|
+
var _ValidateSolNetworkPackageContentCommand = class _ValidateSolNetworkPackageContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2356
2290
|
return [
|
|
2357
2291
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2358
2292
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CancelSolNetworkOperationCommand, se_CancelSolNetworkOperationComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelSolNetworkOperationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateSolFunctionPackageCommand, se_CreateSolFunctionPackageCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateSolFunctionPackageCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateSolNetworkInstanceCommand, se_CreateSolNetworkInstanceCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateSolNetworkInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateSolNetworkPackageCommand, se_CreateSolNetworkPackageCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateSolNetworkPackageCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSolFunctionPackageCommand, se_DeleteSolFunctionPackageCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSolFunctionPackageCommand 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_DeleteSolNetworkInstanceCommand, se_DeleteSolNetworkInstanceCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSolNetworkInstanceCommand 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_DeleteSolNetworkPackageCommand, se_DeleteSolNetworkPackageCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSolNetworkPackageCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetSolFunctionInstanceCommand, se_GetSolFunctionInstanceCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSolFunctionInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetSolFunctionPackageCommand, se_GetSolFunctionPackageCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSolFunctionPackageCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSolFunctionPackageContentCommand, se_GetSolFunctionPackageContent
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSolFunctionPackageContentCommand 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_GetSolFunctionPackageDescriptorCommand, se_GetSolFunctionPackageDesc
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSolFunctionPackageDescriptorCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetSolNetworkInstanceCommand, se_GetSolNetworkInstanceCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSolNetworkInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetSolNetworkOperationCommand, se_GetSolNetworkOperationCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSolNetworkOperationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetSolNetworkPackageCommand, se_GetSolNetworkPackageCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSolNetworkPackageCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSolNetworkPackageContentCommand, se_GetSolNetworkPackageContentCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSolNetworkPackageContentCommand 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_GetSolNetworkPackageDescriptorCommand, se_GetSolNetworkPackageDescri
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSolNetworkPackageDescriptorCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_InstantiateSolNetworkInstanceCommand, se_InstantiateSolNetworkInstan
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class InstantiateSolNetworkInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSolFunctionInstancesCommand, se_ListSolFunctionInstancesCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSolFunctionInstancesCommand 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_ListSolFunctionPackagesCommand, se_ListSolFunctionPackagesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSolFunctionPackagesCommand 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_ListSolNetworkInstancesCommand, se_ListSolNetworkInstancesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSolNetworkInstancesCommand 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_ListSolNetworkOperationsCommand, se_ListSolNetworkOperationsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSolNetworkOperationsCommand 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_ListSolNetworkPackagesCommand, se_ListSolNetworkPackagesCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSolNetworkPackagesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTagsForResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PutSolFunctionPackageContentCommand, se_PutSolFunctionPackageContent
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PutSolFunctionPackageContentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PutSolNetworkPackageContentCommand, se_PutSolNetworkPackageContentCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PutSolNetworkPackageContentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TerminateSolNetworkInstanceCommand, se_TerminateSolNetworkInstanceCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TerminateSolNetworkInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_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_UpdateSolFunctionPackageCommand, se_UpdateSolFunctionPackageCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSolFunctionPackageCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateSolNetworkInstanceCommand, se_UpdateSolNetworkInstanceCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateSolNetworkInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateSolNetworkPackageCommand, se_UpdateSolNetworkPackageCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSolNetworkPackageCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ValidateSolFunctionPackageContentCommand, se_ValidateSolFunctionPack
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ValidateSolFunctionPackageContentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ValidateSolNetworkPackageContentCommand, se_ValidateSolNetworkPackag
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ValidateSolNetworkPackageContentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-tnb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Tnb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-tnb",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|