|
790 | 790 | "smithy.api#required": {} |
791 | 791 | } |
792 | 792 | }, |
| 793 | + "AvailabilityZoneIds": { |
| 794 | + "target": "com.amazonaws.autoscaling#AvailabilityZoneIds", |
| 795 | + "traits": { |
| 796 | + "smithy.api#documentation": "<p>\n The Availability Zone IDs where the Auto Scaling group can launch instances.\n </p>" |
| 797 | + } |
| 798 | + }, |
793 | 799 | "LoadBalancerNames": { |
794 | 800 | "target": "com.amazonaws.autoscaling#LoadBalancerNames", |
795 | 801 | "traits": { |
|
1093 | 1099 | "smithy.api#required": {} |
1094 | 1100 | } |
1095 | 1101 | }, |
| 1102 | + "AvailabilityZoneId": { |
| 1103 | + "target": "com.amazonaws.autoscaling#XmlStringMaxLen255", |
| 1104 | + "traits": { |
| 1105 | + "smithy.api#documentation": "<p>\n The Availability Zone ID where the instance is located.\n </p>" |
| 1106 | + } |
| 1107 | + }, |
1096 | 1108 | "LifecycleState": { |
1097 | 1109 | "target": "com.amazonaws.autoscaling#XmlStringMaxLen32", |
1098 | 1110 | "traits": { |
|
2333 | 2345 | "smithy.api#documentation": "<p>\n Describes an Availability Zone distribution.\n </p>" |
2334 | 2346 | } |
2335 | 2347 | }, |
| 2348 | + "com.amazonaws.autoscaling#AvailabilityZoneIds": { |
| 2349 | + "type": "list", |
| 2350 | + "member": { |
| 2351 | + "target": "com.amazonaws.autoscaling#XmlStringMaxLen255" |
| 2352 | + } |
| 2353 | + }, |
2336 | 2354 | "com.amazonaws.autoscaling#AvailabilityZoneIdsLimit1": { |
2337 | 2355 | "type": "list", |
2338 | 2356 | "member": { |
|
3223 | 3241 | "smithy.api#documentation": "<p>A list of Availability Zones where instances in the Auto Scaling group can be created. Used\n for launching into the default VPC subnet in each Availability Zone when not using the\n <code>VPCZoneIdentifier</code> property, or for attaching a network interface when\n an existing network interface ID is specified in a launch template.</p>" |
3224 | 3242 | } |
3225 | 3243 | }, |
| 3244 | + "AvailabilityZoneIds": { |
| 3245 | + "target": "com.amazonaws.autoscaling#AvailabilityZoneIds", |
| 3246 | + "traits": { |
| 3247 | + "smithy.api#documentation": "<p>\n A list of Availability Zone IDs where the Auto Scaling group can launch instances. You cannot specify both AvailabilityZones and AvailabilityZoneIds in the same request.\n </p>" |
| 3248 | + } |
| 3249 | + }, |
3226 | 3250 | "LoadBalancerNames": { |
3227 | 3251 | "target": "com.amazonaws.autoscaling#LoadBalancerNames", |
3228 | 3252 | "traits": { |
|
4197 | 4221 | "us-west-2b", |
4198 | 4222 | "us-west-2c" |
4199 | 4223 | ], |
| 4224 | + "AvailabilityZoneIds": [ |
| 4225 | + "usw2-az1", |
| 4226 | + "usw2-az2", |
| 4227 | + "usw2-az3" |
| 4228 | + ], |
4200 | 4229 | "LoadBalancerNames": [], |
4201 | 4230 | "TargetGroupARNs": [], |
4202 | 4231 | "HealthCheckType": "EC2", |
|
4205 | 4234 | { |
4206 | 4235 | "ProtectedFromScaleIn": false, |
4207 | 4236 | "AvailabilityZone": "us-west-2c", |
| 4237 | + "AvailabilityZoneId": "usw2-az3", |
4208 | 4238 | "LaunchConfigurationName": "my-launch-config", |
4209 | 4239 | "InstanceId": "i-05b4f7d5be44822a6", |
4210 | 4240 | "InstanceType": "t3.micro", |
|
4214 | 4244 | { |
4215 | 4245 | "ProtectedFromScaleIn": false, |
4216 | 4246 | "AvailabilityZone": "us-west-2b", |
| 4247 | + "AvailabilityZoneId": "usw2-az2", |
4217 | 4248 | "LaunchConfigurationName": "my-launch-config", |
4218 | 4249 | "InstanceId": "i-0c20ac468fa3049e8", |
4219 | 4250 | "InstanceType": "t3.micro", |
|
4354 | 4385 | { |
4355 | 4386 | "ProtectedFromScaleIn": false, |
4356 | 4387 | "AvailabilityZone": "us-west-2c", |
| 4388 | + "AvailabilityZoneId": "usw2-az2", |
4357 | 4389 | "LaunchConfigurationName": "my-launch-config", |
4358 | 4390 | "InstanceId": "i-05b4f7d5be44822a6", |
4359 | 4391 | "InstanceType": "t3.micro", |
|
6601 | 6633 | "smithy.api#required": {} |
6602 | 6634 | } |
6603 | 6635 | }, |
| 6636 | + "AvailabilityZoneId": { |
| 6637 | + "target": "com.amazonaws.autoscaling#XmlStringMaxLen255", |
| 6638 | + "traits": { |
| 6639 | + "smithy.api#documentation": "<p>\n The Availability Zone ID where the instance was launched.\n </p>" |
| 6640 | + } |
| 6641 | + }, |
6604 | 6642 | "LifecycleState": { |
6605 | 6643 | "target": "com.amazonaws.autoscaling#LifecycleState", |
6606 | 6644 | "traits": { |
|
11669 | 11707 | "smithy.api#documentation": "<p>One or more Availability Zones for the group.</p>" |
11670 | 11708 | } |
11671 | 11709 | }, |
| 11710 | + "AvailabilityZoneIds": { |
| 11711 | + "target": "com.amazonaws.autoscaling#AvailabilityZoneIds", |
| 11712 | + "traits": { |
| 11713 | + "smithy.api#documentation": "<p>\n A list of Availability Zone IDs for the Auto Scaling group. You cannot specify both AvailabilityZones and AvailabilityZoneIds in the same request.\n </p>" |
| 11714 | + } |
| 11715 | + }, |
11672 | 11716 | "HealthCheckType": { |
11673 | 11717 | "target": "com.amazonaws.autoscaling#XmlStringMaxLen32", |
11674 | 11718 | "traits": { |
|
0 commit comments