@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,32 @@
|
|
|
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 { CreateLagRequest, Lag } from "../models/models_0";
|
|
14
|
+
export interface CreateLagCommandInput extends CreateLagRequest {}
|
|
15
|
+
export interface CreateLagCommandOutput extends Lag, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class CreateLagCommand extends $Command<
|
|
18
|
+
CreateLagCommandInput,
|
|
19
|
+
CreateLagCommandOutput,
|
|
20
|
+
DirectConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: CreateLagCommandInput;
|
|
23
|
+
constructor(input: CreateLagCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateLagCommandInput, CreateLagCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
CreatePrivateVirtualInterfaceRequest,
|
|
15
|
+
VirtualInterface,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePrivateVirtualInterfaceCommandInput
|
|
18
|
+
extends CreatePrivateVirtualInterfaceRequest {}
|
|
19
|
+
export interface CreatePrivateVirtualInterfaceCommandOutput
|
|
20
|
+
extends VirtualInterface,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePrivateVirtualInterfaceCommand extends $Command<
|
|
24
|
+
CreatePrivateVirtualInterfaceCommandInput,
|
|
25
|
+
CreatePrivateVirtualInterfaceCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePrivateVirtualInterfaceCommandInput;
|
|
29
|
+
constructor(input: CreatePrivateVirtualInterfaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreatePrivateVirtualInterfaceCommandInput,
|
|
37
|
+
CreatePrivateVirtualInterfaceCommandOutput
|
|
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
|
+
CreatePublicVirtualInterfaceRequest,
|
|
15
|
+
VirtualInterface,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePublicVirtualInterfaceCommandInput
|
|
18
|
+
extends CreatePublicVirtualInterfaceRequest {}
|
|
19
|
+
export interface CreatePublicVirtualInterfaceCommandOutput
|
|
20
|
+
extends VirtualInterface,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePublicVirtualInterfaceCommand extends $Command<
|
|
24
|
+
CreatePublicVirtualInterfaceCommandInput,
|
|
25
|
+
CreatePublicVirtualInterfaceCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePublicVirtualInterfaceCommandInput;
|
|
29
|
+
constructor(input: CreatePublicVirtualInterfaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreatePublicVirtualInterfaceCommandInput,
|
|
37
|
+
CreatePublicVirtualInterfaceCommandOutput
|
|
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
|
+
CreateTransitVirtualInterfaceRequest,
|
|
15
|
+
CreateTransitVirtualInterfaceResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateTransitVirtualInterfaceCommandInput
|
|
18
|
+
extends CreateTransitVirtualInterfaceRequest {}
|
|
19
|
+
export interface CreateTransitVirtualInterfaceCommandOutput
|
|
20
|
+
extends CreateTransitVirtualInterfaceResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateTransitVirtualInterfaceCommand extends $Command<
|
|
24
|
+
CreateTransitVirtualInterfaceCommandInput,
|
|
25
|
+
CreateTransitVirtualInterfaceCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateTransitVirtualInterfaceCommandInput;
|
|
29
|
+
constructor(input: CreateTransitVirtualInterfaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateTransitVirtualInterfaceCommandInput,
|
|
37
|
+
CreateTransitVirtualInterfaceCommandOutput
|
|
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 {
|
|
14
|
+
DeleteBGPPeerRequest,
|
|
15
|
+
DeleteBGPPeerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteBGPPeerCommandInput extends DeleteBGPPeerRequest {}
|
|
18
|
+
export interface DeleteBGPPeerCommandOutput
|
|
19
|
+
extends DeleteBGPPeerResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteBGPPeerCommand extends $Command<
|
|
23
|
+
DeleteBGPPeerCommandInput,
|
|
24
|
+
DeleteBGPPeerCommandOutput,
|
|
25
|
+
DirectConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteBGPPeerCommandInput;
|
|
28
|
+
constructor(input: DeleteBGPPeerCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { Connection, DeleteConnectionRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
|
|
15
|
+
export interface DeleteConnectionCommandOutput
|
|
16
|
+
extends Connection,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteConnectionCommand extends $Command<
|
|
20
|
+
DeleteConnectionCommandInput,
|
|
21
|
+
DeleteConnectionCommandOutput,
|
|
22
|
+
DirectConnectClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteConnectionCommandInput;
|
|
25
|
+
constructor(input: DeleteConnectionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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
|
+
DeleteDirectConnectGatewayAssociationRequest,
|
|
15
|
+
DeleteDirectConnectGatewayAssociationResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDirectConnectGatewayAssociationCommandInput
|
|
18
|
+
extends DeleteDirectConnectGatewayAssociationRequest {}
|
|
19
|
+
export interface DeleteDirectConnectGatewayAssociationCommandOutput
|
|
20
|
+
extends DeleteDirectConnectGatewayAssociationResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteDirectConnectGatewayAssociationCommand extends $Command<
|
|
24
|
+
DeleteDirectConnectGatewayAssociationCommandInput,
|
|
25
|
+
DeleteDirectConnectGatewayAssociationCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDirectConnectGatewayAssociationCommandInput;
|
|
29
|
+
constructor(input: DeleteDirectConnectGatewayAssociationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDirectConnectGatewayAssociationCommandInput,
|
|
37
|
+
DeleteDirectConnectGatewayAssociationCommandOutput
|
|
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
|
+
DeleteDirectConnectGatewayAssociationProposalRequest,
|
|
15
|
+
DeleteDirectConnectGatewayAssociationProposalResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDirectConnectGatewayAssociationProposalCommandInput
|
|
18
|
+
extends DeleteDirectConnectGatewayAssociationProposalRequest {}
|
|
19
|
+
export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput
|
|
20
|
+
extends DeleteDirectConnectGatewayAssociationProposalResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends $Command<
|
|
24
|
+
DeleteDirectConnectGatewayAssociationProposalCommandInput,
|
|
25
|
+
DeleteDirectConnectGatewayAssociationProposalCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDirectConnectGatewayAssociationProposalCommandInput;
|
|
29
|
+
constructor(input: DeleteDirectConnectGatewayAssociationProposalCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDirectConnectGatewayAssociationProposalCommandInput,
|
|
37
|
+
DeleteDirectConnectGatewayAssociationProposalCommandOutput
|
|
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
|
+
DeleteDirectConnectGatewayRequest,
|
|
15
|
+
DeleteDirectConnectGatewayResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDirectConnectGatewayCommandInput
|
|
18
|
+
extends DeleteDirectConnectGatewayRequest {}
|
|
19
|
+
export interface DeleteDirectConnectGatewayCommandOutput
|
|
20
|
+
extends DeleteDirectConnectGatewayResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteDirectConnectGatewayCommand extends $Command<
|
|
24
|
+
DeleteDirectConnectGatewayCommandInput,
|
|
25
|
+
DeleteDirectConnectGatewayCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDirectConnectGatewayCommandInput;
|
|
29
|
+
constructor(input: DeleteDirectConnectGatewayCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDirectConnectGatewayCommandInput,
|
|
37
|
+
DeleteDirectConnectGatewayCommandOutput
|
|
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
|
+
DeleteInterconnectRequest,
|
|
15
|
+
DeleteInterconnectResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteInterconnectCommandInput
|
|
18
|
+
extends DeleteInterconnectRequest {}
|
|
19
|
+
export interface DeleteInterconnectCommandOutput
|
|
20
|
+
extends DeleteInterconnectResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteInterconnectCommand extends $Command<
|
|
24
|
+
DeleteInterconnectCommandInput,
|
|
25
|
+
DeleteInterconnectCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteInterconnectCommandInput;
|
|
29
|
+
constructor(input: DeleteInterconnectCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { DeleteLagRequest, Lag } from "../models/models_0";
|
|
14
|
+
export interface DeleteLagCommandInput extends DeleteLagRequest {}
|
|
15
|
+
export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteLagCommand extends $Command<
|
|
18
|
+
DeleteLagCommandInput,
|
|
19
|
+
DeleteLagCommandOutput,
|
|
20
|
+
DirectConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteLagCommandInput;
|
|
23
|
+
constructor(input: DeleteLagCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteLagCommandInput, DeleteLagCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|