@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
|
+
DescribeInterconnectLoaRequest,
|
|
15
|
+
DescribeInterconnectLoaResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInterconnectLoaCommandInput
|
|
18
|
+
extends DescribeInterconnectLoaRequest {}
|
|
19
|
+
export interface DescribeInterconnectLoaCommandOutput
|
|
20
|
+
extends DescribeInterconnectLoaResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeInterconnectLoaCommand extends $Command<
|
|
24
|
+
DescribeInterconnectLoaCommandInput,
|
|
25
|
+
DescribeInterconnectLoaCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeInterconnectLoaCommandInput;
|
|
29
|
+
constructor(input: DescribeInterconnectLoaCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeInterconnectLoaCommandInput,
|
|
37
|
+
DescribeInterconnectLoaCommandOutput
|
|
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
|
+
DescribeInterconnectsRequest,
|
|
15
|
+
Interconnects,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInterconnectsCommandInput
|
|
18
|
+
extends DescribeInterconnectsRequest {}
|
|
19
|
+
export interface DescribeInterconnectsCommandOutput
|
|
20
|
+
extends Interconnects,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeInterconnectsCommand extends $Command<
|
|
24
|
+
DescribeInterconnectsCommandInput,
|
|
25
|
+
DescribeInterconnectsCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeInterconnectsCommandInput;
|
|
29
|
+
constructor(input: DescribeInterconnectsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeInterconnectsCommandInput,
|
|
37
|
+
DescribeInterconnectsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DescribeLagsRequest, Lags } from "../models/models_0";
|
|
14
|
+
export interface DescribeLagsCommandInput extends DescribeLagsRequest {}
|
|
15
|
+
export interface DescribeLagsCommandOutput extends Lags, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DescribeLagsCommand extends $Command<
|
|
18
|
+
DescribeLagsCommandInput,
|
|
19
|
+
DescribeLagsCommandOutput,
|
|
20
|
+
DirectConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DescribeLagsCommandInput;
|
|
23
|
+
constructor(input: DescribeLagsCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeLagsCommandInput, DescribeLagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { DescribeLoaRequest, Loa } from "../models/models_0";
|
|
14
|
+
export interface DescribeLoaCommandInput extends DescribeLoaRequest {}
|
|
15
|
+
export interface DescribeLoaCommandOutput extends Loa, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DescribeLoaCommand extends $Command<
|
|
18
|
+
DescribeLoaCommandInput,
|
|
19
|
+
DescribeLoaCommandOutput,
|
|
20
|
+
DirectConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DescribeLoaCommandInput;
|
|
23
|
+
constructor(input: DescribeLoaCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeLoaCommandInput, DescribeLoaCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { Locations } from "../models/models_0";
|
|
14
|
+
export interface DescribeLocationsCommandInput {}
|
|
15
|
+
export interface DescribeLocationsCommandOutput
|
|
16
|
+
extends Locations,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeLocationsCommand extends $Command<
|
|
20
|
+
DescribeLocationsCommandInput,
|
|
21
|
+
DescribeLocationsCommandOutput,
|
|
22
|
+
DirectConnectClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeLocationsCommandInput;
|
|
25
|
+
constructor(input: DescribeLocationsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeLocationsCommandInput, DescribeLocationsCommandOutput>;
|
|
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
|
+
DescribeRouterConfigurationRequest,
|
|
15
|
+
DescribeRouterConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRouterConfigurationCommandInput
|
|
18
|
+
extends DescribeRouterConfigurationRequest {}
|
|
19
|
+
export interface DescribeRouterConfigurationCommandOutput
|
|
20
|
+
extends DescribeRouterConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeRouterConfigurationCommand extends $Command<
|
|
24
|
+
DescribeRouterConfigurationCommandInput,
|
|
25
|
+
DescribeRouterConfigurationCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeRouterConfigurationCommandInput;
|
|
29
|
+
constructor(input: DescribeRouterConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeRouterConfigurationCommandInput,
|
|
37
|
+
DescribeRouterConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
14
|
+
export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
|
|
15
|
+
export interface DescribeTagsCommandOutput
|
|
16
|
+
extends DescribeTagsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeTagsCommand extends $Command<
|
|
20
|
+
DescribeTagsCommandInput,
|
|
21
|
+
DescribeTagsCommandOutput,
|
|
22
|
+
DirectConnectClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeTagsCommandInput;
|
|
25
|
+
constructor(input: DescribeTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { VirtualGateways } from "../models/models_0";
|
|
14
|
+
export interface DescribeVirtualGatewaysCommandInput {}
|
|
15
|
+
export interface DescribeVirtualGatewaysCommandOutput
|
|
16
|
+
extends VirtualGateways,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeVirtualGatewaysCommand extends $Command<
|
|
20
|
+
DescribeVirtualGatewaysCommandInput,
|
|
21
|
+
DescribeVirtualGatewaysCommandOutput,
|
|
22
|
+
DirectConnectClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeVirtualGatewaysCommandInput;
|
|
25
|
+
constructor(input: DescribeVirtualGatewaysCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeVirtualGatewaysCommandInput,
|
|
33
|
+
DescribeVirtualGatewaysCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeVirtualInterfacesRequest,
|
|
15
|
+
VirtualInterfaces,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeVirtualInterfacesCommandInput
|
|
18
|
+
extends DescribeVirtualInterfacesRequest {}
|
|
19
|
+
export interface DescribeVirtualInterfacesCommandOutput
|
|
20
|
+
extends VirtualInterfaces,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeVirtualInterfacesCommand extends $Command<
|
|
24
|
+
DescribeVirtualInterfacesCommandInput,
|
|
25
|
+
DescribeVirtualInterfacesCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeVirtualInterfacesCommandInput;
|
|
29
|
+
constructor(input: DescribeVirtualInterfacesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeVirtualInterfacesCommandInput,
|
|
37
|
+
DescribeVirtualInterfacesCommandOutput
|
|
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
|
+
Connection,
|
|
15
|
+
DisassociateConnectionFromLagRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateConnectionFromLagCommandInput
|
|
18
|
+
extends DisassociateConnectionFromLagRequest {}
|
|
19
|
+
export interface DisassociateConnectionFromLagCommandOutput
|
|
20
|
+
extends Connection,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateConnectionFromLagCommand extends $Command<
|
|
24
|
+
DisassociateConnectionFromLagCommandInput,
|
|
25
|
+
DisassociateConnectionFromLagCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateConnectionFromLagCommandInput;
|
|
29
|
+
constructor(input: DisassociateConnectionFromLagCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateConnectionFromLagCommandInput,
|
|
37
|
+
DisassociateConnectionFromLagCommandOutput
|
|
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
|
+
DisassociateMacSecKeyRequest,
|
|
15
|
+
DisassociateMacSecKeyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateMacSecKeyCommandInput
|
|
18
|
+
extends DisassociateMacSecKeyRequest {}
|
|
19
|
+
export interface DisassociateMacSecKeyCommandOutput
|
|
20
|
+
extends DisassociateMacSecKeyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateMacSecKeyCommand extends $Command<
|
|
24
|
+
DisassociateMacSecKeyCommandInput,
|
|
25
|
+
DisassociateMacSecKeyCommandOutput,
|
|
26
|
+
DirectConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateMacSecKeyCommandInput;
|
|
29
|
+
constructor(input: DisassociateMacSecKeyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateMacSecKeyCommandInput,
|
|
37
|
+
DisassociateMacSecKeyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|