Skip to content

Commit 662d4c8

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Documentation updates for Amazon EC2.
1 parent 56f97aa commit 662d4c8

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Documentation updates for Amazon EC2."
6+
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@
19491949
},
19501950
"input":{"shape":"DeleteTransitGatewayRouteTableRequest"},
19511951
"output":{"shape":"DeleteTransitGatewayRouteTableResult"},
1952-
"documentation":"<p>Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.</p>"
1952+
"documentation":"<p>Deletes the specified transit gateway route table. If there are any route tables associated with the transit gateway route table, you must first run <a>DisassociateRouteTable</a> before you can delete the transit gateway route table. This removes any route tables associated with the transit gateway route table.</p>"
19531953
},
19541954
"DeleteTransitGatewayRouteTableAnnouncement":{
19551955
"name":"DeleteTransitGatewayRouteTableAnnouncement",
@@ -24460,7 +24460,7 @@
2446024460
},
2446124461
"Filters":{
2446224462
"shape":"FilterList",
24463-
"documentation":"<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>options.propagation-default-route-table-id</code> - The ID of the default propagation route table.</p> </li> <li> <p> <code>options.amazon-side-asn</code> - The private ASN for the Amazon side of a BGP session.</p> </li> <li> <p> <code>options.association-default-route-table-id</code> - The ID of the default association route table.</p> </li> <li> <p> <code>options.auto-accept-shared-attachments</code> - Indicates whether there is automatic acceptance of attachment requests (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-association</code> - Indicates whether resource attachments are automatically associated with the default association route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-propagation</code> - Indicates whether resource attachments automatically propagate routes to the default propagation route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.dns-support</code> - Indicates whether DNS support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.vpn-ecmp-support</code> - Indicates whether Equal Cost Multipath Protocol support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>owner-id</code> - The ID of the Amazon Web Services account that owns the transit gateway.</p> </li> <li> <p> <code>state</code> - The state of the transit gateway (<code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>modifying</code> | <code>pending</code>).</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> </ul>",
24463+
"documentation":"<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>options.propagation-default-route-table-id</code> - The ID of the default propagation route table.</p> </li> <li> <p> <code>options.amazon-side-asn</code> - The private ASN for the Amazon side of a BGP session.</p> </li> <li> <p> <code>options.association-default-route-table-id</code> - The ID of the default association route table.</p> </li> <li> <p> <code>options.auto-accept-shared-attachments</code> - Indicates whether there is automatic acceptance of attachment requests (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-association</code> - Indicates whether resource attachments are automatically associated with the default association route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-propagation</code> - Indicates whether resource attachments automatically propagate routes to the default propagation route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.dns-support</code> - Indicates whether DNS support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.vpn-ecmp-support</code> - Indicates whether Equal Cost Multipath Protocol support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>owner-id</code> - The ID of the Amazon Web Services account that owns the transit gateway.</p> </li> <li> <p> <code>state</code> - The state of the transit gateway (<code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>modifying</code> | <code>pending</code>).</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> <li> <p> <code>tag-key </code>- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> </ul>",
2446424464
"locationName":"Filter"
2446524465
},
2446624466
"MaxResults":{
@@ -40091,7 +40091,7 @@
4009140091
},
4009240092
"DeviceIndex":{
4009340093
"shape":"Integer",
40094-
"documentation":"<p>The device index for the network interface attachment.</p>"
40094+
"documentation":"<p>The device index for the network interface attachment. Each network interface requires a device index. If you create a launch template that includes secondary network interfaces but not a primary network interface, then you must add a primary network interface as a launch parameter when you launch an instance from the template.</p>"
4009540095
},
4009640096
"Groups":{
4009740097
"shape":"SecurityGroupIdStringList",
@@ -59429,7 +59429,7 @@
5942959429
"members":{
5943059430
"Attachments":{
5943159431
"shape":"VolumeAttachmentList",
59432-
"documentation":"<p>Information about the volume attachments.</p>",
59432+
"documentation":"<note> <p>This parameter is not returned by CreateVolume.</p> </note> <p>Information about the volume attachments.</p>",
5943359433
"locationName":"attachmentSet"
5943459434
},
5943559435
"AvailabilityZone":{
@@ -59494,7 +59494,7 @@
5949459494
},
5949559495
"FastRestored":{
5949659496
"shape":"Boolean",
59497-
"documentation":"<p>Indicates whether the volume was created using fast snapshot restore.</p>",
59497+
"documentation":"<note> <p>This parameter is not returned by CreateVolume.</p> </note> <p>Indicates whether the volume was created using fast snapshot restore.</p>",
5949859498
"locationName":"fastRestored"
5949959499
},
5950059500
"MultiAttachEnabled":{
@@ -59509,7 +59509,7 @@
5950959509
},
5951059510
"SseType":{
5951159511
"shape":"SSEType",
59512-
"documentation":"<p>Reserved for future use.</p>",
59512+
"documentation":"<note> <p>This parameter is not returned by CreateVolume.</p> </note> <p>Reserved for future use.</p>",
5951359513
"locationName":"sseType"
5951459514
}
5951559515
},

0 commit comments

Comments
 (0)