@aws-sdk/client-direct-connect 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/DirectConnect.d.ts +1198 -320
- package/dist-types/ts3.4/DirectConnectClient.d.ts +508 -136
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/DirectConnectServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1671 -1506
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteVirtualInterfaceRequest,
|
|
15
|
+
DeleteVirtualInterfaceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteVirtualInterfaceCommandInput
|
|
18
|
+
extends DeleteVirtualInterfaceRequest {}
|
|
19
|
+
export interface DeleteVirtualInterfaceCommandOutput
|
|
20
|
+
extends DeleteVirtualInterfaceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteVirtualInterfaceCommand extends $Command<
|
|
24
|
+
DeleteVirtualInterfaceCommandInput,
|
|
25
|
+
DeleteVirtualInterfaceCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteVirtualInterfaceCommandInput;
|
|
29
|
+
constructor(input: DeleteVirtualInterfaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteVirtualInterfaceCommandInput,
|
|
37
|
+
DeleteVirtualInterfaceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeConnectionLoaRequest,
|
|
15
|
+
DescribeConnectionLoaResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeConnectionLoaCommandInput
|
|
18
|
+
extends DescribeConnectionLoaRequest {}
|
|
19
|
+
export interface DescribeConnectionLoaCommandOutput
|
|
20
|
+
extends DescribeConnectionLoaResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeConnectionLoaCommand extends $Command<
|
|
24
|
+
DescribeConnectionLoaCommandInput,
|
|
25
|
+
DescribeConnectionLoaCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeConnectionLoaCommandInput;
|
|
29
|
+
constructor(input: DescribeConnectionLoaCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeConnectionLoaCommandInput,
|
|
37
|
+
DescribeConnectionLoaCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import { Connections, DescribeConnectionsRequest } from "../models/models_0";
|
|
14
|
+
export interface DescribeConnectionsCommandInput
|
|
15
|
+
extends DescribeConnectionsRequest {}
|
|
16
|
+
export interface DescribeConnectionsCommandOutput
|
|
17
|
+
extends Connections,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
|
|
20
|
+
export declare class DescribeConnectionsCommand extends $Command<
|
|
21
|
+
DescribeConnectionsCommandInput,
|
|
22
|
+
DescribeConnectionsCommandOutput,
|
|
23
|
+
DirectConnectClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DescribeConnectionsCommandInput;
|
|
26
|
+
constructor(input: DescribeConnectionsCommandInput);
|
|
27
|
+
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
Connections,
|
|
15
|
+
DescribeConnectionsOnInterconnectRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeConnectionsOnInterconnectCommandInput
|
|
18
|
+
extends DescribeConnectionsOnInterconnectRequest {}
|
|
19
|
+
export interface DescribeConnectionsOnInterconnectCommandOutput
|
|
20
|
+
extends Connections,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeConnectionsOnInterconnectCommand extends $Command<
|
|
24
|
+
DescribeConnectionsOnInterconnectCommandInput,
|
|
25
|
+
DescribeConnectionsOnInterconnectCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeConnectionsOnInterconnectCommandInput;
|
|
29
|
+
constructor(input: DescribeConnectionsOnInterconnectCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeConnectionsOnInterconnectCommandInput,
|
|
37
|
+
DescribeConnectionsOnInterconnectCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import { DescribeCustomerMetadataResponse } from "../models/models_0";
|
|
14
|
+
export interface DescribeCustomerMetadataCommandInput {}
|
|
15
|
+
export interface DescribeCustomerMetadataCommandOutput
|
|
16
|
+
extends DescribeCustomerMetadataResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeCustomerMetadataCommand extends $Command<
|
|
20
|
+
DescribeCustomerMetadataCommandInput,
|
|
21
|
+
DescribeCustomerMetadataCommandOutput,
|
|
22
|
+
DirectConnectClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeCustomerMetadataCommandInput;
|
|
25
|
+
constructor(input: DescribeCustomerMetadataCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeCustomerMetadataCommandInput,
|
|
33
|
+
DescribeCustomerMetadataCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts
CHANGED
|
@@ -1,17 +1,43 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDirectConnectGatewayAssociationProposalsRequest,
|
|
15
|
+
DescribeDirectConnectGatewayAssociationProposalsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDirectConnectGatewayAssociationProposalsCommandInput
|
|
18
|
+
extends DescribeDirectConnectGatewayAssociationProposalsRequest {}
|
|
19
|
+
export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput
|
|
20
|
+
extends DescribeDirectConnectGatewayAssociationProposalsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Command<
|
|
24
|
+
DescribeDirectConnectGatewayAssociationProposalsCommandInput,
|
|
25
|
+
DescribeDirectConnectGatewayAssociationProposalsCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDirectConnectGatewayAssociationProposalsCommandInput;
|
|
29
|
+
constructor(
|
|
30
|
+
input: DescribeDirectConnectGatewayAssociationProposalsCommandInput
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
DescribeDirectConnectGatewayAssociationProposalsCommandInput,
|
|
39
|
+
DescribeDirectConnectGatewayAssociationProposalsCommandOutput
|
|
40
|
+
>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDirectConnectGatewayAssociationsRequest,
|
|
15
|
+
DescribeDirectConnectGatewayAssociationsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDirectConnectGatewayAssociationsCommandInput
|
|
18
|
+
extends DescribeDirectConnectGatewayAssociationsRequest {}
|
|
19
|
+
export interface DescribeDirectConnectGatewayAssociationsCommandOutput
|
|
20
|
+
extends DescribeDirectConnectGatewayAssociationsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDirectConnectGatewayAssociationsCommand extends $Command<
|
|
24
|
+
DescribeDirectConnectGatewayAssociationsCommandInput,
|
|
25
|
+
DescribeDirectConnectGatewayAssociationsCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDirectConnectGatewayAssociationsCommandInput;
|
|
29
|
+
constructor(input: DescribeDirectConnectGatewayAssociationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDirectConnectGatewayAssociationsCommandInput,
|
|
37
|
+
DescribeDirectConnectGatewayAssociationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDirectConnectGatewayAttachmentsRequest,
|
|
15
|
+
DescribeDirectConnectGatewayAttachmentsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDirectConnectGatewayAttachmentsCommandInput
|
|
18
|
+
extends DescribeDirectConnectGatewayAttachmentsRequest {}
|
|
19
|
+
export interface DescribeDirectConnectGatewayAttachmentsCommandOutput
|
|
20
|
+
extends DescribeDirectConnectGatewayAttachmentsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends $Command<
|
|
24
|
+
DescribeDirectConnectGatewayAttachmentsCommandInput,
|
|
25
|
+
DescribeDirectConnectGatewayAttachmentsCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDirectConnectGatewayAttachmentsCommandInput;
|
|
29
|
+
constructor(input: DescribeDirectConnectGatewayAttachmentsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDirectConnectGatewayAttachmentsCommandInput,
|
|
37
|
+
DescribeDirectConnectGatewayAttachmentsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDirectConnectGatewaysRequest,
|
|
15
|
+
DescribeDirectConnectGatewaysResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDirectConnectGatewaysCommandInput
|
|
18
|
+
extends DescribeDirectConnectGatewaysRequest {}
|
|
19
|
+
export interface DescribeDirectConnectGatewaysCommandOutput
|
|
20
|
+
extends DescribeDirectConnectGatewaysResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDirectConnectGatewaysCommand extends $Command<
|
|
24
|
+
DescribeDirectConnectGatewaysCommandInput,
|
|
25
|
+
DescribeDirectConnectGatewaysCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDirectConnectGatewaysCommandInput;
|
|
29
|
+
constructor(input: DescribeDirectConnectGatewaysCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDirectConnectGatewaysCommandInput,
|
|
37
|
+
DescribeDirectConnectGatewaysCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
Connections,
|
|
15
|
+
DescribeHostedConnectionsRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeHostedConnectionsCommandInput
|
|
18
|
+
extends DescribeHostedConnectionsRequest {}
|
|
19
|
+
export interface DescribeHostedConnectionsCommandOutput
|
|
20
|
+
extends Connections,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeHostedConnectionsCommand extends $Command<
|
|
24
|
+
DescribeHostedConnectionsCommandInput,
|
|
25
|
+
DescribeHostedConnectionsCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeHostedConnectionsCommandInput;
|
|
29
|
+
constructor(input: DescribeHostedConnectionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeHostedConnectionsCommandInput,
|
|
37
|
+
DescribeHostedConnectionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|