@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,739 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
export var ActiveInstanceRefreshNotFoundFault;
|
|
3
|
+
(function (ActiveInstanceRefreshNotFoundFault) {
|
|
4
|
+
ActiveInstanceRefreshNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(ActiveInstanceRefreshNotFoundFault || (ActiveInstanceRefreshNotFoundFault = {}));
|
|
6
|
+
export var ScalingActivityStatusCode;
|
|
7
|
+
(function (ScalingActivityStatusCode) {
|
|
8
|
+
ScalingActivityStatusCode["Cancelled"] = "Cancelled";
|
|
9
|
+
ScalingActivityStatusCode["Failed"] = "Failed";
|
|
10
|
+
ScalingActivityStatusCode["InProgress"] = "InProgress";
|
|
11
|
+
ScalingActivityStatusCode["MidLifecycleAction"] = "MidLifecycleAction";
|
|
12
|
+
ScalingActivityStatusCode["PendingSpotBidPlacement"] = "PendingSpotBidPlacement";
|
|
13
|
+
ScalingActivityStatusCode["PreInService"] = "PreInService";
|
|
14
|
+
ScalingActivityStatusCode["Successful"] = "Successful";
|
|
15
|
+
ScalingActivityStatusCode["WaitingForELBConnectionDraining"] = "WaitingForELBConnectionDraining";
|
|
16
|
+
ScalingActivityStatusCode["WaitingForInstanceId"] = "WaitingForInstanceId";
|
|
17
|
+
ScalingActivityStatusCode["WaitingForInstanceWarmup"] = "WaitingForInstanceWarmup";
|
|
18
|
+
ScalingActivityStatusCode["WaitingForSpotInstanceId"] = "WaitingForSpotInstanceId";
|
|
19
|
+
ScalingActivityStatusCode["WaitingForSpotInstanceRequestId"] = "WaitingForSpotInstanceRequestId";
|
|
20
|
+
})(ScalingActivityStatusCode || (ScalingActivityStatusCode = {}));
|
|
21
|
+
export var Activity;
|
|
22
|
+
(function (Activity) {
|
|
23
|
+
Activity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
24
|
+
})(Activity || (Activity = {}));
|
|
25
|
+
export var ActivitiesType;
|
|
26
|
+
(function (ActivitiesType) {
|
|
27
|
+
ActivitiesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
28
|
+
})(ActivitiesType || (ActivitiesType = {}));
|
|
29
|
+
export var ActivityType;
|
|
30
|
+
(function (ActivityType) {
|
|
31
|
+
ActivityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
|
+
})(ActivityType || (ActivityType = {}));
|
|
33
|
+
export var AdjustmentType;
|
|
34
|
+
(function (AdjustmentType) {
|
|
35
|
+
AdjustmentType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
|
+
})(AdjustmentType || (AdjustmentType = {}));
|
|
37
|
+
export var Alarm;
|
|
38
|
+
(function (Alarm) {
|
|
39
|
+
Alarm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
|
+
})(Alarm || (Alarm = {}));
|
|
41
|
+
export var AlreadyExistsFault;
|
|
42
|
+
(function (AlreadyExistsFault) {
|
|
43
|
+
AlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
+
})(AlreadyExistsFault || (AlreadyExistsFault = {}));
|
|
45
|
+
export var AttachInstancesQuery;
|
|
46
|
+
(function (AttachInstancesQuery) {
|
|
47
|
+
AttachInstancesQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
|
+
})(AttachInstancesQuery || (AttachInstancesQuery = {}));
|
|
49
|
+
export var ResourceContentionFault;
|
|
50
|
+
(function (ResourceContentionFault) {
|
|
51
|
+
ResourceContentionFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
+
})(ResourceContentionFault || (ResourceContentionFault = {}));
|
|
53
|
+
export var ServiceLinkedRoleFailure;
|
|
54
|
+
(function (ServiceLinkedRoleFailure) {
|
|
55
|
+
ServiceLinkedRoleFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
+
})(ServiceLinkedRoleFailure || (ServiceLinkedRoleFailure = {}));
|
|
57
|
+
export var AttachLoadBalancersResultType;
|
|
58
|
+
(function (AttachLoadBalancersResultType) {
|
|
59
|
+
AttachLoadBalancersResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
|
+
})(AttachLoadBalancersResultType || (AttachLoadBalancersResultType = {}));
|
|
61
|
+
export var AttachLoadBalancersType;
|
|
62
|
+
(function (AttachLoadBalancersType) {
|
|
63
|
+
AttachLoadBalancersType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
+
})(AttachLoadBalancersType || (AttachLoadBalancersType = {}));
|
|
65
|
+
export var AttachLoadBalancerTargetGroupsResultType;
|
|
66
|
+
(function (AttachLoadBalancerTargetGroupsResultType) {
|
|
67
|
+
AttachLoadBalancerTargetGroupsResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
+
})(AttachLoadBalancerTargetGroupsResultType || (AttachLoadBalancerTargetGroupsResultType = {}));
|
|
69
|
+
export var AttachLoadBalancerTargetGroupsType;
|
|
70
|
+
(function (AttachLoadBalancerTargetGroupsType) {
|
|
71
|
+
AttachLoadBalancerTargetGroupsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
+
})(AttachLoadBalancerTargetGroupsType || (AttachLoadBalancerTargetGroupsType = {}));
|
|
73
|
+
export var FailedScheduledUpdateGroupActionRequest;
|
|
74
|
+
(function (FailedScheduledUpdateGroupActionRequest) {
|
|
75
|
+
FailedScheduledUpdateGroupActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
+
})(FailedScheduledUpdateGroupActionRequest || (FailedScheduledUpdateGroupActionRequest = {}));
|
|
77
|
+
export var BatchDeleteScheduledActionAnswer;
|
|
78
|
+
(function (BatchDeleteScheduledActionAnswer) {
|
|
79
|
+
BatchDeleteScheduledActionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
+
})(BatchDeleteScheduledActionAnswer || (BatchDeleteScheduledActionAnswer = {}));
|
|
81
|
+
export var BatchDeleteScheduledActionType;
|
|
82
|
+
(function (BatchDeleteScheduledActionType) {
|
|
83
|
+
BatchDeleteScheduledActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
+
})(BatchDeleteScheduledActionType || (BatchDeleteScheduledActionType = {}));
|
|
85
|
+
export var BatchPutScheduledUpdateGroupActionAnswer;
|
|
86
|
+
(function (BatchPutScheduledUpdateGroupActionAnswer) {
|
|
87
|
+
BatchPutScheduledUpdateGroupActionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
+
})(BatchPutScheduledUpdateGroupActionAnswer || (BatchPutScheduledUpdateGroupActionAnswer = {}));
|
|
89
|
+
export var ScheduledUpdateGroupActionRequest;
|
|
90
|
+
(function (ScheduledUpdateGroupActionRequest) {
|
|
91
|
+
ScheduledUpdateGroupActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
+
})(ScheduledUpdateGroupActionRequest || (ScheduledUpdateGroupActionRequest = {}));
|
|
93
|
+
export var BatchPutScheduledUpdateGroupActionType;
|
|
94
|
+
(function (BatchPutScheduledUpdateGroupActionType) {
|
|
95
|
+
BatchPutScheduledUpdateGroupActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
+
})(BatchPutScheduledUpdateGroupActionType || (BatchPutScheduledUpdateGroupActionType = {}));
|
|
97
|
+
export var LimitExceededFault;
|
|
98
|
+
(function (LimitExceededFault) {
|
|
99
|
+
LimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
})(LimitExceededFault || (LimitExceededFault = {}));
|
|
101
|
+
export var CancelInstanceRefreshAnswer;
|
|
102
|
+
(function (CancelInstanceRefreshAnswer) {
|
|
103
|
+
CancelInstanceRefreshAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
})(CancelInstanceRefreshAnswer || (CancelInstanceRefreshAnswer = {}));
|
|
105
|
+
export var CancelInstanceRefreshType;
|
|
106
|
+
(function (CancelInstanceRefreshType) {
|
|
107
|
+
CancelInstanceRefreshType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
})(CancelInstanceRefreshType || (CancelInstanceRefreshType = {}));
|
|
109
|
+
export var CompleteLifecycleActionAnswer;
|
|
110
|
+
(function (CompleteLifecycleActionAnswer) {
|
|
111
|
+
CompleteLifecycleActionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
})(CompleteLifecycleActionAnswer || (CompleteLifecycleActionAnswer = {}));
|
|
113
|
+
export var CompleteLifecycleActionType;
|
|
114
|
+
(function (CompleteLifecycleActionType) {
|
|
115
|
+
CompleteLifecycleActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
})(CompleteLifecycleActionType || (CompleteLifecycleActionType = {}));
|
|
117
|
+
export var LaunchTemplateSpecification;
|
|
118
|
+
(function (LaunchTemplateSpecification) {
|
|
119
|
+
LaunchTemplateSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
+
})(LaunchTemplateSpecification || (LaunchTemplateSpecification = {}));
|
|
121
|
+
export var LifecycleHookSpecification;
|
|
122
|
+
(function (LifecycleHookSpecification) {
|
|
123
|
+
LifecycleHookSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
+
})(LifecycleHookSpecification || (LifecycleHookSpecification = {}));
|
|
125
|
+
export var InstancesDistribution;
|
|
126
|
+
(function (InstancesDistribution) {
|
|
127
|
+
InstancesDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
})(InstancesDistribution || (InstancesDistribution = {}));
|
|
129
|
+
export var LaunchTemplateOverrides;
|
|
130
|
+
(function (LaunchTemplateOverrides) {
|
|
131
|
+
LaunchTemplateOverrides.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
+
})(LaunchTemplateOverrides || (LaunchTemplateOverrides = {}));
|
|
133
|
+
export var LaunchTemplate;
|
|
134
|
+
(function (LaunchTemplate) {
|
|
135
|
+
LaunchTemplate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
})(LaunchTemplate || (LaunchTemplate = {}));
|
|
137
|
+
export var MixedInstancesPolicy;
|
|
138
|
+
(function (MixedInstancesPolicy) {
|
|
139
|
+
MixedInstancesPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
})(MixedInstancesPolicy || (MixedInstancesPolicy = {}));
|
|
141
|
+
export var Tag;
|
|
142
|
+
(function (Tag) {
|
|
143
|
+
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
})(Tag || (Tag = {}));
|
|
145
|
+
export var CreateAutoScalingGroupType;
|
|
146
|
+
(function (CreateAutoScalingGroupType) {
|
|
147
|
+
CreateAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
})(CreateAutoScalingGroupType || (CreateAutoScalingGroupType = {}));
|
|
149
|
+
export var Ebs;
|
|
150
|
+
(function (Ebs) {
|
|
151
|
+
Ebs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
})(Ebs || (Ebs = {}));
|
|
153
|
+
export var BlockDeviceMapping;
|
|
154
|
+
(function (BlockDeviceMapping) {
|
|
155
|
+
BlockDeviceMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
})(BlockDeviceMapping || (BlockDeviceMapping = {}));
|
|
157
|
+
export var InstanceMonitoring;
|
|
158
|
+
(function (InstanceMonitoring) {
|
|
159
|
+
InstanceMonitoring.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
+
})(InstanceMonitoring || (InstanceMonitoring = {}));
|
|
161
|
+
export var InstanceMetadataEndpointState;
|
|
162
|
+
(function (InstanceMetadataEndpointState) {
|
|
163
|
+
InstanceMetadataEndpointState["Disabled"] = "disabled";
|
|
164
|
+
InstanceMetadataEndpointState["Enabled"] = "enabled";
|
|
165
|
+
})(InstanceMetadataEndpointState || (InstanceMetadataEndpointState = {}));
|
|
166
|
+
export var InstanceMetadataHttpTokensState;
|
|
167
|
+
(function (InstanceMetadataHttpTokensState) {
|
|
168
|
+
InstanceMetadataHttpTokensState["Optional"] = "optional";
|
|
169
|
+
InstanceMetadataHttpTokensState["Required"] = "required";
|
|
170
|
+
})(InstanceMetadataHttpTokensState || (InstanceMetadataHttpTokensState = {}));
|
|
171
|
+
export var InstanceMetadataOptions;
|
|
172
|
+
(function (InstanceMetadataOptions) {
|
|
173
|
+
InstanceMetadataOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
})(InstanceMetadataOptions || (InstanceMetadataOptions = {}));
|
|
175
|
+
export var CreateLaunchConfigurationType;
|
|
176
|
+
(function (CreateLaunchConfigurationType) {
|
|
177
|
+
CreateLaunchConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
})(CreateLaunchConfigurationType || (CreateLaunchConfigurationType = {}));
|
|
179
|
+
export var CreateOrUpdateTagsType;
|
|
180
|
+
(function (CreateOrUpdateTagsType) {
|
|
181
|
+
CreateOrUpdateTagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
})(CreateOrUpdateTagsType || (CreateOrUpdateTagsType = {}));
|
|
183
|
+
export var ResourceInUseFault;
|
|
184
|
+
(function (ResourceInUseFault) {
|
|
185
|
+
ResourceInUseFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
})(ResourceInUseFault || (ResourceInUseFault = {}));
|
|
187
|
+
export var DeleteAutoScalingGroupType;
|
|
188
|
+
(function (DeleteAutoScalingGroupType) {
|
|
189
|
+
DeleteAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
})(DeleteAutoScalingGroupType || (DeleteAutoScalingGroupType = {}));
|
|
191
|
+
export var ScalingActivityInProgressFault;
|
|
192
|
+
(function (ScalingActivityInProgressFault) {
|
|
193
|
+
ScalingActivityInProgressFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
})(ScalingActivityInProgressFault || (ScalingActivityInProgressFault = {}));
|
|
195
|
+
export var LaunchConfigurationNameType;
|
|
196
|
+
(function (LaunchConfigurationNameType) {
|
|
197
|
+
LaunchConfigurationNameType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
})(LaunchConfigurationNameType || (LaunchConfigurationNameType = {}));
|
|
199
|
+
export var DeleteLifecycleHookAnswer;
|
|
200
|
+
(function (DeleteLifecycleHookAnswer) {
|
|
201
|
+
DeleteLifecycleHookAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
})(DeleteLifecycleHookAnswer || (DeleteLifecycleHookAnswer = {}));
|
|
203
|
+
export var DeleteLifecycleHookType;
|
|
204
|
+
(function (DeleteLifecycleHookType) {
|
|
205
|
+
DeleteLifecycleHookType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
})(DeleteLifecycleHookType || (DeleteLifecycleHookType = {}));
|
|
207
|
+
export var DeleteNotificationConfigurationType;
|
|
208
|
+
(function (DeleteNotificationConfigurationType) {
|
|
209
|
+
DeleteNotificationConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
})(DeleteNotificationConfigurationType || (DeleteNotificationConfigurationType = {}));
|
|
211
|
+
export var DeletePolicyType;
|
|
212
|
+
(function (DeletePolicyType) {
|
|
213
|
+
DeletePolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
})(DeletePolicyType || (DeletePolicyType = {}));
|
|
215
|
+
export var DeleteScheduledActionType;
|
|
216
|
+
(function (DeleteScheduledActionType) {
|
|
217
|
+
DeleteScheduledActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
})(DeleteScheduledActionType || (DeleteScheduledActionType = {}));
|
|
219
|
+
export var DeleteTagsType;
|
|
220
|
+
(function (DeleteTagsType) {
|
|
221
|
+
DeleteTagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
})(DeleteTagsType || (DeleteTagsType = {}));
|
|
223
|
+
export var DeleteWarmPoolAnswer;
|
|
224
|
+
(function (DeleteWarmPoolAnswer) {
|
|
225
|
+
DeleteWarmPoolAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
})(DeleteWarmPoolAnswer || (DeleteWarmPoolAnswer = {}));
|
|
227
|
+
export var DeleteWarmPoolType;
|
|
228
|
+
(function (DeleteWarmPoolType) {
|
|
229
|
+
DeleteWarmPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
})(DeleteWarmPoolType || (DeleteWarmPoolType = {}));
|
|
231
|
+
export var DescribeAccountLimitsAnswer;
|
|
232
|
+
(function (DescribeAccountLimitsAnswer) {
|
|
233
|
+
DescribeAccountLimitsAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
})(DescribeAccountLimitsAnswer || (DescribeAccountLimitsAnswer = {}));
|
|
235
|
+
export var DescribeAdjustmentTypesAnswer;
|
|
236
|
+
(function (DescribeAdjustmentTypesAnswer) {
|
|
237
|
+
DescribeAdjustmentTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
})(DescribeAdjustmentTypesAnswer || (DescribeAdjustmentTypesAnswer = {}));
|
|
239
|
+
export var AutoScalingGroupNamesType;
|
|
240
|
+
(function (AutoScalingGroupNamesType) {
|
|
241
|
+
AutoScalingGroupNamesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
})(AutoScalingGroupNamesType || (AutoScalingGroupNamesType = {}));
|
|
243
|
+
export var EnabledMetric;
|
|
244
|
+
(function (EnabledMetric) {
|
|
245
|
+
EnabledMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
})(EnabledMetric || (EnabledMetric = {}));
|
|
247
|
+
export var LifecycleState;
|
|
248
|
+
(function (LifecycleState) {
|
|
249
|
+
LifecycleState["DETACHED"] = "Detached";
|
|
250
|
+
LifecycleState["DETACHING"] = "Detaching";
|
|
251
|
+
LifecycleState["ENTERING_STANDBY"] = "EnteringStandby";
|
|
252
|
+
LifecycleState["IN_SERVICE"] = "InService";
|
|
253
|
+
LifecycleState["PENDING"] = "Pending";
|
|
254
|
+
LifecycleState["PENDING_PROCEED"] = "Pending:Proceed";
|
|
255
|
+
LifecycleState["PENDING_WAIT"] = "Pending:Wait";
|
|
256
|
+
LifecycleState["QUARANTINED"] = "Quarantined";
|
|
257
|
+
LifecycleState["STANDBY"] = "Standby";
|
|
258
|
+
LifecycleState["TERMINATED"] = "Terminated";
|
|
259
|
+
LifecycleState["TERMINATING"] = "Terminating";
|
|
260
|
+
LifecycleState["TERMINATING_PROCEED"] = "Terminating:Proceed";
|
|
261
|
+
LifecycleState["TERMINATING_WAIT"] = "Terminating:Wait";
|
|
262
|
+
LifecycleState["WARMED_PENDING"] = "Warmed:Pending";
|
|
263
|
+
LifecycleState["WARMED_PENDING_PROCEED"] = "Warmed:Pending:Proceed";
|
|
264
|
+
LifecycleState["WARMED_PENDING_WAIT"] = "Warmed:Pending:Wait";
|
|
265
|
+
LifecycleState["WARMED_RUNNING"] = "Warmed:Running";
|
|
266
|
+
LifecycleState["WARMED_STOPPED"] = "Warmed:Stopped";
|
|
267
|
+
LifecycleState["WARMED_TERMINATED"] = "Warmed:Terminated";
|
|
268
|
+
LifecycleState["WARMED_TERMINATING"] = "Warmed:Terminating";
|
|
269
|
+
LifecycleState["WARMED_TERMINATING_PROCEED"] = "Warmed:Terminating:Proceed";
|
|
270
|
+
LifecycleState["WARMED_TERMINATING_WAIT"] = "Warmed:Terminating:Wait";
|
|
271
|
+
})(LifecycleState || (LifecycleState = {}));
|
|
272
|
+
export var Instance;
|
|
273
|
+
(function (Instance) {
|
|
274
|
+
Instance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
})(Instance || (Instance = {}));
|
|
276
|
+
export var SuspendedProcess;
|
|
277
|
+
(function (SuspendedProcess) {
|
|
278
|
+
SuspendedProcess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
})(SuspendedProcess || (SuspendedProcess = {}));
|
|
280
|
+
export var TagDescription;
|
|
281
|
+
(function (TagDescription) {
|
|
282
|
+
TagDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
})(TagDescription || (TagDescription = {}));
|
|
284
|
+
export var WarmPoolState;
|
|
285
|
+
(function (WarmPoolState) {
|
|
286
|
+
WarmPoolState["Running"] = "Running";
|
|
287
|
+
WarmPoolState["Stopped"] = "Stopped";
|
|
288
|
+
})(WarmPoolState || (WarmPoolState = {}));
|
|
289
|
+
export var WarmPoolStatus;
|
|
290
|
+
(function (WarmPoolStatus) {
|
|
291
|
+
WarmPoolStatus["PendingDelete"] = "PendingDelete";
|
|
292
|
+
})(WarmPoolStatus || (WarmPoolStatus = {}));
|
|
293
|
+
export var WarmPoolConfiguration;
|
|
294
|
+
(function (WarmPoolConfiguration) {
|
|
295
|
+
WarmPoolConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
})(WarmPoolConfiguration || (WarmPoolConfiguration = {}));
|
|
297
|
+
export var AutoScalingGroup;
|
|
298
|
+
(function (AutoScalingGroup) {
|
|
299
|
+
AutoScalingGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
})(AutoScalingGroup || (AutoScalingGroup = {}));
|
|
301
|
+
export var AutoScalingGroupsType;
|
|
302
|
+
(function (AutoScalingGroupsType) {
|
|
303
|
+
AutoScalingGroupsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
})(AutoScalingGroupsType || (AutoScalingGroupsType = {}));
|
|
305
|
+
export var InvalidNextToken;
|
|
306
|
+
(function (InvalidNextToken) {
|
|
307
|
+
InvalidNextToken.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
})(InvalidNextToken || (InvalidNextToken = {}));
|
|
309
|
+
export var AutoScalingInstanceDetails;
|
|
310
|
+
(function (AutoScalingInstanceDetails) {
|
|
311
|
+
AutoScalingInstanceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
})(AutoScalingInstanceDetails || (AutoScalingInstanceDetails = {}));
|
|
313
|
+
export var AutoScalingInstancesType;
|
|
314
|
+
(function (AutoScalingInstancesType) {
|
|
315
|
+
AutoScalingInstancesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
})(AutoScalingInstancesType || (AutoScalingInstancesType = {}));
|
|
317
|
+
export var DescribeAutoScalingInstancesType;
|
|
318
|
+
(function (DescribeAutoScalingInstancesType) {
|
|
319
|
+
DescribeAutoScalingInstancesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
})(DescribeAutoScalingInstancesType || (DescribeAutoScalingInstancesType = {}));
|
|
321
|
+
export var DescribeAutoScalingNotificationTypesAnswer;
|
|
322
|
+
(function (DescribeAutoScalingNotificationTypesAnswer) {
|
|
323
|
+
DescribeAutoScalingNotificationTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
})(DescribeAutoScalingNotificationTypesAnswer || (DescribeAutoScalingNotificationTypesAnswer = {}));
|
|
325
|
+
export var DesiredConfiguration;
|
|
326
|
+
(function (DesiredConfiguration) {
|
|
327
|
+
DesiredConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
})(DesiredConfiguration || (DesiredConfiguration = {}));
|
|
329
|
+
export var RefreshPreferences;
|
|
330
|
+
(function (RefreshPreferences) {
|
|
331
|
+
RefreshPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
})(RefreshPreferences || (RefreshPreferences = {}));
|
|
333
|
+
export var InstanceRefreshLivePoolProgress;
|
|
334
|
+
(function (InstanceRefreshLivePoolProgress) {
|
|
335
|
+
InstanceRefreshLivePoolProgress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
})(InstanceRefreshLivePoolProgress || (InstanceRefreshLivePoolProgress = {}));
|
|
337
|
+
export var InstanceRefreshWarmPoolProgress;
|
|
338
|
+
(function (InstanceRefreshWarmPoolProgress) {
|
|
339
|
+
InstanceRefreshWarmPoolProgress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
})(InstanceRefreshWarmPoolProgress || (InstanceRefreshWarmPoolProgress = {}));
|
|
341
|
+
export var InstanceRefreshProgressDetails;
|
|
342
|
+
(function (InstanceRefreshProgressDetails) {
|
|
343
|
+
InstanceRefreshProgressDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
})(InstanceRefreshProgressDetails || (InstanceRefreshProgressDetails = {}));
|
|
345
|
+
export var InstanceRefreshStatus;
|
|
346
|
+
(function (InstanceRefreshStatus) {
|
|
347
|
+
InstanceRefreshStatus["Cancelled"] = "Cancelled";
|
|
348
|
+
InstanceRefreshStatus["Cancelling"] = "Cancelling";
|
|
349
|
+
InstanceRefreshStatus["Failed"] = "Failed";
|
|
350
|
+
InstanceRefreshStatus["InProgress"] = "InProgress";
|
|
351
|
+
InstanceRefreshStatus["Pending"] = "Pending";
|
|
352
|
+
InstanceRefreshStatus["Successful"] = "Successful";
|
|
353
|
+
})(InstanceRefreshStatus || (InstanceRefreshStatus = {}));
|
|
354
|
+
export var InstanceRefresh;
|
|
355
|
+
(function (InstanceRefresh) {
|
|
356
|
+
InstanceRefresh.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
})(InstanceRefresh || (InstanceRefresh = {}));
|
|
358
|
+
export var DescribeInstanceRefreshesAnswer;
|
|
359
|
+
(function (DescribeInstanceRefreshesAnswer) {
|
|
360
|
+
DescribeInstanceRefreshesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
})(DescribeInstanceRefreshesAnswer || (DescribeInstanceRefreshesAnswer = {}));
|
|
362
|
+
export var DescribeInstanceRefreshesType;
|
|
363
|
+
(function (DescribeInstanceRefreshesType) {
|
|
364
|
+
DescribeInstanceRefreshesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
})(DescribeInstanceRefreshesType || (DescribeInstanceRefreshesType = {}));
|
|
366
|
+
export var LaunchConfigurationNamesType;
|
|
367
|
+
(function (LaunchConfigurationNamesType) {
|
|
368
|
+
LaunchConfigurationNamesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
})(LaunchConfigurationNamesType || (LaunchConfigurationNamesType = {}));
|
|
370
|
+
export var LaunchConfiguration;
|
|
371
|
+
(function (LaunchConfiguration) {
|
|
372
|
+
LaunchConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
})(LaunchConfiguration || (LaunchConfiguration = {}));
|
|
374
|
+
export var LaunchConfigurationsType;
|
|
375
|
+
(function (LaunchConfigurationsType) {
|
|
376
|
+
LaunchConfigurationsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
})(LaunchConfigurationsType || (LaunchConfigurationsType = {}));
|
|
378
|
+
export var LifecycleHook;
|
|
379
|
+
(function (LifecycleHook) {
|
|
380
|
+
LifecycleHook.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
})(LifecycleHook || (LifecycleHook = {}));
|
|
382
|
+
export var DescribeLifecycleHooksAnswer;
|
|
383
|
+
(function (DescribeLifecycleHooksAnswer) {
|
|
384
|
+
DescribeLifecycleHooksAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
})(DescribeLifecycleHooksAnswer || (DescribeLifecycleHooksAnswer = {}));
|
|
386
|
+
export var DescribeLifecycleHooksType;
|
|
387
|
+
(function (DescribeLifecycleHooksType) {
|
|
388
|
+
DescribeLifecycleHooksType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
})(DescribeLifecycleHooksType || (DescribeLifecycleHooksType = {}));
|
|
390
|
+
export var DescribeLifecycleHookTypesAnswer;
|
|
391
|
+
(function (DescribeLifecycleHookTypesAnswer) {
|
|
392
|
+
DescribeLifecycleHookTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
})(DescribeLifecycleHookTypesAnswer || (DescribeLifecycleHookTypesAnswer = {}));
|
|
394
|
+
export var DescribeLoadBalancersRequest;
|
|
395
|
+
(function (DescribeLoadBalancersRequest) {
|
|
396
|
+
DescribeLoadBalancersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
})(DescribeLoadBalancersRequest || (DescribeLoadBalancersRequest = {}));
|
|
398
|
+
export var LoadBalancerState;
|
|
399
|
+
(function (LoadBalancerState) {
|
|
400
|
+
LoadBalancerState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
})(LoadBalancerState || (LoadBalancerState = {}));
|
|
402
|
+
export var DescribeLoadBalancersResponse;
|
|
403
|
+
(function (DescribeLoadBalancersResponse) {
|
|
404
|
+
DescribeLoadBalancersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
})(DescribeLoadBalancersResponse || (DescribeLoadBalancersResponse = {}));
|
|
406
|
+
export var DescribeLoadBalancerTargetGroupsRequest;
|
|
407
|
+
(function (DescribeLoadBalancerTargetGroupsRequest) {
|
|
408
|
+
DescribeLoadBalancerTargetGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
})(DescribeLoadBalancerTargetGroupsRequest || (DescribeLoadBalancerTargetGroupsRequest = {}));
|
|
410
|
+
export var LoadBalancerTargetGroupState;
|
|
411
|
+
(function (LoadBalancerTargetGroupState) {
|
|
412
|
+
LoadBalancerTargetGroupState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
})(LoadBalancerTargetGroupState || (LoadBalancerTargetGroupState = {}));
|
|
414
|
+
export var DescribeLoadBalancerTargetGroupsResponse;
|
|
415
|
+
(function (DescribeLoadBalancerTargetGroupsResponse) {
|
|
416
|
+
DescribeLoadBalancerTargetGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
})(DescribeLoadBalancerTargetGroupsResponse || (DescribeLoadBalancerTargetGroupsResponse = {}));
|
|
418
|
+
export var MetricGranularityType;
|
|
419
|
+
(function (MetricGranularityType) {
|
|
420
|
+
MetricGranularityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
})(MetricGranularityType || (MetricGranularityType = {}));
|
|
422
|
+
export var MetricCollectionType;
|
|
423
|
+
(function (MetricCollectionType) {
|
|
424
|
+
MetricCollectionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
})(MetricCollectionType || (MetricCollectionType = {}));
|
|
426
|
+
export var DescribeMetricCollectionTypesAnswer;
|
|
427
|
+
(function (DescribeMetricCollectionTypesAnswer) {
|
|
428
|
+
DescribeMetricCollectionTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
})(DescribeMetricCollectionTypesAnswer || (DescribeMetricCollectionTypesAnswer = {}));
|
|
430
|
+
export var NotificationConfiguration;
|
|
431
|
+
(function (NotificationConfiguration) {
|
|
432
|
+
NotificationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
})(NotificationConfiguration || (NotificationConfiguration = {}));
|
|
434
|
+
export var DescribeNotificationConfigurationsAnswer;
|
|
435
|
+
(function (DescribeNotificationConfigurationsAnswer) {
|
|
436
|
+
DescribeNotificationConfigurationsAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
})(DescribeNotificationConfigurationsAnswer || (DescribeNotificationConfigurationsAnswer = {}));
|
|
438
|
+
export var DescribeNotificationConfigurationsType;
|
|
439
|
+
(function (DescribeNotificationConfigurationsType) {
|
|
440
|
+
DescribeNotificationConfigurationsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
})(DescribeNotificationConfigurationsType || (DescribeNotificationConfigurationsType = {}));
|
|
442
|
+
export var DescribePoliciesType;
|
|
443
|
+
(function (DescribePoliciesType) {
|
|
444
|
+
DescribePoliciesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
})(DescribePoliciesType || (DescribePoliciesType = {}));
|
|
446
|
+
export var PredictiveScalingMaxCapacityBreachBehavior;
|
|
447
|
+
(function (PredictiveScalingMaxCapacityBreachBehavior) {
|
|
448
|
+
PredictiveScalingMaxCapacityBreachBehavior["HonorMaxCapacity"] = "HonorMaxCapacity";
|
|
449
|
+
PredictiveScalingMaxCapacityBreachBehavior["IncreaseMaxCapacity"] = "IncreaseMaxCapacity";
|
|
450
|
+
})(PredictiveScalingMaxCapacityBreachBehavior || (PredictiveScalingMaxCapacityBreachBehavior = {}));
|
|
451
|
+
export var PredefinedLoadMetricType;
|
|
452
|
+
(function (PredefinedLoadMetricType) {
|
|
453
|
+
PredefinedLoadMetricType["ALBTargetGroupRequestCount"] = "ALBTargetGroupRequestCount";
|
|
454
|
+
PredefinedLoadMetricType["ASGTotalCPUUtilization"] = "ASGTotalCPUUtilization";
|
|
455
|
+
PredefinedLoadMetricType["ASGTotalNetworkIn"] = "ASGTotalNetworkIn";
|
|
456
|
+
PredefinedLoadMetricType["ASGTotalNetworkOut"] = "ASGTotalNetworkOut";
|
|
457
|
+
})(PredefinedLoadMetricType || (PredefinedLoadMetricType = {}));
|
|
458
|
+
export var PredictiveScalingPredefinedLoadMetric;
|
|
459
|
+
(function (PredictiveScalingPredefinedLoadMetric) {
|
|
460
|
+
PredictiveScalingPredefinedLoadMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
})(PredictiveScalingPredefinedLoadMetric || (PredictiveScalingPredefinedLoadMetric = {}));
|
|
462
|
+
export var PredefinedMetricPairType;
|
|
463
|
+
(function (PredefinedMetricPairType) {
|
|
464
|
+
PredefinedMetricPairType["ALBRequestCount"] = "ALBRequestCount";
|
|
465
|
+
PredefinedMetricPairType["ASGCPUUtilization"] = "ASGCPUUtilization";
|
|
466
|
+
PredefinedMetricPairType["ASGNetworkIn"] = "ASGNetworkIn";
|
|
467
|
+
PredefinedMetricPairType["ASGNetworkOut"] = "ASGNetworkOut";
|
|
468
|
+
})(PredefinedMetricPairType || (PredefinedMetricPairType = {}));
|
|
469
|
+
export var PredictiveScalingPredefinedMetricPair;
|
|
470
|
+
(function (PredictiveScalingPredefinedMetricPair) {
|
|
471
|
+
PredictiveScalingPredefinedMetricPair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
})(PredictiveScalingPredefinedMetricPair || (PredictiveScalingPredefinedMetricPair = {}));
|
|
473
|
+
export var PredefinedScalingMetricType;
|
|
474
|
+
(function (PredefinedScalingMetricType) {
|
|
475
|
+
PredefinedScalingMetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
|
|
476
|
+
PredefinedScalingMetricType["ASGAverageCPUUtilization"] = "ASGAverageCPUUtilization";
|
|
477
|
+
PredefinedScalingMetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
|
|
478
|
+
PredefinedScalingMetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
|
|
479
|
+
})(PredefinedScalingMetricType || (PredefinedScalingMetricType = {}));
|
|
480
|
+
export var PredictiveScalingPredefinedScalingMetric;
|
|
481
|
+
(function (PredictiveScalingPredefinedScalingMetric) {
|
|
482
|
+
PredictiveScalingPredefinedScalingMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
})(PredictiveScalingPredefinedScalingMetric || (PredictiveScalingPredefinedScalingMetric = {}));
|
|
484
|
+
export var PredictiveScalingMetricSpecification;
|
|
485
|
+
(function (PredictiveScalingMetricSpecification) {
|
|
486
|
+
PredictiveScalingMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
})(PredictiveScalingMetricSpecification || (PredictiveScalingMetricSpecification = {}));
|
|
488
|
+
export var PredictiveScalingMode;
|
|
489
|
+
(function (PredictiveScalingMode) {
|
|
490
|
+
PredictiveScalingMode["ForecastAndScale"] = "ForecastAndScale";
|
|
491
|
+
PredictiveScalingMode["ForecastOnly"] = "ForecastOnly";
|
|
492
|
+
})(PredictiveScalingMode || (PredictiveScalingMode = {}));
|
|
493
|
+
export var PredictiveScalingConfiguration;
|
|
494
|
+
(function (PredictiveScalingConfiguration) {
|
|
495
|
+
PredictiveScalingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
})(PredictiveScalingConfiguration || (PredictiveScalingConfiguration = {}));
|
|
497
|
+
export var StepAdjustment;
|
|
498
|
+
(function (StepAdjustment) {
|
|
499
|
+
StepAdjustment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
})(StepAdjustment || (StepAdjustment = {}));
|
|
501
|
+
export var MetricDimension;
|
|
502
|
+
(function (MetricDimension) {
|
|
503
|
+
MetricDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
})(MetricDimension || (MetricDimension = {}));
|
|
505
|
+
export var MetricStatistic;
|
|
506
|
+
(function (MetricStatistic) {
|
|
507
|
+
MetricStatistic["Average"] = "Average";
|
|
508
|
+
MetricStatistic["Maximum"] = "Maximum";
|
|
509
|
+
MetricStatistic["Minimum"] = "Minimum";
|
|
510
|
+
MetricStatistic["SampleCount"] = "SampleCount";
|
|
511
|
+
MetricStatistic["Sum"] = "Sum";
|
|
512
|
+
})(MetricStatistic || (MetricStatistic = {}));
|
|
513
|
+
export var CustomizedMetricSpecification;
|
|
514
|
+
(function (CustomizedMetricSpecification) {
|
|
515
|
+
CustomizedMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
})(CustomizedMetricSpecification || (CustomizedMetricSpecification = {}));
|
|
517
|
+
export var MetricType;
|
|
518
|
+
(function (MetricType) {
|
|
519
|
+
MetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
|
|
520
|
+
MetricType["ASGAverageCPUUtilization"] = "ASGAverageCPUUtilization";
|
|
521
|
+
MetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
|
|
522
|
+
MetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
|
|
523
|
+
})(MetricType || (MetricType = {}));
|
|
524
|
+
export var PredefinedMetricSpecification;
|
|
525
|
+
(function (PredefinedMetricSpecification) {
|
|
526
|
+
PredefinedMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
})(PredefinedMetricSpecification || (PredefinedMetricSpecification = {}));
|
|
528
|
+
export var TargetTrackingConfiguration;
|
|
529
|
+
(function (TargetTrackingConfiguration) {
|
|
530
|
+
TargetTrackingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
})(TargetTrackingConfiguration || (TargetTrackingConfiguration = {}));
|
|
532
|
+
export var ScalingPolicy;
|
|
533
|
+
(function (ScalingPolicy) {
|
|
534
|
+
ScalingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
})(ScalingPolicy || (ScalingPolicy = {}));
|
|
536
|
+
export var PoliciesType;
|
|
537
|
+
(function (PoliciesType) {
|
|
538
|
+
PoliciesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
})(PoliciesType || (PoliciesType = {}));
|
|
540
|
+
export var DescribeScalingActivitiesType;
|
|
541
|
+
(function (DescribeScalingActivitiesType) {
|
|
542
|
+
DescribeScalingActivitiesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
})(DescribeScalingActivitiesType || (DescribeScalingActivitiesType = {}));
|
|
544
|
+
export var ProcessType;
|
|
545
|
+
(function (ProcessType) {
|
|
546
|
+
ProcessType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
})(ProcessType || (ProcessType = {}));
|
|
548
|
+
export var ProcessesType;
|
|
549
|
+
(function (ProcessesType) {
|
|
550
|
+
ProcessesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
})(ProcessesType || (ProcessesType = {}));
|
|
552
|
+
export var DescribeScheduledActionsType;
|
|
553
|
+
(function (DescribeScheduledActionsType) {
|
|
554
|
+
DescribeScheduledActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
})(DescribeScheduledActionsType || (DescribeScheduledActionsType = {}));
|
|
556
|
+
export var ScheduledUpdateGroupAction;
|
|
557
|
+
(function (ScheduledUpdateGroupAction) {
|
|
558
|
+
ScheduledUpdateGroupAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
})(ScheduledUpdateGroupAction || (ScheduledUpdateGroupAction = {}));
|
|
560
|
+
export var ScheduledActionsType;
|
|
561
|
+
(function (ScheduledActionsType) {
|
|
562
|
+
ScheduledActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
})(ScheduledActionsType || (ScheduledActionsType = {}));
|
|
564
|
+
export var Filter;
|
|
565
|
+
(function (Filter) {
|
|
566
|
+
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
})(Filter || (Filter = {}));
|
|
568
|
+
export var DescribeTagsType;
|
|
569
|
+
(function (DescribeTagsType) {
|
|
570
|
+
DescribeTagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
})(DescribeTagsType || (DescribeTagsType = {}));
|
|
572
|
+
export var TagsType;
|
|
573
|
+
(function (TagsType) {
|
|
574
|
+
TagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
})(TagsType || (TagsType = {}));
|
|
576
|
+
export var DescribeTerminationPolicyTypesAnswer;
|
|
577
|
+
(function (DescribeTerminationPolicyTypesAnswer) {
|
|
578
|
+
DescribeTerminationPolicyTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
})(DescribeTerminationPolicyTypesAnswer || (DescribeTerminationPolicyTypesAnswer = {}));
|
|
580
|
+
export var DescribeWarmPoolAnswer;
|
|
581
|
+
(function (DescribeWarmPoolAnswer) {
|
|
582
|
+
DescribeWarmPoolAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
})(DescribeWarmPoolAnswer || (DescribeWarmPoolAnswer = {}));
|
|
584
|
+
export var DescribeWarmPoolType;
|
|
585
|
+
(function (DescribeWarmPoolType) {
|
|
586
|
+
DescribeWarmPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
})(DescribeWarmPoolType || (DescribeWarmPoolType = {}));
|
|
588
|
+
export var DetachInstancesAnswer;
|
|
589
|
+
(function (DetachInstancesAnswer) {
|
|
590
|
+
DetachInstancesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
})(DetachInstancesAnswer || (DetachInstancesAnswer = {}));
|
|
592
|
+
export var DetachInstancesQuery;
|
|
593
|
+
(function (DetachInstancesQuery) {
|
|
594
|
+
DetachInstancesQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
})(DetachInstancesQuery || (DetachInstancesQuery = {}));
|
|
596
|
+
export var DetachLoadBalancersResultType;
|
|
597
|
+
(function (DetachLoadBalancersResultType) {
|
|
598
|
+
DetachLoadBalancersResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
})(DetachLoadBalancersResultType || (DetachLoadBalancersResultType = {}));
|
|
600
|
+
export var DetachLoadBalancersType;
|
|
601
|
+
(function (DetachLoadBalancersType) {
|
|
602
|
+
DetachLoadBalancersType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
})(DetachLoadBalancersType || (DetachLoadBalancersType = {}));
|
|
604
|
+
export var DetachLoadBalancerTargetGroupsResultType;
|
|
605
|
+
(function (DetachLoadBalancerTargetGroupsResultType) {
|
|
606
|
+
DetachLoadBalancerTargetGroupsResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
})(DetachLoadBalancerTargetGroupsResultType || (DetachLoadBalancerTargetGroupsResultType = {}));
|
|
608
|
+
export var DetachLoadBalancerTargetGroupsType;
|
|
609
|
+
(function (DetachLoadBalancerTargetGroupsType) {
|
|
610
|
+
DetachLoadBalancerTargetGroupsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
})(DetachLoadBalancerTargetGroupsType || (DetachLoadBalancerTargetGroupsType = {}));
|
|
612
|
+
export var DisableMetricsCollectionQuery;
|
|
613
|
+
(function (DisableMetricsCollectionQuery) {
|
|
614
|
+
DisableMetricsCollectionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
})(DisableMetricsCollectionQuery || (DisableMetricsCollectionQuery = {}));
|
|
616
|
+
export var EnableMetricsCollectionQuery;
|
|
617
|
+
(function (EnableMetricsCollectionQuery) {
|
|
618
|
+
EnableMetricsCollectionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
})(EnableMetricsCollectionQuery || (EnableMetricsCollectionQuery = {}));
|
|
620
|
+
export var EnterStandbyAnswer;
|
|
621
|
+
(function (EnterStandbyAnswer) {
|
|
622
|
+
EnterStandbyAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
})(EnterStandbyAnswer || (EnterStandbyAnswer = {}));
|
|
624
|
+
export var EnterStandbyQuery;
|
|
625
|
+
(function (EnterStandbyQuery) {
|
|
626
|
+
EnterStandbyQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
})(EnterStandbyQuery || (EnterStandbyQuery = {}));
|
|
628
|
+
export var ExecutePolicyType;
|
|
629
|
+
(function (ExecutePolicyType) {
|
|
630
|
+
ExecutePolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
})(ExecutePolicyType || (ExecutePolicyType = {}));
|
|
632
|
+
export var ExitStandbyAnswer;
|
|
633
|
+
(function (ExitStandbyAnswer) {
|
|
634
|
+
ExitStandbyAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
})(ExitStandbyAnswer || (ExitStandbyAnswer = {}));
|
|
636
|
+
export var ExitStandbyQuery;
|
|
637
|
+
(function (ExitStandbyQuery) {
|
|
638
|
+
ExitStandbyQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
})(ExitStandbyQuery || (ExitStandbyQuery = {}));
|
|
640
|
+
export var CapacityForecast;
|
|
641
|
+
(function (CapacityForecast) {
|
|
642
|
+
CapacityForecast.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
})(CapacityForecast || (CapacityForecast = {}));
|
|
644
|
+
export var LoadForecast;
|
|
645
|
+
(function (LoadForecast) {
|
|
646
|
+
LoadForecast.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
})(LoadForecast || (LoadForecast = {}));
|
|
648
|
+
export var GetPredictiveScalingForecastAnswer;
|
|
649
|
+
(function (GetPredictiveScalingForecastAnswer) {
|
|
650
|
+
GetPredictiveScalingForecastAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
})(GetPredictiveScalingForecastAnswer || (GetPredictiveScalingForecastAnswer = {}));
|
|
652
|
+
export var GetPredictiveScalingForecastType;
|
|
653
|
+
(function (GetPredictiveScalingForecastType) {
|
|
654
|
+
GetPredictiveScalingForecastType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
})(GetPredictiveScalingForecastType || (GetPredictiveScalingForecastType = {}));
|
|
656
|
+
export var PutLifecycleHookAnswer;
|
|
657
|
+
(function (PutLifecycleHookAnswer) {
|
|
658
|
+
PutLifecycleHookAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
})(PutLifecycleHookAnswer || (PutLifecycleHookAnswer = {}));
|
|
660
|
+
export var PutLifecycleHookType;
|
|
661
|
+
(function (PutLifecycleHookType) {
|
|
662
|
+
PutLifecycleHookType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
})(PutLifecycleHookType || (PutLifecycleHookType = {}));
|
|
664
|
+
export var PutNotificationConfigurationType;
|
|
665
|
+
(function (PutNotificationConfigurationType) {
|
|
666
|
+
PutNotificationConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
})(PutNotificationConfigurationType || (PutNotificationConfigurationType = {}));
|
|
668
|
+
export var PolicyARNType;
|
|
669
|
+
(function (PolicyARNType) {
|
|
670
|
+
PolicyARNType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
})(PolicyARNType || (PolicyARNType = {}));
|
|
672
|
+
export var PutScalingPolicyType;
|
|
673
|
+
(function (PutScalingPolicyType) {
|
|
674
|
+
PutScalingPolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
})(PutScalingPolicyType || (PutScalingPolicyType = {}));
|
|
676
|
+
export var PutScheduledUpdateGroupActionType;
|
|
677
|
+
(function (PutScheduledUpdateGroupActionType) {
|
|
678
|
+
PutScheduledUpdateGroupActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
})(PutScheduledUpdateGroupActionType || (PutScheduledUpdateGroupActionType = {}));
|
|
680
|
+
export var PutWarmPoolAnswer;
|
|
681
|
+
(function (PutWarmPoolAnswer) {
|
|
682
|
+
PutWarmPoolAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
})(PutWarmPoolAnswer || (PutWarmPoolAnswer = {}));
|
|
684
|
+
export var PutWarmPoolType;
|
|
685
|
+
(function (PutWarmPoolType) {
|
|
686
|
+
PutWarmPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
})(PutWarmPoolType || (PutWarmPoolType = {}));
|
|
688
|
+
export var RecordLifecycleActionHeartbeatAnswer;
|
|
689
|
+
(function (RecordLifecycleActionHeartbeatAnswer) {
|
|
690
|
+
RecordLifecycleActionHeartbeatAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
})(RecordLifecycleActionHeartbeatAnswer || (RecordLifecycleActionHeartbeatAnswer = {}));
|
|
692
|
+
export var RecordLifecycleActionHeartbeatType;
|
|
693
|
+
(function (RecordLifecycleActionHeartbeatType) {
|
|
694
|
+
RecordLifecycleActionHeartbeatType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
})(RecordLifecycleActionHeartbeatType || (RecordLifecycleActionHeartbeatType = {}));
|
|
696
|
+
export var ScalingProcessQuery;
|
|
697
|
+
(function (ScalingProcessQuery) {
|
|
698
|
+
ScalingProcessQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
})(ScalingProcessQuery || (ScalingProcessQuery = {}));
|
|
700
|
+
export var SetDesiredCapacityType;
|
|
701
|
+
(function (SetDesiredCapacityType) {
|
|
702
|
+
SetDesiredCapacityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
})(SetDesiredCapacityType || (SetDesiredCapacityType = {}));
|
|
704
|
+
export var SetInstanceHealthQuery;
|
|
705
|
+
(function (SetInstanceHealthQuery) {
|
|
706
|
+
SetInstanceHealthQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
})(SetInstanceHealthQuery || (SetInstanceHealthQuery = {}));
|
|
708
|
+
export var SetInstanceProtectionAnswer;
|
|
709
|
+
(function (SetInstanceProtectionAnswer) {
|
|
710
|
+
SetInstanceProtectionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
})(SetInstanceProtectionAnswer || (SetInstanceProtectionAnswer = {}));
|
|
712
|
+
export var SetInstanceProtectionQuery;
|
|
713
|
+
(function (SetInstanceProtectionQuery) {
|
|
714
|
+
SetInstanceProtectionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
})(SetInstanceProtectionQuery || (SetInstanceProtectionQuery = {}));
|
|
716
|
+
export var InstanceRefreshInProgressFault;
|
|
717
|
+
(function (InstanceRefreshInProgressFault) {
|
|
718
|
+
InstanceRefreshInProgressFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
})(InstanceRefreshInProgressFault || (InstanceRefreshInProgressFault = {}));
|
|
720
|
+
export var StartInstanceRefreshAnswer;
|
|
721
|
+
(function (StartInstanceRefreshAnswer) {
|
|
722
|
+
StartInstanceRefreshAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
})(StartInstanceRefreshAnswer || (StartInstanceRefreshAnswer = {}));
|
|
724
|
+
export var RefreshStrategy;
|
|
725
|
+
(function (RefreshStrategy) {
|
|
726
|
+
RefreshStrategy["Rolling"] = "Rolling";
|
|
727
|
+
})(RefreshStrategy || (RefreshStrategy = {}));
|
|
728
|
+
export var StartInstanceRefreshType;
|
|
729
|
+
(function (StartInstanceRefreshType) {
|
|
730
|
+
StartInstanceRefreshType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
})(StartInstanceRefreshType || (StartInstanceRefreshType = {}));
|
|
732
|
+
export var TerminateInstanceInAutoScalingGroupType;
|
|
733
|
+
(function (TerminateInstanceInAutoScalingGroupType) {
|
|
734
|
+
TerminateInstanceInAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
})(TerminateInstanceInAutoScalingGroupType || (TerminateInstanceInAutoScalingGroupType = {}));
|
|
736
|
+
export var UpdateAutoScalingGroupType;
|
|
737
|
+
(function (UpdateAutoScalingGroupType) {
|
|
738
|
+
UpdateAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
})(UpdateAutoScalingGroupType || (UpdateAutoScalingGroupType = {}));
|