Skip to content

Commit 7a339ac

Browse files
author
AWS
committed
AWS Network Manager Update: Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model
1 parent 6aa6dac commit 7a339ac

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-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 Network Manager",
4+
"contributor": "",
5+
"description": "Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model"
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6526,10 +6526,20 @@
65266526
"TransitGatewayArn":{
65276527
"shape":"TransitGatewayArn",
65286528
"documentation":"<p>The ARN of the transit gateway.</p>"
6529+
},
6530+
"TransitGatewayPeeringAttachmentId":{
6531+
"shape":"TransitGatewayPeeringAttachmentId",
6532+
"documentation":"<p>The ID of the transit gateway peering attachment.</p>"
65296533
}
65306534
},
65316535
"documentation":"<p>Describes a transit gateway peering attachment.</p>"
65326536
},
6537+
"TransitGatewayPeeringAttachmentId":{
6538+
"type":"string",
6539+
"max":50,
6540+
"min":0,
6541+
"pattern":"^tgw-attach-([0-9a-f]{8,17})$"
6542+
},
65336543
"TransitGatewayRegistration":{
65346544
"type":"structure",
65356545
"members":{

0 commit comments

Comments
 (0)