@aws-sdk/client-direct-connect 3.296.0 → 3.297.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/DirectConnect.d.ts +64 -0
- package/dist-types/DirectConnectClient.d.ts +24 -4
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +16 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +16 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/CreateLagCommand.d.ts +16 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +16 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +16 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +16 -0
- package/dist-types/models/DirectConnectServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +383 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { ConfirmPublicVirtualInterfaceRequest, ConfirmPublicVirtualInterfaceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ConfirmPublicVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ConfirmPublicVirtualInterfaceCommandInput extends ConfirmPublicVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ConfirmPublicVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPublicVirtualInterfaceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Accepts ownership of a public virtual interface created by another Amazon Web Services account.</p>
|
|
18
23
|
* <p>After the virtual interface owner makes this call, the specified virtual interface is
|
|
19
24
|
* created and made available to handle traffic.</p>
|
|
@@ -27,6 +32,8 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPubli
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ConfirmPublicVirtualInterfaceCommandInput - {@link ConfirmPublicVirtualInterfaceCommandInput}
|
|
36
|
+
* @returns {@link ConfirmPublicVirtualInterfaceCommandOutput}
|
|
30
37
|
* @see {@link ConfirmPublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ConfirmPublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPubli
|
|
|
42
49
|
export declare class ConfirmPublicVirtualInterfaceCommand extends $Command<ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
43
50
|
readonly input: ConfirmPublicVirtualInterfaceCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: ConfirmPublicVirtualInterfaceCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { ConfirmTransitVirtualInterfaceRequest, ConfirmTransitVirtualInterfaceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ConfirmTransitVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ConfirmTransitVirtualInterfaceCommandInput extends ConfirmTransitVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ConfirmTransitVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTransitVirtualInterfaceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Accepts ownership of a transit virtual interface created by another Amazon Web Services account.</p>
|
|
18
23
|
* <p> After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ConfirmTransitVirtualInterfaceCommandInput - {@link ConfirmTransitVirtualInterfaceCommandInput}
|
|
35
|
+
* @returns {@link ConfirmTransitVirtualInterfaceCommandOutput}
|
|
29
36
|
* @see {@link ConfirmTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ConfirmTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
|
|
|
41
48
|
export declare class ConfirmTransitVirtualInterfaceCommand extends $Command<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
42
49
|
readonly input: ConfirmTransitVirtualInterfaceCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: ConfirmTransitVirtualInterfaceCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateBGPPeerRequest, CreateBGPPeerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateBGPPeerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateBGPPeerCommandInput extends CreateBGPPeerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateBGPPeerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a BGP peer on the specified virtual interface.</p>
|
|
18
23
|
* <p>You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to
|
|
19
24
|
* access Amazon Web Services resources that also use that address family.</p>
|
|
@@ -40,6 +45,8 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
|
|
|
40
45
|
* const response = await client.send(command);
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
48
|
+
* @param CreateBGPPeerCommandInput - {@link CreateBGPPeerCommandInput}
|
|
49
|
+
* @returns {@link CreateBGPPeerCommandOutput}
|
|
43
50
|
* @see {@link CreateBGPPeerCommandInput} for command's `input` shape.
|
|
44
51
|
* @see {@link CreateBGPPeerCommandOutput} for command's `response` shape.
|
|
45
52
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
|
|
|
55
62
|
export declare class CreateBGPPeerCommand extends $Command<CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateBGPPeerCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateBGPPeerCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { Connection, CreateConnectionRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateConnectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateConnectionCommandInput extends CreateConnectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateConnectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a connection between a customer network and a specific Direct Connect location.</p>
|
|
18
23
|
* <p>A connection links your internal network to an Direct Connect location over a standard Ethernet fiber-optic
|
|
19
24
|
* cable. One end of the cable is connected to your router, the other to an Direct Connect router.</p>
|
|
@@ -32,6 +37,8 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param CreateConnectionCommandInput - {@link CreateConnectionCommandInput}
|
|
41
|
+
* @returns {@link CreateConnectionCommandOutput}
|
|
35
42
|
* @see {@link CreateConnectionCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link CreateConnectionCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
53
60
|
export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
54
61
|
readonly input: CreateConnectionCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: CreateConnectionCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateDirectConnectGatewayAssociationRequest, CreateDirectConnectGatewayAssociationResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDirectConnectGatewayAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDirectConnectGatewayAssociationCommandInput extends CreateDirectConnectGatewayAssociationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDirectConnectGatewayAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDirectConnectGatewayAssociationCommandOutput extends CreateDirectConnectGatewayAssociationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual
|
|
18
23
|
* private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateDirectConnectGatewayAssociationCommandInput - {@link CreateDirectConnectGatewayAssociationCommandInput}
|
|
35
|
+
* @returns {@link CreateDirectConnectGatewayAssociationCommandOutput}
|
|
29
36
|
* @see {@link CreateDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
|
|
|
41
48
|
export declare class CreateDirectConnectGatewayAssociationCommand extends $Command<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
42
49
|
readonly input: CreateDirectConnectGatewayAssociationCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: CreateDirectConnectGatewayAssociationCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateDirectConnectGatewayAssociationProposalRequest, CreateDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDirectConnectGatewayAssociationProposalCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDirectConnectGatewayAssociationProposalCommandInput extends CreateDirectConnectGatewayAssociationProposalRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDirectConnectGatewayAssociationProposalCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDirectConnectGatewayAssociationProposalCommandOutput extends CreateDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.</p>
|
|
18
23
|
* <p>You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateDirectConnectGatewayAssociationProposalCommandInput - {@link CreateDirectConnectGatewayAssociationProposalCommandInput}
|
|
35
|
+
* @returns {@link CreateDirectConnectGatewayAssociationProposalCommandOutput}
|
|
29
36
|
* @see {@link CreateDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
41
48
|
export declare class CreateDirectConnectGatewayAssociationProposalCommand extends $Command<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
42
49
|
readonly input: CreateDirectConnectGatewayAssociationProposalCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: CreateDirectConnectGatewayAssociationProposalCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateDirectConnectGatewayRequest, CreateDirectConnectGatewayResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDirectConnectGatewayCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDirectConnectGatewayCommandInput extends CreateDirectConnectGatewayRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDirectConnectGatewayCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectConnectGatewayResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set
|
|
18
23
|
* of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any
|
|
19
24
|
* Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that
|
|
@@ -30,6 +35,8 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param CreateDirectConnectGatewayCommandInput - {@link CreateDirectConnectGatewayCommandInput}
|
|
39
|
+
* @returns {@link CreateDirectConnectGatewayCommandOutput}
|
|
33
40
|
* @see {@link CreateDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link CreateDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
|
|
|
45
52
|
export declare class CreateDirectConnectGatewayCommand extends $Command<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
46
53
|
readonly input: CreateDirectConnectGatewayCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: CreateDirectConnectGatewayCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateInterconnectRequest, Interconnect } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateInterconnectCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateInterconnectCommandInput extends CreateInterconnectRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateInterconnectCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateInterconnectCommandOutput extends Interconnect, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.</p>
|
|
18
23
|
* <p>An interconnect is a connection that is capable of hosting other connections. The
|
|
19
24
|
* Direct Connect Partner can use an interconnect to provide Direct Connect hosted
|
|
@@ -40,6 +45,8 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
|
|
|
40
45
|
* const response = await client.send(command);
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
48
|
+
* @param CreateInterconnectCommandInput - {@link CreateInterconnectCommandInput}
|
|
49
|
+
* @returns {@link CreateInterconnectCommandOutput}
|
|
43
50
|
* @see {@link CreateInterconnectCommandInput} for command's `input` shape.
|
|
44
51
|
* @see {@link CreateInterconnectCommandOutput} for command's `response` shape.
|
|
45
52
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
|
|
|
61
68
|
export declare class CreateInterconnectCommand extends $Command<CreateInterconnectCommandInput, CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
62
69
|
readonly input: CreateInterconnectCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: CreateInterconnectCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInterconnectCommandInput, CreateInterconnectCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateLagRequest, Lag } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateLagCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateLagCommandInput extends CreateLagRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateLagCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a link aggregation group (LAG) with the specified number of bundled
|
|
18
23
|
* physical dedicated connections between the customer network and a specific Direct Connect location.
|
|
19
24
|
* A LAG is a logical interface that uses the Link Aggregation Control Protocol
|
|
@@ -42,6 +47,8 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
42
47
|
* const response = await client.send(command);
|
|
43
48
|
* ```
|
|
44
49
|
*
|
|
50
|
+
* @param CreateLagCommandInput - {@link CreateLagCommandInput}
|
|
51
|
+
* @returns {@link CreateLagCommandOutput}
|
|
45
52
|
* @see {@link CreateLagCommandInput} for command's `input` shape.
|
|
46
53
|
* @see {@link CreateLagCommandOutput} for command's `response` shape.
|
|
47
54
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
63
70
|
export declare class CreateLagCommand extends $Command<CreateLagCommandInput, CreateLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
64
71
|
readonly input: CreateLagCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: CreateLagCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLagCommandInput, CreateLagCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
71
84
|
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
72
88
|
private deserialize;
|
|
73
89
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreatePrivateVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreatePrivateVirtualInterfaceCommandInput extends CreatePrivateVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreatePrivateVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
|
|
18
23
|
* A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).
|
|
19
24
|
* Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple
|
|
@@ -35,6 +40,8 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param CreatePrivateVirtualInterfaceCommandInput - {@link CreatePrivateVirtualInterfaceCommandInput}
|
|
44
|
+
* @returns {@link CreatePrivateVirtualInterfaceCommandOutput}
|
|
38
45
|
* @see {@link CreatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link CreatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
56
63
|
export declare class CreatePrivateVirtualInterfaceCommand extends $Command<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
57
64
|
readonly input: CreatePrivateVirtualInterfaceCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: CreatePrivateVirtualInterfaceCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreatePublicVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreatePublicVirtualInterfaceCommandInput extends CreatePublicVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreatePublicVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
|
|
18
23
|
* A public virtual interface supports sending traffic to public services of Amazon Web Services such as Amazon S3.</p>
|
|
19
24
|
* <p>When creating an IPv6 public virtual interface (<code>addressFamily</code> is <code>ipv6</code>), leave the <code>customer</code>
|
|
@@ -28,6 +33,8 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreatePublicVirtualInterfaceCommandInput - {@link CreatePublicVirtualInterfaceCommandInput}
|
|
37
|
+
* @returns {@link CreatePublicVirtualInterfaceCommandOutput}
|
|
31
38
|
* @see {@link CreatePublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
|
|
|
49
56
|
export declare class CreatePublicVirtualInterfaceCommand extends $Command<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
50
57
|
readonly input: CreatePublicVirtualInterfaceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: CreatePublicVirtualInterfaceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateTransitVirtualInterfaceRequest, CreateTransitVirtualInterfaceResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateTransitVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateTransitVirtualInterfaceCommandInput extends CreateTransitVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateTransitVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransitVirtualInterfaceResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.</p>
|
|
18
23
|
* <important>
|
|
19
24
|
* <p>If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails.</p>
|
|
@@ -34,6 +39,8 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param CreateTransitVirtualInterfaceCommandInput - {@link CreateTransitVirtualInterfaceCommandInput}
|
|
43
|
+
* @returns {@link CreateTransitVirtualInterfaceCommandOutput}
|
|
37
44
|
* @see {@link CreateTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link CreateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
|
|
|
55
62
|
export declare class CreateTransitVirtualInterfaceCommand extends $Command<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateTransitVirtualInterfaceCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateTransitVirtualInterfaceCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|