@aws-sdk/client-auto-scaling 3.477.0 → 3.481.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/commands/AttachInstancesCommand.js +18 -41
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +18 -41
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +18 -41
- package/dist-cjs/commands/AttachTrafficSourcesCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +18 -41
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +18 -41
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +18 -41
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +18 -41
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +18 -41
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +18 -41
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +18 -41
- package/dist-cjs/commands/DeleteTagsCommand.js +18 -41
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +18 -41
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +18 -41
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/DescribePoliciesCommand.js +18 -41
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +18 -41
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTrafficSourcesCommand.js +18 -41
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +18 -41
- package/dist-cjs/commands/DetachInstancesCommand.js +18 -41
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +18 -41
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +18 -41
- package/dist-cjs/commands/DetachTrafficSourcesCommand.js +18 -41
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +18 -41
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +18 -41
- package/dist-cjs/commands/EnterStandbyCommand.js +18 -41
- package/dist-cjs/commands/ExecutePolicyCommand.js +18 -41
- package/dist-cjs/commands/ExitStandbyCommand.js +18 -41
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +18 -41
- package/dist-cjs/commands/PutLifecycleHookCommand.js +18 -41
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/PutScalingPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +18 -41
- package/dist-cjs/commands/PutWarmPoolCommand.js +18 -41
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +18 -41
- package/dist-cjs/commands/ResumeProcessesCommand.js +18 -41
- package/dist-cjs/commands/RollbackInstanceRefreshCommand.js +18 -41
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +18 -41
- package/dist-cjs/commands/SetInstanceHealthCommand.js +18 -41
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +18 -41
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +18 -41
- package/dist-cjs/commands/SuspendProcessesCommand.js +18 -41
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeAutoScalingGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeAutoScalingInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeInstanceRefreshesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeLaunchConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeLoadBalancerTargetGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeNotificationConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribePoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeScalingActivitiesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeScheduledActionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeTagsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeTrafficSourcesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeWarmPoolPaginator.js +2 -24
- package/dist-es/commands/AttachInstancesCommand.js +18 -41
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +18 -41
- package/dist-es/commands/AttachLoadBalancersCommand.js +18 -41
- package/dist-es/commands/AttachTrafficSourcesCommand.js +18 -41
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +18 -41
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +18 -41
- package/dist-es/commands/CancelInstanceRefreshCommand.js +18 -41
- package/dist-es/commands/CompleteLifecycleActionCommand.js +18 -41
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +18 -41
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +18 -41
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +18 -41
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteLifecycleHookCommand.js +18 -41
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +18 -41
- package/dist-es/commands/DeletePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteScheduledActionCommand.js +18 -41
- package/dist-es/commands/DeleteTagsCommand.js +18 -41
- package/dist-es/commands/DeleteWarmPoolCommand.js +18 -41
- package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +18 -41
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +18 -41
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +18 -41
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +18 -41
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +18 -41
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +18 -41
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +18 -41
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +18 -41
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +18 -41
- package/dist-es/commands/DescribePoliciesCommand.js +18 -41
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +18 -41
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +18 -41
- package/dist-es/commands/DescribeScheduledActionsCommand.js +18 -41
- package/dist-es/commands/DescribeTagsCommand.js +18 -41
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +18 -41
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +18 -41
- package/dist-es/commands/DescribeWarmPoolCommand.js +18 -41
- package/dist-es/commands/DetachInstancesCommand.js +18 -41
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +18 -41
- package/dist-es/commands/DetachLoadBalancersCommand.js +18 -41
- package/dist-es/commands/DetachTrafficSourcesCommand.js +18 -41
- package/dist-es/commands/DisableMetricsCollectionCommand.js +18 -41
- package/dist-es/commands/EnableMetricsCollectionCommand.js +18 -41
- package/dist-es/commands/EnterStandbyCommand.js +18 -41
- package/dist-es/commands/ExecutePolicyCommand.js +18 -41
- package/dist-es/commands/ExitStandbyCommand.js +18 -41
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +18 -41
- package/dist-es/commands/PutLifecycleHookCommand.js +18 -41
- package/dist-es/commands/PutNotificationConfigurationCommand.js +18 -41
- package/dist-es/commands/PutScalingPolicyCommand.js +18 -41
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +18 -41
- package/dist-es/commands/PutWarmPoolCommand.js +18 -41
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +18 -41
- package/dist-es/commands/ResumeProcessesCommand.js +18 -41
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +18 -41
- package/dist-es/commands/SetDesiredCapacityCommand.js +18 -41
- package/dist-es/commands/SetInstanceHealthCommand.js +18 -41
- package/dist-es/commands/SetInstanceProtectionCommand.js +18 -41
- package/dist-es/commands/StartInstanceRefreshCommand.js +18 -41
- package/dist-es/commands/SuspendProcessesCommand.js +18 -41
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +18 -41
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +2 -23
- package/dist-es/pagination/DescribeInstanceRefreshesPaginator.js +2 -23
- package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/DescribeLoadBalancerTargetGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js +2 -23
- package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/DescribePoliciesPaginator.js +2 -23
- package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +2 -23
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeTagsPaginator.js +2 -23
- package/dist-es/pagination/DescribeTrafficSourcesPaginator.js +2 -23
- package/dist-es/pagination/DescribeWarmPoolPaginator.js +2 -23
- package/dist-types/commands/AttachInstancesCommand.d.ts +6 -21
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +6 -21
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +6 -21
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +6 -21
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +6 -21
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +6 -21
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +6 -21
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribePoliciesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +6 -21
- package/dist-types/commands/DetachInstancesCommand.d.ts +6 -21
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +6 -21
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +6 -21
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +6 -21
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +6 -21
- package/dist-types/commands/EnterStandbyCommand.d.ts +6 -21
- package/dist-types/commands/ExecutePolicyCommand.d.ts +6 -21
- package/dist-types/commands/ExitStandbyCommand.d.ts +6 -21
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +6 -21
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +6 -21
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +6 -21
- package/dist-types/commands/PutWarmPoolCommand.d.ts +6 -21
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -21
- package/dist-types/commands/ResumeProcessesCommand.d.ts +6 -21
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +6 -21
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +6 -21
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +6 -21
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +6 -21
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +6 -21
- package/dist-types/commands/SuspendProcessesCommand.d.ts +6 -21
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInstanceRefreshesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeLoadBalancerTargetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTrafficSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeWarmPoolPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RollbackInstanceRefreshCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeInstanceRefreshesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeLoadBalancerTargetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeTrafficSourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeWarmPoolPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DescribeTagsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AutoScalingClient";
|
|
29
|
-
const commandName = "DescribeTagsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AutoScaling_2011_01_01",
|
|
38
|
-
operation: "DescribeTags",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_DescribeTagsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_DescribeTagsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeTagsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AutoScaling_2011_01_01", "DescribeTags", {})
|
|
22
|
+
.n("AutoScalingClient", "DescribeTagsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_DescribeTagsCommand)
|
|
25
|
+
.de(Aws_query_1.de_DescribeTagsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeTagsCommand = DescribeTagsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DescribeTerminationPolicyTypesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AutoScalingClient";
|
|
29
|
-
const commandName = "DescribeTerminationPolicyTypesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AutoScaling_2011_01_01",
|
|
38
|
-
operation: "DescribeTerminationPolicyTypes",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_DescribeTerminationPolicyTypesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_DescribeTerminationPolicyTypesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeTerminationPolicyTypesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AutoScaling_2011_01_01", "DescribeTerminationPolicyTypes", {})
|
|
22
|
+
.n("AutoScalingClient", "DescribeTerminationPolicyTypesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_DescribeTerminationPolicyTypesCommand)
|
|
25
|
+
.de(Aws_query_1.de_DescribeTerminationPolicyTypesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeTerminationPolicyTypesCommand = DescribeTerminationPolicyTypesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DescribeTrafficSourcesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AutoScalingClient";
|
|
29
|
-
const commandName = "DescribeTrafficSourcesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AutoScaling_2011_01_01",
|
|
38
|
-
operation: "DescribeTrafficSources",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_DescribeTrafficSourcesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_DescribeTrafficSourcesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeTrafficSourcesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AutoScaling_2011_01_01", "DescribeTrafficSources", {})
|
|
22
|
+
.n("AutoScalingClient", "DescribeTrafficSourcesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_DescribeTrafficSourcesCommand)
|
|
25
|
+
.de(Aws_query_1.de_DescribeTrafficSourcesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeTrafficSourcesCommand = DescribeTrafficSourcesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DescribeWarmPoolCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AutoScalingClient";
|
|
29
|
-
const commandName = "DescribeWarmPoolCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AutoScaling_2011_01_01",
|
|
38
|
-
operation: "DescribeWarmPool",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_DescribeWarmPoolCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_DescribeWarmPoolCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeWarmPoolCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AutoScaling_2011_01_01", "DescribeWarmPool", {})
|
|
22
|
+
.n("AutoScalingClient", "DescribeWarmPoolCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_DescribeWarmPoolCommand)
|
|
25
|
+
.de(Aws_query_1.de_DescribeWarmPoolCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeWarmPoolCommand = DescribeWarmPoolCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DetachInstancesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AutoScalingClient";
|
|
29
|
-
const commandName = "DetachInstancesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AutoScaling_2011_01_01",
|
|
38
|
-
operation: "DetachInstances",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_DetachInstancesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_DetachInstancesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DetachInstancesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AutoScaling_2011_01_01", "DetachInstances", {})
|
|
22
|
+
.n("AutoScalingClient", "DetachInstancesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_DetachInstancesCommand)
|
|
25
|
+
.de(Aws_query_1.de_DetachInstancesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DetachInstancesCommand = DetachInstancesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DetachLoadBalancerTargetGroupsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AutoScalingClient";
|
|
29
|
-
const commandName = "DetachLoadBalancerTargetGroupsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AutoScaling_2011_01_01",
|
|
38
|
-
operation: "DetachLoadBalancerTargetGroups",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_DetachLoadBalancerTargetGroupsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_DetachLoadBalancerTargetGroupsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DetachLoadBalancerTargetGroupsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AutoScaling_2011_01_01", "DetachLoadBalancerTargetGroups", {})
|
|
22
|
+
.n("AutoScalingClient", "DetachLoadBalancerTargetGroupsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_DetachLoadBalancerTargetGroupsCommand)
|
|
25
|
+
.de(Aws_query_1.de_DetachLoadBalancerTargetGroupsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DetachLoadBalancerTargetGroupsCommand = DetachLoadBalancerTargetGroupsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DetachLoadBalancersCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AutoScalingClient";
|
|
29
|
-
const commandName = "DetachLoadBalancersCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AutoScaling_2011_01_01",
|
|
38
|
-
operation: "DetachLoadBalancers",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_DetachLoadBalancersCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_DetachLoadBalancersCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DetachLoadBalancersCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AutoScaling_2011_01_01", "DetachLoadBalancers", {})
|
|
22
|
+
.n("AutoScalingClient", "DetachLoadBalancersCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_DetachLoadBalancersCommand)
|
|
25
|
+
.de(Aws_query_1.de_DetachLoadBalancersCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DetachLoadBalancersCommand = DetachLoadBalancersCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DetachTrafficSourcesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AutoScalingClient";
|
|
29
|
-
const commandName = "DetachTrafficSourcesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AutoScaling_2011_01_01",
|
|
38
|
-
operation: "DetachTrafficSources",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_DetachTrafficSourcesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_DetachTrafficSourcesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DetachTrafficSourcesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AutoScaling_2011_01_01", "DetachTrafficSources", {})
|
|
22
|
+
.n("AutoScalingClient", "DetachTrafficSourcesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_DetachTrafficSourcesCommand)
|
|
25
|
+
.de(Aws_query_1.de_DetachTrafficSourcesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DetachTrafficSourcesCommand = DetachTrafficSourcesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DisableMetricsCollectionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AutoScalingClient";
|
|
29
|
-
const commandName = "DisableMetricsCollectionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AutoScaling_2011_01_01",
|
|
38
|
-
operation: "DisableMetricsCollection",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_DisableMetricsCollectionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_DisableMetricsCollectionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DisableMetricsCollectionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AutoScaling_2011_01_01", "DisableMetricsCollection", {})
|
|
22
|
+
.n("AutoScalingClient", "DisableMetricsCollectionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_DisableMetricsCollectionCommand)
|
|
25
|
+
.de(Aws_query_1.de_DisableMetricsCollectionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DisableMetricsCollectionCommand = DisableMetricsCollectionCommand;
|