File tree Expand file tree Collapse file tree 3 files changed +364
-2
lines changed Expand file tree Collapse file tree 3 files changed +364
-2
lines changed Original file line number Diff line number Diff line change 658658 "smithy.api#input" : {}
659659 }
660660 },
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+ },
661687 "com.amazonaws.directconnect#AssociatedGateway" : {
662688 "type" : " structure" ,
663689 "members" : {
13661392 }
13671393 }
13681394 },
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+ },
13691415 "com.amazonaws.directconnect#Count" : {
13701416 "type" : " integer" ,
13711417 "traits" : {
34563502 "smithy.api#documentation" : " <p>The Amazon VPC prefixes to advertise to the Direct Connect gateway.</p>"
34573503 }
34583504 },
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+ },
34593511 "virtualGatewayId" : {
34603512 "target" : " com.amazonaws.directconnect#VirtualGatewayId" ,
34613513 "traits" : {
You can’t perform that action at this time.
0 commit comments