Skip to content

Commit

Permalink
Update SDK models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci committed Nov 25, 2024
1 parent 671ffef commit c6f23b1
Show file tree
Hide file tree
Showing 78 changed files with 4,148 additions and 163 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
resolver = "2"
exclude = [
"examples/lambda",
"examples/webassembly",
"examples/cross_service",
"examples/test-utils",
"examples/examples",
"examples/cross_service",
"examples/lambda",
"tests/webassembly",
"tests/no-default-features"
]
Expand Down
52 changes: 52 additions & 0 deletions 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 c6f23b1

Please sign in to comment.