File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
services/networkmanager/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Network Manager" ,
4
+ "contributor" : " " ,
5
+ "description" : " Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model"
6
+ }
Original file line number Diff line number Diff line change 6526
6526
"TransitGatewayArn" :{
6527
6527
"shape" :" TransitGatewayArn" ,
6528
6528
"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>"
6529
6533
}
6530
6534
},
6531
6535
"documentation" :" <p>Describes a transit gateway peering attachment.</p>"
6532
6536
},
6537
+ "TransitGatewayPeeringAttachmentId" :{
6538
+ "type" :" string" ,
6539
+ "max" :50 ,
6540
+ "min" :0 ,
6541
+ "pattern" :" ^tgw-attach-([0-9a-f]{8,17})$"
6542
+ },
6533
6543
"TransitGatewayRegistration" :{
6534
6544
"type" :" structure" ,
6535
6545
"members" :{
You can’t perform that action at this time.
0 commit comments