Skip to content

Commit

Permalink
docs(client-direct-connect): This update corrects the jumbo frames mt…
Browse files Browse the repository at this point in the history
…u values from 9100 to 8500 for transit virtual interfaces.
  • Loading branch information
awstools committed Jun 7, 2023
1 parent f5ce61a commit f96195b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Expand Up @@ -44,7 +44,7 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
* the connection disrupts network connectivity for all virtual interfaces associated with
* the connection for up to 30 seconds. To check whether your connection supports jumbo
* frames, call <a>DescribeConnections</a>. To check whether your virtual q
* frames, call <a>DescribeConnections</a>. To check whether your virtual
* interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
8 changes: 4 additions & 4 deletions clients/client-direct-connect/src/models/models_0.ts
Expand Up @@ -497,7 +497,7 @@ export interface Connection {
awsDevice?: string;

/**
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
* <p>Indicates whether jumbo frames are supported.</p>
*/
jumboFrameCapable?: boolean;

Expand Down Expand Up @@ -969,7 +969,7 @@ export interface VirtualInterface {
mtu?: number;

/**
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
* <p>Indicates whether jumbo frames are supported.</p>
*/
jumboFrameCapable?: boolean;

Expand Down Expand Up @@ -2031,7 +2031,7 @@ export interface Interconnect {
awsDevice?: string;

/**
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
* <p>Indicates whether jumbo frames are supported.</p>
*/
jumboFrameCapable?: boolean;

Expand Down Expand Up @@ -2247,7 +2247,7 @@ export interface Lag {
allowsHostedConnections?: boolean;

/**
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
* <p>Indicates whether jumbo frames are supported.</p>
*/
jumboFrameCapable?: boolean;

Expand Down
10 changes: 5 additions & 5 deletions codegen/sdk-codegen/aws-models/direct-connect.json
Expand Up @@ -1210,7 +1210,7 @@
"jumboFrameCapable": {
"target": "com.amazonaws.directconnect#JumboFrameCapable",
"traits": {
"smithy.api#documentation": "<p>Indicates whether jumbo frames (9001 MTU) are supported.</p>"
"smithy.api#documentation": "<p>Indicates whether jumbo frames are supported.</p>"
}
},
"awsDeviceV2": {
Expand Down Expand Up @@ -3924,7 +3924,7 @@
"jumboFrameCapable": {
"target": "com.amazonaws.directconnect#JumboFrameCapable",
"traits": {
"smithy.api#documentation": "<p>Indicates whether jumbo frames (9001 MTU) are supported.</p>"
"smithy.api#documentation": "<p>Indicates whether jumbo frames are supported.</p>"
}
},
"awsDeviceV2": {
Expand Down Expand Up @@ -4128,7 +4128,7 @@
"jumboFrameCapable": {
"target": "com.amazonaws.directconnect#JumboFrameCapable",
"traits": {
"smithy.api#documentation": "<p>Indicates whether jumbo frames (9001 MTU) are supported.</p>"
"smithy.api#documentation": "<p>Indicates whether jumbo frames are supported.</p>"
}
},
"hasLogicalRedundancy": {
Expand Down Expand Up @@ -6879,7 +6879,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates the specified attributes of the specified virtual private interface.</p>\n <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to\n the underlying physical connection if it wasn't updated to support jumbo frames. Updating \n the connection disrupts network connectivity for all virtual interfaces associated with \n the connection for up to 30 seconds. To check whether your connection supports jumbo \n frames, call <a>DescribeConnections</a>. To check whether your virtual q\n interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>"
"smithy.api#documentation": "<p>Updates the specified attributes of the specified virtual private interface.</p>\n <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to\n the underlying physical connection if it wasn't updated to support jumbo frames. Updating \n the connection disrupts network connectivity for all virtual interfaces associated with \n the connection for up to 30 seconds. To check whether your connection supports jumbo \n frames, call <a>DescribeConnections</a>. To check whether your virtual \n interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>"
}
},
"com.amazonaws.directconnect#UpdateVirtualInterfaceAttributesRequest": {
Expand Down Expand Up @@ -7077,7 +7077,7 @@
"jumboFrameCapable": {
"target": "com.amazonaws.directconnect#JumboFrameCapable",
"traits": {
"smithy.api#documentation": "<p>Indicates whether jumbo frames (9001 MTU) are supported.</p>"
"smithy.api#documentation": "<p>Indicates whether jumbo frames are supported.</p>"
}
},
"virtualGatewayId": {
Expand Down

0 comments on commit f96195b

Please sign in to comment.