@aws-sdk/client-appconfig 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.
Files changed (47) hide show
  1. package/dist-cjs/index.js +45 -135
  2. package/dist-es/commands/CreateApplicationCommand.js +1 -3
  3. package/dist-es/commands/CreateConfigurationProfileCommand.js +1 -3
  4. package/dist-es/commands/CreateDeploymentStrategyCommand.js +1 -3
  5. package/dist-es/commands/CreateEnvironmentCommand.js +1 -3
  6. package/dist-es/commands/CreateExtensionAssociationCommand.js +1 -3
  7. package/dist-es/commands/CreateExtensionCommand.js +1 -3
  8. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +1 -3
  9. package/dist-es/commands/DeleteApplicationCommand.js +1 -3
  10. package/dist-es/commands/DeleteConfigurationProfileCommand.js +1 -3
  11. package/dist-es/commands/DeleteDeploymentStrategyCommand.js +1 -3
  12. package/dist-es/commands/DeleteEnvironmentCommand.js +1 -3
  13. package/dist-es/commands/DeleteExtensionAssociationCommand.js +1 -3
  14. package/dist-es/commands/DeleteExtensionCommand.js +1 -3
  15. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +1 -3
  16. package/dist-es/commands/GetAccountSettingsCommand.js +1 -3
  17. package/dist-es/commands/GetApplicationCommand.js +1 -3
  18. package/dist-es/commands/GetConfigurationCommand.js +1 -3
  19. package/dist-es/commands/GetConfigurationProfileCommand.js +1 -3
  20. package/dist-es/commands/GetDeploymentCommand.js +1 -3
  21. package/dist-es/commands/GetDeploymentStrategyCommand.js +1 -3
  22. package/dist-es/commands/GetEnvironmentCommand.js +1 -3
  23. package/dist-es/commands/GetExtensionAssociationCommand.js +1 -3
  24. package/dist-es/commands/GetExtensionCommand.js +1 -3
  25. package/dist-es/commands/GetHostedConfigurationVersionCommand.js +1 -3
  26. package/dist-es/commands/ListApplicationsCommand.js +1 -3
  27. package/dist-es/commands/ListConfigurationProfilesCommand.js +1 -3
  28. package/dist-es/commands/ListDeploymentStrategiesCommand.js +1 -3
  29. package/dist-es/commands/ListDeploymentsCommand.js +1 -3
  30. package/dist-es/commands/ListEnvironmentsCommand.js +1 -3
  31. package/dist-es/commands/ListExtensionAssociationsCommand.js +1 -3
  32. package/dist-es/commands/ListExtensionsCommand.js +1 -3
  33. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +1 -3
  34. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  35. package/dist-es/commands/StartDeploymentCommand.js +1 -3
  36. package/dist-es/commands/StopDeploymentCommand.js +1 -3
  37. package/dist-es/commands/TagResourceCommand.js +1 -3
  38. package/dist-es/commands/UntagResourceCommand.js +1 -3
  39. package/dist-es/commands/UpdateAccountSettingsCommand.js +1 -3
  40. package/dist-es/commands/UpdateApplicationCommand.js +1 -3
  41. package/dist-es/commands/UpdateConfigurationProfileCommand.js +1 -3
  42. package/dist-es/commands/UpdateDeploymentStrategyCommand.js +1 -3
  43. package/dist-es/commands/UpdateEnvironmentCommand.js +1 -3
  44. package/dist-es/commands/UpdateExtensionAssociationCommand.js +1 -3
  45. package/dist-es/commands/UpdateExtensionCommand.js +1 -3
  46. package/dist-es/commands/ValidateConfigurationCommand.js +1 -3
  47. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -2123,9 +2123,7 @@ var _vn_ = "version-number";
2123
2123
  var _xadpc = "x-amzn-deletion-protection-check";
2124
2124
 
2125
2125
  // src/commands/CreateApplicationCommand.ts
