@aws-sdk/client-direct-connect 3.169.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 +8 -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
|
+
AcceptDirectConnectGatewayAssociationProposalRequest,
|
|
15
|
+
AcceptDirectConnectGatewayAssociationProposalResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AcceptDirectConnectGatewayAssociationProposalCommandInput
|
|
18
|
+
extends AcceptDirectConnectGatewayAssociationProposalRequest {}
|
|
19
|
+
export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput
|
|
20
|
+
extends AcceptDirectConnectGatewayAssociationProposalResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<
|
|
24
|
+
AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
25
|
+
AcceptDirectConnectGatewayAssociationProposalCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AcceptDirectConnectGatewayAssociationProposalCommandInput;
|
|
29
|
+
constructor(input: AcceptDirectConnectGatewayAssociationProposalCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
37
|
+
AcceptDirectConnectGatewayAssociationProposalCommandOutput
|
|
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
|
+
AllocateConnectionOnInterconnectRequest,
|
|
15
|
+
Connection,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AllocateConnectionOnInterconnectCommandInput
|
|
18
|
+
extends AllocateConnectionOnInterconnectRequest {}
|
|
19
|
+
export interface AllocateConnectionOnInterconnectCommandOutput
|
|
20
|
+
extends Connection,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AllocateConnectionOnInterconnectCommand extends $Command<
|
|
24
|
+
AllocateConnectionOnInterconnectCommandInput,
|
|
25
|
+
AllocateConnectionOnInterconnectCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AllocateConnectionOnInterconnectCommandInput;
|
|
29
|
+
constructor(input: AllocateConnectionOnInterconnectCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AllocateConnectionOnInterconnectCommandInput,
|
|
37
|
+
AllocateConnectionOnInterconnectCommandOutput
|
|
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
|
+
AllocateHostedConnectionRequest,
|
|
15
|
+
Connection,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AllocateHostedConnectionCommandInput
|
|
18
|
+
extends AllocateHostedConnectionRequest {}
|
|
19
|
+
export interface AllocateHostedConnectionCommandOutput
|
|
20
|
+
extends Connection,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AllocateHostedConnectionCommand extends $Command<
|
|
24
|
+
AllocateHostedConnectionCommandInput,
|
|
25
|
+
AllocateHostedConnectionCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AllocateHostedConnectionCommandInput;
|
|
29
|
+
constructor(input: AllocateHostedConnectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AllocateHostedConnectionCommandInput,
|
|
37
|
+
AllocateHostedConnectionCommandOutput
|
|
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
|
+
AllocatePrivateVirtualInterfaceRequest,
|
|
15
|
+
VirtualInterface,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AllocatePrivateVirtualInterfaceCommandInput
|
|
18
|
+
extends AllocatePrivateVirtualInterfaceRequest {}
|
|
19
|
+
export interface AllocatePrivateVirtualInterfaceCommandOutput
|
|
20
|
+
extends VirtualInterface,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AllocatePrivateVirtualInterfaceCommand extends $Command<
|
|
24
|
+
AllocatePrivateVirtualInterfaceCommandInput,
|
|
25
|
+
AllocatePrivateVirtualInterfaceCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AllocatePrivateVirtualInterfaceCommandInput;
|
|
29
|
+
constructor(input: AllocatePrivateVirtualInterfaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AllocatePrivateVirtualInterfaceCommandInput,
|
|
37
|
+
AllocatePrivateVirtualInterfaceCommandOutput
|
|
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
|
+
AllocatePublicVirtualInterfaceRequest,
|
|
15
|
+
VirtualInterface,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AllocatePublicVirtualInterfaceCommandInput
|
|
18
|
+
extends AllocatePublicVirtualInterfaceRequest {}
|
|
19
|
+
export interface AllocatePublicVirtualInterfaceCommandOutput
|
|
20
|
+
extends VirtualInterface,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AllocatePublicVirtualInterfaceCommand extends $Command<
|
|
24
|
+
AllocatePublicVirtualInterfaceCommandInput,
|
|
25
|
+
AllocatePublicVirtualInterfaceCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AllocatePublicVirtualInterfaceCommandInput;
|
|
29
|
+
constructor(input: AllocatePublicVirtualInterfaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AllocatePublicVirtualInterfaceCommandInput,
|
|
37
|
+
AllocatePublicVirtualInterfaceCommandOutput
|
|
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
|
+
AllocateTransitVirtualInterfaceRequest,
|
|
15
|
+
AllocateTransitVirtualInterfaceResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AllocateTransitVirtualInterfaceCommandInput
|
|
18
|
+
extends AllocateTransitVirtualInterfaceRequest {}
|
|
19
|
+
export interface AllocateTransitVirtualInterfaceCommandOutput
|
|
20
|
+
extends AllocateTransitVirtualInterfaceResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AllocateTransitVirtualInterfaceCommand extends $Command<
|
|
24
|
+
AllocateTransitVirtualInterfaceCommandInput,
|
|
25
|
+
AllocateTransitVirtualInterfaceCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AllocateTransitVirtualInterfaceCommandInput;
|
|
29
|
+
constructor(input: AllocateTransitVirtualInterfaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AllocateTransitVirtualInterfaceCommandInput,
|
|
37
|
+
AllocateTransitVirtualInterfaceCommandOutput
|
|
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
|
+
AssociateConnectionWithLagRequest,
|
|
15
|
+
Connection,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateConnectionWithLagCommandInput
|
|
18
|
+
extends AssociateConnectionWithLagRequest {}
|
|
19
|
+
export interface AssociateConnectionWithLagCommandOutput
|
|
20
|
+
extends Connection,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateConnectionWithLagCommand extends $Command<
|
|
24
|
+
AssociateConnectionWithLagCommandInput,
|
|
25
|
+
AssociateConnectionWithLagCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateConnectionWithLagCommandInput;
|
|
29
|
+
constructor(input: AssociateConnectionWithLagCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateConnectionWithLagCommandInput,
|
|
37
|
+
AssociateConnectionWithLagCommandOutput
|
|
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
|
+
AssociateHostedConnectionRequest,
|
|
15
|
+
Connection,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateHostedConnectionCommandInput
|
|
18
|
+
extends AssociateHostedConnectionRequest {}
|
|
19
|
+
export interface AssociateHostedConnectionCommandOutput
|
|
20
|
+
extends Connection,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateHostedConnectionCommand extends $Command<
|
|
24
|
+
AssociateHostedConnectionCommandInput,
|
|
25
|
+
AssociateHostedConnectionCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateHostedConnectionCommandInput;
|
|
29
|
+
constructor(input: AssociateHostedConnectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateHostedConnectionCommandInput,
|
|
37
|
+
AssociateHostedConnectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
AssociateMacSecKeyRequest,
|
|
15
|
+
AssociateMacSecKeyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateMacSecKeyCommandInput
|
|
18
|
+
extends AssociateMacSecKeyRequest {}
|
|
19
|
+
export interface AssociateMacSecKeyCommandOutput
|
|
20
|
+
extends AssociateMacSecKeyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateMacSecKeyCommand extends $Command<
|
|
24
|
+
AssociateMacSecKeyCommandInput,
|
|
25
|
+
AssociateMacSecKeyCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateMacSecKeyCommandInput;
|
|
29
|
+
constructor(input: AssociateMacSecKeyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
AssociateVirtualInterfaceRequest,
|
|
15
|
+
VirtualInterface,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateVirtualInterfaceCommandInput
|
|
18
|
+
extends AssociateVirtualInterfaceRequest {}
|
|
19
|
+
export interface AssociateVirtualInterfaceCommandOutput
|
|
20
|
+
extends VirtualInterface,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateVirtualInterfaceCommand extends $Command<
|
|
24
|
+
AssociateVirtualInterfaceCommandInput,
|
|
25
|
+
AssociateVirtualInterfaceCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateVirtualInterfaceCommandInput;
|
|
29
|
+
constructor(input: AssociateVirtualInterfaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateVirtualInterfaceCommandInput,
|
|
37
|
+
AssociateVirtualInterfaceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|