@aws-sdk/client-auto-scaling 3.675.0 → 3.677.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/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +4 -3
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +5 -4
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +3 -2
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +4 -2
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +4 -4
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -5
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +4 -3
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +3 -1
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +5 -4
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +3 -2
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +4 -2
- package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -2
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +3 -2
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +2 -1
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +6 -5
- package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +22 -18
- package/package.json +7 -7
|
@@ -28,7 +28,7 @@ declare const AttachLoadBalancerTargetGroupsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This API operation is superseded by <a>AttachTrafficSources</a>, which
|
|
31
|
+
* <p>This API operation is superseded by <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html">AttachTrafficSources</a>, which
|
|
32
32
|
* can attach multiple traffic sources types. We recommend using
|
|
33
33
|
* <code>AttachTrafficSources</code> to simplify how you manage traffic sources.
|
|
34
34
|
* However, we continue to support <code>AttachLoadBalancerTargetGroups</code>. You can
|
|
@@ -50,8 +50,9 @@ declare const AttachLoadBalancerTargetGroupsCommand_base: {
|
|
|
50
50
|
* <p>Gateway Load Balancer - Operates at the network layer (layer 3).</p>
|
|
51
51
|
* </li>
|
|
52
52
|
* </ul>
|
|
53
|
-
* <p>To describe the target groups for an Auto Scaling group, call the <a>DescribeLoadBalancerTargetGroups</a>
|
|
54
|
-
*
|
|
53
|
+
* <p>To describe the target groups for an Auto Scaling group, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLoadBalancerTargetGroups.html">DescribeLoadBalancerTargetGroups</a>
|
|
54
|
+
* API. To detach the target group from
|
|
55
|
+
* the Auto Scaling group, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DetachLoadBalancerTargetGroups.html">DetachLoadBalancerTargetGroups</a> API.</p>
|
|
55
56
|
* <p>This operation is additive and does not detach existing target groups or Classic Load
|
|
56
57
|
* Balancers from the Auto Scaling group.</p>
|
|
57
58
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Use Elastic Load Balancing to
|
|
@@ -28,17 +28,18 @@ declare const AttachLoadBalancersCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This API operation is superseded by <a>
|
|
31
|
+
* <p>This API operation is superseded by <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html">https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html</a>, which
|
|
32
32
|
* can attach multiple traffic sources types. We recommend using
|
|
33
|
-
*
|
|
33
|
+
* <code>AttachTrafficSources</code> to simplify how you manage traffic sources.
|
|
34
34
|
* However, we continue to support <code>AttachLoadBalancers</code>. You can use both
|
|
35
35
|
* the original <code>AttachLoadBalancers</code> API operation and
|
|
36
36
|
* <code>AttachTrafficSources</code> on the same Auto Scaling group.</p>
|
|
37
37
|
* </note>
|
|
38
38
|
* <p>Attaches one or more Classic Load Balancers to the specified Auto Scaling group. Amazon EC2 Auto Scaling registers the
|
|
39
39
|
* running instances with these Classic Load Balancers.</p>
|
|
40
|
-
* <p>To describe the load balancers for an Auto Scaling group, call the <a>DescribeLoadBalancers</a> API.
|
|
41
|
-
* group, call the <a>DetachLoadBalancers</a>
|
|
40
|
+
* <p>To describe the load balancers for an Auto Scaling group, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLoadBalancers.html">DescribeLoadBalancers</a> API.
|
|
41
|
+
* To detach a load balancer from the Auto Scaling group, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DetachLoadBalancers.html">DetachLoadBalancers</a>
|
|
42
|
+
* API.</p>
|
|
42
43
|
* <p>This operation is additive and does not detach existing Classic Load Balancers or
|
|
43
44
|
* target groups from the Auto Scaling group.</p>
|
|
44
45
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Use Elastic Load Balancing to
|
|
@@ -48,9 +48,10 @@ declare const AttachTrafficSourcesCommand_base: {
|
|
|
48
48
|
* </ul>
|
|
49
49
|
* <p>This operation is additive and does not detach existing traffic sources from the Auto Scaling
|
|
50
50
|
* group. </p>
|
|
51
|
-
* <p>After the operation completes, use the <a>DescribeTrafficSources</a> API to
|
|
51
|
+
* <p>After the operation completes, use the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeTrafficSources.html">DescribeTrafficSources</a> API to
|
|
52
52
|
* return details about the state of the attachments between traffic sources and your Auto Scaling
|
|
53
|
-
* group. To detach a traffic source from the Auto Scaling group, call the
|
|
53
|
+
* group. To detach a traffic source from the Auto Scaling group, call the
|
|
54
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DetachTrafficSources.html">DetachTrafficSources</a> API.</p>
|
|
54
55
|
* @example
|
|
55
56
|
* Use a bare-bones client and the command you need to make an API call.
|
|
56
57
|
* ```javascript
|
|
@@ -34,7 +34,7 @@ declare const CancelInstanceRefreshCommand_base: {
|
|
|
34
34
|
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group
|
|
35
35
|
* after you make configuration changes.</p>
|
|
36
36
|
* <p>When you cancel an instance refresh, this does not roll back any changes that it made.
|
|
37
|
-
* Use the <a>RollbackInstanceRefresh</a> API to roll back instead.</p>
|
|
37
|
+
* Use the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_RollbackInstanceRefresh.html">RollbackInstanceRefresh</a> API to roll back instead.</p>
|
|
38
38
|
* @example
|
|
39
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
40
|
* ```javascript
|
|
@@ -58,7 +58,7 @@ declare const CompleteLifecycleActionCommand_base: {
|
|
|
58
58
|
* <li>
|
|
59
59
|
* <p>
|
|
60
60
|
* <b>If you finish before the timeout period ends, send a
|
|
61
|
-
* callback by using the <a>CompleteLifecycleAction</a> API
|
|
61
|
+
* callback by using the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CompleteLifecycleAction.html">CompleteLifecycleAction</a> API
|
|
62
62
|
* call.</b>
|
|
63
63
|
* </p>
|
|
64
64
|
* </li>
|
|
@@ -32,7 +32,7 @@ declare const CreateAutoScalingGroupCommand_base: {
|
|
|
32
32
|
* </p>
|
|
33
33
|
* <p>Creates an Auto Scaling group with the specified name and attributes. </p>
|
|
34
34
|
* <p>If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit,
|
|
35
|
-
* call the <a>DescribeAccountLimits</a> API. For information about updating
|
|
35
|
+
* call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> API. For information about updating
|
|
36
36
|
* this limit, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-quotas.html">Quotas for
|
|
37
37
|
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
38
38
|
* <p>If you're new to Amazon EC2 Auto Scaling, see the introductory tutorials in <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/get-started-with-ec2-auto-scaling.html">Get started
|
|
@@ -29,9 +29,9 @@ declare const CreateLaunchConfigurationCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a launch configuration.</p>
|
|
31
31
|
* <p>If you exceed your maximum limit of launch configurations, the call fails. To query
|
|
32
|
-
* this limit, call the <a>DescribeAccountLimits</a> API.
|
|
33
|
-
* updating this limit, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-quotas.html">Quotas for
|
|
34
|
-
*
|
|
32
|
+
* this limit, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> API.
|
|
33
|
+
* For information about updating this limit, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-quotas.html">Quotas for
|
|
34
|
+
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
35
35
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-configurations.html">Launch
|
|
36
36
|
* configurations</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
37
37
|
* <note>
|
|
@@ -32,10 +32,12 @@ declare const DeleteAutoScalingGroupCommand_base: {
|
|
|
32
32
|
* option to force the deletion in order for it to succeed. The force delete operation will
|
|
33
33
|
* also terminate the EC2 instances. If the group has a warm pool, the force delete option
|
|
34
34
|
* also deletes the warm pool.</p>
|
|
35
|
-
* <p>To remove instances from the Auto Scaling group before deleting it, call the
|
|
35
|
+
* <p>To remove instances from the Auto Scaling group before deleting it, call the
|
|
36
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DetachInstances.html">DetachInstances</a> API with the list of instances and the option to
|
|
36
37
|
* decrement the desired capacity. This ensures that Amazon EC2 Auto Scaling does not launch replacement
|
|
37
38
|
* instances.</p>
|
|
38
|
-
* <p>To terminate all instances before deleting the Auto Scaling group, call the
|
|
39
|
+
* <p>To terminate all instances before deleting the Auto Scaling group, call the
|
|
40
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_UpdateAutoScalingGroup.html">UpdateAutoScalingGroup</a> API and set the minimum size and desired capacity
|
|
39
41
|
* of the Auto Scaling group to
|
|
40
42
|
* zero.</p>
|
|
41
43
|
* <p>If the group has scaling policies, deleting the group deletes the policies, the
|
|
@@ -33,7 +33,8 @@ declare const DescribeAutoScalingGroupsCommand_base: {
|
|
|
33
33
|
* those Auto Scaling groups that meet the filter criteria. If you do not specify group names or
|
|
34
34
|
* filters, the output includes information for all Auto Scaling groups. </p>
|
|
35
35
|
* <p>This operation also returns information about instances in Auto Scaling groups. To retrieve
|
|
36
|
-
* information about the instances in a warm pool, you must call the
|
|
36
|
+
* information about the instances in a warm pool, you must call the
|
|
37
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeWarmPool.html">DescribeWarmPool</a> API. </p>
|
|
37
38
|
* @example
|
|
38
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
40
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const DescribeLoadBalancerTargetGroupsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This API operation is superseded by <a>DescribeTrafficSources</a>,
|
|
31
|
+
* <p>This API operation is superseded by <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeTrafficSources.html">DescribeTrafficSources</a>,
|
|
32
32
|
* which can describe multiple traffic sources types. We recommend using
|
|
33
33
|
* <code>DetachTrafficSources</code> to simplify how you manage traffic sources.
|
|
34
34
|
* However, we continue to support <code>DescribeLoadBalancerTargetGroups</code>. You
|
|
@@ -46,9 +46,9 @@ declare const DescribeLoadBalancerTargetGroupsCommand_base: {
|
|
|
46
46
|
* replace any instances that are reported as unhealthy. If no registered instances pass
|
|
47
47
|
* the health checks, the target group doesn't enter the <code>InService</code> state. </p>
|
|
48
48
|
* <p>Target groups also have an <code>InService</code> state if you attach them in the
|
|
49
|
-
*
|
|
49
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CreateAutoScalingGroup.html">CreateAutoScalingGroup</a> API call. If your target group state is
|
|
50
50
|
* <code>InService</code>, but it is not working properly, check the scaling activities
|
|
51
|
-
* by calling <a>DescribeScalingActivities</a> and take any corrective actions
|
|
51
|
+
* by calling <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeScalingActivities.html">DescribeScalingActivities</a> and take any corrective actions
|
|
52
52
|
* necessary.</p>
|
|
53
53
|
* <p>For help with failed health checks, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ts-as-healthchecks.html">Troubleshooting Amazon EC2 Auto Scaling:
|
|
54
54
|
* Health checks</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. For more
|
|
@@ -57,8 +57,8 @@ declare const DescribeLoadBalancerTargetGroupsCommand_base: {
|
|
|
57
57
|
* <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
|
|
58
58
|
* <note>
|
|
59
59
|
* <p>You can use this operation to describe target groups that were attached by using
|
|
60
|
-
*
|
|
61
|
-
* were attached by using <a>AttachTrafficSources</a>.</p>
|
|
60
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachLoadBalancerTargetGroups.html">AttachLoadBalancerTargetGroups</a>, but not for target groups that
|
|
61
|
+
* were attached by using <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html">AttachTrafficSources</a>.</p>
|
|
62
62
|
* </note>
|
|
63
63
|
* @example
|
|
64
64
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,7 +28,7 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This API operation is superseded by <a>DescribeTrafficSources</a>,
|
|
31
|
+
* <p>This API operation is superseded by <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeTrafficSources.html">DescribeTrafficSources</a>,
|
|
32
32
|
* which can describe multiple traffic sources types. We recommend using
|
|
33
33
|
* <code>DescribeTrafficSources</code> to simplify how you manage traffic sources.
|
|
34
34
|
* However, we continue to support <code>DescribeLoadBalancers</code>. You can use both
|
|
@@ -37,7 +37,7 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
37
37
|
* </note>
|
|
38
38
|
* <p>Gets information about the load balancers for the specified Auto Scaling group.</p>
|
|
39
39
|
* <p>This operation describes only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load Balancers, use the
|
|
40
|
-
*
|
|
40
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLoadBalancerTargetGroups.html">DescribeLoadBalancerTargetGroups</a> API instead.</p>
|
|
41
41
|
* <p>To determine the attachment status of the load balancer, use the <code>State</code>
|
|
42
42
|
* element in the response. When you attach a load balancer to an Auto Scaling group, the initial
|
|
43
43
|
* <code>State</code> value is <code>Adding</code>. The state transitions to
|
|
@@ -49,9 +49,9 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
49
49
|
* pass the health checks, the load balancer doesn't enter the <code>InService</code>
|
|
50
50
|
* state. </p>
|
|
51
51
|
* <p>Load balancers also have an <code>InService</code> state if you attach them in the
|
|
52
|
-
*
|
|
52
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CreateAutoScalingGroup.html">CreateAutoScalingGroup</a> API call. If your load balancer state is
|
|
53
53
|
* <code>InService</code>, but it is not working properly, check the scaling activities
|
|
54
|
-
* by calling <a>DescribeScalingActivities</a> and take any corrective actions
|
|
54
|
+
* by calling <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeScalingActivities.html">DescribeScalingActivities</a> and take any corrective actions
|
|
55
55
|
* necessary.</p>
|
|
56
56
|
* <p>For help with failed health checks, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ts-as-healthchecks.html">Troubleshooting Amazon EC2 Auto Scaling:
|
|
57
57
|
* Health checks</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. For more
|
|
@@ -27,8 +27,8 @@ declare const DescribeScalingProcessTypesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes the scaling process types for use with the <a>ResumeProcesses</a>
|
|
31
|
-
* and <a>SuspendProcesses</a> APIs.</p>
|
|
30
|
+
* <p>Describes the scaling process types for use with the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_ResumeProcesses.html">ResumeProcesses</a>
|
|
31
|
+
* and <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_SuspendProcesses.html">SuspendProcesses</a> APIs.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -30,7 +30,7 @@ declare const DescribeScheduledActionsCommand_base: {
|
|
|
30
30
|
* <p>Gets information about the scheduled actions that haven't run or that have not reached
|
|
31
31
|
* their end time.</p>
|
|
32
32
|
* <p>To describe the scaling activities for scheduled actions that have already run, call
|
|
33
|
-
* the <a>DescribeScalingActivities</a> API.</p>
|
|
33
|
+
* the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeScalingActivities.html">DescribeScalingActivities</a> API.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const DetachLoadBalancerTargetGroupsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This API operation is superseded by <a>DetachTrafficSources</a>, which
|
|
31
|
+
* <p>This API operation is superseded by <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeTrafficSources.html">DetachTrafficSources</a>, which
|
|
32
32
|
* can detach multiple traffic sources types. We recommend using
|
|
33
33
|
* <code>DetachTrafficSources</code> to simplify how you manage traffic sources.
|
|
34
34
|
* However, we continue to support <code>DetachLoadBalancerTargetGroups</code>. You can
|
|
@@ -38,12 +38,13 @@ declare const DetachLoadBalancerTargetGroupsCommand_base: {
|
|
|
38
38
|
* <p>Detaches one or more target groups from the specified Auto Scaling group.</p>
|
|
39
39
|
* <p>When you detach a target group, it enters the <code>Removing</code> state while
|
|
40
40
|
* deregistering the instances in the group. When all instances are deregistered, then you
|
|
41
|
-
* can no longer describe the target group using the
|
|
42
|
-
*
|
|
41
|
+
* can no longer describe the target group using the
|
|
42
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLoadBalancerTargetGroups.html">DescribeLoadBalancerTargetGroups</a>
|
|
43
|
+
* API call. The instances remain running.</p>
|
|
43
44
|
* <note>
|
|
44
45
|
* <p>You can use this operation to detach target groups that were attached by using
|
|
45
|
-
*
|
|
46
|
-
* were attached by using <a>AttachTrafficSources</a>.</p>
|
|
46
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachLoadBalancerTargetGroups.html">AttachLoadBalancerTargetGroups</a>, but not for target groups that
|
|
47
|
+
* were attached by using <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html">AttachTrafficSources</a>.</p>
|
|
47
48
|
* </note>
|
|
48
49
|
* @example
|
|
49
50
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,7 +28,7 @@ declare const DetachLoadBalancersCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This API operation is superseded by <a>DetachTrafficSources</a>, which
|
|
31
|
+
* <p>This API operation is superseded by <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DetachTrafficSources.html">DetachTrafficSources</a>, which
|
|
32
32
|
* can detach multiple traffic sources types. We recommend using
|
|
33
33
|
* <code>DetachTrafficSources</code> to simplify how you manage traffic sources.
|
|
34
34
|
* However, we continue to support <code>DetachLoadBalancers</code>. You can use both
|
|
@@ -37,10 +37,11 @@ declare const DetachLoadBalancersCommand_base: {
|
|
|
37
37
|
* </note>
|
|
38
38
|
* <p>Detaches one or more Classic Load Balancers from the specified Auto Scaling group.</p>
|
|
39
39
|
* <p>This operation detaches only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or
|
|
40
|
-
* Gateway Load Balancers, use the <a>DetachLoadBalancerTargetGroups</a> API instead.</p>
|
|
40
|
+
* Gateway Load Balancers, use the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DetachLoadBalancerTargetGroups.html">DetachLoadBalancerTargetGroups</a> API instead.</p>
|
|
41
41
|
* <p>When you detach a load balancer, it enters the <code>Removing</code> state while
|
|
42
42
|
* deregistering the instances in the group. When all instances are deregistered, then you
|
|
43
|
-
* can no longer describe the load balancer using the <a>DescribeLoadBalancers</a>
|
|
43
|
+
* can no longer describe the load balancer using the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLoadBalancers.html">DescribeLoadBalancers</a>
|
|
44
|
+
* API call. The instances remain running.</p>
|
|
44
45
|
* @example
|
|
45
46
|
* Use a bare-bones client and the command you need to make an API call.
|
|
46
47
|
* ```javascript
|
|
@@ -30,7 +30,9 @@ declare const DetachTrafficSourcesCommand_base: {
|
|
|
30
30
|
* <p>Detaches one or more traffic sources from the specified Auto Scaling group.</p>
|
|
31
31
|
* <p>When you detach a traffic source, it enters the <code>Removing</code> state while
|
|
32
32
|
* deregistering the instances in the group. When all instances are deregistered, then you
|
|
33
|
-
* can no longer describe the traffic source using the
|
|
33
|
+
* can no longer describe the traffic source using the
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeTrafficSources.html">DescribeTrafficSources</a>
|
|
35
|
+
* API call. The instances continue to run.</p>
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -57,19 +57,20 @@ declare const PutLifecycleHookCommand_base: {
|
|
|
57
57
|
* </li>
|
|
58
58
|
* <li>
|
|
59
59
|
* <p>If you need more time, record the lifecycle action heartbeat to keep the
|
|
60
|
-
* instance in a wait state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
|
|
60
|
+
* instance in a wait state using the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_RecordLifecycleActionHeartbeat.html">RecordLifecycleActionHeartbeat</a> API call.</p>
|
|
61
61
|
* </li>
|
|
62
62
|
* <li>
|
|
63
63
|
* <p>If you finish before the timeout period ends, send a callback by using the
|
|
64
|
-
*
|
|
64
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CompleteLifecycleAction.html">CompleteLifecycleAction</a> API call.</p>
|
|
65
65
|
* </li>
|
|
66
66
|
* </ol>
|
|
67
67
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html">Amazon EC2 Auto Scaling lifecycle
|
|
68
68
|
* hooks</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
69
69
|
* <p>If you exceed your maximum limit of lifecycle hooks, which by default is 50 per Auto Scaling
|
|
70
70
|
* group, the call fails.</p>
|
|
71
|
-
* <p>You can view the lifecycle hooks for an Auto Scaling group using the
|
|
72
|
-
*
|
|
71
|
+
* <p>You can view the lifecycle hooks for an Auto Scaling group using the
|
|
72
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLifecycleHooks.html">DescribeLifecycleHooks</a> API call. If you are no longer using a lifecycle
|
|
73
|
+
* hook, you can delete it by calling the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DeleteLifecycleHook.html">DeleteLifecycleHook</a> API.</p>
|
|
73
74
|
* @example
|
|
74
75
|
* Use a bare-bones client and the command you need to make an API call.
|
|
75
76
|
* ```javascript
|
|
@@ -35,8 +35,9 @@ declare const PutScalingPolicyCommand_base: {
|
|
|
35
35
|
* policies</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
36
36
|
* <p>For more information about using predictive scaling, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-predictive-scaling.html">Predictive
|
|
37
37
|
* scaling for Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
38
|
-
* <p>You can view the scaling policies for an Auto Scaling group using the
|
|
39
|
-
*
|
|
38
|
+
* <p>You can view the scaling policies for an Auto Scaling group using the
|
|
39
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribePolicies.html">DescribePolicies</a> API call. If you are no longer using a scaling policy,
|
|
40
|
+
* you can delete it by calling the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DeletePolicy.html">DeletePolicy</a> API.</p>
|
|
40
41
|
* @example
|
|
41
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
43
|
* ```javascript
|
|
@@ -30,8 +30,10 @@ declare const PutScheduledUpdateGroupActionCommand_base: {
|
|
|
30
30
|
* <p>Creates or updates a scheduled scaling action for an Auto Scaling group.</p>
|
|
31
31
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scheduled-scaling.html">Scheduled scaling</a> in the
|
|
32
32
|
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
33
|
-
* <p>You can view the scheduled actions for an Auto Scaling group using the
|
|
34
|
-
*
|
|
33
|
+
* <p>You can view the scheduled actions for an Auto Scaling group using the
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeScheduledActions.html">DescribeScheduledActions</a>
|
|
35
|
+
* API call. If you are no longer using a scheduled action, you can delete it by calling the
|
|
36
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DeleteScheduledAction.html">DeleteScheduledAction</a> API.</p>
|
|
35
37
|
* <p>If you try to schedule your action in the past, Amazon EC2 Auto Scaling returns an error
|
|
36
38
|
* message.</p>
|
|
37
39
|
* @example
|
|
@@ -33,8 +33,8 @@ declare const PutWarmPoolCommand_base: {
|
|
|
33
33
|
* desired capacity.</p>
|
|
34
34
|
* <p>This operation must be called from the Region in which the Auto Scaling group was
|
|
35
35
|
* created.</p>
|
|
36
|
-
* <p>You can view the instances in the warm pool using the <a>DescribeWarmPool</a> API call.
|
|
37
|
-
*
|
|
36
|
+
* <p>You can view the instances in the warm pool using the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeWarmPool.html">DescribeWarmPool</a> API call.
|
|
37
|
+
* If you are no longer using a warm pool, you can delete it by calling the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DeleteWarmPool.html">DeleteWarmPool</a> API.</p>
|
|
38
38
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
|
|
39
39
|
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
40
40
|
* @example
|
|
@@ -28,7 +28,8 @@ declare const RecordLifecycleActionHeartbeatCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Records a heartbeat for the lifecycle action associated with the specified token or
|
|
31
|
-
* instance. This extends the timeout by the length of time defined using the
|
|
31
|
+
* instance. This extends the timeout by the length of time defined using the
|
|
32
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_PutLifecycleHook.html">PutLifecycleHook</a> API call.</p>
|
|
32
33
|
* <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
|
|
33
34
|
* group:</p>
|
|
34
35
|
* <ol>
|
|
@@ -59,7 +60,7 @@ declare const RecordLifecycleActionHeartbeatCommand_base: {
|
|
|
59
60
|
* </li>
|
|
60
61
|
* <li>
|
|
61
62
|
* <p>If you finish before the timeout period ends, send a callback by using the
|
|
62
|
-
*
|
|
63
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CompleteLifecycleAction.html">CompleteLifecycleAction</a> API call.</p>
|
|
63
64
|
* </li>
|
|
64
65
|
* </ol>
|
|
65
66
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html">Amazon EC2 Auto Scaling lifecycle
|
|
@@ -49,7 +49,8 @@ declare const RollbackInstanceRefreshCommand_base: {
|
|
|
49
49
|
* </li>
|
|
50
50
|
* </ul>
|
|
51
51
|
* <p>When you receive a successful response from this operation, Amazon EC2 Auto Scaling immediately
|
|
52
|
-
* begins replacing instances. You can check the status of this operation through the
|
|
52
|
+
* begins replacing instances. You can check the status of this operation through the
|
|
53
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeInstanceRefreshes.html">DescribeInstanceRefreshes</a> API operation. </p>
|
|
53
54
|
* @example
|
|
54
55
|
* Use a bare-bones client and the command you need to make an API call.
|
|
55
56
|
* ```javascript
|
|
@@ -35,20 +35,21 @@ declare const StartInstanceRefreshCommand_base: {
|
|
|
35
35
|
* script. Then start an instance refresh to immediately begin the process of updating
|
|
36
36
|
* instances in the group. </p>
|
|
37
37
|
* <p>If successful, the request's response contains a unique ID that you can use to track
|
|
38
|
-
* the progress of the instance refresh. To query its status, call the <a>DescribeInstanceRefreshes</a> API.
|
|
39
|
-
*
|
|
40
|
-
*
|
|
38
|
+
* the progress of the instance refresh. To query its status, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeInstanceRefreshes.html">DescribeInstanceRefreshes</a> API.
|
|
39
|
+
* To describe the instance refreshes that
|
|
40
|
+
* have already run, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeInstanceRefreshes.html">DescribeInstanceRefreshes</a> API. To cancel an
|
|
41
|
+
* instance refresh that is in progress, use the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CancelInstanceRefresh.html">CancelInstanceRefresh</a>
|
|
41
42
|
* API. </p>
|
|
42
43
|
* <p>An instance refresh might fail for several reasons, such as EC2 launch failures,
|
|
43
44
|
* misconfigured health checks, or not ignoring or allowing the termination of instances
|
|
44
45
|
* that are in <code>Standby</code> state or protected from scale in. You can monitor for
|
|
45
46
|
* failed EC2 launches using the scaling activities. To find the scaling activities, call
|
|
46
|
-
* the <a>DescribeScalingActivities</a> API.</p>
|
|
47
|
+
* the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeScalingActivities.html">DescribeScalingActivities</a> API.</p>
|
|
47
48
|
* <p>If you enable auto rollback, your Auto Scaling group will be rolled back automatically when
|
|
48
49
|
* the instance refresh fails. You can enable this feature before starting an instance
|
|
49
50
|
* refresh by specifying the <code>AutoRollback</code> property in the instance refresh
|
|
50
51
|
* preferences. Otherwise, to roll back an instance refresh before it finishes, use the
|
|
51
|
-
*
|
|
52
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_RollbackInstanceRefresh.html">RollbackInstanceRefresh</a> API. </p>
|
|
52
53
|
* @example
|
|
53
54
|
* Use a bare-bones client and the command you need to make an API call.
|
|
54
55
|
* ```javascript
|
|
@@ -33,7 +33,7 @@ declare const SuspendProcessesCommand_base: {
|
|
|
33
33
|
* it can prevent other process types from functioning properly. For more information, see
|
|
34
34
|
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html">Suspend and resume
|
|
35
35
|
* Amazon EC2 Auto Scaling processes</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
36
|
-
* <p>To resume processes that have been suspended, call the <a>ResumeProcesses</a> API.</p>
|
|
36
|
+
* <p>To resume processes that have been suspended, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_ResumeProcesses.html">ResumeProcesses</a> API.</p>
|
|
37
37
|
* @example
|
|
38
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
39
|
* ```javascript
|
|
@@ -67,10 +67,10 @@ declare const UpdateAutoScalingGroupCommand_base: {
|
|
|
67
67
|
* <code>DesiredCapacity</code> to the new <code>MaxSize</code> value.</p>
|
|
68
68
|
* </li>
|
|
69
69
|
* </ul>
|
|
70
|
-
* <p>To see which properties have been set, call the <a>DescribeAutoScalingGroups</a> API.
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
* API.</p>
|
|
70
|
+
* <p>To see which properties have been set, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAutoScalingGroups.html">DescribeAutoScalingGroups</a> API.
|
|
71
|
+
* To view the scaling policies for an Auto Scaling
|
|
72
|
+
* group, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribePolicies.html">DescribePolicies</a> API. If the group has scaling
|
|
73
|
+
* policies, you can update them by calling the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_PutScalingPolicy.html">PutScalingPolicy</a> API.</p>
|
|
74
74
|
* @example
|
|
75
75
|
* Use a bare-bones client and the command you need to make an API call.
|
|
76
76
|
* ```javascript
|
|
@@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { AutoScalingServiceException as __BaseException } from "./AutoScalingServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Specifies the minimum and maximum for the <code>AcceleratorCount</code> object when
|
|
5
|
-
* you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
5
|
+
* you specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
8
|
export interface AcceleratorCountRequest {
|
|
@@ -50,7 +50,7 @@ export declare const AcceleratorName: {
|
|
|
50
50
|
export type AcceleratorName = (typeof AcceleratorName)[keyof typeof AcceleratorName];
|
|
51
51
|
/**
|
|
52
52
|
* <p>Specifies the minimum and maximum for the <code>AcceleratorTotalMemoryMiB</code>
|
|
53
|
-
* object when you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
53
|
+
* object when you specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
54
54
|
* @public
|
|
55
55
|
*/
|
|
56
56
|
export interface AcceleratorTotalMemoryMiBRequest {
|
|
@@ -482,7 +482,9 @@ export interface BatchPutScheduledUpdateGroupActionAnswer {
|
|
|
482
482
|
FailedScheduledUpdateGroupActions?: FailedScheduledUpdateGroupActionRequest[];
|
|
483
483
|
}
|
|
484
484
|
/**
|
|
485
|
-
* <p>Describes information used for one or more scheduled scaling action updates in a
|
|
485
|
+
* <p>Describes information used for one or more scheduled scaling action updates in a
|
|
486
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_BatchPutScheduledUpdateGroupAction.html">BatchPutScheduledUpdateGroupAction</a>
|
|
487
|
+
* operation.</p>
|
|
486
488
|
* @public
|
|
487
489
|
*/
|
|
488
490
|
export interface ScheduledUpdateGroupActionRequest {
|
|
@@ -779,7 +781,8 @@ export interface InstancesDistribution {
|
|
|
779
781
|
* <dd>
|
|
780
782
|
* <p>Uses price to determine which instance types are the highest priority,
|
|
781
783
|
* launching the lowest priced instance types within an Availability Zone
|
|
782
|
-
* first. This is the default value for Auto Scaling groups that specify
|
|
784
|
+
* first. This is the default value for Auto Scaling groups that specify
|
|
785
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a>. </p>
|
|
783
786
|
* </dd>
|
|
784
787
|
* <dt>prioritized</dt>
|
|
785
788
|
* <dd>
|
|
@@ -789,7 +792,7 @@ export interface InstancesDistribution {
|
|
|
789
792
|
* capacity cannot be fulfilled using your highest priority instance type, then
|
|
790
793
|
* Amazon EC2 Auto Scaling launches the remaining capacity using the second priority instance
|
|
791
794
|
* type, and so on. This is the default value for Auto Scaling groups that don't
|
|
792
|
-
* specify <a>InstanceRequirements</a> and cannot be used for groups
|
|
795
|
+
* specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> and cannot be used for groups
|
|
793
796
|
* that do.</p>
|
|
794
797
|
* </dd>
|
|
795
798
|
* </dl>
|
|
@@ -838,7 +841,7 @@ export interface InstancesDistribution {
|
|
|
838
841
|
* capacity first. Note that if the On-Demand allocation strategy is set to
|
|
839
842
|
* <code>prioritized</code>, the same priority is applied when fulfilling
|
|
840
843
|
* On-Demand capacity. This is not a valid value for Auto Scaling groups that specify
|
|
841
|
-
*
|
|
844
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a>.</p>
|
|
842
845
|
* </dd>
|
|
843
846
|
* <dt>lowest-price</dt>
|
|
844
847
|
* <dd>
|
|
@@ -900,7 +903,7 @@ export declare const BareMetal: {
|
|
|
900
903
|
export type BareMetal = (typeof BareMetal)[keyof typeof BareMetal];
|
|
901
904
|
/**
|
|
902
905
|
* <p>Specifies the minimum and maximum for the <code>BaselineEbsBandwidthMbps</code> object
|
|
903
|
-
* when you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
906
|
+
* when you specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
904
907
|
* @public
|
|
905
908
|
*/
|
|
906
909
|
export interface BaselineEbsBandwidthMbpsRequest {
|
|
@@ -980,7 +983,7 @@ export declare const LocalStorageType: {
|
|
|
980
983
|
export type LocalStorageType = (typeof LocalStorageType)[keyof typeof LocalStorageType];
|
|
981
984
|
/**
|
|
982
985
|
* <p>Specifies the minimum and maximum for the <code>MemoryGiBPerVCpu</code> object when
|
|
983
|
-
* you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
986
|
+
* you specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
984
987
|
* @public
|
|
985
988
|
*/
|
|
986
989
|
export interface MemoryGiBPerVCpuRequest {
|
|
@@ -997,7 +1000,7 @@ export interface MemoryGiBPerVCpuRequest {
|
|
|
997
1000
|
}
|
|
998
1001
|
/**
|
|
999
1002
|
* <p>Specifies the minimum and maximum for the <code>MemoryMiB</code> object when you
|
|
1000
|
-
* specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1003
|
+
* specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1001
1004
|
* @public
|
|
1002
1005
|
*/
|
|
1003
1006
|
export interface MemoryMiBRequest {
|
|
@@ -1014,7 +1017,7 @@ export interface MemoryMiBRequest {
|
|
|
1014
1017
|
}
|
|
1015
1018
|
/**
|
|
1016
1019
|
* <p>Specifies the minimum and maximum for the <code>NetworkBandwidthGbps</code> object
|
|
1017
|
-
* when you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1020
|
+
* when you specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1018
1021
|
* <note>
|
|
1019
1022
|
* <p>Setting the minimum bandwidth does not guarantee that your instance will achieve
|
|
1020
1023
|
* the minimum bandwidth. Amazon EC2 will identify instance types that support the specified
|
|
@@ -1038,7 +1041,7 @@ export interface NetworkBandwidthGbpsRequest {
|
|
|
1038
1041
|
}
|
|
1039
1042
|
/**
|
|
1040
1043
|
* <p>Specifies the minimum and maximum for the <code>NetworkInterfaceCount</code> object
|
|
1041
|
-
* when you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1044
|
+
* when you specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1042
1045
|
* @public
|
|
1043
1046
|
*/
|
|
1044
1047
|
export interface NetworkInterfaceCountRequest {
|
|
@@ -1055,7 +1058,7 @@ export interface NetworkInterfaceCountRequest {
|
|
|
1055
1058
|
}
|
|
1056
1059
|
/**
|
|
1057
1060
|
* <p>Specifies the minimum and maximum for the <code>TotalLocalStorageGB</code> object when
|
|
1058
|
-
* you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1061
|
+
* you specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1059
1062
|
* @public
|
|
1060
1063
|
*/
|
|
1061
1064
|
export interface TotalLocalStorageGBRequest {
|
|
@@ -1072,7 +1075,7 @@ export interface TotalLocalStorageGBRequest {
|
|
|
1072
1075
|
}
|
|
1073
1076
|
/**
|
|
1074
1077
|
* <p>Specifies the minimum and maximum for the <code>VCpuCount</code> object when you
|
|
1075
|
-
* specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1078
|
+
* specify <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html">InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
1076
1079
|
* @public
|
|
1077
1080
|
*/
|
|
1078
1081
|
export interface VCpuCountRequest {
|
|
@@ -2500,7 +2503,8 @@ export interface Filter {
|
|
|
2500
2503
|
/**
|
|
2501
2504
|
* <p>The name of the filter.</p>
|
|
2502
2505
|
* <p>The valid values for <code>Name</code> depend on which API operation you're using with
|
|
2503
|
-
* the filter (<a>DescribeAutoScalingGroups</a> or
|
|
2506
|
+
* the filter (<a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAutoScalingGroups.html">DescribeAutoScalingGroups</a> or
|
|
2507
|
+
* <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeTags.html">DescribeTags</a>).</p>
|
|
2504
2508
|
* <p>
|
|
2505
2509
|
* <b>DescribeAutoScalingGroups</b>
|
|
2506
2510
|
* </p>
|
|
@@ -3039,7 +3043,7 @@ export interface AutoScalingGroup {
|
|
|
3039
3043
|
*/
|
|
3040
3044
|
EnabledMetrics?: EnabledMetric[];
|
|
3041
3045
|
/**
|
|
3042
|
-
* <p>The current state of the group when the <a>DeleteAutoScalingGroup</a>
|
|
3046
|
+
* <p>The current state of the group when the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DeleteAutoScalingGroup.html">DeleteAutoScalingGroup</a>
|
|
3043
3047
|
* operation is in progress.</p>
|
|
3044
3048
|
* @public
|
|
3045
3049
|
*/
|
|
@@ -6577,7 +6581,7 @@ export interface PutNotificationConfigurationType {
|
|
|
6577
6581
|
TopicARN: string | undefined;
|
|
6578
6582
|
/**
|
|
6579
6583
|
* <p>The type of event that causes the notification to be sent. To query the notification
|
|
6580
|
-
* types supported by Amazon EC2 Auto Scaling, call the <a>DescribeAutoScalingNotificationTypes</a> API.</p>
|
|
6584
|
+
* types supported by Amazon EC2 Auto Scaling, call the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAutoScalingNotificationTypes.html">DescribeAutoScalingNotificationTypes</a> API.</p>
|
|
6581
6585
|
* @public
|
|
6582
6586
|
*/
|
|
6583
6587
|
NotificationTypes: string[] | undefined;
|
|
@@ -7323,8 +7327,8 @@ export interface UpdateAutoScalingGroupType {
|
|
|
7323
7327
|
*/
|
|
7324
7328
|
HealthCheckGracePeriod?: number;
|
|
7325
7329
|
/**
|
|
7326
|
-
* <p>The name of an existing placement group into which to launch your instances. For more
|
|
7327
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">Placement groups</a> in the
|
|
7330
|
+
* <p>The name of an existing placement group into which to launch your instances. To remove the placement group setting, pass an empty string for <code>placement-group</code>. For more
|
|
7331
|
+
* information about placement groups, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">Placement groups</a> in the
|
|
7328
7332
|
* <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
|
|
7329
7333
|
* <note>
|
|
7330
7334
|
* <p>A <i>cluster</i> placement group is a logical grouping of instances
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.677.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-auto-scaling",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.677.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.677.0",
|
|
25
|
+
"@aws-sdk/core": "3.677.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.677.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.667.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.667.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.677.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.667.0",
|
|
32
32
|
"@aws-sdk/types": "3.667.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.667.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.675.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.677.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
37
|
"@smithy/core": "^2.4.8",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.9",
|