@aws-sdk/client-panorama 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 +34 -102
- package/dist-es/commands/CreateApplicationInstanceCommand.js +1 -3
- package/dist-es/commands/CreateJobForDevicesCommand.js +1 -3
- package/dist-es/commands/CreateNodeFromTemplateJobCommand.js +1 -3
- package/dist-es/commands/CreatePackageCommand.js +1 -3
- package/dist-es/commands/CreatePackageImportJobCommand.js +1 -3
- package/dist-es/commands/DeleteDeviceCommand.js +1 -3
- package/dist-es/commands/DeletePackageCommand.js +1 -3
- package/dist-es/commands/DeregisterPackageVersionCommand.js +1 -3
- package/dist-es/commands/DescribeApplicationInstanceCommand.js +1 -3
- package/dist-es/commands/DescribeApplicationInstanceDetailsCommand.js +1 -3
- package/dist-es/commands/DescribeDeviceCommand.js +1 -3
- package/dist-es/commands/DescribeDeviceJobCommand.js +1 -3
- package/dist-es/commands/DescribeNodeCommand.js +1 -3
- package/dist-es/commands/DescribeNodeFromTemplateJobCommand.js +1 -3
- package/dist-es/commands/DescribePackageCommand.js +1 -3
- package/dist-es/commands/DescribePackageImportJobCommand.js +1 -3
- package/dist-es/commands/DescribePackageVersionCommand.js +1 -3
- package/dist-es/commands/ListApplicationInstanceDependenciesCommand.js +1 -3
- package/dist-es/commands/ListApplicationInstanceNodeInstancesCommand.js +1 -3
- package/dist-es/commands/ListApplicationInstancesCommand.js +1 -3
- package/dist-es/commands/ListDevicesCommand.js +1 -3
- package/dist-es/commands/ListDevicesJobsCommand.js +1 -3
- package/dist-es/commands/ListNodeFromTemplateJobsCommand.js +1 -3
- package/dist-es/commands/ListNodesCommand.js +1 -3
- package/dist-es/commands/ListPackageImportJobsCommand.js +1 -3
- package/dist-es/commands/ListPackagesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ProvisionDeviceCommand.js +1 -3
- package/dist-es/commands/RegisterPackageVersionCommand.js +1 -3
- package/dist-es/commands/RemoveApplicationInstanceCommand.js +1 -3
- package/dist-es/commands/SignalApplicationInstanceNodeInstancesCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateDeviceMetadataCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1932,9 +1932,7 @@ var _sF = "statusFilter";
|
|
|
1932
1932
|
var _tK = "tagKeys";
|
|
1933
1933
|
|
|
1934
1934
|
// src/commands/CreateApplicationInstanceCommand.ts
|
|
1935
|
-
var _CreateApplicationInstanceCommand = class _CreateApplicationInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1936
|
-
...commonParams
|
|
1937
|
-
}).m(function(Command, cs, config, o) {
|
|
1935
|
+
var _CreateApplicationInstanceCommand = class _CreateApplicationInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1938
1936
|
return [
|
|
1939
1937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1940
1938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1948,9 +1946,7 @@ var CreateApplicationInstanceCommand = _CreateApplicationInstanceCommand;
|
|
|
1948
1946
|
|
|
1949
1947
|
|
|
1950
1948
|
|
|
1951
|
-
var _CreateJobForDevicesCommand = class _CreateJobForDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1952
|
-
...commonParams
|
|
1953
|
-
}).m(function(Command, cs, config, o) {
|
|
1949
|
+
var _CreateJobForDevicesCommand = class _CreateJobForDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1954
1950
|
return [
|
|
1955
1951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1956
1952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1964,9 +1960,7 @@ var CreateJobForDevicesCommand = _CreateJobForDevicesCommand;
|
|
|
1964
1960
|
|
|
1965
1961
|
|
|
1966
1962
|
|
|
1967
|
-
var _CreateNodeFromTemplateJobCommand = class _CreateNodeFromTemplateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1968
|
-
...commonParams
|
|
1969
|
-
}).m(function(Command, cs, config, o) {
|
|
1963
|
+
var _CreateNodeFromTemplateJobCommand = class _CreateNodeFromTemplateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1970
1964
|
return [
|
|
1971
1965
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1972
1966
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1980,9 +1974,7 @@ var CreateNodeFromTemplateJobCommand = _CreateNodeFromTemplateJobCommand;
|
|
|
1980
1974
|
|
|
1981
1975
|
|
|
1982
1976
|
|
|
1983
|
-
var _CreatePackageCommand = class _CreatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1984
|
-
...commonParams
|
|
1985
|
-
}).m(function(Command, cs, config, o) {
|
|
1977
|
+
var _CreatePackageCommand = class _CreatePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1986
1978
|
return [
|
|
1987
1979
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1988
1980
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1996,9 +1988,7 @@ var CreatePackageCommand = _CreatePackageCommand;
|
|
|
1996
1988
|
|
|
1997
1989
|
|
|
1998
1990
|
|
|
1999
|
-
var _CreatePackageImportJobCommand = class _CreatePackageImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2000
|
-
...commonParams
|
|
2001
|
-
}).m(function(Command, cs, config, o) {
|
|
1991
|
+
var _CreatePackageImportJobCommand = class _CreatePackageImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2002
1992
|
return [
|
|
2003
1993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2004
1994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2012,9 +2002,7 @@ var CreatePackageImportJobCommand = _CreatePackageImportJobCommand;
|
|
|
2012
2002
|
|
|
2013
2003
|
|
|
2014
2004
|
|
|
2015
|
-
var _DeleteDeviceCommand = class _DeleteDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2016
|
-
...commonParams
|
|
2017
|
-
}).m(function(Command, cs, config, o) {
|
|
2005
|
+
var _DeleteDeviceCommand = class _DeleteDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2018
2006
|
return [
|
|
2019
2007
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2020
2008
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2028,9 +2016,7 @@ var DeleteDeviceCommand = _DeleteDeviceCommand;
|
|
|
2028
2016
|
|
|
2029
2017
|
|
|
2030
2018
|
|
|
2031
|
-
var _DeletePackageCommand = class _DeletePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2032
|
-
...commonParams
|
|
2033
|
-
}).m(function(Command, cs, config, o) {
|
|
2019
|
+
var _DeletePackageCommand = class _DeletePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2034
2020
|
return [
|
|
2035
2021
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2036
2022
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2044,9 +2030,7 @@ var DeletePackageCommand = _DeletePackageCommand;
|
|
|
2044
2030
|
|
|
2045
2031
|
|
|
2046
2032
|
|
|
2047
|
-
var _DeregisterPackageVersionCommand = class _DeregisterPackageVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2048
|
-
...commonParams
|
|
2049
|
-
}).m(function(Command, cs, config, o) {
|
|
2033
|
+
var _DeregisterPackageVersionCommand = class _DeregisterPackageVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2050
2034
|
return [
|
|
2051
2035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2052
2036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2060,9 +2044,7 @@ var DeregisterPackageVersionCommand = _DeregisterPackageVersionCommand;
|
|
|
2060
2044
|
|
|
2061
2045
|
|
|
2062
2046
|
|
|
2063
|
-
var _DescribeApplicationInstanceCommand = class _DescribeApplicationInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2064
|
-
...commonParams
|
|
2065
|
-
}).m(function(Command, cs, config, o) {
|
|
2047
|
+
var _DescribeApplicationInstanceCommand = class _DescribeApplicationInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2066
2048
|
return [
|
|
2067
2049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2068
2050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2076,9 +2058,7 @@ var DescribeApplicationInstanceCommand = _DescribeApplicationInstanceCommand;
|
|
|
2076
2058
|
|
|
2077
2059
|
|
|
2078
2060
|
|
|
2079
|
-
var _DescribeApplicationInstanceDetailsCommand = class _DescribeApplicationInstanceDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2080
|
-
...commonParams
|
|
2081
|
-
}).m(function(Command, cs, config, o) {
|
|
2061
|
+
var _DescribeApplicationInstanceDetailsCommand = class _DescribeApplicationInstanceDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2082
2062
|
return [
|
|
2083
2063
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2084
2064
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2092,9 +2072,7 @@ var DescribeApplicationInstanceDetailsCommand = _DescribeApplicationInstanceDeta
|
|
|
2092
2072
|
|
|
2093
2073
|
|
|
2094
2074
|
|
|
2095
|
-
var _DescribeDeviceCommand = class _DescribeDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2096
|
-
...commonParams
|
|
2097
|
-
}).m(function(Command, cs, config, o) {
|
|
2075
|
+
var _DescribeDeviceCommand = class _DescribeDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2098
2076
|
return [
|
|
2099
2077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2100
2078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2108,9 +2086,7 @@ var DescribeDeviceCommand = _DescribeDeviceCommand;
|
|
|
2108
2086
|
|
|
2109
2087
|
|
|
2110
2088
|
|
|
2111
|
-
var _DescribeDeviceJobCommand = class _DescribeDeviceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2112
|
-
...commonParams
|
|
2113
|
-
}).m(function(Command, cs, config, o) {
|
|
2089
|
+
var _DescribeDeviceJobCommand = class _DescribeDeviceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2114
2090
|
return [
|
|
2115
2091
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2116
2092
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2124,9 +2100,7 @@ var DescribeDeviceJobCommand = _DescribeDeviceJobCommand;
|
|
|
2124
2100
|
|
|
2125
2101
|
|
|
2126
2102
|
|
|
2127
|
-
var _DescribeNodeCommand = class _DescribeNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2128
|
-
...commonParams
|
|
2129
|
-
}).m(function(Command, cs, config, o) {
|
|
2103
|
+
var _DescribeNodeCommand = class _DescribeNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2130
2104
|
return [
|
|
2131
2105
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2132
2106
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2140,9 +2114,7 @@ var DescribeNodeCommand = _DescribeNodeCommand;
|
|
|
2140
2114
|
|
|
2141
2115
|
|
|
2142
2116
|
|
|
2143
|
-
var _DescribeNodeFromTemplateJobCommand = class _DescribeNodeFromTemplateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2144
|
-
...commonParams
|
|
2145
|
-
}).m(function(Command, cs, config, o) {
|
|
2117
|
+
var _DescribeNodeFromTemplateJobCommand = class _DescribeNodeFromTemplateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2146
2118
|
return [
|
|
2147
2119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2148
2120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2156,9 +2128,7 @@ var DescribeNodeFromTemplateJobCommand = _DescribeNodeFromTemplateJobCommand;
|
|
|
2156
2128
|
|
|
2157
2129
|
|
|
2158
2130
|
|
|
2159
|
-
var _DescribePackageCommand = class _DescribePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2160
|
-
...commonParams
|
|
2161
|
-
}).m(function(Command, cs, config, o) {
|
|
2131
|
+
var _DescribePackageCommand = class _DescribePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2162
2132
|
return [
|
|
2163
2133
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2164
2134
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2172,9 +2142,7 @@ var DescribePackageCommand = _DescribePackageCommand;
|
|
|
2172
2142
|
|
|
2173
2143
|
|
|
2174
2144
|
|
|
2175
|
-
var _DescribePackageImportJobCommand = class _DescribePackageImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2176
|
-
...commonParams
|
|
2177
|
-
}).m(function(Command, cs, config, o) {
|
|
2145
|
+
var _DescribePackageImportJobCommand = class _DescribePackageImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2178
2146
|
return [
|
|
2179
2147
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2180
2148
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2188,9 +2156,7 @@ var DescribePackageImportJobCommand = _DescribePackageImportJobCommand;
|
|
|
2188
2156
|
|
|
2189
2157
|
|
|
2190
2158
|
|
|
2191
|
-
var _DescribePackageVersionCommand = class _DescribePackageVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2192
|
-
...commonParams
|
|
2193
|
-
}).m(function(Command, cs, config, o) {
|
|
2159
|
+
var _DescribePackageVersionCommand = class _DescribePackageVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2194
2160
|
return [
|
|
2195
2161
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2196
2162
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2204,9 +2170,7 @@ var DescribePackageVersionCommand = _DescribePackageVersionCommand;
|
|
|
2204
2170
|
|
|
2205
2171
|
|
|
2206
2172
|
|
|
2207
|
-
var _ListApplicationInstanceDependenciesCommand = class _ListApplicationInstanceDependenciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2208
|
-
...commonParams
|
|
2209
|
-
}).m(function(Command, cs, config, o) {
|
|
2173
|
+
var _ListApplicationInstanceDependenciesCommand = class _ListApplicationInstanceDependenciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2210
2174
|
return [
|
|
2211
2175
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2212
2176
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2220,9 +2184,7 @@ var ListApplicationInstanceDependenciesCommand = _ListApplicationInstanceDepende
|
|
|
2220
2184
|
|
|
2221
2185
|
|
|
2222
2186
|
|
|
2223
|
-
var _ListApplicationInstanceNodeInstancesCommand = class _ListApplicationInstanceNodeInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2224
|
-
...commonParams
|
|
2225
|
-
}).m(function(Command, cs, config, o) {
|
|
2187
|
+
var _ListApplicationInstanceNodeInstancesCommand = class _ListApplicationInstanceNodeInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2226
2188
|
return [
|
|
2227
2189
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2228
2190
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2236,9 +2198,7 @@ var ListApplicationInstanceNodeInstancesCommand = _ListApplicationInstanceNodeIn
|
|
|
2236
2198
|
|
|
2237
2199
|
|
|
2238
2200
|
|
|
2239
|
-
var _ListApplicationInstancesCommand = class _ListApplicationInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2240
|
-
...commonParams
|
|
2241
|
-
}).m(function(Command, cs, config, o) {
|
|
2201
|
+
var _ListApplicationInstancesCommand = class _ListApplicationInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2242
2202
|
return [
|
|
2243
2203
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2244
2204
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2252,9 +2212,7 @@ var ListApplicationInstancesCommand = _ListApplicationInstancesCommand;
|
|
|
2252
2212
|
|
|
2253
2213
|
|
|
2254
2214
|
|
|
2255
|
-
var _ListDevicesCommand = class _ListDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2256
|
-
...commonParams
|
|
2257
|
-
}).m(function(Command, cs, config, o) {
|
|
2215
|
+
var _ListDevicesCommand = class _ListDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2258
2216
|
return [
|
|
2259
2217
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2260
2218
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2268,9 +2226,7 @@ var ListDevicesCommand = _ListDevicesCommand;
|
|
|
2268
2226
|
|
|
2269
2227
|
|
|
2270
2228
|
|
|
2271
|
-
var _ListDevicesJobsCommand = class _ListDevicesJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2272
|
-
...commonParams
|
|
2273
|
-
}).m(function(Command, cs, config, o) {
|
|
2229
|
+
var _ListDevicesJobsCommand = class _ListDevicesJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2274
2230
|
return [
|
|
2275
2231
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2276
2232
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2284,9 +2240,7 @@ var ListDevicesJobsCommand = _ListDevicesJobsCommand;
|
|
|
2284
2240
|
|
|
2285
2241
|
|
|
2286
2242
|
|
|
2287
|
-
var _ListNodeFromTemplateJobsCommand = class _ListNodeFromTemplateJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2288
|
-
...commonParams
|
|
2289
|
-
}).m(function(Command, cs, config, o) {
|
|
2243
|
+
var _ListNodeFromTemplateJobsCommand = class _ListNodeFromTemplateJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2290
2244
|
return [
|
|
2291
2245
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2292
2246
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2300,9 +2254,7 @@ var ListNodeFromTemplateJobsCommand = _ListNodeFromTemplateJobsCommand;
|
|
|
2300
2254
|
|
|
2301
2255
|
|
|
2302
2256
|
|
|
2303
|
-
var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2304
|
-
...commonParams
|
|
2305
|
-
}).m(function(Command, cs, config, o) {
|
|
2257
|
+
var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2306
2258
|
return [
|
|
2307
2259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2308
2260
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2316,9 +2268,7 @@ var ListNodesCommand = _ListNodesCommand;
|
|
|
2316
2268
|
|
|
2317
2269
|
|
|
2318
2270
|
|
|
2319
|
-
var _ListPackageImportJobsCommand = class _ListPackageImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2320
|
-
...commonParams
|
|
2321
|
-
}).m(function(Command, cs, config, o) {
|
|
2271
|
+
var _ListPackageImportJobsCommand = class _ListPackageImportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2322
2272
|
return [
|
|
2323
2273
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2324
2274
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2332,9 +2282,7 @@ var ListPackageImportJobsCommand = _ListPackageImportJobsCommand;
|
|
|
2332
2282
|
|
|
2333
2283
|
|
|
2334
2284
|
|
|
2335
|
-
var _ListPackagesCommand = class _ListPackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2336
|
-
...commonParams
|
|
2337
|
-
}).m(function(Command, cs, config, o) {
|
|
2285
|
+
var _ListPackagesCommand = class _ListPackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2338
2286
|
return [
|
|
2339
2287
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2340
2288
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2348,9 +2296,7 @@ var ListPackagesCommand = _ListPackagesCommand;
|
|
|
2348
2296
|
|
|
2349
2297
|
|
|
2350
2298
|
|
|
2351
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2352
|
-
...commonParams
|
|
2353
|
-
}).m(function(Command, cs, config, o) {
|
|
2299
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2354
2300
|
return [
|
|
2355
2301
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2356
2302
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2364,9 +2310,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2364
2310
|
|
|
2365
2311
|
|
|
2366
2312
|
|
|
2367
|
-
var _ProvisionDeviceCommand = class _ProvisionDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2368
|
-
...commonParams
|
|
2369
|
-
}).m(function(Command, cs, config, o) {
|
|
2313
|
+
var _ProvisionDeviceCommand = class _ProvisionDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2370
2314
|
return [
|
|
2371
2315
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2372
2316
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2380,9 +2324,7 @@ var ProvisionDeviceCommand = _ProvisionDeviceCommand;
|
|
|
2380
2324
|
|
|
2381
2325
|
|
|
2382
2326
|
|
|
2383
|
-
var _RegisterPackageVersionCommand = class _RegisterPackageVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2384
|
-
...commonParams
|
|
2385
|
-
}).m(function(Command, cs, config, o) {
|
|
2327
|
+
var _RegisterPackageVersionCommand = class _RegisterPackageVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2386
2328
|
return [
|
|
2387
2329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2388
2330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2396,9 +2338,7 @@ var RegisterPackageVersionCommand = _RegisterPackageVersionCommand;
|
|
|
2396
2338
|
|
|
2397
2339
|
|
|
2398
2340
|
|
|
2399
|
-
var _RemoveApplicationInstanceCommand = class _RemoveApplicationInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2400
|
-
...commonParams
|
|
2401
|
-
}).m(function(Command, cs, config, o) {
|
|
2341
|
+
var _RemoveApplicationInstanceCommand = class _RemoveApplicationInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2402
2342
|
return [
|
|
2403
2343
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2404
2344
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2412,9 +2352,7 @@ var RemoveApplicationInstanceCommand = _RemoveApplicationInstanceCommand;
|
|
|
2412
2352
|
|
|
2413
2353
|
|
|
2414
2354
|
|
|
2415
|
-
var _SignalApplicationInstanceNodeInstancesCommand = class _SignalApplicationInstanceNodeInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2416
|
-
...commonParams
|
|
2417
|
-
}).m(function(Command, cs, config, o) {
|
|
2355
|
+
var _SignalApplicationInstanceNodeInstancesCommand = class _SignalApplicationInstanceNodeInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2418
2356
|
return [
|
|
2419
2357
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2420
2358
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2428,9 +2366,7 @@ var SignalApplicationInstanceNodeInstancesCommand = _SignalApplicationInstanceNo
|
|
|
2428
2366
|
|
|
2429
2367
|
|
|
2430
2368
|
|
|
2431
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2432
|
-
...commonParams
|
|
2433
|
-
}).m(function(Command, cs, config, o) {
|
|
2369
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2434
2370
|
return [
|
|
2435
2371
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2436
2372
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2444,9 +2380,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2444
2380
|
|
|
2445
2381
|
|
|
2446
2382
|
|
|
2447
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2448
|
-
...commonParams
|
|
2449
|
-
}).m(function(Command, cs, config, o) {
|
|
2383
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2450
2384
|
return [
|
|
2451
2385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2452
2386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2460,9 +2394,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2460
2394
|
|
|
2461
2395
|
|
|
2462
2396
|
|
|
2463
|
-
var _UpdateDeviceMetadataCommand = class _UpdateDeviceMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2464
|
-
...commonParams
|
|
2465
|
-
}).m(function(Command, cs, config, o) {
|
|
2397
|
+
var _UpdateDeviceMetadataCommand = class _UpdateDeviceMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2466
2398
|
return [
|
|
2467
2399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2468
2400
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateApplicationInstanceCommand, se_CreateApplicationInstanceComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateApplicationInstanceCommand 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_CreateJobForDevicesCommand, se_CreateJobForDevicesCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateJobForDevicesCommand 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_CreateNodeFromTemplateJobCommand, se_CreateNodeFromTemplateJobComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateNodeFromTemplateJobCommand 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_CreatePackageCommand, se_CreatePackageCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePackageCommand 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_CreatePackageImportJobCommand, se_CreatePackageImportJobCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePackageImportJobCommand 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_DeleteDeviceCommand, se_DeleteDeviceCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDeviceCommand 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_DeletePackageCommand, se_DeletePackageCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePackageCommand 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_DeregisterPackageVersionCommand, se_DeregisterPackageVersionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeregisterPackageVersionCommand 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_DescribeApplicationInstanceCommand, se_DescribeApplicationInstanceCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeApplicationInstanceCommand 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_DescribeApplicationInstanceDetailsCommand, se_DescribeApplicationIns
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeApplicationInstanceDetailsCommand 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_DescribeDeviceCommand, se_DescribeDeviceCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDeviceCommand 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_DescribeDeviceJobCommand, se_DescribeDeviceJobCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDeviceJobCommand 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_DescribeNodeCommand, se_DescribeNodeCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeNodeCommand 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_DescribeNodeFromTemplateJobCommand, se_DescribeNodeFromTemplateJobCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeNodeFromTemplateJobCommand 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_DescribePackageCommand, se_DescribePackageCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePackageCommand 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_DescribePackageImportJobCommand, se_DescribePackageImportJobCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePackageImportJobCommand 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_DescribePackageVersionCommand, se_DescribePackageVersionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePackageVersionCommand 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_ListApplicationInstanceDependenciesCommand, se_ListApplicationInstan
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationInstanceDependenciesCommand 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_ListApplicationInstanceNodeInstancesCommand, se_ListApplicationInsta
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationInstanceNodeInstancesCommand 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_ListApplicationInstancesCommand, se_ListApplicationInstancesCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationInstancesCommand 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_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDevicesCommand 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_ListDevicesJobsCommand, se_ListDevicesJobsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDevicesJobsCommand 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_ListNodeFromTemplateJobsCommand, se_ListNodeFromTemplateJobsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListNodeFromTemplateJobsCommand 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_ListNodesCommand, se_ListNodesCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListNodesCommand 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_ListPackageImportJobsCommand, se_ListPackageImportJobsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPackageImportJobsCommand 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_ListPackagesCommand, se_ListPackagesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPackagesCommand 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_ProvisionDeviceCommand, se_ProvisionDeviceCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ProvisionDeviceCommand 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_RegisterPackageVersionCommand, se_RegisterPackageVersionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RegisterPackageVersionCommand 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_RemoveApplicationInstanceCommand, se_RemoveApplicationInstanceComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveApplicationInstanceCommand 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_SignalApplicationInstanceNodeInstancesCommand, se_SignalApplicationI
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SignalApplicationInstanceNodeInstancesCommand 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_UpdateDeviceMetadataCommand, se_UpdateDeviceMetadataCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDeviceMetadataCommand 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),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-panorama",
|
|
3
3
|
"description": "AWS SDK for JavaScript Panorama 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-panorama",
|
|
@@ -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",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|