|
1812 | 1812 | },
|
1813 | 1813 | "MaxInstanceLifetime": {
|
1814 | 1814 | "shape": "MaxInstanceLifetime",
|
1815 |
| - "documentation": "<p>The maximum amount of time, in seconds, that an instance can be in service.</p> <p>Valid Range: Minimum value of 604800.</p>" |
| 1815 | + "documentation": "<p>The maximum amount of time, in seconds, that an instance can be in service.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html\">Replacing Auto Scaling Instances Based on Maximum Instance Lifetime</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <p>Valid Range: Minimum value of 604800.</p>" |
1816 | 1816 | }
|
1817 | 1817 | }
|
1818 | 1818 | },
|
|
2932 | 2932 | },
|
2933 | 2933 | "WeightedCapacity": {
|
2934 | 2934 | "shape": "XmlStringMaxLen32",
|
2935 |
| - "documentation": "<p>The number of capacity units, which gives the instance type a proportional weight to other instance types. For example, larger instance types are generally weighted more than smaller instance types. These are the same units that you chose to set the desired capacity in terms of instances, or a performance attribute such as vCPUs, memory, or I/O.</p> <p>Valid Range: Minimum value of 1. Maximum value of 999.</p>" |
| 2935 | + "documentation": "<p>The number of capacity units, which gives the instance type a proportional weight to other instance types. For example, larger instance types are generally weighted more than smaller instance types. These are the same units that you chose to set the desired capacity in terms of instances, or a performance attribute such as vCPUs, memory, or I/O.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-weighting.html\">Instance Weighting for Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <p>Valid Range: Minimum value of 1. Maximum value of 999.</p>" |
2936 | 2936 | }
|
2937 | 2937 | },
|
2938 | 2938 | "documentation": "<p>Describes an override for a launch template.</p>"
|
|
3543 | 3543 | "TargetTrackingConfiguration": {
|
3544 | 3544 | "shape": "TargetTrackingConfiguration",
|
3545 | 3545 | "documentation": "<p>A target tracking scaling policy. Includes support for predefined or customized metrics.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_TargetTrackingConfiguration.html\">TargetTrackingConfiguration</a> in the <i>Amazon EC2 Auto Scaling API Reference</i>.</p> <p>Conditional: If you specify <code>TargetTrackingScaling</code> for the policy type, you must specify this parameter. (Not used with any other policy type.) </p>"
|
| 3546 | + }, |
| 3547 | + "Enabled": { |
| 3548 | + "shape": "ScalingPolicyEnabled" |
3546 | 3549 | }
|
3547 | 3550 | }
|
3548 | 3551 | },
|
|
3707 | 3710 | "TargetTrackingConfiguration": {
|
3708 | 3711 | "shape": "TargetTrackingConfiguration",
|
3709 | 3712 | "documentation": "<p>A target tracking scaling policy.</p>"
|
| 3713 | + }, |
| 3714 | + "Enabled": { |
| 3715 | + "shape": "ScalingPolicyEnabled" |
3710 | 3716 | }
|
3711 | 3717 | },
|
3712 | 3718 | "documentation": "<p>Describes a scaling policy.</p>"
|
3713 | 3719 | },
|
| 3720 | + "ScalingPolicyEnabled": { |
| 3721 | + "type": "boolean" |
| 3722 | + }, |
3714 | 3723 | "ScalingProcessQuery": {
|
3715 | 3724 | "type": "structure",
|
3716 | 3725 | "required": [
|
|
4197 | 4206 | },
|
4198 | 4207 | "MaxInstanceLifetime": {
|
4199 | 4208 | "shape": "MaxInstanceLifetime",
|
4200 |
| - "documentation": "<p>The maximum amount of time, in seconds, that an instance can be in service.</p> <p>Valid Range: Minimum value of 604800.</p>" |
| 4209 | + "documentation": "<p>The maximum amount of time, in seconds, that an instance can be in service.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html\">Replacing Auto Scaling Instances Based on Maximum Instance Lifetime</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <p>Valid Range: Minimum value of 604800.</p>" |
4201 | 4210 | }
|
4202 | 4211 | }
|
4203 | 4212 | },
|
|
0 commit comments