@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
|
@@ -1,1205 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
export var ActiveInstanceRefreshNotFoundFault;
|
|
3
|
-
(function (ActiveInstanceRefreshNotFoundFault) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
|
-
ActiveInstanceRefreshNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
|
-
})(ActiveInstanceRefreshNotFoundFault || (ActiveInstanceRefreshNotFoundFault = {}));
|
|
9
|
-
export var ScalingActivityStatusCode;
|
|
10
|
-
(function (ScalingActivityStatusCode) {
|
|
11
|
-
ScalingActivityStatusCode["Cancelled"] = "Cancelled";
|
|
12
|
-
ScalingActivityStatusCode["Failed"] = "Failed";
|
|
13
|
-
ScalingActivityStatusCode["InProgress"] = "InProgress";
|
|
14
|
-
ScalingActivityStatusCode["MidLifecycleAction"] = "MidLifecycleAction";
|
|
15
|
-
ScalingActivityStatusCode["PendingSpotBidPlacement"] = "PendingSpotBidPlacement";
|
|
16
|
-
ScalingActivityStatusCode["PreInService"] = "PreInService";
|
|
17
|
-
ScalingActivityStatusCode["Successful"] = "Successful";
|
|
18
|
-
ScalingActivityStatusCode["WaitingForELBConnectionDraining"] = "WaitingForELBConnectionDraining";
|
|
19
|
-
ScalingActivityStatusCode["WaitingForInstanceId"] = "WaitingForInstanceId";
|
|
20
|
-
ScalingActivityStatusCode["WaitingForInstanceWarmup"] = "WaitingForInstanceWarmup";
|
|
21
|
-
ScalingActivityStatusCode["WaitingForSpotInstanceId"] = "WaitingForSpotInstanceId";
|
|
22
|
-
ScalingActivityStatusCode["WaitingForSpotInstanceRequestId"] = "WaitingForSpotInstanceRequestId";
|
|
23
|
-
})(ScalingActivityStatusCode || (ScalingActivityStatusCode = {}));
|
|
24
|
-
export var Activity;
|
|
25
|
-
(function (Activity) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
Activity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(Activity || (Activity = {}));
|
|
31
|
-
export var ActivitiesType;
|
|
32
|
-
(function (ActivitiesType) {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
ActivitiesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(ActivitiesType || (ActivitiesType = {}));
|
|
38
|
-
export var ActivityType;
|
|
39
|
-
(function (ActivityType) {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
ActivityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
-
})(ActivityType || (ActivityType = {}));
|
|
45
|
-
export var AdjustmentType;
|
|
46
|
-
(function (AdjustmentType) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
AdjustmentType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
-
})(AdjustmentType || (AdjustmentType = {}));
|
|
52
|
-
export var Alarm;
|
|
53
|
-
(function (Alarm) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
Alarm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
-
})(Alarm || (Alarm = {}));
|
|
59
|
-
export var AlreadyExistsFault;
|
|
60
|
-
(function (AlreadyExistsFault) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
AlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
-
})(AlreadyExistsFault || (AlreadyExistsFault = {}));
|
|
66
|
-
export var AttachInstancesQuery;
|
|
67
|
-
(function (AttachInstancesQuery) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
AttachInstancesQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
-
})(AttachInstancesQuery || (AttachInstancesQuery = {}));
|
|
73
|
-
export var ResourceContentionFault;
|
|
74
|
-
(function (ResourceContentionFault) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
ResourceContentionFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
-
})(ResourceContentionFault || (ResourceContentionFault = {}));
|
|
80
|
-
export var ServiceLinkedRoleFailure;
|
|
81
|
-
(function (ServiceLinkedRoleFailure) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
ServiceLinkedRoleFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
-
})(ServiceLinkedRoleFailure || (ServiceLinkedRoleFailure = {}));
|
|
87
|
-
export var AttachLoadBalancersResultType;
|
|
88
|
-
(function (AttachLoadBalancersResultType) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
AttachLoadBalancersResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
-
})(AttachLoadBalancersResultType || (AttachLoadBalancersResultType = {}));
|
|
94
|
-
export var AttachLoadBalancersType;
|
|
95
|
-
(function (AttachLoadBalancersType) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
AttachLoadBalancersType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(AttachLoadBalancersType || (AttachLoadBalancersType = {}));
|
|
101
|
-
export var AttachLoadBalancerTargetGroupsResultType;
|
|
102
|
-
(function (AttachLoadBalancerTargetGroupsResultType) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
AttachLoadBalancerTargetGroupsResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
-
})(AttachLoadBalancerTargetGroupsResultType || (AttachLoadBalancerTargetGroupsResultType = {}));
|
|
108
|
-
export var AttachLoadBalancerTargetGroupsType;
|
|
109
|
-
(function (AttachLoadBalancerTargetGroupsType) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
AttachLoadBalancerTargetGroupsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(AttachLoadBalancerTargetGroupsType || (AttachLoadBalancerTargetGroupsType = {}));
|
|
115
|
-
export var FailedScheduledUpdateGroupActionRequest;
|
|
116
|
-
(function (FailedScheduledUpdateGroupActionRequest) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
FailedScheduledUpdateGroupActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
-
})(FailedScheduledUpdateGroupActionRequest || (FailedScheduledUpdateGroupActionRequest = {}));
|
|
122
|
-
export var BatchDeleteScheduledActionAnswer;
|
|
123
|
-
(function (BatchDeleteScheduledActionAnswer) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
BatchDeleteScheduledActionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(BatchDeleteScheduledActionAnswer || (BatchDeleteScheduledActionAnswer = {}));
|
|
129
|
-
export var BatchDeleteScheduledActionType;
|
|
130
|
-
(function (BatchDeleteScheduledActionType) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
BatchDeleteScheduledActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(BatchDeleteScheduledActionType || (BatchDeleteScheduledActionType = {}));
|
|
136
|
-
export var BatchPutScheduledUpdateGroupActionAnswer;
|
|
137
|
-
(function (BatchPutScheduledUpdateGroupActionAnswer) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
BatchPutScheduledUpdateGroupActionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(BatchPutScheduledUpdateGroupActionAnswer || (BatchPutScheduledUpdateGroupActionAnswer = {}));
|
|
143
|
-
export var ScheduledUpdateGroupActionRequest;
|
|
144
|
-
(function (ScheduledUpdateGroupActionRequest) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
ScheduledUpdateGroupActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
-
})(ScheduledUpdateGroupActionRequest || (ScheduledUpdateGroupActionRequest = {}));
|
|
150
|
-
export var BatchPutScheduledUpdateGroupActionType;
|
|
151
|
-
(function (BatchPutScheduledUpdateGroupActionType) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
BatchPutScheduledUpdateGroupActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(BatchPutScheduledUpdateGroupActionType || (BatchPutScheduledUpdateGroupActionType = {}));
|
|
157
|
-
export var LimitExceededFault;
|
|
158
|
-
(function (LimitExceededFault) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
LimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(LimitExceededFault || (LimitExceededFault = {}));
|
|
164
|
-
export var CancelInstanceRefreshAnswer;
|
|
165
|
-
(function (CancelInstanceRefreshAnswer) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
CancelInstanceRefreshAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
-
})(CancelInstanceRefreshAnswer || (CancelInstanceRefreshAnswer = {}));
|
|
171
|
-
export var CancelInstanceRefreshType;
|
|
172
|
-
(function (CancelInstanceRefreshType) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
CancelInstanceRefreshType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(CancelInstanceRefreshType || (CancelInstanceRefreshType = {}));
|
|
178
|
-
export var CompleteLifecycleActionAnswer;
|
|
179
|
-
(function (CompleteLifecycleActionAnswer) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
CompleteLifecycleActionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(CompleteLifecycleActionAnswer || (CompleteLifecycleActionAnswer = {}));
|
|
185
|
-
export var CompleteLifecycleActionType;
|
|
186
|
-
(function (CompleteLifecycleActionType) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
CompleteLifecycleActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
-
})(CompleteLifecycleActionType || (CompleteLifecycleActionType = {}));
|
|
192
|
-
export var LaunchTemplateSpecification;
|
|
193
|
-
(function (LaunchTemplateSpecification) {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
LaunchTemplateSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
-
})(LaunchTemplateSpecification || (LaunchTemplateSpecification = {}));
|
|
199
|
-
export var LifecycleHookSpecification;
|
|
200
|
-
(function (LifecycleHookSpecification) {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
LifecycleHookSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(LifecycleHookSpecification || (LifecycleHookSpecification = {}));
|
|
206
|
-
export var InstancesDistribution;
|
|
207
|
-
(function (InstancesDistribution) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
InstancesDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(InstancesDistribution || (InstancesDistribution = {}));
|
|
213
|
-
export var LaunchTemplateOverrides;
|
|
214
|
-
(function (LaunchTemplateOverrides) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
LaunchTemplateOverrides.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(LaunchTemplateOverrides || (LaunchTemplateOverrides = {}));
|
|
220
|
-
export var LaunchTemplate;
|
|
221
|
-
(function (LaunchTemplate) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
LaunchTemplate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(LaunchTemplate || (LaunchTemplate = {}));
|
|
227
|
-
export var MixedInstancesPolicy;
|
|
228
|
-
(function (MixedInstancesPolicy) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
MixedInstancesPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
-
})(MixedInstancesPolicy || (MixedInstancesPolicy = {}));
|
|
234
|
-
export var Tag;
|
|
235
|
-
(function (Tag) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
-
})(Tag || (Tag = {}));
|
|
241
|
-
export var CreateAutoScalingGroupType;
|
|
242
|
-
(function (CreateAutoScalingGroupType) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
CreateAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(CreateAutoScalingGroupType || (CreateAutoScalingGroupType = {}));
|
|
248
|
-
export var Ebs;
|
|
249
|
-
(function (Ebs) {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
Ebs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(Ebs || (Ebs = {}));
|
|
255
|
-
export var BlockDeviceMapping;
|
|
256
|
-
(function (BlockDeviceMapping) {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
|
-
BlockDeviceMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
-
})(BlockDeviceMapping || (BlockDeviceMapping = {}));
|
|
262
|
-
export var InstanceMonitoring;
|
|
263
|
-
(function (InstanceMonitoring) {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
|
-
InstanceMonitoring.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(InstanceMonitoring || (InstanceMonitoring = {}));
|
|
269
|
-
export var InstanceMetadataEndpointState;
|
|
270
|
-
(function (InstanceMetadataEndpointState) {
|
|
271
|
-
InstanceMetadataEndpointState["Disabled"] = "disabled";
|
|
272
|
-
InstanceMetadataEndpointState["Enabled"] = "enabled";
|
|
273
|
-
})(InstanceMetadataEndpointState || (InstanceMetadataEndpointState = {}));
|
|
274
|
-
export var InstanceMetadataHttpTokensState;
|
|
275
|
-
(function (InstanceMetadataHttpTokensState) {
|
|
276
|
-
InstanceMetadataHttpTokensState["Optional"] = "optional";
|
|
277
|
-
InstanceMetadataHttpTokensState["Required"] = "required";
|
|
278
|
-
})(InstanceMetadataHttpTokensState || (InstanceMetadataHttpTokensState = {}));
|
|
279
|
-
export var InstanceMetadataOptions;
|
|
280
|
-
(function (InstanceMetadataOptions) {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
|
-
InstanceMetadataOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
-
})(InstanceMetadataOptions || (InstanceMetadataOptions = {}));
|
|
286
|
-
export var CreateLaunchConfigurationType;
|
|
287
|
-
(function (CreateLaunchConfigurationType) {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
CreateLaunchConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(CreateLaunchConfigurationType || (CreateLaunchConfigurationType = {}));
|
|
293
|
-
export var CreateOrUpdateTagsType;
|
|
294
|
-
(function (CreateOrUpdateTagsType) {
|
|
295
|
-
/**
|
|
296
|
-
* @internal
|
|
297
|
-
*/
|
|
298
|
-
CreateOrUpdateTagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
-
})(CreateOrUpdateTagsType || (CreateOrUpdateTagsType = {}));
|
|
300
|
-
export var ResourceInUseFault;
|
|
301
|
-
(function (ResourceInUseFault) {
|
|
302
|
-
/**
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
|
-
ResourceInUseFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
-
})(ResourceInUseFault || (ResourceInUseFault = {}));
|
|
307
|
-
export var DeleteAutoScalingGroupType;
|
|
308
|
-
(function (DeleteAutoScalingGroupType) {
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
|
-
DeleteAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
-
})(DeleteAutoScalingGroupType || (DeleteAutoScalingGroupType = {}));
|
|
314
|
-
export var ScalingActivityInProgressFault;
|
|
315
|
-
(function (ScalingActivityInProgressFault) {
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
|
-
ScalingActivityInProgressFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
-
})(ScalingActivityInProgressFault || (ScalingActivityInProgressFault = {}));
|
|
321
|
-
export var LaunchConfigurationNameType;
|
|
322
|
-
(function (LaunchConfigurationNameType) {
|
|
323
|
-
/**
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
326
|
-
LaunchConfigurationNameType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
-
})(LaunchConfigurationNameType || (LaunchConfigurationNameType = {}));
|
|
328
|
-
export var DeleteLifecycleHookAnswer;
|
|
329
|
-
(function (DeleteLifecycleHookAnswer) {
|
|
330
|
-
/**
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
|
-
DeleteLifecycleHookAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
-
})(DeleteLifecycleHookAnswer || (DeleteLifecycleHookAnswer = {}));
|
|
335
|
-
export var DeleteLifecycleHookType;
|
|
336
|
-
(function (DeleteLifecycleHookType) {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
|
-
DeleteLifecycleHookType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
-
})(DeleteLifecycleHookType || (DeleteLifecycleHookType = {}));
|
|
342
|
-
export var DeleteNotificationConfigurationType;
|
|
343
|
-
(function (DeleteNotificationConfigurationType) {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
DeleteNotificationConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
-
})(DeleteNotificationConfigurationType || (DeleteNotificationConfigurationType = {}));
|
|
349
|
-
export var DeletePolicyType;
|
|
350
|
-
(function (DeletePolicyType) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
|
-
DeletePolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
-
})(DeletePolicyType || (DeletePolicyType = {}));
|
|
356
|
-
export var DeleteScheduledActionType;
|
|
357
|
-
(function (DeleteScheduledActionType) {
|
|
358
|
-
/**
|
|
359
|
-
* @internal
|
|
360
|
-
*/
|
|
361
|
-
DeleteScheduledActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
-
})(DeleteScheduledActionType || (DeleteScheduledActionType = {}));
|
|
363
|
-
export var DeleteTagsType;
|
|
364
|
-
(function (DeleteTagsType) {
|
|
365
|
-
/**
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
|
-
DeleteTagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
-
})(DeleteTagsType || (DeleteTagsType = {}));
|
|
370
|
-
export var DeleteWarmPoolAnswer;
|
|
371
|
-
(function (DeleteWarmPoolAnswer) {
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
|
-
DeleteWarmPoolAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(DeleteWarmPoolAnswer || (DeleteWarmPoolAnswer = {}));
|
|
377
|
-
export var DeleteWarmPoolType;
|
|
378
|
-
(function (DeleteWarmPoolType) {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
|
-
DeleteWarmPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
-
})(DeleteWarmPoolType || (DeleteWarmPoolType = {}));
|
|
384
|
-
export var DescribeAccountLimitsAnswer;
|
|
385
|
-
(function (DescribeAccountLimitsAnswer) {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
|
-
DescribeAccountLimitsAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(DescribeAccountLimitsAnswer || (DescribeAccountLimitsAnswer = {}));
|
|
391
|
-
export var DescribeAdjustmentTypesAnswer;
|
|
392
|
-
(function (DescribeAdjustmentTypesAnswer) {
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
|
-
DescribeAdjustmentTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
-
})(DescribeAdjustmentTypesAnswer || (DescribeAdjustmentTypesAnswer = {}));
|
|
398
|
-
export var AutoScalingGroupNamesType;
|
|
399
|
-
(function (AutoScalingGroupNamesType) {
|
|
400
|
-
/**
|
|
401
|
-
* @internal
|
|
402
|
-
*/
|
|
403
|
-
AutoScalingGroupNamesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(AutoScalingGroupNamesType || (AutoScalingGroupNamesType = {}));
|
|
405
|
-
export var EnabledMetric;
|
|
406
|
-
(function (EnabledMetric) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
|
-
EnabledMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
-
})(EnabledMetric || (EnabledMetric = {}));
|
|
412
|
-
export var LifecycleState;
|
|
413
|
-
(function (LifecycleState) {
|
|
414
|
-
LifecycleState["DETACHED"] = "Detached";
|
|
415
|
-
LifecycleState["DETACHING"] = "Detaching";
|
|
416
|
-
LifecycleState["ENTERING_STANDBY"] = "EnteringStandby";
|
|
417
|
-
LifecycleState["IN_SERVICE"] = "InService";
|
|
418
|
-
LifecycleState["PENDING"] = "Pending";
|
|
419
|
-
LifecycleState["PENDING_PROCEED"] = "Pending:Proceed";
|
|
420
|
-
LifecycleState["PENDING_WAIT"] = "Pending:Wait";
|
|
421
|
-
LifecycleState["QUARANTINED"] = "Quarantined";
|
|
422
|
-
LifecycleState["STANDBY"] = "Standby";
|
|
423
|
-
LifecycleState["TERMINATED"] = "Terminated";
|
|
424
|
-
LifecycleState["TERMINATING"] = "Terminating";
|
|
425
|
-
LifecycleState["TERMINATING_PROCEED"] = "Terminating:Proceed";
|
|
426
|
-
LifecycleState["TERMINATING_WAIT"] = "Terminating:Wait";
|
|
427
|
-
LifecycleState["WARMED_PENDING"] = "Warmed:Pending";
|
|
428
|
-
LifecycleState["WARMED_PENDING_PROCEED"] = "Warmed:Pending:Proceed";
|
|
429
|
-
LifecycleState["WARMED_PENDING_WAIT"] = "Warmed:Pending:Wait";
|
|
430
|
-
LifecycleState["WARMED_RUNNING"] = "Warmed:Running";
|
|
431
|
-
LifecycleState["WARMED_STOPPED"] = "Warmed:Stopped";
|
|
432
|
-
LifecycleState["WARMED_TERMINATED"] = "Warmed:Terminated";
|
|
433
|
-
LifecycleState["WARMED_TERMINATING"] = "Warmed:Terminating";
|
|
434
|
-
LifecycleState["WARMED_TERMINATING_PROCEED"] = "Warmed:Terminating:Proceed";
|
|
435
|
-
LifecycleState["WARMED_TERMINATING_WAIT"] = "Warmed:Terminating:Wait";
|
|
436
|
-
})(LifecycleState || (LifecycleState = {}));
|
|
437
|
-
export var Instance;
|
|
438
|
-
(function (Instance) {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
|
-
Instance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
-
})(Instance || (Instance = {}));
|
|
444
|
-
export var SuspendedProcess;
|
|
445
|
-
(function (SuspendedProcess) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
|
-
SuspendedProcess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(SuspendedProcess || (SuspendedProcess = {}));
|
|
451
|
-
export var TagDescription;
|
|
452
|
-
(function (TagDescription) {
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
|
-
TagDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
-
})(TagDescription || (TagDescription = {}));
|
|
458
|
-
export var WarmPoolState;
|
|
459
|
-
(function (WarmPoolState) {
|
|
460
|
-
WarmPoolState["Running"] = "Running";
|
|
461
|
-
WarmPoolState["Stopped"] = "Stopped";
|
|
462
|
-
})(WarmPoolState || (WarmPoolState = {}));
|
|
463
|
-
export var WarmPoolStatus;
|
|
464
|
-
(function (WarmPoolStatus) {
|
|
465
|
-
WarmPoolStatus["PendingDelete"] = "PendingDelete";
|
|
466
|
-
})(WarmPoolStatus || (WarmPoolStatus = {}));
|
|
467
|
-
export var WarmPoolConfiguration;
|
|
468
|
-
(function (WarmPoolConfiguration) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
|
-
WarmPoolConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
-
})(WarmPoolConfiguration || (WarmPoolConfiguration = {}));
|
|
474
|
-
export var AutoScalingGroup;
|
|
475
|
-
(function (AutoScalingGroup) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
|
-
AutoScalingGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
-
})(AutoScalingGroup || (AutoScalingGroup = {}));
|
|
481
|
-
export var AutoScalingGroupsType;
|
|
482
|
-
(function (AutoScalingGroupsType) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
|
-
AutoScalingGroupsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
-
})(AutoScalingGroupsType || (AutoScalingGroupsType = {}));
|
|
488
|
-
export var InvalidNextToken;
|
|
489
|
-
(function (InvalidNextToken) {
|
|
490
|
-
/**
|
|
491
|
-
* @internal
|
|
492
|
-
*/
|
|
493
|
-
InvalidNextToken.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(InvalidNextToken || (InvalidNextToken = {}));
|
|
495
|
-
export var AutoScalingInstanceDetails;
|
|
496
|
-
(function (AutoScalingInstanceDetails) {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
AutoScalingInstanceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
-
})(AutoScalingInstanceDetails || (AutoScalingInstanceDetails = {}));
|
|
502
|
-
export var AutoScalingInstancesType;
|
|
503
|
-
(function (AutoScalingInstancesType) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
|
-
AutoScalingInstancesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
-
})(AutoScalingInstancesType || (AutoScalingInstancesType = {}));
|
|
509
|
-
export var DescribeAutoScalingInstancesType;
|
|
510
|
-
(function (DescribeAutoScalingInstancesType) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
DescribeAutoScalingInstancesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
-
})(DescribeAutoScalingInstancesType || (DescribeAutoScalingInstancesType = {}));
|
|
516
|
-
export var DescribeAutoScalingNotificationTypesAnswer;
|
|
517
|
-
(function (DescribeAutoScalingNotificationTypesAnswer) {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
|
-
DescribeAutoScalingNotificationTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(DescribeAutoScalingNotificationTypesAnswer || (DescribeAutoScalingNotificationTypesAnswer = {}));
|
|
523
|
-
export var DesiredConfiguration;
|
|
524
|
-
(function (DesiredConfiguration) {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
|
-
DesiredConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
-
})(DesiredConfiguration || (DesiredConfiguration = {}));
|
|
530
|
-
export var RefreshPreferences;
|
|
531
|
-
(function (RefreshPreferences) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
|
-
RefreshPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
-
})(RefreshPreferences || (RefreshPreferences = {}));
|
|
537
|
-
export var InstanceRefreshLivePoolProgress;
|
|
538
|
-
(function (InstanceRefreshLivePoolProgress) {
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
|
-
InstanceRefreshLivePoolProgress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
-
})(InstanceRefreshLivePoolProgress || (InstanceRefreshLivePoolProgress = {}));
|
|
544
|
-
export var InstanceRefreshWarmPoolProgress;
|
|
545
|
-
(function (InstanceRefreshWarmPoolProgress) {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
|
-
InstanceRefreshWarmPoolProgress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
-
})(InstanceRefreshWarmPoolProgress || (InstanceRefreshWarmPoolProgress = {}));
|
|
551
|
-
export var InstanceRefreshProgressDetails;
|
|
552
|
-
(function (InstanceRefreshProgressDetails) {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
|
-
InstanceRefreshProgressDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
-
})(InstanceRefreshProgressDetails || (InstanceRefreshProgressDetails = {}));
|
|
558
|
-
export var InstanceRefreshStatus;
|
|
559
|
-
(function (InstanceRefreshStatus) {
|
|
560
|
-
InstanceRefreshStatus["Cancelled"] = "Cancelled";
|
|
561
|
-
InstanceRefreshStatus["Cancelling"] = "Cancelling";
|
|
562
|
-
InstanceRefreshStatus["Failed"] = "Failed";
|
|
563
|
-
InstanceRefreshStatus["InProgress"] = "InProgress";
|
|
564
|
-
InstanceRefreshStatus["Pending"] = "Pending";
|
|
565
|
-
InstanceRefreshStatus["Successful"] = "Successful";
|
|
566
|
-
})(InstanceRefreshStatus || (InstanceRefreshStatus = {}));
|
|
567
|
-
export var InstanceRefresh;
|
|
568
|
-
(function (InstanceRefresh) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
|
-
InstanceRefresh.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
-
})(InstanceRefresh || (InstanceRefresh = {}));
|
|
574
|
-
export var DescribeInstanceRefreshesAnswer;
|
|
575
|
-
(function (DescribeInstanceRefreshesAnswer) {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
DescribeInstanceRefreshesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
-
})(DescribeInstanceRefreshesAnswer || (DescribeInstanceRefreshesAnswer = {}));
|
|
581
|
-
export var DescribeInstanceRefreshesType;
|
|
582
|
-
(function (DescribeInstanceRefreshesType) {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
DescribeInstanceRefreshesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
-
})(DescribeInstanceRefreshesType || (DescribeInstanceRefreshesType = {}));
|
|
588
|
-
export var LaunchConfigurationNamesType;
|
|
589
|
-
(function (LaunchConfigurationNamesType) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
|
-
LaunchConfigurationNamesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(LaunchConfigurationNamesType || (LaunchConfigurationNamesType = {}));
|
|
595
|
-
export var LaunchConfiguration;
|
|
596
|
-
(function (LaunchConfiguration) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
|
-
LaunchConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
-
})(LaunchConfiguration || (LaunchConfiguration = {}));
|
|
602
|
-
export var LaunchConfigurationsType;
|
|
603
|
-
(function (LaunchConfigurationsType) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
|
-
LaunchConfigurationsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
-
})(LaunchConfigurationsType || (LaunchConfigurationsType = {}));
|
|
609
|
-
export var LifecycleHook;
|
|
610
|
-
(function (LifecycleHook) {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
LifecycleHook.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
-
})(LifecycleHook || (LifecycleHook = {}));
|
|
616
|
-
export var DescribeLifecycleHooksAnswer;
|
|
617
|
-
(function (DescribeLifecycleHooksAnswer) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
DescribeLifecycleHooksAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(DescribeLifecycleHooksAnswer || (DescribeLifecycleHooksAnswer = {}));
|
|
623
|
-
export var DescribeLifecycleHooksType;
|
|
624
|
-
(function (DescribeLifecycleHooksType) {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
|
-
DescribeLifecycleHooksType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
-
})(DescribeLifecycleHooksType || (DescribeLifecycleHooksType = {}));
|
|
630
|
-
export var DescribeLifecycleHookTypesAnswer;
|
|
631
|
-
(function (DescribeLifecycleHookTypesAnswer) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
|
-
DescribeLifecycleHookTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
-
})(DescribeLifecycleHookTypesAnswer || (DescribeLifecycleHookTypesAnswer = {}));
|
|
637
|
-
export var DescribeLoadBalancersRequest;
|
|
638
|
-
(function (DescribeLoadBalancersRequest) {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
|
-
DescribeLoadBalancersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
-
})(DescribeLoadBalancersRequest || (DescribeLoadBalancersRequest = {}));
|
|
644
|
-
export var LoadBalancerState;
|
|
645
|
-
(function (LoadBalancerState) {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
LoadBalancerState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
-
})(LoadBalancerState || (LoadBalancerState = {}));
|
|
651
|
-
export var DescribeLoadBalancersResponse;
|
|
652
|
-
(function (DescribeLoadBalancersResponse) {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
|
-
DescribeLoadBalancersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
-
})(DescribeLoadBalancersResponse || (DescribeLoadBalancersResponse = {}));
|
|
658
|
-
export var DescribeLoadBalancerTargetGroupsRequest;
|
|
659
|
-
(function (DescribeLoadBalancerTargetGroupsRequest) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
|
-
DescribeLoadBalancerTargetGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
-
})(DescribeLoadBalancerTargetGroupsRequest || (DescribeLoadBalancerTargetGroupsRequest = {}));
|
|
665
|
-
export var LoadBalancerTargetGroupState;
|
|
666
|
-
(function (LoadBalancerTargetGroupState) {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
|
-
LoadBalancerTargetGroupState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
-
})(LoadBalancerTargetGroupState || (LoadBalancerTargetGroupState = {}));
|
|
672
|
-
export var DescribeLoadBalancerTargetGroupsResponse;
|
|
673
|
-
(function (DescribeLoadBalancerTargetGroupsResponse) {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
DescribeLoadBalancerTargetGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(DescribeLoadBalancerTargetGroupsResponse || (DescribeLoadBalancerTargetGroupsResponse = {}));
|
|
679
|
-
export var MetricGranularityType;
|
|
680
|
-
(function (MetricGranularityType) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
|
-
MetricGranularityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
-
})(MetricGranularityType || (MetricGranularityType = {}));
|
|
686
|
-
export var MetricCollectionType;
|
|
687
|
-
(function (MetricCollectionType) {
|
|
688
|
-
/**
|
|
689
|
-
* @internal
|
|
690
|
-
*/
|
|
691
|
-
MetricCollectionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
-
})(MetricCollectionType || (MetricCollectionType = {}));
|
|
693
|
-
export var DescribeMetricCollectionTypesAnswer;
|
|
694
|
-
(function (DescribeMetricCollectionTypesAnswer) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
|
-
DescribeMetricCollectionTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(DescribeMetricCollectionTypesAnswer || (DescribeMetricCollectionTypesAnswer = {}));
|
|
700
|
-
export var NotificationConfiguration;
|
|
701
|
-
(function (NotificationConfiguration) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
|
-
NotificationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
-
})(NotificationConfiguration || (NotificationConfiguration = {}));
|
|
707
|
-
export var DescribeNotificationConfigurationsAnswer;
|
|
708
|
-
(function (DescribeNotificationConfigurationsAnswer) {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
|
-
DescribeNotificationConfigurationsAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
-
})(DescribeNotificationConfigurationsAnswer || (DescribeNotificationConfigurationsAnswer = {}));
|
|
714
|
-
export var DescribeNotificationConfigurationsType;
|
|
715
|
-
(function (DescribeNotificationConfigurationsType) {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
|
-
DescribeNotificationConfigurationsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
-
})(DescribeNotificationConfigurationsType || (DescribeNotificationConfigurationsType = {}));
|
|
721
|
-
export var DescribePoliciesType;
|
|
722
|
-
(function (DescribePoliciesType) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
|
-
DescribePoliciesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
-
})(DescribePoliciesType || (DescribePoliciesType = {}));
|
|
728
|
-
export var PredictiveScalingMaxCapacityBreachBehavior;
|
|
729
|
-
(function (PredictiveScalingMaxCapacityBreachBehavior) {
|
|
730
|
-
PredictiveScalingMaxCapacityBreachBehavior["HonorMaxCapacity"] = "HonorMaxCapacity";
|
|
731
|
-
PredictiveScalingMaxCapacityBreachBehavior["IncreaseMaxCapacity"] = "IncreaseMaxCapacity";
|
|
732
|
-
})(PredictiveScalingMaxCapacityBreachBehavior || (PredictiveScalingMaxCapacityBreachBehavior = {}));
|
|
733
|
-
export var PredefinedLoadMetricType;
|
|
734
|
-
(function (PredefinedLoadMetricType) {
|
|
735
|
-
PredefinedLoadMetricType["ALBTargetGroupRequestCount"] = "ALBTargetGroupRequestCount";
|
|
736
|
-
PredefinedLoadMetricType["ASGTotalCPUUtilization"] = "ASGTotalCPUUtilization";
|
|
737
|
-
PredefinedLoadMetricType["ASGTotalNetworkIn"] = "ASGTotalNetworkIn";
|
|
738
|
-
PredefinedLoadMetricType["ASGTotalNetworkOut"] = "ASGTotalNetworkOut";
|
|
739
|
-
})(PredefinedLoadMetricType || (PredefinedLoadMetricType = {}));
|
|
740
|
-
export var PredictiveScalingPredefinedLoadMetric;
|
|
741
|
-
(function (PredictiveScalingPredefinedLoadMetric) {
|
|
742
|
-
/**
|
|
743
|
-
* @internal
|
|
744
|
-
*/
|
|
745
|
-
PredictiveScalingPredefinedLoadMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
-
})(PredictiveScalingPredefinedLoadMetric || (PredictiveScalingPredefinedLoadMetric = {}));
|
|
747
|
-
export var PredefinedMetricPairType;
|
|
748
|
-
(function (PredefinedMetricPairType) {
|
|
749
|
-
PredefinedMetricPairType["ALBRequestCount"] = "ALBRequestCount";
|
|
750
|
-
PredefinedMetricPairType["ASGCPUUtilization"] = "ASGCPUUtilization";
|
|
751
|
-
PredefinedMetricPairType["ASGNetworkIn"] = "ASGNetworkIn";
|
|
752
|
-
PredefinedMetricPairType["ASGNetworkOut"] = "ASGNetworkOut";
|
|
753
|
-
})(PredefinedMetricPairType || (PredefinedMetricPairType = {}));
|
|
754
|
-
export var PredictiveScalingPredefinedMetricPair;
|
|
755
|
-
(function (PredictiveScalingPredefinedMetricPair) {
|
|
756
|
-
/**
|
|
757
|
-
* @internal
|
|
758
|
-
*/
|
|
759
|
-
PredictiveScalingPredefinedMetricPair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
-
})(PredictiveScalingPredefinedMetricPair || (PredictiveScalingPredefinedMetricPair = {}));
|
|
761
|
-
export var PredefinedScalingMetricType;
|
|
762
|
-
(function (PredefinedScalingMetricType) {
|
|
763
|
-
PredefinedScalingMetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
|
|
764
|
-
PredefinedScalingMetricType["ASGAverageCPUUtilization"] = "ASGAverageCPUUtilization";
|
|
765
|
-
PredefinedScalingMetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
|
|
766
|
-
PredefinedScalingMetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
|
|
767
|
-
})(PredefinedScalingMetricType || (PredefinedScalingMetricType = {}));
|
|
768
|
-
export var PredictiveScalingPredefinedScalingMetric;
|
|
769
|
-
(function (PredictiveScalingPredefinedScalingMetric) {
|
|
770
|
-
/**
|
|
771
|
-
* @internal
|
|
772
|
-
*/
|
|
773
|
-
PredictiveScalingPredefinedScalingMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
-
})(PredictiveScalingPredefinedScalingMetric || (PredictiveScalingPredefinedScalingMetric = {}));
|
|
775
|
-
export var PredictiveScalingMetricSpecification;
|
|
776
|
-
(function (PredictiveScalingMetricSpecification) {
|
|
777
|
-
/**
|
|
778
|
-
* @internal
|
|
779
|
-
*/
|
|
780
|
-
PredictiveScalingMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
-
})(PredictiveScalingMetricSpecification || (PredictiveScalingMetricSpecification = {}));
|
|
782
|
-
export var PredictiveScalingMode;
|
|
783
|
-
(function (PredictiveScalingMode) {
|
|
784
|
-
PredictiveScalingMode["ForecastAndScale"] = "ForecastAndScale";
|
|
785
|
-
PredictiveScalingMode["ForecastOnly"] = "ForecastOnly";
|
|
786
|
-
})(PredictiveScalingMode || (PredictiveScalingMode = {}));
|
|
787
|
-
export var PredictiveScalingConfiguration;
|
|
788
|
-
(function (PredictiveScalingConfiguration) {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
|
-
PredictiveScalingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
-
})(PredictiveScalingConfiguration || (PredictiveScalingConfiguration = {}));
|
|
794
|
-
export var StepAdjustment;
|
|
795
|
-
(function (StepAdjustment) {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
|
-
StepAdjustment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
-
})(StepAdjustment || (StepAdjustment = {}));
|
|
801
|
-
export var MetricDimension;
|
|
802
|
-
(function (MetricDimension) {
|
|
803
|
-
/**
|
|
804
|
-
* @internal
|
|
805
|
-
*/
|
|
806
|
-
MetricDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
-
})(MetricDimension || (MetricDimension = {}));
|
|
808
|
-
export var MetricStatistic;
|
|
809
|
-
(function (MetricStatistic) {
|
|
810
|
-
MetricStatistic["Average"] = "Average";
|
|
811
|
-
MetricStatistic["Maximum"] = "Maximum";
|
|
812
|
-
MetricStatistic["Minimum"] = "Minimum";
|
|
813
|
-
MetricStatistic["SampleCount"] = "SampleCount";
|
|
814
|
-
MetricStatistic["Sum"] = "Sum";
|
|
815
|
-
})(MetricStatistic || (MetricStatistic = {}));
|
|
816
|
-
export var CustomizedMetricSpecification;
|
|
817
|
-
(function (CustomizedMetricSpecification) {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
|
-
CustomizedMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
-
})(CustomizedMetricSpecification || (CustomizedMetricSpecification = {}));
|
|
823
|
-
export var MetricType;
|
|
824
|
-
(function (MetricType) {
|
|
825
|
-
MetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
|
|
826
|
-
MetricType["ASGAverageCPUUtilization"] = "ASGAverageCPUUtilization";
|
|
827
|
-
MetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
|
|
828
|
-
MetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
|
|
829
|
-
})(MetricType || (MetricType = {}));
|
|
830
|
-
export var PredefinedMetricSpecification;
|
|
831
|
-
(function (PredefinedMetricSpecification) {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
|
-
PredefinedMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
-
})(PredefinedMetricSpecification || (PredefinedMetricSpecification = {}));
|
|
837
|
-
export var TargetTrackingConfiguration;
|
|
838
|
-
(function (TargetTrackingConfiguration) {
|
|
839
|
-
/**
|
|
840
|
-
* @internal
|
|
841
|
-
*/
|
|
842
|
-
TargetTrackingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
-
})(TargetTrackingConfiguration || (TargetTrackingConfiguration = {}));
|
|
844
|
-
export var ScalingPolicy;
|
|
845
|
-
(function (ScalingPolicy) {
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
|
-
ScalingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
-
})(ScalingPolicy || (ScalingPolicy = {}));
|
|
851
|
-
export var PoliciesType;
|
|
852
|
-
(function (PoliciesType) {
|
|
853
|
-
/**
|
|
854
|
-
* @internal
|
|
855
|
-
*/
|
|
856
|
-
PoliciesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
-
})(PoliciesType || (PoliciesType = {}));
|
|
858
|
-
export var DescribeScalingActivitiesType;
|
|
859
|
-
(function (DescribeScalingActivitiesType) {
|
|
860
|
-
/**
|
|
861
|
-
* @internal
|
|
862
|
-
*/
|
|
863
|
-
DescribeScalingActivitiesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
-
})(DescribeScalingActivitiesType || (DescribeScalingActivitiesType = {}));
|
|
865
|
-
export var ProcessType;
|
|
866
|
-
(function (ProcessType) {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
|
-
ProcessType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
-
})(ProcessType || (ProcessType = {}));
|
|
872
|
-
export var ProcessesType;
|
|
873
|
-
(function (ProcessesType) {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
|
-
ProcessesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
-
})(ProcessesType || (ProcessesType = {}));
|
|
879
|
-
export var DescribeScheduledActionsType;
|
|
880
|
-
(function (DescribeScheduledActionsType) {
|
|
881
|
-
/**
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
884
|
-
DescribeScheduledActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
-
})(DescribeScheduledActionsType || (DescribeScheduledActionsType = {}));
|
|
886
|
-
export var ScheduledUpdateGroupAction;
|
|
887
|
-
(function (ScheduledUpdateGroupAction) {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
|
-
ScheduledUpdateGroupAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
-
})(ScheduledUpdateGroupAction || (ScheduledUpdateGroupAction = {}));
|
|
893
|
-
export var ScheduledActionsType;
|
|
894
|
-
(function (ScheduledActionsType) {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
|
-
ScheduledActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
-
})(ScheduledActionsType || (ScheduledActionsType = {}));
|
|
900
|
-
export var Filter;
|
|
901
|
-
(function (Filter) {
|
|
902
|
-
/**
|
|
903
|
-
* @internal
|
|
904
|
-
*/
|
|
905
|
-
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
-
})(Filter || (Filter = {}));
|
|
907
|
-
export var DescribeTagsType;
|
|
908
|
-
(function (DescribeTagsType) {
|
|
909
|
-
/**
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
912
|
-
DescribeTagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
|
-
})(DescribeTagsType || (DescribeTagsType = {}));
|
|
914
|
-
export var TagsType;
|
|
915
|
-
(function (TagsType) {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
TagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
920
|
-
})(TagsType || (TagsType = {}));
|
|
921
|
-
export var DescribeTerminationPolicyTypesAnswer;
|
|
922
|
-
(function (DescribeTerminationPolicyTypesAnswer) {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
|
-
DescribeTerminationPolicyTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
-
})(DescribeTerminationPolicyTypesAnswer || (DescribeTerminationPolicyTypesAnswer = {}));
|
|
928
|
-
export var DescribeWarmPoolAnswer;
|
|
929
|
-
(function (DescribeWarmPoolAnswer) {
|
|
930
|
-
/**
|
|
931
|
-
* @internal
|
|
932
|
-
*/
|
|
933
|
-
DescribeWarmPoolAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
934
|
-
})(DescribeWarmPoolAnswer || (DescribeWarmPoolAnswer = {}));
|
|
935
|
-
export var DescribeWarmPoolType;
|
|
936
|
-
(function (DescribeWarmPoolType) {
|
|
937
|
-
/**
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
940
|
-
DescribeWarmPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
941
|
-
})(DescribeWarmPoolType || (DescribeWarmPoolType = {}));
|
|
942
|
-
export var DetachInstancesAnswer;
|
|
943
|
-
(function (DetachInstancesAnswer) {
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
|
-
DetachInstancesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
|
-
})(DetachInstancesAnswer || (DetachInstancesAnswer = {}));
|
|
949
|
-
export var DetachInstancesQuery;
|
|
950
|
-
(function (DetachInstancesQuery) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
|
-
DetachInstancesQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
|
-
})(DetachInstancesQuery || (DetachInstancesQuery = {}));
|
|
956
|
-
export var DetachLoadBalancersResultType;
|
|
957
|
-
(function (DetachLoadBalancersResultType) {
|
|
958
|
-
/**
|
|
959
|
-
* @internal
|
|
960
|
-
*/
|
|
961
|
-
DetachLoadBalancersResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
|
-
})(DetachLoadBalancersResultType || (DetachLoadBalancersResultType = {}));
|
|
963
|
-
export var DetachLoadBalancersType;
|
|
964
|
-
(function (DetachLoadBalancersType) {
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
|
-
DetachLoadBalancersType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
969
|
-
})(DetachLoadBalancersType || (DetachLoadBalancersType = {}));
|
|
970
|
-
export var DetachLoadBalancerTargetGroupsResultType;
|
|
971
|
-
(function (DetachLoadBalancerTargetGroupsResultType) {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
DetachLoadBalancerTargetGroupsResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
976
|
-
})(DetachLoadBalancerTargetGroupsResultType || (DetachLoadBalancerTargetGroupsResultType = {}));
|
|
977
|
-
export var DetachLoadBalancerTargetGroupsType;
|
|
978
|
-
(function (DetachLoadBalancerTargetGroupsType) {
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
|
-
DetachLoadBalancerTargetGroupsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
-
})(DetachLoadBalancerTargetGroupsType || (DetachLoadBalancerTargetGroupsType = {}));
|
|
984
|
-
export var DisableMetricsCollectionQuery;
|
|
985
|
-
(function (DisableMetricsCollectionQuery) {
|
|
986
|
-
/**
|
|
987
|
-
* @internal
|
|
988
|
-
*/
|
|
989
|
-
DisableMetricsCollectionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
-
})(DisableMetricsCollectionQuery || (DisableMetricsCollectionQuery = {}));
|
|
991
|
-
export var EnableMetricsCollectionQuery;
|
|
992
|
-
(function (EnableMetricsCollectionQuery) {
|
|
993
|
-
/**
|
|
994
|
-
* @internal
|
|
995
|
-
*/
|
|
996
|
-
EnableMetricsCollectionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
-
})(EnableMetricsCollectionQuery || (EnableMetricsCollectionQuery = {}));
|
|
998
|
-
export var EnterStandbyAnswer;
|
|
999
|
-
(function (EnterStandbyAnswer) {
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
*/
|
|
1003
|
-
EnterStandbyAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1004
|
-
})(EnterStandbyAnswer || (EnterStandbyAnswer = {}));
|
|
1005
|
-
export var EnterStandbyQuery;
|
|
1006
|
-
(function (EnterStandbyQuery) {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
|
-
EnterStandbyQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1011
|
-
})(EnterStandbyQuery || (EnterStandbyQuery = {}));
|
|
1012
|
-
export var ExecutePolicyType;
|
|
1013
|
-
(function (ExecutePolicyType) {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
|
-
ExecutePolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1018
|
-
})(ExecutePolicyType || (ExecutePolicyType = {}));
|
|
1019
|
-
export var ExitStandbyAnswer;
|
|
1020
|
-
(function (ExitStandbyAnswer) {
|
|
1021
|
-
/**
|
|
1022
|
-
* @internal
|
|
1023
|
-
*/
|
|
1024
|
-
ExitStandbyAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
-
})(ExitStandbyAnswer || (ExitStandbyAnswer = {}));
|
|
1026
|
-
export var ExitStandbyQuery;
|
|
1027
|
-
(function (ExitStandbyQuery) {
|
|
1028
|
-
/**
|
|
1029
|
-
* @internal
|
|
1030
|
-
*/
|
|
1031
|
-
ExitStandbyQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1032
|
-
})(ExitStandbyQuery || (ExitStandbyQuery = {}));
|
|
1033
|
-
export var CapacityForecast;
|
|
1034
|
-
(function (CapacityForecast) {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
CapacityForecast.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1039
|
-
})(CapacityForecast || (CapacityForecast = {}));
|
|
1040
|
-
export var LoadForecast;
|
|
1041
|
-
(function (LoadForecast) {
|
|
1042
|
-
/**
|
|
1043
|
-
* @internal
|
|
1044
|
-
*/
|
|
1045
|
-
LoadForecast.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1046
|
-
})(LoadForecast || (LoadForecast = {}));
|
|
1047
|
-
export var GetPredictiveScalingForecastAnswer;
|
|
1048
|
-
(function (GetPredictiveScalingForecastAnswer) {
|
|
1049
|
-
/**
|
|
1050
|
-
* @internal
|
|
1051
|
-
*/
|
|
1052
|
-
GetPredictiveScalingForecastAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
-
})(GetPredictiveScalingForecastAnswer || (GetPredictiveScalingForecastAnswer = {}));
|
|
1054
|
-
export var GetPredictiveScalingForecastType;
|
|
1055
|
-
(function (GetPredictiveScalingForecastType) {
|
|
1056
|
-
/**
|
|
1057
|
-
* @internal
|
|
1058
|
-
*/
|
|
1059
|
-
GetPredictiveScalingForecastType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1060
|
-
})(GetPredictiveScalingForecastType || (GetPredictiveScalingForecastType = {}));
|
|
1061
|
-
export var PutLifecycleHookAnswer;
|
|
1062
|
-
(function (PutLifecycleHookAnswer) {
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
|
-
PutLifecycleHookAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1067
|
-
})(PutLifecycleHookAnswer || (PutLifecycleHookAnswer = {}));
|
|
1068
|
-
export var PutLifecycleHookType;
|
|
1069
|
-
(function (PutLifecycleHookType) {
|
|
1070
|
-
/**
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
1073
|
-
PutLifecycleHookType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1074
|
-
})(PutLifecycleHookType || (PutLifecycleHookType = {}));
|
|
1075
|
-
export var PutNotificationConfigurationType;
|
|
1076
|
-
(function (PutNotificationConfigurationType) {
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
PutNotificationConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
-
})(PutNotificationConfigurationType || (PutNotificationConfigurationType = {}));
|
|
1082
|
-
export var PolicyARNType;
|
|
1083
|
-
(function (PolicyARNType) {
|
|
1084
|
-
/**
|
|
1085
|
-
* @internal
|
|
1086
|
-
*/
|
|
1087
|
-
PolicyARNType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1088
|
-
})(PolicyARNType || (PolicyARNType = {}));
|
|
1089
|
-
export var PutScalingPolicyType;
|
|
1090
|
-
(function (PutScalingPolicyType) {
|
|
1091
|
-
/**
|
|
1092
|
-
* @internal
|
|
1093
|
-
*/
|
|
1094
|
-
PutScalingPolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1095
|
-
})(PutScalingPolicyType || (PutScalingPolicyType = {}));
|
|
1096
|
-
export var PutScheduledUpdateGroupActionType;
|
|
1097
|
-
(function (PutScheduledUpdateGroupActionType) {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
|
-
PutScheduledUpdateGroupActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1102
|
-
})(PutScheduledUpdateGroupActionType || (PutScheduledUpdateGroupActionType = {}));
|
|
1103
|
-
export var PutWarmPoolAnswer;
|
|
1104
|
-
(function (PutWarmPoolAnswer) {
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
PutWarmPoolAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
-
})(PutWarmPoolAnswer || (PutWarmPoolAnswer = {}));
|
|
1110
|
-
export var PutWarmPoolType;
|
|
1111
|
-
(function (PutWarmPoolType) {
|
|
1112
|
-
/**
|
|
1113
|
-
* @internal
|
|
1114
|
-
*/
|
|
1115
|
-
PutWarmPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1116
|
-
})(PutWarmPoolType || (PutWarmPoolType = {}));
|
|
1117
|
-
export var RecordLifecycleActionHeartbeatAnswer;
|
|
1118
|
-
(function (RecordLifecycleActionHeartbeatAnswer) {
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
RecordLifecycleActionHeartbeatAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1123
|
-
})(RecordLifecycleActionHeartbeatAnswer || (RecordLifecycleActionHeartbeatAnswer = {}));
|
|
1124
|
-
export var RecordLifecycleActionHeartbeatType;
|
|
1125
|
-
(function (RecordLifecycleActionHeartbeatType) {
|
|
1126
|
-
/**
|
|
1127
|
-
* @internal
|
|
1128
|
-
*/
|
|
1129
|
-
RecordLifecycleActionHeartbeatType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1130
|
-
})(RecordLifecycleActionHeartbeatType || (RecordLifecycleActionHeartbeatType = {}));
|
|
1131
|
-
export var ScalingProcessQuery;
|
|
1132
|
-
(function (ScalingProcessQuery) {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
|
-
ScalingProcessQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1137
|
-
})(ScalingProcessQuery || (ScalingProcessQuery = {}));
|
|
1138
|
-
export var SetDesiredCapacityType;
|
|
1139
|
-
(function (SetDesiredCapacityType) {
|
|
1140
|
-
/**
|
|
1141
|
-
* @internal
|
|
1142
|
-
*/
|
|
1143
|
-
SetDesiredCapacityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1144
|
-
})(SetDesiredCapacityType || (SetDesiredCapacityType = {}));
|
|
1145
|
-
export var SetInstanceHealthQuery;
|
|
1146
|
-
(function (SetInstanceHealthQuery) {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
SetInstanceHealthQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1151
|
-
})(SetInstanceHealthQuery || (SetInstanceHealthQuery = {}));
|
|
1152
|
-
export var SetInstanceProtectionAnswer;
|
|
1153
|
-
(function (SetInstanceProtectionAnswer) {
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
|
-
SetInstanceProtectionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1158
|
-
})(SetInstanceProtectionAnswer || (SetInstanceProtectionAnswer = {}));
|
|
1159
|
-
export var SetInstanceProtectionQuery;
|
|
1160
|
-
(function (SetInstanceProtectionQuery) {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
SetInstanceProtectionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1165
|
-
})(SetInstanceProtectionQuery || (SetInstanceProtectionQuery = {}));
|
|
1166
|
-
export var InstanceRefreshInProgressFault;
|
|
1167
|
-
(function (InstanceRefreshInProgressFault) {
|
|
1168
|
-
/**
|
|
1169
|
-
* @internal
|
|
1170
|
-
*/
|
|
1171
|
-
InstanceRefreshInProgressFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1172
|
-
})(InstanceRefreshInProgressFault || (InstanceRefreshInProgressFault = {}));
|
|
1173
|
-
export var StartInstanceRefreshAnswer;
|
|
1174
|
-
(function (StartInstanceRefreshAnswer) {
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
StartInstanceRefreshAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1179
|
-
})(StartInstanceRefreshAnswer || (StartInstanceRefreshAnswer = {}));
|
|
1180
|
-
export var RefreshStrategy;
|
|
1181
|
-
(function (RefreshStrategy) {
|
|
1182
|
-
RefreshStrategy["Rolling"] = "Rolling";
|
|
1183
|
-
})(RefreshStrategy || (RefreshStrategy = {}));
|
|
1184
|
-
export var StartInstanceRefreshType;
|
|
1185
|
-
(function (StartInstanceRefreshType) {
|
|
1186
|
-
/**
|
|
1187
|
-
* @internal
|
|
1188
|
-
*/
|
|
1189
|
-
StartInstanceRefreshType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1190
|
-
})(StartInstanceRefreshType || (StartInstanceRefreshType = {}));
|
|
1191
|
-
export var TerminateInstanceInAutoScalingGroupType;
|
|
1192
|
-
(function (TerminateInstanceInAutoScalingGroupType) {
|
|
1193
|
-
/**
|
|
1194
|
-
* @internal
|
|
1195
|
-
*/
|
|
1196
|
-
TerminateInstanceInAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1197
|
-
})(TerminateInstanceInAutoScalingGroupType || (TerminateInstanceInAutoScalingGroupType = {}));
|
|
1198
|
-
export var UpdateAutoScalingGroupType;
|
|
1199
|
-
(function (UpdateAutoScalingGroupType) {
|
|
1200
|
-
/**
|
|
1201
|
-
* @internal
|
|
1202
|
-
*/
|
|
1203
|
-
UpdateAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1204
|
-
})(UpdateAutoScalingGroupType || (UpdateAutoScalingGroupType = {}));
|
|
1205
|
-
//# sourceMappingURL=models_0.js.map
|