Skip to content

Commit e08735d

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: DescribeAvailabilityZones now returns additional data about Availability Zones and Local Zones.
1 parent a288e9b commit e08735d

File tree

2 files changed

+32
-12
lines changed

2 files changed

+32
-12
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"description": "DescribeAvailabilityZones now returns additional data about Availability Zones and Local Zones."
5+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3142,7 +3142,7 @@
31423142
},
31433143
"input":{"shape":"ModifyAvailabilityZoneGroupRequest"},
31443144
"output":{"shape":"ModifyAvailabilityZoneGroupResult"},
3145-
"documentation":"<p>Enables or disables an Availability Zone group for your account.</p> <p>Use <a href=\"https://docs.aws.amazon.com/AWSEC2ApiDocReef/build/server-root/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html\">describe-availability-zones</a> to view the value for <code>GroupName</code>.</p>"
3145+
"documentation":"<p>Enables or disables an Availability Zone group for your account.</p> <p>Use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html\"> DescribeAvailabilityZones</a> to view the value for <code>GroupName</code>.</p>"
31463146
},
31473147
"ModifyCapacityReservation":{
31483148
"name":"ModifyCapacityReservation",
@@ -5550,7 +5550,7 @@
55505550
"members":{
55515551
"State":{
55525552
"shape":"AvailabilityZoneState",
5553-
"documentation":"<p>The state of the Availability Zone or Local Zone.</p>",
5553+
"documentation":"<p>The state of the Zone.</p>",
55545554
"locationName":"zoneState"
55555555
},
55565556
"OptInStatus":{
@@ -5560,7 +5560,7 @@
55605560
},
55615561
"Messages":{
55625562
"shape":"AvailabilityZoneMessageList",
5563-
"documentation":"<p>Any messages about the Availability Zone or Local Zone.</p>",
5563+
"documentation":"<p>Any messages about the Zone.</p>",
55645564
"locationName":"messageSet"
55655565
},
55665566
"RegionName":{
@@ -5570,12 +5570,12 @@
55705570
},
55715571
"ZoneName":{
55725572
"shape":"String",
5573-
"documentation":"<p>The name of the Availability Zone or Local Zone.</p>",
5573+
"documentation":"<p>The name of the Zone.</p>",
55745574
"locationName":"zoneName"
55755575
},
55765576
"ZoneId":{
55775577
"shape":"String",
5578-
"documentation":"<p>The ID of the Availability Zone or Local Zone.</p>",
5578+
"documentation":"<p>The ID of the Zone.</p>",
55795579
"locationName":"zoneId"
55805580
},
55815581
"GroupName":{
@@ -5587,9 +5587,24 @@
55875587
"shape":"String",
55885588
"documentation":"<p>The name of the location from which the address is advertised.</p>",
55895589
"locationName":"networkBorderGroup"
5590+
},
5591+
"ZoneType":{
5592+
"shape":"String",
5593+
"documentation":"<p>The type of zone. The valid values are <code>availability-zone</code> and <code>local-zone</code>.</p>",
5594+
"locationName":"zoneType"
5595+
},
5596+
"ParentZoneName":{
5597+
"shape":"String",
5598+
"documentation":"<p>The name of the zone that handles some of the Local Zone control plane operations, such as API calls.</p>",
5599+
"locationName":"parentZoneName"
5600+
},
5601+
"ParentZoneId":{
5602+
"shape":"String",
5603+
"documentation":"<p>The ID of the zone that handles some of the Local Zone control plane operations, such as API calls.</p>",
5604+
"locationName":"parentZoneId"
55905605
}
55915606
},
5592-
"documentation":"<p>Describes an Availability Zone or Local Zone.</p>"
5607+
"documentation":"<p>Describes a Zone.</p>"
55935608
},
55945609
"AvailabilityZoneList":{
55955610
"type":"list",
@@ -5603,11 +5618,11 @@
56035618
"members":{
56045619
"Message":{
56055620
"shape":"String",
5606-
"documentation":"<p>The message about the Availability Zone or Local Zone.</p>",
5621+
"documentation":"<p>The message about the Zone.</p>",
56075622
"locationName":"message"
56085623
}
56095624
},
5610-
"documentation":"<p>Describes a message about an Availability Zone or Local Zone.</p>"
5625+
"documentation":"<p>Describes a message about a Zone.</p>"
56115626
},
56125627
"AvailabilityZoneMessageList":{
56135628
"type":"list",
@@ -11736,17 +11751,17 @@
1173611751
"members":{
1173711752
"Filters":{
1173811753
"shape":"FilterList",
11739-
"documentation":"<p>The filters.</p> <ul> <li> <p> <code>group-name</code> - For Availability Zones, use the Region name. For Local Zones, use the name of the group associated with the Local Zone (for example, <code>us-west-2-lax-1</code>).</p> </li> <li> <p> <code>message</code> - The Availability Zone or Local Zone message.</p> </li> <li> <p> <code>opt-in-status</code> - The opt in status (<code>opted-in</code>, and <code>not-opted-in</code> | <code>opt-in-not-required</code>).</p> </li> <li> <p> <code>region-name</code> - The name of the Region for the Availability Zone or Local Zone (for example, <code>us-east-1</code>).</p> </li> <li> <p> <code>state</code> - The state of the Availability Zone or Local Zone (<code>available</code> | <code>information</code> | <code>impaired</code> | <code>unavailable</code>).</p> </li> <li> <p> <code>zone-id</code> - The ID of the Availability Zone (for example, <code>use1-az1</code>) or the Local Zone (for example, use <code>usw2-lax1-az1</code>).</p> </li> <li> <p> <code>zone-name</code> - The name of the Availability Zone (for example, <code>us-east-1a</code>) or the Local Zone (for example, use <code>us-west-2-lax-1a</code>).</p> </li> </ul>",
11754+
"documentation":"<p>The filters.</p> <ul> <li> <p> <code>group-name</code> - For Availability Zones, use the Region name. For Local Zones, use the name of the group associated with the Local Zone (for example, <code>us-west-2-lax-1</code>).</p> </li> <li> <p> <code>message</code> - The Zone message.</p> </li> <li> <p> <code>opt-in-status</code> - The opt in status (<code>opted-in</code>, and <code>not-opted-in</code> | <code>opt-in-not-required</code>).</p> </li> <li> <p> <code>region-name</code> - The name of the Region for the Zone (for example, <code>us-east-1</code>).</p> </li> <li> <p> <code>state</code> - The state of the Availability Zone or Local Zone (<code>available</code> | <code>information</code> | <code>impaired</code> | <code>unavailable</code>).</p> </li> <li> <p> <code>zone-id</code> - The ID of the Availability Zone (for example, <code>use1-az1</code>) or the Local Zone (for example, use <code>usw2-lax1-az1</code>).</p> </li> <li> <p> <code>zone-name</code> - The name of the Availability Zone (for example, <code>us-east-1a</code>) or the Local Zone (for example, use <code>us-west-2-lax-1a</code>).</p> </li> </ul>",
1174011755
"locationName":"Filter"
1174111756
},
1174211757
"ZoneNames":{
1174311758
"shape":"ZoneNameStringList",
11744-
"documentation":"<p>The names of the Availability Zones and Local Zones.</p>",
11759+
"documentation":"<p>The names of the Zones.</p>",
1174511760
"locationName":"ZoneName"
1174611761
},
1174711762
"ZoneIds":{
1174811763
"shape":"ZoneIdStringList",
11749-
"documentation":"<p>The IDs of the Availability Zones and Local Zones.</p>",
11764+
"documentation":"<p>The IDs of the Zones.</p>",
1175011765
"locationName":"ZoneId"
1175111766
},
1175211767
"AllAvailabilityZones":{
@@ -11765,7 +11780,7 @@
1176511780
"members":{
1176611781
"AvailabilityZones":{
1176711782
"shape":"AvailabilityZoneList",
11768-
"documentation":"<p>Information about the Availability Zones and Local Zones.</p>",
11783+
"documentation":"<p>Information about the Zones.</p>",
1176911784
"locationName":"availabilityZoneInfo"
1177011785
}
1177111786
}

0 commit comments

Comments
 (0)