@aws-sdk/client-direct-connect 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +195 -757
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -14
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +2 -14
- package/dist-es/commands/AllocateHostedConnectionCommand.js +2 -14
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +2 -14
- package/dist-es/commands/AssociateHostedConnectionCommand.js +2 -14
- package/dist-es/commands/AssociateMacSecKeyCommand.js +2 -14
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/ConfirmConnectionCommand.js +2 -14
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +2 -14
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/CreateBGPPeerCommand.js +2 -14
- package/dist-es/commands/CreateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -14
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -14
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +2 -14
- package/dist-es/commands/CreateInterconnectCommand.js +2 -14
- package/dist-es/commands/CreateLagCommand.js +2 -14
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/DeleteBGPPeerCommand.js +2 -14
- package/dist-es/commands/DeleteConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -14
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteInterconnectCommand.js +2 -14
- package/dist-es/commands/DeleteLagCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionLoaCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +2 -14
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +2 -14
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +2 -14
- package/dist-es/commands/DescribeInterconnectsCommand.js +2 -14
- package/dist-es/commands/DescribeLagsCommand.js +2 -14
- package/dist-es/commands/DescribeLoaCommand.js +2 -14
- package/dist-es/commands/DescribeLocationsCommand.js +2 -14
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +2 -14
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +2 -14
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +2 -14
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -14
- package/dist-es/commands/StartBgpFailoverTestCommand.js +2 -14
- package/dist-es/commands/StopBgpFailoverTestCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConnectionCommand.js +2 -14
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateLagCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +3 -8
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +3 -8
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +3 -8
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +3 -8
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/CreateLagCommand.d.ts +3 -8
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLagCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +3 -8
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +3 -8
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLagCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import {
|
|
9
3
|
DisassociateMacSecKeyRequest,
|
|
10
4
|
DisassociateMacSecKeyResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisassociateMacSecKeyCommandInput
|
|
15
8
|
extends DisassociateMacSecKeyRequest {}
|
|
16
9
|
export interface DisassociateMacSecKeyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisassociateMacSecKeyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisassociateMacSecKeyCommandInput,
|
|
24
17
|
DisassociateMacSecKeyCommandOutput,
|
|
25
|
-
DirectConnectClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisassociateMacSecKeyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisassociateMacSecKeyCommandInput,
|
|
33
26
|
DisassociateMacSecKeyCommandOutput,
|
|
34
|
-
DirectConnectClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DisassociateMacSecKeyCommand extends DisassociateMacSecKeyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import {
|
|
9
3
|
ListVirtualInterfaceTestHistoryRequest,
|
|
10
4
|
ListVirtualInterfaceTestHistoryResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListVirtualInterfaceTestHistoryCommandInput
|
|
15
8
|
extends ListVirtualInterfaceTestHistoryRequest {}
|
|
16
9
|
export interface ListVirtualInterfaceTestHistoryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListVirtualInterfaceTestHistoryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListVirtualInterfaceTestHistoryCommandInput,
|
|
24
17
|
ListVirtualInterfaceTestHistoryCommandOutput,
|
|
25
|
-
DirectConnectClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListVirtualInterfaceTestHistoryCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListVirtualInterfaceTestHistoryCommandInput,
|
|
33
26
|
ListVirtualInterfaceTestHistoryCommandOutput,
|
|
34
|
-
DirectConnectClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListVirtualInterfaceTestHistoryCommand extends ListVirtualInterfaceTestHistoryCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import {
|
|
9
3
|
StartBgpFailoverTestRequest,
|
|
10
4
|
StartBgpFailoverTestResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartBgpFailoverTestCommandInput
|
|
15
8
|
extends StartBgpFailoverTestRequest {}
|
|
16
9
|
export interface StartBgpFailoverTestCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartBgpFailoverTestCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartBgpFailoverTestCommandInput,
|
|
24
17
|
StartBgpFailoverTestCommandOutput,
|
|
25
|
-
DirectConnectClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartBgpFailoverTestCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartBgpFailoverTestCommandInput,
|
|
33
26
|
StartBgpFailoverTestCommandOutput,
|
|
34
|
-
DirectConnectClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartBgpFailoverTestCommand extends StartBgpFailoverTestCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import {
|
|
9
3
|
StopBgpFailoverTestRequest,
|
|
10
4
|
StopBgpFailoverTestResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StopBgpFailoverTestCommandInput
|
|
15
8
|
extends StopBgpFailoverTestRequest {}
|
|
16
9
|
export interface StopBgpFailoverTestCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StopBgpFailoverTestCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StopBgpFailoverTestCommandInput,
|
|
24
17
|
StopBgpFailoverTestCommandOutput,
|
|
25
|
-
DirectConnectClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StopBgpFailoverTestCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StopBgpFailoverTestCommandInput,
|
|
33
26
|
StopBgpFailoverTestCommandOutput,
|
|
34
|
-
DirectConnectClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StopBgpFailoverTestCommand extends StopBgpFailoverTestCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
DirectConnectClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
DirectConnectClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import {
|
|
9
3
|
UntagResourceRequest,
|
|
10
4
|
UntagResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
DirectConnectClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
33
|
-
DirectConnectClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import { Connection, UpdateConnectionRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {}
|
|
12
5
|
export interface UpdateConnectionCommandOutput
|
|
13
6
|
extends Connection,
|
|
@@ -18,22 +11,20 @@ declare const UpdateConnectionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateConnectionCommandInput,
|
|
20
13
|
UpdateConnectionCommandOutput,
|
|
21
|
-
DirectConnectClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateConnectionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateConnectionCommandInput,
|
|
29
22
|
UpdateConnectionCommandOutput,
|
|
30
|
-
DirectConnectClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateDirectConnectGatewayAssociationRequest,
|
|
10
4
|
UpdateDirectConnectGatewayAssociationResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateDirectConnectGatewayAssociationCommandInput
|
|
15
8
|
extends UpdateDirectConnectGatewayAssociationRequest {}
|
|
16
9
|
export interface UpdateDirectConnectGatewayAssociationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateDirectConnectGatewayAssociationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateDirectConnectGatewayAssociationCommandInput,
|
|
24
17
|
UpdateDirectConnectGatewayAssociationCommandOutput,
|
|
25
|
-
DirectConnectClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [UpdateDirectConnectGatewayAssociationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateDirectConnectGatewayAssociationCommandInput,
|
|
33
26
|
UpdateDirectConnectGatewayAssociationCommandOutput,
|
|
34
|
-
DirectConnectClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateDirectConnectGatewayAssociationCommand extends UpdateDirectConnectGatewayAssociationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateDirectConnectGatewayRequest,
|
|
10
4
|
UpdateDirectConnectGatewayResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateDirectConnectGatewayCommandInput
|
|
15
8
|
extends UpdateDirectConnectGatewayRequest {}
|
|
16
9
|
export interface UpdateDirectConnectGatewayCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateDirectConnectGatewayCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateDirectConnectGatewayCommandInput,
|
|
24
17
|
UpdateDirectConnectGatewayCommandOutput,
|
|
25
|
-
DirectConnectClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateDirectConnectGatewayCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateDirectConnectGatewayCommandInput,
|
|
33
26
|
UpdateDirectConnectGatewayCommandOutput,
|
|
34
|
-
DirectConnectClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateDirectConnectGatewayCommand extends UpdateDirectConnectGatewayCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import { Lag, UpdateLagRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateLagCommandInput extends UpdateLagRequest {}
|
|
12
5
|
export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {}
|
|
13
6
|
declare const UpdateLagCommand_base: {
|
|
14
7
|
new (input: UpdateLagCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
8
|
UpdateLagCommandInput,
|
|
16
9
|
UpdateLagCommandOutput,
|
|
17
|
-
DirectConnectClientResolvedConfig,
|
|
18
|
-
ServiceInputTypes,
|
|
19
|
-
ServiceOutputTypes
|
|
10
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
11
|
+
import("..").ServiceInputTypes,
|
|
12
|
+
import("..").ServiceOutputTypes
|
|
20
13
|
>;
|
|
21
14
|
new (input: UpdateLagCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateLagCommandInput,
|
|
23
16
|
UpdateLagCommandOutput,
|
|
24
|
-
DirectConnectClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
21
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
22
|
};
|
|
32
23
|
export declare class UpdateLagCommand extends UpdateLagCommand_base {
|
|
33
24
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DirectConnectClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DirectConnectClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateVirtualInterfaceAttributesRequest,
|
|
10
4
|
VirtualInterface,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateVirtualInterfaceAttributesCommandInput
|
|
15
8
|
extends UpdateVirtualInterfaceAttributesRequest {}
|
|
16
9
|
export interface UpdateVirtualInterfaceAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateVirtualInterfaceAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateVirtualInterfaceAttributesCommandInput,
|
|
24
17
|
UpdateVirtualInterfaceAttributesCommandOutput,
|
|
25
|
-
DirectConnectClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateVirtualInterfaceAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateVirtualInterfaceAttributesCommandInput,
|
|
33
26
|
UpdateVirtualInterfaceAttributesCommandOutput,
|
|
34
|
-
DirectConnectClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DirectConnectClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateVirtualInterfaceAttributesCommand extends UpdateVirtualInterfaceAttributesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { DirectConnectExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-direct-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.
|
|
28
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.
|
|
30
|
-
"@smithy/types": "^4.15.
|
|
24
|
+
"@aws-sdk/core": "^3.974.27",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
26
|
+
"@aws-sdk/types": "^3.973.15",
|
|
27
|
+
"@smithy/core": "^3.29.0",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
29
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
30
|
+
"@smithy/types": "^4.15.1",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|