@aws-sdk/client-m2 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 +34 -102
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +1 -3
- package/dist-es/commands/CreateApplicationCommand.js +1 -3
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +1 -3
- package/dist-es/commands/CreateDeploymentCommand.js +1 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +1 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +1 -3
- package/dist-es/commands/GetApplicationCommand.js +1 -3
- package/dist-es/commands/GetApplicationVersionCommand.js +1 -3
- package/dist-es/commands/GetBatchJobExecutionCommand.js +1 -3
- package/dist-es/commands/GetDataSetDetailsCommand.js +1 -3
- package/dist-es/commands/GetDataSetImportTaskCommand.js +1 -3
- package/dist-es/commands/GetDeploymentCommand.js +1 -3
- package/dist-es/commands/GetEnvironmentCommand.js +1 -3
- package/dist-es/commands/GetSignedBluinsightsUrlCommand.js +1 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +1 -3
- package/dist-es/commands/ListApplicationsCommand.js +1 -3
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +1 -3
- package/dist-es/commands/ListBatchJobRestartPointsCommand.js +1 -3
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +1 -3
- package/dist-es/commands/ListDataSetsCommand.js +1 -3
- package/dist-es/commands/ListDeploymentsCommand.js +1 -3
- package/dist-es/commands/ListEngineVersionsCommand.js +1 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartApplicationCommand.js +1 -3
- package/dist-es/commands/StartBatchJobCommand.js +1 -3
- package/dist-es/commands/StopApplicationCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationCommand.js +1 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1971,9 +1971,7 @@ var _sB = "startedBefore";
|
|
|
1971
1971
|
var _tK = "tagKeys";
|
|
1972
1972
|
|
|
1973
1973
|
// src/commands/CancelBatchJobExecutionCommand.ts
|
|
1974
|
-
var _CancelBatchJobExecutionCommand = class _CancelBatchJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1975
|
-
...commonParams
|
|
1976
|
-
}).m(function(Command, cs, config, o) {
|
|
1974
|
+
var _CancelBatchJobExecutionCommand = class _CancelBatchJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1977
1975
|
return [
|
|
1978
1976
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1979
1977
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1987,9 +1985,7 @@ var CancelBatchJobExecutionCommand = _CancelBatchJobExecutionCommand;
|
|
|
1987
1985
|
|
|
1988
1986
|
|
|
1989
1987
|
|
|
1990
|
-
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1991
|
-
...commonParams
|
|
1992
|
-
}).m(function(Command, cs, config, o) {
|
|
1988
|
+
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1993
1989
|
return [
|
|
1994
1990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1995
1991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2003,9 +1999,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
|
|
|
2003
1999
|
|
|
2004
2000
|
|
|
2005
2001
|
|
|
2006
|
-
var _CreateDataSetImportTaskCommand = class _CreateDataSetImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2007
|
-
...commonParams
|
|
2008
|
-
}).m(function(Command, cs, config, o) {
|
|
2002
|
+
var _CreateDataSetImportTaskCommand = class _CreateDataSetImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2009
2003
|
return [
|
|
2010
2004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2011
2005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2019,9 +2013,7 @@ var CreateDataSetImportTaskCommand = _CreateDataSetImportTaskCommand;
|
|
|
2019
2013
|
|
|
2020
2014
|
|
|
2021
2015
|
|
|
2022
|
-
var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2023
|
-
...commonParams
|
|
2024
|
-
}).m(function(Command, cs, config, o) {
|
|
2016
|
+
var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2025
2017
|
return [
|
|
2026
2018
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2027
2019
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2035,9 +2027,7 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
|
|
|
2035
2027
|
|
|
2036
2028
|
|
|
2037
2029
|
|
|
2038
|
-
var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2039
|
-
...commonParams
|
|
2040
|
-
}).m(function(Command, cs, config, o) {
|
|
2030
|
+
var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2041
2031
|
return [
|
|
2042
2032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2043
2033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2051,9 +2041,7 @@ var CreateEnvironmentCommand = _CreateEnvironmentCommand;
|
|
|
2051
2041
|
|
|
2052
2042
|
|
|
2053
2043
|
|
|
2054
|
-
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2055
|
-
...commonParams
|
|
2056
|
-
}).m(function(Command, cs, config, o) {
|
|
2044
|
+
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2057
2045
|
return [
|
|
2058
2046
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2059
2047
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2067,9 +2055,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
|
2067
2055
|
|
|
2068
2056
|
|
|
2069
2057
|
|
|
2070
|
-
var _DeleteApplicationFromEnvironmentCommand = class _DeleteApplicationFromEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2071
|
-
...commonParams
|
|
2072
|
-
}).m(function(Command, cs, config, o) {
|
|
2058
|
+
var _DeleteApplicationFromEnvironmentCommand = class _DeleteApplicationFromEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2073
2059
|
return [
|
|
2074
2060
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2075
2061
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2083,9 +2069,7 @@ var DeleteApplicationFromEnvironmentCommand = _DeleteApplicationFromEnvironmentC
|
|
|
2083
2069
|
|
|
2084
2070
|
|
|
2085
2071
|
|
|
2086
|
-
var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2087
|
-
...commonParams
|
|
2088
|
-
}).m(function(Command, cs, config, o) {
|
|
2072
|
+
var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2089
2073
|
return [
|
|
2090
2074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2091
2075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2099,9 +2083,7 @@ var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
|
|
|
2099
2083
|
|
|
2100
2084
|
|
|
2101
2085
|
|
|
2102
|
-
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2103
|
-
...commonParams
|
|
2104
|
-
}).m(function(Command, cs, config, o) {
|
|
2086
|
+
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2105
2087
|
return [
|
|
2106
2088
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2107
2089
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2115,9 +2097,7 @@ var GetApplicationCommand = _GetApplicationCommand;
|
|
|
2115
2097
|
|
|
2116
2098
|
|
|
2117
2099
|
|
|
2118
|
-
var _GetApplicationVersionCommand = class _GetApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2119
|
-
...commonParams
|
|
2120
|
-
}).m(function(Command, cs, config, o) {
|
|
2100
|
+
var _GetApplicationVersionCommand = class _GetApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2121
2101
|
return [
|
|
2122
2102
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2123
2103
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2131,9 +2111,7 @@ var GetApplicationVersionCommand = _GetApplicationVersionCommand;
|
|
|
2131
2111
|
|
|
2132
2112
|
|
|
2133
2113
|
|
|
2134
|
-
var _GetBatchJobExecutionCommand = class _GetBatchJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2135
|
-
...commonParams
|
|
2136
|
-
}).m(function(Command, cs, config, o) {
|
|
2114
|
+
var _GetBatchJobExecutionCommand = class _GetBatchJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2137
2115
|
return [
|
|
2138
2116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2139
2117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2147,9 +2125,7 @@ var GetBatchJobExecutionCommand = _GetBatchJobExecutionCommand;
|
|
|
2147
2125
|
|
|
2148
2126
|
|
|
2149
2127
|
|
|
2150
|
-
var _GetDataSetDetailsCommand = class _GetDataSetDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2151
|
-
...commonParams
|
|
2152
|
-
}).m(function(Command, cs, config, o) {
|
|
2128
|
+
var _GetDataSetDetailsCommand = class _GetDataSetDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2153
2129
|
return [
|
|
2154
2130
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2155
2131
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2163,9 +2139,7 @@ var GetDataSetDetailsCommand = _GetDataSetDetailsCommand;
|
|
|
2163
2139
|
|
|
2164
2140
|
|
|
2165
2141
|
|
|
2166
|
-
var _GetDataSetImportTaskCommand = class _GetDataSetImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2167
|
-
...commonParams
|
|
2168
|
-
}).m(function(Command, cs, config, o) {
|
|
2142
|
+
var _GetDataSetImportTaskCommand = class _GetDataSetImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2169
2143
|
return [
|
|
2170
2144
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2171
2145
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2179,9 +2153,7 @@ var GetDataSetImportTaskCommand = _GetDataSetImportTaskCommand;
|
|
|
2179
2153
|
|
|
2180
2154
|
|
|
2181
2155
|
|
|
2182
|
-
var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2183
|
-
...commonParams
|
|
2184
|
-
}).m(function(Command, cs, config, o) {
|
|
2156
|
+
var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2185
2157
|
return [
|
|
2186
2158
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2187
2159
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2195,9 +2167,7 @@ var GetDeploymentCommand = _GetDeploymentCommand;
|
|
|
2195
2167
|
|
|
2196
2168
|
|
|
2197
2169
|
|
|
2198
|
-
var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2199
|
-
...commonParams
|
|
2200
|
-
}).m(function(Command, cs, config, o) {
|
|
2170
|
+
var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2201
2171
|
return [
|
|
2202
2172
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2203
2173
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2211,9 +2181,7 @@ var GetEnvironmentCommand = _GetEnvironmentCommand;
|
|
|
2211
2181
|
|
|
2212
2182
|
|
|
2213
2183
|
|
|
2214
|
-
var _GetSignedBluinsightsUrlCommand = class _GetSignedBluinsightsUrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2215
|
-
...commonParams
|
|
2216
|
-
}).m(function(Command, cs, config, o) {
|
|
2184
|
+
var _GetSignedBluinsightsUrlCommand = class _GetSignedBluinsightsUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2217
2185
|
return [
|
|
2218
2186
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2219
2187
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2227,9 +2195,7 @@ var GetSignedBluinsightsUrlCommand = _GetSignedBluinsightsUrlCommand;
|
|
|
2227
2195
|
|
|
2228
2196
|
|
|
2229
2197
|
|
|
2230
|
-
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2231
|
-
...commonParams
|
|
2232
|
-
}).m(function(Command, cs, config, o) {
|
|
2198
|
+
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2233
2199
|
return [
|
|
2234
2200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2235
2201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2243,9 +2209,7 @@ var ListApplicationsCommand = _ListApplicationsCommand;
|
|
|
2243
2209
|
|
|
2244
2210
|
|
|
2245
2211
|
|
|
2246
|
-
var _ListApplicationVersionsCommand = class _ListApplicationVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2247
|
-
...commonParams
|
|
2248
|
-
}).m(function(Command, cs, config, o) {
|
|
2212
|
+
var _ListApplicationVersionsCommand = class _ListApplicationVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2249
2213
|
return [
|
|
2250
2214
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2251
2215
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2259,9 +2223,7 @@ var ListApplicationVersionsCommand = _ListApplicationVersionsCommand;
|
|
|
2259
2223
|
|
|
2260
2224
|
|
|
2261
2225
|
|
|
2262
|
-
var _ListBatchJobDefinitionsCommand = class _ListBatchJobDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2263
|
-
...commonParams
|
|
2264
|
-
}).m(function(Command, cs, config, o) {
|
|
2226
|
+
var _ListBatchJobDefinitionsCommand = class _ListBatchJobDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2265
2227
|
return [
|
|
2266
2228
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2267
2229
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2275,9 +2237,7 @@ var ListBatchJobDefinitionsCommand = _ListBatchJobDefinitionsCommand;
|
|
|
2275
2237
|
|
|
2276
2238
|
|
|
2277
2239
|
|
|
2278
|
-
var _ListBatchJobExecutionsCommand = class _ListBatchJobExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2279
|
-
...commonParams
|
|
2280
|
-
}).m(function(Command, cs, config, o) {
|
|
2240
|
+
var _ListBatchJobExecutionsCommand = class _ListBatchJobExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2281
2241
|
return [
|
|
2282
2242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2283
2243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2291,9 +2251,7 @@ var ListBatchJobExecutionsCommand = _ListBatchJobExecutionsCommand;
|
|
|
2291
2251
|
|
|
2292
2252
|
|
|
2293
2253
|
|
|
2294
|
-
var _ListBatchJobRestartPointsCommand = class _ListBatchJobRestartPointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2295
|
-
...commonParams
|
|
2296
|
-
}).m(function(Command, cs, config, o) {
|
|
2254
|
+
var _ListBatchJobRestartPointsCommand = class _ListBatchJobRestartPointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2297
2255
|
return [
|
|
2298
2256
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2299
2257
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2307,9 +2265,7 @@ var ListBatchJobRestartPointsCommand = _ListBatchJobRestartPointsCommand;
|
|
|
2307
2265
|
|
|
2308
2266
|
|
|
2309
2267
|
|
|
2310
|
-
var _ListDataSetImportHistoryCommand = class _ListDataSetImportHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2311
|
-
...commonParams
|
|
2312
|
-
}).m(function(Command, cs, config, o) {
|
|
2268
|
+
var _ListDataSetImportHistoryCommand = class _ListDataSetImportHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2313
2269
|
return [
|
|
2314
2270
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2315
2271
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2323,9 +2279,7 @@ var ListDataSetImportHistoryCommand = _ListDataSetImportHistoryCommand;
|
|
|
2323
2279
|
|
|
2324
2280
|
|
|
2325
2281
|
|
|
2326
|
-
var _ListDataSetsCommand = class _ListDataSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2327
|
-
...commonParams
|
|
2328
|
-
}).m(function(Command, cs, config, o) {
|
|
2282
|
+
var _ListDataSetsCommand = class _ListDataSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2329
2283
|
return [
|
|
2330
2284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2331
2285
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2339,9 +2293,7 @@ var ListDataSetsCommand = _ListDataSetsCommand;
|
|
|
2339
2293
|
|
|
2340
2294
|
|
|
2341
2295
|
|
|
2342
|
-
var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2343
|
-
...commonParams
|
|
2344
|
-
}).m(function(Command, cs, config, o) {
|
|
2296
|
+
var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2345
2297
|
return [
|
|
2346
2298
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2347
2299
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2355,9 +2307,7 @@ var ListDeploymentsCommand = _ListDeploymentsCommand;
|
|
|
2355
2307
|
|
|
2356
2308
|
|
|
2357
2309
|
|
|
2358
|
-
var _ListEngineVersionsCommand = class _ListEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2359
|
-
...commonParams
|
|
2360
|
-
}).m(function(Command, cs, config, o) {
|
|
2310
|
+
var _ListEngineVersionsCommand = class _ListEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2361
2311
|
return [
|
|
2362
2312
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2363
2313
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2371,9 +2321,7 @@ var ListEngineVersionsCommand = _ListEngineVersionsCommand;
|
|
|
2371
2321
|
|
|
2372
2322
|
|
|
2373
2323
|
|
|
2374
|
-
var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2375
|
-
...commonParams
|
|
2376
|
-
}).m(function(Command, cs, config, o) {
|
|
2324
|
+
var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2377
2325
|
return [
|
|
2378
2326
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2379
2327
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2387,9 +2335,7 @@ var ListEnvironmentsCommand = _ListEnvironmentsCommand;
|
|
|
2387
2335
|
|
|
2388
2336
|
|
|
2389
2337
|
|
|
2390
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2391
|
-
...commonParams
|
|
2392
|
-
}).m(function(Command, cs, config, o) {
|
|
2338
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2393
2339
|
return [
|
|
2394
2340
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2395
2341
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2403,9 +2349,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2403
2349
|
|
|
2404
2350
|
|
|
2405
2351
|
|
|
2406
|
-
var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2407
|
-
...commonParams
|
|
2408
|
-
}).m(function(Command, cs, config, o) {
|
|
2352
|
+
var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2409
2353
|
return [
|
|
2410
2354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2411
2355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2419,9 +2363,7 @@ var StartApplicationCommand = _StartApplicationCommand;
|
|
|
2419
2363
|
|
|
2420
2364
|
|
|
2421
2365
|
|
|
2422
|
-
var _StartBatchJobCommand = class _StartBatchJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2423
|
-
...commonParams
|
|
2424
|
-
}).m(function(Command, cs, config, o) {
|
|
2366
|
+
var _StartBatchJobCommand = class _StartBatchJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2425
2367
|
return [
|
|
2426
2368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2427
2369
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2435,9 +2377,7 @@ var StartBatchJobCommand = _StartBatchJobCommand;
|
|
|
2435
2377
|
|
|
2436
2378
|
|
|
2437
2379
|
|
|
2438
|
-
var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2439
|
-
...commonParams
|
|
2440
|
-
}).m(function(Command, cs, config, o) {
|
|
2380
|
+
var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2441
2381
|
return [
|
|
2442
2382
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2443
2383
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2451,9 +2391,7 @@ var StopApplicationCommand = _StopApplicationCommand;
|
|
|
2451
2391
|
|
|
2452
2392
|
|
|
2453
2393
|
|
|
2454
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2455
|
-
...commonParams
|
|
2456
|
-
}).m(function(Command, cs, config, o) {
|
|
2394
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2457
2395
|
return [
|
|
2458
2396
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2459
2397
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2467,9 +2405,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2467
2405
|
|
|
2468
2406
|
|
|
2469
2407
|
|
|
2470
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2471
|
-
...commonParams
|
|
2472
|
-
}).m(function(Command, cs, config, o) {
|
|
2408
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2473
2409
|
return [
|
|
2474
2410
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2475
2411
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2483,9 +2419,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2483
2419
|
|
|
2484
2420
|
|
|
2485
2421
|
|
|
2486
|
-
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2487
|
-
...commonParams
|
|
2488
|
-
}).m(function(Command, cs, config, o) {
|
|
2422
|
+
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2489
2423
|
return [
|
|
2490
2424
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2491
2425
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2499,9 +2433,7 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
|
|
|
2499
2433
|
|
|
2500
2434
|
|
|
2501
2435
|
|
|
2502
|
-
var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2503
|
-
...commonParams
|
|
2504
|
-
}).m(function(Command, cs, config, o) {
|
|
2436
|
+
var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2505
2437
|
return [
|
|
2506
2438
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2507
2439
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CancelBatchJobExecutionCommand, se_CancelBatchJobExecutionCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelBatchJobExecutionCommand 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_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateApplicationCommand 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_CreateDataSetImportTaskCommand, se_CreateDataSetImportTaskCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDataSetImportTaskCommand 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_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDeploymentCommand 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_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEnvironmentCommand 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_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationCommand 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_DeleteApplicationFromEnvironmentCommand, se_DeleteApplicationFromEnv
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationFromEnvironmentCommand 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_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEnvironmentCommand 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_GetApplicationCommand, se_GetApplicationCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetApplicationCommand 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_GetApplicationVersionCommand, se_GetApplicationVersionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetApplicationVersionCommand 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_GetBatchJobExecutionCommand, se_GetBatchJobExecutionCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetBatchJobExecutionCommand 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_GetDataSetDetailsCommand, se_GetDataSetDetailsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDataSetDetailsCommand 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_GetDataSetImportTaskCommand, se_GetDataSetImportTaskCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDataSetImportTaskCommand 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_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDeploymentCommand 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_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEnvironmentCommand 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_GetSignedBluinsightsUrlCommand, se_GetSignedBluinsightsUrlCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSignedBluinsightsUrlCommand 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_ListApplicationVersionsCommand, se_ListApplicationVersionsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationVersionsCommand 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_ListApplicationsCommand, se_ListApplicationsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationsCommand 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_ListBatchJobDefinitionsCommand, se_ListBatchJobDefinitionsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBatchJobDefinitionsCommand 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_ListBatchJobExecutionsCommand, se_ListBatchJobExecutionsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBatchJobExecutionsCommand 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_ListBatchJobRestartPointsCommand, se_ListBatchJobRestartPointsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBatchJobRestartPointsCommand 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_ListDataSetImportHistoryCommand, se_ListDataSetImportHistoryCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDataSetImportHistoryCommand 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_ListDataSetsCommand, se_ListDataSetsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDataSetsCommand 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_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDeploymentsCommand 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_ListEngineVersionsCommand, se_ListEngineVersionsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEngineVersionsCommand 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_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEnvironmentsCommand 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_StartApplicationCommand, se_StartApplicationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartApplicationCommand 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_StartBatchJobCommand, se_StartBatchJobCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartBatchJobCommand 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_StopApplicationCommand, se_StopApplicationCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopApplicationCommand 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_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateApplicationCommand 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_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateEnvironmentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-m2",
|
|
3
3
|
"description": "AWS SDK for JavaScript M2 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-m2",
|
|
@@ -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",
|