@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,938 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutoScaling = void 0;
|
|
4
|
+
const AutoScalingClient_1 = require("./AutoScalingClient");
|
|
5
|
+
const AttachInstancesCommand_1 = require("./commands/AttachInstancesCommand");
|
|
6
|
+
const AttachLoadBalancersCommand_1 = require("./commands/AttachLoadBalancersCommand");
|
|
7
|
+
const AttachLoadBalancerTargetGroupsCommand_1 = require("./commands/AttachLoadBalancerTargetGroupsCommand");
|
|
8
|
+
const BatchDeleteScheduledActionCommand_1 = require("./commands/BatchDeleteScheduledActionCommand");
|
|
9
|
+
const BatchPutScheduledUpdateGroupActionCommand_1 = require("./commands/BatchPutScheduledUpdateGroupActionCommand");
|
|
10
|
+
const CancelInstanceRefreshCommand_1 = require("./commands/CancelInstanceRefreshCommand");
|
|
11
|
+
const CompleteLifecycleActionCommand_1 = require("./commands/CompleteLifecycleActionCommand");
|
|
12
|
+
const CreateAutoScalingGroupCommand_1 = require("./commands/CreateAutoScalingGroupCommand");
|
|
13
|
+
const CreateLaunchConfigurationCommand_1 = require("./commands/CreateLaunchConfigurationCommand");
|
|
14
|
+
const CreateOrUpdateTagsCommand_1 = require("./commands/CreateOrUpdateTagsCommand");
|
|
15
|
+
const DeleteAutoScalingGroupCommand_1 = require("./commands/DeleteAutoScalingGroupCommand");
|
|
16
|
+
const DeleteLaunchConfigurationCommand_1 = require("./commands/DeleteLaunchConfigurationCommand");
|
|
17
|
+
const DeleteLifecycleHookCommand_1 = require("./commands/DeleteLifecycleHookCommand");
|
|
18
|
+
const DeleteNotificationConfigurationCommand_1 = require("./commands/DeleteNotificationConfigurationCommand");
|
|
19
|
+
const DeletePolicyCommand_1 = require("./commands/DeletePolicyCommand");
|
|
20
|
+
const DeleteScheduledActionCommand_1 = require("./commands/DeleteScheduledActionCommand");
|
|
21
|
+
const DeleteTagsCommand_1 = require("./commands/DeleteTagsCommand");
|
|
22
|
+
const DeleteWarmPoolCommand_1 = require("./commands/DeleteWarmPoolCommand");
|
|
23
|
+
const DescribeAccountLimitsCommand_1 = require("./commands/DescribeAccountLimitsCommand");
|
|
24
|
+
const DescribeAdjustmentTypesCommand_1 = require("./commands/DescribeAdjustmentTypesCommand");
|
|
25
|
+
const DescribeAutoScalingGroupsCommand_1 = require("./commands/DescribeAutoScalingGroupsCommand");
|
|
26
|
+
const DescribeAutoScalingInstancesCommand_1 = require("./commands/DescribeAutoScalingInstancesCommand");
|
|
27
|
+
const DescribeAutoScalingNotificationTypesCommand_1 = require("./commands/DescribeAutoScalingNotificationTypesCommand");
|
|
28
|
+
const DescribeInstanceRefreshesCommand_1 = require("./commands/DescribeInstanceRefreshesCommand");
|
|
29
|
+
const DescribeLaunchConfigurationsCommand_1 = require("./commands/DescribeLaunchConfigurationsCommand");
|
|
30
|
+
const DescribeLifecycleHooksCommand_1 = require("./commands/DescribeLifecycleHooksCommand");
|
|
31
|
+
const DescribeLifecycleHookTypesCommand_1 = require("./commands/DescribeLifecycleHookTypesCommand");
|
|
32
|
+
const DescribeLoadBalancersCommand_1 = require("./commands/DescribeLoadBalancersCommand");
|
|
33
|
+
const DescribeLoadBalancerTargetGroupsCommand_1 = require("./commands/DescribeLoadBalancerTargetGroupsCommand");
|
|
34
|
+
const DescribeMetricCollectionTypesCommand_1 = require("./commands/DescribeMetricCollectionTypesCommand");
|
|
35
|
+
const DescribeNotificationConfigurationsCommand_1 = require("./commands/DescribeNotificationConfigurationsCommand");
|
|
36
|
+
const DescribePoliciesCommand_1 = require("./commands/DescribePoliciesCommand");
|
|
37
|
+
const DescribeScalingActivitiesCommand_1 = require("./commands/DescribeScalingActivitiesCommand");
|
|
38
|
+
const DescribeScalingProcessTypesCommand_1 = require("./commands/DescribeScalingProcessTypesCommand");
|
|
39
|
+
const DescribeScheduledActionsCommand_1 = require("./commands/DescribeScheduledActionsCommand");
|
|
40
|
+
const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
|
|
41
|
+
const DescribeTerminationPolicyTypesCommand_1 = require("./commands/DescribeTerminationPolicyTypesCommand");
|
|
42
|
+
const DescribeWarmPoolCommand_1 = require("./commands/DescribeWarmPoolCommand");
|
|
43
|
+
const DetachInstancesCommand_1 = require("./commands/DetachInstancesCommand");
|
|
44
|
+
const DetachLoadBalancersCommand_1 = require("./commands/DetachLoadBalancersCommand");
|
|
45
|
+
const DetachLoadBalancerTargetGroupsCommand_1 = require("./commands/DetachLoadBalancerTargetGroupsCommand");
|
|
46
|
+
const DisableMetricsCollectionCommand_1 = require("./commands/DisableMetricsCollectionCommand");
|
|
47
|
+
const EnableMetricsCollectionCommand_1 = require("./commands/EnableMetricsCollectionCommand");
|
|
48
|
+
const EnterStandbyCommand_1 = require("./commands/EnterStandbyCommand");
|
|
49
|
+
const ExecutePolicyCommand_1 = require("./commands/ExecutePolicyCommand");
|
|
50
|
+
const ExitStandbyCommand_1 = require("./commands/ExitStandbyCommand");
|
|
51
|
+
const GetPredictiveScalingForecastCommand_1 = require("./commands/GetPredictiveScalingForecastCommand");
|
|
52
|
+
const PutLifecycleHookCommand_1 = require("./commands/PutLifecycleHookCommand");
|
|
53
|
+
const PutNotificationConfigurationCommand_1 = require("./commands/PutNotificationConfigurationCommand");
|
|
54
|
+
const PutScalingPolicyCommand_1 = require("./commands/PutScalingPolicyCommand");
|
|
55
|
+
const PutScheduledUpdateGroupActionCommand_1 = require("./commands/PutScheduledUpdateGroupActionCommand");
|
|
56
|
+
const PutWarmPoolCommand_1 = require("./commands/PutWarmPoolCommand");
|
|
57
|
+
const RecordLifecycleActionHeartbeatCommand_1 = require("./commands/RecordLifecycleActionHeartbeatCommand");
|
|
58
|
+
const ResumeProcessesCommand_1 = require("./commands/ResumeProcessesCommand");
|
|
59
|
+
const SetDesiredCapacityCommand_1 = require("./commands/SetDesiredCapacityCommand");
|
|
60
|
+
const SetInstanceHealthCommand_1 = require("./commands/SetInstanceHealthCommand");
|
|
61
|
+
const SetInstanceProtectionCommand_1 = require("./commands/SetInstanceProtectionCommand");
|
|
62
|
+
const StartInstanceRefreshCommand_1 = require("./commands/StartInstanceRefreshCommand");
|
|
63
|
+
const SuspendProcessesCommand_1 = require("./commands/SuspendProcessesCommand");
|
|
64
|
+
const TerminateInstanceInAutoScalingGroupCommand_1 = require("./commands/TerminateInstanceInAutoScalingGroupCommand");
|
|
65
|
+
const UpdateAutoScalingGroupCommand_1 = require("./commands/UpdateAutoScalingGroupCommand");
|
|
66
|
+
/**
|
|
67
|
+
* <fullname>Amazon EC2 Auto Scaling</fullname>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
*
|
|
74
|
+
*
|
|
75
|
+
* <p>Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2 instances
|
|
76
|
+
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
|
|
77
|
+
* <p>For more information about Amazon EC2 Auto Scaling, see the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html">Amazon EC2 Auto Scaling User Guide</a>. For information about granting IAM users required
|
|
78
|
+
* permissions for calls to Amazon EC2 Auto Scaling, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/ec2-auto-scaling-api-permissions.html">Granting
|
|
79
|
+
* IAM users required permissions for Amazon EC2 Auto Scaling resources</a> in the
|
|
80
|
+
* <i>Amazon EC2 Auto Scaling API Reference</i>.</p>
|
|
81
|
+
*/
|
|
82
|
+
class AutoScaling extends AutoScalingClient_1.AutoScalingClient {
|
|
83
|
+
attachInstances(args, optionsOrCb, cb) {
|
|
84
|
+
const command = new AttachInstancesCommand_1.AttachInstancesCommand(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
|
+
attachLoadBalancers(args, optionsOrCb, cb) {
|
|
98
|
+
const command = new AttachLoadBalancersCommand_1.AttachLoadBalancersCommand(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
|
+
attachLoadBalancerTargetGroups(args, optionsOrCb, cb) {
|
|
112
|
+
const command = new AttachLoadBalancerTargetGroupsCommand_1.AttachLoadBalancerTargetGroupsCommand(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
|
+
batchDeleteScheduledAction(args, optionsOrCb, cb) {
|
|
126
|
+
const command = new BatchDeleteScheduledActionCommand_1.BatchDeleteScheduledActionCommand(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
|
+
batchPutScheduledUpdateGroupAction(args, optionsOrCb, cb) {
|
|
140
|
+
const command = new BatchPutScheduledUpdateGroupActionCommand_1.BatchPutScheduledUpdateGroupActionCommand(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
|
+
cancelInstanceRefresh(args, optionsOrCb, cb) {
|
|
154
|
+
const command = new CancelInstanceRefreshCommand_1.CancelInstanceRefreshCommand(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
|
+
completeLifecycleAction(args, optionsOrCb, cb) {
|
|
168
|
+
const command = new CompleteLifecycleActionCommand_1.CompleteLifecycleActionCommand(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
|
+
createAutoScalingGroup(args, optionsOrCb, cb) {
|
|
182
|
+
const command = new CreateAutoScalingGroupCommand_1.CreateAutoScalingGroupCommand(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
|
+
createLaunchConfiguration(args, optionsOrCb, cb) {
|
|
196
|
+
const command = new CreateLaunchConfigurationCommand_1.CreateLaunchConfigurationCommand(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
|
+
createOrUpdateTags(args, optionsOrCb, cb) {
|
|
210
|
+
const command = new CreateOrUpdateTagsCommand_1.CreateOrUpdateTagsCommand(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
|
+
deleteAutoScalingGroup(args, optionsOrCb, cb) {
|
|
224
|
+
const command = new DeleteAutoScalingGroupCommand_1.DeleteAutoScalingGroupCommand(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
|
+
deleteLaunchConfiguration(args, optionsOrCb, cb) {
|
|
238
|
+
const command = new DeleteLaunchConfigurationCommand_1.DeleteLaunchConfigurationCommand(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
|
+
deleteLifecycleHook(args, optionsOrCb, cb) {
|
|
252
|
+
const command = new DeleteLifecycleHookCommand_1.DeleteLifecycleHookCommand(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
|
+
deleteNotificationConfiguration(args, optionsOrCb, cb) {
|
|
266
|
+
const command = new DeleteNotificationConfigurationCommand_1.DeleteNotificationConfigurationCommand(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
|
+
deletePolicy(args, optionsOrCb, cb) {
|
|
280
|
+
const command = new DeletePolicyCommand_1.DeletePolicyCommand(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
|
+
deleteScheduledAction(args, optionsOrCb, cb) {
|
|
294
|
+
const command = new DeleteScheduledActionCommand_1.DeleteScheduledActionCommand(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
|
+
deleteTags(args, optionsOrCb, cb) {
|
|
308
|
+
const command = new DeleteTagsCommand_1.DeleteTagsCommand(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
|
+
deleteWarmPool(args, optionsOrCb, cb) {
|
|
322
|
+
const command = new DeleteWarmPoolCommand_1.DeleteWarmPoolCommand(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
|
+
describeAccountLimits(args, optionsOrCb, cb) {
|
|
336
|
+
const command = new DescribeAccountLimitsCommand_1.DescribeAccountLimitsCommand(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
|
+
describeAdjustmentTypes(args, optionsOrCb, cb) {
|
|
350
|
+
const command = new DescribeAdjustmentTypesCommand_1.DescribeAdjustmentTypesCommand(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
|
+
describeAutoScalingGroups(args, optionsOrCb, cb) {
|
|
364
|
+
const command = new DescribeAutoScalingGroupsCommand_1.DescribeAutoScalingGroupsCommand(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
|
+
describeAutoScalingInstances(args, optionsOrCb, cb) {
|
|
378
|
+
const command = new DescribeAutoScalingInstancesCommand_1.DescribeAutoScalingInstancesCommand(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
|
+
describeAutoScalingNotificationTypes(args, optionsOrCb, cb) {
|
|
392
|
+
const command = new DescribeAutoScalingNotificationTypesCommand_1.DescribeAutoScalingNotificationTypesCommand(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
|
+
describeInstanceRefreshes(args, optionsOrCb, cb) {
|
|
406
|
+
const command = new DescribeInstanceRefreshesCommand_1.DescribeInstanceRefreshesCommand(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
|
+
describeLaunchConfigurations(args, optionsOrCb, cb) {
|
|
420
|
+
const command = new DescribeLaunchConfigurationsCommand_1.DescribeLaunchConfigurationsCommand(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
|
+
describeLifecycleHooks(args, optionsOrCb, cb) {
|
|
434
|
+
const command = new DescribeLifecycleHooksCommand_1.DescribeLifecycleHooksCommand(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
|
+
describeLifecycleHookTypes(args, optionsOrCb, cb) {
|
|
448
|
+
const command = new DescribeLifecycleHookTypesCommand_1.DescribeLifecycleHookTypesCommand(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
|
+
describeLoadBalancers(args, optionsOrCb, cb) {
|
|
462
|
+
const command = new DescribeLoadBalancersCommand_1.DescribeLoadBalancersCommand(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
|
+
describeLoadBalancerTargetGroups(args, optionsOrCb, cb) {
|
|
476
|
+
const command = new DescribeLoadBalancerTargetGroupsCommand_1.DescribeLoadBalancerTargetGroupsCommand(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
|
+
describeMetricCollectionTypes(args, optionsOrCb, cb) {
|
|
490
|
+
const command = new DescribeMetricCollectionTypesCommand_1.DescribeMetricCollectionTypesCommand(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
|
+
describeNotificationConfigurations(args, optionsOrCb, cb) {
|
|
504
|
+
const command = new DescribeNotificationConfigurationsCommand_1.DescribeNotificationConfigurationsCommand(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
|
+
describePolicies(args, optionsOrCb, cb) {
|
|
518
|
+
const command = new DescribePoliciesCommand_1.DescribePoliciesCommand(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
|
+
describeScalingActivities(args, optionsOrCb, cb) {
|
|
532
|
+
const command = new DescribeScalingActivitiesCommand_1.DescribeScalingActivitiesCommand(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
|
+
describeScalingProcessTypes(args, optionsOrCb, cb) {
|
|
546
|
+
const command = new DescribeScalingProcessTypesCommand_1.DescribeScalingProcessTypesCommand(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
|
+
describeScheduledActions(args, optionsOrCb, cb) {
|
|
560
|
+
const command = new DescribeScheduledActionsCommand_1.DescribeScheduledActionsCommand(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
|
+
describeTags(args, optionsOrCb, cb) {
|
|
574
|
+
const command = new DescribeTagsCommand_1.DescribeTagsCommand(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
|
+
describeTerminationPolicyTypes(args, optionsOrCb, cb) {
|
|
588
|
+
const command = new DescribeTerminationPolicyTypesCommand_1.DescribeTerminationPolicyTypesCommand(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
|
+
describeWarmPool(args, optionsOrCb, cb) {
|
|
602
|
+
const command = new DescribeWarmPoolCommand_1.DescribeWarmPoolCommand(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
|
+
detachInstances(args, optionsOrCb, cb) {
|
|
616
|
+
const command = new DetachInstancesCommand_1.DetachInstancesCommand(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
|
+
detachLoadBalancers(args, optionsOrCb, cb) {
|
|
630
|
+
const command = new DetachLoadBalancersCommand_1.DetachLoadBalancersCommand(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
|
+
detachLoadBalancerTargetGroups(args, optionsOrCb, cb) {
|
|
644
|
+
const command = new DetachLoadBalancerTargetGroupsCommand_1.DetachLoadBalancerTargetGroupsCommand(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
|
+
disableMetricsCollection(args, optionsOrCb, cb) {
|
|
658
|
+
const command = new DisableMetricsCollectionCommand_1.DisableMetricsCollectionCommand(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
|
+
enableMetricsCollection(args, optionsOrCb, cb) {
|
|
672
|
+
const command = new EnableMetricsCollectionCommand_1.EnableMetricsCollectionCommand(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
|
+
enterStandby(args, optionsOrCb, cb) {
|
|
686
|
+
const command = new EnterStandbyCommand_1.EnterStandbyCommand(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
|
+
executePolicy(args, optionsOrCb, cb) {
|
|
700
|
+
const command = new ExecutePolicyCommand_1.ExecutePolicyCommand(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
|
+
exitStandby(args, optionsOrCb, cb) {
|
|
714
|
+
const command = new ExitStandbyCommand_1.ExitStandbyCommand(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
|
+
getPredictiveScalingForecast(args, optionsOrCb, cb) {
|
|
728
|
+
const command = new GetPredictiveScalingForecastCommand_1.GetPredictiveScalingForecastCommand(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
|
+
putLifecycleHook(args, optionsOrCb, cb) {
|
|
742
|
+
const command = new PutLifecycleHookCommand_1.PutLifecycleHookCommand(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
|
+
putNotificationConfiguration(args, optionsOrCb, cb) {
|
|
756
|
+
const command = new PutNotificationConfigurationCommand_1.PutNotificationConfigurationCommand(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
|
+
putScalingPolicy(args, optionsOrCb, cb) {
|
|
770
|
+
const command = new PutScalingPolicyCommand_1.PutScalingPolicyCommand(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
|
+
putScheduledUpdateGroupAction(args, optionsOrCb, cb) {
|
|
784
|
+
const command = new PutScheduledUpdateGroupActionCommand_1.PutScheduledUpdateGroupActionCommand(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
|
+
putWarmPool(args, optionsOrCb, cb) {
|
|
798
|
+
const command = new PutWarmPoolCommand_1.PutWarmPoolCommand(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
|
+
recordLifecycleActionHeartbeat(args, optionsOrCb, cb) {
|
|
812
|
+
const command = new RecordLifecycleActionHeartbeatCommand_1.RecordLifecycleActionHeartbeatCommand(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
|
+
resumeProcesses(args, optionsOrCb, cb) {
|
|
826
|
+
const command = new ResumeProcessesCommand_1.ResumeProcessesCommand(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
|
+
setDesiredCapacity(args, optionsOrCb, cb) {
|
|
840
|
+
const command = new SetDesiredCapacityCommand_1.SetDesiredCapacityCommand(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
|
+
setInstanceHealth(args, optionsOrCb, cb) {
|
|
854
|
+
const command = new SetInstanceHealthCommand_1.SetInstanceHealthCommand(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
|
+
setInstanceProtection(args, optionsOrCb, cb) {
|
|
868
|
+
const command = new SetInstanceProtectionCommand_1.SetInstanceProtectionCommand(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
|
+
startInstanceRefresh(args, optionsOrCb, cb) {
|
|
882
|
+
const command = new StartInstanceRefreshCommand_1.StartInstanceRefreshCommand(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
|
+
suspendProcesses(args, optionsOrCb, cb) {
|
|
896
|
+
const command = new SuspendProcessesCommand_1.SuspendProcessesCommand(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
|
+
terminateInstanceInAutoScalingGroup(args, optionsOrCb, cb) {
|
|
910
|
+
const command = new TerminateInstanceInAutoScalingGroupCommand_1.TerminateInstanceInAutoScalingGroupCommand(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
|
+
updateAutoScalingGroup(args, optionsOrCb, cb) {
|
|
924
|
+
const command = new UpdateAutoScalingGroupCommand_1.UpdateAutoScalingGroupCommand(args);
|
|
925
|
+
if (typeof optionsOrCb === "function") {
|
|
926
|
+
this.send(command, optionsOrCb);
|
|
927
|
+
}
|
|
928
|
+
else if (typeof cb === "function") {
|
|
929
|
+
if (typeof optionsOrCb !== "object")
|
|
930
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
931
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
932
|
+
}
|
|
933
|
+
else {
|
|
934
|
+
return this.send(command, optionsOrCb);
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
exports.AutoScaling = AutoScaling;
|