Skip to content

Commit 444c1ee

Browse files
author
AWS
committed
AWS Direct Connect Update: Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network.
1 parent cec59c1 commit 444c1ee

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
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": "AWS Direct Connect",
4+
"contributor": "",
5+
"description": "Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network."
6+
}

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,24 @@
12021202
}
12031203
}
12041204
},
1205+
"AssociatedCoreNetwork":{
1206+
"type":"structure",
1207+
"members":{
1208+
"id":{
1209+
"shape":"CoreNetworkIdentifier",
1210+
"documentation":"<p>The ID of the Cloud WAN core network.</p>"
1211+
},
1212+
"ownerAccount":{
1213+
"shape":"OwnerAccount",
1214+
"documentation":"<p>The account owner of the Cloud WAN core network.</p>"
1215+
},
1216+
"attachmentId":{
1217+
"shape":"CoreNetworkAttachmentId",
1218+
"documentation":"<p>the ID of the Direct Connect attachment</p>"
1219+
}
1220+
},
1221+
"documentation":"<p>The Amazon Web Services Cloud WAN core network that the Direct Connect attachment is associated with.</p>"
1222+
},
12051223
"AssociatedGateway":{
12061224
"type":"structure",
12071225
"members":{
@@ -1550,6 +1568,18 @@
15501568
}
15511569
}
15521570
},
1571+
"CoreNetworkAttachmentId":{
1572+
"type":"string",
1573+
"max":28,
1574+
"min":12,
1575+
"pattern":"^attachment-([0-9a-f]{1,17})$"
1576+
},
1577+
"CoreNetworkIdentifier":{
1578+
"type":"string",
1579+
"max":30,
1580+
"min":14,
1581+
"pattern":"^core-network-([0-9a-f]{1,17})$"
1582+
},
15531583
"Count":{"type":"integer"},
15541584
"CreateBGPPeerRequest":{
15551585
"type":"structure",
@@ -2425,6 +2455,10 @@
24252455
"shape":"RouteFilterPrefixList",
24262456
"documentation":"<p>The Amazon VPC prefixes to advertise to the Direct Connect gateway.</p>"
24272457
},
2458+
"associatedCoreNetwork":{
2459+
"shape":"AssociatedCoreNetwork",
2460+
"documentation":"<p>The ID of the Cloud WAN core network associated with the Direct Connect attachment.</p>"
2461+
},
24282462
"virtualGatewayId":{
24292463
"shape":"VirtualGatewayId",
24302464
"documentation":"<p>The ID of the virtual private gateway. Applies only to private virtual interfaces.</p>"

0 commit comments

Comments
 (0)