@aws-sdk/client-direct-connect 3.299.0 → 3.301.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/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +10 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +7 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +13 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +20 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +24 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +20 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +4 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +4 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +6 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +4 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +3 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +3 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +5 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +3 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +4 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +10 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +14 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +10 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +15 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +4 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +13 -0
- package/dist-types/commands/CreateLagCommand.d.ts +21 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +22 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +23 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +21 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +5 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +3 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +3 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +3 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +5 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +5 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +5 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +5 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +4 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +10 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +7 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +3 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +6 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +6 -0
- package/package.json +8 -8
|
@@ -26,6 +26,16 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
26
26
|
* import { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // AcceptDirectConnectGatewayAssociationProposalRequest
|
|
30
|
+
* directConnectGatewayId: "STRING_VALUE", // required
|
|
31
|
+
* proposalId: "STRING_VALUE", // required
|
|
32
|
+
* associatedGatewayOwnerAccount: "STRING_VALUE", // required
|
|
33
|
+
* overrideAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
34
|
+
* { // RouteFilterPrefix
|
|
35
|
+
* cidr: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* };
|
|
29
39
|
* const command = new AcceptDirectConnectGatewayAssociationProposalCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|
|
@@ -33,6 +33,13 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio
|
|
|
33
33
|
* import { DirectConnectClient, AllocateConnectionOnInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
34
34
|
* // const { DirectConnectClient, AllocateConnectionOnInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
35
35
|
* const client = new DirectConnectClient(config);
|
|
36
|
+
* const input = { // AllocateConnectionOnInterconnectRequest
|
|
37
|
+
* bandwidth: "STRING_VALUE", // required
|
|
38
|
+
* connectionName: "STRING_VALUE", // required
|
|
39
|
+
* ownerAccount: "STRING_VALUE", // required
|
|
40
|
+
* interconnectId: "STRING_VALUE", // required
|
|
41
|
+
* vlan: Number("int"), // required
|
|
42
|
+
* };
|
|
36
43
|
* const command = new AllocateConnectionOnInterconnectCommand(input);
|
|
37
44
|
* const response = await client.send(command);
|
|
38
45
|
* ```
|
|
@@ -31,6 +31,19 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met
|
|
|
31
31
|
* import { DirectConnectClient, AllocateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
32
32
|
* // const { DirectConnectClient, AllocateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
33
33
|
* const client = new DirectConnectClient(config);
|
|
34
|
+
* const input = { // AllocateHostedConnectionRequest
|
|
35
|
+
* connectionId: "STRING_VALUE", // required
|
|
36
|
+
* ownerAccount: "STRING_VALUE", // required
|
|
37
|
+
* bandwidth: "STRING_VALUE", // required
|
|
38
|
+
* connectionName: "STRING_VALUE", // required
|
|
39
|
+
* vlan: Number("int"), // required
|
|
40
|
+
* tags: [ // TagList
|
|
41
|
+
* { // Tag
|
|
42
|
+
* key: "STRING_VALUE", // required
|
|
43
|
+
* value: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* };
|
|
34
47
|
* const command = new AllocateHostedConnectionCommand(input);
|
|
35
48
|
* const response = await client.send(command);
|
|
36
49
|
* ```
|
|
@@ -28,6 +28,26 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
|
|
|
28
28
|
* import { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
29
29
|
* // const { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
30
30
|
* const client = new DirectConnectClient(config);
|
|
31
|
+
* const input = { // AllocatePrivateVirtualInterfaceRequest
|
|
32
|
+
* connectionId: "STRING_VALUE", // required
|
|
33
|
+
* ownerAccount: "STRING_VALUE", // required
|
|
34
|
+
* newPrivateVirtualInterfaceAllocation: { // NewPrivateVirtualInterfaceAllocation
|
|
35
|
+
* virtualInterfaceName: "STRING_VALUE", // required
|
|
36
|
+
* vlan: Number("int"), // required
|
|
37
|
+
* asn: Number("int"), // required
|
|
38
|
+
* mtu: Number("int"),
|
|
39
|
+
* authKey: "STRING_VALUE",
|
|
40
|
+
* amazonAddress: "STRING_VALUE",
|
|
41
|
+
* addressFamily: "ipv4" || "ipv6",
|
|
42
|
+
* customerAddress: "STRING_VALUE",
|
|
43
|
+
* tags: [ // TagList
|
|
44
|
+
* { // Tag
|
|
45
|
+
* key: "STRING_VALUE", // required
|
|
46
|
+
* value: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* },
|
|
50
|
+
* };
|
|
31
51
|
* const command = new AllocatePrivateVirtualInterfaceCommand(input);
|
|
32
52
|
* const response = await client.send(command);
|
|
33
53
|
* ```
|
|
@@ -31,6 +31,30 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
|
|
|
31
31
|
* import { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
32
32
|
* // const { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
33
33
|
* const client = new DirectConnectClient(config);
|
|
34
|
+
* const input = { // AllocatePublicVirtualInterfaceRequest
|
|
35
|
+
* connectionId: "STRING_VALUE", // required
|
|
36
|
+
* ownerAccount: "STRING_VALUE", // required
|
|
37
|
+
* newPublicVirtualInterfaceAllocation: { // NewPublicVirtualInterfaceAllocation
|
|
38
|
+
* virtualInterfaceName: "STRING_VALUE", // required
|
|
39
|
+
* vlan: Number("int"), // required
|
|
40
|
+
* asn: Number("int"), // required
|
|
41
|
+
* authKey: "STRING_VALUE",
|
|
42
|
+
* amazonAddress: "STRING_VALUE",
|
|
43
|
+
* customerAddress: "STRING_VALUE",
|
|
44
|
+
* addressFamily: "ipv4" || "ipv6",
|
|
45
|
+
* routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
46
|
+
* { // RouteFilterPrefix
|
|
47
|
+
* cidr: "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* tags: [ // TagList
|
|
51
|
+
* { // Tag
|
|
52
|
+
* key: "STRING_VALUE", // required
|
|
53
|
+
* value: "STRING_VALUE",
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* },
|
|
57
|
+
* };
|
|
34
58
|
* const command = new AllocatePublicVirtualInterfaceCommand(input);
|
|
35
59
|
* const response = await client.send(command);
|
|
36
60
|
* ```
|
|
@@ -28,6 +28,26 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
|
|
|
28
28
|
* import { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
29
29
|
* // const { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
30
30
|
* const client = new DirectConnectClient(config);
|
|
31
|
+
* const input = { // AllocateTransitVirtualInterfaceRequest
|
|
32
|
+
* connectionId: "STRING_VALUE", // required
|
|
33
|
+
* ownerAccount: "STRING_VALUE", // required
|
|
34
|
+
* newTransitVirtualInterfaceAllocation: { // NewTransitVirtualInterfaceAllocation
|
|
35
|
+
* virtualInterfaceName: "STRING_VALUE",
|
|
36
|
+
* vlan: Number("int"),
|
|
37
|
+
* asn: Number("int"),
|
|
38
|
+
* mtu: Number("int"),
|
|
39
|
+
* authKey: "STRING_VALUE",
|
|
40
|
+
* amazonAddress: "STRING_VALUE",
|
|
41
|
+
* customerAddress: "STRING_VALUE",
|
|
42
|
+
* addressFamily: "ipv4" || "ipv6",
|
|
43
|
+
* tags: [ // TagList
|
|
44
|
+
* { // Tag
|
|
45
|
+
* key: "STRING_VALUE", // required
|
|
46
|
+
* value: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* },
|
|
50
|
+
* };
|
|
31
51
|
* const command = new AllocateTransitVirtualInterfaceCommand(input);
|
|
32
52
|
* const response = await client.send(command);
|
|
33
53
|
* ```
|
|
@@ -39,6 +39,10 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M
|
|
|
39
39
|
* import { DirectConnectClient, AssociateConnectionWithLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
40
40
|
* // const { DirectConnectClient, AssociateConnectionWithLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
41
41
|
* const client = new DirectConnectClient(config);
|
|
42
|
+
* const input = { // AssociateConnectionWithLagRequest
|
|
43
|
+
* connectionId: "STRING_VALUE", // required
|
|
44
|
+
* lagId: "STRING_VALUE", // required
|
|
45
|
+
* };
|
|
42
46
|
* const command = new AssociateConnectionWithLagCommand(input);
|
|
43
47
|
* const response = await client.send(command);
|
|
44
48
|
* ```
|
|
@@ -33,6 +33,10 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me
|
|
|
33
33
|
* import { DirectConnectClient, AssociateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
34
34
|
* // const { DirectConnectClient, AssociateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
35
35
|
* const client = new DirectConnectClient(config);
|
|
36
|
+
* const input = { // AssociateHostedConnectionRequest
|
|
37
|
+
* connectionId: "STRING_VALUE", // required
|
|
38
|
+
* parentConnectionId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
36
40
|
* const command = new AssociateHostedConnectionCommand(input);
|
|
37
41
|
* const response = await client.send(command);
|
|
38
42
|
* ```
|
|
@@ -28,6 +28,12 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo
|
|
|
28
28
|
* import { DirectConnectClient, AssociateMacSecKeyCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
29
29
|
* // const { DirectConnectClient, AssociateMacSecKeyCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
30
30
|
* const client = new DirectConnectClient(config);
|
|
31
|
+
* const input = { // AssociateMacSecKeyRequest
|
|
32
|
+
* connectionId: "STRING_VALUE", // required
|
|
33
|
+
* secretARN: "STRING_VALUE",
|
|
34
|
+
* ckn: "STRING_VALUE",
|
|
35
|
+
* cak: "STRING_VALUE",
|
|
36
|
+
* };
|
|
31
37
|
* const command = new AssociateMacSecKeyCommand(input);
|
|
32
38
|
* const response = await client.send(command);
|
|
33
39
|
* ```
|
|
@@ -35,6 +35,10 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface
|
|
|
35
35
|
* import { DirectConnectClient, AssociateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
36
36
|
* // const { DirectConnectClient, AssociateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
37
37
|
* const client = new DirectConnectClient(config);
|
|
38
|
+
* const input = { // AssociateVirtualInterfaceRequest
|
|
39
|
+
* virtualInterfaceId: "STRING_VALUE", // required
|
|
40
|
+
* connectionId: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
38
42
|
* const command = new AssociateVirtualInterfaceCommand(input);
|
|
39
43
|
* const response = await client.send(command);
|
|
40
44
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons
|
|
|
28
28
|
* import { DirectConnectClient, ConfirmConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
29
29
|
* // const { DirectConnectClient, ConfirmConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
30
30
|
* const client = new DirectConnectClient(config);
|
|
31
|
+
* const input = { // ConfirmConnectionRequest
|
|
32
|
+
* connectionId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new ConfirmConnectionCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAg
|
|
|
28
28
|
* import { DirectConnectClient, ConfirmCustomerAgreementCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
29
29
|
* // const { DirectConnectClient, ConfirmCustomerAgreementCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
30
30
|
* const client = new DirectConnectClient(config);
|
|
31
|
+
* const input = { // ConfirmCustomerAgreementRequest
|
|
32
|
+
* agreementName: "STRING_VALUE",
|
|
33
|
+
* };
|
|
31
34
|
* const command = new ConfirmCustomerAgreementCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -29,6 +29,11 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPriv
|
|
|
29
29
|
* import { DirectConnectClient, ConfirmPrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
30
30
|
* // const { DirectConnectClient, ConfirmPrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
31
31
|
* const client = new DirectConnectClient(config);
|
|
32
|
+
* const input = { // ConfirmPrivateVirtualInterfaceRequest
|
|
33
|
+
* virtualInterfaceId: "STRING_VALUE", // required
|
|
34
|
+
* virtualGatewayId: "STRING_VALUE",
|
|
35
|
+
* directConnectGatewayId: "STRING_VALUE",
|
|
36
|
+
* };
|
|
32
37
|
* const command = new ConfirmPrivateVirtualInterfaceCommand(input);
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPubli
|
|
|
28
28
|
* import { DirectConnectClient, ConfirmPublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
29
29
|
* // const { DirectConnectClient, ConfirmPublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
30
30
|
* const client = new DirectConnectClient(config);
|
|
31
|
+
* const input = { // ConfirmPublicVirtualInterfaceRequest
|
|
32
|
+
* virtualInterfaceId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new ConfirmPublicVirtualInterfaceCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -27,6 +27,10 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
|
|
|
27
27
|
* import { DirectConnectClient, ConfirmTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, ConfirmTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = { // ConfirmTransitVirtualInterfaceRequest
|
|
31
|
+
* virtualInterfaceId: "STRING_VALUE", // required
|
|
32
|
+
* directConnectGatewayId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
30
34
|
* const command = new ConfirmTransitVirtualInterfaceCommand(input);
|
|
31
35
|
* const response = await client.send(command);
|
|
32
36
|
* ```
|
|
@@ -41,6 +41,16 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
|
|
|
41
41
|
* import { DirectConnectClient, CreateBGPPeerCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
42
42
|
* // const { DirectConnectClient, CreateBGPPeerCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
43
43
|
* const client = new DirectConnectClient(config);
|
|
44
|
+
* const input = { // CreateBGPPeerRequest
|
|
45
|
+
* virtualInterfaceId: "STRING_VALUE",
|
|
46
|
+
* newBGPPeer: { // NewBGPPeer
|
|
47
|
+
* asn: Number("int"),
|
|
48
|
+
* authKey: "STRING_VALUE",
|
|
49
|
+
* addressFamily: "ipv4" || "ipv6",
|
|
50
|
+
* amazonAddress: "STRING_VALUE",
|
|
51
|
+
* customerAddress: "STRING_VALUE",
|
|
52
|
+
* },
|
|
53
|
+
* };
|
|
44
54
|
* const command = new CreateBGPPeerCommand(input);
|
|
45
55
|
* const response = await client.send(command);
|
|
46
56
|
* ```
|
|
@@ -33,6 +33,20 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
33
33
|
* import { DirectConnectClient, CreateConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
34
34
|
* // const { DirectConnectClient, CreateConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
35
35
|
* const client = new DirectConnectClient(config);
|
|
36
|
+
* const input = { // CreateConnectionRequest
|
|
37
|
+
* location: "STRING_VALUE", // required
|
|
38
|
+
* bandwidth: "STRING_VALUE", // required
|
|
39
|
+
* connectionName: "STRING_VALUE", // required
|
|
40
|
+
* lagId: "STRING_VALUE",
|
|
41
|
+
* tags: [ // TagList
|
|
42
|
+
* { // Tag
|
|
43
|
+
* key: "STRING_VALUE", // required
|
|
44
|
+
* value: "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* ],
|
|
47
|
+
* providerName: "STRING_VALUE",
|
|
48
|
+
* requestMACSec: true || false,
|
|
49
|
+
* };
|
|
36
50
|
* const command = new CreateConnectionCommand(input);
|
|
37
51
|
* const response = await client.send(command);
|
|
38
52
|
* ```
|
|
@@ -27,6 +27,16 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
|
|
|
27
27
|
* import { DirectConnectClient, CreateDirectConnectGatewayAssociationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, CreateDirectConnectGatewayAssociationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = { // CreateDirectConnectGatewayAssociationRequest
|
|
31
|
+
* directConnectGatewayId: "STRING_VALUE", // required
|
|
32
|
+
* gatewayId: "STRING_VALUE",
|
|
33
|
+
* addAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
34
|
+
* { // RouteFilterPrefix
|
|
35
|
+
* cidr: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* virtualGatewayId: "STRING_VALUE",
|
|
39
|
+
* };
|
|
30
40
|
* const command = new CreateDirectConnectGatewayAssociationCommand(input);
|
|
31
41
|
* const response = await client.send(command);
|
|
32
42
|
* ```
|
|
@@ -27,6 +27,21 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
27
27
|
* import { DirectConnectClient, CreateDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, CreateDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = { // CreateDirectConnectGatewayAssociationProposalRequest
|
|
31
|
+
* directConnectGatewayId: "STRING_VALUE", // required
|
|
32
|
+
* directConnectGatewayOwnerAccount: "STRING_VALUE", // required
|
|
33
|
+
* gatewayId: "STRING_VALUE", // required
|
|
34
|
+
* addAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
35
|
+
* { // RouteFilterPrefix
|
|
36
|
+
* cidr: "STRING_VALUE",
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* removeAllowedPrefixesToDirectConnectGateway: [
|
|
40
|
+
* {
|
|
41
|
+
* cidr: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* };
|
|
30
45
|
* const command = new CreateDirectConnectGatewayAssociationProposalCommand(input);
|
|
31
46
|
* const response = await client.send(command);
|
|
32
47
|
* ```
|
|
@@ -31,6 +31,10 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
|
|
|
31
31
|
* import { DirectConnectClient, CreateDirectConnectGatewayCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
32
32
|
* // const { DirectConnectClient, CreateDirectConnectGatewayCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
33
33
|
* const client = new DirectConnectClient(config);
|
|
34
|
+
* const input = { // CreateDirectConnectGatewayRequest
|
|
35
|
+
* directConnectGatewayName: "STRING_VALUE", // required
|
|
36
|
+
* amazonSideAsn: Number("long"),
|
|
37
|
+
* };
|
|
34
38
|
* const command = new CreateDirectConnectGatewayCommand(input);
|
|
35
39
|
* const response = await client.send(command);
|
|
36
40
|
* ```
|
|
@@ -41,6 +41,19 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
|
|
|
41
41
|
* import { DirectConnectClient, CreateInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
42
42
|
* // const { DirectConnectClient, CreateInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
43
43
|
* const client = new DirectConnectClient(config);
|
|
44
|
+
* const input = { // CreateInterconnectRequest
|
|
45
|
+
* interconnectName: "STRING_VALUE", // required
|
|
46
|
+
* bandwidth: "STRING_VALUE", // required
|
|
47
|
+
* location: "STRING_VALUE", // required
|
|
48
|
+
* lagId: "STRING_VALUE",
|
|
49
|
+
* tags: [ // TagList
|
|
50
|
+
* { // Tag
|
|
51
|
+
* key: "STRING_VALUE", // required
|
|
52
|
+
* value: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* providerName: "STRING_VALUE",
|
|
56
|
+
* };
|
|
44
57
|
* const command = new CreateInterconnectCommand(input);
|
|
45
58
|
* const response = await client.send(command);
|
|
46
59
|
* ```
|
|
@@ -43,6 +43,27 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
43
43
|
* import { DirectConnectClient, CreateLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
44
44
|
* // const { DirectConnectClient, CreateLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
45
45
|
* const client = new DirectConnectClient(config);
|
|
46
|
+
* const input = { // CreateLagRequest
|
|
47
|
+
* numberOfConnections: Number("int"), // required
|
|
48
|
+
* location: "STRING_VALUE", // required
|
|
49
|
+
* connectionsBandwidth: "STRING_VALUE", // required
|
|
50
|
+
* lagName: "STRING_VALUE", // required
|
|
51
|
+
* connectionId: "STRING_VALUE",
|
|
52
|
+
* tags: [ // TagList
|
|
53
|
+
* { // Tag
|
|
54
|
+
* key: "STRING_VALUE", // required
|
|
55
|
+
* value: "STRING_VALUE",
|
|
56
|
+
* },
|
|
57
|
+
* ],
|
|
58
|
+
* childConnectionTags: [
|
|
59
|
+
* {
|
|
60
|
+
* key: "STRING_VALUE", // required
|
|
61
|
+
* value: "STRING_VALUE",
|
|
62
|
+
* },
|
|
63
|
+
* ],
|
|
64
|
+
* providerName: "STRING_VALUE",
|
|
65
|
+
* requestMACSec: true || false,
|
|
66
|
+
* };
|
|
46
67
|
* const command = new CreateLagCommand(input);
|
|
47
68
|
* const response = await client.send(command);
|
|
48
69
|
* ```
|
|
@@ -36,6 +36,28 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
36
36
|
* import { DirectConnectClient, CreatePrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
37
37
|
* // const { DirectConnectClient, CreatePrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
38
38
|
* const client = new DirectConnectClient(config);
|
|
39
|
+
* const input = { // CreatePrivateVirtualInterfaceRequest
|
|
40
|
+
* connectionId: "STRING_VALUE", // required
|
|
41
|
+
* newPrivateVirtualInterface: { // NewPrivateVirtualInterface
|
|
42
|
+
* virtualInterfaceName: "STRING_VALUE", // required
|
|
43
|
+
* vlan: Number("int"), // required
|
|
44
|
+
* asn: Number("int"), // required
|
|
45
|
+
* mtu: Number("int"),
|
|
46
|
+
* authKey: "STRING_VALUE",
|
|
47
|
+
* amazonAddress: "STRING_VALUE",
|
|
48
|
+
* customerAddress: "STRING_VALUE",
|
|
49
|
+
* addressFamily: "ipv4" || "ipv6",
|
|
50
|
+
* virtualGatewayId: "STRING_VALUE",
|
|
51
|
+
* directConnectGatewayId: "STRING_VALUE",
|
|
52
|
+
* tags: [ // TagList
|
|
53
|
+
* { // Tag
|
|
54
|
+
* key: "STRING_VALUE", // required
|
|
55
|
+
* value: "STRING_VALUE",
|
|
56
|
+
* },
|
|
57
|
+
* ],
|
|
58
|
+
* enableSiteLink: true || false,
|
|
59
|
+
* },
|
|
60
|
+
* };
|
|
39
61
|
* const command = new CreatePrivateVirtualInterfaceCommand(input);
|
|
40
62
|
* const response = await client.send(command);
|
|
41
63
|
* ```
|
|
@@ -29,6 +29,29 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
|
|
|
29
29
|
* import { DirectConnectClient, CreatePublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
30
30
|
* // const { DirectConnectClient, CreatePublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
31
31
|
* const client = new DirectConnectClient(config);
|
|
32
|
+
* const input = { // CreatePublicVirtualInterfaceRequest
|
|
33
|
+
* connectionId: "STRING_VALUE", // required
|
|
34
|
+
* newPublicVirtualInterface: { // NewPublicVirtualInterface
|
|
35
|
+
* virtualInterfaceName: "STRING_VALUE", // required
|
|
36
|
+
* vlan: Number("int"), // required
|
|
37
|
+
* asn: Number("int"), // required
|
|
38
|
+
* authKey: "STRING_VALUE",
|
|
39
|
+
* amazonAddress: "STRING_VALUE",
|
|
40
|
+
* customerAddress: "STRING_VALUE",
|
|
41
|
+
* addressFamily: "ipv4" || "ipv6",
|
|
42
|
+
* routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
43
|
+
* { // RouteFilterPrefix
|
|
44
|
+
* cidr: "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* ],
|
|
47
|
+
* tags: [ // TagList
|
|
48
|
+
* { // Tag
|
|
49
|
+
* key: "STRING_VALUE", // required
|
|
50
|
+
* value: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* ],
|
|
53
|
+
* },
|
|
54
|
+
* };
|
|
32
55
|
* const command = new CreatePublicVirtualInterfaceCommand(input);
|
|
33
56
|
* const response = await client.send(command);
|
|
34
57
|
* ```
|
|
@@ -35,6 +35,27 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
|
|
|
35
35
|
* import { DirectConnectClient, CreateTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
36
36
|
* // const { DirectConnectClient, CreateTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
37
37
|
* const client = new DirectConnectClient(config);
|
|
38
|
+
* const input = { // CreateTransitVirtualInterfaceRequest
|
|
39
|
+
* connectionId: "STRING_VALUE", // required
|
|
40
|
+
* newTransitVirtualInterface: { // NewTransitVirtualInterface
|
|
41
|
+
* virtualInterfaceName: "STRING_VALUE",
|
|
42
|
+
* vlan: Number("int"),
|
|
43
|
+
* asn: Number("int"),
|
|
44
|
+
* mtu: Number("int"),
|
|
45
|
+
* authKey: "STRING_VALUE",
|
|
46
|
+
* amazonAddress: "STRING_VALUE",
|
|
47
|
+
* customerAddress: "STRING_VALUE",
|
|
48
|
+
* addressFamily: "ipv4" || "ipv6",
|
|
49
|
+
* directConnectGatewayId: "STRING_VALUE",
|
|
50
|
+
* tags: [ // TagList
|
|
51
|
+
* { // Tag
|
|
52
|
+
* key: "STRING_VALUE", // required
|
|
53
|
+
* value: "STRING_VALUE",
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* enableSiteLink: true || false,
|
|
57
|
+
* },
|
|
58
|
+
* };
|
|
38
59
|
* const command = new CreateTransitVirtualInterfaceCommand(input);
|
|
39
60
|
* const response = await client.send(command);
|
|
40
61
|
* ```
|
|
@@ -27,6 +27,12 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met
|
|
|
27
27
|
* import { DirectConnectClient, DeleteBGPPeerCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, DeleteBGPPeerCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = { // DeleteBGPPeerRequest
|
|
31
|
+
* virtualInterfaceId: "STRING_VALUE",
|
|
32
|
+
* asn: Number("int"),
|
|
33
|
+
* customerAddress: "STRING_VALUE",
|
|
34
|
+
* bgpPeerId: "STRING_VALUE",
|
|
35
|
+
* };
|
|
30
36
|
* const command = new DeleteBGPPeerCommand(input);
|
|
31
37
|
* const response = await client.send(command);
|
|
32
38
|
* ```
|
|
@@ -29,6 +29,9 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
29
29
|
* import { DirectConnectClient, DeleteConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
30
30
|
* // const { DirectConnectClient, DeleteConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
31
31
|
* const client = new DirectConnectClient(config);
|
|
32
|
+
* const input = { // DeleteConnectionRequest
|
|
33
|
+
* connectionId: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
32
35
|
* const command = new DeleteConnectionCommand(input);
|
|
33
36
|
* const response = await client.send(command);
|
|
34
37
|
* ```
|
|
@@ -27,6 +27,11 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput extends Dele
|
|
|
27
27
|
* import { DirectConnectClient, DeleteDirectConnectGatewayAssociationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, DeleteDirectConnectGatewayAssociationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = { // DeleteDirectConnectGatewayAssociationRequest
|
|
31
|
+
* associationId: "STRING_VALUE",
|
|
32
|
+
* directConnectGatewayId: "STRING_VALUE",
|
|
33
|
+
* virtualGatewayId: "STRING_VALUE",
|
|
34
|
+
* };
|
|
30
35
|
* const command = new DeleteDirectConnectGatewayAssociationCommand(input);
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
26
26
|
* import { DirectConnectClient, DeleteDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DeleteDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // DeleteDirectConnectGatewayAssociationProposalRequest
|
|
30
|
+
* proposalId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteDirectConnectGatewayAssociationProposalCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
|
|
|
28
28
|
* import { DirectConnectClient, DeleteDirectConnectGatewayCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
29
29
|
* // const { DirectConnectClient, DeleteDirectConnectGatewayCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
30
30
|
* const client = new DirectConnectClient(config);
|
|
31
|
+
* const input = { // DeleteDirectConnectGatewayRequest
|
|
32
|
+
* directConnectGatewayId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DeleteDirectConnectGatewayCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -30,6 +30,9 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
|
|
|
30
30
|
* import { DirectConnectClient, DeleteInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
31
31
|
* // const { DirectConnectClient, DeleteInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
32
32
|
* const client = new DirectConnectClient(config);
|
|
33
|
+
* const input = { // DeleteInterconnectRequest
|
|
34
|
+
* interconnectId: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
33
36
|
* const command = new DeleteInterconnectCommand(input);
|
|
34
37
|
* const response = await client.send(command);
|
|
35
38
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
27
27
|
* import { DirectConnectClient, DeleteLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, DeleteLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = { // DeleteLagRequest
|
|
31
|
+
* lagId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DeleteLagCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
|
|
|
26
26
|
* import { DirectConnectClient, DeleteVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DeleteVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // DeleteVirtualInterfaceRequest
|
|
30
|
+
* virtualInterfaceId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteVirtualInterfaceCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -33,6 +33,11 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
|
|
|
33
33
|
* import { DirectConnectClient, DescribeConnectionLoaCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
34
34
|
* // const { DirectConnectClient, DescribeConnectionLoaCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
35
35
|
* const client = new DirectConnectClient(config);
|
|
36
|
+
* const input = { // DescribeConnectionLoaRequest
|
|
37
|
+
* connectionId: "STRING_VALUE", // required
|
|
38
|
+
* providerName: "STRING_VALUE",
|
|
39
|
+
* loaContentType: "application/pdf",
|
|
40
|
+
* };
|
|
36
41
|
* const command = new DescribeConnectionLoaCommand(input);
|
|
37
42
|
* const response = await client.send(command);
|
|
38
43
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat
|
|
|
26
26
|
* import { DirectConnectClient, DescribeConnectionsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DescribeConnectionsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // DescribeConnectionsRequest
|
|
30
|
+
* connectionId: "STRING_VALUE",
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeConnectionsCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -32,6 +32,9 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
|
|
|
32
32
|
* import { DirectConnectClient, DescribeConnectionsOnInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
33
33
|
* // const { DirectConnectClient, DescribeConnectionsOnInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
34
34
|
* const client = new DirectConnectClient(config);
|
|
35
|
+
* const input = { // DescribeConnectionsOnInterconnectRequest
|
|
36
|
+
* interconnectId: "STRING_VALUE", // required
|
|
37
|
+
* };
|
|
35
38
|
* const command = new DescribeConnectionsOnInterconnectCommand(input);
|
|
36
39
|
* const response = await client.send(command);
|
|
37
40
|
* ```
|
|
@@ -26,6 +26,7 @@ export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerM
|
|
|
26
26
|
* import { DirectConnectClient, DescribeCustomerMetadataCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DescribeCustomerMetadataCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = {};
|
|
29
30
|
* const command = new DescribeCustomerMetadataCommand(input);
|
|
30
31
|
* const response = await client.send(command);
|
|
31
32
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput e
|
|
|
26
26
|
* import { DirectConnectClient, DescribeDirectConnectGatewayAssociationProposalsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DescribeDirectConnectGatewayAssociationProposalsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // DescribeDirectConnectGatewayAssociationProposalsRequest
|
|
30
|
+
* directConnectGatewayId: "STRING_VALUE",
|
|
31
|
+
* proposalId: "STRING_VALUE",
|
|
32
|
+
* associatedGatewayId: "STRING_VALUE",
|
|
33
|
+
* maxResults: Number("int"),
|
|
34
|
+
* nextToken: "STRING_VALUE",
|
|
35
|
+
* };
|
|
29
36
|
* const command = new DescribeDirectConnectGatewayAssociationProposalsCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -48,6 +48,14 @@ export interface DescribeDirectConnectGatewayAssociationsCommandOutput extends D
|
|
|
48
48
|
* import { DirectConnectClient, DescribeDirectConnectGatewayAssociationsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
49
49
|
* // const { DirectConnectClient, DescribeDirectConnectGatewayAssociationsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
50
50
|
* const client = new DirectConnectClient(config);
|
|
51
|
+
* const input = { // DescribeDirectConnectGatewayAssociationsRequest
|
|
52
|
+
* associationId: "STRING_VALUE",
|
|
53
|
+
* associatedGatewayId: "STRING_VALUE",
|
|
54
|
+
* directConnectGatewayId: "STRING_VALUE",
|
|
55
|
+
* maxResults: Number("int"),
|
|
56
|
+
* nextToken: "STRING_VALUE",
|
|
57
|
+
* virtualGatewayId: "STRING_VALUE",
|
|
58
|
+
* };
|
|
51
59
|
* const command = new DescribeDirectConnectGatewayAssociationsCommand(input);
|
|
52
60
|
* const response = await client.send(command);
|
|
53
61
|
* ```
|
|
@@ -30,6 +30,12 @@ export interface DescribeDirectConnectGatewayAttachmentsCommandOutput extends De
|
|
|
30
30
|
* import { DirectConnectClient, DescribeDirectConnectGatewayAttachmentsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
31
31
|
* // const { DirectConnectClient, DescribeDirectConnectGatewayAttachmentsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
32
32
|
* const client = new DirectConnectClient(config);
|
|
33
|
+
* const input = { // DescribeDirectConnectGatewayAttachmentsRequest
|
|
34
|
+
* directConnectGatewayId: "STRING_VALUE",
|
|
35
|
+
* virtualInterfaceId: "STRING_VALUE",
|
|
36
|
+
* maxResults: Number("int"),
|
|
37
|
+
* nextToken: "STRING_VALUE",
|
|
38
|
+
* };
|
|
33
39
|
* const command = new DescribeDirectConnectGatewayAttachmentsCommand(input);
|
|
34
40
|
* const response = await client.send(command);
|
|
35
41
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeDirectConnectGatewaysCommandOutput extends DescribeDire
|
|
|
26
26
|
* import { DirectConnectClient, DescribeDirectConnectGatewaysCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DescribeDirectConnectGatewaysCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // DescribeDirectConnectGatewaysRequest
|
|
30
|
+
* directConnectGatewayId: "STRING_VALUE",
|
|
31
|
+
* maxResults: Number("int"),
|
|
32
|
+
* nextToken: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeDirectConnectGatewaysCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -30,6 +30,9 @@ export interface DescribeHostedConnectionsCommandOutput extends Connections, __M
|
|
|
30
30
|
* import { DirectConnectClient, DescribeHostedConnectionsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
31
31
|
* // const { DirectConnectClient, DescribeHostedConnectionsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
32
32
|
* const client = new DirectConnectClient(config);
|
|
33
|
+
* const input = { // DescribeHostedConnectionsRequest
|
|
34
|
+
* connectionId: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
33
36
|
* const command = new DescribeHostedConnectionsCommand(input);
|
|
34
37
|
* const response = await client.send(command);
|
|
35
38
|
* ```
|
|
@@ -32,6 +32,11 @@ export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconne
|
|
|
32
32
|
* import { DirectConnectClient, DescribeInterconnectLoaCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
33
33
|
* // const { DirectConnectClient, DescribeInterconnectLoaCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
34
34
|
* const client = new DirectConnectClient(config);
|
|
35
|
+
* const input = { // DescribeInterconnectLoaRequest
|
|
36
|
+
* interconnectId: "STRING_VALUE", // required
|
|
37
|
+
* providerName: "STRING_VALUE",
|
|
38
|
+
* loaContentType: "application/pdf",
|
|
39
|
+
* };
|
|
35
40
|
* const command = new DescribeInterconnectLoaCommand(input);
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeInterconnectsCommandOutput extends Interconnects, __Met
|
|
|
26
26
|
* import { DirectConnectClient, DescribeInterconnectsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DescribeInterconnectsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // DescribeInterconnectsRequest
|
|
30
|
+
* interconnectId: "STRING_VALUE",
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeInterconnectsCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeLagsCommandOutput extends Lags, __MetadataBearer {
|
|
|
26
26
|
* import { DirectConnectClient, DescribeLagsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DescribeLagsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // DescribeLagsRequest
|
|
30
|
+
* lagId: "STRING_VALUE",
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeLagsCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -29,6 +29,11 @@ export interface DescribeLoaCommandOutput extends Loa, __MetadataBearer {
|
|
|
29
29
|
* import { DirectConnectClient, DescribeLoaCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
30
30
|
* // const { DirectConnectClient, DescribeLoaCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
31
31
|
* const client = new DirectConnectClient(config);
|
|
32
|
+
* const input = { // DescribeLoaRequest
|
|
33
|
+
* connectionId: "STRING_VALUE", // required
|
|
34
|
+
* providerName: "STRING_VALUE",
|
|
35
|
+
* loaContentType: "application/pdf",
|
|
36
|
+
* };
|
|
32
37
|
* const command = new DescribeLoaCommand(input);
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
@@ -27,6 +27,7 @@ export interface DescribeLocationsCommandOutput extends Locations, __MetadataBea
|
|
|
27
27
|
* import { DirectConnectClient, DescribeLocationsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, DescribeLocationsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = {};
|
|
30
31
|
* const command = new DescribeLocationsCommand(input);
|
|
31
32
|
* const response = await client.send(command);
|
|
32
33
|
* ```
|
|
@@ -28,6 +28,10 @@ export interface DescribeRouterConfigurationCommandOutput extends DescribeRouter
|
|
|
28
28
|
* import { DirectConnectClient, DescribeRouterConfigurationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
29
29
|
* // const { DirectConnectClient, DescribeRouterConfigurationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
30
30
|
* const client = new DirectConnectClient(config);
|
|
31
|
+
* const input = { // DescribeRouterConfigurationRequest
|
|
32
|
+
* virtualInterfaceId: "STRING_VALUE", // required
|
|
33
|
+
* routerTypeIdentifier: "STRING_VALUE",
|
|
34
|
+
* };
|
|
31
35
|
* const command = new DescribeRouterConfigurationCommand(input);
|
|
32
36
|
* const response = await client.send(command);
|
|
33
37
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
|
|
|
26
26
|
* import { DirectConnectClient, DescribeTagsCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DescribeTagsCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // DescribeTagsRequest
|
|
30
|
+
* resourceArns: [ // ResourceArnList // required
|
|
31
|
+
* "STRING_VALUE",
|
|
32
|
+
* ],
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeTagsCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -27,6 +27,7 @@ export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, _
|
|
|
27
27
|
* import { DirectConnectClient, DescribeVirtualGatewaysCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, DescribeVirtualGatewaysCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = {};
|
|
30
31
|
* const command = new DescribeVirtualGatewaysCommand(input);
|
|
31
32
|
* const response = await client.send(command);
|
|
32
33
|
* ```
|
|
@@ -30,6 +30,10 @@ export interface DescribeVirtualInterfacesCommandOutput extends VirtualInterface
|
|
|
30
30
|
* import { DirectConnectClient, DescribeVirtualInterfacesCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
31
31
|
* // const { DirectConnectClient, DescribeVirtualInterfacesCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
32
32
|
* const client = new DirectConnectClient(config);
|
|
33
|
+
* const input = { // DescribeVirtualInterfacesRequest
|
|
34
|
+
* connectionId: "STRING_VALUE",
|
|
35
|
+
* virtualInterfaceId: "STRING_VALUE",
|
|
36
|
+
* };
|
|
33
37
|
* const command = new DescribeVirtualInterfacesCommand(input);
|
|
34
38
|
* const response = await client.send(command);
|
|
35
39
|
* ```
|
|
@@ -35,6 +35,10 @@ export interface DisassociateConnectionFromLagCommandOutput extends Connection,
|
|
|
35
35
|
* import { DirectConnectClient, DisassociateConnectionFromLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
36
36
|
* // const { DirectConnectClient, DisassociateConnectionFromLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
37
37
|
* const client = new DirectConnectClient(config);
|
|
38
|
+
* const input = { // DisassociateConnectionFromLagRequest
|
|
39
|
+
* connectionId: "STRING_VALUE", // required
|
|
40
|
+
* lagId: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
38
42
|
* const command = new DisassociateConnectionFromLagCommand(input);
|
|
39
43
|
* const response = await client.send(command);
|
|
40
44
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DisassociateMacSecKeyCommandOutput extends DisassociateMacSecKe
|
|
|
26
26
|
* import { DirectConnectClient, DisassociateMacSecKeyCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, DisassociateMacSecKeyCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // DisassociateMacSecKeyRequest
|
|
30
|
+
* connectionId: "STRING_VALUE", // required
|
|
31
|
+
* secretARN: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DisassociateMacSecKeyCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface ListVirtualInterfaceTestHistoryCommandOutput extends ListVirtua
|
|
|
26
26
|
* import { DirectConnectClient, ListVirtualInterfaceTestHistoryCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, ListVirtualInterfaceTestHistoryCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // ListVirtualInterfaceTestHistoryRequest
|
|
30
|
+
* testId: "STRING_VALUE",
|
|
31
|
+
* virtualInterfaceId: "STRING_VALUE",
|
|
32
|
+
* bgpPeers: [ // BGPPeerIdList
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* status: "STRING_VALUE",
|
|
36
|
+
* maxResults: Number("int"),
|
|
37
|
+
* nextToken: "STRING_VALUE",
|
|
38
|
+
* };
|
|
29
39
|
* const command = new ListVirtualInterfaceTestHistoryCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|
|
@@ -29,6 +29,13 @@ export interface StartBgpFailoverTestCommandOutput extends StartBgpFailoverTestR
|
|
|
29
29
|
* import { DirectConnectClient, StartBgpFailoverTestCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
30
30
|
* // const { DirectConnectClient, StartBgpFailoverTestCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
31
31
|
* const client = new DirectConnectClient(config);
|
|
32
|
+
* const input = { // StartBgpFailoverTestRequest
|
|
33
|
+
* virtualInterfaceId: "STRING_VALUE", // required
|
|
34
|
+
* bgpPeers: [ // BGPPeerIdList
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* testDurationInMinutes: Number("int"),
|
|
38
|
+
* };
|
|
32
39
|
* const command = new StartBgpFailoverTestCommand(input);
|
|
33
40
|
* const response = await client.send(command);
|
|
34
41
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface StopBgpFailoverTestCommandOutput extends StopBgpFailoverTestRes
|
|
|
26
26
|
* import { DirectConnectClient, StopBgpFailoverTestCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, StopBgpFailoverTestCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // StopBgpFailoverTestRequest
|
|
30
|
+
* virtualInterfaceId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new StopBgpFailoverTestCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,15 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
27
27
|
* import { DirectConnectClient, TagResourceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, TagResourceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = { // TagResourceRequest
|
|
31
|
+
* resourceArn: "STRING_VALUE", // required
|
|
32
|
+
* tags: [ // TagList // required
|
|
33
|
+
* { // Tag
|
|
34
|
+
* key: "STRING_VALUE", // required
|
|
35
|
+
* value: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* };
|
|
30
39
|
* const command = new TagResourceCommand(input);
|
|
31
40
|
* const response = await client.send(command);
|
|
32
41
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { DirectConnectClient, UntagResourceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, UntagResourceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
|
+
* resourceArn: "STRING_VALUE", // required
|
|
31
|
+
* tagKeys: [ // TagKeyList // required
|
|
32
|
+
* "STRING_VALUE",
|
|
33
|
+
* ],
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UntagResourceCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -35,6 +35,11 @@ export interface UpdateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
35
35
|
* import { DirectConnectClient, UpdateConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
36
36
|
* // const { DirectConnectClient, UpdateConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
37
37
|
* const client = new DirectConnectClient(config);
|
|
38
|
+
* const input = { // UpdateConnectionRequest
|
|
39
|
+
* connectionId: "STRING_VALUE", // required
|
|
40
|
+
* connectionName: "STRING_VALUE",
|
|
41
|
+
* encryptionMode: "STRING_VALUE",
|
|
42
|
+
* };
|
|
38
43
|
* const command = new UpdateConnectionCommand(input);
|
|
39
44
|
* const response = await client.send(command);
|
|
40
45
|
* ```
|
|
@@ -27,6 +27,19 @@ export interface UpdateDirectConnectGatewayAssociationCommandOutput extends Upda
|
|
|
27
27
|
* import { DirectConnectClient, UpdateDirectConnectGatewayAssociationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
28
|
* // const { DirectConnectClient, UpdateDirectConnectGatewayAssociationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
29
|
* const client = new DirectConnectClient(config);
|
|
30
|
+
* const input = { // UpdateDirectConnectGatewayAssociationRequest
|
|
31
|
+
* associationId: "STRING_VALUE",
|
|
32
|
+
* addAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
33
|
+
* { // RouteFilterPrefix
|
|
34
|
+
* cidr: "STRING_VALUE",
|
|
35
|
+
* },
|
|
36
|
+
* ],
|
|
37
|
+
* removeAllowedPrefixesToDirectConnectGateway: [
|
|
38
|
+
* {
|
|
39
|
+
* cidr: "STRING_VALUE",
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* };
|
|
30
43
|
* const command = new UpdateDirectConnectGatewayAssociationCommand(input);
|
|
31
44
|
* const response = await client.send(command);
|
|
32
45
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectCon
|
|
|
26
26
|
* import { DirectConnectClient, UpdateDirectConnectGatewayCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
27
27
|
* // const { DirectConnectClient, UpdateDirectConnectGatewayCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
28
28
|
* const client = new DirectConnectClient(config);
|
|
29
|
+
* const input = { // UpdateDirectConnectGatewayRequest
|
|
30
|
+
* directConnectGatewayId: "STRING_VALUE", // required
|
|
31
|
+
* newDirectConnectGatewayName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateDirectConnectGatewayCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -48,6 +48,12 @@ export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
48
48
|
* import { DirectConnectClient, UpdateLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
49
49
|
* // const { DirectConnectClient, UpdateLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
50
50
|
* const client = new DirectConnectClient(config);
|
|
51
|
+
* const input = { // UpdateLagRequest
|
|
52
|
+
* lagId: "STRING_VALUE", // required
|
|
53
|
+
* lagName: "STRING_VALUE",
|
|
54
|
+
* minimumLinks: Number("int"),
|
|
55
|
+
* encryptionMode: "STRING_VALUE",
|
|
56
|
+
* };
|
|
51
57
|
* const command = new UpdateLagCommand(input);
|
|
52
58
|
* const response = await client.send(command);
|
|
53
59
|
* ```
|
|
@@ -32,6 +32,12 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
|
|
|
32
32
|
* import { DirectConnectClient, UpdateVirtualInterfaceAttributesCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
33
33
|
* // const { DirectConnectClient, UpdateVirtualInterfaceAttributesCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
34
34
|
* const client = new DirectConnectClient(config);
|
|
35
|
+
* const input = { // UpdateVirtualInterfaceAttributesRequest
|
|
36
|
+
* virtualInterfaceId: "STRING_VALUE", // required
|
|
37
|
+
* mtu: Number("int"),
|
|
38
|
+
* enableSiteLink: true || false,
|
|
39
|
+
* virtualInterfaceName: "STRING_VALUE",
|
|
40
|
+
* };
|
|
35
41
|
* const command = new UpdateVirtualInterfaceAttributesCommand(input);
|
|
36
42
|
* const response = await client.send(command);
|
|
37
43
|
* ```
|
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.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|