@aws-sdk/client-elastic-beanstalk 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +47 -141
- package/dist-es/commands/AbortEnvironmentUpdateCommand.js +1 -3
- package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +1 -3
- package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +1 -3
- package/dist-es/commands/CheckDNSAvailabilityCommand.js +1 -3
- package/dist-es/commands/ComposeEnvironmentsCommand.js +1 -3
- package/dist-es/commands/CreateApplicationCommand.js +1 -3
- package/dist-es/commands/CreateApplicationVersionCommand.js +1 -3
- package/dist-es/commands/CreateConfigurationTemplateCommand.js +1 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +1 -3
- package/dist-es/commands/CreatePlatformVersionCommand.js +1 -3
- package/dist-es/commands/CreateStorageLocationCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationVersionCommand.js +1 -3
- package/dist-es/commands/DeleteConfigurationTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +1 -3
- package/dist-es/commands/DeletePlatformVersionCommand.js +1 -3
- package/dist-es/commands/DescribeAccountAttributesCommand.js +1 -3
- package/dist-es/commands/DescribeApplicationVersionsCommand.js +1 -3
- package/dist-es/commands/DescribeApplicationsCommand.js +1 -3
- package/dist-es/commands/DescribeConfigurationOptionsCommand.js +1 -3
- package/dist-es/commands/DescribeConfigurationSettingsCommand.js +1 -3
- package/dist-es/commands/DescribeEnvironmentHealthCommand.js +1 -3
- package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +1 -3
- package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +1 -3
- package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +1 -3
- package/dist-es/commands/DescribeEnvironmentsCommand.js +1 -3
- package/dist-es/commands/DescribeEventsCommand.js +1 -3
- package/dist-es/commands/DescribeInstancesHealthCommand.js +1 -3
- package/dist-es/commands/DescribePlatformVersionCommand.js +1 -3
- package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +1 -3
- package/dist-es/commands/ListAvailableSolutionStacksCommand.js +1 -3
- package/dist-es/commands/ListPlatformBranchesCommand.js +1 -3
- package/dist-es/commands/ListPlatformVersionsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/RebuildEnvironmentCommand.js +1 -3
- package/dist-es/commands/RequestEnvironmentInfoCommand.js +1 -3
- package/dist-es/commands/RestartAppServerCommand.js +1 -3
- package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +1 -3
- package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +1 -3
- package/dist-es/commands/TerminateEnvironmentCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationVersionCommand.js +1 -3
- package/dist-es/commands/UpdateConfigurationTemplateCommand.js +1 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -3
- package/dist-es/commands/UpdateTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ValidateConfigurationSettingsCommand.js +1 -3
- package/package.json +4 -4
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),
|
|
@@ -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_DeleteApplicationVersionCommand, se_DeleteApplicationVersionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationVersionCommand 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_DeleteConfigurationTemplateCommand, se_DeleteConfigurationTemplateCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteConfigurationTemplateCommand 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_DeleteEnvironmentConfigurationCommand, se_DeleteEnvironmentConfigura
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEnvironmentConfigurationCommand 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_DeletePlatformVersionCommand, se_DeletePlatformVersionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePlatformVersionCommand 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_DescribeAccountAttributesCommand, se_DescribeAccountAttributesComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAccountAttributesCommand 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_DescribeApplicationVersionsCommand, se_DescribeApplicationVersionsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeApplicationVersionsCommand 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_DescribeApplicationsCommand, se_DescribeApplicationsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeApplicationsCommand 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_DescribeConfigurationOptionsCommand, se_DescribeConfigurationOptions
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeConfigurationOptionsCommand 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_DescribeConfigurationSettingsCommand, se_DescribeConfigurationSettin
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeConfigurationSettingsCommand 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_DescribeEnvironmentHealthCommand, se_DescribeEnvironmentHealthComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEnvironmentHealthCommand 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_DescribeEnvironmentManagedActionHistoryCommand, se_DescribeEnvironme
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEnvironmentManagedActionHistoryCommand 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_DescribeEnvironmentManagedActionsCommand, se_DescribeEnvironmentMana
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEnvironmentManagedActionsCommand 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_DescribeEnvironmentResourcesCommand, se_DescribeEnvironmentResources
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEnvironmentResourcesCommand 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_DescribeEnvironmentsCommand, se_DescribeEnvironmentsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEnvironmentsCommand 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_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventsCommand 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_DescribeInstancesHealthCommand, se_DescribeInstancesHealthCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeInstancesHealthCommand 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_DescribePlatformVersionCommand, se_DescribePlatformVersionCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePlatformVersionCommand 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_DisassociateEnvironmentOperationsRoleCommand, se_DisassociateEnviron
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateEnvironmentOperationsRoleCommand 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_ListAvailableSolutionStacksCommand, se_ListAvailableSolutionStacksCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAvailableSolutionStacksCommand 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_ListPlatformBranchesCommand, se_ListPlatformBranchesCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPlatformBranchesCommand 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_ListPlatformVersionsCommand, se_ListPlatformVersionsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPlatformVersionsCommand 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_RebuildEnvironmentCommand, se_RebuildEnvironmentCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RebuildEnvironmentCommand 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_RequestEnvironmentInfoCommand, se_RequestEnvironmentInfoCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RequestEnvironmentInfoCommand 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_RestartAppServerCommand, se_RestartAppServerCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RestartAppServerCommand 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_RetrieveEnvironmentInfoCommand, se_RetrieveEnvironmentInfoCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RetrieveEnvironmentInfoCommand 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_SwapEnvironmentCNAMEsCommand, se_SwapEnvironmentCNAMEsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SwapEnvironmentCNAMEsCommand 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_TerminateEnvironmentCommand, se_TerminateEnvironmentCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TerminateEnvironmentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateApplicationResourceLifecycleCommand, se_UpdateApplicationResou
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateApplicationResourceLifecycleCommand 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_UpdateApplicationVersionCommand, se_UpdateApplicationVersionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateApplicationVersionCommand 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_UpdateConfigurationTemplateCommand, se_UpdateConfigurationTemplateCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConfigurationTemplateCommand 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_UpdateTagsForResourceCommand, se_UpdateTagsForResourceCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTagsForResourceCommand 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_ValidateConfigurationSettingsCommand, se_ValidateConfigurationSettin
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ValidateConfigurationSettingsCommand 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-elastic-beanstalk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-beanstalk",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|