Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Nov 25, 2024
1 parent c6c1064 commit 430e6af
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 2 deletions.
52 changes: 52 additions & 0 deletions codegen/sdk-codegen/aws-models/direct-connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,32 @@
"smithy.api#input": {}
}
},
"com.amazonaws.directconnect#AssociatedCoreNetwork": {
"type": "structure",
"members": {
"id": {
"target": "com.amazonaws.directconnect#CoreNetworkIdentifier",
"traits": {
"smithy.api#documentation": "<p>The ID of the Cloud WAN core network.</p>"
}
},
"ownerAccount": {
"target": "com.amazonaws.directconnect#OwnerAccount",
"traits": {
"smithy.api#documentation": "<p>The account owner of the Cloud WAN core network.</p>"
}
},
"attachmentId": {
"target": "com.amazonaws.directconnect#CoreNetworkAttachmentId",
"traits": {
"smithy.api#documentation": "<p>the ID of the Direct Connect attachment</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The Amazon Web Services Cloud WAN core network that the Direct Connect attachment is associated with.</p>"
}
},
"com.amazonaws.directconnect#AssociatedGateway": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -1366,6 +1392,26 @@
}
}
},
"com.amazonaws.directconnect#CoreNetworkAttachmentId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 12,
"max": 28
},
"smithy.api#pattern": "^attachment-([0-9a-f]{1,17})$"
}
},
"com.amazonaws.directconnect#CoreNetworkIdentifier": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 14,
"max": 30
},
"smithy.api#pattern": "^core-network-([0-9a-f]{1,17})$"
}
},
"com.amazonaws.directconnect#Count": {
"type": "integer",
"traits": {
Expand Down Expand Up @@ -3456,6 +3502,12 @@
"smithy.api#documentation": "<p>The Amazon VPC prefixes to advertise to the Direct Connect gateway.</p>"
}
},
"associatedCoreNetwork": {
"target": "com.amazonaws.directconnect#AssociatedCoreNetwork",
"traits": {
"smithy.api#documentation": "<p>The ID of the Cloud WAN core network associated with the Direct Connect attachment.</p>"
}
},
"virtualGatewayId": {
"target": "com.amazonaws.directconnect#VirtualGatewayId",
"traits": {
Expand Down
Loading

0 comments on commit 430e6af

Please sign in to comment.