Skip to content

Commit 0ecd09f

Browse files
author
awstools
committed
docs(client-direct-connect): This update includes documentation for support of new native 400 GBps ports for Direct Connect.
1 parent 8698ba5 commit 0ecd09f

10 files changed

+80
-47
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ export interface AllocateConnectionOnInterconnectCommandInput extends AllocateCo
3131
export interface AllocateConnectionOnInterconnectCommandOutput extends Connection, __MetadataBearer {}
3232

3333
/**
34-
* <p>Deprecated. Use <a>AllocateHostedConnection</a> instead.</p>
34+
* <note>
35+
* <p>Deprecated. Use <a>AllocateHostedConnection</a> instead.</p>
36+
* </note>
3537
* <p>Creates a hosted connection on an interconnect.</p>
3638
* <p>Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.</p>
3739
* <note>

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {}
3333
* A LAG is a logical interface that uses the Link Aggregation Control Protocol
3434
* (LACP) to aggregate multiple interfaces, enabling you to treat them as a single
3535
* interface.</p>
36-
* <p>All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.</p>
37-
* <p>You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you
36+
* <p>All connections in a LAG must use the same bandwidth (either 1Gbps, 10Gbps, 100Gbps,
37+
* or 400Gbps) and must terminate at the same Direct Connect endpoint.</p>
38+
* <p>You can have up to 10 dedicated connections per location. Regardless of this limit, if you
3839
* request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is
39-
* created.</p>
40+
* created..</p>
4041
* <p>You can specify an existing physical dedicated connection or interconnect to include in
4142
* the LAG (which counts towards the total number of connections). Doing so interrupts the
4243
* current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
3636
* Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple
3737
* VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface
3838
* to a VGW only provides access to a single VPC within the same Region.</p>
39-
* <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to
39+
* <p>Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to
4040
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
4141
* the connection disrupts network connectivity for all virtual interfaces associated with
4242
* the connection for up to 30 seconds. To check whether your connection supports jumbo

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ export interface DescribeConnectionLoaCommandInput extends DescribeConnectionLoa
2828
export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLoaResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
31+
* <note>
32+
* <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
33+
* </note>
3234
* <p>Gets the LOA-CFA for a connection.</p>
3335
* <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or
3436
* service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information,

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ export interface DescribeConnectionsOnInterconnectCommandInput extends DescribeC
3131
export interface DescribeConnectionsOnInterconnectCommandOutput extends Connections, __MetadataBearer {}
3232

3333
/**
34-
* <p>Deprecated. Use <a>DescribeHostedConnections</a> instead.</p>
34+
* <note>
35+
* <p>Deprecated. Use <a>DescribeHostedConnections</a> instead.</p>
36+
* </note>
3537
* <p>Lists the connections that have been provisioned on the specified interconnect.</p>
3638
* <note>
3739
* <p>Intended for use by Direct Connect Partners only.</p>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ export interface DescribeInterconnectLoaCommandInput extends DescribeInterconnec
2828
export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconnectLoaResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
31+
* <note>
32+
* <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
33+
* </note>
3234
* <p>Gets the LOA-CFA for the specified interconnect.</p>
3335
* <p>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.
3436
* For more information, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects at Direct Connect Locations</a>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ export interface DescribeVirtualGatewaysCommandInput {}
2828
export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, __MetadataBearer {}
2929

3030
/**
31-
* <p>Lists the virtual private gateways owned by the Amazon Web Services account.</p>
31+
* <note>
32+
* <p>Deprecated. Use <code>DescribeVpnGateways</code> instead. See <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html">DescribeVPNGateways</a> in the <i>Amazon Elastic Compute Cloud API Reference</i>.</p>
33+
* </note>
34+
* <p>Lists the virtual private gateways owned by the Amazon Web Services account.</p>
3235
* <p>You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.</p>
3336
* @example
3437
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
3232

3333
/**
3434
* <p>Updates the specified attributes of the specified virtual private interface.</p>
35-
* <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to
35+
* <p>Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to
3636
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
3737
* the connection disrupts network connectivity for all virtual interfaces associated with
3838
* the connection for up to 30 seconds. To check whether your connection supports jumbo

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

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export interface DirectConnectGatewayAssociation {
204204
*/
205205
export interface AcceptDirectConnectGatewayAssociationProposalResult {
206206
/**
207-
* <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
207+
* <p>Information about an association between a Direct Connect gateway and a virtual gateway or transit gateway.</p>
208208
* @public
209209
*/
210210
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
@@ -622,7 +622,10 @@ export interface AllocateHostedConnectionRequest {
622622
ownerAccount: string | undefined;
623623

624624
/**
625-
* <p>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. </p>
625+
* <p>The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps,
626+
* 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, and 25Gbps. Note that only those
627+
* Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps,
628+
* 10Gbps, or 25Gbps hosted connection. </p>
626629
* @public
627630
*/
628631
bandwidth: string | undefined;
@@ -711,7 +714,7 @@ export interface NewPrivateVirtualInterfaceAllocation {
711714
asn: number | undefined;
712715

713716
/**
714-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
717+
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.</p>
715718
* @public
716719
*/
717720
mtu?: number;
@@ -957,7 +960,7 @@ export interface VirtualInterface {
957960
connectionId?: string;
958961

959962
/**
960-
* <p>The type of virtual interface. The possible values are <code>private</code> and <code>public</code>.</p>
963+
* <p>The type of virtual interface. The possible values are <code>private</code>, <code>public</code> and <code>transit</code>.</p>
961964
* @public
962965
*/
963966
virtualInterfaceType?: string;
@@ -1302,7 +1305,7 @@ export interface AllocateTransitVirtualInterfaceRequest {
13021305
*/
13031306
export interface AllocateTransitVirtualInterfaceResult {
13041307
/**
1305-
* <p>Information about a virtual interface.</p>
1308+
* <p>Information about the transit virtual interface.</p>
13061309
* @public
13071310
*/
13081311
virtualInterface?: VirtualInterface;
@@ -2106,7 +2109,7 @@ export interface CreateInterconnectRequest {
21062109
interconnectName: string | undefined;
21072110

21082111
/**
2109-
* <p>The port bandwidth, in Gbps. The possible values are 1 and 10.</p>
2112+
* <p>The port bandwidth, in Gbps. The possible values are 1, 10, and 100.</p>
21102113
* @public
21112114
*/
21122115
bandwidth: string | undefined;
@@ -2290,8 +2293,9 @@ export interface Interconnect {
22902293
*/
22912294
export interface CreateLagRequest {
22922295
/**
2293-
* <p>The number of physical dedicated connections initially provisioned and bundled by the
2294-
* 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. </p>
2296+
* <p>The number of physical dedicated connections initially provisioned and bundled by the LAG.
2297+
* You can have a maximum of four connections when the port speed is 1Gbps or 10Gbps, or two when
2298+
* the port speed is 100Gbps or 400Gbps.</p>
22952299
* @public
22962300
*/
22972301
numberOfConnections: number | undefined;
@@ -2304,7 +2308,7 @@ export interface CreateLagRequest {
23042308

23052309
/**
23062310
* <p>The bandwidth of the individual physical dedicated connections bundled by the LAG. The
2307-
* possible values are 1Gbps and 10Gbps. </p>
2311+
* possible values are 1Gbps,10Gbps, 100Gbps, and 400Gbps. </p>
23082312
* @public
23092313
*/
23102314
connectionsBandwidth: string | undefined;
@@ -2375,13 +2379,15 @@ export type LagState = (typeof LagState)[keyof typeof LagState];
23752379
export interface Lag {
23762380
/**
23772381
* <p>The individual bandwidth of the physical connections bundled by the LAG. The possible
2378-
* values are 1Gbps and 10Gbps. </p>
2382+
* values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps.. </p>
23792383
* @public
23802384
*/
23812385
connectionsBandwidth?: string;
23822386

23832387
/**
2384-
* <p>The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.</p>
2388+
* <p>The number of physical dedicated connections initially provisioned and bundled by the LAG.
2389+
* You can have a maximum of four connections when the port speed is 1 Gbps or 10 Gbps, or two
2390+
* when the port speed is 100 Gbps or 400 Gbps.</p>
23852391
* @public
23862392
*/
23872393
numberOfConnections?: number;
@@ -2561,7 +2567,7 @@ export interface NewPrivateVirtualInterface {
25612567
asn: number | undefined;
25622568

25632569
/**
2564-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
2570+
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.</p>
25652571
* @public
25662572
*/
25672573
mtu?: number;
@@ -4188,7 +4194,7 @@ export interface UpdateDirectConnectGatewayRequest {
41884194
*/
41894195
export interface UpdateDirectConnectGatewayResponse {
41904196
/**
4191-
* <p>Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.</p>
4197+
* <p>Informaiton about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateways or transit gateways.</p>
41924198
* @public
41934199
*/
41944200
directConnectGateway?: DirectConnectGateway;
@@ -4269,7 +4275,7 @@ export interface UpdateVirtualInterfaceAttributesRequest {
42694275
virtualInterfaceId: string | undefined;
42704276

42714277
/**
4272-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
4278+
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.</p>
42734279
* @public
42744280
*/
42754281
mtu?: number;

0 commit comments

Comments
 (0)