@aws-sdk/client-direct-connect 3.609.0 → 3.613.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +3 -1
- package/dist-types/commands/CreateLagCommand.d.ts +4 -3
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +3 -1
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +3 -1
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +4 -1
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +20 -14
- package/package.json +4 -4
|
@@ -27,7 +27,9 @@ declare const AllocateConnectionOnInterconnectCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <note>
|
|
31
|
+
* <p>Deprecated. Use <a>AllocateHostedConnection</a> instead.</p>
|
|
32
|
+
* </note>
|
|
31
33
|
* <p>Creates a hosted connection on an interconnect.</p>
|
|
32
34
|
* <p>Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.</p>
|
|
33
35
|
* <note>
|
|
@@ -32,10 +32,11 @@ declare const CreateLagCommand_base: {
|
|
|
32
32
|
* A LAG is a logical interface that uses the Link Aggregation Control Protocol
|
|
33
33
|
* (LACP) to aggregate multiple interfaces, enabling you to treat them as a single
|
|
34
34
|
* interface.</p>
|
|
35
|
-
* <p>All connections in a LAG must use the same bandwidth (either 1Gbps
|
|
36
|
-
*
|
|
35
|
+
* <p>All connections in a LAG must use the same bandwidth (either 1Gbps, 10Gbps, 100Gbps,
|
|
36
|
+
* or 400Gbps) and must terminate at the same Direct Connect endpoint.</p>
|
|
37
|
+
* <p>You can have up to 10 dedicated connections per location. Regardless of this limit, if you
|
|
37
38
|
* request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is
|
|
38
|
-
* created
|
|
39
|
+
* created..</p>
|
|
39
40
|
* <p>You can specify an existing physical dedicated connection or interconnect to include in
|
|
40
41
|
* the LAG (which counts towards the total number of connections). Doing so interrupts the
|
|
41
42
|
* current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG
|
|
@@ -32,7 +32,7 @@ declare const CreatePrivateVirtualInterfaceCommand_base: {
|
|
|
32
32
|
* Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple
|
|
33
33
|
* VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface
|
|
34
34
|
* to a VGW only provides access to a single VPC within the same Region.</p>
|
|
35
|
-
* <p>Setting the MTU of a virtual interface to
|
|
35
|
+
* <p>Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to
|
|
36
36
|
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
|
|
37
37
|
* the connection disrupts network connectivity for all virtual interfaces associated with
|
|
38
38
|
* the connection for up to 30 seconds. To check whether your connection supports jumbo
|
|
@@ -27,7 +27,9 @@ declare const DescribeConnectionLoaCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <note>
|
|
31
|
+
* <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
|
|
32
|
+
* </note>
|
|
31
33
|
* <p>Gets the LOA-CFA for a connection.</p>
|
|
32
34
|
* <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or
|
|
33
35
|
* service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information,
|
|
@@ -27,7 +27,9 @@ declare const DescribeConnectionsOnInterconnectCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <note>
|
|
31
|
+
* <p>Deprecated. Use <a>DescribeHostedConnections</a> instead.</p>
|
|
32
|
+
* </note>
|
|
31
33
|
* <p>Lists the connections that have been provisioned on the specified interconnect.</p>
|
|
32
34
|
* <note>
|
|
33
35
|
* <p>Intended for use by Direct Connect Partners only.</p>
|
|
@@ -27,7 +27,9 @@ declare const DescribeInterconnectLoaCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <note>
|
|
31
|
+
* <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
|
|
32
|
+
* </note>
|
|
31
33
|
* <p>Gets the LOA-CFA for the specified interconnect.</p>
|
|
32
34
|
* <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.
|
|
33
35
|
* For more information, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects at Direct Connect Locations</a>
|
|
@@ -27,7 +27,10 @@ declare const DescribeVirtualGatewaysCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <note>
|
|
31
|
+
* <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>
|
|
32
|
+
* </note>
|
|
33
|
+
* <p>Lists the virtual private gateways owned by the Amazon Web Services account.</p>
|
|
31
34
|
* <p>You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.</p>
|
|
32
35
|
* @example
|
|
33
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,7 +28,7 @@ declare const UpdateVirtualInterfaceAttributesCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Updates the specified attributes of the specified virtual private interface.</p>
|
|
31
|
-
* <p>Setting the MTU of a virtual interface to
|
|
31
|
+
* <p>Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to
|
|
32
32
|
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
|
|
33
33
|
* the connection disrupts network connectivity for all virtual interfaces associated with
|
|
34
34
|
* the connection for up to 30 seconds. To check whether your connection supports jumbo
|
|
@@ -177,7 +177,7 @@ export interface DirectConnectGatewayAssociation {
|
|
|
177
177
|
*/
|
|
178
178
|
export interface AcceptDirectConnectGatewayAssociationProposalResult {
|
|
179
179
|
/**
|
|
180
|
-
* <p>Information about an association between a Direct Connect gateway and a virtual
|
|
180
|
+
* <p>Information about an association between a Direct Connect gateway and a virtual gateway or transit gateway.</p>
|
|
181
181
|
* @public
|
|
182
182
|
*/
|
|
183
183
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
@@ -535,7 +535,10 @@ export interface AllocateHostedConnectionRequest {
|
|
|
535
535
|
*/
|
|
536
536
|
ownerAccount: string | undefined;
|
|
537
537
|
/**
|
|
538
|
-
* <p>The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps,
|
|
538
|
+
* <p>The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps,
|
|
539
|
+
* 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, and 25Gbps. Note that only those
|
|
540
|
+
* Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps,
|
|
541
|
+
* 10Gbps, or 25Gbps hosted connection. </p>
|
|
539
542
|
* @public
|
|
540
543
|
*/
|
|
541
544
|
bandwidth: string | undefined;
|
|
@@ -601,7 +604,7 @@ export interface NewPrivateVirtualInterfaceAllocation {
|
|
|
601
604
|
*/
|
|
602
605
|
asn: number | undefined;
|
|
603
606
|
/**
|
|
604
|
-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and
|
|
607
|
+
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.</p>
|
|
605
608
|
* @public
|
|
606
609
|
*/
|
|
607
610
|
mtu?: number;
|
|
@@ -818,7 +821,7 @@ export interface VirtualInterface {
|
|
|
818
821
|
*/
|
|
819
822
|
connectionId?: string;
|
|
820
823
|
/**
|
|
821
|
-
* <p>The type of virtual interface. The possible values are <code>private</code> and <code>
|
|
824
|
+
* <p>The type of virtual interface. The possible values are <code>private</code>, <code>public</code> and <code>transit</code>.</p>
|
|
822
825
|
* @public
|
|
823
826
|
*/
|
|
824
827
|
virtualInterfaceType?: string;
|
|
@@ -1117,7 +1120,7 @@ export interface AllocateTransitVirtualInterfaceRequest {
|
|
|
1117
1120
|
*/
|
|
1118
1121
|
export interface AllocateTransitVirtualInterfaceResult {
|
|
1119
1122
|
/**
|
|
1120
|
-
* <p>Information about
|
|
1123
|
+
* <p>Information about the transit virtual interface.</p>
|
|
1121
1124
|
* @public
|
|
1122
1125
|
*/
|
|
1123
1126
|
virtualInterface?: VirtualInterface;
|
|
@@ -1846,7 +1849,7 @@ export interface CreateInterconnectRequest {
|
|
|
1846
1849
|
*/
|
|
1847
1850
|
interconnectName: string | undefined;
|
|
1848
1851
|
/**
|
|
1849
|
-
* <p>The port bandwidth, in Gbps. The possible values are 1 and
|
|
1852
|
+
* <p>The port bandwidth, in Gbps. The possible values are 1, 10, and 100.</p>
|
|
1850
1853
|
* @public
|
|
1851
1854
|
*/
|
|
1852
1855
|
bandwidth: string | undefined;
|
|
@@ -2008,8 +2011,9 @@ export interface Interconnect {
|
|
|
2008
2011
|
*/
|
|
2009
2012
|
export interface CreateLagRequest {
|
|
2010
2013
|
/**
|
|
2011
|
-
* <p>The number of physical dedicated connections initially provisioned and bundled by the
|
|
2012
|
-
*
|
|
2014
|
+
* <p>The number of physical dedicated connections initially provisioned and bundled by the LAG.
|
|
2015
|
+
* You can have a maximum of four connections when the port speed is 1Gbps or 10Gbps, or two when
|
|
2016
|
+
* the port speed is 100Gbps or 400Gbps.</p>
|
|
2013
2017
|
* @public
|
|
2014
2018
|
*/
|
|
2015
2019
|
numberOfConnections: number | undefined;
|
|
@@ -2020,7 +2024,7 @@ export interface CreateLagRequest {
|
|
|
2020
2024
|
location: string | undefined;
|
|
2021
2025
|
/**
|
|
2022
2026
|
* <p>The bandwidth of the individual physical dedicated connections bundled by the LAG. The
|
|
2023
|
-
* possible values are
|
|
2027
|
+
* possible values are 1Gbps,10Gbps, 100Gbps, and 400Gbps. </p>
|
|
2024
2028
|
* @public
|
|
2025
2029
|
*/
|
|
2026
2030
|
connectionsBandwidth: string | undefined;
|
|
@@ -2082,12 +2086,14 @@ export type LagState = (typeof LagState)[keyof typeof LagState];
|
|
|
2082
2086
|
export interface Lag {
|
|
2083
2087
|
/**
|
|
2084
2088
|
* <p>The individual bandwidth of the physical connections bundled by the LAG. The possible
|
|
2085
|
-
* values are 1Gbps
|
|
2089
|
+
* values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps.. </p>
|
|
2086
2090
|
* @public
|
|
2087
2091
|
*/
|
|
2088
2092
|
connectionsBandwidth?: string;
|
|
2089
2093
|
/**
|
|
2090
|
-
* <p>The number of physical dedicated connections bundled by the LAG
|
|
2094
|
+
* <p>The number of physical dedicated connections initially provisioned and bundled by the LAG.
|
|
2095
|
+
* You can have a maximum of four connections when the port speed is 1 Gbps or 10 Gbps, or two
|
|
2096
|
+
* when the port speed is 100 Gbps or 400 Gbps.</p>
|
|
2091
2097
|
* @public
|
|
2092
2098
|
*/
|
|
2093
2099
|
numberOfConnections?: number;
|
|
@@ -2244,7 +2250,7 @@ export interface NewPrivateVirtualInterface {
|
|
|
2244
2250
|
*/
|
|
2245
2251
|
asn: number | undefined;
|
|
2246
2252
|
/**
|
|
2247
|
-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and
|
|
2253
|
+
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.</p>
|
|
2248
2254
|
* @public
|
|
2249
2255
|
*/
|
|
2250
2256
|
mtu?: number;
|
|
@@ -3685,7 +3691,7 @@ export interface UpdateDirectConnectGatewayRequest {
|
|
|
3685
3691
|
*/
|
|
3686
3692
|
export interface UpdateDirectConnectGatewayResponse {
|
|
3687
3693
|
/**
|
|
3688
|
-
* <p>
|
|
3694
|
+
* <p>Informaiton about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateways or transit gateways.</p>
|
|
3689
3695
|
* @public
|
|
3690
3696
|
*/
|
|
3691
3697
|
directConnectGateway?: DirectConnectGateway;
|
|
@@ -3756,7 +3762,7 @@ export interface UpdateVirtualInterfaceAttributesRequest {
|
|
|
3756
3762
|
*/
|
|
3757
3763
|
virtualInterfaceId: string | undefined;
|
|
3758
3764
|
/**
|
|
3759
|
-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and
|
|
3765
|
+
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.</p>
|
|
3760
3766
|
* @public
|
|
3761
3767
|
*/
|
|
3762
3768
|
mtu?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-direct-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.613.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-direct-connect",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.613.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.613.0",
|
|
25
25
|
"@aws-sdk/core": "3.609.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.613.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.609.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.609.0",
|