@aws-sdk/client-auto-scaling 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/AutoScaling.js +938 -0
- package/dist-cjs/AutoScalingClient.js +56 -0
- package/dist-cjs/commands/AttachInstancesCommand.js +69 -0
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +78 -0
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +70 -0
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +60 -0
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +60 -0
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +65 -0
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +91 -0
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +78 -0
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +66 -0
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +64 -0
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +69 -0
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +62 -0
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +63 -0
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +60 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +65 -0
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +60 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +60 -0
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +62 -0
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +64 -0
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +79 -0
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +62 -0
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +60 -0
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +60 -0
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +98 -0
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +60 -0
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +73 -0
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +60 -0
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +79 -0
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +81 -0
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +62 -0
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +61 -0
- package/dist-cjs/commands/DescribePoliciesCommand.js +60 -0
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +68 -0
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +61 -0
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +63 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +68 -0
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +63 -0
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +62 -0
- package/dist-cjs/commands/DetachInstancesCommand.js +69 -0
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +60 -0
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +65 -0
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +60 -0
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +61 -0
- package/dist-cjs/commands/EnterStandbyCommand.js +69 -0
- package/dist-cjs/commands/ExecutePolicyCommand.js +61 -0
- package/dist-cjs/commands/ExitStandbyCommand.js +65 -0
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +68 -0
- package/dist-cjs/commands/PutLifecycleHookCommand.js +97 -0
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +68 -0
- package/dist-cjs/commands/PutScalingPolicyCommand.js +69 -0
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +64 -0
- package/dist-cjs/commands/PutWarmPoolCommand.js +69 -0
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +92 -0
- package/dist-cjs/commands/ResumeProcessesCommand.js +63 -0
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +65 -0
- package/dist-cjs/commands/SetInstanceHealthCommand.js +62 -0
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +66 -0
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +74 -0
- package/dist-cjs/commands/SuspendProcessesCommand.js +66 -0
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +71 -0
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +104 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +79 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1519 -0
- package/dist-cjs/pagination/DescribeAutoScalingGroupsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeAutoScalingInstancesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeLaunchConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeNotificationConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribePoliciesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeScalingActivitiesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeScheduledActionsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeTagsPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/protocols/Aws_query.js +8275 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForGroupExists.js +54 -0
- package/dist-cjs/waiters/waitForGroupInService.js +76 -0
- package/dist-cjs/waiters/waitForGroupNotExists.js +54 -0
- package/dist-es/AutoScaling.js +925 -0
- package/dist-es/AutoScalingClient.js +37 -0
- package/dist-es/commands/AttachInstancesCommand.js +39 -0
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +39 -0
- package/dist-es/commands/AttachLoadBalancersCommand.js +39 -0
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +39 -0
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +39 -0
- package/dist-es/commands/CancelInstanceRefreshCommand.js +39 -0
- package/dist-es/commands/CompleteLifecycleActionCommand.js +39 -0
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +39 -0
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +39 -0
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +39 -0
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +39 -0
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteLifecycleHookCommand.js +39 -0
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +39 -0
- package/dist-es/commands/DeletePolicyCommand.js +39 -0
- package/dist-es/commands/DeleteScheduledActionCommand.js +39 -0
- package/dist-es/commands/DeleteTagsCommand.js +39 -0
- package/dist-es/commands/DeleteWarmPoolCommand.js +39 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +39 -0
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +39 -0
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +39 -0
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +39 -0
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +39 -0
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +39 -0
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeLoadBalancersCommand.js +39 -0
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +39 -0
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +39 -0
- package/dist-es/commands/DescribePoliciesCommand.js +39 -0
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +39 -0
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +39 -0
- package/dist-es/commands/DescribeScheduledActionsCommand.js +39 -0
- package/dist-es/commands/DescribeTagsCommand.js +39 -0
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +39 -0
- package/dist-es/commands/DescribeWarmPoolCommand.js +39 -0
- package/dist-es/commands/DetachInstancesCommand.js +39 -0
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +39 -0
- package/dist-es/commands/DetachLoadBalancersCommand.js +39 -0
- package/dist-es/commands/DisableMetricsCollectionCommand.js +39 -0
- package/dist-es/commands/EnableMetricsCollectionCommand.js +39 -0
- package/dist-es/commands/EnterStandbyCommand.js +39 -0
- package/dist-es/commands/ExecutePolicyCommand.js +39 -0
- package/dist-es/commands/ExitStandbyCommand.js +39 -0
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +39 -0
- package/dist-es/commands/PutLifecycleHookCommand.js +39 -0
- package/dist-es/commands/PutNotificationConfigurationCommand.js +39 -0
- package/dist-es/commands/PutScalingPolicyCommand.js +39 -0
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +39 -0
- package/dist-es/commands/PutWarmPoolCommand.js +39 -0
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +39 -0
- package/dist-es/commands/ResumeProcessesCommand.js +39 -0
- package/dist-es/commands/SetDesiredCapacityCommand.js +39 -0
- package/dist-es/commands/SetInstanceHealthCommand.js +39 -0
- package/dist-es/commands/SetInstanceProtectionCommand.js +39 -0
- package/dist-es/commands/StartInstanceRefreshCommand.js +39 -0
- package/dist-es/commands/SuspendProcessesCommand.js +39 -0
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +39 -0
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +739 -0
- package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +74 -0
- package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/DescribePoliciesPaginator.js +74 -0
- package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +74 -0
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeTagsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/protocols/Aws_query.js +9124 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForGroupExists.js +60 -0
- package/dist-es/waiters/waitForGroupInService.js +82 -0
- package/dist-es/waiters/waitForGroupNotExists.js +60 -0
- package/dist-types/AutoScaling.d.ts +941 -0
- package/dist-types/AutoScalingClient.d.ts +206 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +44 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +53 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +45 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +35 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +35 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +40 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +66 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +53 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +41 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +39 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +44 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +38 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +40 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +54 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +73 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +48 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +54 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +56 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +36 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +43 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +38 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +37 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +44 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +35 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +40 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +35 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +36 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +44 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +36 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +40 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +43 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +72 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +43 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +44 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +39 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +44 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +67 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +38 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +40 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +37 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +41 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +49 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +41 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +46 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +79 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePoliciesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_query.d.ts +185 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/AutoScaling.d.ts +941 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +206 -0
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +72 -0
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +79 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +185 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +14 -0
- package/dist-types/waiters/waitForGroupExists.d.ts +14 -0
- package/dist-types/waiters/waitForGroupInService.d.ts +14 -0
- package/dist-types/waiters/waitForGroupNotExists.d.ts +14 -0
- package/package.json +53 -50
- package/AutoScaling.ts +0 -2732
- package/AutoScalingClient.ts +0 -557
- package/commands/AttachInstancesCommand.ts +0 -103
- package/commands/AttachLoadBalancerTargetGroupsCommand.ts +0 -120
- package/commands/AttachLoadBalancersCommand.ts +0 -104
- package/commands/BatchDeleteScheduledActionCommand.ts +0 -97
- package/commands/BatchPutScheduledUpdateGroupActionCommand.ts +0 -102
- package/commands/CancelInstanceRefreshCommand.ts +0 -99
- package/commands/CompleteLifecycleActionCommand.ts +0 -125
- package/commands/CreateAutoScalingGroupCommand.ts +0 -112
- package/commands/CreateLaunchConfigurationCommand.ts +0 -103
- package/commands/CreateOrUpdateTagsCommand.ts +0 -98
- package/commands/DeleteAutoScalingGroupCommand.ts +0 -103
- package/commands/DeleteLaunchConfigurationCommand.ts +0 -99
- package/commands/DeleteLifecycleHookCommand.ts +0 -97
- package/commands/DeleteNotificationConfigurationCommand.ts +0 -100
- package/commands/DeletePolicyCommand.ts +0 -96
- package/commands/DeleteScheduledActionCommand.ts +0 -94
- package/commands/DeleteTagsCommand.ts +0 -91
- package/commands/DeleteWarmPoolCommand.ts +0 -96
- package/commands/DescribeAccountLimitsCommand.ts +0 -98
- package/commands/DescribeAdjustmentTypesCommand.ts +0 -113
- package/commands/DescribeAutoScalingGroupsCommand.ts +0 -99
- package/commands/DescribeAutoScalingInstancesCommand.ts +0 -97
- package/commands/DescribeAutoScalingNotificationTypesCommand.ts +0 -102
- package/commands/DescribeInstanceRefreshesCommand.ts +0 -135
- package/commands/DescribeLaunchConfigurationsCommand.ts +0 -97
- package/commands/DescribeLifecycleHookTypesCommand.ts +0 -110
- package/commands/DescribeLifecycleHooksCommand.ts +0 -94
- package/commands/DescribeLoadBalancerTargetGroupsCommand.ts +0 -121
- package/commands/DescribeLoadBalancersCommand.ts +0 -115
- package/commands/DescribeMetricCollectionTypesCommand.ts +0 -101
- package/commands/DescribeNotificationConfigurationsCommand.ts +0 -103
- package/commands/DescribePoliciesCommand.ts +0 -94
- package/commands/DescribeScalingActivitiesCommand.ts +0 -105
- package/commands/DescribeScalingProcessTypesCommand.ts +0 -98
- package/commands/DescribeScheduledActionsCommand.ts +0 -97
- package/commands/DescribeTagsCommand.ts +0 -99
- package/commands/DescribeTerminationPolicyTypesCommand.ts +0 -105
- package/commands/DescribeWarmPoolCommand.ts +0 -96
- package/commands/DetachInstancesCommand.ts +0 -103
- package/commands/DetachLoadBalancerTargetGroupsCommand.ts +0 -102
- package/commands/DetachLoadBalancersCommand.ts +0 -99
- package/commands/DisableMetricsCollectionCommand.ts +0 -94
- package/commands/EnableMetricsCollectionCommand.ts +0 -95
- package/commands/EnterStandbyCommand.ts +0 -100
- package/commands/ExecutePolicyCommand.ts +0 -95
- package/commands/ExitStandbyCommand.ts +0 -96
- package/commands/GetPredictiveScalingForecastCommand.ts +0 -107
- package/commands/PutLifecycleHookCommand.ts +0 -131
- package/commands/PutNotificationConfigurationCommand.ts +0 -105
- package/commands/PutScalingPolicyCommand.ts +0 -103
- package/commands/PutScheduledUpdateGroupActionCommand.ts +0 -101
- package/commands/PutWarmPoolCommand.ts +0 -100
- package/commands/RecordLifecycleActionHeartbeatCommand.ts +0 -134
- package/commands/ResumeProcessesCommand.ts +0 -97
- package/commands/SetDesiredCapacityCommand.ts +0 -99
- package/commands/SetInstanceHealthCommand.ts +0 -96
- package/commands/SetInstanceProtectionCommand.ts +0 -100
- package/commands/StartInstanceRefreshCommand.ts +0 -108
- package/commands/SuspendProcessesCommand.ts +0 -100
- package/commands/TerminateInstanceInAutoScalingGroupCommand.ts +0 -111
- package/commands/UpdateAutoScalingGroupCommand.ts +0 -138
- package/dist/cjs/AutoScaling.js +0 -939
- package/dist/cjs/AutoScaling.js.map +0 -1
- package/dist/cjs/AutoScalingClient.js +0 -57
- package/dist/cjs/AutoScalingClient.js.map +0 -1
- package/dist/cjs/commands/AttachInstancesCommand.js +0 -70
- package/dist/cjs/commands/AttachInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +0 -79
- package/dist/cjs/commands/AttachLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/AttachLoadBalancersCommand.js +0 -71
- package/dist/cjs/commands/AttachLoadBalancersCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteScheduledActionCommand.js +0 -61
- package/dist/cjs/commands/BatchDeleteScheduledActionCommand.js.map +0 -1
- package/dist/cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +0 -61
- package/dist/cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js.map +0 -1
- package/dist/cjs/commands/CancelInstanceRefreshCommand.js +0 -66
- package/dist/cjs/commands/CancelInstanceRefreshCommand.js.map +0 -1
- package/dist/cjs/commands/CompleteLifecycleActionCommand.js +0 -92
- package/dist/cjs/commands/CompleteLifecycleActionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAutoScalingGroupCommand.js +0 -79
- package/dist/cjs/commands/CreateAutoScalingGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLaunchConfigurationCommand.js +0 -67
- package/dist/cjs/commands/CreateLaunchConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateOrUpdateTagsCommand.js +0 -65
- package/dist/cjs/commands/CreateOrUpdateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAutoScalingGroupCommand.js +0 -70
- package/dist/cjs/commands/DeleteAutoScalingGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLaunchConfigurationCommand.js +0 -63
- package/dist/cjs/commands/DeleteLaunchConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLifecycleHookCommand.js +0 -64
- package/dist/cjs/commands/DeleteLifecycleHookCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteNotificationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DeleteNotificationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePolicyCommand.js +0 -66
- package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScheduledActionCommand.js +0 -61
- package/dist/cjs/commands/DeleteScheduledActionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWarmPoolCommand.js +0 -63
- package/dist/cjs/commands/DeleteWarmPoolCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js +0 -65
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAdjustmentTypesCommand.js +0 -80
- package/dist/cjs/commands/DescribeAdjustmentTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAutoScalingGroupsCommand.js +0 -63
- package/dist/cjs/commands/DescribeAutoScalingGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAutoScalingInstancesCommand.js +0 -61
- package/dist/cjs/commands/DescribeAutoScalingInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +0 -61
- package/dist/cjs/commands/DescribeAutoScalingNotificationTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceRefreshesCommand.js +0 -99
- package/dist/cjs/commands/DescribeInstanceRefreshesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLaunchConfigurationsCommand.js +0 -61
- package/dist/cjs/commands/DescribeLaunchConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLifecycleHookTypesCommand.js +0 -74
- package/dist/cjs/commands/DescribeLifecycleHookTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLifecycleHooksCommand.js +0 -61
- package/dist/cjs/commands/DescribeLifecycleHooksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +0 -80
- package/dist/cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoadBalancersCommand.js +0 -82
- package/dist/cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMetricCollectionTypesCommand.js +0 -63
- package/dist/cjs/commands/DescribeMetricCollectionTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeNotificationConfigurationsCommand.js +0 -62
- package/dist/cjs/commands/DescribeNotificationConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePoliciesCommand.js +0 -61
- package/dist/cjs/commands/DescribePoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScalingActivitiesCommand.js +0 -69
- package/dist/cjs/commands/DescribeScalingActivitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScalingProcessTypesCommand.js +0 -62
- package/dist/cjs/commands/DescribeScalingProcessTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScheduledActionsCommand.js +0 -64
- package/dist/cjs/commands/DescribeScheduledActionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js +0 -69
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTerminationPolicyTypesCommand.js +0 -64
- package/dist/cjs/commands/DescribeTerminationPolicyTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWarmPoolCommand.js +0 -63
- package/dist/cjs/commands/DescribeWarmPoolCommand.js.map +0 -1
- package/dist/cjs/commands/DetachInstancesCommand.js +0 -70
- package/dist/cjs/commands/DetachInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +0 -61
- package/dist/cjs/commands/DetachLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DetachLoadBalancersCommand.js +0 -66
- package/dist/cjs/commands/DetachLoadBalancersCommand.js.map +0 -1
- package/dist/cjs/commands/DisableMetricsCollectionCommand.js +0 -61
- package/dist/cjs/commands/DisableMetricsCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/EnableMetricsCollectionCommand.js +0 -62
- package/dist/cjs/commands/EnableMetricsCollectionCommand.js.map +0 -1
- package/dist/cjs/commands/EnterStandbyCommand.js +0 -70
- package/dist/cjs/commands/EnterStandbyCommand.js.map +0 -1
- package/dist/cjs/commands/ExecutePolicyCommand.js +0 -62
- package/dist/cjs/commands/ExecutePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ExitStandbyCommand.js +0 -66
- package/dist/cjs/commands/ExitStandbyCommand.js.map +0 -1
- package/dist/cjs/commands/GetPredictiveScalingForecastCommand.js +0 -69
- package/dist/cjs/commands/GetPredictiveScalingForecastCommand.js.map +0 -1
- package/dist/cjs/commands/PutLifecycleHookCommand.js +0 -98
- package/dist/cjs/commands/PutLifecycleHookCommand.js.map +0 -1
- package/dist/cjs/commands/PutNotificationConfigurationCommand.js +0 -69
- package/dist/cjs/commands/PutNotificationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutScalingPolicyCommand.js +0 -70
- package/dist/cjs/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutScheduledUpdateGroupActionCommand.js +0 -65
- package/dist/cjs/commands/PutScheduledUpdateGroupActionCommand.js.map +0 -1
- package/dist/cjs/commands/PutWarmPoolCommand.js +0 -70
- package/dist/cjs/commands/PutWarmPoolCommand.js.map +0 -1
- package/dist/cjs/commands/RecordLifecycleActionHeartbeatCommand.js +0 -93
- package/dist/cjs/commands/RecordLifecycleActionHeartbeatCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeProcessesCommand.js +0 -64
- package/dist/cjs/commands/ResumeProcessesCommand.js.map +0 -1
- package/dist/cjs/commands/SetDesiredCapacityCommand.js +0 -66
- package/dist/cjs/commands/SetDesiredCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/SetInstanceHealthCommand.js +0 -63
- package/dist/cjs/commands/SetInstanceHealthCommand.js.map +0 -1
- package/dist/cjs/commands/SetInstanceProtectionCommand.js +0 -67
- package/dist/cjs/commands/SetInstanceProtectionCommand.js.map +0 -1
- package/dist/cjs/commands/StartInstanceRefreshCommand.js +0 -75
- package/dist/cjs/commands/StartInstanceRefreshCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendProcessesCommand.js +0 -67
- package/dist/cjs/commands/SuspendProcessesCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +0 -72
- package/dist/cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAutoScalingGroupCommand.js +0 -105
- package/dist/cjs/commands/UpdateAutoScalingGroupCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -80
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1520
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/DescribeAutoScalingGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeAutoScalingGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeAutoScalingInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeAutoScalingInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeLaunchConfigurationsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeLaunchConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeNotificationConfigurationsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeNotificationConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribePoliciesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeScalingActivitiesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeScalingActivitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTagsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.js +0 -8276
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForGroupExists.js +0 -55
- package/dist/cjs/waiters/waitForGroupExists.js.map +0 -1
- package/dist/cjs/waiters/waitForGroupInService.js +0 -77
- package/dist/cjs/waiters/waitForGroupInService.js.map +0 -1
- package/dist/cjs/waiters/waitForGroupNotExists.js +0 -55
- package/dist/cjs/waiters/waitForGroupNotExists.js.map +0 -1
- package/dist/es/AutoScaling.js +0 -942
- package/dist/es/AutoScaling.js.map +0 -1
- package/dist/es/AutoScalingClient.js +0 -59
- package/dist/es/AutoScalingClient.js.map +0 -1
- package/dist/es/commands/AttachInstancesCommand.js +0 -74
- package/dist/es/commands/AttachInstancesCommand.js.map +0 -1
- package/dist/es/commands/AttachLoadBalancerTargetGroupsCommand.js +0 -83
- package/dist/es/commands/AttachLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/es/commands/AttachLoadBalancersCommand.js +0 -75
- package/dist/es/commands/AttachLoadBalancersCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteScheduledActionCommand.js +0 -65
- package/dist/es/commands/BatchDeleteScheduledActionCommand.js.map +0 -1
- package/dist/es/commands/BatchPutScheduledUpdateGroupActionCommand.js +0 -65
- package/dist/es/commands/BatchPutScheduledUpdateGroupActionCommand.js.map +0 -1
- package/dist/es/commands/CancelInstanceRefreshCommand.js +0 -70
- package/dist/es/commands/CancelInstanceRefreshCommand.js.map +0 -1
- package/dist/es/commands/CompleteLifecycleActionCommand.js +0 -96
- package/dist/es/commands/CompleteLifecycleActionCommand.js.map +0 -1
- package/dist/es/commands/CreateAutoScalingGroupCommand.js +0 -83
- package/dist/es/commands/CreateAutoScalingGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateLaunchConfigurationCommand.js +0 -71
- package/dist/es/commands/CreateLaunchConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreateOrUpdateTagsCommand.js +0 -69
- package/dist/es/commands/CreateOrUpdateTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteAutoScalingGroupCommand.js +0 -74
- package/dist/es/commands/DeleteAutoScalingGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteLaunchConfigurationCommand.js +0 -67
- package/dist/es/commands/DeleteLaunchConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteLifecycleHookCommand.js +0 -68
- package/dist/es/commands/DeleteLifecycleHookCommand.js.map +0 -1
- package/dist/es/commands/DeleteNotificationConfigurationCommand.js +0 -65
- package/dist/es/commands/DeleteNotificationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePolicyCommand.js +0 -70
- package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteScheduledActionCommand.js +0 -65
- package/dist/es/commands/DeleteScheduledActionCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -65
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteWarmPoolCommand.js +0 -67
- package/dist/es/commands/DeleteWarmPoolCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountLimitsCommand.js +0 -69
- package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAdjustmentTypesCommand.js +0 -84
- package/dist/es/commands/DescribeAdjustmentTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAutoScalingGroupsCommand.js +0 -67
- package/dist/es/commands/DescribeAutoScalingGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAutoScalingInstancesCommand.js +0 -65
- package/dist/es/commands/DescribeAutoScalingInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAutoScalingNotificationTypesCommand.js +0 -65
- package/dist/es/commands/DescribeAutoScalingNotificationTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceRefreshesCommand.js +0 -103
- package/dist/es/commands/DescribeInstanceRefreshesCommand.js.map +0 -1
- package/dist/es/commands/DescribeLaunchConfigurationsCommand.js +0 -65
- package/dist/es/commands/DescribeLaunchConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLifecycleHookTypesCommand.js +0 -78
- package/dist/es/commands/DescribeLifecycleHookTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeLifecycleHooksCommand.js +0 -65
- package/dist/es/commands/DescribeLifecycleHooksCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancerTargetGroupsCommand.js +0 -84
- package/dist/es/commands/DescribeLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoadBalancersCommand.js +0 -86
- package/dist/es/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist/es/commands/DescribeMetricCollectionTypesCommand.js +0 -67
- package/dist/es/commands/DescribeMetricCollectionTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeNotificationConfigurationsCommand.js +0 -66
- package/dist/es/commands/DescribeNotificationConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DescribePoliciesCommand.js +0 -65
- package/dist/es/commands/DescribePoliciesCommand.js.map +0 -1
- package/dist/es/commands/DescribeScalingActivitiesCommand.js +0 -73
- package/dist/es/commands/DescribeScalingActivitiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeScalingProcessTypesCommand.js +0 -66
- package/dist/es/commands/DescribeScalingProcessTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeScheduledActionsCommand.js +0 -68
- package/dist/es/commands/DescribeScheduledActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js +0 -73
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTerminationPolicyTypesCommand.js +0 -68
- package/dist/es/commands/DescribeTerminationPolicyTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWarmPoolCommand.js +0 -67
- package/dist/es/commands/DescribeWarmPoolCommand.js.map +0 -1
- package/dist/es/commands/DetachInstancesCommand.js +0 -74
- package/dist/es/commands/DetachInstancesCommand.js.map +0 -1
- package/dist/es/commands/DetachLoadBalancerTargetGroupsCommand.js +0 -65
- package/dist/es/commands/DetachLoadBalancerTargetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DetachLoadBalancersCommand.js +0 -70
- package/dist/es/commands/DetachLoadBalancersCommand.js.map +0 -1
- package/dist/es/commands/DisableMetricsCollectionCommand.js +0 -65
- package/dist/es/commands/DisableMetricsCollectionCommand.js.map +0 -1
- package/dist/es/commands/EnableMetricsCollectionCommand.js +0 -66
- package/dist/es/commands/EnableMetricsCollectionCommand.js.map +0 -1
- package/dist/es/commands/EnterStandbyCommand.js +0 -74
- package/dist/es/commands/EnterStandbyCommand.js.map +0 -1
- package/dist/es/commands/ExecutePolicyCommand.js +0 -66
- package/dist/es/commands/ExecutePolicyCommand.js.map +0 -1
- package/dist/es/commands/ExitStandbyCommand.js +0 -70
- package/dist/es/commands/ExitStandbyCommand.js.map +0 -1
- package/dist/es/commands/GetPredictiveScalingForecastCommand.js +0 -73
- package/dist/es/commands/GetPredictiveScalingForecastCommand.js.map +0 -1
- package/dist/es/commands/PutLifecycleHookCommand.js +0 -102
- package/dist/es/commands/PutLifecycleHookCommand.js.map +0 -1
- package/dist/es/commands/PutNotificationConfigurationCommand.js +0 -73
- package/dist/es/commands/PutNotificationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutScalingPolicyCommand.js +0 -74
- package/dist/es/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutScheduledUpdateGroupActionCommand.js +0 -69
- package/dist/es/commands/PutScheduledUpdateGroupActionCommand.js.map +0 -1
- package/dist/es/commands/PutWarmPoolCommand.js +0 -74
- package/dist/es/commands/PutWarmPoolCommand.js.map +0 -1
- package/dist/es/commands/RecordLifecycleActionHeartbeatCommand.js +0 -97
- package/dist/es/commands/RecordLifecycleActionHeartbeatCommand.js.map +0 -1
- package/dist/es/commands/ResumeProcessesCommand.js +0 -68
- package/dist/es/commands/ResumeProcessesCommand.js.map +0 -1
- package/dist/es/commands/SetDesiredCapacityCommand.js +0 -70
- package/dist/es/commands/SetDesiredCapacityCommand.js.map +0 -1
- package/dist/es/commands/SetInstanceHealthCommand.js +0 -67
- package/dist/es/commands/SetInstanceHealthCommand.js.map +0 -1
- package/dist/es/commands/SetInstanceProtectionCommand.js +0 -71
- package/dist/es/commands/SetInstanceProtectionCommand.js.map +0 -1
- package/dist/es/commands/StartInstanceRefreshCommand.js +0 -79
- package/dist/es/commands/StartInstanceRefreshCommand.js.map +0 -1
- package/dist/es/commands/SuspendProcessesCommand.js +0 -71
- package/dist/es/commands/SuspendProcessesCommand.js.map +0 -1
- package/dist/es/commands/TerminateInstanceInAutoScalingGroupCommand.js +0 -76
- package/dist/es/commands/TerminateInstanceInAutoScalingGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateAutoScalingGroupCommand.js +0 -109
- package/dist/es/commands/UpdateAutoScalingGroupCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -77
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1205
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/DescribeAutoScalingGroupsPaginator.js +0 -87
- package/dist/es/pagination/DescribeAutoScalingGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeAutoScalingInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeAutoScalingInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeLaunchConfigurationsPaginator.js +0 -87
- package/dist/es/pagination/DescribeLaunchConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeNotificationConfigurationsPaginator.js +0 -87
- package/dist/es/pagination/DescribeNotificationConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribePoliciesPaginator.js +0 -87
- package/dist/es/pagination/DescribePoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeScalingActivitiesPaginator.js +0 -87
- package/dist/es/pagination/DescribeScalingActivitiesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeScheduledActionsPaginator.js +0 -87
- package/dist/es/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTagsPaginator.js +0 -87
- package/dist/es/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_query.js +0 -9127
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForGroupExists.js +0 -70
- package/dist/es/waiters/waitForGroupExists.js.map +0 -1
- package/dist/es/waiters/waitForGroupInService.js +0 -92
- package/dist/es/waiters/waitForGroupInService.js.map +0 -1
- package/dist/es/waiters/waitForGroupNotExists.js +0 -70
- package/dist/es/waiters/waitForGroupNotExists.js.map +0 -1
- package/dist/types/AutoScaling.d.ts +0 -941
- package/dist/types/AutoScalingClient.d.ts +0 -206
- package/dist/types/commands/AttachInstancesCommand.d.ts +0 -44
- package/dist/types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +0 -53
- package/dist/types/commands/AttachLoadBalancersCommand.d.ts +0 -45
- package/dist/types/commands/BatchDeleteScheduledActionCommand.d.ts +0 -35
- package/dist/types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +0 -35
- package/dist/types/commands/CancelInstanceRefreshCommand.d.ts +0 -40
- package/dist/types/commands/CompleteLifecycleActionCommand.d.ts +0 -66
- package/dist/types/commands/CreateAutoScalingGroupCommand.d.ts +0 -53
- package/dist/types/commands/CreateLaunchConfigurationCommand.d.ts +0 -41
- package/dist/types/commands/CreateOrUpdateTagsCommand.d.ts +0 -39
- package/dist/types/commands/DeleteAutoScalingGroupCommand.d.ts +0 -44
- package/dist/types/commands/DeleteLaunchConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/DeleteLifecycleHookCommand.d.ts +0 -38
- package/dist/types/commands/DeleteNotificationConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DeletePolicyCommand.d.ts +0 -40
- package/dist/types/commands/DeleteScheduledActionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteWarmPoolCommand.d.ts +0 -37
- package/dist/types/commands/DescribeAccountLimitsCommand.d.ts +0 -39
- package/dist/types/commands/DescribeAdjustmentTypesCommand.d.ts +0 -54
- package/dist/types/commands/DescribeAutoScalingGroupsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeAutoScalingInstancesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInstanceRefreshesCommand.d.ts +0 -73
- package/dist/types/commands/DescribeLaunchConfigurationsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeLifecycleHookTypesCommand.d.ts +0 -48
- package/dist/types/commands/DescribeLifecycleHooksCommand.d.ts +0 -35
- package/dist/types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +0 -54
- package/dist/types/commands/DescribeLoadBalancersCommand.d.ts +0 -56
- package/dist/types/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeNotificationConfigurationsCommand.d.ts +0 -36
- package/dist/types/commands/DescribePoliciesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeScalingActivitiesCommand.d.ts +0 -43
- package/dist/types/commands/DescribeScalingProcessTypesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeScheduledActionsCommand.d.ts +0 -38
- package/dist/types/commands/DescribeTagsCommand.d.ts +0 -43
- package/dist/types/commands/DescribeTerminationPolicyTypesCommand.d.ts +0 -38
- package/dist/types/commands/DescribeWarmPoolCommand.d.ts +0 -37
- package/dist/types/commands/DetachInstancesCommand.d.ts +0 -44
- package/dist/types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +0 -35
- package/dist/types/commands/DetachLoadBalancersCommand.d.ts +0 -40
- package/dist/types/commands/DisableMetricsCollectionCommand.d.ts +0 -35
- package/dist/types/commands/EnableMetricsCollectionCommand.d.ts +0 -36
- package/dist/types/commands/EnterStandbyCommand.d.ts +0 -44
- package/dist/types/commands/ExecutePolicyCommand.d.ts +0 -36
- package/dist/types/commands/ExitStandbyCommand.d.ts +0 -40
- package/dist/types/commands/GetPredictiveScalingForecastCommand.d.ts +0 -43
- package/dist/types/commands/PutLifecycleHookCommand.d.ts +0 -72
- package/dist/types/commands/PutNotificationConfigurationCommand.d.ts +0 -43
- package/dist/types/commands/PutScalingPolicyCommand.d.ts +0 -44
- package/dist/types/commands/PutScheduledUpdateGroupActionCommand.d.ts +0 -39
- package/dist/types/commands/PutWarmPoolCommand.d.ts +0 -44
- package/dist/types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +0 -67
- package/dist/types/commands/ResumeProcessesCommand.d.ts +0 -38
- package/dist/types/commands/SetDesiredCapacityCommand.d.ts +0 -40
- package/dist/types/commands/SetInstanceHealthCommand.d.ts +0 -37
- package/dist/types/commands/SetInstanceProtectionCommand.d.ts +0 -41
- package/dist/types/commands/StartInstanceRefreshCommand.d.ts +0 -49
- package/dist/types/commands/SuspendProcessesCommand.d.ts +0 -41
- package/dist/types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +0 -46
- package/dist/types/commands/UpdateAutoScalingGroupCommand.d.ts +0 -79
- package/dist/types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribePoliciesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeScalingActivitiesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTagsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_query.d.ts +0 -185
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/AutoScaling.d.ts +0 -941
- package/dist/types/ts3.4/AutoScalingClient.d.ts +0 -206
- package/dist/types/ts3.4/commands/AttachInstancesCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePoliciesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DetachInstancesCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/EnterStandbyCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ExecutePolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ExitStandbyCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutLifecycleHookCommand.d.ts +0 -72
- package/dist/types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutScalingPolicyCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/PutWarmPoolCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/ResumeProcessesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/SetInstanceHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/SuspendProcessesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +0 -79
- package/dist/types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTagsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -185
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForGroupExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForGroupInService.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForGroupNotExists.d.ts +0 -14
- package/dist/types/waiters/waitForGroupExists.d.ts +0 -14
- package/dist/types/waiters/waitForGroupInService.d.ts +0 -14
- package/dist/types/waiters/waitForGroupNotExists.d.ts +0 -14
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -6663
- package/pagination/DescribeAutoScalingGroupsPaginator.ts +0 -58
- package/pagination/DescribeAutoScalingInstancesPaginator.ts +0 -58
- package/pagination/DescribeLaunchConfigurationsPaginator.ts +0 -58
- package/pagination/DescribeNotificationConfigurationsPaginator.ts +0 -58
- package/pagination/DescribePoliciesPaginator.ts +0 -58
- package/pagination/DescribeScalingActivitiesPaginator.ts +0 -58
- package/pagination/DescribeScheduledActionsPaginator.ts +0 -58
- package/pagination/DescribeTagsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_query.ts +0 -10044
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForGroupExists.ts +0 -60
- package/waiters/waitForGroupInService.ts +0 -82
- package/waiters/waitForGroupNotExists.ts +0 -60
|
@@ -0,0 +1,925 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { AutoScalingClient } from "./AutoScalingClient";
|
|
3
|
+
import { AttachInstancesCommand, } from "./commands/AttachInstancesCommand";
|
|
4
|
+
import { AttachLoadBalancersCommand, } from "./commands/AttachLoadBalancersCommand";
|
|
5
|
+
import { AttachLoadBalancerTargetGroupsCommand, } from "./commands/AttachLoadBalancerTargetGroupsCommand";
|
|
6
|
+
import { BatchDeleteScheduledActionCommand, } from "./commands/BatchDeleteScheduledActionCommand";
|
|
7
|
+
import { BatchPutScheduledUpdateGroupActionCommand, } from "./commands/BatchPutScheduledUpdateGroupActionCommand";
|
|
8
|
+
import { CancelInstanceRefreshCommand, } from "./commands/CancelInstanceRefreshCommand";
|
|
9
|
+
import { CompleteLifecycleActionCommand, } from "./commands/CompleteLifecycleActionCommand";
|
|
10
|
+
import { CreateAutoScalingGroupCommand, } from "./commands/CreateAutoScalingGroupCommand";
|
|
11
|
+
import { CreateLaunchConfigurationCommand, } from "./commands/CreateLaunchConfigurationCommand";
|
|
12
|
+
import { CreateOrUpdateTagsCommand, } from "./commands/CreateOrUpdateTagsCommand";
|
|
13
|
+
import { DeleteAutoScalingGroupCommand, } from "./commands/DeleteAutoScalingGroupCommand";
|
|
14
|
+
import { DeleteLaunchConfigurationCommand, } from "./commands/DeleteLaunchConfigurationCommand";
|
|
15
|
+
import { DeleteLifecycleHookCommand, } from "./commands/DeleteLifecycleHookCommand";
|
|
16
|
+
import { DeleteNotificationConfigurationCommand, } from "./commands/DeleteNotificationConfigurationCommand";
|
|
17
|
+
import { DeletePolicyCommand, } from "./commands/DeletePolicyCommand";
|
|
18
|
+
import { DeleteScheduledActionCommand, } from "./commands/DeleteScheduledActionCommand";
|
|
19
|
+
import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
|
|
20
|
+
import { DeleteWarmPoolCommand, } from "./commands/DeleteWarmPoolCommand";
|
|
21
|
+
import { DescribeAccountLimitsCommand, } from "./commands/DescribeAccountLimitsCommand";
|
|
22
|
+
import { DescribeAdjustmentTypesCommand, } from "./commands/DescribeAdjustmentTypesCommand";
|
|
23
|
+
import { DescribeAutoScalingGroupsCommand, } from "./commands/DescribeAutoScalingGroupsCommand";
|
|
24
|
+
import { DescribeAutoScalingInstancesCommand, } from "./commands/DescribeAutoScalingInstancesCommand";
|
|
25
|
+
import { DescribeAutoScalingNotificationTypesCommand, } from "./commands/DescribeAutoScalingNotificationTypesCommand";
|
|
26
|
+
import { DescribeInstanceRefreshesCommand, } from "./commands/DescribeInstanceRefreshesCommand";
|
|
27
|
+
import { DescribeLaunchConfigurationsCommand, } from "./commands/DescribeLaunchConfigurationsCommand";
|
|
28
|
+
import { DescribeLifecycleHooksCommand, } from "./commands/DescribeLifecycleHooksCommand";
|
|
29
|
+
import { DescribeLifecycleHookTypesCommand, } from "./commands/DescribeLifecycleHookTypesCommand";
|
|
30
|
+
import { DescribeLoadBalancersCommand, } from "./commands/DescribeLoadBalancersCommand";
|
|
31
|
+
import { DescribeLoadBalancerTargetGroupsCommand, } from "./commands/DescribeLoadBalancerTargetGroupsCommand";
|
|
32
|
+
import { DescribeMetricCollectionTypesCommand, } from "./commands/DescribeMetricCollectionTypesCommand";
|
|
33
|
+
import { DescribeNotificationConfigurationsCommand, } from "./commands/DescribeNotificationConfigurationsCommand";
|
|
34
|
+
import { DescribePoliciesCommand, } from "./commands/DescribePoliciesCommand";
|
|
35
|
+
import { DescribeScalingActivitiesCommand, } from "./commands/DescribeScalingActivitiesCommand";
|
|
36
|
+
import { DescribeScalingProcessTypesCommand, } from "./commands/DescribeScalingProcessTypesCommand";
|
|
37
|
+
import { DescribeScheduledActionsCommand, } from "./commands/DescribeScheduledActionsCommand";
|
|
38
|
+
import { DescribeTagsCommand, } from "./commands/DescribeTagsCommand";
|
|
39
|
+
import { DescribeTerminationPolicyTypesCommand, } from "./commands/DescribeTerminationPolicyTypesCommand";
|
|
40
|
+
import { DescribeWarmPoolCommand, } from "./commands/DescribeWarmPoolCommand";
|
|
41
|
+
import { DetachInstancesCommand, } from "./commands/DetachInstancesCommand";
|
|
42
|
+
import { DetachLoadBalancersCommand, } from "./commands/DetachLoadBalancersCommand";
|
|
43
|
+
import { DetachLoadBalancerTargetGroupsCommand, } from "./commands/DetachLoadBalancerTargetGroupsCommand";
|
|
44
|
+
import { DisableMetricsCollectionCommand, } from "./commands/DisableMetricsCollectionCommand";
|
|
45
|
+
import { EnableMetricsCollectionCommand, } from "./commands/EnableMetricsCollectionCommand";
|
|
46
|
+
import { EnterStandbyCommand, } from "./commands/EnterStandbyCommand";
|
|
47
|
+
import { ExecutePolicyCommand, } from "./commands/ExecutePolicyCommand";
|
|
48
|
+
import { ExitStandbyCommand } from "./commands/ExitStandbyCommand";
|
|
49
|
+
import { GetPredictiveScalingForecastCommand, } from "./commands/GetPredictiveScalingForecastCommand";
|
|
50
|
+
import { PutLifecycleHookCommand, } from "./commands/PutLifecycleHookCommand";
|
|
51
|
+
import { PutNotificationConfigurationCommand, } from "./commands/PutNotificationConfigurationCommand";
|
|
52
|
+
import { PutScalingPolicyCommand, } from "./commands/PutScalingPolicyCommand";
|
|
53
|
+
import { PutScheduledUpdateGroupActionCommand, } from "./commands/PutScheduledUpdateGroupActionCommand";
|
|
54
|
+
import { PutWarmPoolCommand } from "./commands/PutWarmPoolCommand";
|
|
55
|
+
import { RecordLifecycleActionHeartbeatCommand, } from "./commands/RecordLifecycleActionHeartbeatCommand";
|
|
56
|
+
import { ResumeProcessesCommand, } from "./commands/ResumeProcessesCommand";
|
|
57
|
+
import { SetDesiredCapacityCommand, } from "./commands/SetDesiredCapacityCommand";
|
|
58
|
+
import { SetInstanceHealthCommand, } from "./commands/SetInstanceHealthCommand";
|
|
59
|
+
import { SetInstanceProtectionCommand, } from "./commands/SetInstanceProtectionCommand";
|
|
60
|
+
import { StartInstanceRefreshCommand, } from "./commands/StartInstanceRefreshCommand";
|
|
61
|
+
import { SuspendProcessesCommand, } from "./commands/SuspendProcessesCommand";
|
|
62
|
+
import { TerminateInstanceInAutoScalingGroupCommand, } from "./commands/TerminateInstanceInAutoScalingGroupCommand";
|
|
63
|
+
import { UpdateAutoScalingGroupCommand, } from "./commands/UpdateAutoScalingGroupCommand";
|
|
64
|
+
var AutoScaling = (function (_super) {
|
|
65
|
+
__extends(AutoScaling, _super);
|
|
66
|
+
function AutoScaling() {
|
|
67
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
68
|
+
}
|
|
69
|
+
AutoScaling.prototype.attachInstances = function (args, optionsOrCb, cb) {
|
|
70
|
+
var command = new AttachInstancesCommand(args);
|
|
71
|
+
if (typeof optionsOrCb === "function") {
|
|
72
|
+
this.send(command, optionsOrCb);
|
|
73
|
+
}
|
|
74
|
+
else if (typeof cb === "function") {
|
|
75
|
+
if (typeof optionsOrCb !== "object")
|
|
76
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
77
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
return this.send(command, optionsOrCb);
|
|
81
|
+
}
|
|
82
|
+
};
|
|
83
|
+
AutoScaling.prototype.attachLoadBalancers = function (args, optionsOrCb, cb) {
|
|
84
|
+
var command = new AttachLoadBalancersCommand(args);
|
|
85
|
+
if (typeof optionsOrCb === "function") {
|
|
86
|
+
this.send(command, optionsOrCb);
|
|
87
|
+
}
|
|
88
|
+
else if (typeof cb === "function") {
|
|
89
|
+
if (typeof optionsOrCb !== "object")
|
|
90
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
91
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
92
|
+
}
|
|
93
|
+
else {
|
|
94
|
+
return this.send(command, optionsOrCb);
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
AutoScaling.prototype.attachLoadBalancerTargetGroups = function (args, optionsOrCb, cb) {
|
|
98
|
+
var command = new AttachLoadBalancerTargetGroupsCommand(args);
|
|
99
|
+
if (typeof optionsOrCb === "function") {
|
|
100
|
+
this.send(command, optionsOrCb);
|
|
101
|
+
}
|
|
102
|
+
else if (typeof cb === "function") {
|
|
103
|
+
if (typeof optionsOrCb !== "object")
|
|
104
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
105
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
106
|
+
}
|
|
107
|
+
else {
|
|
108
|
+
return this.send(command, optionsOrCb);
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
AutoScaling.prototype.batchDeleteScheduledAction = function (args, optionsOrCb, cb) {
|
|
112
|
+
var command = new BatchDeleteScheduledActionCommand(args);
|
|
113
|
+
if (typeof optionsOrCb === "function") {
|
|
114
|
+
this.send(command, optionsOrCb);
|
|
115
|
+
}
|
|
116
|
+
else if (typeof cb === "function") {
|
|
117
|
+
if (typeof optionsOrCb !== "object")
|
|
118
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
119
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
120
|
+
}
|
|
121
|
+
else {
|
|
122
|
+
return this.send(command, optionsOrCb);
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
AutoScaling.prototype.batchPutScheduledUpdateGroupAction = function (args, optionsOrCb, cb) {
|
|
126
|
+
var command = new BatchPutScheduledUpdateGroupActionCommand(args);
|
|
127
|
+
if (typeof optionsOrCb === "function") {
|
|
128
|
+
this.send(command, optionsOrCb);
|
|
129
|
+
}
|
|
130
|
+
else if (typeof cb === "function") {
|
|
131
|
+
if (typeof optionsOrCb !== "object")
|
|
132
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
133
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
134
|
+
}
|
|
135
|
+
else {
|
|
136
|
+
return this.send(command, optionsOrCb);
|
|
137
|
+
}
|
|
138
|
+
};
|
|
139
|
+
AutoScaling.prototype.cancelInstanceRefresh = function (args, optionsOrCb, cb) {
|
|
140
|
+
var command = new CancelInstanceRefreshCommand(args);
|
|
141
|
+
if (typeof optionsOrCb === "function") {
|
|
142
|
+
this.send(command, optionsOrCb);
|
|
143
|
+
}
|
|
144
|
+
else if (typeof cb === "function") {
|
|
145
|
+
if (typeof optionsOrCb !== "object")
|
|
146
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
147
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
148
|
+
}
|
|
149
|
+
else {
|
|
150
|
+
return this.send(command, optionsOrCb);
|
|
151
|
+
}
|
|
152
|
+
};
|
|
153
|
+
AutoScaling.prototype.completeLifecycleAction = function (args, optionsOrCb, cb) {
|
|
154
|
+
var command = new CompleteLifecycleActionCommand(args);
|
|
155
|
+
if (typeof optionsOrCb === "function") {
|
|
156
|
+
this.send(command, optionsOrCb);
|
|
157
|
+
}
|
|
158
|
+
else if (typeof cb === "function") {
|
|
159
|
+
if (typeof optionsOrCb !== "object")
|
|
160
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
161
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
162
|
+
}
|
|
163
|
+
else {
|
|
164
|
+
return this.send(command, optionsOrCb);
|
|
165
|
+
}
|
|
166
|
+
};
|
|
167
|
+
AutoScaling.prototype.createAutoScalingGroup = function (args, optionsOrCb, cb) {
|
|
168
|
+
var command = new CreateAutoScalingGroupCommand(args);
|
|
169
|
+
if (typeof optionsOrCb === "function") {
|
|
170
|
+
this.send(command, optionsOrCb);
|
|
171
|
+
}
|
|
172
|
+
else if (typeof cb === "function") {
|
|
173
|
+
if (typeof optionsOrCb !== "object")
|
|
174
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
175
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
176
|
+
}
|
|
177
|
+
else {
|
|
178
|
+
return this.send(command, optionsOrCb);
|
|
179
|
+
}
|
|
180
|
+
};
|
|
181
|
+
AutoScaling.prototype.createLaunchConfiguration = function (args, optionsOrCb, cb) {
|
|
182
|
+
var command = new CreateLaunchConfigurationCommand(args);
|
|
183
|
+
if (typeof optionsOrCb === "function") {
|
|
184
|
+
this.send(command, optionsOrCb);
|
|
185
|
+
}
|
|
186
|
+
else if (typeof cb === "function") {
|
|
187
|
+
if (typeof optionsOrCb !== "object")
|
|
188
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
189
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
190
|
+
}
|
|
191
|
+
else {
|
|
192
|
+
return this.send(command, optionsOrCb);
|
|
193
|
+
}
|
|
194
|
+
};
|
|
195
|
+
AutoScaling.prototype.createOrUpdateTags = function (args, optionsOrCb, cb) {
|
|
196
|
+
var command = new CreateOrUpdateTagsCommand(args);
|
|
197
|
+
if (typeof optionsOrCb === "function") {
|
|
198
|
+
this.send(command, optionsOrCb);
|
|
199
|
+
}
|
|
200
|
+
else if (typeof cb === "function") {
|
|
201
|
+
if (typeof optionsOrCb !== "object")
|
|
202
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
203
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
204
|
+
}
|
|
205
|
+
else {
|
|
206
|
+
return this.send(command, optionsOrCb);
|
|
207
|
+
}
|
|
208
|
+
};
|
|
209
|
+
AutoScaling.prototype.deleteAutoScalingGroup = function (args, optionsOrCb, cb) {
|
|
210
|
+
var command = new DeleteAutoScalingGroupCommand(args);
|
|
211
|
+
if (typeof optionsOrCb === "function") {
|
|
212
|
+
this.send(command, optionsOrCb);
|
|
213
|
+
}
|
|
214
|
+
else if (typeof cb === "function") {
|
|
215
|
+
if (typeof optionsOrCb !== "object")
|
|
216
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
217
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
218
|
+
}
|
|
219
|
+
else {
|
|
220
|
+
return this.send(command, optionsOrCb);
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
AutoScaling.prototype.deleteLaunchConfiguration = function (args, optionsOrCb, cb) {
|
|
224
|
+
var command = new DeleteLaunchConfigurationCommand(args);
|
|
225
|
+
if (typeof optionsOrCb === "function") {
|
|
226
|
+
this.send(command, optionsOrCb);
|
|
227
|
+
}
|
|
228
|
+
else if (typeof cb === "function") {
|
|
229
|
+
if (typeof optionsOrCb !== "object")
|
|
230
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
231
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
232
|
+
}
|
|
233
|
+
else {
|
|
234
|
+
return this.send(command, optionsOrCb);
|
|
235
|
+
}
|
|
236
|
+
};
|
|
237
|
+
AutoScaling.prototype.deleteLifecycleHook = function (args, optionsOrCb, cb) {
|
|
238
|
+
var command = new DeleteLifecycleHookCommand(args);
|
|
239
|
+
if (typeof optionsOrCb === "function") {
|
|
240
|
+
this.send(command, optionsOrCb);
|
|
241
|
+
}
|
|
242
|
+
else if (typeof cb === "function") {
|
|
243
|
+
if (typeof optionsOrCb !== "object")
|
|
244
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
245
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
246
|
+
}
|
|
247
|
+
else {
|
|
248
|
+
return this.send(command, optionsOrCb);
|
|
249
|
+
}
|
|
250
|
+
};
|
|
251
|
+
AutoScaling.prototype.deleteNotificationConfiguration = function (args, optionsOrCb, cb) {
|
|
252
|
+
var command = new DeleteNotificationConfigurationCommand(args);
|
|
253
|
+
if (typeof optionsOrCb === "function") {
|
|
254
|
+
this.send(command, optionsOrCb);
|
|
255
|
+
}
|
|
256
|
+
else if (typeof cb === "function") {
|
|
257
|
+
if (typeof optionsOrCb !== "object")
|
|
258
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
259
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
260
|
+
}
|
|
261
|
+
else {
|
|
262
|
+
return this.send(command, optionsOrCb);
|
|
263
|
+
}
|
|
264
|
+
};
|
|
265
|
+
AutoScaling.prototype.deletePolicy = function (args, optionsOrCb, cb) {
|
|
266
|
+
var command = new DeletePolicyCommand(args);
|
|
267
|
+
if (typeof optionsOrCb === "function") {
|
|
268
|
+
this.send(command, optionsOrCb);
|
|
269
|
+
}
|
|
270
|
+
else if (typeof cb === "function") {
|
|
271
|
+
if (typeof optionsOrCb !== "object")
|
|
272
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
273
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
274
|
+
}
|
|
275
|
+
else {
|
|
276
|
+
return this.send(command, optionsOrCb);
|
|
277
|
+
}
|
|
278
|
+
};
|
|
279
|
+
AutoScaling.prototype.deleteScheduledAction = function (args, optionsOrCb, cb) {
|
|
280
|
+
var command = new DeleteScheduledActionCommand(args);
|
|
281
|
+
if (typeof optionsOrCb === "function") {
|
|
282
|
+
this.send(command, optionsOrCb);
|
|
283
|
+
}
|
|
284
|
+
else if (typeof cb === "function") {
|
|
285
|
+
if (typeof optionsOrCb !== "object")
|
|
286
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
287
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
288
|
+
}
|
|
289
|
+
else {
|
|
290
|
+
return this.send(command, optionsOrCb);
|
|
291
|
+
}
|
|
292
|
+
};
|
|
293
|
+
AutoScaling.prototype.deleteTags = function (args, optionsOrCb, cb) {
|
|
294
|
+
var command = new DeleteTagsCommand(args);
|
|
295
|
+
if (typeof optionsOrCb === "function") {
|
|
296
|
+
this.send(command, optionsOrCb);
|
|
297
|
+
}
|
|
298
|
+
else if (typeof cb === "function") {
|
|
299
|
+
if (typeof optionsOrCb !== "object")
|
|
300
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
301
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
302
|
+
}
|
|
303
|
+
else {
|
|
304
|
+
return this.send(command, optionsOrCb);
|
|
305
|
+
}
|
|
306
|
+
};
|
|
307
|
+
AutoScaling.prototype.deleteWarmPool = function (args, optionsOrCb, cb) {
|
|
308
|
+
var command = new DeleteWarmPoolCommand(args);
|
|
309
|
+
if (typeof optionsOrCb === "function") {
|
|
310
|
+
this.send(command, optionsOrCb);
|
|
311
|
+
}
|
|
312
|
+
else if (typeof cb === "function") {
|
|
313
|
+
if (typeof optionsOrCb !== "object")
|
|
314
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
315
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
316
|
+
}
|
|
317
|
+
else {
|
|
318
|
+
return this.send(command, optionsOrCb);
|
|
319
|
+
}
|
|
320
|
+
};
|
|
321
|
+
AutoScaling.prototype.describeAccountLimits = function (args, optionsOrCb, cb) {
|
|
322
|
+
var command = new DescribeAccountLimitsCommand(args);
|
|
323
|
+
if (typeof optionsOrCb === "function") {
|
|
324
|
+
this.send(command, optionsOrCb);
|
|
325
|
+
}
|
|
326
|
+
else if (typeof cb === "function") {
|
|
327
|
+
if (typeof optionsOrCb !== "object")
|
|
328
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
329
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
330
|
+
}
|
|
331
|
+
else {
|
|
332
|
+
return this.send(command, optionsOrCb);
|
|
333
|
+
}
|
|
334
|
+
};
|
|
335
|
+
AutoScaling.prototype.describeAdjustmentTypes = function (args, optionsOrCb, cb) {
|
|
336
|
+
var command = new DescribeAdjustmentTypesCommand(args);
|
|
337
|
+
if (typeof optionsOrCb === "function") {
|
|
338
|
+
this.send(command, optionsOrCb);
|
|
339
|
+
}
|
|
340
|
+
else if (typeof cb === "function") {
|
|
341
|
+
if (typeof optionsOrCb !== "object")
|
|
342
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
343
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
344
|
+
}
|
|
345
|
+
else {
|
|
346
|
+
return this.send(command, optionsOrCb);
|
|
347
|
+
}
|
|
348
|
+
};
|
|
349
|
+
AutoScaling.prototype.describeAutoScalingGroups = function (args, optionsOrCb, cb) {
|
|
350
|
+
var command = new DescribeAutoScalingGroupsCommand(args);
|
|
351
|
+
if (typeof optionsOrCb === "function") {
|
|
352
|
+
this.send(command, optionsOrCb);
|
|
353
|
+
}
|
|
354
|
+
else if (typeof cb === "function") {
|
|
355
|
+
if (typeof optionsOrCb !== "object")
|
|
356
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
357
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
358
|
+
}
|
|
359
|
+
else {
|
|
360
|
+
return this.send(command, optionsOrCb);
|
|
361
|
+
}
|
|
362
|
+
};
|
|
363
|
+
AutoScaling.prototype.describeAutoScalingInstances = function (args, optionsOrCb, cb) {
|
|
364
|
+
var command = new DescribeAutoScalingInstancesCommand(args);
|
|
365
|
+
if (typeof optionsOrCb === "function") {
|
|
366
|
+
this.send(command, optionsOrCb);
|
|
367
|
+
}
|
|
368
|
+
else if (typeof cb === "function") {
|
|
369
|
+
if (typeof optionsOrCb !== "object")
|
|
370
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
371
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
372
|
+
}
|
|
373
|
+
else {
|
|
374
|
+
return this.send(command, optionsOrCb);
|
|
375
|
+
}
|
|
376
|
+
};
|
|
377
|
+
AutoScaling.prototype.describeAutoScalingNotificationTypes = function (args, optionsOrCb, cb) {
|
|
378
|
+
var command = new DescribeAutoScalingNotificationTypesCommand(args);
|
|
379
|
+
if (typeof optionsOrCb === "function") {
|
|
380
|
+
this.send(command, optionsOrCb);
|
|
381
|
+
}
|
|
382
|
+
else if (typeof cb === "function") {
|
|
383
|
+
if (typeof optionsOrCb !== "object")
|
|
384
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
385
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
386
|
+
}
|
|
387
|
+
else {
|
|
388
|
+
return this.send(command, optionsOrCb);
|
|
389
|
+
}
|
|
390
|
+
};
|
|
391
|
+
AutoScaling.prototype.describeInstanceRefreshes = function (args, optionsOrCb, cb) {
|
|
392
|
+
var command = new DescribeInstanceRefreshesCommand(args);
|
|
393
|
+
if (typeof optionsOrCb === "function") {
|
|
394
|
+
this.send(command, optionsOrCb);
|
|
395
|
+
}
|
|
396
|
+
else if (typeof cb === "function") {
|
|
397
|
+
if (typeof optionsOrCb !== "object")
|
|
398
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
399
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
400
|
+
}
|
|
401
|
+
else {
|
|
402
|
+
return this.send(command, optionsOrCb);
|
|
403
|
+
}
|
|
404
|
+
};
|
|
405
|
+
AutoScaling.prototype.describeLaunchConfigurations = function (args, optionsOrCb, cb) {
|
|
406
|
+
var command = new DescribeLaunchConfigurationsCommand(args);
|
|
407
|
+
if (typeof optionsOrCb === "function") {
|
|
408
|
+
this.send(command, optionsOrCb);
|
|
409
|
+
}
|
|
410
|
+
else if (typeof cb === "function") {
|
|
411
|
+
if (typeof optionsOrCb !== "object")
|
|
412
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
413
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
414
|
+
}
|
|
415
|
+
else {
|
|
416
|
+
return this.send(command, optionsOrCb);
|
|
417
|
+
}
|
|
418
|
+
};
|
|
419
|
+
AutoScaling.prototype.describeLifecycleHooks = function (args, optionsOrCb, cb) {
|
|
420
|
+
var command = new DescribeLifecycleHooksCommand(args);
|
|
421
|
+
if (typeof optionsOrCb === "function") {
|
|
422
|
+
this.send(command, optionsOrCb);
|
|
423
|
+
}
|
|
424
|
+
else if (typeof cb === "function") {
|
|
425
|
+
if (typeof optionsOrCb !== "object")
|
|
426
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
427
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
428
|
+
}
|
|
429
|
+
else {
|
|
430
|
+
return this.send(command, optionsOrCb);
|
|
431
|
+
}
|
|
432
|
+
};
|
|
433
|
+
AutoScaling.prototype.describeLifecycleHookTypes = function (args, optionsOrCb, cb) {
|
|
434
|
+
var command = new DescribeLifecycleHookTypesCommand(args);
|
|
435
|
+
if (typeof optionsOrCb === "function") {
|
|
436
|
+
this.send(command, optionsOrCb);
|
|
437
|
+
}
|
|
438
|
+
else if (typeof cb === "function") {
|
|
439
|
+
if (typeof optionsOrCb !== "object")
|
|
440
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
441
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
442
|
+
}
|
|
443
|
+
else {
|
|
444
|
+
return this.send(command, optionsOrCb);
|
|
445
|
+
}
|
|
446
|
+
};
|
|
447
|
+
AutoScaling.prototype.describeLoadBalancers = function (args, optionsOrCb, cb) {
|
|
448
|
+
var command = new DescribeLoadBalancersCommand(args);
|
|
449
|
+
if (typeof optionsOrCb === "function") {
|
|
450
|
+
this.send(command, optionsOrCb);
|
|
451
|
+
}
|
|
452
|
+
else if (typeof cb === "function") {
|
|
453
|
+
if (typeof optionsOrCb !== "object")
|
|
454
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
455
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
456
|
+
}
|
|
457
|
+
else {
|
|
458
|
+
return this.send(command, optionsOrCb);
|
|
459
|
+
}
|
|
460
|
+
};
|
|
461
|
+
AutoScaling.prototype.describeLoadBalancerTargetGroups = function (args, optionsOrCb, cb) {
|
|
462
|
+
var command = new DescribeLoadBalancerTargetGroupsCommand(args);
|
|
463
|
+
if (typeof optionsOrCb === "function") {
|
|
464
|
+
this.send(command, optionsOrCb);
|
|
465
|
+
}
|
|
466
|
+
else if (typeof cb === "function") {
|
|
467
|
+
if (typeof optionsOrCb !== "object")
|
|
468
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
469
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
470
|
+
}
|
|
471
|
+
else {
|
|
472
|
+
return this.send(command, optionsOrCb);
|
|
473
|
+
}
|
|
474
|
+
};
|
|
475
|
+
AutoScaling.prototype.describeMetricCollectionTypes = function (args, optionsOrCb, cb) {
|
|
476
|
+
var command = new DescribeMetricCollectionTypesCommand(args);
|
|
477
|
+
if (typeof optionsOrCb === "function") {
|
|
478
|
+
this.send(command, optionsOrCb);
|
|
479
|
+
}
|
|
480
|
+
else if (typeof cb === "function") {
|
|
481
|
+
if (typeof optionsOrCb !== "object")
|
|
482
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
483
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
484
|
+
}
|
|
485
|
+
else {
|
|
486
|
+
return this.send(command, optionsOrCb);
|
|
487
|
+
}
|
|
488
|
+
};
|
|
489
|
+
AutoScaling.prototype.describeNotificationConfigurations = function (args, optionsOrCb, cb) {
|
|
490
|
+
var command = new DescribeNotificationConfigurationsCommand(args);
|
|
491
|
+
if (typeof optionsOrCb === "function") {
|
|
492
|
+
this.send(command, optionsOrCb);
|
|
493
|
+
}
|
|
494
|
+
else if (typeof cb === "function") {
|
|
495
|
+
if (typeof optionsOrCb !== "object")
|
|
496
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
497
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
498
|
+
}
|
|
499
|
+
else {
|
|
500
|
+
return this.send(command, optionsOrCb);
|
|
501
|
+
}
|
|
502
|
+
};
|
|
503
|
+
AutoScaling.prototype.describePolicies = function (args, optionsOrCb, cb) {
|
|
504
|
+
var command = new DescribePoliciesCommand(args);
|
|
505
|
+
if (typeof optionsOrCb === "function") {
|
|
506
|
+
this.send(command, optionsOrCb);
|
|
507
|
+
}
|
|
508
|
+
else if (typeof cb === "function") {
|
|
509
|
+
if (typeof optionsOrCb !== "object")
|
|
510
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
511
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
512
|
+
}
|
|
513
|
+
else {
|
|
514
|
+
return this.send(command, optionsOrCb);
|
|
515
|
+
}
|
|
516
|
+
};
|
|
517
|
+
AutoScaling.prototype.describeScalingActivities = function (args, optionsOrCb, cb) {
|
|
518
|
+
var command = new DescribeScalingActivitiesCommand(args);
|
|
519
|
+
if (typeof optionsOrCb === "function") {
|
|
520
|
+
this.send(command, optionsOrCb);
|
|
521
|
+
}
|
|
522
|
+
else if (typeof cb === "function") {
|
|
523
|
+
if (typeof optionsOrCb !== "object")
|
|
524
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
525
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
526
|
+
}
|
|
527
|
+
else {
|
|
528
|
+
return this.send(command, optionsOrCb);
|
|
529
|
+
}
|
|
530
|
+
};
|
|
531
|
+
AutoScaling.prototype.describeScalingProcessTypes = function (args, optionsOrCb, cb) {
|
|
532
|
+
var command = new DescribeScalingProcessTypesCommand(args);
|
|
533
|
+
if (typeof optionsOrCb === "function") {
|
|
534
|
+
this.send(command, optionsOrCb);
|
|
535
|
+
}
|
|
536
|
+
else if (typeof cb === "function") {
|
|
537
|
+
if (typeof optionsOrCb !== "object")
|
|
538
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
539
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
540
|
+
}
|
|
541
|
+
else {
|
|
542
|
+
return this.send(command, optionsOrCb);
|
|
543
|
+
}
|
|
544
|
+
};
|
|
545
|
+
AutoScaling.prototype.describeScheduledActions = function (args, optionsOrCb, cb) {
|
|
546
|
+
var command = new DescribeScheduledActionsCommand(args);
|
|
547
|
+
if (typeof optionsOrCb === "function") {
|
|
548
|
+
this.send(command, optionsOrCb);
|
|
549
|
+
}
|
|
550
|
+
else if (typeof cb === "function") {
|
|
551
|
+
if (typeof optionsOrCb !== "object")
|
|
552
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
553
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
554
|
+
}
|
|
555
|
+
else {
|
|
556
|
+
return this.send(command, optionsOrCb);
|
|
557
|
+
}
|
|
558
|
+
};
|
|
559
|
+
AutoScaling.prototype.describeTags = function (args, optionsOrCb, cb) {
|
|
560
|
+
var command = new DescribeTagsCommand(args);
|
|
561
|
+
if (typeof optionsOrCb === "function") {
|
|
562
|
+
this.send(command, optionsOrCb);
|
|
563
|
+
}
|
|
564
|
+
else if (typeof cb === "function") {
|
|
565
|
+
if (typeof optionsOrCb !== "object")
|
|
566
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
567
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
568
|
+
}
|
|
569
|
+
else {
|
|
570
|
+
return this.send(command, optionsOrCb);
|
|
571
|
+
}
|
|
572
|
+
};
|
|
573
|
+
AutoScaling.prototype.describeTerminationPolicyTypes = function (args, optionsOrCb, cb) {
|
|
574
|
+
var command = new DescribeTerminationPolicyTypesCommand(args);
|
|
575
|
+
if (typeof optionsOrCb === "function") {
|
|
576
|
+
this.send(command, optionsOrCb);
|
|
577
|
+
}
|
|
578
|
+
else if (typeof cb === "function") {
|
|
579
|
+
if (typeof optionsOrCb !== "object")
|
|
580
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
581
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
582
|
+
}
|
|
583
|
+
else {
|
|
584
|
+
return this.send(command, optionsOrCb);
|
|
585
|
+
}
|
|
586
|
+
};
|
|
587
|
+
AutoScaling.prototype.describeWarmPool = function (args, optionsOrCb, cb) {
|
|
588
|
+
var command = new DescribeWarmPoolCommand(args);
|
|
589
|
+
if (typeof optionsOrCb === "function") {
|
|
590
|
+
this.send(command, optionsOrCb);
|
|
591
|
+
}
|
|
592
|
+
else if (typeof cb === "function") {
|
|
593
|
+
if (typeof optionsOrCb !== "object")
|
|
594
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
595
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
596
|
+
}
|
|
597
|
+
else {
|
|
598
|
+
return this.send(command, optionsOrCb);
|
|
599
|
+
}
|
|
600
|
+
};
|
|
601
|
+
AutoScaling.prototype.detachInstances = function (args, optionsOrCb, cb) {
|
|
602
|
+
var command = new DetachInstancesCommand(args);
|
|
603
|
+
if (typeof optionsOrCb === "function") {
|
|
604
|
+
this.send(command, optionsOrCb);
|
|
605
|
+
}
|
|
606
|
+
else if (typeof cb === "function") {
|
|
607
|
+
if (typeof optionsOrCb !== "object")
|
|
608
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
609
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
610
|
+
}
|
|
611
|
+
else {
|
|
612
|
+
return this.send(command, optionsOrCb);
|
|
613
|
+
}
|
|
614
|
+
};
|
|
615
|
+
AutoScaling.prototype.detachLoadBalancers = function (args, optionsOrCb, cb) {
|
|
616
|
+
var command = new DetachLoadBalancersCommand(args);
|
|
617
|
+
if (typeof optionsOrCb === "function") {
|
|
618
|
+
this.send(command, optionsOrCb);
|
|
619
|
+
}
|
|
620
|
+
else if (typeof cb === "function") {
|
|
621
|
+
if (typeof optionsOrCb !== "object")
|
|
622
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
623
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
624
|
+
}
|
|
625
|
+
else {
|
|
626
|
+
return this.send(command, optionsOrCb);
|
|
627
|
+
}
|
|
628
|
+
};
|
|
629
|
+
AutoScaling.prototype.detachLoadBalancerTargetGroups = function (args, optionsOrCb, cb) {
|
|
630
|
+
var command = new DetachLoadBalancerTargetGroupsCommand(args);
|
|
631
|
+
if (typeof optionsOrCb === "function") {
|
|
632
|
+
this.send(command, optionsOrCb);
|
|
633
|
+
}
|
|
634
|
+
else if (typeof cb === "function") {
|
|
635
|
+
if (typeof optionsOrCb !== "object")
|
|
636
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
637
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
638
|
+
}
|
|
639
|
+
else {
|
|
640
|
+
return this.send(command, optionsOrCb);
|
|
641
|
+
}
|
|
642
|
+
};
|
|
643
|
+
AutoScaling.prototype.disableMetricsCollection = function (args, optionsOrCb, cb) {
|
|
644
|
+
var command = new DisableMetricsCollectionCommand(args);
|
|
645
|
+
if (typeof optionsOrCb === "function") {
|
|
646
|
+
this.send(command, optionsOrCb);
|
|
647
|
+
}
|
|
648
|
+
else if (typeof cb === "function") {
|
|
649
|
+
if (typeof optionsOrCb !== "object")
|
|
650
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
651
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
652
|
+
}
|
|
653
|
+
else {
|
|
654
|
+
return this.send(command, optionsOrCb);
|
|
655
|
+
}
|
|
656
|
+
};
|
|
657
|
+
AutoScaling.prototype.enableMetricsCollection = function (args, optionsOrCb, cb) {
|
|
658
|
+
var command = new EnableMetricsCollectionCommand(args);
|
|
659
|
+
if (typeof optionsOrCb === "function") {
|
|
660
|
+
this.send(command, optionsOrCb);
|
|
661
|
+
}
|
|
662
|
+
else if (typeof cb === "function") {
|
|
663
|
+
if (typeof optionsOrCb !== "object")
|
|
664
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
665
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
666
|
+
}
|
|
667
|
+
else {
|
|
668
|
+
return this.send(command, optionsOrCb);
|
|
669
|
+
}
|
|
670
|
+
};
|
|
671
|
+
AutoScaling.prototype.enterStandby = function (args, optionsOrCb, cb) {
|
|
672
|
+
var command = new EnterStandbyCommand(args);
|
|
673
|
+
if (typeof optionsOrCb === "function") {
|
|
674
|
+
this.send(command, optionsOrCb);
|
|
675
|
+
}
|
|
676
|
+
else if (typeof cb === "function") {
|
|
677
|
+
if (typeof optionsOrCb !== "object")
|
|
678
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
679
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
680
|
+
}
|
|
681
|
+
else {
|
|
682
|
+
return this.send(command, optionsOrCb);
|
|
683
|
+
}
|
|
684
|
+
};
|
|
685
|
+
AutoScaling.prototype.executePolicy = function (args, optionsOrCb, cb) {
|
|
686
|
+
var command = new ExecutePolicyCommand(args);
|
|
687
|
+
if (typeof optionsOrCb === "function") {
|
|
688
|
+
this.send(command, optionsOrCb);
|
|
689
|
+
}
|
|
690
|
+
else if (typeof cb === "function") {
|
|
691
|
+
if (typeof optionsOrCb !== "object")
|
|
692
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
693
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
694
|
+
}
|
|
695
|
+
else {
|
|
696
|
+
return this.send(command, optionsOrCb);
|
|
697
|
+
}
|
|
698
|
+
};
|
|
699
|
+
AutoScaling.prototype.exitStandby = function (args, optionsOrCb, cb) {
|
|
700
|
+
var command = new ExitStandbyCommand(args);
|
|
701
|
+
if (typeof optionsOrCb === "function") {
|
|
702
|
+
this.send(command, optionsOrCb);
|
|
703
|
+
}
|
|
704
|
+
else if (typeof cb === "function") {
|
|
705
|
+
if (typeof optionsOrCb !== "object")
|
|
706
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
707
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
708
|
+
}
|
|
709
|
+
else {
|
|
710
|
+
return this.send(command, optionsOrCb);
|
|
711
|
+
}
|
|
712
|
+
};
|
|
713
|
+
AutoScaling.prototype.getPredictiveScalingForecast = function (args, optionsOrCb, cb) {
|
|
714
|
+
var command = new GetPredictiveScalingForecastCommand(args);
|
|
715
|
+
if (typeof optionsOrCb === "function") {
|
|
716
|
+
this.send(command, optionsOrCb);
|
|
717
|
+
}
|
|
718
|
+
else if (typeof cb === "function") {
|
|
719
|
+
if (typeof optionsOrCb !== "object")
|
|
720
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
721
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
722
|
+
}
|
|
723
|
+
else {
|
|
724
|
+
return this.send(command, optionsOrCb);
|
|
725
|
+
}
|
|
726
|
+
};
|
|
727
|
+
AutoScaling.prototype.putLifecycleHook = function (args, optionsOrCb, cb) {
|
|
728
|
+
var command = new PutLifecycleHookCommand(args);
|
|
729
|
+
if (typeof optionsOrCb === "function") {
|
|
730
|
+
this.send(command, optionsOrCb);
|
|
731
|
+
}
|
|
732
|
+
else if (typeof cb === "function") {
|
|
733
|
+
if (typeof optionsOrCb !== "object")
|
|
734
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
735
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
736
|
+
}
|
|
737
|
+
else {
|
|
738
|
+
return this.send(command, optionsOrCb);
|
|
739
|
+
}
|
|
740
|
+
};
|
|
741
|
+
AutoScaling.prototype.putNotificationConfiguration = function (args, optionsOrCb, cb) {
|
|
742
|
+
var command = new PutNotificationConfigurationCommand(args);
|
|
743
|
+
if (typeof optionsOrCb === "function") {
|
|
744
|
+
this.send(command, optionsOrCb);
|
|
745
|
+
}
|
|
746
|
+
else if (typeof cb === "function") {
|
|
747
|
+
if (typeof optionsOrCb !== "object")
|
|
748
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
749
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
750
|
+
}
|
|
751
|
+
else {
|
|
752
|
+
return this.send(command, optionsOrCb);
|
|
753
|
+
}
|
|
754
|
+
};
|
|
755
|
+
AutoScaling.prototype.putScalingPolicy = function (args, optionsOrCb, cb) {
|
|
756
|
+
var command = new PutScalingPolicyCommand(args);
|
|
757
|
+
if (typeof optionsOrCb === "function") {
|
|
758
|
+
this.send(command, optionsOrCb);
|
|
759
|
+
}
|
|
760
|
+
else if (typeof cb === "function") {
|
|
761
|
+
if (typeof optionsOrCb !== "object")
|
|
762
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
763
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
764
|
+
}
|
|
765
|
+
else {
|
|
766
|
+
return this.send(command, optionsOrCb);
|
|
767
|
+
}
|
|
768
|
+
};
|
|
769
|
+
AutoScaling.prototype.putScheduledUpdateGroupAction = function (args, optionsOrCb, cb) {
|
|
770
|
+
var command = new PutScheduledUpdateGroupActionCommand(args);
|
|
771
|
+
if (typeof optionsOrCb === "function") {
|
|
772
|
+
this.send(command, optionsOrCb);
|
|
773
|
+
}
|
|
774
|
+
else if (typeof cb === "function") {
|
|
775
|
+
if (typeof optionsOrCb !== "object")
|
|
776
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
777
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
778
|
+
}
|
|
779
|
+
else {
|
|
780
|
+
return this.send(command, optionsOrCb);
|
|
781
|
+
}
|
|
782
|
+
};
|
|
783
|
+
AutoScaling.prototype.putWarmPool = function (args, optionsOrCb, cb) {
|
|
784
|
+
var command = new PutWarmPoolCommand(args);
|
|
785
|
+
if (typeof optionsOrCb === "function") {
|
|
786
|
+
this.send(command, optionsOrCb);
|
|
787
|
+
}
|
|
788
|
+
else if (typeof cb === "function") {
|
|
789
|
+
if (typeof optionsOrCb !== "object")
|
|
790
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
791
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
792
|
+
}
|
|
793
|
+
else {
|
|
794
|
+
return this.send(command, optionsOrCb);
|
|
795
|
+
}
|
|
796
|
+
};
|
|
797
|
+
AutoScaling.prototype.recordLifecycleActionHeartbeat = function (args, optionsOrCb, cb) {
|
|
798
|
+
var command = new RecordLifecycleActionHeartbeatCommand(args);
|
|
799
|
+
if (typeof optionsOrCb === "function") {
|
|
800
|
+
this.send(command, optionsOrCb);
|
|
801
|
+
}
|
|
802
|
+
else if (typeof cb === "function") {
|
|
803
|
+
if (typeof optionsOrCb !== "object")
|
|
804
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
805
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
806
|
+
}
|
|
807
|
+
else {
|
|
808
|
+
return this.send(command, optionsOrCb);
|
|
809
|
+
}
|
|
810
|
+
};
|
|
811
|
+
AutoScaling.prototype.resumeProcesses = function (args, optionsOrCb, cb) {
|
|
812
|
+
var command = new ResumeProcessesCommand(args);
|
|
813
|
+
if (typeof optionsOrCb === "function") {
|
|
814
|
+
this.send(command, optionsOrCb);
|
|
815
|
+
}
|
|
816
|
+
else if (typeof cb === "function") {
|
|
817
|
+
if (typeof optionsOrCb !== "object")
|
|
818
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
819
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
820
|
+
}
|
|
821
|
+
else {
|
|
822
|
+
return this.send(command, optionsOrCb);
|
|
823
|
+
}
|
|
824
|
+
};
|
|
825
|
+
AutoScaling.prototype.setDesiredCapacity = function (args, optionsOrCb, cb) {
|
|
826
|
+
var command = new SetDesiredCapacityCommand(args);
|
|
827
|
+
if (typeof optionsOrCb === "function") {
|
|
828
|
+
this.send(command, optionsOrCb);
|
|
829
|
+
}
|
|
830
|
+
else if (typeof cb === "function") {
|
|
831
|
+
if (typeof optionsOrCb !== "object")
|
|
832
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
833
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
834
|
+
}
|
|
835
|
+
else {
|
|
836
|
+
return this.send(command, optionsOrCb);
|
|
837
|
+
}
|
|
838
|
+
};
|
|
839
|
+
AutoScaling.prototype.setInstanceHealth = function (args, optionsOrCb, cb) {
|
|
840
|
+
var command = new SetInstanceHealthCommand(args);
|
|
841
|
+
if (typeof optionsOrCb === "function") {
|
|
842
|
+
this.send(command, optionsOrCb);
|
|
843
|
+
}
|
|
844
|
+
else if (typeof cb === "function") {
|
|
845
|
+
if (typeof optionsOrCb !== "object")
|
|
846
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
847
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
848
|
+
}
|
|
849
|
+
else {
|
|
850
|
+
return this.send(command, optionsOrCb);
|
|
851
|
+
}
|
|
852
|
+
};
|
|
853
|
+
AutoScaling.prototype.setInstanceProtection = function (args, optionsOrCb, cb) {
|
|
854
|
+
var command = new SetInstanceProtectionCommand(args);
|
|
855
|
+
if (typeof optionsOrCb === "function") {
|
|
856
|
+
this.send(command, optionsOrCb);
|
|
857
|
+
}
|
|
858
|
+
else if (typeof cb === "function") {
|
|
859
|
+
if (typeof optionsOrCb !== "object")
|
|
860
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
861
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
862
|
+
}
|
|
863
|
+
else {
|
|
864
|
+
return this.send(command, optionsOrCb);
|
|
865
|
+
}
|
|
866
|
+
};
|
|
867
|
+
AutoScaling.prototype.startInstanceRefresh = function (args, optionsOrCb, cb) {
|
|
868
|
+
var command = new StartInstanceRefreshCommand(args);
|
|
869
|
+
if (typeof optionsOrCb === "function") {
|
|
870
|
+
this.send(command, optionsOrCb);
|
|
871
|
+
}
|
|
872
|
+
else if (typeof cb === "function") {
|
|
873
|
+
if (typeof optionsOrCb !== "object")
|
|
874
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
875
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
876
|
+
}
|
|
877
|
+
else {
|
|
878
|
+
return this.send(command, optionsOrCb);
|
|
879
|
+
}
|
|
880
|
+
};
|
|
881
|
+
AutoScaling.prototype.suspendProcesses = function (args, optionsOrCb, cb) {
|
|
882
|
+
var command = new SuspendProcessesCommand(args);
|
|
883
|
+
if (typeof optionsOrCb === "function") {
|
|
884
|
+
this.send(command, optionsOrCb);
|
|
885
|
+
}
|
|
886
|
+
else if (typeof cb === "function") {
|
|
887
|
+
if (typeof optionsOrCb !== "object")
|
|
888
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
889
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
890
|
+
}
|
|
891
|
+
else {
|
|
892
|
+
return this.send(command, optionsOrCb);
|
|
893
|
+
}
|
|
894
|
+
};
|
|
895
|
+
AutoScaling.prototype.terminateInstanceInAutoScalingGroup = function (args, optionsOrCb, cb) {
|
|
896
|
+
var command = new TerminateInstanceInAutoScalingGroupCommand(args);
|
|
897
|
+
if (typeof optionsOrCb === "function") {
|
|
898
|
+
this.send(command, optionsOrCb);
|
|
899
|
+
}
|
|
900
|
+
else if (typeof cb === "function") {
|
|
901
|
+
if (typeof optionsOrCb !== "object")
|
|
902
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
903
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
904
|
+
}
|
|
905
|
+
else {
|
|
906
|
+
return this.send(command, optionsOrCb);
|
|
907
|
+
}
|
|
908
|
+
};
|
|
909
|
+
AutoScaling.prototype.updateAutoScalingGroup = function (args, optionsOrCb, cb) {
|
|
910
|
+
var command = new UpdateAutoScalingGroupCommand(args);
|
|
911
|
+
if (typeof optionsOrCb === "function") {
|
|
912
|
+
this.send(command, optionsOrCb);
|
|
913
|
+
}
|
|
914
|
+
else if (typeof cb === "function") {
|
|
915
|
+
if (typeof optionsOrCb !== "object")
|
|
916
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
917
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
918
|
+
}
|
|
919
|
+
else {
|
|
920
|
+
return this.send(command, optionsOrCb);
|
|
921
|
+
}
|
|
922
|
+
};
|
|
923
|
+
return AutoScaling;
|
|
924
|
+
}(AutoScalingClient));
|
|
925
|
+
export { AutoScaling };
|