@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 { AllocateConnectionOnInterconnectRequest, Connection } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AllocateConnectionOnInterconnectCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AllocateConnectionOnInterconnectCommandInput extends AllocateConnectionOnInterconnectRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AllocateConnectionOnInterconnectCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AllocateConnectionOnInterconnectCommandOutput extends Connection, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* @deprecated
|
|
18
23
|
*
|
|
19
24
|
* <p>Deprecated. Use <a>AllocateHostedConnection</a> instead.</p>
|
|
@@ -32,6 +37,8 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param AllocateConnectionOnInterconnectCommandInput - {@link AllocateConnectionOnInterconnectCommandInput}
|
|
41
|
+
* @returns {@link AllocateConnectionOnInterconnectCommandOutput}
|
|
35
42
|
* @see {@link AllocateConnectionOnInterconnectCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link AllocateConnectionOnInterconnectCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio
|
|
|
47
54
|
export declare class AllocateConnectionOnInterconnectCommand extends $Command<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
48
55
|
readonly input: AllocateConnectionOnInterconnectCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: AllocateConnectionOnInterconnectCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AllocateHostedConnectionRequest, Connection } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AllocateHostedConnectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AllocateHostedConnectionCommandInput extends AllocateHostedConnectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AllocateHostedConnectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AllocateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.</p>
|
|
18
23
|
* <p>Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects.
|
|
19
24
|
* Amazon Web Services polices the hosted connection for the specified capacity and the Direct Connect Partner must also police the hosted connection for the specified capacity.</p>
|
|
@@ -30,6 +35,8 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param AllocateHostedConnectionCommandInput - {@link AllocateHostedConnectionCommandInput}
|
|
39
|
+
* @returns {@link AllocateHostedConnectionCommandOutput}
|
|
33
40
|
* @see {@link AllocateHostedConnectionCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link AllocateHostedConnectionCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met
|
|
|
51
58
|
export declare class AllocateHostedConnectionCommand extends $Command<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
52
59
|
readonly input: AllocateHostedConnectionCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: AllocateHostedConnectionCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AllocatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AllocatePrivateVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AllocatePrivateVirtualInterfaceCommandInput extends AllocatePrivateVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AllocatePrivateVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provisions a private virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
18
23
|
* <p>Virtual interfaces created using this action must be confirmed by the owner using <a>ConfirmPrivateVirtualInterface</a>.
|
|
19
24
|
* Until then, the virtual interface is in the <code>Confirming</code> state and is not available to handle traffic.</p>
|
|
@@ -27,6 +32,8 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param AllocatePrivateVirtualInterfaceCommandInput - {@link AllocatePrivateVirtualInterfaceCommandInput}
|
|
36
|
+
* @returns {@link AllocatePrivateVirtualInterfaceCommandOutput}
|
|
30
37
|
* @see {@link AllocatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link AllocatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
|
|
|
48
55
|
export declare class AllocatePrivateVirtualInterfaceCommand extends $Command<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
49
56
|
readonly input: AllocatePrivateVirtualInterfaceCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: AllocatePrivateVirtualInterfaceCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AllocatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AllocatePublicVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AllocatePublicVirtualInterfaceCommandInput extends AllocatePublicVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AllocatePublicVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provisions a public virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
18
23
|
* <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
19
24
|
* <p>Virtual interfaces created using this function must be confirmed by the owner using <a>ConfirmPublicVirtualInterface</a>.
|
|
@@ -30,6 +35,8 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param AllocatePublicVirtualInterfaceCommandInput - {@link AllocatePublicVirtualInterfaceCommandInput}
|
|
39
|
+
* @returns {@link AllocatePublicVirtualInterfaceCommandOutput}
|
|
33
40
|
* @see {@link AllocatePublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link AllocatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
|
|
|
51
58
|
export declare class AllocatePublicVirtualInterfaceCommand extends $Command<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
52
59
|
readonly input: AllocatePublicVirtualInterfaceCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: AllocatePublicVirtualInterfaceCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AllocateTransitVirtualInterfaceRequest, AllocateTransitVirtualInterfaceResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AllocateTransitVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AllocateTransitVirtualInterfaceCommandInput extends AllocateTransitVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AllocateTransitVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTransitVirtualInterfaceResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.</p>
|
|
18
23
|
* <p>The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
19
24
|
* <p>After you create a transit virtual interface, it must be confirmed by the owner using <a>ConfirmTransitVirtualInterface</a>. Until this step has been completed, the transit virtual interface is in the <code>requested</code> state and is not available to handle traffic.</p>
|
|
@@ -27,6 +32,8 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param AllocateTransitVirtualInterfaceCommandInput - {@link AllocateTransitVirtualInterfaceCommandInput}
|
|
36
|
+
* @returns {@link AllocateTransitVirtualInterfaceCommandOutput}
|
|
30
37
|
* @see {@link AllocateTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link AllocateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
|
|
|
48
55
|
export declare class AllocateTransitVirtualInterfaceCommand extends $Command<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
49
56
|
readonly input: AllocateTransitVirtualInterfaceCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: AllocateTransitVirtualInterfaceCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AssociateConnectionWithLagRequest, Connection } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateConnectionWithLagCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateConnectionWithLagCommandInput extends AssociateConnectionWithLagRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateConnectionWithLagCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateConnectionWithLagCommandOutput extends Connection, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates an existing connection with a link aggregation group (LAG). The connection
|
|
18
23
|
* is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is
|
|
19
24
|
* interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its
|
|
@@ -38,6 +43,8 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M
|
|
|
38
43
|
* const response = await client.send(command);
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
46
|
+
* @param AssociateConnectionWithLagCommandInput - {@link AssociateConnectionWithLagCommandInput}
|
|
47
|
+
* @returns {@link AssociateConnectionWithLagCommandOutput}
|
|
41
48
|
* @see {@link AssociateConnectionWithLagCommandInput} for command's `input` shape.
|
|
42
49
|
* @see {@link AssociateConnectionWithLagCommandOutput} for command's `response` shape.
|
|
43
50
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M
|
|
|
53
60
|
export declare class AssociateConnectionWithLagCommand extends $Command<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
54
61
|
readonly input: AssociateConnectionWithLagCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: AssociateConnectionWithLagCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput>;
|
|
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 { AssociateHostedConnectionRequest, Connection } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateHostedConnectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateHostedConnectionCommandInput extends AssociateHostedConnectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateHostedConnectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates a hosted connection and its virtual interfaces with a link aggregation
|
|
18
23
|
* group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted
|
|
19
24
|
* connection with a conflicting VLAN number or IP address, the operation fails. This
|
|
@@ -32,6 +37,8 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param AssociateHostedConnectionCommandInput - {@link AssociateHostedConnectionCommandInput}
|
|
41
|
+
* @returns {@link AssociateHostedConnectionCommandOutput}
|
|
35
42
|
* @see {@link AssociateHostedConnectionCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link AssociateHostedConnectionCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me
|
|
|
47
54
|
export declare class AssociateHostedConnectionCommand extends $Command<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
48
55
|
readonly input: AssociateHostedConnectionCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: AssociateHostedConnectionCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AssociateMacSecKeyRequest, AssociateMacSecKeyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateMacSecKeyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateMacSecKeyCommandInput extends AssociateMacSecKeyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateMacSecKeyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.</p>
|
|
18
23
|
* <p>You must supply either the <code>secretARN,</code> or the CKN/CAK (<code>ckn</code> and <code>cak</code>) pair in the request.</p>
|
|
19
24
|
* <p>For information about MAC Security (MACsec) key considerations, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-key-consideration">MACsec pre-shared CKN/CAK key considerations </a> in the <i>Direct Connect User Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param AssociateMacSecKeyCommandInput - {@link AssociateMacSecKeyCommandInput}
|
|
36
|
+
* @returns {@link AssociateMacSecKeyCommandOutput}
|
|
30
37
|
* @see {@link AssociateMacSecKeyCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link AssociateMacSecKeyCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo
|
|
|
42
49
|
export declare class AssociateMacSecKeyCommand extends $Command<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
|
|
43
50
|
readonly input: AssociateMacSecKeyCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: AssociateMacSecKeyCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput>;
|
|
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 { AssociateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateVirtualInterfaceCommandInput extends AssociateVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates a virtual interface with a specified link aggregation group (LAG) or
|
|
18
23
|
* connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is
|
|
19
24
|
* being migrated. If the target connection or LAG has an associated virtual interface with
|
|
@@ -34,6 +39,8 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param AssociateVirtualInterfaceCommandInput - {@link AssociateVirtualInterfaceCommandInput}
|
|
43
|
+
* @returns {@link AssociateVirtualInterfaceCommandOutput}
|
|
37
44
|
* @see {@link AssociateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link AssociateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface
|
|
|
49
56
|
export declare class AssociateVirtualInterfaceCommand extends $Command<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
50
57
|
readonly input: AssociateVirtualInterfaceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: AssociateVirtualInterfaceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput>;
|
|
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 { ConfirmConnectionRequest, ConfirmConnectionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ConfirmConnectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ConfirmConnectionCommandInput extends ConfirmConnectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ConfirmConnectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ConfirmConnectionCommandOutput extends ConfirmConnectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Confirms the creation of the specified hosted connection on an interconnect.</p>
|
|
18
23
|
* <p>Upon creation, the hosted connection is initially in the <code>Ordering</code> state, and
|
|
19
24
|
* remains in this state until the owner confirms creation of the hosted connection.</p>
|
|
@@ -27,6 +32,8 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ConfirmConnectionCommandInput - {@link ConfirmConnectionCommandInput}
|
|
36
|
+
* @returns {@link ConfirmConnectionCommandOutput}
|
|
30
37
|
* @see {@link ConfirmConnectionCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ConfirmConnectionCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons
|
|
|
42
49
|
export declare class ConfirmConnectionCommand extends $Command<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
43
50
|
readonly input: ConfirmConnectionCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: ConfirmConnectionCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput>;
|
|
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 { ConfirmCustomerAgreementRequest, ConfirmCustomerAgreementResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ConfirmCustomerAgreementCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ConfirmCustomerAgreementCommandInput extends ConfirmCustomerAgreementRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ConfirmCustomerAgreementCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAgreementResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAg
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ConfirmCustomerAgreementCommandInput - {@link ConfirmCustomerAgreementCommandInput}
|
|
36
|
+
* @returns {@link ConfirmCustomerAgreementCommandOutput}
|
|
30
37
|
* @see {@link ConfirmCustomerAgreementCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ConfirmCustomerAgreementCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAg
|
|
|
42
49
|
export declare class ConfirmCustomerAgreementCommand extends $Command<ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput, DirectConnectClientResolvedConfig> {
|
|
43
50
|
readonly input: ConfirmCustomerAgreementCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: ConfirmCustomerAgreementCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput>;
|
|
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 { ConfirmPrivateVirtualInterfaceRequest, ConfirmPrivateVirtualInterfaceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ConfirmPrivateVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ConfirmPrivateVirtualInterfaceCommandInput extends ConfirmPrivateVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ConfirmPrivateVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPrivateVirtualInterfaceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Accepts ownership of a private virtual interface created by another Amazon Web Services account.</p>
|
|
18
23
|
* <p>After the virtual interface owner makes this call, the virtual interface is
|
|
19
24
|
* created and attached to the specified virtual private gateway or Direct Connect gateway, and is
|
|
@@ -28,6 +33,8 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPriv
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ConfirmPrivateVirtualInterfaceCommandInput - {@link ConfirmPrivateVirtualInterfaceCommandInput}
|
|
37
|
+
* @returns {@link ConfirmPrivateVirtualInterfaceCommandOutput}
|
|
31
38
|
* @see {@link ConfirmPrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ConfirmPrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPriv
|
|
|
43
50
|
export declare class ConfirmPrivateVirtualInterfaceCommand extends $Command<ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
44
51
|
readonly input: ConfirmPrivateVirtualInterfaceCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ConfirmPrivateVirtualInterfaceCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|