@aws-sdk/client-direct-connect 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DirectConnectServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +56 -3
- package/dist-cjs/protocols/Aws_json1_1.js +456 -1559
- package/dist-es/index.js +1 -0
- package/dist-es/models/DirectConnectServiceException.js +12 -0
- package/dist-es/models/models_0.js +50 -1
- package/dist-es/protocols/Aws_json1_1.js +1109 -1804
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DirectConnectServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +30 -17
- package/dist-types/ts3.4/DirectConnect.d.ts +320 -0
- package/dist-types/ts3.4/DirectConnectClient.d.ts +136 -0
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/DirectConnectServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1764 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +191 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from DirectConnect service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class DirectConnectServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DirectConnectServiceException as __BaseException } from "./DirectConnectServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p>Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP)
|
|
4
5
|
* over a public virtual interface.</p>
|
|
@@ -158,18 +159,24 @@ export declare namespace AcceptDirectConnectGatewayAssociationProposalResult {
|
|
|
158
159
|
/**
|
|
159
160
|
* <p>One or more parameters are not valid.</p>
|
|
160
161
|
*/
|
|
161
|
-
export
|
|
162
|
-
name: "DirectConnectClientException";
|
|
163
|
-
$fault: "client";
|
|
164
|
-
|
|
162
|
+
export declare class DirectConnectClientException extends __BaseException {
|
|
163
|
+
readonly name: "DirectConnectClientException";
|
|
164
|
+
readonly $fault: "client";
|
|
165
|
+
/**
|
|
166
|
+
* @internal
|
|
167
|
+
*/
|
|
168
|
+
constructor(opts: __ExceptionOptionType<DirectConnectClientException, __BaseException>);
|
|
165
169
|
}
|
|
166
170
|
/**
|
|
167
171
|
* <p>A server-side error occurred.</p>
|
|
168
172
|
*/
|
|
169
|
-
export
|
|
170
|
-
name: "DirectConnectServerException";
|
|
171
|
-
$fault: "server";
|
|
172
|
-
|
|
173
|
+
export declare class DirectConnectServerException extends __BaseException {
|
|
174
|
+
readonly name: "DirectConnectServerException";
|
|
175
|
+
readonly $fault: "server";
|
|
176
|
+
/**
|
|
177
|
+
* @internal
|
|
178
|
+
*/
|
|
179
|
+
constructor(opts: __ExceptionOptionType<DirectConnectServerException, __BaseException>);
|
|
173
180
|
}
|
|
174
181
|
export declare enum AddressFamily {
|
|
175
182
|
IPv4 = "ipv4",
|
|
@@ -474,18 +481,24 @@ export declare namespace AllocateHostedConnectionRequest {
|
|
|
474
481
|
/**
|
|
475
482
|
* <p>A tag key was specified more than once.</p>
|
|
476
483
|
*/
|
|
477
|
-
export
|
|
478
|
-
name: "DuplicateTagKeysException";
|
|
479
|
-
$fault: "client";
|
|
480
|
-
|
|
484
|
+
export declare class DuplicateTagKeysException extends __BaseException {
|
|
485
|
+
readonly name: "DuplicateTagKeysException";
|
|
486
|
+
readonly $fault: "client";
|
|
487
|
+
/**
|
|
488
|
+
* @internal
|
|
489
|
+
*/
|
|
490
|
+
constructor(opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>);
|
|
481
491
|
}
|
|
482
492
|
/**
|
|
483
493
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
484
494
|
*/
|
|
485
|
-
export
|
|
486
|
-
name: "TooManyTagsException";
|
|
487
|
-
$fault: "client";
|
|
488
|
-
|
|
495
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
496
|
+
readonly name: "TooManyTagsException";
|
|
497
|
+
readonly $fault: "client";
|
|
498
|
+
/**
|
|
499
|
+
* @internal
|
|
500
|
+
*/
|
|
501
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
489
502
|
}
|
|
490
503
|
/**
|
|
491
504
|
* <p>Information about a private virtual interface to be provisioned on a connection.</p>
|
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
3
|
+
import { AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput } from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
4
|
+
import { AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput } from "./commands/AllocateHostedConnectionCommand";
|
|
5
|
+
import { AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput } from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
6
|
+
import { AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput } from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
7
|
+
import { AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput } from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
8
|
+
import { AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput } from "./commands/AssociateConnectionWithLagCommand";
|
|
9
|
+
import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput } from "./commands/AssociateHostedConnectionCommand";
|
|
10
|
+
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
11
|
+
import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
|
|
12
|
+
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
13
|
+
import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
|
|
14
|
+
import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
15
|
+
import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
16
|
+
import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
17
|
+
import { CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput } from "./commands/CreateBGPPeerCommand";
|
|
18
|
+
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
19
|
+
import { CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
20
|
+
import { CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
21
|
+
import { CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput } from "./commands/CreateDirectConnectGatewayCommand";
|
|
22
|
+
import { CreateInterconnectCommandInput, CreateInterconnectCommandOutput } from "./commands/CreateInterconnectCommand";
|
|
23
|
+
import { CreateLagCommandInput, CreateLagCommandOutput } from "./commands/CreateLagCommand";
|
|
24
|
+
import { CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput } from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
25
|
+
import { CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput } from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
26
|
+
import { CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput } from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
27
|
+
import { DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput } from "./commands/DeleteBGPPeerCommand";
|
|
28
|
+
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
29
|
+
import { DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
30
|
+
import { DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
31
|
+
import { DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput } from "./commands/DeleteDirectConnectGatewayCommand";
|
|
32
|
+
import { DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput } from "./commands/DeleteInterconnectCommand";
|
|
33
|
+
import { DeleteLagCommandInput, DeleteLagCommandOutput } from "./commands/DeleteLagCommand";
|
|
34
|
+
import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput } from "./commands/DeleteVirtualInterfaceCommand";
|
|
35
|
+
import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
|
|
36
|
+
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
37
|
+
import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
38
|
+
import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
|
|
39
|
+
import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
40
|
+
import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
41
|
+
import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
42
|
+
import { DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput } from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
43
|
+
import { DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput } from "./commands/DescribeHostedConnectionsCommand";
|
|
44
|
+
import { DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput } from "./commands/DescribeInterconnectLoaCommand";
|
|
45
|
+
import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput } from "./commands/DescribeInterconnectsCommand";
|
|
46
|
+
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
47
|
+
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
48
|
+
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
49
|
+
import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
|
|
50
|
+
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
51
|
+
import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
|
|
52
|
+
import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
|
|
53
|
+
import { DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput } from "./commands/DisassociateConnectionFromLagCommand";
|
|
54
|
+
import { DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput } from "./commands/DisassociateMacSecKeyCommand";
|
|
55
|
+
import { ListVirtualInterfaceTestHistoryCommandInput, ListVirtualInterfaceTestHistoryCommandOutput } from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
56
|
+
import { StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput } from "./commands/StartBgpFailoverTestCommand";
|
|
57
|
+
import { StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput } from "./commands/StopBgpFailoverTestCommand";
|
|
58
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
59
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
60
|
+
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
61
|
+
import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
62
|
+
import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
|
|
63
|
+
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
64
|
+
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
65
|
+
import { DirectConnectClient } from "./DirectConnectClient";
|
|
66
|
+
|
|
67
|
+
export declare class DirectConnect extends DirectConnectClient {
|
|
68
|
+
|
|
69
|
+
acceptDirectConnectGatewayAssociationProposal(args: AcceptDirectConnectGatewayAssociationProposalCommandInput, options?: __HttpHandlerOptions): Promise<AcceptDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
70
|
+
acceptDirectConnectGatewayAssociationProposal(args: AcceptDirectConnectGatewayAssociationProposalCommandInput, cb: (err: any, data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
71
|
+
acceptDirectConnectGatewayAssociationProposal(args: AcceptDirectConnectGatewayAssociationProposalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
72
|
+
|
|
73
|
+
allocateConnectionOnInterconnect(args: AllocateConnectionOnInterconnectCommandInput, options?: __HttpHandlerOptions): Promise<AllocateConnectionOnInterconnectCommandOutput>;
|
|
74
|
+
allocateConnectionOnInterconnect(args: AllocateConnectionOnInterconnectCommandInput, cb: (err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void): void;
|
|
75
|
+
allocateConnectionOnInterconnect(args: AllocateConnectionOnInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void): void;
|
|
76
|
+
|
|
77
|
+
allocateHostedConnection(args: AllocateHostedConnectionCommandInput, options?: __HttpHandlerOptions): Promise<AllocateHostedConnectionCommandOutput>;
|
|
78
|
+
allocateHostedConnection(args: AllocateHostedConnectionCommandInput, cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void): void;
|
|
79
|
+
allocateHostedConnection(args: AllocateHostedConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void): void;
|
|
80
|
+
|
|
81
|
+
allocatePrivateVirtualInterface(args: AllocatePrivateVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<AllocatePrivateVirtualInterfaceCommandOutput>;
|
|
82
|
+
allocatePrivateVirtualInterface(args: AllocatePrivateVirtualInterfaceCommandInput, cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void): void;
|
|
83
|
+
allocatePrivateVirtualInterface(args: AllocatePrivateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void): void;
|
|
84
|
+
|
|
85
|
+
allocatePublicVirtualInterface(args: AllocatePublicVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<AllocatePublicVirtualInterfaceCommandOutput>;
|
|
86
|
+
allocatePublicVirtualInterface(args: AllocatePublicVirtualInterfaceCommandInput, cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void): void;
|
|
87
|
+
allocatePublicVirtualInterface(args: AllocatePublicVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void): void;
|
|
88
|
+
|
|
89
|
+
allocateTransitVirtualInterface(args: AllocateTransitVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<AllocateTransitVirtualInterfaceCommandOutput>;
|
|
90
|
+
allocateTransitVirtualInterface(args: AllocateTransitVirtualInterfaceCommandInput, cb: (err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void): void;
|
|
91
|
+
allocateTransitVirtualInterface(args: AllocateTransitVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void): void;
|
|
92
|
+
|
|
93
|
+
associateConnectionWithLag(args: AssociateConnectionWithLagCommandInput, options?: __HttpHandlerOptions): Promise<AssociateConnectionWithLagCommandOutput>;
|
|
94
|
+
associateConnectionWithLag(args: AssociateConnectionWithLagCommandInput, cb: (err: any, data?: AssociateConnectionWithLagCommandOutput) => void): void;
|
|
95
|
+
associateConnectionWithLag(args: AssociateConnectionWithLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConnectionWithLagCommandOutput) => void): void;
|
|
96
|
+
|
|
97
|
+
associateHostedConnection(args: AssociateHostedConnectionCommandInput, options?: __HttpHandlerOptions): Promise<AssociateHostedConnectionCommandOutput>;
|
|
98
|
+
associateHostedConnection(args: AssociateHostedConnectionCommandInput, cb: (err: any, data?: AssociateHostedConnectionCommandOutput) => void): void;
|
|
99
|
+
associateHostedConnection(args: AssociateHostedConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateHostedConnectionCommandOutput) => void): void;
|
|
100
|
+
|
|
101
|
+
associateMacSecKey(args: AssociateMacSecKeyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMacSecKeyCommandOutput>;
|
|
102
|
+
associateMacSecKey(args: AssociateMacSecKeyCommandInput, cb: (err: any, data?: AssociateMacSecKeyCommandOutput) => void): void;
|
|
103
|
+
associateMacSecKey(args: AssociateMacSecKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMacSecKeyCommandOutput) => void): void;
|
|
104
|
+
|
|
105
|
+
associateVirtualInterface(args: AssociateVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<AssociateVirtualInterfaceCommandOutput>;
|
|
106
|
+
associateVirtualInterface(args: AssociateVirtualInterfaceCommandInput, cb: (err: any, data?: AssociateVirtualInterfaceCommandOutput) => void): void;
|
|
107
|
+
associateVirtualInterface(args: AssociateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateVirtualInterfaceCommandOutput) => void): void;
|
|
108
|
+
|
|
109
|
+
confirmConnection(args: ConfirmConnectionCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmConnectionCommandOutput>;
|
|
110
|
+
confirmConnection(args: ConfirmConnectionCommandInput, cb: (err: any, data?: ConfirmConnectionCommandOutput) => void): void;
|
|
111
|
+
confirmConnection(args: ConfirmConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmConnectionCommandOutput) => void): void;
|
|
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
|
+
|
|
117
|
+
confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmPrivateVirtualInterfaceCommandOutput>;
|
|
118
|
+
confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void): void;
|
|
119
|
+
confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void): void;
|
|
120
|
+
|
|
121
|
+
confirmPublicVirtualInterface(args: ConfirmPublicVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmPublicVirtualInterfaceCommandOutput>;
|
|
122
|
+
confirmPublicVirtualInterface(args: ConfirmPublicVirtualInterfaceCommandInput, cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void): void;
|
|
123
|
+
confirmPublicVirtualInterface(args: ConfirmPublicVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void): void;
|
|
124
|
+
|
|
125
|
+
confirmTransitVirtualInterface(args: ConfirmTransitVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmTransitVirtualInterfaceCommandOutput>;
|
|
126
|
+
confirmTransitVirtualInterface(args: ConfirmTransitVirtualInterfaceCommandInput, cb: (err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void): void;
|
|
127
|
+
confirmTransitVirtualInterface(args: ConfirmTransitVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void): void;
|
|
128
|
+
|
|
129
|
+
createBGPPeer(args: CreateBGPPeerCommandInput, options?: __HttpHandlerOptions): Promise<CreateBGPPeerCommandOutput>;
|
|
130
|
+
createBGPPeer(args: CreateBGPPeerCommandInput, cb: (err: any, data?: CreateBGPPeerCommandOutput) => void): void;
|
|
131
|
+
createBGPPeer(args: CreateBGPPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBGPPeerCommandOutput) => void): void;
|
|
132
|
+
|
|
133
|
+
createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionCommandOutput>;
|
|
134
|
+
createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
135
|
+
createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
136
|
+
|
|
137
|
+
createDirectConnectGateway(args: CreateDirectConnectGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateDirectConnectGatewayCommandOutput>;
|
|
138
|
+
createDirectConnectGateway(args: CreateDirectConnectGatewayCommandInput, cb: (err: any, data?: CreateDirectConnectGatewayCommandOutput) => void): void;
|
|
139
|
+
createDirectConnectGateway(args: CreateDirectConnectGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectConnectGatewayCommandOutput) => void): void;
|
|
140
|
+
|
|
141
|
+
createDirectConnectGatewayAssociation(args: CreateDirectConnectGatewayAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDirectConnectGatewayAssociationCommandOutput>;
|
|
142
|
+
createDirectConnectGatewayAssociation(args: CreateDirectConnectGatewayAssociationCommandInput, cb: (err: any, data?: CreateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
143
|
+
createDirectConnectGatewayAssociation(args: CreateDirectConnectGatewayAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
144
|
+
|
|
145
|
+
createDirectConnectGatewayAssociationProposal(args: CreateDirectConnectGatewayAssociationProposalCommandInput, options?: __HttpHandlerOptions): Promise<CreateDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
146
|
+
createDirectConnectGatewayAssociationProposal(args: CreateDirectConnectGatewayAssociationProposalCommandInput, cb: (err: any, data?: CreateDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
147
|
+
createDirectConnectGatewayAssociationProposal(args: CreateDirectConnectGatewayAssociationProposalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
148
|
+
|
|
149
|
+
createInterconnect(args: CreateInterconnectCommandInput, options?: __HttpHandlerOptions): Promise<CreateInterconnectCommandOutput>;
|
|
150
|
+
createInterconnect(args: CreateInterconnectCommandInput, cb: (err: any, data?: CreateInterconnectCommandOutput) => void): void;
|
|
151
|
+
createInterconnect(args: CreateInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInterconnectCommandOutput) => void): void;
|
|
152
|
+
|
|
153
|
+
createLag(args: CreateLagCommandInput, options?: __HttpHandlerOptions): Promise<CreateLagCommandOutput>;
|
|
154
|
+
createLag(args: CreateLagCommandInput, cb: (err: any, data?: CreateLagCommandOutput) => void): void;
|
|
155
|
+
createLag(args: CreateLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLagCommandOutput) => void): void;
|
|
156
|
+
|
|
157
|
+
createPrivateVirtualInterface(args: CreatePrivateVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<CreatePrivateVirtualInterfaceCommandOutput>;
|
|
158
|
+
createPrivateVirtualInterface(args: CreatePrivateVirtualInterfaceCommandInput, cb: (err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void): void;
|
|
159
|
+
createPrivateVirtualInterface(args: CreatePrivateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void): void;
|
|
160
|
+
|
|
161
|
+
createPublicVirtualInterface(args: CreatePublicVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<CreatePublicVirtualInterfaceCommandOutput>;
|
|
162
|
+
createPublicVirtualInterface(args: CreatePublicVirtualInterfaceCommandInput, cb: (err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void): void;
|
|
163
|
+
createPublicVirtualInterface(args: CreatePublicVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void): void;
|
|
164
|
+
|
|
165
|
+
createTransitVirtualInterface(args: CreateTransitVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitVirtualInterfaceCommandOutput>;
|
|
166
|
+
createTransitVirtualInterface(args: CreateTransitVirtualInterfaceCommandInput, cb: (err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void): void;
|
|
167
|
+
createTransitVirtualInterface(args: CreateTransitVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void): void;
|
|
168
|
+
|
|
169
|
+
deleteBGPPeer(args: DeleteBGPPeerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBGPPeerCommandOutput>;
|
|
170
|
+
deleteBGPPeer(args: DeleteBGPPeerCommandInput, cb: (err: any, data?: DeleteBGPPeerCommandOutput) => void): void;
|
|
171
|
+
deleteBGPPeer(args: DeleteBGPPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBGPPeerCommandOutput) => void): void;
|
|
172
|
+
|
|
173
|
+
deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
|
|
174
|
+
deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
175
|
+
deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
176
|
+
|
|
177
|
+
deleteDirectConnectGateway(args: DeleteDirectConnectGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDirectConnectGatewayCommandOutput>;
|
|
178
|
+
deleteDirectConnectGateway(args: DeleteDirectConnectGatewayCommandInput, cb: (err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void): void;
|
|
179
|
+
deleteDirectConnectGateway(args: DeleteDirectConnectGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void): void;
|
|
180
|
+
|
|
181
|
+
deleteDirectConnectGatewayAssociation(args: DeleteDirectConnectGatewayAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDirectConnectGatewayAssociationCommandOutput>;
|
|
182
|
+
deleteDirectConnectGatewayAssociation(args: DeleteDirectConnectGatewayAssociationCommandInput, cb: (err: any, data?: DeleteDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
183
|
+
deleteDirectConnectGatewayAssociation(args: DeleteDirectConnectGatewayAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
184
|
+
|
|
185
|
+
deleteDirectConnectGatewayAssociationProposal(args: DeleteDirectConnectGatewayAssociationProposalCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
186
|
+
deleteDirectConnectGatewayAssociationProposal(args: DeleteDirectConnectGatewayAssociationProposalCommandInput, cb: (err: any, data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
187
|
+
deleteDirectConnectGatewayAssociationProposal(args: DeleteDirectConnectGatewayAssociationProposalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
188
|
+
|
|
189
|
+
deleteInterconnect(args: DeleteInterconnectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInterconnectCommandOutput>;
|
|
190
|
+
deleteInterconnect(args: DeleteInterconnectCommandInput, cb: (err: any, data?: DeleteInterconnectCommandOutput) => void): void;
|
|
191
|
+
deleteInterconnect(args: DeleteInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInterconnectCommandOutput) => void): void;
|
|
192
|
+
|
|
193
|
+
deleteLag(args: DeleteLagCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLagCommandOutput>;
|
|
194
|
+
deleteLag(args: DeleteLagCommandInput, cb: (err: any, data?: DeleteLagCommandOutput) => void): void;
|
|
195
|
+
deleteLag(args: DeleteLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLagCommandOutput) => void): void;
|
|
196
|
+
|
|
197
|
+
deleteVirtualInterface(args: DeleteVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualInterfaceCommandOutput>;
|
|
198
|
+
deleteVirtualInterface(args: DeleteVirtualInterfaceCommandInput, cb: (err: any, data?: DeleteVirtualInterfaceCommandOutput) => void): void;
|
|
199
|
+
deleteVirtualInterface(args: DeleteVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualInterfaceCommandOutput) => void): void;
|
|
200
|
+
|
|
201
|
+
describeConnectionLoa(args: DescribeConnectionLoaCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionLoaCommandOutput>;
|
|
202
|
+
describeConnectionLoa(args: DescribeConnectionLoaCommandInput, cb: (err: any, data?: DescribeConnectionLoaCommandOutput) => void): void;
|
|
203
|
+
describeConnectionLoa(args: DescribeConnectionLoaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionLoaCommandOutput) => void): void;
|
|
204
|
+
|
|
205
|
+
describeConnections(args: DescribeConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionsCommandOutput>;
|
|
206
|
+
describeConnections(args: DescribeConnectionsCommandInput, cb: (err: any, data?: DescribeConnectionsCommandOutput) => void): void;
|
|
207
|
+
describeConnections(args: DescribeConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionsCommandOutput) => void): void;
|
|
208
|
+
|
|
209
|
+
describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionsOnInterconnectCommandOutput>;
|
|
210
|
+
describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void): void;
|
|
211
|
+
describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void): void;
|
|
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
|
+
|
|
217
|
+
describeDirectConnectGatewayAssociationProposals(args: DescribeDirectConnectGatewayAssociationProposalsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectConnectGatewayAssociationProposalsCommandOutput>;
|
|
218
|
+
describeDirectConnectGatewayAssociationProposals(args: DescribeDirectConnectGatewayAssociationProposalsCommandInput, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void): void;
|
|
219
|
+
describeDirectConnectGatewayAssociationProposals(args: DescribeDirectConnectGatewayAssociationProposalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void): void;
|
|
220
|
+
|
|
221
|
+
describeDirectConnectGatewayAssociations(args: DescribeDirectConnectGatewayAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectConnectGatewayAssociationsCommandOutput>;
|
|
222
|
+
describeDirectConnectGatewayAssociations(args: DescribeDirectConnectGatewayAssociationsCommandInput, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationsCommandOutput) => void): void;
|
|
223
|
+
describeDirectConnectGatewayAssociations(args: DescribeDirectConnectGatewayAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationsCommandOutput) => void): void;
|
|
224
|
+
|
|
225
|
+
describeDirectConnectGatewayAttachments(args: DescribeDirectConnectGatewayAttachmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectConnectGatewayAttachmentsCommandOutput>;
|
|
226
|
+
describeDirectConnectGatewayAttachments(args: DescribeDirectConnectGatewayAttachmentsCommandInput, cb: (err: any, data?: DescribeDirectConnectGatewayAttachmentsCommandOutput) => void): void;
|
|
227
|
+
describeDirectConnectGatewayAttachments(args: DescribeDirectConnectGatewayAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectConnectGatewayAttachmentsCommandOutput) => void): void;
|
|
228
|
+
|
|
229
|
+
describeDirectConnectGateways(args: DescribeDirectConnectGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectConnectGatewaysCommandOutput>;
|
|
230
|
+
describeDirectConnectGateways(args: DescribeDirectConnectGatewaysCommandInput, cb: (err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void): void;
|
|
231
|
+
describeDirectConnectGateways(args: DescribeDirectConnectGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void): void;
|
|
232
|
+
|
|
233
|
+
describeHostedConnections(args: DescribeHostedConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHostedConnectionsCommandOutput>;
|
|
234
|
+
describeHostedConnections(args: DescribeHostedConnectionsCommandInput, cb: (err: any, data?: DescribeHostedConnectionsCommandOutput) => void): void;
|
|
235
|
+
describeHostedConnections(args: DescribeHostedConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHostedConnectionsCommandOutput) => void): void;
|
|
236
|
+
|
|
237
|
+
describeInterconnectLoa(args: DescribeInterconnectLoaCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInterconnectLoaCommandOutput>;
|
|
238
|
+
describeInterconnectLoa(args: DescribeInterconnectLoaCommandInput, cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void): void;
|
|
239
|
+
describeInterconnectLoa(args: DescribeInterconnectLoaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void): void;
|
|
240
|
+
|
|
241
|
+
describeInterconnects(args: DescribeInterconnectsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInterconnectsCommandOutput>;
|
|
242
|
+
describeInterconnects(args: DescribeInterconnectsCommandInput, cb: (err: any, data?: DescribeInterconnectsCommandOutput) => void): void;
|
|
243
|
+
describeInterconnects(args: DescribeInterconnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInterconnectsCommandOutput) => void): void;
|
|
244
|
+
|
|
245
|
+
describeLags(args: DescribeLagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLagsCommandOutput>;
|
|
246
|
+
describeLags(args: DescribeLagsCommandInput, cb: (err: any, data?: DescribeLagsCommandOutput) => void): void;
|
|
247
|
+
describeLags(args: DescribeLagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLagsCommandOutput) => void): void;
|
|
248
|
+
|
|
249
|
+
describeLoa(args: DescribeLoaCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoaCommandOutput>;
|
|
250
|
+
describeLoa(args: DescribeLoaCommandInput, cb: (err: any, data?: DescribeLoaCommandOutput) => void): void;
|
|
251
|
+
describeLoa(args: DescribeLoaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoaCommandOutput) => void): void;
|
|
252
|
+
|
|
253
|
+
describeLocations(args: DescribeLocationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationsCommandOutput>;
|
|
254
|
+
describeLocations(args: DescribeLocationsCommandInput, cb: (err: any, data?: DescribeLocationsCommandOutput) => void): void;
|
|
255
|
+
describeLocations(args: DescribeLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationsCommandOutput) => void): void;
|
|
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
|
+
|
|
261
|
+
describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
|
|
262
|
+
describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
263
|
+
describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
264
|
+
|
|
265
|
+
describeVirtualGateways(args: DescribeVirtualGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualGatewaysCommandOutput>;
|
|
266
|
+
describeVirtualGateways(args: DescribeVirtualGatewaysCommandInput, cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void): void;
|
|
267
|
+
describeVirtualGateways(args: DescribeVirtualGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void): void;
|
|
268
|
+
|
|
269
|
+
describeVirtualInterfaces(args: DescribeVirtualInterfacesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualInterfacesCommandOutput>;
|
|
270
|
+
describeVirtualInterfaces(args: DescribeVirtualInterfacesCommandInput, cb: (err: any, data?: DescribeVirtualInterfacesCommandOutput) => void): void;
|
|
271
|
+
describeVirtualInterfaces(args: DescribeVirtualInterfacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualInterfacesCommandOutput) => void): void;
|
|
272
|
+
|
|
273
|
+
disassociateConnectionFromLag(args: DisassociateConnectionFromLagCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateConnectionFromLagCommandOutput>;
|
|
274
|
+
disassociateConnectionFromLag(args: DisassociateConnectionFromLagCommandInput, cb: (err: any, data?: DisassociateConnectionFromLagCommandOutput) => void): void;
|
|
275
|
+
disassociateConnectionFromLag(args: DisassociateConnectionFromLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConnectionFromLagCommandOutput) => void): void;
|
|
276
|
+
|
|
277
|
+
disassociateMacSecKey(args: DisassociateMacSecKeyCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMacSecKeyCommandOutput>;
|
|
278
|
+
disassociateMacSecKey(args: DisassociateMacSecKeyCommandInput, cb: (err: any, data?: DisassociateMacSecKeyCommandOutput) => void): void;
|
|
279
|
+
disassociateMacSecKey(args: DisassociateMacSecKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMacSecKeyCommandOutput) => void): void;
|
|
280
|
+
|
|
281
|
+
listVirtualInterfaceTestHistory(args: ListVirtualInterfaceTestHistoryCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualInterfaceTestHistoryCommandOutput>;
|
|
282
|
+
listVirtualInterfaceTestHistory(args: ListVirtualInterfaceTestHistoryCommandInput, cb: (err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void): void;
|
|
283
|
+
listVirtualInterfaceTestHistory(args: ListVirtualInterfaceTestHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void): void;
|
|
284
|
+
|
|
285
|
+
startBgpFailoverTest(args: StartBgpFailoverTestCommandInput, options?: __HttpHandlerOptions): Promise<StartBgpFailoverTestCommandOutput>;
|
|
286
|
+
startBgpFailoverTest(args: StartBgpFailoverTestCommandInput, cb: (err: any, data?: StartBgpFailoverTestCommandOutput) => void): void;
|
|
287
|
+
startBgpFailoverTest(args: StartBgpFailoverTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBgpFailoverTestCommandOutput) => void): void;
|
|
288
|
+
|
|
289
|
+
stopBgpFailoverTest(args: StopBgpFailoverTestCommandInput, options?: __HttpHandlerOptions): Promise<StopBgpFailoverTestCommandOutput>;
|
|
290
|
+
stopBgpFailoverTest(args: StopBgpFailoverTestCommandInput, cb: (err: any, data?: StopBgpFailoverTestCommandOutput) => void): void;
|
|
291
|
+
stopBgpFailoverTest(args: StopBgpFailoverTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBgpFailoverTestCommandOutput) => void): void;
|
|
292
|
+
|
|
293
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
294
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
295
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
296
|
+
|
|
297
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
298
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
299
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
300
|
+
|
|
301
|
+
updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
|
|
302
|
+
updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
303
|
+
updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
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
|
+
|
|
309
|
+
updateDirectConnectGatewayAssociation(args: UpdateDirectConnectGatewayAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDirectConnectGatewayAssociationCommandOutput>;
|
|
310
|
+
updateDirectConnectGatewayAssociation(args: UpdateDirectConnectGatewayAssociationCommandInput, cb: (err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
311
|
+
updateDirectConnectGatewayAssociation(args: UpdateDirectConnectGatewayAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
312
|
+
|
|
313
|
+
updateLag(args: UpdateLagCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLagCommandOutput>;
|
|
314
|
+
updateLag(args: UpdateLagCommandInput, cb: (err: any, data?: UpdateLagCommandOutput) => void): void;
|
|
315
|
+
updateLag(args: UpdateLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLagCommandOutput) => void): void;
|
|
316
|
+
|
|
317
|
+
updateVirtualInterfaceAttributes(args: UpdateVirtualInterfaceAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualInterfaceAttributesCommandOutput>;
|
|
318
|
+
updateVirtualInterfaceAttributes(args: UpdateVirtualInterfaceAttributesCommandInput, cb: (err: any, data?: UpdateVirtualInterfaceAttributesCommandOutput) => void): void;
|
|
319
|
+
updateVirtualInterfaceAttributes(args: UpdateVirtualInterfaceAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualInterfaceAttributesCommandOutput) => void): void;
|
|
320
|
+
}
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
10
|
+
import { AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput } from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
11
|
+
import { AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput } from "./commands/AllocateHostedConnectionCommand";
|
|
12
|
+
import { AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput } from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
13
|
+
import { AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput } from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
14
|
+
import { AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput } from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
15
|
+
import { AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput } from "./commands/AssociateConnectionWithLagCommand";
|
|
16
|
+
import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput } from "./commands/AssociateHostedConnectionCommand";
|
|
17
|
+
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
18
|
+
import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
|
|
19
|
+
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
20
|
+
import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
|
|
21
|
+
import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
22
|
+
import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
23
|
+
import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
24
|
+
import { CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput } from "./commands/CreateBGPPeerCommand";
|
|
25
|
+
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
26
|
+
import { CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
27
|
+
import { CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
28
|
+
import { CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput } from "./commands/CreateDirectConnectGatewayCommand";
|
|
29
|
+
import { CreateInterconnectCommandInput, CreateInterconnectCommandOutput } from "./commands/CreateInterconnectCommand";
|
|
30
|
+
import { CreateLagCommandInput, CreateLagCommandOutput } from "./commands/CreateLagCommand";
|
|
31
|
+
import { CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput } from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
32
|
+
import { CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput } from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
33
|
+
import { CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput } from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
34
|
+
import { DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput } from "./commands/DeleteBGPPeerCommand";
|
|
35
|
+
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
36
|
+
import { DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
37
|
+
import { DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
38
|
+
import { DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput } from "./commands/DeleteDirectConnectGatewayCommand";
|
|
39
|
+
import { DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput } from "./commands/DeleteInterconnectCommand";
|
|
40
|
+
import { DeleteLagCommandInput, DeleteLagCommandOutput } from "./commands/DeleteLagCommand";
|
|
41
|
+
import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput } from "./commands/DeleteVirtualInterfaceCommand";
|
|
42
|
+
import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
|
|
43
|
+
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
44
|
+
import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
45
|
+
import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
|
|
46
|
+
import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
47
|
+
import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
48
|
+
import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
49
|
+
import { DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput } from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
50
|
+
import { DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput } from "./commands/DescribeHostedConnectionsCommand";
|
|
51
|
+
import { DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput } from "./commands/DescribeInterconnectLoaCommand";
|
|
52
|
+
import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput } from "./commands/DescribeInterconnectsCommand";
|
|
53
|
+
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
54
|
+
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
55
|
+
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
56
|
+
import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
|
|
57
|
+
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
58
|
+
import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
|
|
59
|
+
import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
|
|
60
|
+
import { DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput } from "./commands/DisassociateConnectionFromLagCommand";
|
|
61
|
+
import { DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput } from "./commands/DisassociateMacSecKeyCommand";
|
|
62
|
+
import { ListVirtualInterfaceTestHistoryCommandInput, ListVirtualInterfaceTestHistoryCommandOutput } from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
63
|
+
import { StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput } from "./commands/StartBgpFailoverTestCommand";
|
|
64
|
+
import { StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput } from "./commands/StopBgpFailoverTestCommand";
|
|
65
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
66
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
67
|
+
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
68
|
+
import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
69
|
+
import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
|
|
70
|
+
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
71
|
+
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
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;
|
|
74
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
75
|
+
|
|
76
|
+
requestHandler?: __HttpHandler;
|
|
77
|
+
|
|
78
|
+
sha256?: __HashConstructor;
|
|
79
|
+
|
|
80
|
+
urlParser?: __UrlParser;
|
|
81
|
+
|
|
82
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
83
|
+
|
|
84
|
+
streamCollector?: __StreamCollector;
|
|
85
|
+
|
|
86
|
+
base64Decoder?: __Decoder;
|
|
87
|
+
|
|
88
|
+
base64Encoder?: __Encoder;
|
|
89
|
+
|
|
90
|
+
utf8Decoder?: __Decoder;
|
|
91
|
+
|
|
92
|
+
utf8Encoder?: __Encoder;
|
|
93
|
+
|
|
94
|
+
runtime?: string;
|
|
95
|
+
|
|
96
|
+
disableHostPrefix?: boolean;
|
|
97
|
+
|
|
98
|
+
maxAttempts?: number | __Provider<number>;
|
|
99
|
+
|
|
100
|
+
retryMode?: string | __Provider<string>;
|
|
101
|
+
|
|
102
|
+
logger?: __Logger;
|
|
103
|
+
|
|
104
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
105
|
+
|
|
106
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
107
|
+
|
|
108
|
+
serviceId?: string;
|
|
109
|
+
|
|
110
|
+
region?: string | __Provider<string>;
|
|
111
|
+
|
|
112
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
113
|
+
|
|
114
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
115
|
+
|
|
116
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
117
|
+
|
|
118
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
119
|
+
}
|
|
120
|
+
declare type DirectConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
121
|
+
|
|
122
|
+
export interface DirectConnectClientConfig extends DirectConnectClientConfigType {
|
|
123
|
+
}
|
|
124
|
+
declare type DirectConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
125
|
+
|
|
126
|
+
export interface DirectConnectClientResolvedConfig extends DirectConnectClientResolvedConfigType {
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export declare class DirectConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DirectConnectClientResolvedConfig> {
|
|
130
|
+
|
|
131
|
+
readonly config: DirectConnectClientResolvedConfig;
|
|
132
|
+
constructor(configuration: DirectConnectClientConfig);
|
|
133
|
+
|
|
134
|
+
destroy(): void;
|
|
135
|
+
}
|
|
136
|
+
export {};
|
|
@@ -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 { AcceptDirectConnectGatewayAssociationProposalRequest, AcceptDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
|
|
5
|
+
export interface AcceptDirectConnectGatewayAssociationProposalCommandInput extends AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput extends AcceptDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: AcceptDirectConnectGatewayAssociationProposalCommandInput;
|
|
12
|
+
constructor(input: AcceptDirectConnectGatewayAssociationProposalCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|