@aws-sdk/client-elastic-beanstalk 3.645.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 (57) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +47 -141
  3. package/dist-es/commands/AbortEnvironmentUpdateCommand.js +1 -3
  4. package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +1 -3
  5. package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +1 -3
  6. package/dist-es/commands/CheckDNSAvailabilityCommand.js +1 -3
  7. package/dist-es/commands/ComposeEnvironmentsCommand.js +1 -3
  8. package/dist-es/commands/CreateApplicationCommand.js +1 -3
  9. package/dist-es/commands/CreateApplicationVersionCommand.js +1 -3
  10. package/dist-es/commands/CreateConfigurationTemplateCommand.js +1 -3
  11. package/dist-es/commands/CreateEnvironmentCommand.js +1 -3
  12. package/dist-es/commands/CreatePlatformVersionCommand.js +1 -3
  13. package/dist-es/commands/CreateStorageLocationCommand.js +1 -3
  14. package/dist-es/commands/DeleteApplicationCommand.js +1 -3
  15. package/dist-es/commands/DeleteApplicationVersionCommand.js +1 -3
  16. package/dist-es/commands/DeleteConfigurationTemplateCommand.js +1 -3
  17. package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +1 -3
  18. package/dist-es/commands/DeletePlatformVersionCommand.js +1 -3
  19. package/dist-es/commands/DescribeAccountAttributesCommand.js +1 -3
  20. package/dist-es/commands/DescribeApplicationVersionsCommand.js +1 -3
  21. package/dist-es/commands/DescribeApplicationsCommand.js +1 -3
  22. package/dist-es/commands/DescribeConfigurationOptionsCommand.js +1 -3
  23. package/dist-es/commands/DescribeConfigurationSettingsCommand.js +1 -3
  24. package/dist-es/commands/DescribeEnvironmentHealthCommand.js +1 -3
  25. package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +1 -3
  26. package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +1 -3
  27. package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +1 -3
  28. package/dist-es/commands/DescribeEnvironmentsCommand.js +1 -3
  29. package/dist-es/commands/DescribeEventsCommand.js +1 -3
  30. package/dist-es/commands/DescribeInstancesHealthCommand.js +1 -3
  31. package/dist-es/commands/DescribePlatformVersionCommand.js +1 -3
  32. package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +1 -3
  33. package/dist-es/commands/ListAvailableSolutionStacksCommand.js +1 -3
  34. package/dist-es/commands/ListPlatformBranchesCommand.js +1 -3
  35. package/dist-es/commands/ListPlatformVersionsCommand.js +1 -3
  36. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  37. package/dist-es/commands/RebuildEnvironmentCommand.js +1 -3
  38. package/dist-es/commands/RequestEnvironmentInfoCommand.js +1 -3
  39. package/dist-es/commands/RestartAppServerCommand.js +1 -3
  40. package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +1 -3
  41. package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +1 -3
  42. package/dist-es/commands/TerminateEnvironmentCommand.js +1 -3
  43. package/dist-es/commands/UpdateApplicationCommand.js +1 -3
  44. package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +1 -3
  45. package/dist-es/commands/UpdateApplicationVersionCommand.js +1 -3
  46. package/dist-es/commands/UpdateConfigurationTemplateCommand.js +1 -3
  47. package/dist-es/commands/UpdateEnvironmentCommand.js +1 -3
  48. package/dist-es/commands/UpdateTagsForResourceCommand.js +1 -3
  49. package/dist-es/commands/ValidateConfigurationSettingsCommand.js +1 -3
  50. package/dist-es/endpoint/endpointResolver.js +7 -3
  51. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  52. package/dist-types/runtimeConfig.d.ts +2 -0
  53. package/dist-types/runtimeConfig.native.d.ts +2 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  57. package/package.json +36 -36
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
+ const cache = new util_endpoints_2.EndpointCache({
8
+ size: 50,
9
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
+ });
7
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
8
- return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
9
13
  endpointParams: endpointParams,
10
14
  logger: context.logger,
11
- });
15
+ }));
12
16
  };
13
17
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
18
  util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -5277,9 +5277,7 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
5277
5277
  }, "loadQueryErrorCode");
