@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
package/AutoScalingClient.ts
DELETED
|
@@ -1,557 +0,0 @@
|
|
|
1
|
-
import { AttachInstancesCommandInput, AttachInstancesCommandOutput } from "./commands/AttachInstancesCommand";
|
|
2
|
-
import {
|
|
3
|
-
AttachLoadBalancerTargetGroupsCommandInput,
|
|
4
|
-
AttachLoadBalancerTargetGroupsCommandOutput,
|
|
5
|
-
} from "./commands/AttachLoadBalancerTargetGroupsCommand";
|
|
6
|
-
import {
|
|
7
|
-
AttachLoadBalancersCommandInput,
|
|
8
|
-
AttachLoadBalancersCommandOutput,
|
|
9
|
-
} from "./commands/AttachLoadBalancersCommand";
|
|
10
|
-
import {
|
|
11
|
-
BatchDeleteScheduledActionCommandInput,
|
|
12
|
-
BatchDeleteScheduledActionCommandOutput,
|
|
13
|
-
} from "./commands/BatchDeleteScheduledActionCommand";
|
|
14
|
-
import {
|
|
15
|
-
BatchPutScheduledUpdateGroupActionCommandInput,
|
|
16
|
-
BatchPutScheduledUpdateGroupActionCommandOutput,
|
|
17
|
-
} from "./commands/BatchPutScheduledUpdateGroupActionCommand";
|
|
18
|
-
import {
|
|
19
|
-
CancelInstanceRefreshCommandInput,
|
|
20
|
-
CancelInstanceRefreshCommandOutput,
|
|
21
|
-
} from "./commands/CancelInstanceRefreshCommand";
|
|
22
|
-
import {
|
|
23
|
-
CompleteLifecycleActionCommandInput,
|
|
24
|
-
CompleteLifecycleActionCommandOutput,
|
|
25
|
-
} from "./commands/CompleteLifecycleActionCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateAutoScalingGroupCommandInput,
|
|
28
|
-
CreateAutoScalingGroupCommandOutput,
|
|
29
|
-
} from "./commands/CreateAutoScalingGroupCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateLaunchConfigurationCommandInput,
|
|
32
|
-
CreateLaunchConfigurationCommandOutput,
|
|
33
|
-
} from "./commands/CreateLaunchConfigurationCommand";
|
|
34
|
-
import { CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput } from "./commands/CreateOrUpdateTagsCommand";
|
|
35
|
-
import {
|
|
36
|
-
DeleteAutoScalingGroupCommandInput,
|
|
37
|
-
DeleteAutoScalingGroupCommandOutput,
|
|
38
|
-
} from "./commands/DeleteAutoScalingGroupCommand";
|
|
39
|
-
import {
|
|
40
|
-
DeleteLaunchConfigurationCommandInput,
|
|
41
|
-
DeleteLaunchConfigurationCommandOutput,
|
|
42
|
-
} from "./commands/DeleteLaunchConfigurationCommand";
|
|
43
|
-
import {
|
|
44
|
-
DeleteLifecycleHookCommandInput,
|
|
45
|
-
DeleteLifecycleHookCommandOutput,
|
|
46
|
-
} from "./commands/DeleteLifecycleHookCommand";
|
|
47
|
-
import {
|
|
48
|
-
DeleteNotificationConfigurationCommandInput,
|
|
49
|
-
DeleteNotificationConfigurationCommandOutput,
|
|
50
|
-
} from "./commands/DeleteNotificationConfigurationCommand";
|
|
51
|
-
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
52
|
-
import {
|
|
53
|
-
DeleteScheduledActionCommandInput,
|
|
54
|
-
DeleteScheduledActionCommandOutput,
|
|
55
|
-
} from "./commands/DeleteScheduledActionCommand";
|
|
56
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
57
|
-
import { DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput } from "./commands/DeleteWarmPoolCommand";
|
|
58
|
-
import {
|
|
59
|
-
DescribeAccountLimitsCommandInput,
|
|
60
|
-
DescribeAccountLimitsCommandOutput,
|
|
61
|
-
} from "./commands/DescribeAccountLimitsCommand";
|
|
62
|
-
import {
|
|
63
|
-
DescribeAdjustmentTypesCommandInput,
|
|
64
|
-
DescribeAdjustmentTypesCommandOutput,
|
|
65
|
-
} from "./commands/DescribeAdjustmentTypesCommand";
|
|
66
|
-
import {
|
|
67
|
-
DescribeAutoScalingGroupsCommandInput,
|
|
68
|
-
DescribeAutoScalingGroupsCommandOutput,
|
|
69
|
-
} from "./commands/DescribeAutoScalingGroupsCommand";
|
|
70
|
-
import {
|
|
71
|
-
DescribeAutoScalingInstancesCommandInput,
|
|
72
|
-
DescribeAutoScalingInstancesCommandOutput,
|
|
73
|
-
} from "./commands/DescribeAutoScalingInstancesCommand";
|
|
74
|
-
import {
|
|
75
|
-
DescribeAutoScalingNotificationTypesCommandInput,
|
|
76
|
-
DescribeAutoScalingNotificationTypesCommandOutput,
|
|
77
|
-
} from "./commands/DescribeAutoScalingNotificationTypesCommand";
|
|
78
|
-
import {
|
|
79
|
-
DescribeInstanceRefreshesCommandInput,
|
|
80
|
-
DescribeInstanceRefreshesCommandOutput,
|
|
81
|
-
} from "./commands/DescribeInstanceRefreshesCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeLaunchConfigurationsCommandInput,
|
|
84
|
-
DescribeLaunchConfigurationsCommandOutput,
|
|
85
|
-
} from "./commands/DescribeLaunchConfigurationsCommand";
|
|
86
|
-
import {
|
|
87
|
-
DescribeLifecycleHookTypesCommandInput,
|
|
88
|
-
DescribeLifecycleHookTypesCommandOutput,
|
|
89
|
-
} from "./commands/DescribeLifecycleHookTypesCommand";
|
|
90
|
-
import {
|
|
91
|
-
DescribeLifecycleHooksCommandInput,
|
|
92
|
-
DescribeLifecycleHooksCommandOutput,
|
|
93
|
-
} from "./commands/DescribeLifecycleHooksCommand";
|
|
94
|
-
import {
|
|
95
|
-
DescribeLoadBalancerTargetGroupsCommandInput,
|
|
96
|
-
DescribeLoadBalancerTargetGroupsCommandOutput,
|
|
97
|
-
} from "./commands/DescribeLoadBalancerTargetGroupsCommand";
|
|
98
|
-
import {
|
|
99
|
-
DescribeLoadBalancersCommandInput,
|
|
100
|
-
DescribeLoadBalancersCommandOutput,
|
|
101
|
-
} from "./commands/DescribeLoadBalancersCommand";
|
|
102
|
-
import {
|
|
103
|
-
DescribeMetricCollectionTypesCommandInput,
|
|
104
|
-
DescribeMetricCollectionTypesCommandOutput,
|
|
105
|
-
} from "./commands/DescribeMetricCollectionTypesCommand";
|
|
106
|
-
import {
|
|
107
|
-
DescribeNotificationConfigurationsCommandInput,
|
|
108
|
-
DescribeNotificationConfigurationsCommandOutput,
|
|
109
|
-
} from "./commands/DescribeNotificationConfigurationsCommand";
|
|
110
|
-
import { DescribePoliciesCommandInput, DescribePoliciesCommandOutput } from "./commands/DescribePoliciesCommand";
|
|
111
|
-
import {
|
|
112
|
-
DescribeScalingActivitiesCommandInput,
|
|
113
|
-
DescribeScalingActivitiesCommandOutput,
|
|
114
|
-
} from "./commands/DescribeScalingActivitiesCommand";
|
|
115
|
-
import {
|
|
116
|
-
DescribeScalingProcessTypesCommandInput,
|
|
117
|
-
DescribeScalingProcessTypesCommandOutput,
|
|
118
|
-
} from "./commands/DescribeScalingProcessTypesCommand";
|
|
119
|
-
import {
|
|
120
|
-
DescribeScheduledActionsCommandInput,
|
|
121
|
-
DescribeScheduledActionsCommandOutput,
|
|
122
|
-
} from "./commands/DescribeScheduledActionsCommand";
|
|
123
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
124
|
-
import {
|
|
125
|
-
DescribeTerminationPolicyTypesCommandInput,
|
|
126
|
-
DescribeTerminationPolicyTypesCommandOutput,
|
|
127
|
-
} from "./commands/DescribeTerminationPolicyTypesCommand";
|
|
128
|
-
import { DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput } from "./commands/DescribeWarmPoolCommand";
|
|
129
|
-
import { DetachInstancesCommandInput, DetachInstancesCommandOutput } from "./commands/DetachInstancesCommand";
|
|
130
|
-
import {
|
|
131
|
-
DetachLoadBalancerTargetGroupsCommandInput,
|
|
132
|
-
DetachLoadBalancerTargetGroupsCommandOutput,
|
|
133
|
-
} from "./commands/DetachLoadBalancerTargetGroupsCommand";
|
|
134
|
-
import {
|
|
135
|
-
DetachLoadBalancersCommandInput,
|
|
136
|
-
DetachLoadBalancersCommandOutput,
|
|
137
|
-
} from "./commands/DetachLoadBalancersCommand";
|
|
138
|
-
import {
|
|
139
|
-
DisableMetricsCollectionCommandInput,
|
|
140
|
-
DisableMetricsCollectionCommandOutput,
|
|
141
|
-
} from "./commands/DisableMetricsCollectionCommand";
|
|
142
|
-
import {
|
|
143
|
-
EnableMetricsCollectionCommandInput,
|
|
144
|
-
EnableMetricsCollectionCommandOutput,
|
|
145
|
-
} from "./commands/EnableMetricsCollectionCommand";
|
|
146
|
-
import { EnterStandbyCommandInput, EnterStandbyCommandOutput } from "./commands/EnterStandbyCommand";
|
|
147
|
-
import { ExecutePolicyCommandInput, ExecutePolicyCommandOutput } from "./commands/ExecutePolicyCommand";
|
|
148
|
-
import { ExitStandbyCommandInput, ExitStandbyCommandOutput } from "./commands/ExitStandbyCommand";
|
|
149
|
-
import {
|
|
150
|
-
GetPredictiveScalingForecastCommandInput,
|
|
151
|
-
GetPredictiveScalingForecastCommandOutput,
|
|
152
|
-
} from "./commands/GetPredictiveScalingForecastCommand";
|
|
153
|
-
import { PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput } from "./commands/PutLifecycleHookCommand";
|
|
154
|
-
import {
|
|
155
|
-
PutNotificationConfigurationCommandInput,
|
|
156
|
-
PutNotificationConfigurationCommandOutput,
|
|
157
|
-
} from "./commands/PutNotificationConfigurationCommand";
|
|
158
|
-
import { PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput } from "./commands/PutScalingPolicyCommand";
|
|
159
|
-
import {
|
|
160
|
-
PutScheduledUpdateGroupActionCommandInput,
|
|
161
|
-
PutScheduledUpdateGroupActionCommandOutput,
|
|
162
|
-
} from "./commands/PutScheduledUpdateGroupActionCommand";
|
|
163
|
-
import { PutWarmPoolCommandInput, PutWarmPoolCommandOutput } from "./commands/PutWarmPoolCommand";
|
|
164
|
-
import {
|
|
165
|
-
RecordLifecycleActionHeartbeatCommandInput,
|
|
166
|
-
RecordLifecycleActionHeartbeatCommandOutput,
|
|
167
|
-
} from "./commands/RecordLifecycleActionHeartbeatCommand";
|
|
168
|
-
import { ResumeProcessesCommandInput, ResumeProcessesCommandOutput } from "./commands/ResumeProcessesCommand";
|
|
169
|
-
import { SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput } from "./commands/SetDesiredCapacityCommand";
|
|
170
|
-
import { SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput } from "./commands/SetInstanceHealthCommand";
|
|
171
|
-
import {
|
|
172
|
-
SetInstanceProtectionCommandInput,
|
|
173
|
-
SetInstanceProtectionCommandOutput,
|
|
174
|
-
} from "./commands/SetInstanceProtectionCommand";
|
|
175
|
-
import {
|
|
176
|
-
StartInstanceRefreshCommandInput,
|
|
177
|
-
StartInstanceRefreshCommandOutput,
|
|
178
|
-
} from "./commands/StartInstanceRefreshCommand";
|
|
179
|
-
import { SuspendProcessesCommandInput, SuspendProcessesCommandOutput } from "./commands/SuspendProcessesCommand";
|
|
180
|
-
import {
|
|
181
|
-
TerminateInstanceInAutoScalingGroupCommandInput,
|
|
182
|
-
TerminateInstanceInAutoScalingGroupCommandOutput,
|
|
183
|
-
} from "./commands/TerminateInstanceInAutoScalingGroupCommand";
|
|
184
|
-
import {
|
|
185
|
-
UpdateAutoScalingGroupCommandInput,
|
|
186
|
-
UpdateAutoScalingGroupCommandOutput,
|
|
187
|
-
} from "./commands/UpdateAutoScalingGroupCommand";
|
|
188
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
189
|
-
import {
|
|
190
|
-
EndpointsInputConfig,
|
|
191
|
-
EndpointsResolvedConfig,
|
|
192
|
-
RegionInputConfig,
|
|
193
|
-
RegionResolvedConfig,
|
|
194
|
-
resolveEndpointsConfig,
|
|
195
|
-
resolveRegionConfig,
|
|
196
|
-
} from "@aws-sdk/config-resolver";
|
|
197
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
198
|
-
import {
|
|
199
|
-
HostHeaderInputConfig,
|
|
200
|
-
HostHeaderResolvedConfig,
|
|
201
|
-
getHostHeaderPlugin,
|
|
202
|
-
resolveHostHeaderConfig,
|
|
203
|
-
} from "@aws-sdk/middleware-host-header";
|
|
204
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
205
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
206
|
-
import {
|
|
207
|
-
AwsAuthInputConfig,
|
|
208
|
-
AwsAuthResolvedConfig,
|
|
209
|
-
getAwsAuthPlugin,
|
|
210
|
-
resolveAwsAuthConfig,
|
|
211
|
-
} from "@aws-sdk/middleware-signing";
|
|
212
|
-
import {
|
|
213
|
-
UserAgentInputConfig,
|
|
214
|
-
UserAgentResolvedConfig,
|
|
215
|
-
getUserAgentPlugin,
|
|
216
|
-
resolveUserAgentConfig,
|
|
217
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
218
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
219
|
-
import {
|
|
220
|
-
Client as __Client,
|
|
221
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
222
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
223
|
-
} from "@aws-sdk/smithy-client";
|
|
224
|
-
import {
|
|
225
|
-
Provider,
|
|
226
|
-
RegionInfoProvider,
|
|
227
|
-
Credentials as __Credentials,
|
|
228
|
-
Decoder as __Decoder,
|
|
229
|
-
Encoder as __Encoder,
|
|
230
|
-
Hash as __Hash,
|
|
231
|
-
HashConstructor as __HashConstructor,
|
|
232
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
233
|
-
Logger as __Logger,
|
|
234
|
-
Provider as __Provider,
|
|
235
|
-
StreamCollector as __StreamCollector,
|
|
236
|
-
UrlParser as __UrlParser,
|
|
237
|
-
UserAgent as __UserAgent,
|
|
238
|
-
} from "@aws-sdk/types";
|
|
239
|
-
|
|
240
|
-
export type ServiceInputTypes =
|
|
241
|
-
| AttachInstancesCommandInput
|
|
242
|
-
| AttachLoadBalancerTargetGroupsCommandInput
|
|
243
|
-
| AttachLoadBalancersCommandInput
|
|
244
|
-
| BatchDeleteScheduledActionCommandInput
|
|
245
|
-
| BatchPutScheduledUpdateGroupActionCommandInput
|
|
246
|
-
| CancelInstanceRefreshCommandInput
|
|
247
|
-
| CompleteLifecycleActionCommandInput
|
|
248
|
-
| CreateAutoScalingGroupCommandInput
|
|
249
|
-
| CreateLaunchConfigurationCommandInput
|
|
250
|
-
| CreateOrUpdateTagsCommandInput
|
|
251
|
-
| DeleteAutoScalingGroupCommandInput
|
|
252
|
-
| DeleteLaunchConfigurationCommandInput
|
|
253
|
-
| DeleteLifecycleHookCommandInput
|
|
254
|
-
| DeleteNotificationConfigurationCommandInput
|
|
255
|
-
| DeletePolicyCommandInput
|
|
256
|
-
| DeleteScheduledActionCommandInput
|
|
257
|
-
| DeleteTagsCommandInput
|
|
258
|
-
| DeleteWarmPoolCommandInput
|
|
259
|
-
| DescribeAccountLimitsCommandInput
|
|
260
|
-
| DescribeAdjustmentTypesCommandInput
|
|
261
|
-
| DescribeAutoScalingGroupsCommandInput
|
|
262
|
-
| DescribeAutoScalingInstancesCommandInput
|
|
263
|
-
| DescribeAutoScalingNotificationTypesCommandInput
|
|
264
|
-
| DescribeInstanceRefreshesCommandInput
|
|
265
|
-
| DescribeLaunchConfigurationsCommandInput
|
|
266
|
-
| DescribeLifecycleHookTypesCommandInput
|
|
267
|
-
| DescribeLifecycleHooksCommandInput
|
|
268
|
-
| DescribeLoadBalancerTargetGroupsCommandInput
|
|
269
|
-
| DescribeLoadBalancersCommandInput
|
|
270
|
-
| DescribeMetricCollectionTypesCommandInput
|
|
271
|
-
| DescribeNotificationConfigurationsCommandInput
|
|
272
|
-
| DescribePoliciesCommandInput
|
|
273
|
-
| DescribeScalingActivitiesCommandInput
|
|
274
|
-
| DescribeScalingProcessTypesCommandInput
|
|
275
|
-
| DescribeScheduledActionsCommandInput
|
|
276
|
-
| DescribeTagsCommandInput
|
|
277
|
-
| DescribeTerminationPolicyTypesCommandInput
|
|
278
|
-
| DescribeWarmPoolCommandInput
|
|
279
|
-
| DetachInstancesCommandInput
|
|
280
|
-
| DetachLoadBalancerTargetGroupsCommandInput
|
|
281
|
-
| DetachLoadBalancersCommandInput
|
|
282
|
-
| DisableMetricsCollectionCommandInput
|
|
283
|
-
| EnableMetricsCollectionCommandInput
|
|
284
|
-
| EnterStandbyCommandInput
|
|
285
|
-
| ExecutePolicyCommandInput
|
|
286
|
-
| ExitStandbyCommandInput
|
|
287
|
-
| GetPredictiveScalingForecastCommandInput
|
|
288
|
-
| PutLifecycleHookCommandInput
|
|
289
|
-
| PutNotificationConfigurationCommandInput
|
|
290
|
-
| PutScalingPolicyCommandInput
|
|
291
|
-
| PutScheduledUpdateGroupActionCommandInput
|
|
292
|
-
| PutWarmPoolCommandInput
|
|
293
|
-
| RecordLifecycleActionHeartbeatCommandInput
|
|
294
|
-
| ResumeProcessesCommandInput
|
|
295
|
-
| SetDesiredCapacityCommandInput
|
|
296
|
-
| SetInstanceHealthCommandInput
|
|
297
|
-
| SetInstanceProtectionCommandInput
|
|
298
|
-
| StartInstanceRefreshCommandInput
|
|
299
|
-
| SuspendProcessesCommandInput
|
|
300
|
-
| TerminateInstanceInAutoScalingGroupCommandInput
|
|
301
|
-
| UpdateAutoScalingGroupCommandInput;
|
|
302
|
-
|
|
303
|
-
export type ServiceOutputTypes =
|
|
304
|
-
| AttachInstancesCommandOutput
|
|
305
|
-
| AttachLoadBalancerTargetGroupsCommandOutput
|
|
306
|
-
| AttachLoadBalancersCommandOutput
|
|
307
|
-
| BatchDeleteScheduledActionCommandOutput
|
|
308
|
-
| BatchPutScheduledUpdateGroupActionCommandOutput
|
|
309
|
-
| CancelInstanceRefreshCommandOutput
|
|
310
|
-
| CompleteLifecycleActionCommandOutput
|
|
311
|
-
| CreateAutoScalingGroupCommandOutput
|
|
312
|
-
| CreateLaunchConfigurationCommandOutput
|
|
313
|
-
| CreateOrUpdateTagsCommandOutput
|
|
314
|
-
| DeleteAutoScalingGroupCommandOutput
|
|
315
|
-
| DeleteLaunchConfigurationCommandOutput
|
|
316
|
-
| DeleteLifecycleHookCommandOutput
|
|
317
|
-
| DeleteNotificationConfigurationCommandOutput
|
|
318
|
-
| DeletePolicyCommandOutput
|
|
319
|
-
| DeleteScheduledActionCommandOutput
|
|
320
|
-
| DeleteTagsCommandOutput
|
|
321
|
-
| DeleteWarmPoolCommandOutput
|
|
322
|
-
| DescribeAccountLimitsCommandOutput
|
|
323
|
-
| DescribeAdjustmentTypesCommandOutput
|
|
324
|
-
| DescribeAutoScalingGroupsCommandOutput
|
|
325
|
-
| DescribeAutoScalingInstancesCommandOutput
|
|
326
|
-
| DescribeAutoScalingNotificationTypesCommandOutput
|
|
327
|
-
| DescribeInstanceRefreshesCommandOutput
|
|
328
|
-
| DescribeLaunchConfigurationsCommandOutput
|
|
329
|
-
| DescribeLifecycleHookTypesCommandOutput
|
|
330
|
-
| DescribeLifecycleHooksCommandOutput
|
|
331
|
-
| DescribeLoadBalancerTargetGroupsCommandOutput
|
|
332
|
-
| DescribeLoadBalancersCommandOutput
|
|
333
|
-
| DescribeMetricCollectionTypesCommandOutput
|
|
334
|
-
| DescribeNotificationConfigurationsCommandOutput
|
|
335
|
-
| DescribePoliciesCommandOutput
|
|
336
|
-
| DescribeScalingActivitiesCommandOutput
|
|
337
|
-
| DescribeScalingProcessTypesCommandOutput
|
|
338
|
-
| DescribeScheduledActionsCommandOutput
|
|
339
|
-
| DescribeTagsCommandOutput
|
|
340
|
-
| DescribeTerminationPolicyTypesCommandOutput
|
|
341
|
-
| DescribeWarmPoolCommandOutput
|
|
342
|
-
| DetachInstancesCommandOutput
|
|
343
|
-
| DetachLoadBalancerTargetGroupsCommandOutput
|
|
344
|
-
| DetachLoadBalancersCommandOutput
|
|
345
|
-
| DisableMetricsCollectionCommandOutput
|
|
346
|
-
| EnableMetricsCollectionCommandOutput
|
|
347
|
-
| EnterStandbyCommandOutput
|
|
348
|
-
| ExecutePolicyCommandOutput
|
|
349
|
-
| ExitStandbyCommandOutput
|
|
350
|
-
| GetPredictiveScalingForecastCommandOutput
|
|
351
|
-
| PutLifecycleHookCommandOutput
|
|
352
|
-
| PutNotificationConfigurationCommandOutput
|
|
353
|
-
| PutScalingPolicyCommandOutput
|
|
354
|
-
| PutScheduledUpdateGroupActionCommandOutput
|
|
355
|
-
| PutWarmPoolCommandOutput
|
|
356
|
-
| RecordLifecycleActionHeartbeatCommandOutput
|
|
357
|
-
| ResumeProcessesCommandOutput
|
|
358
|
-
| SetDesiredCapacityCommandOutput
|
|
359
|
-
| SetInstanceHealthCommandOutput
|
|
360
|
-
| SetInstanceProtectionCommandOutput
|
|
361
|
-
| StartInstanceRefreshCommandOutput
|
|
362
|
-
| SuspendProcessesCommandOutput
|
|
363
|
-
| TerminateInstanceInAutoScalingGroupCommandOutput
|
|
364
|
-
| UpdateAutoScalingGroupCommandOutput;
|
|
365
|
-
|
|
366
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
367
|
-
/**
|
|
368
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
369
|
-
*/
|
|
370
|
-
requestHandler?: __HttpHandler;
|
|
371
|
-
|
|
372
|
-
/**
|
|
373
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
374
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
sha256?: __HashConstructor;
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
urlParser?: __UrlParser;
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
* A function that can calculate the length of a request body.
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* A function that converts a stream into an array of bytes.
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
|
-
streamCollector?: __StreamCollector;
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
base64Decoder?: __Decoder;
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
|
-
base64Encoder?: __Encoder;
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
|
-
utf8Decoder?: __Decoder;
|
|
414
|
-
|
|
415
|
-
/**
|
|
416
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
|
-
utf8Encoder?: __Encoder;
|
|
420
|
-
|
|
421
|
-
/**
|
|
422
|
-
* The runtime environment.
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
|
-
runtime?: string;
|
|
426
|
-
|
|
427
|
-
/**
|
|
428
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
429
|
-
* trait of an operation.
|
|
430
|
-
*/
|
|
431
|
-
disableHostPrefix?: boolean;
|
|
432
|
-
|
|
433
|
-
/**
|
|
434
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
435
|
-
*/
|
|
436
|
-
maxAttempts?: number | __Provider<number>;
|
|
437
|
-
|
|
438
|
-
/**
|
|
439
|
-
* Specifies which retry algorithm to use.
|
|
440
|
-
*/
|
|
441
|
-
retryMode?: string | __Provider<string>;
|
|
442
|
-
|
|
443
|
-
/**
|
|
444
|
-
* Optional logger for logging debug/info/warn/error.
|
|
445
|
-
*/
|
|
446
|
-
logger?: __Logger;
|
|
447
|
-
|
|
448
|
-
/**
|
|
449
|
-
* Unique service identifier.
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
|
-
serviceId?: string;
|
|
453
|
-
|
|
454
|
-
/**
|
|
455
|
-
* The AWS region to which this client will send requests
|
|
456
|
-
*/
|
|
457
|
-
region?: string | __Provider<string>;
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
* Default credentials provider; Not available in browser runtime.
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
464
|
-
|
|
465
|
-
/**
|
|
466
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
470
|
-
|
|
471
|
-
/**
|
|
472
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
type AutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
479
|
-
ClientDefaults &
|
|
480
|
-
RegionInputConfig &
|
|
481
|
-
EndpointsInputConfig &
|
|
482
|
-
RetryInputConfig &
|
|
483
|
-
HostHeaderInputConfig &
|
|
484
|
-
AwsAuthInputConfig &
|
|
485
|
-
UserAgentInputConfig;
|
|
486
|
-
/**
|
|
487
|
-
* The configuration interface of AutoScalingClient class constructor that set the region, credentials and other options.
|
|
488
|
-
*/
|
|
489
|
-
export interface AutoScalingClientConfig extends AutoScalingClientConfigType {}
|
|
490
|
-
|
|
491
|
-
type AutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
492
|
-
Required<ClientDefaults> &
|
|
493
|
-
RegionResolvedConfig &
|
|
494
|
-
EndpointsResolvedConfig &
|
|
495
|
-
RetryResolvedConfig &
|
|
496
|
-
HostHeaderResolvedConfig &
|
|
497
|
-
AwsAuthResolvedConfig &
|
|
498
|
-
UserAgentResolvedConfig;
|
|
499
|
-
/**
|
|
500
|
-
* The resolved configuration interface of AutoScalingClient class. This is resolved and normalized from the {@link AutoScalingClientConfig | constructor configuration interface}.
|
|
501
|
-
*/
|
|
502
|
-
export interface AutoScalingClientResolvedConfig extends AutoScalingClientResolvedConfigType {}
|
|
503
|
-
|
|
504
|
-
/**
|
|
505
|
-
* <fullname>Amazon EC2 Auto Scaling</fullname>
|
|
506
|
-
*
|
|
507
|
-
*
|
|
508
|
-
*
|
|
509
|
-
*
|
|
510
|
-
*
|
|
511
|
-
*
|
|
512
|
-
*
|
|
513
|
-
* <p>Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2 instances
|
|
514
|
-
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
|
|
515
|
-
* <p>For more information about Amazon EC2 Auto Scaling, see the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html">Amazon EC2 Auto Scaling User Guide</a>. For information about granting IAM users required
|
|
516
|
-
* permissions for calls to Amazon EC2 Auto Scaling, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/ec2-auto-scaling-api-permissions.html">Granting
|
|
517
|
-
* IAM users required permissions for Amazon EC2 Auto Scaling resources</a> in the
|
|
518
|
-
* <i>Amazon EC2 Auto Scaling API Reference</i>.</p>
|
|
519
|
-
*/
|
|
520
|
-
export class AutoScalingClient extends __Client<
|
|
521
|
-
__HttpHandlerOptions,
|
|
522
|
-
ServiceInputTypes,
|
|
523
|
-
ServiceOutputTypes,
|
|
524
|
-
AutoScalingClientResolvedConfig
|
|
525
|
-
> {
|
|
526
|
-
/**
|
|
527
|
-
* The resolved configuration of AutoScalingClient class. This is resolved and normalized from the {@link AutoScalingClientConfig | constructor configuration interface}.
|
|
528
|
-
*/
|
|
529
|
-
readonly config: AutoScalingClientResolvedConfig;
|
|
530
|
-
|
|
531
|
-
constructor(configuration: AutoScalingClientConfig) {
|
|
532
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
533
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
534
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
535
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
536
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
537
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
538
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
539
|
-
super(_config_6);
|
|
540
|
-
this.config = _config_6;
|
|
541
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
542
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
543
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
544
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
545
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
546
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
/**
|
|
550
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
551
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
552
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
553
|
-
*/
|
|
554
|
-
destroy(): void {
|
|
555
|
-
super.destroy();
|
|
556
|
-
}
|
|
557
|
-
}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
2
|
-
import { AttachInstancesQuery } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_queryAttachInstancesCommand,
|
|
5
|
-
serializeAws_queryAttachInstancesCommand,
|
|
6
|
-
} from "../protocols/Aws_query";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface AttachInstancesCommandInput extends AttachInstancesQuery {}
|
|
21
|
-
export interface AttachInstancesCommandOutput extends __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Attaches one or more EC2 instances to the specified Auto Scaling group.</p>
|
|
25
|
-
* <p>When you attach instances, Amazon EC2 Auto Scaling increases the desired capacity of the group by the
|
|
26
|
-
* number of instances being attached. If the number of instances being attached plus the
|
|
27
|
-
* desired capacity of the group exceeds the maximum size of the group, the operation
|
|
28
|
-
* fails.</p>
|
|
29
|
-
* <p>If there is a Classic Load Balancer attached to your Auto Scaling group, the instances are
|
|
30
|
-
* also registered with the load balancer. If there are target groups attached to your Auto Scaling
|
|
31
|
-
* group, the instances are also registered with the target groups.</p>
|
|
32
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/attach-instance-asg.html">Attach EC2 instances to
|
|
33
|
-
* your Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
34
|
-
* @example
|
|
35
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
-
* ```javascript
|
|
37
|
-
* import { AutoScalingClient, AttachInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
38
|
-
* // const { AutoScalingClient, AttachInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
39
|
-
* const client = new AutoScalingClient(config);
|
|
40
|
-
* const command = new AttachInstancesCommand(input);
|
|
41
|
-
* const response = await client.send(command);
|
|
42
|
-
* ```
|
|
43
|
-
*
|
|
44
|
-
* @see {@link AttachInstancesCommandInput} for command's `input` shape.
|
|
45
|
-
* @see {@link AttachInstancesCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
|
|
47
|
-
*
|
|
48
|
-
*/
|
|
49
|
-
export class AttachInstancesCommand extends $Command<
|
|
50
|
-
AttachInstancesCommandInput,
|
|
51
|
-
AttachInstancesCommandOutput,
|
|
52
|
-
AutoScalingClientResolvedConfig
|
|
53
|
-
> {
|
|
54
|
-
// Start section: command_properties
|
|
55
|
-
// End section: command_properties
|
|
56
|
-
|
|
57
|
-
constructor(readonly input: AttachInstancesCommandInput) {
|
|
58
|
-
// Start section: command_constructor
|
|
59
|
-
super();
|
|
60
|
-
// End section: command_constructor
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
resolveMiddleware(
|
|
67
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
68
|
-
configuration: AutoScalingClientResolvedConfig,
|
|
69
|
-
options?: __HttpHandlerOptions
|
|
70
|
-
): Handler<AttachInstancesCommandInput, AttachInstancesCommandOutput> {
|
|
71
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
72
|
-
|
|
73
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
74
|
-
|
|
75
|
-
const { logger } = configuration;
|
|
76
|
-
const clientName = "AutoScalingClient";
|
|
77
|
-
const commandName = "AttachInstancesCommand";
|
|
78
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
79
|
-
logger,
|
|
80
|
-
clientName,
|
|
81
|
-
commandName,
|
|
82
|
-
inputFilterSensitiveLog: AttachInstancesQuery.filterSensitiveLog,
|
|
83
|
-
outputFilterSensitiveLog: (output: any) => output,
|
|
84
|
-
};
|
|
85
|
-
const { requestHandler } = configuration;
|
|
86
|
-
return stack.resolve(
|
|
87
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
88
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
89
|
-
handlerExecutionContext
|
|
90
|
-
);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private serialize(input: AttachInstancesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
94
|
-
return serializeAws_queryAttachInstancesCommand(input, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AttachInstancesCommandOutput> {
|
|
98
|
-
return deserializeAws_queryAttachInstancesCommand(output, context);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
// Start section: command_body_extra
|
|
102
|
-
// End section: command_body_extra
|
|
103
|
-
}
|