Skip to content

Commit e899513

Browse files
author
AWS
committed
AWS Direct Connect Update: Documentation updates for directconnect
1 parent 5508a2e commit e899513

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
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": "Documentation updates for directconnect"
6+
}

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,9 +1206,12 @@
12061206
},
12071207
"awsDeviceV2":{
12081208
"shape":"AwsDeviceV2",
1209-
"documentation":"<p>The Direct Connect endpoint on which the BGP peer terminates.</p>"
1209+
"documentation":"<p>The Direct Connect endpoint that terminates the BGP peer.</p>"
12101210
},
1211-
"awsLogicalDeviceId":{"shape":"AwsLogicalDeviceId"}
1211+
"awsLogicalDeviceId":{
1212+
"shape":"AwsLogicalDeviceId",
1213+
"documentation":"<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>"
1214+
}
12121215
},
12131216
"documentation":"<p>Information about a BGP peer.</p>"
12141217
},
@@ -1392,11 +1395,11 @@
13921395
},
13931396
"awsDeviceV2":{
13941397
"shape":"AwsDeviceV2",
1395-
"documentation":"<p>The Direct Connect endpoint on which the physical connection terminates.</p>"
1398+
"documentation":"<p>The Direct Connect endpoint that terminates the physical connection.</p>"
13961399
},
13971400
"awsLogicalDeviceId":{
13981401
"shape":"AwsLogicalDeviceId",
1399-
"documentation":"<p>The Direct Connect endpoint that terminates a physical connection's BGP sessions.</p>"
1402+
"documentation":"<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>"
14001403
},
14011404
"hasLogicalRedundancy":{
14021405
"shape":"HasLogicalRedundancy",
@@ -2541,11 +2544,11 @@
25412544
},
25422545
"awsDeviceV2":{
25432546
"shape":"AwsDeviceV2",
2544-
"documentation":"<p>The Direct Connect endpoint on which the physical connection terminates.</p>"
2547+
"documentation":"<p>The Direct Connect endpoint that terminates the physical connection.</p>"
25452548
},
25462549
"awsLogicalDeviceId":{
25472550
"shape":"AwsLogicalDeviceId",
2548-
"documentation":"<p>The Direct Connect endpoint that terminates a physical connection's BGP sessions.</p>"
2551+
"documentation":"<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>"
25492552
},
25502553
"hasLogicalRedundancy":{
25512554
"shape":"HasLogicalRedundancy",
@@ -2639,7 +2642,7 @@
26392642
},
26402643
"awsLogicalDeviceId":{
26412644
"shape":"AwsLogicalDeviceId",
2642-
"documentation":"<p>The Direct Connect endpoint that terminates a physical connection's BGP sessions.</p>"
2645+
"documentation":"<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>"
26432646
},
26442647
"connections":{
26452648
"shape":"ConnectionList",
@@ -3554,11 +3557,11 @@
35543557
},
35553558
"awsDeviceV2":{
35563559
"shape":"AwsDeviceV2",
3557-
"documentation":"<p>The Direct Connect endpoint on which the virtual interface terminates.</p>"
3560+
"documentation":"<p>The Direct Connect endpoint that terminates the physical connection.</p>"
35583561
},
35593562
"awsLogicalDeviceId":{
35603563
"shape":"AwsLogicalDeviceId",
3561-
"documentation":"<p>The Direct Connect endpoint that terminates a physical connection's BGP sessions.</p>"
3564+
"documentation":"<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>"
35623565
},
35633566
"tags":{
35643567
"shape":"TagList",

0 commit comments

Comments
 (0)