Skip to content

Commit 32bbf95

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release supports returning additional information about local gateway virtual interfaces, and virtual interface groups.
1 parent 95ff3bf commit 32bbf95

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
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": "This release supports returning additional information about local gateway virtual interfaces, and virtual interface groups."
5+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26189,6 +26189,11 @@
2618926189
"documentation":"<p>The peer BGP ASN.</p>",
2619026190
"locationName":"peerBgpAsn"
2619126191
},
26192+
"OwnerId":{
26193+
"shape":"String",
26194+
"documentation":"<p>The AWS account ID that owns the local gateway virtual interface.</p>",
26195+
"locationName":"ownerId"
26196+
},
2619226197
"Tags":{
2619326198
"shape":"TagList",
2619426199
"documentation":"<p>The tags assigned to the virtual interface.</p>",
@@ -26215,6 +26220,11 @@
2621526220
"documentation":"<p>The ID of the local gateway.</p>",
2621626221
"locationName":"localGatewayId"
2621726222
},
26223+
"OwnerId":{
26224+
"shape":"String",
26225+
"documentation":"<p>The AWS account ID that owns the local gateway virtual interface group.</p>",
26226+
"locationName":"ownerId"
26227+
},
2621826228
"Tags":{
2621926229
"shape":"TagList",
2622026230
"documentation":"<p>The tags assigned to the virtual interface group.</p>",

0 commit comments

Comments
 (0)