@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 { DeleteBGPPeerRequest, DeleteBGPPeerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBGPPeerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBGPPeerCommandInput extends DeleteBGPPeerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBGPPeerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.</p>
|
|
18
23
|
* <p>You cannot delete the last BGP peer from a virtual interface.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteBGPPeerCommandInput - {@link DeleteBGPPeerCommandInput}
|
|
35
|
+
* @returns {@link DeleteBGPPeerCommandOutput}
|
|
29
36
|
* @see {@link DeleteBGPPeerCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteBGPPeerCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met
|
|
|
41
48
|
export declare class DeleteBGPPeerCommand extends $Command<DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
|
|
42
49
|
readonly input: DeleteBGPPeerCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: DeleteBGPPeerCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput>;
|
|
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 { Connection, DeleteConnectionRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteConnectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteConnectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified connection.</p>
|
|
18
23
|
* <p>Deleting a connection only stops the Direct Connect port hour and data transfer charges.
|
|
19
24
|
* If you are partnering with any third parties to connect with the Direct Connect location,
|
|
@@ -28,6 +33,8 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
|
|
37
|
+
* @returns {@link DeleteConnectionCommandOutput}
|
|
31
38
|
* @see {@link DeleteConnectionCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
43
50
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
44
51
|
readonly input: DeleteConnectionCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DeleteConnectionCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteDirectConnectGatewayAssociationRequest, DeleteDirectConnectGatewayAssociationResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDirectConnectGatewayAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDirectConnectGatewayAssociationCommandInput extends DeleteDirectConnectGatewayAssociationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDirectConnectGatewayAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDirectConnectGatewayAssociationCommandOutput extends DeleteDirectConnectGatewayAssociationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the association between the specified Direct Connect gateway and virtual private gateway.</p>
|
|
18
23
|
* <p>We recommend that you specify the <code>associationID</code> to delete the association. Alternatively, if you own virtual gateway and a Direct Connect gateway association, you can specify the <code>virtualGatewayId</code> and <code>directConnectGatewayId</code> to delete an association.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput extends Dele
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteDirectConnectGatewayAssociationCommandInput - {@link DeleteDirectConnectGatewayAssociationCommandInput}
|
|
35
|
+
* @returns {@link DeleteDirectConnectGatewayAssociationCommandOutput}
|
|
29
36
|
* @see {@link DeleteDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput extends Dele
|
|
|
41
48
|
export declare class DeleteDirectConnectGatewayAssociationCommand extends $Command<DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
42
49
|
readonly input: DeleteDirectConnectGatewayAssociationCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: DeleteDirectConnectGatewayAssociationCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput>;
|
|
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 { DeleteDirectConnectGatewayAssociationProposalRequest, DeleteDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDirectConnectGatewayAssociationProposalCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDirectConnectGatewayAssociationProposalCommandInput extends DeleteDirectConnectGatewayAssociationProposalRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDirectConnectGatewayAssociationProposalCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput extends DeleteDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteDirectConnectGatewayAssociationProposalCommandInput - {@link DeleteDirectConnectGatewayAssociationProposalCommandInput}
|
|
34
|
+
* @returns {@link DeleteDirectConnectGatewayAssociationProposalCommandOutput}
|
|
28
35
|
* @see {@link DeleteDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
40
47
|
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends $Command<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
41
48
|
readonly input: DeleteDirectConnectGatewayAssociationProposalCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DeleteDirectConnectGatewayAssociationProposalCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteDirectConnectGatewayRequest, DeleteDirectConnectGatewayResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDirectConnectGatewayCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDirectConnectGatewayCommandInput extends DeleteDirectConnectGatewayRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDirectConnectGatewayCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectConnectGatewayResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified Direct Connect gateway. You must first delete all virtual interfaces that are
|
|
18
23
|
* attached to the Direct Connect gateway and disassociate all virtual private gateways associated
|
|
19
24
|
* with the Direct Connect gateway.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteDirectConnectGatewayCommandInput - {@link DeleteDirectConnectGatewayCommandInput}
|
|
36
|
+
* @returns {@link DeleteDirectConnectGatewayCommandOutput}
|
|
30
37
|
* @see {@link DeleteDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
|
|
|
42
49
|
export declare class DeleteDirectConnectGatewayCommand extends $Command<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
43
50
|
readonly input: DeleteDirectConnectGatewayCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: DeleteDirectConnectGatewayCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput>;
|
|
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 { DeleteInterconnectRequest, DeleteInterconnectResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteInterconnectCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteInterconnectCommandInput extends DeleteInterconnectRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteInterconnectCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteInterconnectCommandOutput extends DeleteInterconnectResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified interconnect.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>Intended for use
|
|
@@ -29,6 +34,8 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DeleteInterconnectCommandInput - {@link DeleteInterconnectCommandInput}
|
|
38
|
+
* @returns {@link DeleteInterconnectCommandOutput}
|
|
32
39
|
* @see {@link DeleteInterconnectCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DeleteInterconnectCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
|
|
|
44
51
|
export declare class DeleteInterconnectCommand extends $Command<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
45
52
|
readonly input: DeleteInterconnectCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: DeleteInterconnectCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteLagRequest, Lag } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteLagCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteLagCommandInput extends DeleteLagRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteLagCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active
|
|
18
23
|
* virtual interfaces or hosted connections.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteLagCommandInput - {@link DeleteLagCommandInput}
|
|
35
|
+
* @returns {@link DeleteLagCommandOutput}
|
|
29
36
|
* @see {@link DeleteLagCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteLagCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
41
48
|
export declare class DeleteLagCommand extends $Command<DeleteLagCommandInput, DeleteLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
42
49
|
readonly input: DeleteLagCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: DeleteLagCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLagCommandInput, DeleteLagCommandOutput>;
|
|
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 { DeleteVirtualInterfaceRequest, DeleteVirtualInterfaceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteVirtualInterfaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteVirtualInterfaceCommandInput extends DeleteVirtualInterfaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteVirtualInterfaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterfaceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a virtual interface.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteVirtualInterfaceCommandInput - {@link DeleteVirtualInterfaceCommandInput}
|
|
34
|
+
* @returns {@link DeleteVirtualInterfaceCommandOutput}
|
|
28
35
|
* @see {@link DeleteVirtualInterfaceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
|
|
|
40
47
|
export declare class DeleteVirtualInterfaceCommand extends $Command<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
41
48
|
readonly input: DeleteVirtualInterfaceCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DeleteVirtualInterfaceCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeConnectionLoaRequest, DescribeConnectionLoaResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeConnectionLoaCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeConnectionLoaCommandInput extends DescribeConnectionLoaRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeConnectionLoaCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLoaResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* @deprecated
|
|
18
23
|
*
|
|
19
24
|
* <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
|
|
@@ -32,6 +37,8 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param DescribeConnectionLoaCommandInput - {@link DescribeConnectionLoaCommandInput}
|
|
41
|
+
* @returns {@link DescribeConnectionLoaCommandOutput}
|
|
35
42
|
* @see {@link DescribeConnectionLoaCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link DescribeConnectionLoaCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
|
|
|
47
54
|
export declare class DescribeConnectionLoaCommand extends $Command<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
48
55
|
readonly input: DescribeConnectionLoaCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DescribeConnectionLoaCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput>;
|
|
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 { Connections, DescribeConnectionsRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeConnectionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeConnectionsCommandInput extends DescribeConnectionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeConnectionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeConnectionsCommandOutput extends Connections, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Displays the specified connection or all connections in this Region.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeConnectionsCommandInput - {@link DescribeConnectionsCommandInput}
|
|
34
|
+
* @returns {@link DescribeConnectionsCommandOutput}
|
|
28
35
|
* @see {@link DescribeConnectionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeConnectionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat
|
|
|
40
47
|
export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
41
48
|
readonly input: DescribeConnectionsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DescribeConnectionsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { Connections, DescribeConnectionsOnInterconnectRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeConnectionsOnInterconnectCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeConnectionsOnInterconnectCommandInput extends DescribeConnectionsOnInterconnectRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeConnectionsOnInterconnectCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeConnectionsOnInterconnectCommandOutput extends Connections, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* @deprecated
|
|
18
23
|
*
|
|
19
24
|
* <p>Deprecated. Use <a>DescribeHostedConnections</a> instead.</p>
|
|
@@ -31,6 +36,8 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param DescribeConnectionsOnInterconnectCommandInput - {@link DescribeConnectionsOnInterconnectCommandInput}
|
|
40
|
+
* @returns {@link DescribeConnectionsOnInterconnectCommandOutput}
|
|
34
41
|
* @see {@link DescribeConnectionsOnInterconnectCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link DescribeConnectionsOnInterconnectCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
|
|
|
46
53
|
export declare class DescribeConnectionsOnInterconnectCommand extends $Command<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
47
54
|
readonly input: DescribeConnectionsOnInterconnectCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DescribeConnectionsOnInterconnectCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeCustomerMetadataResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCustomerMetadataCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCustomerMetadataCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCustomerMetadataCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerMetadataResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerM
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeCustomerMetadataCommandInput - {@link DescribeCustomerMetadataCommandInput}
|
|
34
|
+
* @returns {@link DescribeCustomerMetadataCommandOutput}
|
|
28
35
|
* @see {@link DescribeCustomerMetadataCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeCustomerMetadataCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerM
|
|
|
40
47
|
export declare class DescribeCustomerMetadataCommand extends $Command<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput, DirectConnectClientResolvedConfig> {
|
|
41
48
|
readonly input: DescribeCustomerMetadataCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DescribeCustomerMetadataCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|