|
8917 | 8917 | "members":{
|
8918 | 8918 | "AvailabilityZone":{
|
8919 | 8919 | "shape":"String",
|
8920 |
| - "documentation":"<p>The Availability Zone or Local Zone for the subnet.</p> <p>Default: AWS selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet.</p> <p>To create a subnet in a Local Zone, set this value to the Local Zone ID, for example <code>us-west-2-lax-1a</code>. For information about the Regions that support Local Zones, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions\">Available Regions</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>" |
| 8920 | + "documentation":"<p>The Availability Zone or Local Zone for the subnet.</p> <p>Default: AWS selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet.</p> <p>To create a subnet in a Local Zone, set this value to the Local Zone ID, for example <code>us-west-2-lax-1a</code>. For information about the Regions that support Local Zones, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions\">Available Regions</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.</p>" |
8921 | 8921 | },
|
8922 | 8922 | "AvailabilityZoneId":{
|
8923 | 8923 | "shape":"String",
|
@@ -26036,12 +26036,20 @@
|
26036 | 26036 | },
|
26037 | 26037 | "MapPublicIpOnLaunch":{
|
26038 | 26038 | "shape":"AttributeBooleanValue",
|
26039 |
| - "documentation":"<p>Specify <code>true</code> to indicate that ENIs attached to instances created in the specified subnet should be assigned a public IPv4 address.</p>" |
| 26039 | + "documentation":"<p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.</p>" |
26040 | 26040 | },
|
26041 | 26041 | "SubnetId":{
|
26042 | 26042 | "shape":"SubnetId",
|
26043 | 26043 | "documentation":"<p>The ID of the subnet.</p>",
|
26044 | 26044 | "locationName":"subnetId"
|
| 26045 | + }, |
| 26046 | + "MapCustomerOwnedIpOnLaunch":{ |
| 26047 | + "shape":"AttributeBooleanValue", |
| 26048 | + "documentation":"<p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.</p> <p>When this value is <code>true</code>, you must specify the customer-owned IP pool using <code>CustomerOwnedIpv4Pool</code>.</p>" |
| 26049 | + }, |
| 26050 | + "CustomerOwnedIpv4Pool":{ |
| 26051 | + "shape":"CoipPoolId", |
| 26052 | + "documentation":"<p>The customer-owned IPv4 address pool associated with the subnet.</p> <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>" |
26045 | 26053 | }
|
26046 | 26054 | }
|
26047 | 26055 | },
|
|
33814 | 33822 | "documentation":"<p>Indicates whether instances launched in this subnet receive a public IPv4 address.</p>",
|
33815 | 33823 | "locationName":"mapPublicIpOnLaunch"
|
33816 | 33824 | },
|
| 33825 | + "MapCustomerOwnedIpOnLaunch":{ |
| 33826 | + "shape":"Boolean", |
| 33827 | + "documentation":"<p>Indicates whether a network interface created in this subnet (including a network interface created by <a>RunInstances</a>) receives a customer-owned IPv4 address.</p>", |
| 33828 | + "locationName":"mapCustomerOwnedIpOnLaunch" |
| 33829 | + }, |
| 33830 | + "CustomerOwnedIpv4Pool":{ |
| 33831 | + "shape":"CoipPoolId", |
| 33832 | + "documentation":"<p>The customer-owned IPv4 address pool associated with the subnet.</p>", |
| 33833 | + "locationName":"customerOwnedIpv4Pool" |
| 33834 | + }, |
33817 | 33835 | "State":{
|
33818 | 33836 | "shape":"SubnetState",
|
33819 | 33837 | "documentation":"<p>The current state of the subnet.</p>",
|
|
0 commit comments