Skip to content

Commit f96195b

Browse files
author
awstools
committed
docs(client-direct-connect): This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.
1 parent f5ce61a commit f96195b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
4444
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
4545
* the connection disrupts network connectivity for all virtual interfaces associated with
4646
* the connection for up to 30 seconds. To check whether your connection supports jumbo
47-
* frames, call <a>DescribeConnections</a>. To check whether your virtual q
47+
* frames, call <a>DescribeConnections</a>. To check whether your virtual
4848
* interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>
4949
* @example
5050
* Use a bare-bones client and the command you need to make an API call.

clients/client-direct-connect/src/models/models_0.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ export interface Connection {
497497
awsDevice?: string;
498498

499499
/**
500-
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
500+
* <p>Indicates whether jumbo frames are supported.</p>
501501
*/
502502
jumboFrameCapable?: boolean;
503503

@@ -969,7 +969,7 @@ export interface VirtualInterface {
969969
mtu?: number;
970970

971971
/**
972-
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
972+
* <p>Indicates whether jumbo frames are supported.</p>
973973
*/
974974
jumboFrameCapable?: boolean;
975975

@@ -2031,7 +2031,7 @@ export interface Interconnect {
20312031
awsDevice?: string;
20322032

20332033
/**
2034-
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
2034+
* <p>Indicates whether jumbo frames are supported.</p>
20352035
*/
20362036
jumboFrameCapable?: boolean;
20372037

@@ -2247,7 +2247,7 @@ export interface Lag {
22472247
allowsHostedConnections?: boolean;
22482248

22492249
/**
2250-
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
2250+
* <p>Indicates whether jumbo frames are supported.</p>
22512251
*/
22522252
jumboFrameCapable?: boolean;
22532253

codegen/sdk-codegen/aws-models/direct-connect.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@
12101210
"jumboFrameCapable": {
12111211
"target": "com.amazonaws.directconnect#JumboFrameCapable",
12121212
"traits": {
1213-
"smithy.api#documentation": "<p>Indicates whether jumbo frames (9001 MTU) are supported.</p>"
1213+
"smithy.api#documentation": "<p>Indicates whether jumbo frames are supported.</p>"
12141214
}
12151215
},
12161216
"awsDeviceV2": {
@@ -3924,7 +3924,7 @@
39243924
"jumboFrameCapable": {
39253925
"target": "com.amazonaws.directconnect#JumboFrameCapable",
39263926
"traits": {
3927-
"smithy.api#documentation": "<p>Indicates whether jumbo frames (9001 MTU) are supported.</p>"
3927+
"smithy.api#documentation": "<p>Indicates whether jumbo frames are supported.</p>"
39283928
}
39293929
},
39303930
"awsDeviceV2": {
@@ -4128,7 +4128,7 @@
41284128
"jumboFrameCapable": {
41294129
"target": "com.amazonaws.directconnect#JumboFrameCapable",
41304130
"traits": {
4131-
"smithy.api#documentation": "<p>Indicates whether jumbo frames (9001 MTU) are supported.</p>"
4131+
"smithy.api#documentation": "<p>Indicates whether jumbo frames are supported.</p>"
41324132
}
41334133
},
41344134
"hasLogicalRedundancy": {
@@ -6879,7 +6879,7 @@
68796879
}
68806880
],
68816881
"traits": {
6882-
"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>"
6882+
"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>"
68836883
}
68846884
},
68856885
"com.amazonaws.directconnect#UpdateVirtualInterfaceAttributesRequest": {
@@ -7077,7 +7077,7 @@
70777077
"jumboFrameCapable": {
70787078
"target": "com.amazonaws.directconnect#JumboFrameCapable",
70797079
"traits": {
7080-
"smithy.api#documentation": "<p>Indicates whether jumbo frames (9001 MTU) are supported.</p>"
7080+
"smithy.api#documentation": "<p>Indicates whether jumbo frames are supported.</p>"
70817081
}
70827082
},
70837083
"virtualGatewayId": {

0 commit comments

Comments
 (0)