@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
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { BatchDeleteScheduledActionAnswer, BatchDeleteScheduledActionType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchDeleteScheduledActionCommandInput extends BatchDeleteSched
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteScheduledActionAnswer, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchDeleteScheduledActionCommand_base: {
|
|
24
|
+
new (input: BatchDeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes one or more scheduled actions for the specified Auto Scaling group.</p>
|
|
@@ -64,23 +67,5 @@ export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteSche
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class BatchDeleteScheduledActionCommand extends
|
|
68
|
-
readonly input: BatchDeleteScheduledActionCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: BatchDeleteScheduledActionCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class BatchDeleteScheduledActionCommand extends BatchDeleteScheduledActionCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { BatchPutScheduledUpdateGroupActionAnswer, BatchPutScheduledUpdateGroupActionType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchPutScheduledUpdateGroupActionCommandInput extends BatchPut
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPutScheduledUpdateGroupActionAnswer, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchPutScheduledUpdateGroupActionCommand_base: {
|
|
24
|
+
new (input: BatchPutScheduledUpdateGroupActionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates or updates one or more scheduled scaling actions for an Auto Scaling group.</p>
|
|
@@ -82,23 +85,5 @@ export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPu
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class BatchPutScheduledUpdateGroupActionCommand extends
|
|
86
|
-
readonly input: BatchPutScheduledUpdateGroupActionCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: BatchPutScheduledUpdateGroupActionCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class BatchPutScheduledUpdateGroupActionCommand extends BatchPutScheduledUpdateGroupActionCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { CancelInstanceRefreshAnswer, CancelInstanceRefreshType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CancelInstanceRefreshCommandInput extends CancelInstanceRefresh
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefreshAnswer, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CancelInstanceRefreshCommand_base: {
|
|
24
|
+
new (input: CancelInstanceRefreshCommandInput): import("@smithy/smithy-client").CommandImpl<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Cancels an instance refresh or rollback that is in progress. If an instance refresh or
|
|
@@ -88,23 +91,5 @@ export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefres
|
|
|
88
91
|
* ```
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class CancelInstanceRefreshCommand extends
|
|
92
|
-
readonly input: CancelInstanceRefreshCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: CancelInstanceRefreshCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class CancelInstanceRefreshCommand extends CancelInstanceRefreshCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { CompleteLifecycleActionAnswer, CompleteLifecycleActionType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CompleteLifecycleActionCommandInput extends CompleteLifecycleAc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleActionAnswer, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CompleteLifecycleActionCommand_base: {
|
|
24
|
+
new (input: CompleteLifecycleActionCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Completes the lifecycle action for the specified token or instance with the specified
|
|
@@ -108,23 +111,5 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
|
|
|
108
111
|
* ```
|
|
109
112
|
*
|
|
110
113
|
*/
|
|
111
|
-
export declare class CompleteLifecycleActionCommand extends
|
|
112
|
-
readonly input: CompleteLifecycleActionCommandInput;
|
|
113
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
-
/**
|
|
115
|
-
* @public
|
|
116
|
-
*/
|
|
117
|
-
constructor(input: CompleteLifecycleActionCommandInput);
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private serialize;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private deserialize;
|
|
114
|
+
export declare class CompleteLifecycleActionCommand extends CompleteLifecycleActionCommand_base {
|
|
130
115
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { CreateAutoScalingGroupType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAutoScalingGroupCommandInput extends CreateAutoScalingGro
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAutoScalingGroupCommand_base: {
|
|
24
|
+
new (input: CreateAutoScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -368,23 +371,5 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
368
371
|
* ```
|
|
369
372
|
*
|
|
370
373
|
*/
|
|
371
|
-
export declare class CreateAutoScalingGroupCommand extends
|
|
372
|
-
readonly input: CreateAutoScalingGroupCommandInput;
|
|
373
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
374
|
-
/**
|
|
375
|
-
* @public
|
|
376
|
-
*/
|
|
377
|
-
constructor(input: CreateAutoScalingGroupCommandInput);
|
|
378
|
-
/**
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput>;
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
|
-
private serialize;
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
|
-
private deserialize;
|
|
374
|
+
export declare class CreateAutoScalingGroupCommand extends CreateAutoScalingGroupCommand_base {
|
|
390
375
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { CreateLaunchConfigurationType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLaunchConfigurationCommandInput extends CreateLaunchConfi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLaunchConfigurationCommand_base: {
|
|
24
|
+
new (input: CreateLaunchConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a launch configuration.</p>
|
|
@@ -134,23 +137,5 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
134
137
|
* ```
|
|
135
138
|
*
|
|
136
139
|
*/
|
|
137
|
-
export declare class CreateLaunchConfigurationCommand extends
|
|
138
|
-
readonly input: CreateLaunchConfigurationCommandInput;
|
|
139
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
140
|
-
/**
|
|
141
|
-
* @public
|
|
142
|
-
*/
|
|
143
|
-
constructor(input: CreateLaunchConfigurationCommandInput);
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput>;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
private serialize;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
private deserialize;
|
|
140
|
+
export declare class CreateLaunchConfigurationCommand extends CreateLaunchConfigurationCommand_base {
|
|
156
141
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { CreateOrUpdateTagsType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateOrUpdateTagsCommandInput extends CreateOrUpdateTagsType {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateOrUpdateTagsCommand_base: {
|
|
24
|
+
new (input: CreateOrUpdateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates or updates tags for the specified Auto Scaling group.</p>
|
|
@@ -103,23 +106,5 @@ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
|
|
|
103
106
|
* ```
|
|
104
107
|
*
|
|
105
108
|
*/
|
|
106
|
-
export declare class CreateOrUpdateTagsCommand extends
|
|
107
|
-
readonly input: CreateOrUpdateTagsCommandInput;
|
|
108
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
-
/**
|
|
110
|
-
* @public
|
|
111
|
-
*/
|
|
112
|
-
constructor(input: CreateOrUpdateTagsCommandInput);
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private serialize;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private deserialize;
|
|
109
|
+
export declare class CreateOrUpdateTagsCommand extends CreateOrUpdateTagsCommand_base {
|
|
125
110
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { DeleteAutoScalingGroupType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAutoScalingGroupCommandInput extends DeleteAutoScalingGro
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAutoScalingGroupCommand_base: {
|
|
24
|
+
new (input: DeleteAutoScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified Auto Scaling group.</p>
|
|
@@ -98,23 +101,5 @@ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
98
101
|
* ```
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class DeleteAutoScalingGroupCommand extends
|
|
102
|
-
readonly input: DeleteAutoScalingGroupCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: DeleteAutoScalingGroupCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class DeleteAutoScalingGroupCommand extends DeleteAutoScalingGroupCommand_base {
|
|
120
105
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { LaunchConfigurationNameType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteLaunchConfigurationCommandInput extends LaunchConfigurati
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteLaunchConfigurationCommand_base: {
|
|
24
|
+
new (input: DeleteLaunchConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified launch configuration.</p>
|
|
@@ -69,23 +72,5 @@ export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
69
72
|
* ```
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DeleteLaunchConfigurationCommand extends
|
|
73
|
-
readonly input: DeleteLaunchConfigurationCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DeleteLaunchConfigurationCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DeleteLaunchConfigurationCommand extends DeleteLaunchConfigurationCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { DeleteLifecycleHookAnswer, DeleteLifecycleHookType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteLifecycleHookCommandInput extends DeleteLifecycleHookType
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAnswer, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteLifecycleHookCommand_base: {
|
|
24
|
+
new (input: DeleteLifecycleHookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified lifecycle hook.</p>
|
|
@@ -69,23 +72,5 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
|
|
|
69
72
|
* ```
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DeleteLifecycleHookCommand extends
|
|
73
|
-
readonly input: DeleteLifecycleHookCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DeleteLifecycleHookCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DeleteLifecycleHookCommand extends DeleteLifecycleHookCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { DeleteNotificationConfigurationType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteNotificationConfigurationCommandInput extends DeleteNotif
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteNotificationConfigurationCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteNotificationConfigurationCommand_base: {
|
|
24
|
+
new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified notification.</p>
|
|
@@ -66,23 +69,5 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
|
|
|
66
69
|
* ```
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DeleteNotificationConfigurationCommand extends
|
|
70
|
-
readonly input: DeleteNotificationConfigurationCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DeleteNotificationConfigurationCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DeleteNotificationConfigurationCommand extends DeleteNotificationConfigurationCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { DeletePolicyType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeletePolicyCommandInput extends DeletePolicyType {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeletePolicyCommand_base: {
|
|
24
|
+
new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified scaling policy.</p>
|
|
@@ -74,23 +77,5 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
74
77
|
* ```
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DeletePolicyCommand extends
|
|
78
|
-
readonly input: DeletePolicyCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DeletePolicyCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { DeleteScheduledActionType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteScheduledActionCommandInput extends DeleteScheduledAction
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteScheduledActionCommand_base: {
|
|
24
|
+
new (input: DeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified scheduled action.</p>
|
|
@@ -66,23 +69,5 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
|
66
69
|
* ```
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DeleteScheduledActionCommand extends
|
|
70
|
-
readonly input: DeleteScheduledActionCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DeleteScheduledActionCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DeleteScheduledActionCommand extends DeleteScheduledActionCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
4
|
import { DeleteTagsType } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTagsCommandInput extends DeleteTagsType {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTagsCommand_base: {
|
|
24
|
+
new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified tags.</p>
|
|
@@ -82,23 +85,5 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
82
85
|
* ```
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class DeleteTagsCommand extends
|
|
86
|
-
readonly input: DeleteTagsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: DeleteTagsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
|
|
104
89
|
}
|