Skip to content

Commit c8099af

Browse files
author
AWS
committed
AWS Direct Connect Update: Adds SiteLink support to private and transit virtual interfaces. SiteLink is a new Direct Connect feature that allows routing between Direct Connect points of presence.
1 parent 202bf7a commit c8099af

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
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": "Adds SiteLink support to private and transit virtual interfaces. SiteLink is a new Direct Connect feature that allows routing between Direct Connect points of presence."
6+
}

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@
23092309
},
23102310
"virtualInterfaceName":{
23112311
"shape":"VirtualInterfaceName",
2312-
"documentation":"<p>The name of the virtual interface assigned by the customer network.</p>"
2312+
"documentation":"<p>Provides the details about a virtual interface's router.</p>"
23132313
}
23142314
}
23152315
},
@@ -2622,6 +2622,7 @@
26222622
"documentation":"<p>A tag key was specified more than once.</p>",
26232623
"exception":true
26242624
},
2625+
"EnableSiteLink":{"type":"boolean"},
26252626
"EncryptionMode":{"type":"string"},
26262627
"EndTime":{"type":"timestamp"},
26272628
"ErrorMessage":{"type":"string"},
@@ -3071,6 +3072,10 @@
30713072
"tags":{
30723073
"shape":"TagList",
30733074
"documentation":"<p>The tags associated with the private virtual interface.</p>"
3075+
},
3076+
"enableSiteLink":{
3077+
"shape":"EnableSiteLink",
3078+
"documentation":"<p>Indicates whether to enable or disable SiteLink.</p>"
30743079
}
30753080
},
30763081
"documentation":"<p>Information about a private virtual interface.</p>"
@@ -3258,6 +3263,10 @@
32583263
"tags":{
32593264
"shape":"TagList",
32603265
"documentation":"<p>The tags associated with the transitive virtual interface.</p>"
3266+
},
3267+
"enableSiteLink":{
3268+
"shape":"EnableSiteLink",
3269+
"documentation":"<p>Indicates whether to enable or disable SiteLink.</p>"
32613270
}
32623271
},
32633272
"documentation":"<p>Information about a transit virtual interface.</p>"
@@ -3395,6 +3404,7 @@
33953404
},
33963405
"RouterTypeIdentifier":{"type":"string"},
33973406
"SecretARN":{"type":"string"},
3407+
"SiteLinkEnabled":{"type":"boolean"},
33983408
"Software":{"type":"string"},
33993409
"StartBgpFailoverTestRequest":{
34003410
"type":"structure",
@@ -3639,6 +3649,14 @@
36393649
"mtu":{
36403650
"shape":"MTU",
36413651
"documentation":"<p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>"
3652+
},
3653+
"enableSiteLink":{
3654+
"shape":"EnableSiteLink",
3655+
"documentation":"<p>Indicates whether to enable or disable SiteLink.</p>"
3656+
},
3657+
"virtualInterfaceName":{
3658+
"shape":"VirtualInterfaceName",
3659+
"documentation":"<p>The name of the virtual private interface.</p>"
36423660
}
36433661
}
36443662
},
@@ -3779,6 +3797,10 @@
37793797
"tags":{
37803798
"shape":"TagList",
37813799
"documentation":"<p>The tags associated with the virtual interface.</p>"
3800+
},
3801+
"siteLinkEnabled":{
3802+
"shape":"SiteLinkEnabled",
3803+
"documentation":"<p>Indicates whether SiteLink is enabled.</p>"
37823804
}
37833805
},
37843806
"documentation":"<p>Information about a virtual interface.</p>"

0 commit comments

Comments
 (0)