@aws-sdk/client-direct-connect 3.300.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 +3 -3
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +3 -3
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +6 -6
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -3
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +3 -3
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterconnectCommand.d.ts +3 -3
- package/dist-types/commands/CreateLagCommand.d.ts +3 -3
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +6 -6
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -2
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +2 -2
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -26,12 +26,12 @@ 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 = {
|
|
29
|
+
* const input = { // AcceptDirectConnectGatewayAssociationProposalRequest
|
|
30
30
|
* directConnectGatewayId: "STRING_VALUE", // required
|
|
31
31
|
* proposalId: "STRING_VALUE", // required
|
|
32
32
|
* associatedGatewayOwnerAccount: "STRING_VALUE", // required
|
|
33
|
-
* overrideAllowedPrefixesToDirectConnectGateway: [
|
|
34
|
-
* {
|
|
33
|
+
* overrideAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
34
|
+
* { // RouteFilterPrefix
|
|
35
35
|
* cidr: "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* ],
|
|
@@ -33,7 +33,7 @@ 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 = {
|
|
36
|
+
* const input = { // AllocateConnectionOnInterconnectRequest
|
|
37
37
|
* bandwidth: "STRING_VALUE", // required
|
|
38
38
|
* connectionName: "STRING_VALUE", // required
|
|
39
39
|
* ownerAccount: "STRING_VALUE", // required
|
|
@@ -31,14 +31,14 @@ 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 = {
|
|
34
|
+
* const input = { // AllocateHostedConnectionRequest
|
|
35
35
|
* connectionId: "STRING_VALUE", // required
|
|
36
36
|
* ownerAccount: "STRING_VALUE", // required
|
|
37
37
|
* bandwidth: "STRING_VALUE", // required
|
|
38
38
|
* connectionName: "STRING_VALUE", // required
|
|
39
39
|
* vlan: Number("int"), // required
|
|
40
|
-
* tags: [
|
|
41
|
-
* {
|
|
40
|
+
* tags: [ // TagList
|
|
41
|
+
* { // Tag
|
|
42
42
|
* key: "STRING_VALUE", // required
|
|
43
43
|
* value: "STRING_VALUE",
|
|
44
44
|
* },
|
|
@@ -28,10 +28,10 @@ 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 = {
|
|
31
|
+
* const input = { // AllocatePrivateVirtualInterfaceRequest
|
|
32
32
|
* connectionId: "STRING_VALUE", // required
|
|
33
33
|
* ownerAccount: "STRING_VALUE", // required
|
|
34
|
-
* newPrivateVirtualInterfaceAllocation: {
|
|
34
|
+
* newPrivateVirtualInterfaceAllocation: { // NewPrivateVirtualInterfaceAllocation
|
|
35
35
|
* virtualInterfaceName: "STRING_VALUE", // required
|
|
36
36
|
* vlan: Number("int"), // required
|
|
37
37
|
* asn: Number("int"), // required
|
|
@@ -40,8 +40,8 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
|
|
|
40
40
|
* amazonAddress: "STRING_VALUE",
|
|
41
41
|
* addressFamily: "ipv4" || "ipv6",
|
|
42
42
|
* customerAddress: "STRING_VALUE",
|
|
43
|
-
* tags: [
|
|
44
|
-
* {
|
|
43
|
+
* tags: [ // TagList
|
|
44
|
+
* { // Tag
|
|
45
45
|
* key: "STRING_VALUE", // required
|
|
46
46
|
* value: "STRING_VALUE",
|
|
47
47
|
* },
|
|
@@ -31,10 +31,10 @@ 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 = {
|
|
34
|
+
* const input = { // AllocatePublicVirtualInterfaceRequest
|
|
35
35
|
* connectionId: "STRING_VALUE", // required
|
|
36
36
|
* ownerAccount: "STRING_VALUE", // required
|
|
37
|
-
* newPublicVirtualInterfaceAllocation: {
|
|
37
|
+
* newPublicVirtualInterfaceAllocation: { // NewPublicVirtualInterfaceAllocation
|
|
38
38
|
* virtualInterfaceName: "STRING_VALUE", // required
|
|
39
39
|
* vlan: Number("int"), // required
|
|
40
40
|
* asn: Number("int"), // required
|
|
@@ -42,13 +42,13 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
|
|
|
42
42
|
* amazonAddress: "STRING_VALUE",
|
|
43
43
|
* customerAddress: "STRING_VALUE",
|
|
44
44
|
* addressFamily: "ipv4" || "ipv6",
|
|
45
|
-
* routeFilterPrefixes: [
|
|
46
|
-
* {
|
|
45
|
+
* routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
46
|
+
* { // RouteFilterPrefix
|
|
47
47
|
* cidr: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
|
-
* tags: [
|
|
51
|
-
* {
|
|
50
|
+
* tags: [ // TagList
|
|
51
|
+
* { // Tag
|
|
52
52
|
* key: "STRING_VALUE", // required
|
|
53
53
|
* value: "STRING_VALUE",
|
|
54
54
|
* },
|
|
@@ -28,10 +28,10 @@ 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 = {
|
|
31
|
+
* const input = { // AllocateTransitVirtualInterfaceRequest
|
|
32
32
|
* connectionId: "STRING_VALUE", // required
|
|
33
33
|
* ownerAccount: "STRING_VALUE", // required
|
|
34
|
-
* newTransitVirtualInterfaceAllocation: {
|
|
34
|
+
* newTransitVirtualInterfaceAllocation: { // NewTransitVirtualInterfaceAllocation
|
|
35
35
|
* virtualInterfaceName: "STRING_VALUE",
|
|
36
36
|
* vlan: Number("int"),
|
|
37
37
|
* asn: Number("int"),
|
|
@@ -40,8 +40,8 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
|
|
|
40
40
|
* amazonAddress: "STRING_VALUE",
|
|
41
41
|
* customerAddress: "STRING_VALUE",
|
|
42
42
|
* addressFamily: "ipv4" || "ipv6",
|
|
43
|
-
* tags: [
|
|
44
|
-
* {
|
|
43
|
+
* tags: [ // TagList
|
|
44
|
+
* { // Tag
|
|
45
45
|
* key: "STRING_VALUE", // required
|
|
46
46
|
* value: "STRING_VALUE",
|
|
47
47
|
* },
|
|
@@ -39,7 +39,7 @@ 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 = {
|
|
42
|
+
* const input = { // AssociateConnectionWithLagRequest
|
|
43
43
|
* connectionId: "STRING_VALUE", // required
|
|
44
44
|
* lagId: "STRING_VALUE", // required
|
|
45
45
|
* };
|
|
@@ -33,7 +33,7 @@ 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 = {
|
|
36
|
+
* const input = { // AssociateHostedConnectionRequest
|
|
37
37
|
* connectionId: "STRING_VALUE", // required
|
|
38
38
|
* parentConnectionId: "STRING_VALUE", // required
|
|
39
39
|
* };
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // AssociateMacSecKeyRequest
|
|
32
32
|
* connectionId: "STRING_VALUE", // required
|
|
33
33
|
* secretARN: "STRING_VALUE",
|
|
34
34
|
* ckn: "STRING_VALUE",
|
|
@@ -35,7 +35,7 @@ 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 = {
|
|
38
|
+
* const input = { // AssociateVirtualInterfaceRequest
|
|
39
39
|
* virtualInterfaceId: "STRING_VALUE", // required
|
|
40
40
|
* connectionId: "STRING_VALUE", // required
|
|
41
41
|
* };
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // ConfirmConnectionRequest
|
|
32
32
|
* connectionId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ConfirmConnectionCommand(input);
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // ConfirmCustomerAgreementRequest
|
|
32
32
|
* agreementName: "STRING_VALUE",
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ConfirmCustomerAgreementCommand(input);
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // ConfirmPrivateVirtualInterfaceRequest
|
|
33
33
|
* virtualInterfaceId: "STRING_VALUE", // required
|
|
34
34
|
* virtualGatewayId: "STRING_VALUE",
|
|
35
35
|
* directConnectGatewayId: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // ConfirmPublicVirtualInterfaceRequest
|
|
32
32
|
* virtualInterfaceId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ConfirmPublicVirtualInterfaceCommand(input);
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // ConfirmTransitVirtualInterfaceRequest
|
|
31
31
|
* virtualInterfaceId: "STRING_VALUE", // required
|
|
32
32
|
* directConnectGatewayId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -41,9 +41,9 @@ 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 = {
|
|
44
|
+
* const input = { // CreateBGPPeerRequest
|
|
45
45
|
* virtualInterfaceId: "STRING_VALUE",
|
|
46
|
-
* newBGPPeer: {
|
|
46
|
+
* newBGPPeer: { // NewBGPPeer
|
|
47
47
|
* asn: Number("int"),
|
|
48
48
|
* authKey: "STRING_VALUE",
|
|
49
49
|
* addressFamily: "ipv4" || "ipv6",
|
|
@@ -33,13 +33,13 @@ 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 = {
|
|
36
|
+
* const input = { // CreateConnectionRequest
|
|
37
37
|
* location: "STRING_VALUE", // required
|
|
38
38
|
* bandwidth: "STRING_VALUE", // required
|
|
39
39
|
* connectionName: "STRING_VALUE", // required
|
|
40
40
|
* lagId: "STRING_VALUE",
|
|
41
|
-
* tags: [
|
|
42
|
-
* {
|
|
41
|
+
* tags: [ // TagList
|
|
42
|
+
* { // Tag
|
|
43
43
|
* key: "STRING_VALUE", // required
|
|
44
44
|
* value: "STRING_VALUE",
|
|
45
45
|
* },
|
|
@@ -27,11 +27,11 @@ 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 = {
|
|
30
|
+
* const input = { // CreateDirectConnectGatewayAssociationRequest
|
|
31
31
|
* directConnectGatewayId: "STRING_VALUE", // required
|
|
32
32
|
* gatewayId: "STRING_VALUE",
|
|
33
|
-
* addAllowedPrefixesToDirectConnectGateway: [
|
|
34
|
-
* {
|
|
33
|
+
* addAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
34
|
+
* { // RouteFilterPrefix
|
|
35
35
|
* cidr: "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* ],
|
|
@@ -27,12 +27,12 @@ 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 = {
|
|
30
|
+
* const input = { // CreateDirectConnectGatewayAssociationProposalRequest
|
|
31
31
|
* directConnectGatewayId: "STRING_VALUE", // required
|
|
32
32
|
* directConnectGatewayOwnerAccount: "STRING_VALUE", // required
|
|
33
33
|
* gatewayId: "STRING_VALUE", // required
|
|
34
|
-
* addAllowedPrefixesToDirectConnectGateway: [
|
|
35
|
-
* {
|
|
34
|
+
* addAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
35
|
+
* { // RouteFilterPrefix
|
|
36
36
|
* cidr: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
38
|
* ],
|
|
@@ -31,7 +31,7 @@ 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 = {
|
|
34
|
+
* const input = { // CreateDirectConnectGatewayRequest
|
|
35
35
|
* directConnectGatewayName: "STRING_VALUE", // required
|
|
36
36
|
* amazonSideAsn: Number("long"),
|
|
37
37
|
* };
|
|
@@ -41,13 +41,13 @@ 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 = {
|
|
44
|
+
* const input = { // CreateInterconnectRequest
|
|
45
45
|
* interconnectName: "STRING_VALUE", // required
|
|
46
46
|
* bandwidth: "STRING_VALUE", // required
|
|
47
47
|
* location: "STRING_VALUE", // required
|
|
48
48
|
* lagId: "STRING_VALUE",
|
|
49
|
-
* tags: [
|
|
50
|
-
* {
|
|
49
|
+
* tags: [ // TagList
|
|
50
|
+
* { // Tag
|
|
51
51
|
* key: "STRING_VALUE", // required
|
|
52
52
|
* value: "STRING_VALUE",
|
|
53
53
|
* },
|
|
@@ -43,14 +43,14 @@ 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 = {
|
|
46
|
+
* const input = { // CreateLagRequest
|
|
47
47
|
* numberOfConnections: Number("int"), // required
|
|
48
48
|
* location: "STRING_VALUE", // required
|
|
49
49
|
* connectionsBandwidth: "STRING_VALUE", // required
|
|
50
50
|
* lagName: "STRING_VALUE", // required
|
|
51
51
|
* connectionId: "STRING_VALUE",
|
|
52
|
-
* tags: [
|
|
53
|
-
* {
|
|
52
|
+
* tags: [ // TagList
|
|
53
|
+
* { // Tag
|
|
54
54
|
* key: "STRING_VALUE", // required
|
|
55
55
|
* value: "STRING_VALUE",
|
|
56
56
|
* },
|
|
@@ -36,9 +36,9 @@ 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 = {
|
|
39
|
+
* const input = { // CreatePrivateVirtualInterfaceRequest
|
|
40
40
|
* connectionId: "STRING_VALUE", // required
|
|
41
|
-
* newPrivateVirtualInterface: {
|
|
41
|
+
* newPrivateVirtualInterface: { // NewPrivateVirtualInterface
|
|
42
42
|
* virtualInterfaceName: "STRING_VALUE", // required
|
|
43
43
|
* vlan: Number("int"), // required
|
|
44
44
|
* asn: Number("int"), // required
|
|
@@ -49,8 +49,8 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
49
49
|
* addressFamily: "ipv4" || "ipv6",
|
|
50
50
|
* virtualGatewayId: "STRING_VALUE",
|
|
51
51
|
* directConnectGatewayId: "STRING_VALUE",
|
|
52
|
-
* tags: [
|
|
53
|
-
* {
|
|
52
|
+
* tags: [ // TagList
|
|
53
|
+
* { // Tag
|
|
54
54
|
* key: "STRING_VALUE", // required
|
|
55
55
|
* value: "STRING_VALUE",
|
|
56
56
|
* },
|
|
@@ -29,9 +29,9 @@ 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 = {
|
|
32
|
+
* const input = { // CreatePublicVirtualInterfaceRequest
|
|
33
33
|
* connectionId: "STRING_VALUE", // required
|
|
34
|
-
* newPublicVirtualInterface: {
|
|
34
|
+
* newPublicVirtualInterface: { // NewPublicVirtualInterface
|
|
35
35
|
* virtualInterfaceName: "STRING_VALUE", // required
|
|
36
36
|
* vlan: Number("int"), // required
|
|
37
37
|
* asn: Number("int"), // required
|
|
@@ -39,13 +39,13 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
|
|
|
39
39
|
* amazonAddress: "STRING_VALUE",
|
|
40
40
|
* customerAddress: "STRING_VALUE",
|
|
41
41
|
* addressFamily: "ipv4" || "ipv6",
|
|
42
|
-
* routeFilterPrefixes: [
|
|
43
|
-
* {
|
|
42
|
+
* routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
43
|
+
* { // RouteFilterPrefix
|
|
44
44
|
* cidr: "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* ],
|
|
47
|
-
* tags: [
|
|
48
|
-
* {
|
|
47
|
+
* tags: [ // TagList
|
|
48
|
+
* { // Tag
|
|
49
49
|
* key: "STRING_VALUE", // required
|
|
50
50
|
* value: "STRING_VALUE",
|
|
51
51
|
* },
|
|
@@ -35,9 +35,9 @@ 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 = {
|
|
38
|
+
* const input = { // CreateTransitVirtualInterfaceRequest
|
|
39
39
|
* connectionId: "STRING_VALUE", // required
|
|
40
|
-
* newTransitVirtualInterface: {
|
|
40
|
+
* newTransitVirtualInterface: { // NewTransitVirtualInterface
|
|
41
41
|
* virtualInterfaceName: "STRING_VALUE",
|
|
42
42
|
* vlan: Number("int"),
|
|
43
43
|
* asn: Number("int"),
|
|
@@ -47,8 +47,8 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
|
|
|
47
47
|
* customerAddress: "STRING_VALUE",
|
|
48
48
|
* addressFamily: "ipv4" || "ipv6",
|
|
49
49
|
* directConnectGatewayId: "STRING_VALUE",
|
|
50
|
-
* tags: [
|
|
51
|
-
* {
|
|
50
|
+
* tags: [ // TagList
|
|
51
|
+
* { // Tag
|
|
52
52
|
* key: "STRING_VALUE", // required
|
|
53
53
|
* value: "STRING_VALUE",
|
|
54
54
|
* },
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // DeleteBGPPeerRequest
|
|
31
31
|
* virtualInterfaceId: "STRING_VALUE",
|
|
32
32
|
* asn: Number("int"),
|
|
33
33
|
* customerAddress: "STRING_VALUE",
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // DeleteConnectionRequest
|
|
33
33
|
* connectionId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteConnectionCommand(input);
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // DeleteDirectConnectGatewayAssociationRequest
|
|
31
31
|
* associationId: "STRING_VALUE",
|
|
32
32
|
* directConnectGatewayId: "STRING_VALUE",
|
|
33
33
|
* virtualGatewayId: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteDirectConnectGatewayAssociationProposalRequest
|
|
30
30
|
* proposalId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDirectConnectGatewayAssociationProposalCommand(input);
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // DeleteDirectConnectGatewayRequest
|
|
32
32
|
* directConnectGatewayId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteDirectConnectGatewayCommand(input);
|
|
@@ -30,7 +30,7 @@ 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 = {
|
|
33
|
+
* const input = { // DeleteInterconnectRequest
|
|
34
34
|
* interconnectId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteInterconnectCommand(input);
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // DeleteLagRequest
|
|
31
31
|
* lagId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteLagCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteVirtualInterfaceRequest
|
|
30
30
|
* virtualInterfaceId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteVirtualInterfaceCommand(input);
|
|
@@ -33,7 +33,7 @@ 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 = {
|
|
36
|
+
* const input = { // DescribeConnectionLoaRequest
|
|
37
37
|
* connectionId: "STRING_VALUE", // required
|
|
38
38
|
* providerName: "STRING_VALUE",
|
|
39
39
|
* loaContentType: "application/pdf",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeConnectionsRequest
|
|
30
30
|
* connectionId: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeConnectionsCommand(input);
|
|
@@ -32,7 +32,7 @@ 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 = {
|
|
35
|
+
* const input = { // DescribeConnectionsOnInterconnectRequest
|
|
36
36
|
* interconnectId: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DescribeConnectionsOnInterconnectCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeDirectConnectGatewayAssociationProposalsRequest
|
|
30
30
|
* directConnectGatewayId: "STRING_VALUE",
|
|
31
31
|
* proposalId: "STRING_VALUE",
|
|
32
32
|
* associatedGatewayId: "STRING_VALUE",
|
|
@@ -48,7 +48,7 @@ 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 = {
|
|
51
|
+
* const input = { // DescribeDirectConnectGatewayAssociationsRequest
|
|
52
52
|
* associationId: "STRING_VALUE",
|
|
53
53
|
* associatedGatewayId: "STRING_VALUE",
|
|
54
54
|
* directConnectGatewayId: "STRING_VALUE",
|
|
@@ -30,7 +30,7 @@ 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 = {
|
|
33
|
+
* const input = { // DescribeDirectConnectGatewayAttachmentsRequest
|
|
34
34
|
* directConnectGatewayId: "STRING_VALUE",
|
|
35
35
|
* virtualInterfaceId: "STRING_VALUE",
|
|
36
36
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeDirectConnectGatewaysRequest
|
|
30
30
|
* directConnectGatewayId: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -30,7 +30,7 @@ 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 = {
|
|
33
|
+
* const input = { // DescribeHostedConnectionsRequest
|
|
34
34
|
* connectionId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DescribeHostedConnectionsCommand(input);
|
|
@@ -32,7 +32,7 @@ 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 = {
|
|
35
|
+
* const input = { // DescribeInterconnectLoaRequest
|
|
36
36
|
* interconnectId: "STRING_VALUE", // required
|
|
37
37
|
* providerName: "STRING_VALUE",
|
|
38
38
|
* loaContentType: "application/pdf",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeInterconnectsRequest
|
|
30
30
|
* interconnectId: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeInterconnectsCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeLagsRequest
|
|
30
30
|
* lagId: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeLagsCommand(input);
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // DescribeLoaRequest
|
|
33
33
|
* connectionId: "STRING_VALUE", // required
|
|
34
34
|
* providerName: "STRING_VALUE",
|
|
35
35
|
* loaContentType: "application/pdf",
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // DescribeRouterConfigurationRequest
|
|
32
32
|
* virtualInterfaceId: "STRING_VALUE", // required
|
|
33
33
|
* routerTypeIdentifier: "STRING_VALUE",
|
|
34
34
|
* };
|
|
@@ -26,8 +26,8 @@ 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 = {
|
|
30
|
-
* resourceArns: [ // required
|
|
29
|
+
* const input = { // DescribeTagsRequest
|
|
30
|
+
* resourceArns: [ // ResourceArnList // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -30,7 +30,7 @@ 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 = {
|
|
33
|
+
* const input = { // DescribeVirtualInterfacesRequest
|
|
34
34
|
* connectionId: "STRING_VALUE",
|
|
35
35
|
* virtualInterfaceId: "STRING_VALUE",
|
|
36
36
|
* };
|
|
@@ -35,7 +35,7 @@ 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 = {
|
|
38
|
+
* const input = { // DisassociateConnectionFromLagRequest
|
|
39
39
|
* connectionId: "STRING_VALUE", // required
|
|
40
40
|
* lagId: "STRING_VALUE", // required
|
|
41
41
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DisassociateMacSecKeyRequest
|
|
30
30
|
* connectionId: "STRING_VALUE", // required
|
|
31
31
|
* secretARN: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,10 +26,10 @@ 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 = {
|
|
29
|
+
* const input = { // ListVirtualInterfaceTestHistoryRequest
|
|
30
30
|
* testId: "STRING_VALUE",
|
|
31
31
|
* virtualInterfaceId: "STRING_VALUE",
|
|
32
|
-
* bgpPeers: [
|
|
32
|
+
* bgpPeers: [ // BGPPeerIdList
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* status: "STRING_VALUE",
|
|
@@ -29,9 +29,9 @@ 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 = {
|
|
32
|
+
* const input = { // StartBgpFailoverTestRequest
|
|
33
33
|
* virtualInterfaceId: "STRING_VALUE", // required
|
|
34
|
-
* bgpPeers: [
|
|
34
|
+
* bgpPeers: [ // BGPPeerIdList
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* testDurationInMinutes: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // StopBgpFailoverTestRequest
|
|
30
30
|
* virtualInterfaceId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopBgpFailoverTestCommand(input);
|
|
@@ -27,10 +27,10 @@ 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 = {
|
|
30
|
+
* const input = { // TagResourceRequest
|
|
31
31
|
* resourceArn: "STRING_VALUE", // required
|
|
32
|
-
* tags: [ // required
|
|
33
|
-
* {
|
|
32
|
+
* tags: [ // TagList // required
|
|
33
|
+
* { // Tag
|
|
34
34
|
* key: "STRING_VALUE", // required
|
|
35
35
|
* value: "STRING_VALUE",
|
|
36
36
|
* },
|
|
@@ -26,9 +26,9 @@ 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 = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
|
-
* tagKeys: [ // required
|
|
31
|
+
* tagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -35,7 +35,7 @@ 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 = {
|
|
38
|
+
* const input = { // UpdateConnectionRequest
|
|
39
39
|
* connectionId: "STRING_VALUE", // required
|
|
40
40
|
* connectionName: "STRING_VALUE",
|
|
41
41
|
* encryptionMode: "STRING_VALUE",
|
|
@@ -27,10 +27,10 @@ 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 = {
|
|
30
|
+
* const input = { // UpdateDirectConnectGatewayAssociationRequest
|
|
31
31
|
* associationId: "STRING_VALUE",
|
|
32
|
-
* addAllowedPrefixesToDirectConnectGateway: [
|
|
33
|
-
* {
|
|
32
|
+
* addAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
33
|
+
* { // RouteFilterPrefix
|
|
34
34
|
* cidr: "STRING_VALUE",
|
|
35
35
|
* },
|
|
36
36
|
* ],
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // UpdateDirectConnectGatewayRequest
|
|
30
30
|
* directConnectGatewayId: "STRING_VALUE", // required
|
|
31
31
|
* newDirectConnectGatewayName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -48,7 +48,7 @@ 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 = {
|
|
51
|
+
* const input = { // UpdateLagRequest
|
|
52
52
|
* lagId: "STRING_VALUE", // required
|
|
53
53
|
* lagName: "STRING_VALUE",
|
|
54
54
|
* minimumLinks: Number("int"),
|
|
@@ -32,7 +32,7 @@ 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 = {
|
|
35
|
+
* const input = { // UpdateVirtualInterfaceAttributesRequest
|
|
36
36
|
* virtualInterfaceId: "STRING_VALUE", // required
|
|
37
37
|
* mtu: Number("int"),
|
|
38
38
|
* enableSiteLink: true || false,
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|