Skip to content

Commit bd681bf

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Amazon EC2 now supports adding AWS resource tags for associations between VPCs and local gateways, at creation time.
1 parent 17b47ac commit bd681bf

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
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": "Amazon EC2 now supports adding AWS resource tags for associations between VPCs and local gateways, at creation time."
5+
}

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8348,6 +8348,11 @@
83488348
"shape":"VpcId",
83498349
"documentation":"<p>The ID of the VPC.</p>"
83508350
},
8351+
"TagSpecifications":{
8352+
"shape":"TagSpecificationList",
8353+
"documentation":"<p>The tags to assign to the local gateway route table VPC association.</p>",
8354+
"locationName":"TagSpecification"
8355+
},
83518356
"DryRun":{
83528357
"shape":"Boolean",
83538358
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
@@ -8943,7 +8948,7 @@
89438948
},
89448949
"OutpostArn":{
89458950
"shape":"String",
8946-
"documentation":"<p>The Amazon Resource Name (ARN) of the Outpost.</p>"
8951+
"documentation":"<p>The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also specify the Availability Zone of the Outpost subnet.</p>"
89478952
},
89488953
"VpcId":{
89498954
"shape":"VpcId",
@@ -13583,7 +13588,7 @@
1358313588
},
1358413589
"Filters":{
1358513590
"shape":"FilterList",
13586-
"documentation":"<p>One or more filters.</p>",
13591+
"documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p> </li> <li> <p> <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p> </li> <li> <p> <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p> </li> <li> <p> <code>state</code> - The state of the association.</p> </li> </ul>",
1358713592
"locationName":"Filter"
1358813593
},
1358913594
"MaxResults":{
@@ -13625,7 +13630,7 @@
1362513630
},
1362613631
"Filters":{
1362713632
"shape":"FilterList",
13628-
"documentation":"<p>One or more filters.</p>",
13633+
"documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p> </li> <li> <p> <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p> </li> <li> <p> <code>state</code> - The state of the association.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC.</p> </li> </ul>",
1362913634
"locationName":"Filter"
1363013635
},
1363113636
"MaxResults":{
@@ -13667,7 +13672,7 @@
1366713672
},
1366813673
"Filters":{
1366913674
"shape":"FilterList",
13670-
"documentation":"<p>One or more filters.</p>",
13675+
"documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p> </li> <li> <p> <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p> </li> <li> <p> <code>state</code> - The state of the local gateway route table.</p> </li> </ul>",
1367113676
"locationName":"Filter"
1367213677
},
1367313678
"MaxResults":{
@@ -13709,7 +13714,7 @@
1370913714
},
1371013715
"Filters":{
1371113716
"shape":"FilterList",
13712-
"documentation":"<p>One or more filters.</p>",
13717+
"documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p> </li> <li> <p> <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p> </li> </ul>",
1371313718
"locationName":"Filter"
1371413719
},
1371513720
"MaxResults":{
@@ -13788,7 +13793,7 @@
1378813793
"members":{
1378913794
"LocalGatewayIds":{
1379013795
"shape":"LocalGatewayIdSet",
13791-
"documentation":"<p>The IDs of the local gateways.</p>",
13796+
"documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>local-gateway-id</code> - The ID of a local gateway.</p> </li> <li> <p> <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p> </li> <li> <p> <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p> </li> <li> <p> <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p> </li> <li> <p> <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p> </li> <li> <p> <code>state</code> - The state of the association.</p> </li> </ul>",
1379213797
"locationName":"LocalGatewayId"
1379313798
},
1379413799
"Filters":{

0 commit comments

Comments
 (0)