File tree Expand file tree Collapse file tree 3 files changed +364
-2
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 3 files changed +364
-2
lines changed Original file line number Diff line number Diff line change 658
658
"smithy.api#input" : {}
659
659
}
660
660
},
661
+ "com.amazonaws.directconnect#AssociatedCoreNetwork" : {
662
+ "type" : " structure" ,
663
+ "members" : {
664
+ "id" : {
665
+ "target" : " com.amazonaws.directconnect#CoreNetworkIdentifier" ,
666
+ "traits" : {
667
+ "smithy.api#documentation" : " <p>The ID of the Cloud WAN core network.</p>"
668
+ }
669
+ },
670
+ "ownerAccount" : {
671
+ "target" : " com.amazonaws.directconnect#OwnerAccount" ,
672
+ "traits" : {
673
+ "smithy.api#documentation" : " <p>The account owner of the Cloud WAN core network.</p>"
674
+ }
675
+ },
676
+ "attachmentId" : {
677
+ "target" : " com.amazonaws.directconnect#CoreNetworkAttachmentId" ,
678
+ "traits" : {
679
+ "smithy.api#documentation" : " <p>the ID of the Direct Connect attachment</p>"
680
+ }
681
+ }
682
+ },
683
+ "traits" : {
684
+ "smithy.api#documentation" : " <p>The Amazon Web Services Cloud WAN core network that the Direct Connect attachment is associated with.</p>"
685
+ }
686
+ },
661
687
"com.amazonaws.directconnect#AssociatedGateway" : {
662
688
"type" : " structure" ,
663
689
"members" : {
1366
1392
}
1367
1393
}
1368
1394
},
1395
+ "com.amazonaws.directconnect#CoreNetworkAttachmentId" : {
1396
+ "type" : " string" ,
1397
+ "traits" : {
1398
+ "smithy.api#length" : {
1399
+ "min" : 12 ,
1400
+ "max" : 28
1401
+ },
1402
+ "smithy.api#pattern" : " ^attachment-([0-9a-f]{1,17})$"
1403
+ }
1404
+ },
1405
+ "com.amazonaws.directconnect#CoreNetworkIdentifier" : {
1406
+ "type" : " string" ,
1407
+ "traits" : {
1408
+ "smithy.api#length" : {
1409
+ "min" : 14 ,
1410
+ "max" : 30
1411
+ },
1412
+ "smithy.api#pattern" : " ^core-network-([0-9a-f]{1,17})$"
1413
+ }
1414
+ },
1369
1415
"com.amazonaws.directconnect#Count" : {
1370
1416
"type" : " integer" ,
1371
1417
"traits" : {
3456
3502
"smithy.api#documentation" : " <p>The Amazon VPC prefixes to advertise to the Direct Connect gateway.</p>"
3457
3503
}
3458
3504
},
3505
+ "associatedCoreNetwork" : {
3506
+ "target" : " com.amazonaws.directconnect#AssociatedCoreNetwork" ,
3507
+ "traits" : {
3508
+ "smithy.api#documentation" : " <p>The ID of the Cloud WAN core network associated with the Direct Connect attachment.</p>"
3509
+ }
3510
+ },
3459
3511
"virtualGatewayId" : {
3460
3512
"target" : " com.amazonaws.directconnect#VirtualGatewayId" ,
3461
3513
"traits" : {
You can’t perform that action at this time.
0 commit comments