diff --git a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts index 8b29b24e3382..a4998e3064f9 100644 --- a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts @@ -31,7 +31,9 @@ export interface AllocateConnectionOnInterconnectCommandInput extends AllocateCo export interface AllocateConnectionOnInterconnectCommandOutput extends Connection, __MetadataBearer {} /** - *

Deprecated. Use AllocateHostedConnection instead.

+ * + *

Deprecated. Use AllocateHostedConnection instead.

+ *
*

Creates a hosted connection on an interconnect.

*

Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.

* diff --git a/clients/client-direct-connect/src/commands/CreateLagCommand.ts b/clients/client-direct-connect/src/commands/CreateLagCommand.ts index 6d21e14553e4..1a4169a9b883 100644 --- a/clients/client-direct-connect/src/commands/CreateLagCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateLagCommand.ts @@ -33,10 +33,11 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {} * A LAG is a logical interface that uses the Link Aggregation Control Protocol * (LACP) to aggregate multiple interfaces, enabling you to treat them as a single * interface.

- *

All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.

- *

You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you + *

All connections in a LAG must use the same bandwidth (either 1Gbps, 10Gbps, 100Gbps, + * or 400Gbps) and must terminate at the same Direct Connect endpoint.

+ *

You can have up to 10 dedicated connections per location. Regardless of this limit, if you * request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is - * created.

+ * created..

*

You can specify an existing physical dedicated connection or interconnect to include in * the LAG (which counts towards the total number of connections). Doing so interrupts the * current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG diff --git a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts index f2701d028d94..6a254e2752e1 100644 --- a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts @@ -36,7 +36,7 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter * Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple * VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface * to a VGW only provides access to a single VPC within the same Region.

- *

Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to + *

Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to * 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 diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts index 8cdf016f9079..d1cecb1cfb91 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts @@ -28,7 +28,9 @@ export interface DescribeConnectionLoaCommandInput extends DescribeConnectionLoa export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLoaResponse, __MetadataBearer {} /** - *

Deprecated. Use DescribeLoa instead.

+ * + *

Deprecated. Use DescribeLoa instead.

+ *
*

Gets the LOA-CFA for a connection.

*

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or * service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts index 61815bf109e2..0c014451ac45 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts @@ -31,7 +31,9 @@ export interface DescribeConnectionsOnInterconnectCommandInput extends DescribeC export interface DescribeConnectionsOnInterconnectCommandOutput extends Connections, __MetadataBearer {} /** - *

Deprecated. Use DescribeHostedConnections instead.

+ * + *

Deprecated. Use DescribeHostedConnections instead.

+ *
*

Lists the connections that have been provisioned on the specified interconnect.

* *

Intended for use by Direct Connect Partners only.

diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts index 7922b7207930..f0b6faf848bf 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts @@ -28,7 +28,9 @@ export interface DescribeInterconnectLoaCommandInput extends DescribeInterconnec export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconnectLoaResponse, __MetadataBearer {} /** - *

Deprecated. Use DescribeLoa instead.

+ * + *

Deprecated. Use DescribeLoa instead.

+ *
*

Gets the LOA-CFA for the specified interconnect.

*

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. * For more information, see Requesting Cross Connects at Direct Connect Locations diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts index f58aa43115c8..7f19f114c9c8 100644 --- a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts @@ -28,7 +28,10 @@ export interface DescribeVirtualGatewaysCommandInput {} export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, __MetadataBearer {} /** - *

Lists the virtual private gateways owned by the Amazon Web Services account.

+ * + *

Deprecated. Use DescribeVpnGateways instead. See DescribeVPNGateways in the Amazon Elastic Compute Cloud API Reference.

+ *
+ *

Lists the virtual private gateways owned by the Amazon Web Services account.

*

You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.

* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts index 94d1cb9d25de..523871bcb45a 100644 --- a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts @@ -32,7 +32,7 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn /** *

Updates the specified attributes of the specified virtual private interface.

- *

Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to + *

Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to * 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 diff --git a/clients/client-direct-connect/src/models/models_0.ts b/clients/client-direct-connect/src/models/models_0.ts index 75599bbee626..e98a4fbab6ce 100644 --- a/clients/client-direct-connect/src/models/models_0.ts +++ b/clients/client-direct-connect/src/models/models_0.ts @@ -204,7 +204,7 @@ export interface DirectConnectGatewayAssociation { */ export interface AcceptDirectConnectGatewayAssociationProposalResult { /** - *

Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.

+ *

Information about an association between a Direct Connect gateway and a virtual gateway or transit gateway.

* @public */ directConnectGatewayAssociation?: DirectConnectGatewayAssociation; @@ -622,7 +622,10 @@ export interface AllocateHostedConnectionRequest { ownerAccount: string | undefined; /** - *

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.

+ *

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, + * 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, and 25Gbps. Note that only those + * Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps, + * 10Gbps, or 25Gbps hosted connection.

* @public */ bandwidth: string | undefined; @@ -711,7 +714,7 @@ export interface NewPrivateVirtualInterfaceAllocation { asn: number | undefined; /** - *

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

+ *

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

* @public */ mtu?: number; @@ -957,7 +960,7 @@ export interface VirtualInterface { connectionId?: string; /** - *

The type of virtual interface. The possible values are private and public.

+ *

The type of virtual interface. The possible values are private, public and transit.

* @public */ virtualInterfaceType?: string; @@ -1302,7 +1305,7 @@ export interface AllocateTransitVirtualInterfaceRequest { */ export interface AllocateTransitVirtualInterfaceResult { /** - *

Information about a virtual interface.

+ *

Information about the transit virtual interface.

* @public */ virtualInterface?: VirtualInterface; @@ -2106,7 +2109,7 @@ export interface CreateInterconnectRequest { interconnectName: string | undefined; /** - *

The port bandwidth, in Gbps. The possible values are 1 and 10.

+ *

The port bandwidth, in Gbps. The possible values are 1, 10, and 100.

* @public */ bandwidth: string | undefined; @@ -2290,8 +2293,9 @@ export interface Interconnect { */ export interface CreateLagRequest { /** - *

The number of physical dedicated connections initially provisioned and bundled by the - * LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.

+ *

The number of physical dedicated connections initially provisioned and bundled by the LAG. + * You can have a maximum of four connections when the port speed is 1Gbps or 10Gbps, or two when + * the port speed is 100Gbps or 400Gbps.

* @public */ numberOfConnections: number | undefined; @@ -2304,7 +2308,7 @@ export interface CreateLagRequest { /** *

The bandwidth of the individual physical dedicated connections bundled by the LAG. The - * possible values are 1Gbps and 10Gbps.

+ * possible values are 1Gbps,10Gbps, 100Gbps, and 400Gbps.

* @public */ connectionsBandwidth: string | undefined; @@ -2375,13 +2379,15 @@ export type LagState = (typeof LagState)[keyof typeof LagState]; export interface Lag { /** *

The individual bandwidth of the physical connections bundled by the LAG. The possible - * values are 1Gbps and 10Gbps.

+ * values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps..

* @public */ connectionsBandwidth?: string; /** - *

The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.

+ *

The number of physical dedicated connections initially provisioned and bundled by the LAG. + * You can have a maximum of four connections when the port speed is 1 Gbps or 10 Gbps, or two + * when the port speed is 100 Gbps or 400 Gbps.

* @public */ numberOfConnections?: number; @@ -2561,7 +2567,7 @@ export interface NewPrivateVirtualInterface { asn: number | undefined; /** - *

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

+ *

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

* @public */ mtu?: number; @@ -4188,7 +4194,7 @@ export interface UpdateDirectConnectGatewayRequest { */ export interface UpdateDirectConnectGatewayResponse { /** - *

Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.

+ *

Informaiton about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateways or transit gateways.

* @public */ directConnectGateway?: DirectConnectGateway; @@ -4269,7 +4275,7 @@ export interface UpdateVirtualInterfaceAttributesRequest { virtualInterfaceId: string | undefined; /** - *

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

+ *

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

* @public */ mtu?: number; diff --git a/codegen/sdk-codegen/aws-models/direct-connect.json b/codegen/sdk-codegen/aws-models/direct-connect.json index d90c044ab5bd..7c5a4aa51abf 100644 --- a/codegen/sdk-codegen/aws-models/direct-connect.json +++ b/codegen/sdk-codegen/aws-models/direct-connect.json @@ -94,7 +94,10 @@ "type": "structure", "members": { "directConnectGatewayAssociation": { - "target": "com.amazonaws.directconnect#DirectConnectGatewayAssociation" + "target": "com.amazonaws.directconnect#DirectConnectGatewayAssociation", + "traits": { + "smithy.api#documentation": "

Information about an association between a Direct Connect gateway and a virtual gateway or transit gateway.

" + } } }, "traits": { @@ -151,7 +154,7 @@ ], "traits": { "smithy.api#deprecated": {}, - "smithy.api#documentation": "

Deprecated. Use AllocateHostedConnection instead.

\n

Creates a hosted connection on an interconnect.

\n

Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.

\n \n

Intended for use by Direct Connect Partners only.

\n
" + "smithy.api#documentation": "\n

Deprecated. Use AllocateHostedConnection instead.

\n
\n

Creates a hosted connection on an interconnect.

\n

Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.

\n \n

Intended for use by Direct Connect Partners only.

\n
" } }, "com.amazonaws.directconnect#AllocateConnectionOnInterconnectRequest": { @@ -244,7 +247,7 @@ "bandwidth": { "target": "com.amazonaws.directconnect#Bandwidth", "traits": { - "smithy.api#documentation": "

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.

", + "smithy.api#documentation": "

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps,\n 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, and 25Gbps. Note that only those\n Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps,\n 10Gbps, or 25Gbps hosted connection.

", "smithy.api#required": {} } }, @@ -443,7 +446,10 @@ "type": "structure", "members": { "virtualInterface": { - "target": "com.amazonaws.directconnect#VirtualInterface" + "target": "com.amazonaws.directconnect#VirtualInterface", + "traits": { + "smithy.api#documentation": "

Information about the transit virtual interface.

" + } } }, "traits": { @@ -1735,7 +1741,7 @@ "bandwidth": { "target": "com.amazonaws.directconnect#Bandwidth", "traits": { - "smithy.api#documentation": "

The port bandwidth, in Gbps. The possible values are 1 and 10.

", + "smithy.api#documentation": "

The port bandwidth, in Gbps. The possible values are 1, 10, and 100.

", "smithy.api#required": {} } }, @@ -1792,7 +1798,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates a link aggregation group (LAG) with the specified number of bundled\n physical dedicated connections between the customer network and a specific Direct Connect location.\n A LAG is a logical interface that uses the Link Aggregation Control Protocol\n (LACP) to aggregate multiple interfaces, enabling you to treat them as a single \n interface.

\n

All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.

\n

You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you\n request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is\n created.

\n

You can specify an existing physical dedicated connection or interconnect to include in\n the LAG (which counts towards the total number of connections). Doing so interrupts the\n current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG\n will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any\n virtual interfaces associated with the dedicated connection are automatically disassociated\n and re-associated with the LAG. The connection ID does not change.

\n

If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is \n automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual \n interfaces cannot be directly configured.

" + "smithy.api#documentation": "

Creates a link aggregation group (LAG) with the specified number of bundled\n physical dedicated connections between the customer network and a specific Direct Connect location.\n A LAG is a logical interface that uses the Link Aggregation Control Protocol\n (LACP) to aggregate multiple interfaces, enabling you to treat them as a single \n interface.

\n

All connections in a LAG must use the same bandwidth (either 1Gbps, 10Gbps, 100Gbps,\n or 400Gbps) and must terminate at the same Direct Connect endpoint.

\n

You can have up to 10 dedicated connections per location. Regardless of this limit, if you\n request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is\n created..

\n

You can specify an existing physical dedicated connection or interconnect to include in\n the LAG (which counts towards the total number of connections). Doing so interrupts the\n current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG\n will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any\n virtual interfaces associated with the dedicated connection are automatically disassociated\n and re-associated with the LAG. The connection ID does not change.

\n

If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is \n automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual \n interfaces cannot be directly configured.

" } }, "com.amazonaws.directconnect#CreateLagRequest": { @@ -1802,7 +1808,7 @@ "target": "com.amazonaws.directconnect#Count", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of physical dedicated connections initially provisioned and bundled by the\n LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.

", + "smithy.api#documentation": "

The number of physical dedicated connections initially provisioned and bundled by the LAG.\n You can have a maximum of four connections when the port speed is 1Gbps or 10Gbps, or two when\n the port speed is 100Gbps or 400Gbps.

", "smithy.api#required": {} } }, @@ -1816,7 +1822,7 @@ "connectionsBandwidth": { "target": "com.amazonaws.directconnect#Bandwidth", "traits": { - "smithy.api#documentation": "

The bandwidth of the individual physical dedicated connections bundled by the LAG. The\n possible values are 1Gbps and 10Gbps.

", + "smithy.api#documentation": "

The bandwidth of the individual physical dedicated connections bundled by the LAG. The\n possible values are 1Gbps,10Gbps, 100Gbps, and 400Gbps.

", "smithy.api#required": {} } }, @@ -1885,7 +1891,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.\n A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).\n Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple \n VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface \n to a VGW only provides access to a single VPC within the same Region.

\n

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 DescribeConnections. To check whether your virtual \n interface supports jumbo frames, call DescribeVirtualInterfaces.

" + "smithy.api#documentation": "

Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.\n A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).\n Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple \n VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface \n to a VGW only provides access to a single VPC within the same Region.

\n

Setting the MTU of a virtual interface to 8500 (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 DescribeConnections. To check whether your virtual \n interface supports jumbo frames, call DescribeVirtualInterfaces.

" } }, "com.amazonaws.directconnect#CreatePrivateVirtualInterfaceRequest": { @@ -2010,7 +2016,10 @@ "type": "structure", "members": { "virtualInterface": { - "target": "com.amazonaws.directconnect#VirtualInterface" + "target": "com.amazonaws.directconnect#VirtualInterface", + "traits": { + "smithy.api#documentation": "

Information about a virtual interface.

" + } } }, "traits": { @@ -2451,7 +2460,7 @@ ], "traits": { "smithy.api#deprecated": {}, - "smithy.api#documentation": "

Deprecated. Use DescribeLoa instead.

\n

Gets the LOA-CFA for a connection.

\n

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or\n service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information,\n see Requesting Cross Connects\n at Direct Connect Locations in the Direct Connect User Guide.

" + "smithy.api#documentation": "\n

Deprecated. Use DescribeLoa instead.

\n
\n

Gets the LOA-CFA for a connection.

\n

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or\n service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information,\n see Requesting Cross Connects\n at Direct Connect Locations in the Direct Connect User Guide.

" } }, "com.amazonaws.directconnect#DescribeConnectionLoaRequest": { @@ -2559,7 +2568,7 @@ ], "traits": { "smithy.api#deprecated": {}, - "smithy.api#documentation": "

Deprecated. Use DescribeHostedConnections instead.

\n

Lists the connections that have been provisioned on the specified interconnect.

\n \n

Intended for use by Direct Connect Partners only.

\n
" + "smithy.api#documentation": "\n

Deprecated. Use DescribeHostedConnections instead.

\n
\n

Lists the connections that have been provisioned on the specified interconnect.

\n \n

Intended for use by Direct Connect Partners only.

\n
" } }, "com.amazonaws.directconnect#DescribeConnectionsOnInterconnectRequest": { @@ -2984,7 +2993,7 @@ ], "traits": { "smithy.api#deprecated": {}, - "smithy.api#documentation": "

Deprecated. Use DescribeLoa instead.

\n

Gets the LOA-CFA for the specified interconnect.

\n

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility.\n For more information, see Requesting Cross Connects at Direct Connect Locations\n in the Direct Connect User Guide.

" + "smithy.api#documentation": "\n

Deprecated. Use DescribeLoa instead.

\n
\n

Gets the LOA-CFA for the specified interconnect.

\n

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility.\n For more information, see Requesting Cross Connects at Direct Connect Locations\n in the Direct Connect User Guide.

" } }, "com.amazonaws.directconnect#DescribeInterconnectLoaRequest": { @@ -3303,7 +3312,7 @@ } ], "traits": { - "smithy.api#documentation": "

Lists the virtual private gateways owned by the Amazon Web Services account.

\n

You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.

" + "smithy.api#documentation": "\n

Deprecated. Use DescribeVpnGateways instead. See DescribeVPNGateways in the Amazon Elastic Compute Cloud API Reference.

\n
\n

Lists the virtual private gateways owned by the Amazon Web Services account.

\n

You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.

" } }, "com.amazonaws.directconnect#DescribeVirtualInterfaces": { @@ -4106,14 +4115,14 @@ "connectionsBandwidth": { "target": "com.amazonaws.directconnect#Bandwidth", "traits": { - "smithy.api#documentation": "

The individual bandwidth of the physical connections bundled by the LAG. The possible\n values are 1Gbps and 10Gbps.

" + "smithy.api#documentation": "

The individual bandwidth of the physical connections bundled by the LAG. The possible\n values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps..

" } }, "numberOfConnections": { "target": "com.amazonaws.directconnect#Count", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.

" + "smithy.api#documentation": "

The number of physical dedicated connections initially provisioned and bundled by the LAG.\n You can have a maximum of four connections when the port speed is 1 Gbps or 10 Gbps, or two\n when the port speed is 100 Gbps or 400 Gbps.

" } }, "lagId": { @@ -4613,7 +4622,7 @@ "mtu": { "target": "com.amazonaws.directconnect#MTU", "traits": { - "smithy.api#documentation": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

" + "smithy.api#documentation": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

" } }, "authKey": { @@ -4698,7 +4707,7 @@ "mtu": { "target": "com.amazonaws.directconnect#MTU", "traits": { - "smithy.api#documentation": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

" + "smithy.api#documentation": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

" } }, "authKey": { @@ -6801,7 +6810,10 @@ "type": "structure", "members": { "directConnectGatewayAssociation": { - "target": "com.amazonaws.directconnect#DirectConnectGatewayAssociation" + "target": "com.amazonaws.directconnect#DirectConnectGatewayAssociation", + "traits": { + "smithy.api#documentation": "

Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.

" + } } }, "traits": { @@ -6834,7 +6846,10 @@ "type": "structure", "members": { "directConnectGateway": { - "target": "com.amazonaws.directconnect#DirectConnectGateway" + "target": "com.amazonaws.directconnect#DirectConnectGateway", + "traits": { + "smithy.api#documentation": "

Informaiton about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateways or transit gateways.

" + } } }, "traits": { @@ -6912,7 +6927,7 @@ } ], "traits": { - "smithy.api#documentation": "

Updates the specified attributes of the specified virtual private interface.

\n

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 DescribeConnections. To check whether your virtual \n interface supports jumbo frames, call DescribeVirtualInterfaces.

" + "smithy.api#documentation": "

Updates the specified attributes of the specified virtual private interface.

\n

Setting the MTU of a virtual interface to 8500 (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 DescribeConnections. To check whether your virtual \n interface supports jumbo frames, call DescribeVirtualInterfaces.

" } }, "com.amazonaws.directconnect#UpdateVirtualInterfaceAttributesRequest": { @@ -6928,7 +6943,7 @@ "mtu": { "target": "com.amazonaws.directconnect#MTU", "traits": { - "smithy.api#documentation": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

" + "smithy.api#documentation": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

" } }, "enableSiteLink": { @@ -7036,7 +7051,7 @@ "virtualInterfaceType": { "target": "com.amazonaws.directconnect#VirtualInterfaceType", "traits": { - "smithy.api#documentation": "

The type of virtual interface. The possible values are private and public.

" + "smithy.api#documentation": "

The type of virtual interface. The possible values are private, public and transit.

" } }, "virtualInterfaceName": {