2126
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
2127
- ...commonParams
2128
- }).m(function(Command, cs, config, o) {
2126
+ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2129
2127
  return [
2130
2128
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2131
2129
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2139,9 +2137,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
2139
2137
 
2140
2138
 
2141
2139
 
2142
- var _CreateConfigurationProfileCommand = class _CreateConfigurationProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2143
- ...commonParams
2144
- }).m(function(Command, cs, config, o) {
2140
+ var _CreateConfigurationProfileCommand = class _CreateConfigurationProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2145
2141
  return [
2146
2142
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2147
2143
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2155,9 +2151,7 @@ var CreateConfigurationProfileCommand = _CreateConfigurationProfileCommand;
2155
2151
 
2156
2152
 
2157
2153
 
2158
- var _CreateDeploymentStrategyCommand = class _CreateDeploymentStrategyCommand extends import_smithy_client.Command.classBuilder().ep({
2159
- ...commonParams
2160
- }).m(function(Command, cs, config, o) {
2154
+ var _CreateDeploymentStrategyCommand = class _CreateDeploymentStrategyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2161
2155
  return [
2162
2156
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2163
2157
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2171,9 +2165,7 @@ var CreateDeploymentStrategyCommand = _CreateDeploymentStrategyCommand;
2171
2165
 
2172
2166
 
2173
2167
 
2174
- var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2175
- ...commonParams
2176
- }).m(function(Command, cs, config, o) {
2168
+ var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2177
2169
  return [
2178
2170
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2179
2171
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2187,9 +2179,7 @@ var CreateEnvironmentCommand = _CreateEnvironmentCommand;
2187
2179
 
2188
2180
 
2189
2181
 
2190
- var _CreateExtensionAssociationCommand = class _CreateExtensionAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2191
- ...commonParams
2192
- }).m(function(Command, cs, config, o) {
2182
+ var _CreateExtensionAssociationCommand = class _CreateExtensionAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2193
2183
  return [
2194
2184
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2195
2185
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2203,9 +2193,7 @@ var CreateExtensionAssociationCommand = _CreateExtensionAssociationCommand;
2203
2193
 
2204
2194
 
2205
2195
 
2206
- var _CreateExtensionCommand = class _CreateExtensionCommand extends import_smithy_client.Command.classBuilder().ep({
2207
- ...commonParams
2208
- }).m(function(Command, cs, config, o) {
2196
+ var _CreateExtensionCommand = class _CreateExtensionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2209
2197
  return [
2210
2198
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2211
2199
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2219,9 +2207,7 @@ var CreateExtensionCommand = _CreateExtensionCommand;
2219
2207
 
2220
2208
 
2221
2209
 
2222
- var _CreateHostedConfigurationVersionCommand = class _CreateHostedConfigurationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
2223
- ...commonParams
2224
- }).m(function(Command, cs, config, o) {
2210
+ var _CreateHostedConfigurationVersionCommand = class _CreateHostedConfigurationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2225
2211
  return [
2226
2212
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2227
2213
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2235,9 +2221,7 @@ var CreateHostedConfigurationVersionCommand = _CreateHostedConfigurationVersionC
2235
2221
 
2236
2222
 
2237
2223
 
2238
- var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
2239
- ...commonParams
2240
- }).m(function(Command, cs, config, o) {
2224
+ var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2241
2225
  return [
2242
2226
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2243
2227
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2251,9 +2235,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
2251
2235
 
2252
2236
 
2253
2237
 
2254
- var _DeleteConfigurationProfileCommand = class _DeleteConfigurationProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2255
- ...commonParams
2256
- }).m(function(Command, cs, config, o) {
2238
+ var _DeleteConfigurationProfileCommand = class _DeleteConfigurationProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2257
2239
  return [
2258
2240
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2259
2241
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2267,9 +2249,7 @@ var DeleteConfigurationProfileCommand = _DeleteConfigurationProfileCommand;
2267
2249
 
2268
2250
 
2269
2251
 
2270
- var _DeleteDeploymentStrategyCommand = class _DeleteDeploymentStrategyCommand extends import_smithy_client.Command.classBuilder().ep({
2271
- ...commonParams
2272
- }).m(function(Command, cs, config, o) {
2252
+ var _DeleteDeploymentStrategyCommand = class _DeleteDeploymentStrategyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2273
2253
  return [
2274
2254
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2275
2255
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2283,9 +2263,7 @@ var DeleteDeploymentStrategyCommand = _DeleteDeploymentStrategyCommand;
2283
2263
 
2284
2264
 
2285
2265
 
2286
- var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2287
- ...commonParams
2288
- }).m(function(Command, cs, config, o) {
2266
+ var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2289
2267
  return [
2290
2268
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2291
2269
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2299,9 +2277,7 @@ var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
2299
2277
 
2300
2278
 
2301
2279
 
2302
- var _DeleteExtensionAssociationCommand = class _DeleteExtensionAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2303
- ...commonParams
2304
- }).m(function(Command, cs, config, o) {
2280
+ var _DeleteExtensionAssociationCommand = class _DeleteExtensionAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2305
2281
  return [
2306
2282
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2307
2283
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2315,9 +2291,7 @@ var DeleteExtensionAssociationCommand = _DeleteExtensionAssociationCommand;
2315
2291
 
2316
2292
 
2317
2293
 
2318
- var _DeleteExtensionCommand = class _DeleteExtensionCommand extends import_smithy_client.Command.classBuilder().ep({
2319
- ...commonParams
2320
- }).m(function(Command, cs, config, o) {
2294
+ var _DeleteExtensionCommand = class _DeleteExtensionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2321
2295
  return [
2322
2296
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2323
2297
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2331,9 +2305,7 @@ var DeleteExtensionCommand = _DeleteExtensionCommand;
2331
2305
 
2332
2306
 
2333
2307
 
2334
- var _DeleteHostedConfigurationVersionCommand = class _DeleteHostedConfigurationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
2335
- ...commonParams
2336
- }).m(function(Command, cs, config, o) {
2308
+ var _DeleteHostedConfigurationVersionCommand = class _DeleteHostedConfigurationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2337
2309
  return [
2338
2310
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2339
2311
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2347,9 +2319,7 @@ var DeleteHostedConfigurationVersionCommand = _DeleteHostedConfigurationVersionC
2347
2319
 
2348
2320
 
2349
2321
 
2350
- var _GetAccountSettingsCommand = class _GetAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
2351
- ...commonParams
2352
- }).m(function(Command, cs, config, o) {
2322
+ var _GetAccountSettingsCommand = class _GetAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2353
2323
  return [
2354
2324
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2355
2325
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2363,9 +2333,7 @@ var GetAccountSettingsCommand = _GetAccountSettingsCommand;
2363
2333
 
2364
2334
 
2365
2335
 
2366
- var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
2367
- ...commonParams
2368
- }).m(function(Command, cs, config, o) {
2336
+ var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2369
2337
  return [
2370
2338
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2371
2339
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2379,9 +2347,7 @@ var GetApplicationCommand = _GetApplicationCommand;
2379
2347
 
2380
2348
 
2381
2349
 
2382
- var _GetConfigurationCommand = class _GetConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2383
- ...commonParams
2384
- }).m(function(Command, cs, config, o) {
2350
+ var _GetConfigurationCommand = class _GetConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2385
2351
  return [
2386
2352
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2387
2353
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2395,9 +2361,7 @@ var GetConfigurationCommand = _GetConfigurationCommand;
2395
2361
 
2396
2362
 
2397
2363
 
2398
- var _GetConfigurationProfileCommand = class _GetConfigurationProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2399
- ...commonParams
2400
- }).m(function(Command, cs, config, o) {
2364
+ var _GetConfigurationProfileCommand = class _GetConfigurationProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2401
2365
  return [
2402
2366
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2403
2367
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2411,9 +2375,7 @@ var GetConfigurationProfileCommand = _GetConfigurationProfileCommand;
2411
2375
 
2412
2376
 
2413
2377
 
2414
- var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
2415
- ...commonParams
2416
- }).m(function(Command, cs, config, o) {
2378
+ var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2417
2379
  return [
2418
2380
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2419
2381
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2427,9 +2389,7 @@ var GetDeploymentCommand = _GetDeploymentCommand;
2427
2389
 
2428
2390
 
2429
2391
 
2430
- var _GetDeploymentStrategyCommand = class _GetDeploymentStrategyCommand extends import_smithy_client.Command.classBuilder().ep({
2431
- ...commonParams
2432
- }).m(function(Command, cs, config, o) {
2392
+ var _GetDeploymentStrategyCommand = class _GetDeploymentStrategyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2433
2393
  return [
2434
2394
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2435
2395
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2443,9 +2403,7 @@ var GetDeploymentStrategyCommand = _GetDeploymentStrategyCommand;
2443
2403
 
2444
2404
 
2445
2405
 
2446
- var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2447
- ...commonParams
2448
- }).m(function(Command, cs, config, o) {
2406
+ var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2449
2407
  return [
2450
2408
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2451
2409
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2459,9 +2417,7 @@ var GetEnvironmentCommand = _GetEnvironmentCommand;
2459
2417
 
2460
2418
 
2461
2419
 
2462
- var _GetExtensionAssociationCommand = class _GetExtensionAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2463
- ...commonParams
2464
- }).m(function(Command, cs, config, o) {
2420
+ var _GetExtensionAssociationCommand = class _GetExtensionAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2465
2421
  return [
2466
2422
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2467
2423
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2475,9 +2431,7 @@ var GetExtensionAssociationCommand = _GetExtensionAssociationCommand;
2475
2431
 
2476
2432
 
2477
2433
 
2478
- var _GetExtensionCommand = class _GetExtensionCommand extends import_smithy_client.Command.classBuilder().ep({
2479
- ...commonParams
2480
- }).m(function(Command, cs, config, o) {
2434
+ var _GetExtensionCommand = class _GetExtensionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2481
2435
  return [
2482
2436
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2483
2437
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2491,9 +2445,7 @@ var GetExtensionCommand = _GetExtensionCommand;
2491
2445
 
2492
2446
 
2493
2447
 
2494
- var _GetHostedConfigurationVersionCommand = class _GetHostedConfigurationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
2495
- ...commonParams
2496
- }).m(function(Command, cs, config, o) {
2448
+ var _GetHostedConfigurationVersionCommand = class _GetHostedConfigurationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2497
2449
  return [
2498
2450
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2499
2451
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2507,9 +2459,7 @@ var GetHostedConfigurationVersionCommand = _GetHostedConfigurationVersionCommand
2507
2459
 
2508
2460
 
2509
2461
 
2510
- var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
2511
- ...commonParams
2512
- }).m(function(Command, cs, config, o) {
2462
+ var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2513
2463
  return [
2514
2464
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2515
2465
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2523,9 +2473,7 @@ var ListApplicationsCommand = _ListApplicationsCommand;
2523
2473
 
2524
2474
 
2525
2475
 
2526
- var _ListConfigurationProfilesCommand = class _ListConfigurationProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
2527
- ...commonParams
2528
- }).m(function(Command, cs, config, o) {
2476
+ var _ListConfigurationProfilesCommand = class _ListConfigurationProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2529
2477
  return [
2530
2478
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2531
2479
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2539,9 +2487,7 @@ var ListConfigurationProfilesCommand = _ListConfigurationProfilesCommand;
2539
2487
 
2540
2488
 
2541
2489
 
2542
- var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
2543
- ...commonParams
2544
- }).m(function(Command, cs, config, o) {
2490
+ var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2545
2491
  return [
2546
2492
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2547
2493
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2555,9 +2501,7 @@ var ListDeploymentsCommand = _ListDeploymentsCommand;
2555
2501
 
2556
2502
 
2557
2503
 
2558
- var _ListDeploymentStrategiesCommand = class _ListDeploymentStrategiesCommand extends import_smithy_client.Command.classBuilder().ep({
2559
- ...commonParams
2560
- }).m(function(Command, cs, config, o) {
2504
+ var _ListDeploymentStrategiesCommand = class _ListDeploymentStrategiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2561
2505
  return [
2562
2506
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2563
2507
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2571,9 +2515,7 @@ var ListDeploymentStrategiesCommand = _ListDeploymentStrategiesCommand;
2571
2515
 
2572
2516
 
2573
2517
 
2574
- var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
2575
- ...commonParams
2576
- }).m(function(Command, cs, config, o) {
2518
+ var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2577
2519
  return [
2578
2520
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2579
2521
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2587,9 +2529,7 @@ var ListEnvironmentsCommand = _ListEnvironmentsCommand;
2587
2529
 
2588
2530
 
2589
2531
 
2590
- var _ListExtensionAssociationsCommand = class _ListExtensionAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
2591
- ...commonParams
2592
- }).m(function(Command, cs, config, o) {
2532
+ var _ListExtensionAssociationsCommand = class _ListExtensionAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2593
2533
  return [
2594
2534
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2595
2535
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2603,9 +2543,7 @@ var ListExtensionAssociationsCommand = _ListExtensionAssociationsCommand;
2603
2543
 
2604
2544
 
2605
2545
 
2606
- var _ListExtensionsCommand = class _ListExtensionsCommand extends import_smithy_client.Command.classBuilder().ep({
2607
- ...commonParams
2608
- }).m(function(Command, cs, config, o) {
2546
+ var _ListExtensionsCommand = class _ListExtensionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2609
2547
  return [
2610
2548
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2611
2549
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2619,9 +2557,7 @@ var ListExtensionsCommand = _ListExtensionsCommand;
2619
2557
 
2620
2558
 
2621
2559
 
2622
- var _ListHostedConfigurationVersionsCommand = class _ListHostedConfigurationVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
2623
- ...commonParams
2624
- }).m(function(Command, cs, config, o) {
2560
+ var _ListHostedConfigurationVersionsCommand = class _ListHostedConfigurationVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2625
2561
  return [
2626
2562
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2627
2563
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2635,9 +2571,7 @@ var ListHostedConfigurationVersionsCommand = _ListHostedConfigurationVersionsCom
2635
2571
 
2636
2572
 
2637
2573
 
2638
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2639
- ...commonParams
2640
- }).m(function(Command, cs, config, o) {
2574
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2641
2575
  return [
2642
2576
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2643
2577
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2651,9 +2585,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2651
2585
 
2652
2586
 
2653
2587
 
2654
- var _StartDeploymentCommand = class _StartDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
2655
- ...commonParams
2656
- }).m(function(Command, cs, config, o) {
2588
+ var _StartDeploymentCommand = class _StartDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2657
2589
  return [
2658
2590
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2659
2591
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2667,9 +2599,7 @@ var StartDeploymentCommand = _StartDeploymentCommand;
2667
2599
 
2668
2600
 
2669
2601
 
2670
- var _StopDeploymentCommand = class _StopDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
2671
- ...commonParams
2672
- }).m(function(Command, cs, config, o) {
2602
+ var _StopDeploymentCommand = class _StopDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2673
2603
  return [
2674
2604
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2675
2605
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2683,9 +2613,7 @@ var StopDeploymentCommand = _StopDeploymentCommand;
2683
2613
 
2684
2614
 
2685
2615
 
2686
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2687
- ...commonParams
2688
- }).m(function(Command, cs, config, o) {
2616
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2689
2617
  return [
2690
2618
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2691
2619
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2699,9 +2627,7 @@ var TagResourceCommand = _TagResourceCommand;
2699
2627
 
2700
2628
 
2701
2629
 
2702
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2703
- ...commonParams
2704
- }).m(function(Command, cs, config, o) {
2630
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2705
2631
  return [
2706
2632
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2707
2633
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2715,9 +2641,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2715
2641
 
2716
2642
 
2717
2643
 
2718
- var _UpdateAccountSettingsCommand = class _UpdateAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
2719
- ...commonParams
2720
- }).m(function(Command, cs, config, o) {
2644
+ var _UpdateAccountSettingsCommand = class _UpdateAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2721
2645
  return [
2722
2646
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2723
2647
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2731,9 +2655,7 @@ var UpdateAccountSettingsCommand = _UpdateAccountSettingsCommand;
2731
2655
 
2732
2656
 
2733
2657
 
2734
- var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
2735
- ...commonParams
2736
- }).m(function(Command, cs, config, o) {
2658
+ var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2737
2659
  return [
2738
2660
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2739
2661
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2747,9 +2669,7 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
2747
2669
 
2748
2670
 
2749
2671
 
2750
- var _UpdateConfigurationProfileCommand = class _UpdateConfigurationProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2751
- ...commonParams
2752
- }).m(function(Command, cs, config, o) {
2672
+ var _UpdateConfigurationProfileCommand = class _UpdateConfigurationProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2753
2673
  return [
2754
2674
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2755
2675
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2763,9 +2683,7 @@ var UpdateConfigurationProfileCommand = _UpdateConfigurationProfileCommand;
2763
2683
 
2764
2684
 
2765
2685
 
2766
- var _UpdateDeploymentStrategyCommand = class _UpdateDeploymentStrategyCommand extends import_smithy_client.Command.classBuilder().ep({
2767
- ...commonParams
2768
- }).m(function(Command, cs, config, o) {
2686
+ var _UpdateDeploymentStrategyCommand = class _UpdateDeploymentStrategyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2769
2687
  return [
2770
2688
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2771
2689
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2779,9 +2697,7 @@ var UpdateDeploymentStrategyCommand = _UpdateDeploymentStrategyCommand;
2779
2697
 
2780
2698
 
2781
2699
 
2782
- var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2783
- ...commonParams
2784
- }).m(function(Command, cs, config, o) {
2700
+ var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2785
2701
  return [
2786
2702
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2787
2703
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2795,9 +2711,7 @@ var UpdateEnvironmentCommand = _UpdateEnvironmentCommand;
2795
2711
 
2796
2712
 
2797
2713
 
2798
- var _UpdateExtensionAssociationCommand = class _UpdateExtensionAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2799
- ...commonParams
2800
- }).m(function(Command, cs, config, o) {
2714
+ var _UpdateExtensionAssociationCommand = class _UpdateExtensionAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2801
2715
  return [
2802
2716
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2803
2717
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2811,9 +2725,7 @@ var UpdateExtensionAssociationCommand = _UpdateExtensionAssociationCommand;
2811
2725
 
2812
2726
 
2813
2727
 
2814
- var _UpdateExtensionCommand = class _UpdateExtensionCommand extends import_smithy_client.Command.classBuilder().ep({
2815
- ...commonParams
2816
- }).m(function(Command, cs, config, o) {
2728
+ var _UpdateExtensionCommand = class _UpdateExtensionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2817
2729
  return [
2818
2730
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2819
2731
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2827,9 +2739,7 @@ var UpdateExtensionCommand = _UpdateExtensionCommand;
2827
2739
 
2828
2740
 
2829
2741
 
2830
- var _ValidateConfigurationCommand = class _ValidateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2831
- ...commonParams
2832
- }).m(function(Command, cs, config, o) {
2742
+ var _ValidateConfigurationCommand = class _ValidateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2833
2743
  return [
2834
2744
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2835
2745
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -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),
@@ -7,9 +7,7 @@ import { de_CreateConfigurationProfileCommand, se_CreateConfigurationProfileComm
7
7
  export { $Command };
8
8
  export class CreateConfigurationProfileCommand 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_CreateDeploymentStrategyCommand, se_CreateDeploymentStrategyCommand
6
6
  export { $Command };
7
7
  export class CreateDeploymentStrategyCommand 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_CreateExtensionAssociationCommand, se_CreateExtensionAssociationComm
6
6
  export { $Command };
7
7
  export class CreateExtensionAssociationCommand 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_CreateExtensionCommand, se_CreateExtensionCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateExtensionCommand 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_CreateHostedConfigurationVersionCommand, se_CreateHostedConfiguratio
7
7
  export { $Command };
8
8
  export class CreateHostedConfigurationVersionCommand 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_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_DeleteConfigurationProfileCommand, se_DeleteConfigurationProfileComm
6
6
  export { $Command };
7
7
  export class DeleteConfigurationProfileCommand 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_DeleteDeploymentStrategyCommand, se_DeleteDeploymentStrategyCommand
6
6
  export { $Command };
7
7
  export class DeleteDeploymentStrategyCommand 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_DeleteExtensionAssociationCommand, se_DeleteExtensionAssociationComm
6
6
  export { $Command };
7
7
  export class DeleteExtensionAssociationCommand 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_DeleteExtensionCommand, se_DeleteExtensionCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteExtensionCommand 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_DeleteHostedConfigurationVersionCommand, se_DeleteHostedConfiguratio
6
6
  export { $Command };
7
7
  export class DeleteHostedConfigurationVersionCommand 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_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetAccountSettingsCommand 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),
@@ -7,9 +7,7 @@ import { de_GetConfigurationCommand, se_GetConfigurationCommand } from "../proto
7
7
  export { $Command };
8
8
  export class GetConfigurationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetConfigurationProfileCommand, se_GetConfigurationProfileCommand }
7
7
  export { $Command };
8
8
  export class GetConfigurationProfileCommand 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_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_GetDeploymentStrategyCommand, se_GetDeploymentStrategyCommand } from
6
6
  export { $Command };
7
7
  export class GetDeploymentStrategyCommand 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_GetExtensionAssociationCommand, se_GetExtensionAssociationCommand }
6
6
  export { $Command };
7
7
  export class GetExtensionAssociationCommand 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_GetExtensionCommand, se_GetExtensionCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetExtensionCommand 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_GetHostedConfigurationVersionCommand, se_GetHostedConfigurationVersi
7
7
  export { $Command };
8
8
  export class GetHostedConfigurationVersionCommand 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_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_ListConfigurationProfilesCommand, se_ListConfigurationProfilesComman
6
6
  export { $Command };
7
7
  export class ListConfigurationProfilesCommand 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_ListDeploymentStrategiesCommand, se_ListDeploymentStrategiesCommand
6
6
  export { $Command };
7
7
  export class ListDeploymentStrategiesCommand 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_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_ListExtensionAssociationsCommand, se_ListExtensionAssociationsComman
6
6
  export { $Command };
7
7
  export class ListExtensionAssociationsCommand 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_ListExtensionsCommand, se_ListExtensionsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListExtensionsCommand 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_ListHostedConfigurationVersionsCommand, se_ListHostedConfigurationVe
6
6
  export { $Command };
7
7
  export class ListHostedConfigurationVersionsCommand 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_StartDeploymentCommand, se_StartDeploymentCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class StartDeploymentCommand 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_StopDeploymentCommand, se_StopDeploymentCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class StopDeploymentCommand 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_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from
6
6
  export { $Command };
7
7
  export class UpdateAccountSettingsCommand 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),
@@ -7,9 +7,7 @@ import { de_UpdateConfigurationProfileCommand, se_UpdateConfigurationProfileComm
7
7
  export { $Command };
8
8
  export class UpdateConfigurationProfileCommand 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_UpdateDeploymentStrategyCommand, se_UpdateDeploymentStrategyCommand
6
6
  export { $Command };
7
7
  export class UpdateDeploymentStrategyCommand 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),
@@ -6,9 +6,7 @@ import { de_UpdateExtensionAssociationCommand, se_UpdateExtensionAssociationComm
6
6
  export { $Command };
7
7
  export class UpdateExtensionAssociationCommand 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_UpdateExtensionCommand, se_UpdateExtensionCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class UpdateExtensionCommand 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_ValidateConfigurationCommand, se_ValidateConfigurationCommand } from
6
6
  export { $Command };
7
7
  export class ValidateConfigurationCommand 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-appconfig",
3
3
  "description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
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-appconfig",
@@ -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.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
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.649.0",
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",