@aws-sdk/client-direct-connect 3.37.0 → 3.41.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 +43 -0
- package/README.md +2 -2
- package/dist-cjs/DirectConnect.js +60 -0
- package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +36 -0
- package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +36 -0
- package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +36 -0
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/endpoints.js +137 -21
- package/dist-cjs/index.js +3 -61
- package/dist-cjs/models/models_0.js +63 -3
- package/dist-cjs/protocols/Aws_json1_1.js +339 -3
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/DirectConnect.js +60 -0
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
- package/dist-es/commands/index.js +63 -0
- package/dist-es/endpoints.js +137 -21
- package/dist-es/index.js +3 -61
- package/dist-es/models/models_0.js +42 -0
- package/dist-es/protocols/Aws_json1_1.js +369 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/DirectConnect.d.ts +51 -19
- package/dist-types/DirectConnectClient.d.ts +16 -4
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -3
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -3
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -3
- package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateLagCommand.d.ts +2 -2
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +63 -0
- package/dist-types/index.d.ts +3 -61
- package/dist-types/models/models_0.d.ts +209 -23
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/DirectConnect.d.ts +20 -0
- package/dist-types/ts3.4/DirectConnectClient.d.ts +10 -2
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/index.d.ts +3 -61
- package/dist-types/ts3.4/models/models_0.d.ts +104 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: DirectConnectClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: DirectConnectClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -10,6 +10,7 @@ import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommand
|
|
|
10
10
|
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
11
11
|
import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
|
|
12
12
|
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
13
|
+
import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
|
|
13
14
|
import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
14
15
|
import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
15
16
|
import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
@@ -34,6 +35,7 @@ import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput
|
|
|
34
35
|
import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
|
|
35
36
|
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
36
37
|
import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
38
|
+
import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
|
|
37
39
|
import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
38
40
|
import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
39
41
|
import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
@@ -44,6 +46,7 @@ import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput }
|
|
|
44
46
|
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
45
47
|
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
46
48
|
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
49
|
+
import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
|
|
47
50
|
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
48
51
|
import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
|
|
49
52
|
import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
|
|
@@ -56,6 +59,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
56
59
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
57
60
|
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
58
61
|
import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
62
|
+
import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
|
|
59
63
|
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
60
64
|
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
61
65
|
import { DirectConnectClient } from "./DirectConnectClient";
|
|
@@ -106,6 +110,10 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
106
110
|
confirmConnection(args: ConfirmConnectionCommandInput, cb: (err: any, data?: ConfirmConnectionCommandOutput) => void): void;
|
|
107
111
|
confirmConnection(args: ConfirmConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmConnectionCommandOutput) => void): void;
|
|
108
112
|
|
|
113
|
+
confirmCustomerAgreement(args: ConfirmCustomerAgreementCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmCustomerAgreementCommandOutput>;
|
|
114
|
+
confirmCustomerAgreement(args: ConfirmCustomerAgreementCommandInput, cb: (err: any, data?: ConfirmCustomerAgreementCommandOutput) => void): void;
|
|
115
|
+
confirmCustomerAgreement(args: ConfirmCustomerAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmCustomerAgreementCommandOutput) => void): void;
|
|
116
|
+
|
|
109
117
|
confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmPrivateVirtualInterfaceCommandOutput>;
|
|
110
118
|
confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void): void;
|
|
111
119
|
confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void): void;
|
|
@@ -202,6 +210,10 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
202
210
|
describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void): void;
|
|
203
211
|
describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void): void;
|
|
204
212
|
|
|
213
|
+
describeCustomerMetadata(args: DescribeCustomerMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomerMetadataCommandOutput>;
|
|
214
|
+
describeCustomerMetadata(args: DescribeCustomerMetadataCommandInput, cb: (err: any, data?: DescribeCustomerMetadataCommandOutput) => void): void;
|
|
215
|
+
describeCustomerMetadata(args: DescribeCustomerMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomerMetadataCommandOutput) => void): void;
|
|
216
|
+
|
|
205
217
|
describeDirectConnectGatewayAssociationProposals(args: DescribeDirectConnectGatewayAssociationProposalsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectConnectGatewayAssociationProposalsCommandOutput>;
|
|
206
218
|
describeDirectConnectGatewayAssociationProposals(args: DescribeDirectConnectGatewayAssociationProposalsCommandInput, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void): void;
|
|
207
219
|
describeDirectConnectGatewayAssociationProposals(args: DescribeDirectConnectGatewayAssociationProposalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void): void;
|
|
@@ -242,6 +254,10 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
242
254
|
describeLocations(args: DescribeLocationsCommandInput, cb: (err: any, data?: DescribeLocationsCommandOutput) => void): void;
|
|
243
255
|
describeLocations(args: DescribeLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationsCommandOutput) => void): void;
|
|
244
256
|
|
|
257
|
+
describeRouterConfiguration(args: DescribeRouterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouterConfigurationCommandOutput>;
|
|
258
|
+
describeRouterConfiguration(args: DescribeRouterConfigurationCommandInput, cb: (err: any, data?: DescribeRouterConfigurationCommandOutput) => void): void;
|
|
259
|
+
describeRouterConfiguration(args: DescribeRouterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouterConfigurationCommandOutput) => void): void;
|
|
260
|
+
|
|
245
261
|
describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
|
|
246
262
|
describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
247
263
|
describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
@@ -286,6 +302,10 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
286
302
|
updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
287
303
|
updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
288
304
|
|
|
305
|
+
updateDirectConnectGateway(args: UpdateDirectConnectGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDirectConnectGatewayCommandOutput>;
|
|
306
|
+
updateDirectConnectGateway(args: UpdateDirectConnectGatewayCommandInput, cb: (err: any, data?: UpdateDirectConnectGatewayCommandOutput) => void): void;
|
|
307
|
+
updateDirectConnectGateway(args: UpdateDirectConnectGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectConnectGatewayCommandOutput) => void): void;
|
|
308
|
+
|
|
289
309
|
updateDirectConnectGatewayAssociation(args: UpdateDirectConnectGatewayAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDirectConnectGatewayAssociationCommandOutput>;
|
|
290
310
|
updateDirectConnectGatewayAssociation(args: UpdateDirectConnectGatewayAssociationCommandInput, cb: (err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
291
311
|
updateDirectConnectGatewayAssociation(args: UpdateDirectConnectGatewayAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
@@ -17,6 +17,7 @@ import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommand
|
|
|
17
17
|
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
18
18
|
import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
|
|
19
19
|
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
20
|
+
import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
|
|
20
21
|
import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
21
22
|
import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
22
23
|
import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
@@ -41,6 +42,7 @@ import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput
|
|
|
41
42
|
import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
|
|
42
43
|
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
43
44
|
import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
45
|
+
import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
|
|
44
46
|
import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
45
47
|
import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
46
48
|
import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
@@ -51,6 +53,7 @@ import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput }
|
|
|
51
53
|
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
52
54
|
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
53
55
|
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
56
|
+
import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
|
|
54
57
|
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
55
58
|
import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
|
|
56
59
|
import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
|
|
@@ -63,10 +66,11 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
63
66
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
64
67
|
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
65
68
|
import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
69
|
+
import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
|
|
66
70
|
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
67
71
|
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
68
|
-
export declare type ServiceInputTypes = AcceptDirectConnectGatewayAssociationProposalCommandInput | AllocateConnectionOnInterconnectCommandInput | AllocateHostedConnectionCommandInput | AllocatePrivateVirtualInterfaceCommandInput | AllocatePublicVirtualInterfaceCommandInput | AllocateTransitVirtualInterfaceCommandInput | AssociateConnectionWithLagCommandInput | AssociateHostedConnectionCommandInput | AssociateMacSecKeyCommandInput | AssociateVirtualInterfaceCommandInput | ConfirmConnectionCommandInput | ConfirmPrivateVirtualInterfaceCommandInput | ConfirmPublicVirtualInterfaceCommandInput | ConfirmTransitVirtualInterfaceCommandInput | CreateBGPPeerCommandInput | CreateConnectionCommandInput | CreateDirectConnectGatewayAssociationCommandInput | CreateDirectConnectGatewayAssociationProposalCommandInput | CreateDirectConnectGatewayCommandInput | CreateInterconnectCommandInput | CreateLagCommandInput | CreatePrivateVirtualInterfaceCommandInput | CreatePublicVirtualInterfaceCommandInput | CreateTransitVirtualInterfaceCommandInput | DeleteBGPPeerCommandInput | DeleteConnectionCommandInput | DeleteDirectConnectGatewayAssociationCommandInput | DeleteDirectConnectGatewayAssociationProposalCommandInput | DeleteDirectConnectGatewayCommandInput | DeleteInterconnectCommandInput | DeleteLagCommandInput | DeleteVirtualInterfaceCommandInput | DescribeConnectionLoaCommandInput | DescribeConnectionsCommandInput | DescribeConnectionsOnInterconnectCommandInput | DescribeDirectConnectGatewayAssociationProposalsCommandInput | DescribeDirectConnectGatewayAssociationsCommandInput | DescribeDirectConnectGatewayAttachmentsCommandInput | DescribeDirectConnectGatewaysCommandInput | DescribeHostedConnectionsCommandInput | DescribeInterconnectLoaCommandInput | DescribeInterconnectsCommandInput | DescribeLagsCommandInput | DescribeLoaCommandInput | DescribeLocationsCommandInput | DescribeTagsCommandInput | DescribeVirtualGatewaysCommandInput | DescribeVirtualInterfacesCommandInput | DisassociateConnectionFromLagCommandInput | DisassociateMacSecKeyCommandInput | ListVirtualInterfaceTestHistoryCommandInput | StartBgpFailoverTestCommandInput | StopBgpFailoverTestCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateDirectConnectGatewayAssociationCommandInput | UpdateLagCommandInput | UpdateVirtualInterfaceAttributesCommandInput;
|
|
69
|
-
export declare type ServiceOutputTypes = AcceptDirectConnectGatewayAssociationProposalCommandOutput | AllocateConnectionOnInterconnectCommandOutput | AllocateHostedConnectionCommandOutput | AllocatePrivateVirtualInterfaceCommandOutput | AllocatePublicVirtualInterfaceCommandOutput | AllocateTransitVirtualInterfaceCommandOutput | AssociateConnectionWithLagCommandOutput | AssociateHostedConnectionCommandOutput | AssociateMacSecKeyCommandOutput | AssociateVirtualInterfaceCommandOutput | ConfirmConnectionCommandOutput | ConfirmPrivateVirtualInterfaceCommandOutput | ConfirmPublicVirtualInterfaceCommandOutput | ConfirmTransitVirtualInterfaceCommandOutput | CreateBGPPeerCommandOutput | CreateConnectionCommandOutput | CreateDirectConnectGatewayAssociationCommandOutput | CreateDirectConnectGatewayAssociationProposalCommandOutput | CreateDirectConnectGatewayCommandOutput | CreateInterconnectCommandOutput | CreateLagCommandOutput | CreatePrivateVirtualInterfaceCommandOutput | CreatePublicVirtualInterfaceCommandOutput | CreateTransitVirtualInterfaceCommandOutput | DeleteBGPPeerCommandOutput | DeleteConnectionCommandOutput | DeleteDirectConnectGatewayAssociationCommandOutput | DeleteDirectConnectGatewayAssociationProposalCommandOutput | DeleteDirectConnectGatewayCommandOutput | DeleteInterconnectCommandOutput | DeleteLagCommandOutput | DeleteVirtualInterfaceCommandOutput | DescribeConnectionLoaCommandOutput | DescribeConnectionsCommandOutput | DescribeConnectionsOnInterconnectCommandOutput | DescribeDirectConnectGatewayAssociationProposalsCommandOutput | DescribeDirectConnectGatewayAssociationsCommandOutput | DescribeDirectConnectGatewayAttachmentsCommandOutput | DescribeDirectConnectGatewaysCommandOutput | DescribeHostedConnectionsCommandOutput | DescribeInterconnectLoaCommandOutput | DescribeInterconnectsCommandOutput | DescribeLagsCommandOutput | DescribeLoaCommandOutput | DescribeLocationsCommandOutput | DescribeTagsCommandOutput | DescribeVirtualGatewaysCommandOutput | DescribeVirtualInterfacesCommandOutput | DisassociateConnectionFromLagCommandOutput | DisassociateMacSecKeyCommandOutput | ListVirtualInterfaceTestHistoryCommandOutput | StartBgpFailoverTestCommandOutput | StopBgpFailoverTestCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateDirectConnectGatewayAssociationCommandOutput | UpdateLagCommandOutput | UpdateVirtualInterfaceAttributesCommandOutput;
|
|
72
|
+
export declare type ServiceInputTypes = AcceptDirectConnectGatewayAssociationProposalCommandInput | AllocateConnectionOnInterconnectCommandInput | AllocateHostedConnectionCommandInput | AllocatePrivateVirtualInterfaceCommandInput | AllocatePublicVirtualInterfaceCommandInput | AllocateTransitVirtualInterfaceCommandInput | AssociateConnectionWithLagCommandInput | AssociateHostedConnectionCommandInput | AssociateMacSecKeyCommandInput | AssociateVirtualInterfaceCommandInput | ConfirmConnectionCommandInput | ConfirmCustomerAgreementCommandInput | ConfirmPrivateVirtualInterfaceCommandInput | ConfirmPublicVirtualInterfaceCommandInput | ConfirmTransitVirtualInterfaceCommandInput | CreateBGPPeerCommandInput | CreateConnectionCommandInput | CreateDirectConnectGatewayAssociationCommandInput | CreateDirectConnectGatewayAssociationProposalCommandInput | CreateDirectConnectGatewayCommandInput | CreateInterconnectCommandInput | CreateLagCommandInput | CreatePrivateVirtualInterfaceCommandInput | CreatePublicVirtualInterfaceCommandInput | CreateTransitVirtualInterfaceCommandInput | DeleteBGPPeerCommandInput | DeleteConnectionCommandInput | DeleteDirectConnectGatewayAssociationCommandInput | DeleteDirectConnectGatewayAssociationProposalCommandInput | DeleteDirectConnectGatewayCommandInput | DeleteInterconnectCommandInput | DeleteLagCommandInput | DeleteVirtualInterfaceCommandInput | DescribeConnectionLoaCommandInput | DescribeConnectionsCommandInput | DescribeConnectionsOnInterconnectCommandInput | DescribeCustomerMetadataCommandInput | DescribeDirectConnectGatewayAssociationProposalsCommandInput | DescribeDirectConnectGatewayAssociationsCommandInput | DescribeDirectConnectGatewayAttachmentsCommandInput | DescribeDirectConnectGatewaysCommandInput | DescribeHostedConnectionsCommandInput | DescribeInterconnectLoaCommandInput | DescribeInterconnectsCommandInput | DescribeLagsCommandInput | DescribeLoaCommandInput | DescribeLocationsCommandInput | DescribeRouterConfigurationCommandInput | DescribeTagsCommandInput | DescribeVirtualGatewaysCommandInput | DescribeVirtualInterfacesCommandInput | DisassociateConnectionFromLagCommandInput | DisassociateMacSecKeyCommandInput | ListVirtualInterfaceTestHistoryCommandInput | StartBgpFailoverTestCommandInput | StopBgpFailoverTestCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateDirectConnectGatewayAssociationCommandInput | UpdateDirectConnectGatewayCommandInput | UpdateLagCommandInput | UpdateVirtualInterfaceAttributesCommandInput;
|
|
73
|
+
export declare type ServiceOutputTypes = AcceptDirectConnectGatewayAssociationProposalCommandOutput | AllocateConnectionOnInterconnectCommandOutput | AllocateHostedConnectionCommandOutput | AllocatePrivateVirtualInterfaceCommandOutput | AllocatePublicVirtualInterfaceCommandOutput | AllocateTransitVirtualInterfaceCommandOutput | AssociateConnectionWithLagCommandOutput | AssociateHostedConnectionCommandOutput | AssociateMacSecKeyCommandOutput | AssociateVirtualInterfaceCommandOutput | ConfirmConnectionCommandOutput | ConfirmCustomerAgreementCommandOutput | ConfirmPrivateVirtualInterfaceCommandOutput | ConfirmPublicVirtualInterfaceCommandOutput | ConfirmTransitVirtualInterfaceCommandOutput | CreateBGPPeerCommandOutput | CreateConnectionCommandOutput | CreateDirectConnectGatewayAssociationCommandOutput | CreateDirectConnectGatewayAssociationProposalCommandOutput | CreateDirectConnectGatewayCommandOutput | CreateInterconnectCommandOutput | CreateLagCommandOutput | CreatePrivateVirtualInterfaceCommandOutput | CreatePublicVirtualInterfaceCommandOutput | CreateTransitVirtualInterfaceCommandOutput | DeleteBGPPeerCommandOutput | DeleteConnectionCommandOutput | DeleteDirectConnectGatewayAssociationCommandOutput | DeleteDirectConnectGatewayAssociationProposalCommandOutput | DeleteDirectConnectGatewayCommandOutput | DeleteInterconnectCommandOutput | DeleteLagCommandOutput | DeleteVirtualInterfaceCommandOutput | DescribeConnectionLoaCommandOutput | DescribeConnectionsCommandOutput | DescribeConnectionsOnInterconnectCommandOutput | DescribeCustomerMetadataCommandOutput | DescribeDirectConnectGatewayAssociationProposalsCommandOutput | DescribeDirectConnectGatewayAssociationsCommandOutput | DescribeDirectConnectGatewayAttachmentsCommandOutput | DescribeDirectConnectGatewaysCommandOutput | DescribeHostedConnectionsCommandOutput | DescribeInterconnectLoaCommandOutput | DescribeInterconnectsCommandOutput | DescribeLagsCommandOutput | DescribeLoaCommandOutput | DescribeLocationsCommandOutput | DescribeRouterConfigurationCommandOutput | DescribeTagsCommandOutput | DescribeVirtualGatewaysCommandOutput | DescribeVirtualInterfacesCommandOutput | DisassociateConnectionFromLagCommandOutput | DisassociateMacSecKeyCommandOutput | ListVirtualInterfaceTestHistoryCommandOutput | StartBgpFailoverTestCommandOutput | StopBgpFailoverTestCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateDirectConnectGatewayAssociationCommandOutput | UpdateDirectConnectGatewayCommandOutput | UpdateLagCommandOutput | UpdateVirtualInterfaceAttributesCommandOutput;
|
|
70
74
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
71
75
|
|
|
72
76
|
requestHandler?: __HttpHandler;
|
|
@@ -97,6 +101,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
97
101
|
|
|
98
102
|
logger?: __Logger;
|
|
99
103
|
|
|
104
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
105
|
+
|
|
106
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
107
|
+
|
|
100
108
|
serviceId?: string;
|
|
101
109
|
|
|
102
110
|
region?: string | __Provider<string>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
|
+
import { ConfirmCustomerAgreementRequest, ConfirmCustomerAgreementResponse } from "../models/models_0";
|
|
5
|
+
export interface ConfirmCustomerAgreementCommandInput extends ConfirmCustomerAgreementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAgreementResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ConfirmCustomerAgreementCommand extends $Command<ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput, DirectConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: ConfirmCustomerAgreementCommandInput;
|
|
12
|
+
constructor(input: ConfirmCustomerAgreementCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
|
+
import { DescribeCustomerMetadataResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeCustomerMetadataCommandInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerMetadataResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeCustomerMetadataCommand extends $Command<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput, DirectConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeCustomerMetadataCommandInput;
|
|
12
|
+
constructor(input: DescribeCustomerMetadataCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
|
+
import { DescribeRouterConfigurationRequest, DescribeRouterConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeRouterConfigurationCommandInput extends DescribeRouterConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeRouterConfigurationCommandOutput extends DescribeRouterConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeRouterConfigurationCommand extends $Command<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeRouterConfigurationCommandInput;
|
|
12
|
+
constructor(input: DescribeRouterConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
|
+
import { UpdateDirectConnectGatewayRequest, UpdateDirectConnectGatewayResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateDirectConnectGatewayCommandInput extends UpdateDirectConnectGatewayRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectConnectGatewayResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateDirectConnectGatewayCommand extends $Command<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateDirectConnectGatewayCommandInput;
|
|
12
|
+
constructor(input: UpdateDirectConnectGatewayCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export * from "./AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
2
|
+
export * from "./AllocateConnectionOnInterconnectCommand";
|
|
3
|
+
export * from "./AllocateHostedConnectionCommand";
|
|
4
|
+
export * from "./AllocatePrivateVirtualInterfaceCommand";
|
|
5
|
+
export * from "./AllocatePublicVirtualInterfaceCommand";
|
|
6
|
+
export * from "./AllocateTransitVirtualInterfaceCommand";
|
|
7
|
+
export * from "./AssociateConnectionWithLagCommand";
|
|
8
|
+
export * from "./AssociateHostedConnectionCommand";
|
|
9
|
+
export * from "./AssociateMacSecKeyCommand";
|
|
10
|
+
export * from "./AssociateVirtualInterfaceCommand";
|
|
11
|
+
export * from "./ConfirmConnectionCommand";
|
|
12
|
+
export * from "./ConfirmCustomerAgreementCommand";
|
|
13
|
+
export * from "./ConfirmPrivateVirtualInterfaceCommand";
|
|
14
|
+
export * from "./ConfirmPublicVirtualInterfaceCommand";
|
|
15
|
+
export * from "./ConfirmTransitVirtualInterfaceCommand";
|
|
16
|
+
export * from "./CreateBGPPeerCommand";
|
|
17
|
+
export * from "./CreateConnectionCommand";
|
|
18
|
+
export * from "./CreateDirectConnectGatewayAssociationCommand";
|
|
19
|
+
export * from "./CreateDirectConnectGatewayAssociationProposalCommand";
|
|
20
|
+
export * from "./CreateDirectConnectGatewayCommand";
|
|
21
|
+
export * from "./CreateInterconnectCommand";
|
|
22
|
+
export * from "./CreateLagCommand";
|
|
23
|
+
export * from "./CreatePrivateVirtualInterfaceCommand";
|
|
24
|
+
export * from "./CreatePublicVirtualInterfaceCommand";
|
|
25
|
+
export * from "./CreateTransitVirtualInterfaceCommand";
|
|
26
|
+
export * from "./DeleteBGPPeerCommand";
|
|
27
|
+
export * from "./DeleteConnectionCommand";
|
|
28
|
+
export * from "./DeleteDirectConnectGatewayAssociationCommand";
|
|
29
|
+
export * from "./DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
30
|
+
export * from "./DeleteDirectConnectGatewayCommand";
|
|
31
|
+
export * from "./DeleteInterconnectCommand";
|
|
32
|
+
export * from "./DeleteLagCommand";
|
|
33
|
+
export * from "./DeleteVirtualInterfaceCommand";
|
|
34
|
+
export * from "./DescribeConnectionLoaCommand";
|
|
35
|
+
export * from "./DescribeConnectionsCommand";
|
|
36
|
+
export * from "./DescribeConnectionsOnInterconnectCommand";
|
|
37
|
+
export * from "./DescribeCustomerMetadataCommand";
|
|
38
|
+
export * from "./DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
39
|
+
export * from "./DescribeDirectConnectGatewayAssociationsCommand";
|
|
40
|
+
export * from "./DescribeDirectConnectGatewayAttachmentsCommand";
|
|
41
|
+
export * from "./DescribeDirectConnectGatewaysCommand";
|
|
42
|
+
export * from "./DescribeHostedConnectionsCommand";
|
|
43
|
+
export * from "./DescribeInterconnectLoaCommand";
|
|
44
|
+
export * from "./DescribeInterconnectsCommand";
|
|
45
|
+
export * from "./DescribeLagsCommand";
|
|
46
|
+
export * from "./DescribeLoaCommand";
|
|
47
|
+
export * from "./DescribeLocationsCommand";
|
|
48
|
+
export * from "./DescribeRouterConfigurationCommand";
|
|
49
|
+
export * from "./DescribeTagsCommand";
|
|
50
|
+
export * from "./DescribeVirtualGatewaysCommand";
|
|
51
|
+
export * from "./DescribeVirtualInterfacesCommand";
|
|
52
|
+
export * from "./DisassociateConnectionFromLagCommand";
|
|
53
|
+
export * from "./DisassociateMacSecKeyCommand";
|
|
54
|
+
export * from "./ListVirtualInterfaceTestHistoryCommand";
|
|
55
|
+
export * from "./StartBgpFailoverTestCommand";
|
|
56
|
+
export * from "./StopBgpFailoverTestCommand";
|
|
57
|
+
export * from "./TagResourceCommand";
|
|
58
|
+
export * from "./UntagResourceCommand";
|
|
59
|
+
export * from "./UpdateConnectionCommand";
|
|
60
|
+
export * from "./UpdateDirectConnectGatewayAssociationCommand";
|
|
61
|
+
export * from "./UpdateDirectConnectGatewayCommand";
|
|
62
|
+
export * from "./UpdateLagCommand";
|
|
63
|
+
export * from "./UpdateVirtualInterfaceAttributesCommand";
|
|
@@ -1,62 +1,4 @@
|
|
|
1
|
-
export * from "./DirectConnectClient";
|
|
2
1
|
export * from "./DirectConnect";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
7
|
-
export * from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
8
|
-
export * from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
9
|
-
export * from "./commands/AssociateConnectionWithLagCommand";
|
|
10
|
-
export * from "./commands/AssociateHostedConnectionCommand";
|
|
11
|
-
export * from "./commands/AssociateMacSecKeyCommand";
|
|
12
|
-
export * from "./commands/AssociateVirtualInterfaceCommand";
|
|
13
|
-
export * from "./commands/ConfirmConnectionCommand";
|
|
14
|
-
export * from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
15
|
-
export * from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
16
|
-
export * from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
17
|
-
export * from "./commands/CreateBGPPeerCommand";
|
|
18
|
-
export * from "./commands/CreateConnectionCommand";
|
|
19
|
-
export * from "./commands/CreateDirectConnectGatewayCommand";
|
|
20
|
-
export * from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
21
|
-
export * from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
22
|
-
export * from "./commands/CreateInterconnectCommand";
|
|
23
|
-
export * from "./commands/CreateLagCommand";
|
|
24
|
-
export * from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
25
|
-
export * from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
26
|
-
export * from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
27
|
-
export * from "./commands/DeleteBGPPeerCommand";
|
|
28
|
-
export * from "./commands/DeleteConnectionCommand";
|
|
29
|
-
export * from "./commands/DeleteDirectConnectGatewayCommand";
|
|
30
|
-
export * from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
31
|
-
export * from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
32
|
-
export * from "./commands/DeleteInterconnectCommand";
|
|
33
|
-
export * from "./commands/DeleteLagCommand";
|
|
34
|
-
export * from "./commands/DeleteVirtualInterfaceCommand";
|
|
35
|
-
export * from "./commands/DescribeConnectionLoaCommand";
|
|
36
|
-
export * from "./commands/DescribeConnectionsCommand";
|
|
37
|
-
export * from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
38
|
-
export * from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
39
|
-
export * from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
40
|
-
export * from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
41
|
-
export * from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
42
|
-
export * from "./commands/DescribeHostedConnectionsCommand";
|
|
43
|
-
export * from "./commands/DescribeInterconnectLoaCommand";
|
|
44
|
-
export * from "./commands/DescribeInterconnectsCommand";
|
|
45
|
-
export * from "./commands/DescribeLagsCommand";
|
|
46
|
-
export * from "./commands/DescribeLoaCommand";
|
|
47
|
-
export * from "./commands/DescribeLocationsCommand";
|
|
48
|
-
export * from "./commands/DescribeTagsCommand";
|
|
49
|
-
export * from "./commands/DescribeVirtualGatewaysCommand";
|
|
50
|
-
export * from "./commands/DescribeVirtualInterfacesCommand";
|
|
51
|
-
export * from "./commands/DisassociateConnectionFromLagCommand";
|
|
52
|
-
export * from "./commands/DisassociateMacSecKeyCommand";
|
|
53
|
-
export * from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
54
|
-
export * from "./commands/StartBgpFailoverTestCommand";
|
|
55
|
-
export * from "./commands/StopBgpFailoverTestCommand";
|
|
56
|
-
export * from "./commands/TagResourceCommand";
|
|
57
|
-
export * from "./commands/UntagResourceCommand";
|
|
58
|
-
export * from "./commands/UpdateConnectionCommand";
|
|
59
|
-
export * from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
60
|
-
export * from "./commands/UpdateLagCommand";
|
|
61
|
-
export * from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
62
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./DirectConnectClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
@@ -101,6 +101,17 @@ export declare enum AddressFamily {
|
|
|
101
101
|
IPv4 = "ipv4",
|
|
102
102
|
IPv6 = "ipv6"
|
|
103
103
|
}
|
|
104
|
+
|
|
105
|
+
export interface CustomerAgreement {
|
|
106
|
+
|
|
107
|
+
agreementName?: string;
|
|
108
|
+
|
|
109
|
+
status?: string;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace CustomerAgreement {
|
|
112
|
+
|
|
113
|
+
const filterSensitiveLog: (obj: CustomerAgreement) => any;
|
|
114
|
+
}
|
|
104
115
|
export interface AllocateConnectionOnInterconnectRequest {
|
|
105
116
|
|
|
106
117
|
bandwidth: string | undefined;
|
|
@@ -524,6 +535,22 @@ export declare namespace ConfirmConnectionResponse {
|
|
|
524
535
|
|
|
525
536
|
const filterSensitiveLog: (obj: ConfirmConnectionResponse) => any;
|
|
526
537
|
}
|
|
538
|
+
export interface ConfirmCustomerAgreementRequest {
|
|
539
|
+
|
|
540
|
+
agreementName?: string;
|
|
541
|
+
}
|
|
542
|
+
export declare namespace ConfirmCustomerAgreementRequest {
|
|
543
|
+
|
|
544
|
+
const filterSensitiveLog: (obj: ConfirmCustomerAgreementRequest) => any;
|
|
545
|
+
}
|
|
546
|
+
export interface ConfirmCustomerAgreementResponse {
|
|
547
|
+
|
|
548
|
+
status?: string;
|
|
549
|
+
}
|
|
550
|
+
export declare namespace ConfirmCustomerAgreementResponse {
|
|
551
|
+
|
|
552
|
+
const filterSensitiveLog: (obj: ConfirmCustomerAgreementResponse) => any;
|
|
553
|
+
}
|
|
527
554
|
export interface ConfirmPrivateVirtualInterfaceRequest {
|
|
528
555
|
|
|
529
556
|
virtualInterfaceId: string | undefined;
|
|
@@ -1168,6 +1195,21 @@ export declare namespace DescribeConnectionsOnInterconnectRequest {
|
|
|
1168
1195
|
|
|
1169
1196
|
const filterSensitiveLog: (obj: DescribeConnectionsOnInterconnectRequest) => any;
|
|
1170
1197
|
}
|
|
1198
|
+
export declare enum NniPartnerType {
|
|
1199
|
+
NonPartner = "nonPartner",
|
|
1200
|
+
V1 = "v1",
|
|
1201
|
+
V2 = "v2"
|
|
1202
|
+
}
|
|
1203
|
+
export interface DescribeCustomerMetadataResponse {
|
|
1204
|
+
|
|
1205
|
+
agreements?: CustomerAgreement[];
|
|
1206
|
+
|
|
1207
|
+
nniPartnerType?: NniPartnerType | string;
|
|
1208
|
+
}
|
|
1209
|
+
export declare namespace DescribeCustomerMetadataResponse {
|
|
1210
|
+
|
|
1211
|
+
const filterSensitiveLog: (obj: DescribeCustomerMetadataResponse) => any;
|
|
1212
|
+
}
|
|
1171
1213
|
export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
1172
1214
|
|
|
1173
1215
|
directConnectGatewayId?: string;
|
|
@@ -1390,6 +1432,50 @@ export declare namespace Locations {
|
|
|
1390
1432
|
|
|
1391
1433
|
const filterSensitiveLog: (obj: Locations) => any;
|
|
1392
1434
|
}
|
|
1435
|
+
|
|
1436
|
+
export interface DescribeRouterConfigurationRequest {
|
|
1437
|
+
|
|
1438
|
+
virtualInterfaceId: string | undefined;
|
|
1439
|
+
|
|
1440
|
+
routerTypeIdentifier?: string;
|
|
1441
|
+
}
|
|
1442
|
+
export declare namespace DescribeRouterConfigurationRequest {
|
|
1443
|
+
|
|
1444
|
+
const filterSensitiveLog: (obj: DescribeRouterConfigurationRequest) => any;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
export interface RouterType {
|
|
1448
|
+
|
|
1449
|
+
vendor?: string;
|
|
1450
|
+
|
|
1451
|
+
platform?: string;
|
|
1452
|
+
|
|
1453
|
+
software?: string;
|
|
1454
|
+
|
|
1455
|
+
xsltTemplateName?: string;
|
|
1456
|
+
|
|
1457
|
+
xsltTemplateNameForMacSec?: string;
|
|
1458
|
+
|
|
1459
|
+
routerTypeIdentifier?: string;
|
|
1460
|
+
}
|
|
1461
|
+
export declare namespace RouterType {
|
|
1462
|
+
|
|
1463
|
+
const filterSensitiveLog: (obj: RouterType) => any;
|
|
1464
|
+
}
|
|
1465
|
+
export interface DescribeRouterConfigurationResponse {
|
|
1466
|
+
|
|
1467
|
+
customerRouterConfig?: string;
|
|
1468
|
+
|
|
1469
|
+
router?: RouterType;
|
|
1470
|
+
|
|
1471
|
+
virtualInterfaceId?: string;
|
|
1472
|
+
|
|
1473
|
+
virtualInterfaceName?: string;
|
|
1474
|
+
}
|
|
1475
|
+
export declare namespace DescribeRouterConfigurationResponse {
|
|
1476
|
+
|
|
1477
|
+
const filterSensitiveLog: (obj: DescribeRouterConfigurationResponse) => any;
|
|
1478
|
+
}
|
|
1393
1479
|
export interface DescribeTagsRequest {
|
|
1394
1480
|
|
|
1395
1481
|
resourceArns: string[] | undefined;
|
|
@@ -1615,6 +1701,24 @@ export declare namespace UpdateConnectionRequest {
|
|
|
1615
1701
|
|
|
1616
1702
|
const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
|
|
1617
1703
|
}
|
|
1704
|
+
export interface UpdateDirectConnectGatewayRequest {
|
|
1705
|
+
|
|
1706
|
+
directConnectGatewayId: string | undefined;
|
|
1707
|
+
|
|
1708
|
+
newDirectConnectGatewayName: string | undefined;
|
|
1709
|
+
}
|
|
1710
|
+
export declare namespace UpdateDirectConnectGatewayRequest {
|
|
1711
|
+
|
|
1712
|
+
const filterSensitiveLog: (obj: UpdateDirectConnectGatewayRequest) => any;
|
|
1713
|
+
}
|
|
1714
|
+
export interface UpdateDirectConnectGatewayResponse {
|
|
1715
|
+
|
|
1716
|
+
directConnectGateway?: DirectConnectGateway;
|
|
1717
|
+
}
|
|
1718
|
+
export declare namespace UpdateDirectConnectGatewayResponse {
|
|
1719
|
+
|
|
1720
|
+
const filterSensitiveLog: (obj: UpdateDirectConnectGatewayResponse) => any;
|
|
1721
|
+
}
|
|
1618
1722
|
export interface UpdateDirectConnectGatewayAssociationRequest {
|
|
1619
1723
|
|
|
1620
1724
|
associationId?: string;
|
|
@@ -11,6 +11,7 @@ import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommand
|
|
|
11
11
|
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "../commands/AssociateMacSecKeyCommand";
|
|
12
12
|
import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "../commands/AssociateVirtualInterfaceCommand";
|
|
13
13
|
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "../commands/ConfirmConnectionCommand";
|
|
14
|
+
import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "../commands/ConfirmCustomerAgreementCommand";
|
|
14
15
|
import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "../commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
15
16
|
import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "../commands/ConfirmPublicVirtualInterfaceCommand";
|
|
16
17
|
import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "../commands/ConfirmTransitVirtualInterfaceCommand";
|
|
@@ -35,6 +36,7 @@ import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput
|
|
|
35
36
|
import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "../commands/DescribeConnectionLoaCommand";
|
|
36
37
|
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "../commands/DescribeConnectionsCommand";
|
|
37
38
|
import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "../commands/DescribeConnectionsOnInterconnectCommand";
|
|
39
|
+
import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "../commands/DescribeCustomerMetadataCommand";
|
|
38
40
|
import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "../commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
39
41
|
import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "../commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
40
42
|
import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "../commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
@@ -45,6 +47,7 @@ import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput }
|
|
|
45
47
|
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "../commands/DescribeLagsCommand";
|
|
46
48
|
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "../commands/DescribeLoaCommand";
|
|
47
49
|
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "../commands/DescribeLocationsCommand";
|
|
50
|
+
import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "../commands/DescribeRouterConfigurationCommand";
|
|
48
51
|
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
|
|
49
52
|
import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "../commands/DescribeVirtualGatewaysCommand";
|
|
50
53
|
import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "../commands/DescribeVirtualInterfacesCommand";
|
|
@@ -57,6 +60,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
57
60
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
58
61
|
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "../commands/UpdateConnectionCommand";
|
|
59
62
|
import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "../commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
63
|
+
import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "../commands/UpdateDirectConnectGatewayCommand";
|
|
60
64
|
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "../commands/UpdateLagCommand";
|
|
61
65
|
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "../commands/UpdateVirtualInterfaceAttributesCommand";
|
|
62
66
|
export declare const serializeAws_json1_1AcceptDirectConnectGatewayAssociationProposalCommand: (input: AcceptDirectConnectGatewayAssociationProposalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -70,6 +74,7 @@ export declare const serializeAws_json1_1AssociateHostedConnectionCommand: (inpu
|
|
|
70
74
|
export declare const serializeAws_json1_1AssociateMacSecKeyCommand: (input: AssociateMacSecKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
75
|
export declare const serializeAws_json1_1AssociateVirtualInterfaceCommand: (input: AssociateVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
76
|
export declare const serializeAws_json1_1ConfirmConnectionCommand: (input: ConfirmConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_json1_1ConfirmCustomerAgreementCommand: (input: ConfirmCustomerAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
78
|
export declare const serializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand: (input: ConfirmPrivateVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
79
|
export declare const serializeAws_json1_1ConfirmPublicVirtualInterfaceCommand: (input: ConfirmPublicVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
80
|
export declare const serializeAws_json1_1ConfirmTransitVirtualInterfaceCommand: (input: ConfirmTransitVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -94,6 +99,7 @@ export declare const serializeAws_json1_1DeleteVirtualInterfaceCommand: (input:
|
|
|
94
99
|
export declare const serializeAws_json1_1DescribeConnectionLoaCommand: (input: DescribeConnectionLoaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
100
|
export declare const serializeAws_json1_1DescribeConnectionsCommand: (input: DescribeConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
101
|
export declare const serializeAws_json1_1DescribeConnectionsOnInterconnectCommand: (input: DescribeConnectionsOnInterconnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_json1_1DescribeCustomerMetadataCommand: (input: DescribeCustomerMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
103
|
export declare const serializeAws_json1_1DescribeDirectConnectGatewayAssociationProposalsCommand: (input: DescribeDirectConnectGatewayAssociationProposalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
104
|
export declare const serializeAws_json1_1DescribeDirectConnectGatewayAssociationsCommand: (input: DescribeDirectConnectGatewayAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
105
|
export declare const serializeAws_json1_1DescribeDirectConnectGatewayAttachmentsCommand: (input: DescribeDirectConnectGatewayAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -104,6 +110,7 @@ export declare const serializeAws_json1_1DescribeInterconnectsCommand: (input: D
|
|
|
104
110
|
export declare const serializeAws_json1_1DescribeLagsCommand: (input: DescribeLagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
111
|
export declare const serializeAws_json1_1DescribeLoaCommand: (input: DescribeLoaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
112
|
export declare const serializeAws_json1_1DescribeLocationsCommand: (input: DescribeLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_json1_1DescribeRouterConfigurationCommand: (input: DescribeRouterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
114
|
export declare const serializeAws_json1_1DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
115
|
export declare const serializeAws_json1_1DescribeVirtualGatewaysCommand: (input: DescribeVirtualGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
116
|
export declare const serializeAws_json1_1DescribeVirtualInterfacesCommand: (input: DescribeVirtualInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -115,6 +122,7 @@ export declare const serializeAws_json1_1StopBgpFailoverTestCommand: (input: Sto
|
|
|
115
122
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
123
|
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
124
|
export declare const serializeAws_json1_1UpdateConnectionCommand: (input: UpdateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_json1_1UpdateDirectConnectGatewayCommand: (input: UpdateDirectConnectGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
126
|
export declare const serializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand: (input: UpdateDirectConnectGatewayAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
127
|
export declare const serializeAws_json1_1UpdateLagCommand: (input: UpdateLagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
128
|
export declare const serializeAws_json1_1UpdateVirtualInterfaceAttributesCommand: (input: UpdateVirtualInterfaceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -129,6 +137,7 @@ export declare const deserializeAws_json1_1AssociateHostedConnectionCommand: (ou
|
|
|
129
137
|
export declare const deserializeAws_json1_1AssociateMacSecKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMacSecKeyCommandOutput>;
|
|
130
138
|
export declare const deserializeAws_json1_1AssociateVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVirtualInterfaceCommandOutput>;
|
|
131
139
|
export declare const deserializeAws_json1_1ConfirmConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmConnectionCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_json1_1ConfirmCustomerAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmCustomerAgreementCommandOutput>;
|
|
132
141
|
export declare const deserializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmPrivateVirtualInterfaceCommandOutput>;
|
|
133
142
|
export declare const deserializeAws_json1_1ConfirmPublicVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmPublicVirtualInterfaceCommandOutput>;
|
|
134
143
|
export declare const deserializeAws_json1_1ConfirmTransitVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmTransitVirtualInterfaceCommandOutput>;
|
|
@@ -153,6 +162,7 @@ export declare const deserializeAws_json1_1DeleteVirtualInterfaceCommand: (outpu
|
|
|
153
162
|
export declare const deserializeAws_json1_1DescribeConnectionLoaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionLoaCommandOutput>;
|
|
154
163
|
export declare const deserializeAws_json1_1DescribeConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionsCommandOutput>;
|
|
155
164
|
export declare const deserializeAws_json1_1DescribeConnectionsOnInterconnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionsOnInterconnectCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_json1_1DescribeCustomerMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomerMetadataCommandOutput>;
|
|
156
166
|
export declare const deserializeAws_json1_1DescribeDirectConnectGatewayAssociationProposalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectConnectGatewayAssociationProposalsCommandOutput>;
|
|
157
167
|
export declare const deserializeAws_json1_1DescribeDirectConnectGatewayAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectConnectGatewayAssociationsCommandOutput>;
|
|
158
168
|
export declare const deserializeAws_json1_1DescribeDirectConnectGatewayAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectConnectGatewayAttachmentsCommandOutput>;
|
|
@@ -163,6 +173,7 @@ export declare const deserializeAws_json1_1DescribeInterconnectsCommand: (output
|
|
|
163
173
|
export declare const deserializeAws_json1_1DescribeLagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLagsCommandOutput>;
|
|
164
174
|
export declare const deserializeAws_json1_1DescribeLoaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoaCommandOutput>;
|
|
165
175
|
export declare const deserializeAws_json1_1DescribeLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationsCommandOutput>;
|
|
176
|
+
export declare const deserializeAws_json1_1DescribeRouterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRouterConfigurationCommandOutput>;
|
|
166
177
|
export declare const deserializeAws_json1_1DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
167
178
|
export declare const deserializeAws_json1_1DescribeVirtualGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVirtualGatewaysCommandOutput>;
|
|
168
179
|
export declare const deserializeAws_json1_1DescribeVirtualInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVirtualInterfacesCommandOutput>;
|
|
@@ -174,6 +185,7 @@ export declare const deserializeAws_json1_1StopBgpFailoverTestCommand: (output:
|
|
|
174
185
|
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
175
186
|
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
176
187
|
export declare const deserializeAws_json1_1UpdateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_json1_1UpdateDirectConnectGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDirectConnectGatewayCommandOutput>;
|
|
177
189
|
export declare const deserializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDirectConnectGatewayAssociationCommandOutput>;
|
|
178
190
|
export declare const deserializeAws_json1_1UpdateLagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLagCommandOutput>;
|
|
179
191
|
export declare const deserializeAws_json1_1UpdateVirtualInterfaceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVirtualInterfaceAttributesCommandOutput>;
|