@aws-sdk/client-auto-scaling 3.32.0 → 3.36.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/CHANGELOG.md +44 -0
- package/dist-cjs/AutoScaling.js +938 -0
- package/dist-cjs/AutoScalingClient.js +56 -0
- package/dist-cjs/commands/AttachInstancesCommand.js +69 -0
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +78 -0
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +70 -0
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +60 -0
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +60 -0
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +65 -0
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +91 -0
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +78 -0
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +66 -0
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +64 -0
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +69 -0
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +62 -0
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +63 -0
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +60 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +65 -0
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +60 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +60 -0
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +62 -0
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +64 -0
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +79 -0
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +62 -0
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +60 -0
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +60 -0
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +98 -0
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +60 -0
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +73 -0
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +60 -0
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +79 -0
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +81 -0
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +62 -0
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +61 -0
- package/dist-cjs/commands/DescribePoliciesCommand.js +60 -0
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +68 -0
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +61 -0
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +63 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +68 -0
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +63 -0
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +62 -0
- package/dist-cjs/commands/DetachInstancesCommand.js +69 -0
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +60 -0
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +65 -0
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +60 -0
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +61 -0
- package/dist-cjs/commands/EnterStandbyCommand.js +69 -0
- package/dist-cjs/commands/ExecutePolicyCommand.js +61 -0
- package/dist-cjs/commands/ExitStandbyCommand.js +65 -0
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +68 -0
- package/dist-cjs/commands/PutLifecycleHookCommand.js +97 -0
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +68 -0
- package/dist-cjs/commands/PutScalingPolicyCommand.js +69 -0
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +64 -0
- package/dist-cjs/commands/PutWarmPoolCommand.js +69 -0
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +92 -0
- package/dist-cjs/commands/ResumeProcessesCommand.js +63 -0
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +65 -0
- package/dist-cjs/commands/SetInstanceHealthCommand.js +62 -0
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +66 -0
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +74 -0
- package/dist-cjs/commands/SuspendProcessesCommand.js +66 -0
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +71 -0
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +104 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +79 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1519 -0
- package/dist-cjs/pagination/DescribeAutoScalingGroupsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeAutoScalingInstancesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeLaunchConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeNotificationConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribePoliciesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeScalingActivitiesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeScheduledActionsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeTagsPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/protocols/Aws_query.js +8275 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForGroupExists.js +54 -0
- package/dist-cjs/waiters/waitForGroupInService.js +76 -0
- package/dist-cjs/waiters/waitForGroupNotExists.js +54 -0
- package/dist-es/AutoScaling.js +925 -0
- package/dist-es/AutoScalingClient.js +37 -0
- package/dist-es/commands/AttachInstancesCommand.js +39 -0
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +39 -0
- package/dist-es/commands/AttachLoadBalancersCommand.js +39 -0
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +39 -0
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +39 -0
- package/dist-es/commands/CancelInstanceRefreshCommand.js +39 -0
- package/dist-es/commands/CompleteLifecycleActionCommand.js +39 -0
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +39 -0
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +39 -0
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +39 -0
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +39 -0
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteLifecycleHookCommand.js +39 -0
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +39 -0
- package/dist-es/commands/DeletePolicyCommand.js +39 -0
- package/dist-es/commands/DeleteScheduledActionCommand.js +39 -0
- package/dist-es/commands/DeleteTagsCommand.js +39 -0
- package/dist-es/commands/DeleteWarmPoolCommand.js +39 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +39 -0
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +39 -0
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +39 -0
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +39 -0
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +39 -0
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +39 -0
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeLoadBalancersCommand.js +39 -0
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +39 -0
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +39 -0
- package/dist-es/commands/DescribePoliciesCommand.js +39 -0
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +39 -0
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +39 -0
- package/dist-es/commands/DescribeScheduledActionsCommand.js +39 -0
- package/dist-es/commands/DescribeTagsCommand.js +39 -0
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +39 -0
- package/dist-es/commands/DescribeWarmPoolCommand.js +39 -0
- package/dist-es/commands/DetachInstancesCommand.js +39 -0
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +39 -0
- package/dist-es/commands/DetachLoadBalancersCommand.js +39 -0
- package/dist-es/commands/DisableMetricsCollectionCommand.js +39 -0
- package/dist-es/commands/EnableMetricsCollectionCommand.js +39 -0
- package/dist-es/commands/EnterStandbyCommand.js +39 -0
- package/dist-es/commands/ExecutePolicyCommand.js +39 -0
- package/dist-es/commands/ExitStandbyCommand.js +39 -0
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +39 -0
- package/dist-es/commands/PutLifecycleHookCommand.js +39 -0
- package/dist-es/commands/PutNotificationConfigurationCommand.js +39 -0
- package/dist-es/commands/PutScalingPolicyCommand.js +39 -0
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +39 -0
- package/dist-es/commands/PutWarmPoolCommand.js +39 -0
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +39 -0
- package/dist-es/commands/ResumeProcessesCommand.js +39 -0
- package/dist-es/commands/SetDesiredCapacityCommand.js +39 -0
- package/dist-es/commands/SetInstanceHealthCommand.js +39 -0
- package/dist-es/commands/SetInstanceProtectionCommand.js +39 -0
- package/dist-es/commands/StartInstanceRefreshCommand.js +39 -0
- package/dist-es/commands/SuspendProcessesCommand.js +39 -0
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +39 -0
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +739 -0
- package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +74 -0
- package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/DescribePoliciesPaginator.js +74 -0
- package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +74 -0
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeTagsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/protocols/Aws_query.js +9124 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForGroupExists.js +60 -0
- package/dist-es/waiters/waitForGroupInService.js +82 -0
- package/dist-es/waiters/waitForGroupNotExists.js +60 -0
- package/dist-types/AutoScaling.d.ts +941 -0
- package/dist-types/AutoScalingClient.d.ts +206 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +44 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +53 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +45 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +35 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +35 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +40 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +66 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +53 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +41 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +39 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +44 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +38 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +40 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +54 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +73 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +48 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +54 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +56 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +36 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +43 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +38 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +37 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +44 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +35 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +40 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +35 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +36 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +44 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +36 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +40 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +43 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +72 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +43 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +44 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +39 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +44 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +67 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +38 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +40 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +37 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +41 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +49 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +41 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +46 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +79 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePoliciesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_query.d.ts +185 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/AutoScaling.d.ts +941 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +206 -0
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +72 -0
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +79 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +185 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +14 -0
- package/dist-types/waiters/waitForGroupExists.d.ts +14 -0
- package/dist-types/waiters/waitForGroupInService.d.ts +14 -0
- package/dist-types/waiters/waitForGroupNotExists.d.ts +14 -0
- package/package.json +53 -50
- package/AutoScaling.ts +0 -2732
- package/AutoScalingClient.ts +0 -557
- package/commands/AttachInstancesCommand.ts +0 -103
- package/commands/AttachLoadBalancerTargetGroupsCommand.ts +0 -120
- package/commands/AttachLoadBalancersCommand.ts +0 -104
- package/commands/BatchDeleteScheduledActionCommand.ts +0 -97
- package/commands/BatchPutScheduledUpdateGroupActionCommand.ts +0 -102
- package/commands/CancelInstanceRefreshCommand.ts +0 -99
- package/commands/CompleteLifecycleActionCommand.ts +0 -125
- package/commands/CreateAutoScalingGroupCommand.ts +0 -112
- package/commands/CreateLaunchConfigurationCommand.ts +0 -103
- package/commands/CreateOrUpdateTagsCommand.ts +0 -98
- package/commands/DeleteAutoScalingGroupCommand.ts +0 -103
- package/commands/DeleteLaunchConfigurationCommand.ts +0 -99
- package/commands/DeleteLifecycleHookCommand.ts +0 -97
- package/commands/DeleteNotificationConfigurationCommand.ts +0 -100
- package/commands/DeletePolicyCommand.ts +0 -96
- package/commands/DeleteScheduledActionCommand.ts +0 -94
- package/commands/DeleteTagsCommand.ts +0 -91
- package/commands/DeleteWarmPoolCommand.ts +0 -96
- package/commands/DescribeAccountLimitsCommand.ts +0 -98
- package/commands/DescribeAdjustmentTypesCommand.ts +0 -113
- package/commands/DescribeAutoScalingGroupsCommand.ts +0 -99
- package/commands/DescribeAutoScalingInstancesCommand.ts +0 -97
- package/commands/DescribeAutoScalingNotificationTypesCommand.ts +0 -102
- package/commands/DescribeInstanceRefreshesCommand.ts +0 -135
- package/commands/DescribeLaunchConfigurationsCommand.ts +0 -97
- package/commands/DescribeLifecycleHookTypesCommand.ts +0 -110
- package/commands/DescribeLifecycleHooksCommand.ts +0 -94
- package/commands/DescribeLoadBalancerTargetGroupsCommand.ts +0 -121
- package/commands/DescribeLoadBalancersCommand.ts +0 -115
- package/commands/DescribeMetricCollectionTypesCommand.ts +0 -101
- package/commands/DescribeNotificationConfigurationsCommand.ts +0 -103
- package/commands/DescribePoliciesCommand.ts +0 -94
- package/commands/DescribeScalingActivitiesCommand.ts +0 -105
- package/commands/DescribeScalingProcessTypesCommand.ts +0 -98
- package/commands/DescribeScheduledActionsCommand.ts +0 -97
- package/commands/DescribeTagsCommand.ts +0 -99
- package/commands/DescribeTerminationPolicyTypesCommand.ts +0 -105
- package/commands/DescribeWarmPoolCommand.ts +0 -96
- package/commands/DetachInstancesCommand.ts +0 -103
- package/commands/DetachLoadBalancerTargetGroupsCommand.ts +0 -102
- package/commands/DetachLoadBalancersCommand.ts +0 -99
- package/commands/DisableMetricsCollectionCommand.ts +0 -94
- package/commands/EnableMetricsCollectionCommand.ts +0 -95
- package/commands/EnterStandbyCommand.ts +0 -100
- package/commands/ExecutePolicyCommand.ts +0 -95
- package/commands/ExitStandbyCommand.ts +0 -96
- package/commands/GetPredictiveScalingForecastCommand.ts +0 -107
- package/commands/PutLifecycleHookCommand.ts +0 -131
- package/commands/PutNotificationConfigurationCommand.ts +0 -105
- package/commands/PutScalingPolicyCommand.ts +0 -103
- package/commands/PutScheduledUpdateGroupActionCommand.ts +0 -101
- package/commands/PutWarmPoolCommand.ts +0 -100
- package/commands/RecordLifecycleActionHeartbeatCommand.ts +0 -134
- package/commands/ResumeProcessesCommand.ts +0 -97
- package/commands/SetDesiredCapacityCommand.ts +0 -99
- package/commands/SetInstanceHealthCommand.ts +0 -96
- package/commands/SetInstanceProtectionCommand.ts +0 -100
- package/commands/StartInstanceRefreshCommand.ts +0 -108
- package/commands/SuspendProcessesCommand.ts +0 -100
- package/commands/TerminateInstanceInAutoScalingGroupCommand.ts +0 -111
- package/commands/UpdateAutoScalingGroupCommand.ts +0 -138
- package/dist/cjs/AutoScaling.js +0 -939
- package/dist/cjs/AutoScaling.js.map +0 -1
- package/dist/cjs/AutoScalingClient.js +0 -57
- package/dist/cjs/AutoScalingClient.js.map +0 -1
- package/dist/cjs/commands/AttachInstancesCommand.js +0 -70
- package/dist/cjs/commands/AttachInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +0 -79
- package/dist/cjs/commands/AttachLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/AttachLoadBalancersCommand.js +0 -71
- package/dist/cjs/commands/AttachLoadBalancersCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteScheduledActionCommand.js +0 -61
- package/dist/cjs/commands/BatchDeleteScheduledActionCommand.js.map +0 -1
- package/dist/cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +0 -61
- package/dist/cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js.map +0 -1
- package/dist/cjs/commands/CancelInstanceRefreshCommand.js +0 -66
- package/dist/cjs/commands/CancelInstanceRefreshCommand.js.map +0 -1
- package/dist/cjs/commands/CompleteLifecycleActionCommand.js +0 -92
- package/dist/cjs/commands/CompleteLifecycleActionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAutoScalingGroupCommand.js +0 -79
- package/dist/cjs/commands/CreateAutoScalingGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLaunchConfigurationCommand.js +0 -67
- package/dist/cjs/commands/CreateLaunchConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateOrUpdateTagsCommand.js +0 -65
- package/dist/cjs/commands/CreateOrUpdateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAutoScalingGroupCommand.js +0 -70
- package/dist/cjs/commands/DeleteAutoScalingGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLaunchConfigurationCommand.js +0 -63
- package/dist/cjs/commands/DeleteLaunchConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLifecycleHookCommand.js +0 -64
- package/dist/cjs/commands/DeleteLifecycleHookCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteNotificationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DeleteNotificationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePolicyCommand.js +0 -66
- package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScheduledActionCommand.js +0 -61
- package/dist/cjs/commands/DeleteScheduledActionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWarmPoolCommand.js +0 -63
- package/dist/cjs/commands/DeleteWarmPoolCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js +0 -65
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAdjustmentTypesCommand.js +0 -80
- package/dist/cjs/commands/DescribeAdjustmentTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAutoScalingGroupsCommand.js +0 -63
- package/dist/cjs/commands/DescribeAutoScalingGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAutoScalingInstancesCommand.js +0 -61
- package/dist/cjs/commands/DescribeAutoScalingInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +0 -61
- package/dist/cjs/commands/DescribeAutoScalingNotificationTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceRefreshesCommand.js +0 -99
- package/dist/cjs/commands/DescribeInstanceRefreshesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLaunchConfigurationsCommand.js +0 -61
- package/dist/cjs/commands/DescribeLaunchConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLifecycleHookTypesCommand.js +0 -74
- package/dist/cjs/commands/DescribeLifecycleHookTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLifecycleHooksCommand.js +0 -61
- package/dist/cjs/commands/DescribeLifecycleHooksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +0 -80
- package/dist/cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancersCommand.js +0 -82
- package/dist/cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMetricCollectionTypesCommand.js +0 -63
- package/dist/cjs/commands/DescribeMetricCollectionTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeNotificationConfigurationsCommand.js +0 -62
- package/dist/cjs/commands/DescribeNotificationConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePoliciesCommand.js +0 -61
- package/dist/cjs/commands/DescribePoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScalingActivitiesCommand.js +0 -69
- package/dist/cjs/commands/DescribeScalingActivitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScalingProcessTypesCommand.js +0 -62
- package/dist/cjs/commands/DescribeScalingProcessTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScheduledActionsCommand.js +0 -64
- package/dist/cjs/commands/DescribeScheduledActionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js +0 -69
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTerminationPolicyTypesCommand.js +0 -64
- package/dist/cjs/commands/DescribeTerminationPolicyTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWarmPoolCommand.js +0 -63
- package/dist/cjs/commands/DescribeWarmPoolCommand.js.map +0 -1
- package/dist/cjs/commands/DetachInstancesCommand.js +0 -70
- package/dist/cjs/commands/DetachInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +0 -61
- package/dist/cjs/commands/DetachLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DetachLoadBalancersCommand.js +0 -66
- package/dist/cjs/commands/DetachLoadBalancersCommand.js.map +0 -1
- package/dist/cjs/commands/DisableMetricsCollectionCommand.js +0 -61
- package/dist/cjs/commands/DisableMetricsCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/EnableMetricsCollectionCommand.js +0 -62
- package/dist/cjs/commands/EnableMetricsCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/EnterStandbyCommand.js +0 -70
- package/dist/cjs/commands/EnterStandbyCommand.js.map +0 -1
- package/dist/cjs/commands/ExecutePolicyCommand.js +0 -62
- package/dist/cjs/commands/ExecutePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ExitStandbyCommand.js +0 -66
- package/dist/cjs/commands/ExitStandbyCommand.js.map +0 -1
- package/dist/cjs/commands/GetPredictiveScalingForecastCommand.js +0 -69
- package/dist/cjs/commands/GetPredictiveScalingForecastCommand.js.map +0 -1
- package/dist/cjs/commands/PutLifecycleHookCommand.js +0 -98
- package/dist/cjs/commands/PutLifecycleHookCommand.js.map +0 -1
- package/dist/cjs/commands/PutNotificationConfigurationCommand.js +0 -69
- package/dist/cjs/commands/PutNotificationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutScalingPolicyCommand.js +0 -70
- package/dist/cjs/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutScheduledUpdateGroupActionCommand.js +0 -65
- package/dist/cjs/commands/PutScheduledUpdateGroupActionCommand.js.map +0 -1
- package/dist/cjs/commands/PutWarmPoolCommand.js +0 -70
- package/dist/cjs/commands/PutWarmPoolCommand.js.map +0 -1
- package/dist/cjs/commands/RecordLifecycleActionHeartbeatCommand.js +0 -93
- package/dist/cjs/commands/RecordLifecycleActionHeartbeatCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeProcessesCommand.js +0 -64
- package/dist/cjs/commands/ResumeProcessesCommand.js.map +0 -1
- package/dist/cjs/commands/SetDesiredCapacityCommand.js +0 -66
- package/dist/cjs/commands/SetDesiredCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/SetInstanceHealthCommand.js +0 -63
- package/dist/cjs/commands/SetInstanceHealthCommand.js.map +0 -1
- package/dist/cjs/commands/SetInstanceProtectionCommand.js +0 -67
- package/dist/cjs/commands/SetInstanceProtectionCommand.js.map +0 -1
- package/dist/cjs/commands/StartInstanceRefreshCommand.js +0 -75
- package/dist/cjs/commands/StartInstanceRefreshCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendProcessesCommand.js +0 -67
- package/dist/cjs/commands/SuspendProcessesCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +0 -72
- package/dist/cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAutoScalingGroupCommand.js +0 -105
- package/dist/cjs/commands/UpdateAutoScalingGroupCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -80
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1520
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/DescribeAutoScalingGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeAutoScalingGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeAutoScalingInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeAutoScalingInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeLaunchConfigurationsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeLaunchConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeNotificationConfigurationsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeNotificationConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribePoliciesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeScalingActivitiesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeScalingActivitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTagsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.js +0 -8276
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForGroupExists.js +0 -55
- package/dist/cjs/waiters/waitForGroupExists.js.map +0 -1
- package/dist/cjs/waiters/waitForGroupInService.js +0 -77
- package/dist/cjs/waiters/waitForGroupInService.js.map +0 -1
- package/dist/cjs/waiters/waitForGroupNotExists.js +0 -55
- package/dist/cjs/waiters/waitForGroupNotExists.js.map +0 -1
- package/dist/es/AutoScaling.js +0 -942
- package/dist/es/AutoScaling.js.map +0 -1
- package/dist/es/AutoScalingClient.js +0 -59
- package/dist/es/AutoScalingClient.js.map +0 -1
- package/dist/es/commands/AttachInstancesCommand.js +0 -74
- package/dist/es/commands/AttachInstancesCommand.js.map +0 -1
- package/dist/es/commands/AttachLoadBalancerTargetGroupsCommand.js +0 -83
- package/dist/es/commands/AttachLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/es/commands/AttachLoadBalancersCommand.js +0 -75
- package/dist/es/commands/AttachLoadBalancersCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteScheduledActionCommand.js +0 -65
- package/dist/es/commands/BatchDeleteScheduledActionCommand.js.map +0 -1
- package/dist/es/commands/BatchPutScheduledUpdateGroupActionCommand.js +0 -65
- package/dist/es/commands/BatchPutScheduledUpdateGroupActionCommand.js.map +0 -1
- package/dist/es/commands/CancelInstanceRefreshCommand.js +0 -70
- package/dist/es/commands/CancelInstanceRefreshCommand.js.map +0 -1
- package/dist/es/commands/CompleteLifecycleActionCommand.js +0 -96
- package/dist/es/commands/CompleteLifecycleActionCommand.js.map +0 -1
- package/dist/es/commands/CreateAutoScalingGroupCommand.js +0 -83
- package/dist/es/commands/CreateAutoScalingGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateLaunchConfigurationCommand.js +0 -71
- package/dist/es/commands/CreateLaunchConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreateOrUpdateTagsCommand.js +0 -69
- package/dist/es/commands/CreateOrUpdateTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteAutoScalingGroupCommand.js +0 -74
- package/dist/es/commands/DeleteAutoScalingGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteLaunchConfigurationCommand.js +0 -67
- package/dist/es/commands/DeleteLaunchConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteLifecycleHookCommand.js +0 -68
- package/dist/es/commands/DeleteLifecycleHookCommand.js.map +0 -1
- package/dist/es/commands/DeleteNotificationConfigurationCommand.js +0 -65
- package/dist/es/commands/DeleteNotificationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePolicyCommand.js +0 -70
- package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteScheduledActionCommand.js +0 -65
- package/dist/es/commands/DeleteScheduledActionCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -65
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteWarmPoolCommand.js +0 -67
- package/dist/es/commands/DeleteWarmPoolCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountLimitsCommand.js +0 -69
- package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAdjustmentTypesCommand.js +0 -84
- package/dist/es/commands/DescribeAdjustmentTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAutoScalingGroupsCommand.js +0 -67
- package/dist/es/commands/DescribeAutoScalingGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAutoScalingInstancesCommand.js +0 -65
- package/dist/es/commands/DescribeAutoScalingInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAutoScalingNotificationTypesCommand.js +0 -65
- package/dist/es/commands/DescribeAutoScalingNotificationTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceRefreshesCommand.js +0 -103
- package/dist/es/commands/DescribeInstanceRefreshesCommand.js.map +0 -1
- package/dist/es/commands/DescribeLaunchConfigurationsCommand.js +0 -65
- package/dist/es/commands/DescribeLaunchConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLifecycleHookTypesCommand.js +0 -78
- package/dist/es/commands/DescribeLifecycleHookTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeLifecycleHooksCommand.js +0 -65
- package/dist/es/commands/DescribeLifecycleHooksCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancerTargetGroupsCommand.js +0 -84
- package/dist/es/commands/DescribeLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancersCommand.js +0 -86
- package/dist/es/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist/es/commands/DescribeMetricCollectionTypesCommand.js +0 -67
- package/dist/es/commands/DescribeMetricCollectionTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeNotificationConfigurationsCommand.js +0 -66
- package/dist/es/commands/DescribeNotificationConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DescribePoliciesCommand.js +0 -65
- package/dist/es/commands/DescribePoliciesCommand.js.map +0 -1
- package/dist/es/commands/DescribeScalingActivitiesCommand.js +0 -73
- package/dist/es/commands/DescribeScalingActivitiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeScalingProcessTypesCommand.js +0 -66
- package/dist/es/commands/DescribeScalingProcessTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeScheduledActionsCommand.js +0 -68
- package/dist/es/commands/DescribeScheduledActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js +0 -73
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTerminationPolicyTypesCommand.js +0 -68
- package/dist/es/commands/DescribeTerminationPolicyTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWarmPoolCommand.js +0 -67
- package/dist/es/commands/DescribeWarmPoolCommand.js.map +0 -1
- package/dist/es/commands/DetachInstancesCommand.js +0 -74
- package/dist/es/commands/DetachInstancesCommand.js.map +0 -1
- package/dist/es/commands/DetachLoadBalancerTargetGroupsCommand.js +0 -65
- package/dist/es/commands/DetachLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DetachLoadBalancersCommand.js +0 -70
- package/dist/es/commands/DetachLoadBalancersCommand.js.map +0 -1
- package/dist/es/commands/DisableMetricsCollectionCommand.js +0 -65
- package/dist/es/commands/DisableMetricsCollectionCommand.js.map +0 -1
- package/dist/es/commands/EnableMetricsCollectionCommand.js +0 -66
- package/dist/es/commands/EnableMetricsCollectionCommand.js.map +0 -1
- package/dist/es/commands/EnterStandbyCommand.js +0 -74
- package/dist/es/commands/EnterStandbyCommand.js.map +0 -1
- package/dist/es/commands/ExecutePolicyCommand.js +0 -66
- package/dist/es/commands/ExecutePolicyCommand.js.map +0 -1
- package/dist/es/commands/ExitStandbyCommand.js +0 -70
- package/dist/es/commands/ExitStandbyCommand.js.map +0 -1
- package/dist/es/commands/GetPredictiveScalingForecastCommand.js +0 -73
- package/dist/es/commands/GetPredictiveScalingForecastCommand.js.map +0 -1
- package/dist/es/commands/PutLifecycleHookCommand.js +0 -102
- package/dist/es/commands/PutLifecycleHookCommand.js.map +0 -1
- package/dist/es/commands/PutNotificationConfigurationCommand.js +0 -73
- package/dist/es/commands/PutNotificationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutScalingPolicyCommand.js +0 -74
- package/dist/es/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutScheduledUpdateGroupActionCommand.js +0 -69
- package/dist/es/commands/PutScheduledUpdateGroupActionCommand.js.map +0 -1
- package/dist/es/commands/PutWarmPoolCommand.js +0 -74
- package/dist/es/commands/PutWarmPoolCommand.js.map +0 -1
- package/dist/es/commands/RecordLifecycleActionHeartbeatCommand.js +0 -97
- package/dist/es/commands/RecordLifecycleActionHeartbeatCommand.js.map +0 -1
- package/dist/es/commands/ResumeProcessesCommand.js +0 -68
- package/dist/es/commands/ResumeProcessesCommand.js.map +0 -1
- package/dist/es/commands/SetDesiredCapacityCommand.js +0 -70
- package/dist/es/commands/SetDesiredCapacityCommand.js.map +0 -1
- package/dist/es/commands/SetInstanceHealthCommand.js +0 -67
- package/dist/es/commands/SetInstanceHealthCommand.js.map +0 -1
- package/dist/es/commands/SetInstanceProtectionCommand.js +0 -71
- package/dist/es/commands/SetInstanceProtectionCommand.js.map +0 -1
- package/dist/es/commands/StartInstanceRefreshCommand.js +0 -79
- package/dist/es/commands/StartInstanceRefreshCommand.js.map +0 -1
- package/dist/es/commands/SuspendProcessesCommand.js +0 -71
- package/dist/es/commands/SuspendProcessesCommand.js.map +0 -1
- package/dist/es/commands/TerminateInstanceInAutoScalingGroupCommand.js +0 -76
- package/dist/es/commands/TerminateInstanceInAutoScalingGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateAutoScalingGroupCommand.js +0 -109
- package/dist/es/commands/UpdateAutoScalingGroupCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -77
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1205
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/DescribeAutoScalingGroupsPaginator.js +0 -87
- package/dist/es/pagination/DescribeAutoScalingGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeAutoScalingInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeAutoScalingInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeLaunchConfigurationsPaginator.js +0 -87
- package/dist/es/pagination/DescribeLaunchConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeNotificationConfigurationsPaginator.js +0 -87
- package/dist/es/pagination/DescribeNotificationConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribePoliciesPaginator.js +0 -87
- package/dist/es/pagination/DescribePoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeScalingActivitiesPaginator.js +0 -87
- package/dist/es/pagination/DescribeScalingActivitiesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeScheduledActionsPaginator.js +0 -87
- package/dist/es/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTagsPaginator.js +0 -87
- package/dist/es/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_query.js +0 -9127
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForGroupExists.js +0 -70
- package/dist/es/waiters/waitForGroupExists.js.map +0 -1
- package/dist/es/waiters/waitForGroupInService.js +0 -92
- package/dist/es/waiters/waitForGroupInService.js.map +0 -1
- package/dist/es/waiters/waitForGroupNotExists.js +0 -70
- package/dist/es/waiters/waitForGroupNotExists.js.map +0 -1
- package/dist/types/AutoScaling.d.ts +0 -941
- package/dist/types/AutoScalingClient.d.ts +0 -206
- package/dist/types/commands/AttachInstancesCommand.d.ts +0 -44
- package/dist/types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +0 -53
- package/dist/types/commands/AttachLoadBalancersCommand.d.ts +0 -45
- package/dist/types/commands/BatchDeleteScheduledActionCommand.d.ts +0 -35
- package/dist/types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +0 -35
- package/dist/types/commands/CancelInstanceRefreshCommand.d.ts +0 -40
- package/dist/types/commands/CompleteLifecycleActionCommand.d.ts +0 -66
- package/dist/types/commands/CreateAutoScalingGroupCommand.d.ts +0 -53
- package/dist/types/commands/CreateLaunchConfigurationCommand.d.ts +0 -41
- package/dist/types/commands/CreateOrUpdateTagsCommand.d.ts +0 -39
- package/dist/types/commands/DeleteAutoScalingGroupCommand.d.ts +0 -44
- package/dist/types/commands/DeleteLaunchConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/DeleteLifecycleHookCommand.d.ts +0 -38
- package/dist/types/commands/DeleteNotificationConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DeletePolicyCommand.d.ts +0 -40
- package/dist/types/commands/DeleteScheduledActionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteWarmPoolCommand.d.ts +0 -37
- package/dist/types/commands/DescribeAccountLimitsCommand.d.ts +0 -39
- package/dist/types/commands/DescribeAdjustmentTypesCommand.d.ts +0 -54
- package/dist/types/commands/DescribeAutoScalingGroupsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeAutoScalingInstancesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInstanceRefreshesCommand.d.ts +0 -73
- package/dist/types/commands/DescribeLaunchConfigurationsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeLifecycleHookTypesCommand.d.ts +0 -48
- package/dist/types/commands/DescribeLifecycleHooksCommand.d.ts +0 -35
- package/dist/types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +0 -54
- package/dist/types/commands/DescribeLoadBalancersCommand.d.ts +0 -56
- package/dist/types/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeNotificationConfigurationsCommand.d.ts +0 -36
- package/dist/types/commands/DescribePoliciesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeScalingActivitiesCommand.d.ts +0 -43
- package/dist/types/commands/DescribeScalingProcessTypesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeScheduledActionsCommand.d.ts +0 -38
- package/dist/types/commands/DescribeTagsCommand.d.ts +0 -43
- package/dist/types/commands/DescribeTerminationPolicyTypesCommand.d.ts +0 -38
- package/dist/types/commands/DescribeWarmPoolCommand.d.ts +0 -37
- package/dist/types/commands/DetachInstancesCommand.d.ts +0 -44
- package/dist/types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +0 -35
- package/dist/types/commands/DetachLoadBalancersCommand.d.ts +0 -40
- package/dist/types/commands/DisableMetricsCollectionCommand.d.ts +0 -35
- package/dist/types/commands/EnableMetricsCollectionCommand.d.ts +0 -36
- package/dist/types/commands/EnterStandbyCommand.d.ts +0 -44
- package/dist/types/commands/ExecutePolicyCommand.d.ts +0 -36
- package/dist/types/commands/ExitStandbyCommand.d.ts +0 -40
- package/dist/types/commands/GetPredictiveScalingForecastCommand.d.ts +0 -43
- package/dist/types/commands/PutLifecycleHookCommand.d.ts +0 -72
- package/dist/types/commands/PutNotificationConfigurationCommand.d.ts +0 -43
- package/dist/types/commands/PutScalingPolicyCommand.d.ts +0 -44
- package/dist/types/commands/PutScheduledUpdateGroupActionCommand.d.ts +0 -39
- package/dist/types/commands/PutWarmPoolCommand.d.ts +0 -44
- package/dist/types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +0 -67
- package/dist/types/commands/ResumeProcessesCommand.d.ts +0 -38
- package/dist/types/commands/SetDesiredCapacityCommand.d.ts +0 -40
- package/dist/types/commands/SetInstanceHealthCommand.d.ts +0 -37
- package/dist/types/commands/SetInstanceProtectionCommand.d.ts +0 -41
- package/dist/types/commands/StartInstanceRefreshCommand.d.ts +0 -49
- package/dist/types/commands/SuspendProcessesCommand.d.ts +0 -41
- package/dist/types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +0 -46
- package/dist/types/commands/UpdateAutoScalingGroupCommand.d.ts +0 -79
- package/dist/types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribePoliciesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeScalingActivitiesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTagsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_query.d.ts +0 -185
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/AutoScaling.d.ts +0 -941
- package/dist/types/ts3.4/AutoScalingClient.d.ts +0 -206
- package/dist/types/ts3.4/commands/AttachInstancesCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePoliciesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DetachInstancesCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/EnterStandbyCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ExecutePolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ExitStandbyCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutLifecycleHookCommand.d.ts +0 -72
- package/dist/types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutScalingPolicyCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/PutWarmPoolCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/ResumeProcessesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/SetInstanceHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/SuspendProcessesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +0 -79
- package/dist/types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTagsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -185
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForGroupExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForGroupInService.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForGroupNotExists.d.ts +0 -14
- package/dist/types/waiters/waitForGroupExists.d.ts +0 -14
- package/dist/types/waiters/waitForGroupInService.d.ts +0 -14
- package/dist/types/waiters/waitForGroupNotExists.d.ts +0 -14
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -6663
- package/pagination/DescribeAutoScalingGroupsPaginator.ts +0 -58
- package/pagination/DescribeAutoScalingInstancesPaginator.ts +0 -58
- package/pagination/DescribeLaunchConfigurationsPaginator.ts +0 -58
- package/pagination/DescribeNotificationConfigurationsPaginator.ts +0 -58
- package/pagination/DescribePoliciesPaginator.ts +0 -58
- package/pagination/DescribeScalingActivitiesPaginator.ts +0 -58
- package/pagination/DescribeScheduledActionsPaginator.ts +0 -58
- package/pagination/DescribeTagsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_query.ts +0 -10044
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForGroupExists.ts +0 -60
- package/waiters/waitForGroupInService.ts +0 -82
- package/waiters/waitForGroupNotExists.ts +0 -60
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { CreateLaunchConfigurationType } from "../models/models_0";
|
|
5
|
+
export interface CreateLaunchConfigurationCommandInput extends CreateLaunchConfigurationType {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a launch configuration.</p>
|
|
11
|
+
* <p>If you exceed your maximum limit of launch configurations, the call fails. To query
|
|
12
|
+
* this limit, call the <a>DescribeAccountLimits</a> API. For information about
|
|
13
|
+
* updating this limit, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
|
|
14
|
+
* quotas</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
15
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/LaunchConfiguration.html">Launch
|
|
16
|
+
* configurations</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { AutoScalingClient, CreateLaunchConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
21
|
+
* // const { AutoScalingClient, CreateLaunchConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
22
|
+
* const client = new AutoScalingClient(config);
|
|
23
|
+
* const command = new CreateLaunchConfigurationCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link CreateLaunchConfigurationCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link CreateLaunchConfigurationCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class CreateLaunchConfigurationCommand extends $Command<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
33
|
+
readonly input: CreateLaunchConfigurationCommandInput;
|
|
34
|
+
constructor(input: CreateLaunchConfigurationCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { CreateOrUpdateTagsType } from "../models/models_0";
|
|
5
|
+
export interface CreateOrUpdateTagsCommandInput extends CreateOrUpdateTagsType {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates or updates tags for the specified Auto Scaling group.</p>
|
|
11
|
+
* <p>When you specify a tag with a key that already exists, the operation overwrites the
|
|
12
|
+
* previous tag definition, and you do not get an error message.</p>
|
|
13
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html">Tagging Auto Scaling groups and
|
|
14
|
+
* instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { AutoScalingClient, CreateOrUpdateTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
19
|
+
* // const { AutoScalingClient, CreateOrUpdateTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
20
|
+
* const client = new AutoScalingClient(config);
|
|
21
|
+
* const command = new CreateOrUpdateTagsCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link CreateOrUpdateTagsCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link CreateOrUpdateTagsCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class CreateOrUpdateTagsCommand extends $Command<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
31
|
+
readonly input: CreateOrUpdateTagsCommandInput;
|
|
32
|
+
constructor(input: CreateOrUpdateTagsCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DeleteAutoScalingGroupType } from "../models/models_0";
|
|
5
|
+
export interface DeleteAutoScalingGroupCommandInput extends DeleteAutoScalingGroupType {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified Auto Scaling group.</p>
|
|
11
|
+
* <p>If the group has instances or scaling activities in progress, you must specify the
|
|
12
|
+
* option to force the deletion in order for it to succeed.</p>
|
|
13
|
+
* <p>If the group has policies, deleting the group deletes the policies, the underlying
|
|
14
|
+
* alarm actions, and any alarm that no longer has an associated action.</p>
|
|
15
|
+
* <p>To remove instances from the Auto Scaling group before deleting it, call the <a>DetachInstances</a> API with the list of instances and the option to
|
|
16
|
+
* decrement the desired capacity. This ensures that Amazon EC2 Auto Scaling does not launch replacement
|
|
17
|
+
* instances.</p>
|
|
18
|
+
* <p>To terminate all instances before deleting the Auto Scaling group, call the <a>UpdateAutoScalingGroup</a> API and set the minimum size and desired capacity
|
|
19
|
+
* of the Auto Scaling group to zero.</p>
|
|
20
|
+
* @example
|
|
21
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
+
* ```javascript
|
|
23
|
+
* import { AutoScalingClient, DeleteAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
24
|
+
* // const { AutoScalingClient, DeleteAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
25
|
+
* const client = new AutoScalingClient(config);
|
|
26
|
+
* const command = new DeleteAutoScalingGroupCommand(input);
|
|
27
|
+
* const response = await client.send(command);
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* @see {@link DeleteAutoScalingGroupCommandInput} for command's `input` shape.
|
|
31
|
+
* @see {@link DeleteAutoScalingGroupCommandOutput} for command's `response` shape.
|
|
32
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
export declare class DeleteAutoScalingGroupCommand extends $Command<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
|
|
36
|
+
readonly input: DeleteAutoScalingGroupCommandInput;
|
|
37
|
+
constructor(input: DeleteAutoScalingGroupCommandInput);
|
|
38
|
+
/**
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput>;
|
|
42
|
+
private serialize;
|
|
43
|
+
private deserialize;
|
|
44
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { LaunchConfigurationNameType } from "../models/models_0";
|
|
5
|
+
export interface DeleteLaunchConfigurationCommandInput extends LaunchConfigurationNameType {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified launch configuration.</p>
|
|
11
|
+
* <p>The launch configuration must not be attached to an Auto Scaling group. When this call
|
|
12
|
+
* completes, the launch configuration is no longer available for use.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { AutoScalingClient, DeleteLaunchConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
17
|
+
* // const { AutoScalingClient, DeleteLaunchConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
18
|
+
* const client = new AutoScalingClient(config);
|
|
19
|
+
* const command = new DeleteLaunchConfigurationCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link DeleteLaunchConfigurationCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link DeleteLaunchConfigurationCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class DeleteLaunchConfigurationCommand extends $Command<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
29
|
+
readonly input: DeleteLaunchConfigurationCommandInput;
|
|
30
|
+
constructor(input: DeleteLaunchConfigurationCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DeleteLifecycleHookAnswer, DeleteLifecycleHookType } from "../models/models_0";
|
|
5
|
+
export interface DeleteLifecycleHookCommandInput extends DeleteLifecycleHookType {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified lifecycle hook.</p>
|
|
11
|
+
* <p>If there are any outstanding lifecycle actions, they are completed first
|
|
12
|
+
* (<code>ABANDON</code> for launching instances, <code>CONTINUE</code> for terminating
|
|
13
|
+
* instances).</p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { AutoScalingClient, DeleteLifecycleHookCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
18
|
+
* // const { AutoScalingClient, DeleteLifecycleHookCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
19
|
+
* const client = new AutoScalingClient(config);
|
|
20
|
+
* const command = new DeleteLifecycleHookCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link DeleteLifecycleHookCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link DeleteLifecycleHookCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class DeleteLifecycleHookCommand extends $Command<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
|
|
30
|
+
readonly input: DeleteLifecycleHookCommandInput;
|
|
31
|
+
constructor(input: DeleteLifecycleHookCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DeleteNotificationConfigurationType } from "../models/models_0";
|
|
5
|
+
export interface DeleteNotificationConfigurationCommandInput extends DeleteNotificationConfigurationType {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteNotificationConfigurationCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified notification.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AutoScalingClient, DeleteNotificationConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
15
|
+
* // const { AutoScalingClient, DeleteNotificationConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
16
|
+
* const client = new AutoScalingClient(config);
|
|
17
|
+
* const command = new DeleteNotificationConfigurationCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteNotificationConfigurationCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteNotificationConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteNotificationConfigurationCommand extends $Command<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteNotificationConfigurationCommandInput;
|
|
28
|
+
constructor(input: DeleteNotificationConfigurationCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DeletePolicyType } from "../models/models_0";
|
|
5
|
+
export interface DeletePolicyCommandInput extends DeletePolicyType {
|
|
6
|
+
}
|
|
7
|
+
export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified scaling policy.</p>
|
|
11
|
+
* <p>Deleting either a step scaling policy or a simple scaling policy deletes the
|
|
12
|
+
* underlying alarm action, but does not delete the alarm, even if it no longer has an
|
|
13
|
+
* associated action.</p>
|
|
14
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/deleting-scaling-policy.html">Deleting a scaling
|
|
15
|
+
* policy</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { AutoScalingClient, DeletePolicyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
20
|
+
* // const { AutoScalingClient, DeletePolicyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
21
|
+
* const client = new AutoScalingClient(config);
|
|
22
|
+
* const command = new DeletePolicyCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link DeletePolicyCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link DeletePolicyCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
32
|
+
readonly input: DeletePolicyCommandInput;
|
|
33
|
+
constructor(input: DeletePolicyCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DeleteScheduledActionType } from "../models/models_0";
|
|
5
|
+
export interface DeleteScheduledActionCommandInput extends DeleteScheduledActionType {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified scheduled action.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AutoScalingClient, DeleteScheduledActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
15
|
+
* // const { AutoScalingClient, DeleteScheduledActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
16
|
+
* const client = new AutoScalingClient(config);
|
|
17
|
+
* const command = new DeleteScheduledActionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteScheduledActionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteScheduledActionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteScheduledActionCommand extends $Command<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteScheduledActionCommandInput;
|
|
28
|
+
constructor(input: DeleteScheduledActionCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DeleteTagsType } from "../models/models_0";
|
|
5
|
+
export interface DeleteTagsCommandInput extends DeleteTagsType {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified tags.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AutoScalingClient, DeleteTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
15
|
+
* // const { AutoScalingClient, DeleteTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
16
|
+
* const client = new AutoScalingClient(config);
|
|
17
|
+
* const command = new DeleteTagsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteTagsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteTagsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteTagsCommandInput;
|
|
28
|
+
constructor(input: DeleteTagsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DeleteWarmPoolAnswer, DeleteWarmPoolType } from "../models/models_0";
|
|
5
|
+
export interface DeleteWarmPoolCommandInput extends DeleteWarmPoolType {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the warm pool for the specified Auto Scaling group.</p>
|
|
11
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
|
|
12
|
+
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { AutoScalingClient, DeleteWarmPoolCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
17
|
+
* // const { AutoScalingClient, DeleteWarmPoolCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
18
|
+
* const client = new AutoScalingClient(config);
|
|
19
|
+
* const command = new DeleteWarmPoolCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link DeleteWarmPoolCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link DeleteWarmPoolCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class DeleteWarmPoolCommand extends $Command<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
29
|
+
readonly input: DeleteWarmPoolCommandInput;
|
|
30
|
+
constructor(input: DeleteWarmPoolCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DescribeAccountLimitsAnswer } from "../models/models_0";
|
|
5
|
+
export interface DescribeAccountLimitsCommandInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the current Amazon EC2 Auto Scaling resource quotas for your account.</p>
|
|
11
|
+
* <p>When you establish an account, the account has initial quotas on the maximum
|
|
12
|
+
* number of Auto Scaling groups and launch configurations that you can create in a given Region.
|
|
13
|
+
* For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
|
|
14
|
+
* quotas</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { AutoScalingClient, DescribeAccountLimitsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
19
|
+
* // const { AutoScalingClient, DescribeAccountLimitsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
20
|
+
* const client = new AutoScalingClient(config);
|
|
21
|
+
* const command = new DescribeAccountLimitsCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
31
|
+
readonly input: DescribeAccountLimitsCommandInput;
|
|
32
|
+
constructor(input: DescribeAccountLimitsCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DescribeAdjustmentTypesAnswer } from "../models/models_0";
|
|
5
|
+
export interface DescribeAdjustmentTypesCommandInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustmentTypesAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the available adjustment types for step scaling and simple scaling
|
|
11
|
+
* policies.</p>
|
|
12
|
+
* <p>The following adjustment types are supported:</p>
|
|
13
|
+
* <ul>
|
|
14
|
+
* <li>
|
|
15
|
+
* <p>
|
|
16
|
+
* <code>ChangeInCapacity</code>
|
|
17
|
+
* </p>
|
|
18
|
+
* </li>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>
|
|
21
|
+
* <code>ExactCapacity</code>
|
|
22
|
+
* </p>
|
|
23
|
+
* </li>
|
|
24
|
+
* <li>
|
|
25
|
+
* <p>
|
|
26
|
+
* <code>PercentChangeInCapacity</code>
|
|
27
|
+
* </p>
|
|
28
|
+
* </li>
|
|
29
|
+
* </ul>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { AutoScalingClient, DescribeAdjustmentTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
34
|
+
* // const { AutoScalingClient, DescribeAdjustmentTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
35
|
+
* const client = new AutoScalingClient(config);
|
|
36
|
+
* const command = new DescribeAdjustmentTypesCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* @see {@link DescribeAdjustmentTypesCommandInput} for command's `input` shape.
|
|
41
|
+
* @see {@link DescribeAdjustmentTypesCommandOutput} for command's `response` shape.
|
|
42
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
export declare class DescribeAdjustmentTypesCommand extends $Command<DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
46
|
+
readonly input: DescribeAdjustmentTypesCommandInput;
|
|
47
|
+
constructor(input: DescribeAdjustmentTypesCommandInput);
|
|
48
|
+
/**
|
|
49
|
+
* @internal
|
|
50
|
+
*/
|
|
51
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput>;
|
|
52
|
+
private serialize;
|
|
53
|
+
private deserialize;
|
|
54
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { AutoScalingGroupNamesType, AutoScalingGroupsType } from "../models/models_0";
|
|
5
|
+
export interface DescribeAutoScalingGroupsCommandInput extends AutoScalingGroupNamesType {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroupsType, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about the Auto Scaling groups in the account and Region.</p>
|
|
11
|
+
* <p>This operation returns information about instances in Auto Scaling groups. To retrieve
|
|
12
|
+
* information about the instances in a warm pool, you must call the <a>DescribeWarmPool</a> API. </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { AutoScalingClient, DescribeAutoScalingGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
17
|
+
* // const { AutoScalingClient, DescribeAutoScalingGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
18
|
+
* const client = new AutoScalingClient(config);
|
|
19
|
+
* const command = new DescribeAutoScalingGroupsCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link DescribeAutoScalingGroupsCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link DescribeAutoScalingGroupsCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class DescribeAutoScalingGroupsCommand extends $Command<DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
29
|
+
readonly input: DescribeAutoScalingGroupsCommandInput;
|
|
30
|
+
constructor(input: DescribeAutoScalingGroupsCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { AutoScalingInstancesType, DescribeAutoScalingInstancesType } from "../models/models_0";
|
|
5
|
+
export interface DescribeAutoScalingInstancesCommandInput extends DescribeAutoScalingInstancesType {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingInstancesType, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about the Auto Scaling instances in the account and Region.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AutoScalingClient, DescribeAutoScalingInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
15
|
+
* // const { AutoScalingClient, DescribeAutoScalingInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
16
|
+
* const client = new AutoScalingClient(config);
|
|
17
|
+
* const command = new DescribeAutoScalingInstancesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeAutoScalingInstancesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeAutoScalingInstancesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeAutoScalingInstancesCommand extends $Command<DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeAutoScalingInstancesCommandInput;
|
|
28
|
+
constructor(input: DescribeAutoScalingInstancesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DescribeAutoScalingNotificationTypesAnswer } from "../models/models_0";
|
|
5
|
+
export interface DescribeAutoScalingNotificationTypesCommandInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAutoScalingNotificationTypesCommandOutput extends DescribeAutoScalingNotificationTypesAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the notification types that are supported by Amazon EC2 Auto Scaling.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AutoScalingClient, DescribeAutoScalingNotificationTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
15
|
+
* // const { AutoScalingClient, DescribeAutoScalingNotificationTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
16
|
+
* const client = new AutoScalingClient(config);
|
|
17
|
+
* const command = new DescribeAutoScalingNotificationTypesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeAutoScalingNotificationTypesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeAutoScalingNotificationTypesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeAutoScalingNotificationTypesCommand extends $Command<DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeAutoScalingNotificationTypesCommandInput;
|
|
28
|
+
constructor(input: DescribeAutoScalingNotificationTypesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|