5278
5278
 
5279
5279
  // src/commands/AbortEnvironmentUpdateCommand.ts
5280
- var _AbortEnvironmentUpdateCommand = class _AbortEnvironmentUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
5281
- ...commonParams
5282
- }).m(function(Command, cs, config, o) {
5280
+ var _AbortEnvironmentUpdateCommand = class _AbortEnvironmentUpdateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5283
5281
  return [
5284
5282
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5285
5283
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5293,9 +5291,7 @@ var AbortEnvironmentUpdateCommand = _AbortEnvironmentUpdateCommand;
5293
5291
 
5294
5292
 
5295
5293
 
5296
- var _ApplyEnvironmentManagedActionCommand = class _ApplyEnvironmentManagedActionCommand extends import_smithy_client.Command.classBuilder().ep({
5297
- ...commonParams
5298
- }).m(function(Command, cs, config, o) {
5294
+ var _ApplyEnvironmentManagedActionCommand = class _ApplyEnvironmentManagedActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5299
5295
  return [
5300
5296
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5301
5297
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5309,9 +5305,7 @@ var ApplyEnvironmentManagedActionCommand = _ApplyEnvironmentManagedActionCommand
5309
5305
 
5310
5306
 
5311
5307
 
5312
- var _AssociateEnvironmentOperationsRoleCommand = class _AssociateEnvironmentOperationsRoleCommand extends import_smithy_client.Command.classBuilder().ep({
5313
- ...commonParams
5314
- }).m(function(Command, cs, config, o) {
5308
+ var _AssociateEnvironmentOperationsRoleCommand = class _AssociateEnvironmentOperationsRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5315
5309
  return [
5316
5310
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5317
5311
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5325,9 +5319,7 @@ var AssociateEnvironmentOperationsRoleCommand = _AssociateEnvironmentOperationsR
5325
5319
 
5326
5320
 
5327
5321
 
5328
- var _CheckDNSAvailabilityCommand = class _CheckDNSAvailabilityCommand extends import_smithy_client.Command.classBuilder().ep({
5329
- ...commonParams
5330
- }).m(function(Command, cs, config, o) {
5322
+ var _CheckDNSAvailabilityCommand = class _CheckDNSAvailabilityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5331
5323
  return [
5332
5324
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5333
5325
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5341,9 +5333,7 @@ var CheckDNSAvailabilityCommand = _CheckDNSAvailabilityCommand;
5341
5333
 
5342
5334
 
5343
5335
 
5344
- var _ComposeEnvironmentsCommand = class _ComposeEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
5345
- ...commonParams
5346
- }).m(function(Command, cs, config, o) {
5336
+ var _ComposeEnvironmentsCommand = class _ComposeEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5347
5337
  return [
5348
5338
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5349
5339
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5357,9 +5347,7 @@ var ComposeEnvironmentsCommand = _ComposeEnvironmentsCommand;
5357
5347
 
5358
5348
 
5359
5349
 
5360
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
5361
- ...commonParams
5362
- }).m(function(Command, cs, config, o) {
5350
+ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5363
5351
  return [
5364
5352
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5365
5353
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5373,9 +5361,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
5373
5361
 
5374
5362
 
5375
5363
 
5376
- var _CreateApplicationVersionCommand = class _CreateApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5377
- ...commonParams
5378
- }).m(function(Command, cs, config, o) {
5364
+ var _CreateApplicationVersionCommand = class _CreateApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5379
5365
  return [
5380
5366
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5381
5367
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5389,9 +5375,7 @@ var CreateApplicationVersionCommand = _CreateApplicationVersionCommand;
5389
5375
 
5390
5376
 
5391
5377
 
5392
- var _CreateConfigurationTemplateCommand = class _CreateConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
5393
- ...commonParams
5394
- }).m(function(Command, cs, config, o) {
5378
+ var _CreateConfigurationTemplateCommand = class _CreateConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5395
5379
  return [
5396
5380
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5397
5381
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5405,9 +5389,7 @@ var CreateConfigurationTemplateCommand = _CreateConfigurationTemplateCommand;
5405
5389
 
5406
5390
 
5407
5391
 
5408
- var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
5409
- ...commonParams
5410
- }).m(function(Command, cs, config, o) {
5392
+ var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5411
5393
  return [
5412
5394
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5413
5395
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5421,9 +5403,7 @@ var CreateEnvironmentCommand = _CreateEnvironmentCommand;
5421
5403
 
5422
5404
 
5423
5405
 
5424
- var _CreatePlatformVersionCommand = class _CreatePlatformVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5425
- ...commonParams
5426
- }).m(function(Command, cs, config, o) {
5406
+ var _CreatePlatformVersionCommand = class _CreatePlatformVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5427
5407
  return [
5428
5408
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5429
5409
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5437,9 +5417,7 @@ var CreatePlatformVersionCommand = _CreatePlatformVersionCommand;
5437
5417
 
5438
5418
 
5439
5419
 
5440
- var _CreateStorageLocationCommand = class _CreateStorageLocationCommand extends import_smithy_client.Command.classBuilder().ep({
5441
- ...commonParams
5442
- }).m(function(Command, cs, config, o) {
5420
+ var _CreateStorageLocationCommand = class _CreateStorageLocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5443
5421
  return [
5444
5422
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5445
5423
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5453,9 +5431,7 @@ var CreateStorageLocationCommand = _CreateStorageLocationCommand;
5453
5431
 
5454
5432
 
5455
5433
 
5456
- var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
5457
- ...commonParams
5458
- }).m(function(Command, cs, config, o) {
5434
+ var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5459
5435
  return [
5460
5436
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5461
5437
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5469,9 +5445,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
5469
5445
 
5470
5446
 
5471
5447
 
5472
- var _DeleteApplicationVersionCommand = class _DeleteApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5473
- ...commonParams
5474
- }).m(function(Command, cs, config, o) {
5448
+ var _DeleteApplicationVersionCommand = class _DeleteApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5475
5449
  return [
5476
5450
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5477
5451
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5485,9 +5459,7 @@ var DeleteApplicationVersionCommand = _DeleteApplicationVersionCommand;
5485
5459
 
5486
5460
 
5487
5461
 
5488
- var _DeleteConfigurationTemplateCommand = class _DeleteConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
5489
- ...commonParams
5490
- }).m(function(Command, cs, config, o) {
5462
+ var _DeleteConfigurationTemplateCommand = class _DeleteConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5491
5463
  return [
5492
5464
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5493
5465
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5501,9 +5473,7 @@ var DeleteConfigurationTemplateCommand = _DeleteConfigurationTemplateCommand;
5501
5473
 
5502
5474
 
5503
5475
 
5504
- var _DeleteEnvironmentConfigurationCommand = class _DeleteEnvironmentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5505
- ...commonParams
5506
- }).m(function(Command, cs, config, o) {
5476
+ var _DeleteEnvironmentConfigurationCommand = class _DeleteEnvironmentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5507
5477
  return [
5508
5478
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5509
5479
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5517,9 +5487,7 @@ var DeleteEnvironmentConfigurationCommand = _DeleteEnvironmentConfigurationComma
5517
5487
 
5518
5488
 
5519
5489
 
5520
- var _DeletePlatformVersionCommand = class _DeletePlatformVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5521
- ...commonParams
5522
- }).m(function(Command, cs, config, o) {
5490
+ var _DeletePlatformVersionCommand = class _DeletePlatformVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5523
5491
  return [
5524
5492
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5525
5493
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5533,9 +5501,7 @@ var DeletePlatformVersionCommand = _DeletePlatformVersionCommand;
5533
5501
 
5534
5502
 
5535
5503
 
5536
- var _DescribeAccountAttributesCommand = class _DescribeAccountAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
5537
- ...commonParams
5538
- }).m(function(Command, cs, config, o) {
5504
+ var _DescribeAccountAttributesCommand = class _DescribeAccountAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5539
5505
  return [
5540
5506
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5541
5507
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5549,9 +5515,7 @@ var DescribeAccountAttributesCommand = _DescribeAccountAttributesCommand;
5549
5515
 
5550
5516
 
5551
5517
 
5552
- var _DescribeApplicationsCommand = class _DescribeApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
5553
- ...commonParams
5554
- }).m(function(Command, cs, config, o) {
5518
+ var _DescribeApplicationsCommand = class _DescribeApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5555
5519
  return [
5556
5520
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5557
5521
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5565,9 +5529,7 @@ var DescribeApplicationsCommand = _DescribeApplicationsCommand;
5565
5529
 
5566
5530
 
5567
5531
 
5568
- var _DescribeApplicationVersionsCommand = class _DescribeApplicationVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
5569
- ...commonParams
5570
- }).m(function(Command, cs, config, o) {
5532
+ var _DescribeApplicationVersionsCommand = class _DescribeApplicationVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5571
5533
  return [
5572
5534
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5573
5535
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5581,9 +5543,7 @@ var DescribeApplicationVersionsCommand = _DescribeApplicationVersionsCommand;
5581
5543
 
5582
5544
 
5583
5545
 
5584
- var _DescribeConfigurationOptionsCommand = class _DescribeConfigurationOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
5585
- ...commonParams
5586
- }).m(function(Command, cs, config, o) {
5546
+ var _DescribeConfigurationOptionsCommand = class _DescribeConfigurationOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5587
5547
  return [
5588
5548
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5589
5549
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5597,9 +5557,7 @@ var DescribeConfigurationOptionsCommand = _DescribeConfigurationOptionsCommand;
5597
5557
 
5598
5558
 
5599
5559
 
5600
- var _DescribeConfigurationSettingsCommand = class _DescribeConfigurationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
5601
- ...commonParams
5602
- }).m(function(Command, cs, config, o) {
5560
+ var _DescribeConfigurationSettingsCommand = class _DescribeConfigurationSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5603
5561
  return [
5604
5562
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5605
5563
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5613,9 +5571,7 @@ var DescribeConfigurationSettingsCommand = _DescribeConfigurationSettingsCommand
5613
5571
 
5614
5572
 
5615
5573
 
5616
- var _DescribeEnvironmentHealthCommand = class _DescribeEnvironmentHealthCommand extends import_smithy_client.Command.classBuilder().ep({
5617
- ...commonParams
5618
- }).m(function(Command, cs, config, o) {
5574
+ var _DescribeEnvironmentHealthCommand = class _DescribeEnvironmentHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5619
5575
  return [
5620
5576
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5621
5577
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5629,9 +5585,7 @@ var DescribeEnvironmentHealthCommand = _DescribeEnvironmentHealthCommand;
5629
5585
 
5630
5586
 
5631
5587
 
5632
- var _DescribeEnvironmentManagedActionHistoryCommand = class _DescribeEnvironmentManagedActionHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
5633
- ...commonParams
5634
- }).m(function(Command, cs, config, o) {
5588
+ var _DescribeEnvironmentManagedActionHistoryCommand = class _DescribeEnvironmentManagedActionHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5635
5589
  return [
5636
5590
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5637
5591
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5645,9 +5599,7 @@ var DescribeEnvironmentManagedActionHistoryCommand = _DescribeEnvironmentManaged
5645
5599
 
5646
5600
 
5647
5601
 
5648
- var _DescribeEnvironmentManagedActionsCommand = class _DescribeEnvironmentManagedActionsCommand extends import_smithy_client.Command.classBuilder().ep({
5649
- ...commonParams
5650
- }).m(function(Command, cs, config, o) {
5602
+ var _DescribeEnvironmentManagedActionsCommand = class _DescribeEnvironmentManagedActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5651
5603
  return [
5652
5604
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5653
5605
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5661,9 +5613,7 @@ var DescribeEnvironmentManagedActionsCommand = _DescribeEnvironmentManagedAction
5661
5613
 
5662
5614
 
5663
5615
 
5664
- var _DescribeEnvironmentResourcesCommand = class _DescribeEnvironmentResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
5665
- ...commonParams
5666
- }).m(function(Command, cs, config, o) {
5616
+ var _DescribeEnvironmentResourcesCommand = class _DescribeEnvironmentResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5667
5617
  return [
5668
5618
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5669
5619
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5677,9 +5627,7 @@ var DescribeEnvironmentResourcesCommand = _DescribeEnvironmentResourcesCommand;
5677
5627
 
5678
5628
 
5679
5629
 
5680
- var _DescribeEnvironmentsCommand = class _DescribeEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
5681
- ...commonParams
5682
- }).m(function(Command, cs, config, o) {
5630
+ var _DescribeEnvironmentsCommand = class _DescribeEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5683
5631
  return [
5684
5632
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5685
5633
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5693,9 +5641,7 @@ var DescribeEnvironmentsCommand = _DescribeEnvironmentsCommand;
5693
5641
 
5694
5642
 
5695
5643
 
5696
- var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep({
5697
- ...commonParams
5698
- }).m(function(Command, cs, config, o) {
5644
+ var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5699
5645
  return [
5700
5646
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5701
5647
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5709,9 +5655,7 @@ var DescribeEventsCommand = _DescribeEventsCommand;
5709
5655
 
5710
5656
 
5711
5657
 
5712
- var _DescribeInstancesHealthCommand = class _DescribeInstancesHealthCommand extends import_smithy_client.Command.classBuilder().ep({
5713
- ...commonParams
5714
- }).m(function(Command, cs, config, o) {
5658
+ var _DescribeInstancesHealthCommand = class _DescribeInstancesHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5715
5659
  return [
5716
5660
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5717
5661
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5725,9 +5669,7 @@ var DescribeInstancesHealthCommand = _DescribeInstancesHealthCommand;
5725
5669
 
5726
5670
 
5727
5671
 
5728
- var _DescribePlatformVersionCommand = class _DescribePlatformVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5729
- ...commonParams
5730
- }).m(function(Command, cs, config, o) {
5672
+ var _DescribePlatformVersionCommand = class _DescribePlatformVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5731
5673
  return [
5732
5674
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5733
5675
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5741,9 +5683,7 @@ var DescribePlatformVersionCommand = _DescribePlatformVersionCommand;
5741
5683
 
5742
5684
 
5743
5685
 
5744
- var _DisassociateEnvironmentOperationsRoleCommand = class _DisassociateEnvironmentOperationsRoleCommand extends import_smithy_client.Command.classBuilder().ep({
5745
- ...commonParams
5746
- }).m(function(Command, cs, config, o) {
5686
+ var _DisassociateEnvironmentOperationsRoleCommand = class _DisassociateEnvironmentOperationsRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5747
5687
  return [
5748
5688
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5749
5689
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5757,9 +5697,7 @@ var DisassociateEnvironmentOperationsRoleCommand = _DisassociateEnvironmentOpera
5757
5697
 
5758
5698
 
5759
5699
 
5760
- var _ListAvailableSolutionStacksCommand = class _ListAvailableSolutionStacksCommand extends import_smithy_client.Command.classBuilder().ep({
5761
- ...commonParams
5762
- }).m(function(Command, cs, config, o) {
5700
+ var _ListAvailableSolutionStacksCommand = class _ListAvailableSolutionStacksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5763
5701
  return [
5764
5702
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5765
5703
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5773,9 +5711,7 @@ var ListAvailableSolutionStacksCommand = _ListAvailableSolutionStacksCommand;
5773
5711
 
5774
5712
 
5775
5713
 
5776
- var _ListPlatformBranchesCommand = class _ListPlatformBranchesCommand extends import_smithy_client.Command.classBuilder().ep({
5777
- ...commonParams
5778
- }).m(function(Command, cs, config, o) {
5714
+ var _ListPlatformBranchesCommand = class _ListPlatformBranchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5779
5715
  return [
5780
5716
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5781
5717
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5789,9 +5725,7 @@ var ListPlatformBranchesCommand = _ListPlatformBranchesCommand;
5789
5725
 
5790
5726
 
5791
5727
 
5792
- var _ListPlatformVersionsCommand = class _ListPlatformVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
5793
- ...commonParams
5794
- }).m(function(Command, cs, config, o) {
5728
+ var _ListPlatformVersionsCommand = class _ListPlatformVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5795
5729
  return [
5796
5730
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5797
5731
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5805,9 +5739,7 @@ var ListPlatformVersionsCommand = _ListPlatformVersionsCommand;
5805
5739
 
5806
5740
 
5807
5741
 
5808
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5809
- ...commonParams
5810
- }).m(function(Command, cs, config, o) {
5742
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5811
5743
  return [
5812
5744
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5813
5745
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5821,9 +5753,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
5821
5753
 
5822
5754
 
5823
5755
 
5824
- var _RebuildEnvironmentCommand = class _RebuildEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
5825
- ...commonParams
5826
- }).m(function(Command, cs, config, o) {
5756
+ var _RebuildEnvironmentCommand = class _RebuildEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5827
5757
  return [
5828
5758
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5829
5759
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5837,9 +5767,7 @@ var RebuildEnvironmentCommand = _RebuildEnvironmentCommand;
5837
5767
 
5838
5768
 
5839
5769
 
5840
- var _RequestEnvironmentInfoCommand = class _RequestEnvironmentInfoCommand extends import_smithy_client.Command.classBuilder().ep({
5841
- ...commonParams
5842
- }).m(function(Command, cs, config, o) {
5770
+ var _RequestEnvironmentInfoCommand = class _RequestEnvironmentInfoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5843
5771
  return [
5844
5772
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5845
5773
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5853,9 +5781,7 @@ var RequestEnvironmentInfoCommand = _RequestEnvironmentInfoCommand;
5853
5781
 
5854
5782
 
5855
5783
 
5856
- var _RestartAppServerCommand = class _RestartAppServerCommand extends import_smithy_client.Command.classBuilder().ep({
5857
- ...commonParams
5858
- }).m(function(Command, cs, config, o) {
5784
+ var _RestartAppServerCommand = class _RestartAppServerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5859
5785
  return [
5860
5786
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5861
5787
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5869,9 +5795,7 @@ var RestartAppServerCommand = _RestartAppServerCommand;
5869
5795
 
5870
5796
 
5871
5797
 
5872
- var _RetrieveEnvironmentInfoCommand = class _RetrieveEnvironmentInfoCommand extends import_smithy_client.Command.classBuilder().ep({
5873
- ...commonParams
5874
- }).m(function(Command, cs, config, o) {
5798
+ var _RetrieveEnvironmentInfoCommand = class _RetrieveEnvironmentInfoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5875
5799
  return [
5876
5800
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5877
5801
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5885,9 +5809,7 @@ var RetrieveEnvironmentInfoCommand = _RetrieveEnvironmentInfoCommand;
5885
5809
 
5886
5810
 
5887
5811
 
5888
- var _SwapEnvironmentCNAMEsCommand = class _SwapEnvironmentCNAMEsCommand extends import_smithy_client.Command.classBuilder().ep({
5889
- ...commonParams
5890
- }).m(function(Command, cs, config, o) {
5812
+ var _SwapEnvironmentCNAMEsCommand = class _SwapEnvironmentCNAMEsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5891
5813
  return [
5892
5814
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5893
5815
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5901,9 +5823,7 @@ var SwapEnvironmentCNAMEsCommand = _SwapEnvironmentCNAMEsCommand;
5901
5823
 
5902
5824
 
5903
5825
 
5904
- var _TerminateEnvironmentCommand = class _TerminateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
5905
- ...commonParams
5906
- }).m(function(Command, cs, config, o) {
5826
+ var _TerminateEnvironmentCommand = class _TerminateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5907
5827
  return [
5908
5828
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5909
5829
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5917,9 +5837,7 @@ var TerminateEnvironmentCommand = _TerminateEnvironmentCommand;
5917
5837
 
5918
5838
 
5919
5839
 
5920
- var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
5921
- ...commonParams
5922
- }).m(function(Command, cs, config, o) {
5840
+ var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5923
5841
  return [
5924
5842
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5925
5843
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5933,9 +5851,7 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
5933
5851
 
5934
5852
 
5935
5853
 
5936
- var _UpdateApplicationResourceLifecycleCommand = class _UpdateApplicationResourceLifecycleCommand extends import_smithy_client.Command.classBuilder().ep({
5937
- ...commonParams
5938
- }).m(function(Command, cs, config, o) {
5854
+ var _UpdateApplicationResourceLifecycleCommand = class _UpdateApplicationResourceLifecycleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5939
5855
  return [
5940
5856
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5941
5857
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5949,9 +5865,7 @@ var UpdateApplicationResourceLifecycleCommand = _UpdateApplicationResourceLifecy
5949
5865
 
5950
5866
 
5951
5867
 
5952
- var _UpdateApplicationVersionCommand = class _UpdateApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5953
- ...commonParams
5954
- }).m(function(Command, cs, config, o) {
5868
+ var _UpdateApplicationVersionCommand = class _UpdateApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5955
5869
  return [
5956
5870
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5957
5871
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5965,9 +5879,7 @@ var UpdateApplicationVersionCommand = _UpdateApplicationVersionCommand;
5965
5879
 
5966
5880
 
5967
5881
 
5968
- var _UpdateConfigurationTemplateCommand = class _UpdateConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
5969
- ...commonParams
5970
- }).m(function(Command, cs, config, o) {
5882
+ var _UpdateConfigurationTemplateCommand = class _UpdateConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5971
5883
  return [
5972
5884
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5973
5885
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5981,9 +5893,7 @@ var UpdateConfigurationTemplateCommand = _UpdateConfigurationTemplateCommand;
5981
5893
 
5982
5894
 
5983
5895
 
5984
- var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
5985
- ...commonParams
5986
- }).m(function(Command, cs, config, o) {
5896
+ var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5987
5897
  return [
5988
5898
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5989
5899
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5997,9 +5907,7 @@ var UpdateEnvironmentCommand = _UpdateEnvironmentCommand;
5997
5907
 
5998
5908
 
5999
5909
 
6000
- var _UpdateTagsForResourceCommand = class _UpdateTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6001
- ...commonParams
6002
- }).m(function(Command, cs, config, o) {
5910
+ var _UpdateTagsForResourceCommand = class _UpdateTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6003
5911
  return [
6004
5912
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6005
5913
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6013,9 +5921,7 @@ var UpdateTagsForResourceCommand = _UpdateTagsForResourceCommand;
6013
5921
 
6014
5922
 
6015
5923
 
6016
- var _ValidateConfigurationSettingsCommand = class _ValidateConfigurationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
6017
- ...commonParams
6018
- }).m(function(Command, cs, config, o) {
5924
+ var _ValidateConfigurationSettingsCommand = class _ValidateConfigurationSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6019
5925
  return [
6020
5926
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6021
5927
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AbortEnvironmentUpdateCommand, se_AbortEnvironmentUpdateCommand } fr
6
6
  export { $Command };
7
7
  export class AbortEnvironmentUpdateCommand 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_ApplyEnvironmentManagedActionCommand, se_ApplyEnvironmentManagedActi
6
6
  export { $Command };
7
7
  export class ApplyEnvironmentManagedActionCommand 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_AssociateEnvironmentOperationsRoleCommand, se_AssociateEnvironmentOp
6
6
  export { $Command };
7
7
  export class AssociateEnvironmentOperationsRoleCommand 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_CheckDNSAvailabilityCommand, se_CheckDNSAvailabilityCommand } from "
6
6
  export { $Command };
7
7
  export class CheckDNSAvailabilityCommand 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_ComposeEnvironmentsCommand, se_ComposeEnvironmentsCommand } from "..
6
6
  export { $Command };
7
7
  export class ComposeEnvironmentsCommand 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_CreateApplicationVersionCommand, se_CreateApplicationVersionCommand
6
6
  export { $Command };
7
7
  export class CreateApplicationVersionCommand 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_CreateConfigurationTemplateCommand, se_CreateConfigurationTemplateCo
6
6
  export { $Command };
7
7
  export class CreateConfigurationTemplateCommand 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_CreatePlatformVersionCommand, se_CreatePlatformVersionCommand } from
6
6
  export { $Command };
7
7
  export class CreatePlatformVersionCommand 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_CreateStorageLocationCommand, se_CreateStorageLocationCommand } from
6
6
  export { $Command };
7
7
  export class CreateStorageLocationCommand 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),