Skip to content

Commit

Permalink
docs(client-direct-connect): This release includes an update to the m…
Browse files Browse the repository at this point in the history
…tu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu.
  • Loading branch information
awstools committed May 16, 2023
1 parent 7c99c1e commit d1b0d1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/client-direct-connect/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ export interface VirtualInterface {
customerRouterConfig?: string;

/**
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500</p>
*/
mtu?: number;

Expand Down Expand Up @@ -1114,7 +1114,7 @@ export interface NewTransitVirtualInterfaceAllocation {
asn?: number;

/**
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500. </p>
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500 </p>
*/
mtu?: number;

Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/direct-connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -4907,7 +4907,7 @@
"mtu": {
"target": "com.amazonaws.directconnect#MTU",
"traits": {
"smithy.api#documentation": "<p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500. </p>"
"smithy.api#documentation": "<p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500 </p>"
}
},
"authKey": {
Expand Down Expand Up @@ -7071,7 +7071,7 @@
"mtu": {
"target": "com.amazonaws.directconnect#MTU",
"traits": {
"smithy.api#documentation": "<p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>"
"smithy.api#documentation": "<p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500</p>"
}
},
"jumboFrameCapable": {
Expand Down

0 comments on commit d1b0d1a

Please sign in to comment.