@aws-sdk/client-auto-scaling 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 +65 -195
- package/dist-es/commands/AttachInstancesCommand.js +1 -3
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +1 -3
- package/dist-es/commands/AttachLoadBalancersCommand.js +1 -3
- package/dist-es/commands/AttachTrafficSourcesCommand.js +1 -3
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +1 -3
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +1 -3
- package/dist-es/commands/CancelInstanceRefreshCommand.js +1 -3
- package/dist-es/commands/CompleteLifecycleActionCommand.js +1 -3
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +1 -3
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +1 -3
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +1 -3
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteLifecycleHookCommand.js +1 -3
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +1 -3
- package/dist-es/commands/DeletePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteScheduledActionCommand.js +1 -3
- package/dist-es/commands/DeleteTagsCommand.js +1 -3
- package/dist-es/commands/DeleteWarmPoolCommand.js +1 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +1 -3
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +1 -3
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -3
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +1 -3
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +1 -3
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +1 -3
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +1 -3
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +1 -3
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +1 -3
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +1 -3
- package/dist-es/commands/DescribePoliciesCommand.js +1 -3
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +1 -3
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +1 -3
- package/dist-es/commands/DescribeScheduledActionsCommand.js +1 -3
- package/dist-es/commands/DescribeTagsCommand.js +1 -3
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +1 -3
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +1 -3
- package/dist-es/commands/DescribeWarmPoolCommand.js +1 -3
- package/dist-es/commands/DetachInstancesCommand.js +1 -3
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +1 -3
- package/dist-es/commands/DetachLoadBalancersCommand.js +1 -3
- package/dist-es/commands/DetachTrafficSourcesCommand.js +1 -3
- package/dist-es/commands/DisableMetricsCollectionCommand.js +1 -3
- package/dist-es/commands/EnableMetricsCollectionCommand.js +1 -3
- package/dist-es/commands/EnterStandbyCommand.js +1 -3
- package/dist-es/commands/ExecutePolicyCommand.js +1 -3
- package/dist-es/commands/ExitStandbyCommand.js +1 -3
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +1 -3
- package/dist-es/commands/PutLifecycleHookCommand.js +1 -3
- package/dist-es/commands/PutNotificationConfigurationCommand.js +1 -3
- package/dist-es/commands/PutScalingPolicyCommand.js +1 -3
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +1 -3
- package/dist-es/commands/PutWarmPoolCommand.js +1 -3
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +1 -3
- package/dist-es/commands/ResumeProcessesCommand.js +1 -3
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +1 -3
- package/dist-es/commands/SetDesiredCapacityCommand.js +1 -3
- package/dist-es/commands/SetInstanceHealthCommand.js +1 -3
- package/dist-es/commands/SetInstanceProtectionCommand.js +1 -3
- package/dist-es/commands/StartInstanceRefreshCommand.js +1 -3
- package/dist-es/commands/SuspendProcessesCommand.js +1 -3
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +1 -3
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -7527,9 +7527,7 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
|
7527
7527
|
}, "loadQueryErrorCode");
|
|
7528
7528
|
|
|
7529
7529
|
// src/commands/AttachInstancesCommand.ts
|
|
7530
|
-
var _AttachInstancesCommand = class _AttachInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7531
|
-
...commonParams
|
|
7532
|
-
}).m(function(Command, cs, config, o) {
|
|
7530
|
+
var _AttachInstancesCommand = class _AttachInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7533
7531
|
return [
|
|
7534
7532
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7535
7533
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7543,9 +7541,7 @@ var AttachInstancesCommand = _AttachInstancesCommand;
|
|
|
7543
7541
|
|
|
7544
7542
|
|
|
7545
7543
|
|
|
7546
|
-
var _AttachLoadBalancersCommand = class _AttachLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7547
|
-
...commonParams
|
|
7548
|
-
}).m(function(Command, cs, config, o) {
|
|
7544
|
+
var _AttachLoadBalancersCommand = class _AttachLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7549
7545
|
return [
|
|
7550
7546
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7551
7547
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7559,9 +7555,7 @@ var AttachLoadBalancersCommand = _AttachLoadBalancersCommand;
|
|
|
7559
7555
|
|
|
7560
7556
|
|
|
7561
7557
|
|
|
7562
|
-
var _AttachLoadBalancerTargetGroupsCommand = class _AttachLoadBalancerTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7563
|
-
...commonParams
|
|
7564
|
-
}).m(function(Command, cs, config, o) {
|
|
7558
|
+
var _AttachLoadBalancerTargetGroupsCommand = class _AttachLoadBalancerTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7565
7559
|
return [
|
|
7566
7560
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7567
7561
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7575,9 +7569,7 @@ var AttachLoadBalancerTargetGroupsCommand = _AttachLoadBalancerTargetGroupsComma
|
|
|
7575
7569
|
|
|
7576
7570
|
|
|
7577
7571
|
|
|
7578
|
-
var _AttachTrafficSourcesCommand = class _AttachTrafficSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7579
|
-
...commonParams
|
|
7580
|
-
}).m(function(Command, cs, config, o) {
|
|
7572
|
+
var _AttachTrafficSourcesCommand = class _AttachTrafficSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7581
7573
|
return [
|
|
7582
7574
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7583
7575
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7591,9 +7583,7 @@ var AttachTrafficSourcesCommand = _AttachTrafficSourcesCommand;
|
|
|
7591
7583
|
|
|
7592
7584
|
|
|
7593
7585
|
|
|
7594
|
-
var _BatchDeleteScheduledActionCommand = class _BatchDeleteScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7595
|
-
...commonParams
|
|
7596
|
-
}).m(function(Command, cs, config, o) {
|
|
7586
|
+
var _BatchDeleteScheduledActionCommand = class _BatchDeleteScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7597
7587
|
return [
|
|
7598
7588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7599
7589
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7607,9 +7597,7 @@ var BatchDeleteScheduledActionCommand = _BatchDeleteScheduledActionCommand;
|
|
|
7607
7597
|
|
|
7608
7598
|
|
|
7609
7599
|
|
|
7610
|
-
var _BatchPutScheduledUpdateGroupActionCommand = class _BatchPutScheduledUpdateGroupActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7611
|
-
...commonParams
|
|
7612
|
-
}).m(function(Command, cs, config, o) {
|
|
7600
|
+
var _BatchPutScheduledUpdateGroupActionCommand = class _BatchPutScheduledUpdateGroupActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7613
7601
|
return [
|
|
7614
7602
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7615
7603
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7623,9 +7611,7 @@ var BatchPutScheduledUpdateGroupActionCommand = _BatchPutScheduledUpdateGroupAct
|
|
|
7623
7611
|
|
|
7624
7612
|
|
|
7625
7613
|
|
|
7626
|
-
var _CancelInstanceRefreshCommand = class _CancelInstanceRefreshCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7627
|
-
...commonParams
|
|
7628
|
-
}).m(function(Command, cs, config, o) {
|
|
7614
|
+
var _CancelInstanceRefreshCommand = class _CancelInstanceRefreshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7629
7615
|
return [
|
|
7630
7616
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7631
7617
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7639,9 +7625,7 @@ var CancelInstanceRefreshCommand = _CancelInstanceRefreshCommand;
|
|
|
7639
7625
|
|
|
7640
7626
|
|
|
7641
7627
|
|
|
7642
|
-
var _CompleteLifecycleActionCommand = class _CompleteLifecycleActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7643
|
-
...commonParams
|
|
7644
|
-
}).m(function(Command, cs, config, o) {
|
|
7628
|
+
var _CompleteLifecycleActionCommand = class _CompleteLifecycleActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7645
7629
|
return [
|
|
7646
7630
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7647
7631
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7655,9 +7639,7 @@ var CompleteLifecycleActionCommand = _CompleteLifecycleActionCommand;
|
|
|
7655
7639
|
|
|
7656
7640
|
|
|
7657
7641
|
|
|
7658
|
-
var _CreateAutoScalingGroupCommand = class _CreateAutoScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7659
|
-
...commonParams
|
|
7660
|
-
}).m(function(Command, cs, config, o) {
|
|
7642
|
+
var _CreateAutoScalingGroupCommand = class _CreateAutoScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7661
7643
|
return [
|
|
7662
7644
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7663
7645
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7671,9 +7653,7 @@ var CreateAutoScalingGroupCommand = _CreateAutoScalingGroupCommand;
|
|
|
7671
7653
|
|
|
7672
7654
|
|
|
7673
7655
|
|
|
7674
|
-
var _CreateLaunchConfigurationCommand = class _CreateLaunchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7675
|
-
...commonParams
|
|
7676
|
-
}).m(function(Command, cs, config, o) {
|
|
7656
|
+
var _CreateLaunchConfigurationCommand = class _CreateLaunchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7677
7657
|
return [
|
|
7678
7658
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7679
7659
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7687,9 +7667,7 @@ var CreateLaunchConfigurationCommand = _CreateLaunchConfigurationCommand;
|
|
|
7687
7667
|
|
|
7688
7668
|
|
|
7689
7669
|
|
|
7690
|
-
var _CreateOrUpdateTagsCommand = class _CreateOrUpdateTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7691
|
-
...commonParams
|
|
7692
|
-
}).m(function(Command, cs, config, o) {
|
|
7670
|
+
var _CreateOrUpdateTagsCommand = class _CreateOrUpdateTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7693
7671
|
return [
|
|
7694
7672
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7695
7673
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7703,9 +7681,7 @@ var CreateOrUpdateTagsCommand = _CreateOrUpdateTagsCommand;
|
|
|
7703
7681
|
|
|
7704
7682
|
|
|
7705
7683
|
|
|
7706
|
-
var _DeleteAutoScalingGroupCommand = class _DeleteAutoScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7707
|
-
...commonParams
|
|
7708
|
-
}).m(function(Command, cs, config, o) {
|
|
7684
|
+
var _DeleteAutoScalingGroupCommand = class _DeleteAutoScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7709
7685
|
return [
|
|
7710
7686
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7711
7687
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7719,9 +7695,7 @@ var DeleteAutoScalingGroupCommand = _DeleteAutoScalingGroupCommand;
|
|
|
7719
7695
|
|
|
7720
7696
|
|
|
7721
7697
|
|
|
7722
|
-
var _DeleteLaunchConfigurationCommand = class _DeleteLaunchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7723
|
-
...commonParams
|
|
7724
|
-
}).m(function(Command, cs, config, o) {
|
|
7698
|
+
var _DeleteLaunchConfigurationCommand = class _DeleteLaunchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7725
7699
|
return [
|
|
7726
7700
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7727
7701
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7735,9 +7709,7 @@ var DeleteLaunchConfigurationCommand = _DeleteLaunchConfigurationCommand;
|
|
|
7735
7709
|
|
|
7736
7710
|
|
|
7737
7711
|
|
|
7738
|
-
var _DeleteLifecycleHookCommand = class _DeleteLifecycleHookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7739
|
-
...commonParams
|
|
7740
|
-
}).m(function(Command, cs, config, o) {
|
|
7712
|
+
var _DeleteLifecycleHookCommand = class _DeleteLifecycleHookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7741
7713
|
return [
|
|
7742
7714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7743
7715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7751,9 +7723,7 @@ var DeleteLifecycleHookCommand = _DeleteLifecycleHookCommand;
|
|
|
7751
7723
|
|
|
7752
7724
|
|
|
7753
7725
|
|
|
7754
|
-
var _DeleteNotificationConfigurationCommand = class _DeleteNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7755
|
-
...commonParams
|
|
7756
|
-
}).m(function(Command, cs, config, o) {
|
|
7726
|
+
var _DeleteNotificationConfigurationCommand = class _DeleteNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7757
7727
|
return [
|
|
7758
7728
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7759
7729
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7767,9 +7737,7 @@ var DeleteNotificationConfigurationCommand = _DeleteNotificationConfigurationCom
|
|
|
7767
7737
|
|
|
7768
7738
|
|
|
7769
7739
|
|
|
7770
|
-
var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7771
|
-
...commonParams
|
|
7772
|
-
}).m(function(Command, cs, config, o) {
|
|
7740
|
+
var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7773
7741
|
return [
|
|
7774
7742
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7775
7743
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7783,9 +7751,7 @@ var DeletePolicyCommand = _DeletePolicyCommand;
|
|
|
7783
7751
|
|
|
7784
7752
|
|
|
7785
7753
|
|
|
7786
|
-
var _DeleteScheduledActionCommand = class _DeleteScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7787
|
-
...commonParams
|
|
7788
|
-
}).m(function(Command, cs, config, o) {
|
|
7754
|
+
var _DeleteScheduledActionCommand = class _DeleteScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7789
7755
|
return [
|
|
7790
7756
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7791
7757
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7799,9 +7765,7 @@ var DeleteScheduledActionCommand = _DeleteScheduledActionCommand;
|
|
|
7799
7765
|
|
|
7800
7766
|
|
|
7801
7767
|
|
|
7802
|
-
var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7803
|
-
...commonParams
|
|
7804
|
-
}).m(function(Command, cs, config, o) {
|
|
7768
|
+
var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7805
7769
|
return [
|
|
7806
7770
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7807
7771
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7815,9 +7779,7 @@ var DeleteTagsCommand = _DeleteTagsCommand;
|
|
|
7815
7779
|
|
|
7816
7780
|
|
|
7817
7781
|
|
|
7818
|
-
var _DeleteWarmPoolCommand = class _DeleteWarmPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7819
|
-
...commonParams
|
|
7820
|
-
}).m(function(Command, cs, config, o) {
|
|
7782
|
+
var _DeleteWarmPoolCommand = class _DeleteWarmPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7821
7783
|
return [
|
|
7822
7784
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7823
7785
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7831,9 +7793,7 @@ var DeleteWarmPoolCommand = _DeleteWarmPoolCommand;
|
|
|
7831
7793
|
|
|
7832
7794
|
|
|
7833
7795
|
|
|
7834
|
-
var _DescribeAccountLimitsCommand = class _DescribeAccountLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7835
|
-
...commonParams
|
|
7836
|
-
}).m(function(Command, cs, config, o) {
|
|
7796
|
+
var _DescribeAccountLimitsCommand = class _DescribeAccountLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7837
7797
|
return [
|
|
7838
7798
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7839
7799
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7847,9 +7807,7 @@ var DescribeAccountLimitsCommand = _DescribeAccountLimitsCommand;
|
|
|
7847
7807
|
|
|
7848
7808
|
|
|
7849
7809
|
|
|
7850
|
-
var _DescribeAdjustmentTypesCommand = class _DescribeAdjustmentTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7851
|
-
...commonParams
|
|
7852
|
-
}).m(function(Command, cs, config, o) {
|
|
7810
|
+
var _DescribeAdjustmentTypesCommand = class _DescribeAdjustmentTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7853
7811
|
return [
|
|
7854
7812
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7855
7813
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7863,9 +7821,7 @@ var DescribeAdjustmentTypesCommand = _DescribeAdjustmentTypesCommand;
|
|
|
7863
7821
|
|
|
7864
7822
|
|
|
7865
7823
|
|
|
7866
|
-
var _DescribeAutoScalingGroupsCommand = class _DescribeAutoScalingGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7867
|
-
...commonParams
|
|
7868
|
-
}).m(function(Command, cs, config, o) {
|
|
7824
|
+
var _DescribeAutoScalingGroupsCommand = class _DescribeAutoScalingGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7869
7825
|
return [
|
|
7870
7826
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7871
7827
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7879,9 +7835,7 @@ var DescribeAutoScalingGroupsCommand = _DescribeAutoScalingGroupsCommand;
|
|
|
7879
7835
|
|
|
7880
7836
|
|
|
7881
7837
|
|
|
7882
|
-
var _DescribeAutoScalingInstancesCommand = class _DescribeAutoScalingInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7883
|
-
...commonParams
|
|
7884
|
-
}).m(function(Command, cs, config, o) {
|
|
7838
|
+
var _DescribeAutoScalingInstancesCommand = class _DescribeAutoScalingInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7885
7839
|
return [
|
|
7886
7840
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7887
7841
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7895,9 +7849,7 @@ var DescribeAutoScalingInstancesCommand = _DescribeAutoScalingInstancesCommand;
|
|
|
7895
7849
|
|
|
7896
7850
|
|
|
7897
7851
|
|
|
7898
|
-
var _DescribeAutoScalingNotificationTypesCommand = class _DescribeAutoScalingNotificationTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7899
|
-
...commonParams
|
|
7900
|
-
}).m(function(Command, cs, config, o) {
|
|
7852
|
+
var _DescribeAutoScalingNotificationTypesCommand = class _DescribeAutoScalingNotificationTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7901
7853
|
return [
|
|
7902
7854
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7903
7855
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7911,9 +7863,7 @@ var DescribeAutoScalingNotificationTypesCommand = _DescribeAutoScalingNotificati
|
|
|
7911
7863
|
|
|
7912
7864
|
|
|
7913
7865
|
|
|
7914
|
-
var _DescribeInstanceRefreshesCommand = class _DescribeInstanceRefreshesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7915
|
-
...commonParams
|
|
7916
|
-
}).m(function(Command, cs, config, o) {
|
|
7866
|
+
var _DescribeInstanceRefreshesCommand = class _DescribeInstanceRefreshesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7917
7867
|
return [
|
|
7918
7868
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7919
7869
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7927,9 +7877,7 @@ var DescribeInstanceRefreshesCommand = _DescribeInstanceRefreshesCommand;
|
|
|
7927
7877
|
|
|
7928
7878
|
|
|
7929
7879
|
|
|
7930
|
-
var _DescribeLaunchConfigurationsCommand = class _DescribeLaunchConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7931
|
-
...commonParams
|
|
7932
|
-
}).m(function(Command, cs, config, o) {
|
|
7880
|
+
var _DescribeLaunchConfigurationsCommand = class _DescribeLaunchConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7933
7881
|
return [
|
|
7934
7882
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7935
7883
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7943,9 +7891,7 @@ var DescribeLaunchConfigurationsCommand = _DescribeLaunchConfigurationsCommand;
|
|
|
7943
7891
|
|
|
7944
7892
|
|
|
7945
7893
|
|
|
7946
|
-
var _DescribeLifecycleHooksCommand = class _DescribeLifecycleHooksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7947
|
-
...commonParams
|
|
7948
|
-
}).m(function(Command, cs, config, o) {
|
|
7894
|
+
var _DescribeLifecycleHooksCommand = class _DescribeLifecycleHooksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7949
7895
|
return [
|
|
7950
7896
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7951
7897
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7959,9 +7905,7 @@ var DescribeLifecycleHooksCommand = _DescribeLifecycleHooksCommand;
|
|
|
7959
7905
|
|
|
7960
7906
|
|
|
7961
7907
|
|
|
7962
|
-
var _DescribeLifecycleHookTypesCommand = class _DescribeLifecycleHookTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7963
|
-
...commonParams
|
|
7964
|
-
}).m(function(Command, cs, config, o) {
|
|
7908
|
+
var _DescribeLifecycleHookTypesCommand = class _DescribeLifecycleHookTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7965
7909
|
return [
|
|
7966
7910
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7967
7911
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7975,9 +7919,7 @@ var DescribeLifecycleHookTypesCommand = _DescribeLifecycleHookTypesCommand;
|
|
|
7975
7919
|
|
|
7976
7920
|
|
|
7977
7921
|
|
|
7978
|
-
var _DescribeLoadBalancersCommand = class _DescribeLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7979
|
-
...commonParams
|
|
7980
|
-
}).m(function(Command, cs, config, o) {
|
|
7922
|
+
var _DescribeLoadBalancersCommand = class _DescribeLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7981
7923
|
return [
|
|
7982
7924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7983
7925
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7991,9 +7933,7 @@ var DescribeLoadBalancersCommand = _DescribeLoadBalancersCommand;
|
|
|
7991
7933
|
|
|
7992
7934
|
|
|
7993
7935
|
|
|
7994
|
-
var _DescribeLoadBalancerTargetGroupsCommand = class _DescribeLoadBalancerTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7995
|
-
...commonParams
|
|
7996
|
-
}).m(function(Command, cs, config, o) {
|
|
7936
|
+
var _DescribeLoadBalancerTargetGroupsCommand = class _DescribeLoadBalancerTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7997
7937
|
return [
|
|
7998
7938
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7999
7939
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8007,9 +7947,7 @@ var DescribeLoadBalancerTargetGroupsCommand = _DescribeLoadBalancerTargetGroupsC
|
|
|
8007
7947
|
|
|
8008
7948
|
|
|
8009
7949
|
|
|
8010
|
-
var _DescribeMetricCollectionTypesCommand = class _DescribeMetricCollectionTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8011
|
-
...commonParams
|
|
8012
|
-
}).m(function(Command, cs, config, o) {
|
|
7950
|
+
var _DescribeMetricCollectionTypesCommand = class _DescribeMetricCollectionTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8013
7951
|
return [
|
|
8014
7952
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8015
7953
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8023,9 +7961,7 @@ var DescribeMetricCollectionTypesCommand = _DescribeMetricCollectionTypesCommand
|
|
|
8023
7961
|
|
|
8024
7962
|
|
|
8025
7963
|
|
|
8026
|
-
var _DescribeNotificationConfigurationsCommand = class _DescribeNotificationConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8027
|
-
...commonParams
|
|
8028
|
-
}).m(function(Command, cs, config, o) {
|
|
7964
|
+
var _DescribeNotificationConfigurationsCommand = class _DescribeNotificationConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8029
7965
|
return [
|
|
8030
7966
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8031
7967
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8039,9 +7975,7 @@ var DescribeNotificationConfigurationsCommand = _DescribeNotificationConfigurati
|
|
|
8039
7975
|
|
|
8040
7976
|
|
|
8041
7977
|
|
|
8042
|
-
var _DescribePoliciesCommand = class _DescribePoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8043
|
-
...commonParams
|
|
8044
|
-
}).m(function(Command, cs, config, o) {
|
|
7978
|
+
var _DescribePoliciesCommand = class _DescribePoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8045
7979
|
return [
|
|
8046
7980
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8047
7981
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8055,9 +7989,7 @@ var DescribePoliciesCommand = _DescribePoliciesCommand;
|
|
|
8055
7989
|
|
|
8056
7990
|
|
|
8057
7991
|
|
|
8058
|
-
var _DescribeScalingActivitiesCommand = class _DescribeScalingActivitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8059
|
-
...commonParams
|
|
8060
|
-
}).m(function(Command, cs, config, o) {
|
|
7992
|
+
var _DescribeScalingActivitiesCommand = class _DescribeScalingActivitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8061
7993
|
return [
|
|
8062
7994
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8063
7995
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8071,9 +8003,7 @@ var DescribeScalingActivitiesCommand = _DescribeScalingActivitiesCommand;
|
|
|
8071
8003
|
|
|
8072
8004
|
|
|
8073
8005
|
|
|
8074
|
-
var _DescribeScalingProcessTypesCommand = class _DescribeScalingProcessTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8075
|
-
...commonParams
|
|
8076
|
-
}).m(function(Command, cs, config, o) {
|
|
8006
|
+
var _DescribeScalingProcessTypesCommand = class _DescribeScalingProcessTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8077
8007
|
return [
|
|
8078
8008
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8079
8009
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8087,9 +8017,7 @@ var DescribeScalingProcessTypesCommand = _DescribeScalingProcessTypesCommand;
|
|
|
8087
8017
|
|
|
8088
8018
|
|
|
8089
8019
|
|
|
8090
|
-
var _DescribeScheduledActionsCommand = class _DescribeScheduledActionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8091
|
-
...commonParams
|
|
8092
|
-
}).m(function(Command, cs, config, o) {
|
|
8020
|
+
var _DescribeScheduledActionsCommand = class _DescribeScheduledActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8093
8021
|
return [
|
|
8094
8022
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8095
8023
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8103,9 +8031,7 @@ var DescribeScheduledActionsCommand = _DescribeScheduledActionsCommand;
|
|
|
8103
8031
|
|
|
8104
8032
|
|
|
8105
8033
|
|
|
8106
|
-
var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8107
|
-
...commonParams
|
|
8108
|
-
}).m(function(Command, cs, config, o) {
|
|
8034
|
+
var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8109
8035
|
return [
|
|
8110
8036
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8111
8037
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8119,9 +8045,7 @@ var DescribeTagsCommand = _DescribeTagsCommand;
|
|
|
8119
8045
|
|
|
8120
8046
|
|
|
8121
8047
|
|
|
8122
|
-
var _DescribeTerminationPolicyTypesCommand = class _DescribeTerminationPolicyTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8123
|
-
...commonParams
|
|
8124
|
-
}).m(function(Command, cs, config, o) {
|
|
8048
|
+
var _DescribeTerminationPolicyTypesCommand = class _DescribeTerminationPolicyTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8125
8049
|
return [
|
|
8126
8050
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8127
8051
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8135,9 +8059,7 @@ var DescribeTerminationPolicyTypesCommand = _DescribeTerminationPolicyTypesComma
|
|
|
8135
8059
|
|
|
8136
8060
|
|
|
8137
8061
|
|
|
8138
|
-
var _DescribeTrafficSourcesCommand = class _DescribeTrafficSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8139
|
-
...commonParams
|
|
8140
|
-
}).m(function(Command, cs, config, o) {
|
|
8062
|
+
var _DescribeTrafficSourcesCommand = class _DescribeTrafficSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8141
8063
|
return [
|
|
8142
8064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8143
8065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8151,9 +8073,7 @@ var DescribeTrafficSourcesCommand = _DescribeTrafficSourcesCommand;
|
|
|
8151
8073
|
|
|
8152
8074
|
|
|
8153
8075
|
|
|
8154
|
-
var _DescribeWarmPoolCommand = class _DescribeWarmPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8155
|
-
...commonParams
|
|
8156
|
-
}).m(function(Command, cs, config, o) {
|
|
8076
|
+
var _DescribeWarmPoolCommand = class _DescribeWarmPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8157
8077
|
return [
|
|
8158
8078
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8159
8079
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8167,9 +8087,7 @@ var DescribeWarmPoolCommand = _DescribeWarmPoolCommand;
|
|
|
8167
8087
|
|
|
8168
8088
|
|
|
8169
8089
|
|
|
8170
|
-
var _DetachInstancesCommand = class _DetachInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8171
|
-
...commonParams
|
|
8172
|
-
}).m(function(Command, cs, config, o) {
|
|
8090
|
+
var _DetachInstancesCommand = class _DetachInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8173
8091
|
return [
|
|
8174
8092
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8175
8093
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8183,9 +8101,7 @@ var DetachInstancesCommand = _DetachInstancesCommand;
|
|
|
8183
8101
|
|
|
8184
8102
|
|
|
8185
8103
|
|
|
8186
|
-
var _DetachLoadBalancersCommand = class _DetachLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8187
|
-
...commonParams
|
|
8188
|
-
}).m(function(Command, cs, config, o) {
|
|
8104
|
+
var _DetachLoadBalancersCommand = class _DetachLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8189
8105
|
return [
|
|
8190
8106
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8191
8107
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8199,9 +8115,7 @@ var DetachLoadBalancersCommand = _DetachLoadBalancersCommand;
|
|
|
8199
8115
|
|
|
8200
8116
|
|
|
8201
8117
|
|
|
8202
|
-
var _DetachLoadBalancerTargetGroupsCommand = class _DetachLoadBalancerTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8203
|
-
...commonParams
|
|
8204
|
-
}).m(function(Command, cs, config, o) {
|
|
8118
|
+
var _DetachLoadBalancerTargetGroupsCommand = class _DetachLoadBalancerTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8205
8119
|
return [
|
|
8206
8120
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8207
8121
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8215,9 +8129,7 @@ var DetachLoadBalancerTargetGroupsCommand = _DetachLoadBalancerTargetGroupsComma
|
|
|
8215
8129
|
|
|
8216
8130
|
|
|
8217
8131
|
|
|
8218
|
-
var _DetachTrafficSourcesCommand = class _DetachTrafficSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8219
|
-
...commonParams
|
|
8220
|
-
}).m(function(Command, cs, config, o) {
|
|
8132
|
+
var _DetachTrafficSourcesCommand = class _DetachTrafficSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8221
8133
|
return [
|
|
8222
8134
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8223
8135
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8231,9 +8143,7 @@ var DetachTrafficSourcesCommand = _DetachTrafficSourcesCommand;
|
|
|
8231
8143
|
|
|
8232
8144
|
|
|
8233
8145
|
|
|
8234
|
-
var _DisableMetricsCollectionCommand = class _DisableMetricsCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8235
|
-
...commonParams
|
|
8236
|
-
}).m(function(Command, cs, config, o) {
|
|
8146
|
+
var _DisableMetricsCollectionCommand = class _DisableMetricsCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8237
8147
|
return [
|
|
8238
8148
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8239
8149
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8247,9 +8157,7 @@ var DisableMetricsCollectionCommand = _DisableMetricsCollectionCommand;
|
|
|
8247
8157
|
|
|
8248
8158
|
|
|
8249
8159
|
|
|
8250
|
-
var _EnableMetricsCollectionCommand = class _EnableMetricsCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8251
|
-
...commonParams
|
|
8252
|
-
}).m(function(Command, cs, config, o) {
|
|
8160
|
+
var _EnableMetricsCollectionCommand = class _EnableMetricsCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8253
8161
|
return [
|
|
8254
8162
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8255
8163
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8263,9 +8171,7 @@ var EnableMetricsCollectionCommand = _EnableMetricsCollectionCommand;
|
|
|
8263
8171
|
|
|
8264
8172
|
|
|
8265
8173
|
|
|
8266
|
-
var _EnterStandbyCommand = class _EnterStandbyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8267
|
-
...commonParams
|
|
8268
|
-
}).m(function(Command, cs, config, o) {
|
|
8174
|
+
var _EnterStandbyCommand = class _EnterStandbyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8269
8175
|
return [
|
|
8270
8176
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8271
8177
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8279,9 +8185,7 @@ var EnterStandbyCommand = _EnterStandbyCommand;
|
|
|
8279
8185
|
|
|
8280
8186
|
|
|
8281
8187
|
|
|
8282
|
-
var _ExecutePolicyCommand = class _ExecutePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8283
|
-
...commonParams
|
|
8284
|
-
}).m(function(Command, cs, config, o) {
|
|
8188
|
+
var _ExecutePolicyCommand = class _ExecutePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8285
8189
|
return [
|
|
8286
8190
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8287
8191
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8295,9 +8199,7 @@ var ExecutePolicyCommand = _ExecutePolicyCommand;
|
|
|
8295
8199
|
|
|
8296
8200
|
|
|
8297
8201
|
|
|
8298
|
-
var _ExitStandbyCommand = class _ExitStandbyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8299
|
-
...commonParams
|
|
8300
|
-
}).m(function(Command, cs, config, o) {
|
|
8202
|
+
var _ExitStandbyCommand = class _ExitStandbyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8301
8203
|
return [
|
|
8302
8204
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8303
8205
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8311,9 +8213,7 @@ var ExitStandbyCommand = _ExitStandbyCommand;
|
|
|
8311
8213
|
|
|
8312
8214
|
|
|
8313
8215
|
|
|
8314
|
-
var _GetPredictiveScalingForecastCommand = class _GetPredictiveScalingForecastCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8315
|
-
...commonParams
|
|
8316
|
-
}).m(function(Command, cs, config, o) {
|
|
8216
|
+
var _GetPredictiveScalingForecastCommand = class _GetPredictiveScalingForecastCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8317
8217
|
return [
|
|
8318
8218
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8319
8219
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8327,9 +8227,7 @@ var GetPredictiveScalingForecastCommand = _GetPredictiveScalingForecastCommand;
|
|
|
8327
8227
|
|
|
8328
8228
|
|
|
8329
8229
|
|
|
8330
|
-
var _PutLifecycleHookCommand = class _PutLifecycleHookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8331
|
-
...commonParams
|
|
8332
|
-
}).m(function(Command, cs, config, o) {
|
|
8230
|
+
var _PutLifecycleHookCommand = class _PutLifecycleHookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8333
8231
|
return [
|
|
8334
8232
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8335
8233
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8343,9 +8241,7 @@ var PutLifecycleHookCommand = _PutLifecycleHookCommand;
|
|
|
8343
8241
|
|
|
8344
8242
|
|
|
8345
8243
|
|
|
8346
|
-
var _PutNotificationConfigurationCommand = class _PutNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8347
|
-
...commonParams
|
|
8348
|
-
}).m(function(Command, cs, config, o) {
|
|
8244
|
+
var _PutNotificationConfigurationCommand = class _PutNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8349
8245
|
return [
|
|
8350
8246
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8351
8247
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8359,9 +8255,7 @@ var PutNotificationConfigurationCommand = _PutNotificationConfigurationCommand;
|
|
|
8359
8255
|
|
|
8360
8256
|
|
|
8361
8257
|
|
|
8362
|
-
var _PutScalingPolicyCommand = class _PutScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8363
|
-
...commonParams
|
|
8364
|
-
}).m(function(Command, cs, config, o) {
|
|
8258
|
+
var _PutScalingPolicyCommand = class _PutScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8365
8259
|
return [
|
|
8366
8260
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8367
8261
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8375,9 +8269,7 @@ var PutScalingPolicyCommand = _PutScalingPolicyCommand;
|
|
|
8375
8269
|
|
|
8376
8270
|
|
|
8377
8271
|
|
|
8378
|
-
var _PutScheduledUpdateGroupActionCommand = class _PutScheduledUpdateGroupActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8379
|
-
...commonParams
|
|
8380
|
-
}).m(function(Command, cs, config, o) {
|
|
8272
|
+
var _PutScheduledUpdateGroupActionCommand = class _PutScheduledUpdateGroupActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8381
8273
|
return [
|
|
8382
8274
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8383
8275
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8391,9 +8283,7 @@ var PutScheduledUpdateGroupActionCommand = _PutScheduledUpdateGroupActionCommand
|
|
|
8391
8283
|
|
|
8392
8284
|
|
|
8393
8285
|
|
|
8394
|
-
var _PutWarmPoolCommand = class _PutWarmPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8395
|
-
...commonParams
|
|
8396
|
-
}).m(function(Command, cs, config, o) {
|
|
8286
|
+
var _PutWarmPoolCommand = class _PutWarmPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8397
8287
|
return [
|
|
8398
8288
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8399
8289
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8407,9 +8297,7 @@ var PutWarmPoolCommand = _PutWarmPoolCommand;
|
|
|
8407
8297
|
|
|
8408
8298
|
|
|
8409
8299
|
|
|
8410
|
-
var _RecordLifecycleActionHeartbeatCommand = class _RecordLifecycleActionHeartbeatCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8411
|
-
...commonParams
|
|
8412
|
-
}).m(function(Command, cs, config, o) {
|
|
8300
|
+
var _RecordLifecycleActionHeartbeatCommand = class _RecordLifecycleActionHeartbeatCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8413
8301
|
return [
|
|
8414
8302
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8415
8303
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8423,9 +8311,7 @@ var RecordLifecycleActionHeartbeatCommand = _RecordLifecycleActionHeartbeatComma
|
|
|
8423
8311
|
|
|
8424
8312
|
|
|
8425
8313
|
|
|
8426
|
-
var _ResumeProcessesCommand = class _ResumeProcessesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8427
|
-
...commonParams
|
|
8428
|
-
}).m(function(Command, cs, config, o) {
|
|
8314
|
+
var _ResumeProcessesCommand = class _ResumeProcessesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8429
8315
|
return [
|
|
8430
8316
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8431
8317
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8439,9 +8325,7 @@ var ResumeProcessesCommand = _ResumeProcessesCommand;
|
|
|
8439
8325
|
|
|
8440
8326
|
|
|
8441
8327
|
|
|
8442
|
-
var _RollbackInstanceRefreshCommand = class _RollbackInstanceRefreshCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8443
|
-
...commonParams
|
|
8444
|
-
}).m(function(Command, cs, config, o) {
|
|
8328
|
+
var _RollbackInstanceRefreshCommand = class _RollbackInstanceRefreshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8445
8329
|
return [
|
|
8446
8330
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8447
8331
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8455,9 +8339,7 @@ var RollbackInstanceRefreshCommand = _RollbackInstanceRefreshCommand;
|
|
|
8455
8339
|
|
|
8456
8340
|
|
|
8457
8341
|
|
|
8458
|
-
var _SetDesiredCapacityCommand = class _SetDesiredCapacityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8459
|
-
...commonParams
|
|
8460
|
-
}).m(function(Command, cs, config, o) {
|
|
8342
|
+
var _SetDesiredCapacityCommand = class _SetDesiredCapacityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8461
8343
|
return [
|
|
8462
8344
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8463
8345
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8471,9 +8353,7 @@ var SetDesiredCapacityCommand = _SetDesiredCapacityCommand;
|
|
|
8471
8353
|
|
|
8472
8354
|
|
|
8473
8355
|
|
|
8474
|
-
var _SetInstanceHealthCommand = class _SetInstanceHealthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8475
|
-
...commonParams
|
|
8476
|
-
}).m(function(Command, cs, config, o) {
|
|
8356
|
+
var _SetInstanceHealthCommand = class _SetInstanceHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8477
8357
|
return [
|
|
8478
8358
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8479
8359
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8487,9 +8367,7 @@ var SetInstanceHealthCommand = _SetInstanceHealthCommand;
|
|
|
8487
8367
|
|
|
8488
8368
|
|
|
8489
8369
|
|
|
8490
|
-
var _SetInstanceProtectionCommand = class _SetInstanceProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8491
|
-
...commonParams
|
|
8492
|
-
}).m(function(Command, cs, config, o) {
|
|
8370
|
+
var _SetInstanceProtectionCommand = class _SetInstanceProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8493
8371
|
return [
|
|
8494
8372
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8495
8373
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8503,9 +8381,7 @@ var SetInstanceProtectionCommand = _SetInstanceProtectionCommand;
|
|
|
8503
8381
|
|
|
8504
8382
|
|
|
8505
8383
|
|
|
8506
|
-
var _StartInstanceRefreshCommand = class _StartInstanceRefreshCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8507
|
-
...commonParams
|
|
8508
|
-
}).m(function(Command, cs, config, o) {
|
|
8384
|
+
var _StartInstanceRefreshCommand = class _StartInstanceRefreshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8509
8385
|
return [
|
|
8510
8386
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8511
8387
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8519,9 +8395,7 @@ var StartInstanceRefreshCommand = _StartInstanceRefreshCommand;
|
|
|
8519
8395
|
|
|
8520
8396
|
|
|
8521
8397
|
|
|
8522
|
-
var _SuspendProcessesCommand = class _SuspendProcessesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8523
|
-
...commonParams
|
|
8524
|
-
}).m(function(Command, cs, config, o) {
|
|
8398
|
+
var _SuspendProcessesCommand = class _SuspendProcessesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8525
8399
|
return [
|
|
8526
8400
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8527
8401
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8535,9 +8409,7 @@ var SuspendProcessesCommand = _SuspendProcessesCommand;
|
|
|
8535
8409
|
|
|
8536
8410
|
|
|
8537
8411
|
|
|
8538
|
-
var _TerminateInstanceInAutoScalingGroupCommand = class _TerminateInstanceInAutoScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8539
|
-
...commonParams
|
|
8540
|
-
}).m(function(Command, cs, config, o) {
|
|
8412
|
+
var _TerminateInstanceInAutoScalingGroupCommand = class _TerminateInstanceInAutoScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8541
8413
|
return [
|
|
8542
8414
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8543
8415
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -8551,9 +8423,7 @@ var TerminateInstanceInAutoScalingGroupCommand = _TerminateInstanceInAutoScaling
|
|
|
8551
8423
|
|
|
8552
8424
|
|
|
8553
8425
|
|
|
8554
|
-
var _UpdateAutoScalingGroupCommand = class _UpdateAutoScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8555
|
-
...commonParams
|
|
8556
|
-
}).m(function(Command, cs, config, o) {
|
|
8426
|
+
var _UpdateAutoScalingGroupCommand = class _UpdateAutoScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
8557
8427
|
return [
|
|
8558
8428
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8559
8429
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|