|
10950 | 10950 | "documentation":"<p>The long name of the Availability Zone group, Local Zone group, or Wavelength Zone group.</p>", |
10951 | 10951 | "locationName":"groupLongName" |
10952 | 10952 | }, |
| 10953 | + "Geography":{ |
| 10954 | + "shape":"AvailabilityZoneGeographyList", |
| 10955 | + "documentation":"<p>The geography information for the Availability Zone or Local Zone. The geography is returned as a list.</p>", |
| 10956 | + "locationName":"geographySet" |
| 10957 | + }, |
| 10958 | + "SubGeography":{ |
| 10959 | + "shape":"AvailabilityZoneSubGeographyList", |
| 10960 | + "documentation":"<p>The sub-geography information for the Availability Zone or Local Zone. The sub-geography is returned as a list.</p>", |
| 10961 | + "locationName":"subGeographySet" |
| 10962 | + }, |
10953 | 10963 | "State":{ |
10954 | 10964 | "shape":"AvailabilityZoneState", |
10955 | 10965 | "documentation":"<p>The state of the Availability Zone, Local Zone, or Wavelength Zone. The possible values are <code>available</code>, <code>unavailable</code>, and <code>constrained</code>.</p>", |
|
10984 | 10994 | "locationName":"AvailabilityZoneAddress" |
10985 | 10995 | } |
10986 | 10996 | }, |
| 10997 | + "AvailabilityZoneGeography":{ |
| 10998 | + "type":"structure", |
| 10999 | + "members":{ |
| 11000 | + "Name":{ |
| 11001 | + "shape":"String", |
| 11002 | + "documentation":"<p>The name of the geography, for example, <code>United States of America</code>.</p>", |
| 11003 | + "locationName":"name" |
| 11004 | + } |
| 11005 | + }, |
| 11006 | + "documentation":"<p>Describes the geography information for an Availability Zone or Local Zone.</p>" |
| 11007 | + }, |
| 11008 | + "AvailabilityZoneGeographyList":{ |
| 11009 | + "type":"list", |
| 11010 | + "member":{ |
| 11011 | + "shape":"AvailabilityZoneGeography", |
| 11012 | + "locationName":"item" |
| 11013 | + } |
| 11014 | + }, |
10987 | 11015 | "AvailabilityZoneId":{"type":"string"}, |
10988 | 11016 | "AvailabilityZoneIdStringList":{ |
10989 | 11017 | "type":"list", |
|
11043 | 11071 | "locationName":"AvailabilityZone" |
11044 | 11072 | } |
11045 | 11073 | }, |
| 11074 | + "AvailabilityZoneSubGeography":{ |
| 11075 | + "type":"structure", |
| 11076 | + "members":{ |
| 11077 | + "Name":{ |
| 11078 | + "shape":"String", |
| 11079 | + "documentation":"<p>The name of the sub-geography, for example, <code>Oregon.</code> </p>", |
| 11080 | + "locationName":"name" |
| 11081 | + } |
| 11082 | + }, |
| 11083 | + "documentation":"<p>Describes the sub-geography information for an Availability Zone or Local Zone.</p>" |
| 11084 | + }, |
| 11085 | + "AvailabilityZoneSubGeographyList":{ |
| 11086 | + "type":"list", |
| 11087 | + "member":{ |
| 11088 | + "shape":"AvailabilityZoneSubGeography", |
| 11089 | + "locationName":"item" |
| 11090 | + } |
| 11091 | + }, |
11046 | 11092 | "AvailableCapacity":{ |
11047 | 11093 | "type":"structure", |
11048 | 11094 | "members":{ |
|
60669 | 60715 | "documentation":"<p>The Region opt-in status. The possible values are <code>opt-in-not-required</code>, <code>opted-in</code>, and <code>not-opted-in</code>.</p>", |
60670 | 60716 | "locationName":"optInStatus" |
60671 | 60717 | }, |
| 60718 | + "Geography":{ |
| 60719 | + "shape":"RegionGeographyList", |
| 60720 | + "documentation":"<p>The geography information for the Region. The geography is returned as a list.</p>", |
| 60721 | + "locationName":"geographySet" |
| 60722 | + }, |
60672 | 60723 | "RegionName":{ |
60673 | 60724 | "shape":"String", |
60674 | 60725 | "documentation":"<p>The name of the Region.</p>", |
|
60682 | 60733 | }, |
60683 | 60734 | "documentation":"<p>Describes a Region.</p>" |
60684 | 60735 | }, |
| 60736 | + "RegionGeography":{ |
| 60737 | + "type":"structure", |
| 60738 | + "members":{ |
| 60739 | + "Name":{ |
| 60740 | + "shape":"String", |
| 60741 | + "documentation":"<p>The name of the geography, for example, <code>United States of America</code>.</p>", |
| 60742 | + "locationName":"name" |
| 60743 | + } |
| 60744 | + }, |
| 60745 | + "documentation":"<p>Describes the geography information for a Region.</p>" |
| 60746 | + }, |
| 60747 | + "RegionGeographyList":{ |
| 60748 | + "type":"list", |
| 60749 | + "member":{ |
| 60750 | + "shape":"RegionGeography", |
| 60751 | + "locationName":"item" |
| 60752 | + } |
| 60753 | + }, |
60685 | 60754 | "RegionList":{ |
60686 | 60755 | "type":"list", |
60687 | 60756 | "member":{ |
|
0 commit comments