@aws-sdk/client-direct-connect 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/DirectConnect.d.ts +64 -0
- package/dist-types/DirectConnectClient.d.ts +24 -4
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +16 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +16 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/CreateLagCommand.d.ts +16 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +16 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +16 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +16 -0
- package/dist-types/models/DirectConnectServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +383 -0
- package/package.json +3 -3
|
@@ -64,6 +64,7 @@ import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/Update
|
|
|
64
64
|
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
65
65
|
import { DirectConnectClient } from "./DirectConnectClient";
|
|
66
66
|
/**
|
|
67
|
+
* @public
|
|
67
68
|
* <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
|
68
69
|
* One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
|
|
69
70
|
* in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2
|
|
@@ -73,12 +74,14 @@ import { DirectConnectClient } from "./DirectConnectClient";
|
|
|
73
74
|
*/
|
|
74
75
|
export declare class DirectConnect extends DirectConnectClient {
|
|
75
76
|
/**
|
|
77
|
+
* @public
|
|
76
78
|
* <p>Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.</p>
|
|
77
79
|
*/
|
|
78
80
|
acceptDirectConnectGatewayAssociationProposal(args: AcceptDirectConnectGatewayAssociationProposalCommandInput, options?: __HttpHandlerOptions): Promise<AcceptDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
79
81
|
acceptDirectConnectGatewayAssociationProposal(args: AcceptDirectConnectGatewayAssociationProposalCommandInput, cb: (err: any, data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
80
82
|
acceptDirectConnectGatewayAssociationProposal(args: AcceptDirectConnectGatewayAssociationProposalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
81
83
|
/**
|
|
84
|
+
* @public
|
|
82
85
|
* @deprecated
|
|
83
86
|
*
|
|
84
87
|
* <p>Deprecated. Use <a>AllocateHostedConnection</a> instead.</p>
|
|
@@ -92,6 +95,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
92
95
|
allocateConnectionOnInterconnect(args: AllocateConnectionOnInterconnectCommandInput, cb: (err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void): void;
|
|
93
96
|
allocateConnectionOnInterconnect(args: AllocateConnectionOnInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void): void;
|
|
94
97
|
/**
|
|
98
|
+
* @public
|
|
95
99
|
* <p>Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.</p>
|
|
96
100
|
* <p>Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects.
|
|
97
101
|
* Amazon Web Services polices the hosted connection for the specified capacity and the Direct Connect Partner must also police the hosted connection for the specified capacity.</p>
|
|
@@ -103,6 +107,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
103
107
|
allocateHostedConnection(args: AllocateHostedConnectionCommandInput, cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void): void;
|
|
104
108
|
allocateHostedConnection(args: AllocateHostedConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void): void;
|
|
105
109
|
/**
|
|
110
|
+
* @public
|
|
106
111
|
* <p>Provisions a private virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
107
112
|
* <p>Virtual interfaces created using this action must be confirmed by the owner using <a>ConfirmPrivateVirtualInterface</a>.
|
|
108
113
|
* Until then, the virtual interface is in the <code>Confirming</code> state and is not available to handle traffic.</p>
|
|
@@ -111,6 +116,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
111
116
|
allocatePrivateVirtualInterface(args: AllocatePrivateVirtualInterfaceCommandInput, cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void): void;
|
|
112
117
|
allocatePrivateVirtualInterface(args: AllocatePrivateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void): void;
|
|
113
118
|
/**
|
|
119
|
+
* @public
|
|
114
120
|
* <p>Provisions a public virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
115
121
|
* <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
116
122
|
* <p>Virtual interfaces created using this function must be confirmed by the owner using <a>ConfirmPublicVirtualInterface</a>.
|
|
@@ -122,6 +128,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
122
128
|
allocatePublicVirtualInterface(args: AllocatePublicVirtualInterfaceCommandInput, cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void): void;
|
|
123
129
|
allocatePublicVirtualInterface(args: AllocatePublicVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void): void;
|
|
124
130
|
/**
|
|
131
|
+
* @public
|
|
125
132
|
* <p>Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.</p>
|
|
126
133
|
* <p>The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account.</p>
|
|
127
134
|
* <p>After you create a transit virtual interface, it must be confirmed by the owner using <a>ConfirmTransitVirtualInterface</a>. Until this step has been completed, the transit virtual interface is in the <code>requested</code> state and is not available to handle traffic.</p>
|
|
@@ -130,6 +137,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
130
137
|
allocateTransitVirtualInterface(args: AllocateTransitVirtualInterfaceCommandInput, cb: (err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void): void;
|
|
131
138
|
allocateTransitVirtualInterface(args: AllocateTransitVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void): void;
|
|
132
139
|
/**
|
|
140
|
+
* @public
|
|
133
141
|
* <p>Associates an existing connection with a link aggregation group (LAG). The connection
|
|
134
142
|
* is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is
|
|
135
143
|
* interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its
|
|
@@ -149,6 +157,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
149
157
|
associateConnectionWithLag(args: AssociateConnectionWithLagCommandInput, cb: (err: any, data?: AssociateConnectionWithLagCommandOutput) => void): void;
|
|
150
158
|
associateConnectionWithLag(args: AssociateConnectionWithLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConnectionWithLagCommandOutput) => void): void;
|
|
151
159
|
/**
|
|
160
|
+
* @public
|
|
152
161
|
* <p>Associates a hosted connection and its virtual interfaces with a link aggregation
|
|
153
162
|
* group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted
|
|
154
163
|
* connection with a conflicting VLAN number or IP address, the operation fails. This
|
|
@@ -162,6 +171,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
162
171
|
associateHostedConnection(args: AssociateHostedConnectionCommandInput, cb: (err: any, data?: AssociateHostedConnectionCommandOutput) => void): void;
|
|
163
172
|
associateHostedConnection(args: AssociateHostedConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateHostedConnectionCommandOutput) => void): void;
|
|
164
173
|
/**
|
|
174
|
+
* @public
|
|
165
175
|
* <p>Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.</p>
|
|
166
176
|
* <p>You must supply either the <code>secretARN,</code> or the CKN/CAK (<code>ckn</code> and <code>cak</code>) pair in the request.</p>
|
|
167
177
|
* <p>For information about MAC Security (MACsec) key considerations, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-key-consideration">MACsec pre-shared CKN/CAK key considerations </a> in the <i>Direct Connect User Guide</i>.</p>
|
|
@@ -170,6 +180,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
170
180
|
associateMacSecKey(args: AssociateMacSecKeyCommandInput, cb: (err: any, data?: AssociateMacSecKeyCommandOutput) => void): void;
|
|
171
181
|
associateMacSecKey(args: AssociateMacSecKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMacSecKeyCommandOutput) => void): void;
|
|
172
182
|
/**
|
|
183
|
+
* @public
|
|
173
184
|
* <p>Associates a virtual interface with a specified link aggregation group (LAG) or
|
|
174
185
|
* connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is
|
|
175
186
|
* being migrated. If the target connection or LAG has an associated virtual interface with
|
|
@@ -185,6 +196,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
185
196
|
associateVirtualInterface(args: AssociateVirtualInterfaceCommandInput, cb: (err: any, data?: AssociateVirtualInterfaceCommandOutput) => void): void;
|
|
186
197
|
associateVirtualInterface(args: AssociateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateVirtualInterfaceCommandOutput) => void): void;
|
|
187
198
|
/**
|
|
199
|
+
* @public
|
|
188
200
|
* <p>Confirms the creation of the specified hosted connection on an interconnect.</p>
|
|
189
201
|
* <p>Upon creation, the hosted connection is initially in the <code>Ordering</code> state, and
|
|
190
202
|
* remains in this state until the owner confirms creation of the hosted connection.</p>
|
|
@@ -193,6 +205,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
193
205
|
confirmConnection(args: ConfirmConnectionCommandInput, cb: (err: any, data?: ConfirmConnectionCommandOutput) => void): void;
|
|
194
206
|
confirmConnection(args: ConfirmConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmConnectionCommandOutput) => void): void;
|
|
195
207
|
/**
|
|
208
|
+
* @public
|
|
196
209
|
* <p>
|
|
197
210
|
* The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
|
|
198
211
|
* </p>
|
|
@@ -201,6 +214,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
201
214
|
confirmCustomerAgreement(args: ConfirmCustomerAgreementCommandInput, cb: (err: any, data?: ConfirmCustomerAgreementCommandOutput) => void): void;
|
|
202
215
|
confirmCustomerAgreement(args: ConfirmCustomerAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmCustomerAgreementCommandOutput) => void): void;
|
|
203
216
|
/**
|
|
217
|
+
* @public
|
|
204
218
|
* <p>Accepts ownership of a private virtual interface created by another Amazon Web Services account.</p>
|
|
205
219
|
* <p>After the virtual interface owner makes this call, the virtual interface is
|
|
206
220
|
* created and attached to the specified virtual private gateway or Direct Connect gateway, and is
|
|
@@ -210,6 +224,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
210
224
|
confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void): void;
|
|
211
225
|
confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void): void;
|
|
212
226
|
/**
|
|
227
|
+
* @public
|
|
213
228
|
* <p>Accepts ownership of a public virtual interface created by another Amazon Web Services account.</p>
|
|
214
229
|
* <p>After the virtual interface owner makes this call, the specified virtual interface is
|
|
215
230
|
* created and made available to handle traffic.</p>
|
|
@@ -218,6 +233,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
218
233
|
confirmPublicVirtualInterface(args: ConfirmPublicVirtualInterfaceCommandInput, cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void): void;
|
|
219
234
|
confirmPublicVirtualInterface(args: ConfirmPublicVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void): void;
|
|
220
235
|
/**
|
|
236
|
+
* @public
|
|
221
237
|
* <p>Accepts ownership of a transit virtual interface created by another Amazon Web Services account.</p>
|
|
222
238
|
* <p> After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.</p>
|
|
223
239
|
*/
|
|
@@ -225,6 +241,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
225
241
|
confirmTransitVirtualInterface(args: ConfirmTransitVirtualInterfaceCommandInput, cb: (err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void): void;
|
|
226
242
|
confirmTransitVirtualInterface(args: ConfirmTransitVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void): void;
|
|
227
243
|
/**
|
|
244
|
+
* @public
|
|
228
245
|
* <p>Creates a BGP peer on the specified virtual interface.</p>
|
|
229
246
|
* <p>You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to
|
|
230
247
|
* access Amazon Web Services resources that also use that address family.</p>
|
|
@@ -246,6 +263,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
246
263
|
createBGPPeer(args: CreateBGPPeerCommandInput, cb: (err: any, data?: CreateBGPPeerCommandOutput) => void): void;
|
|
247
264
|
createBGPPeer(args: CreateBGPPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBGPPeerCommandOutput) => void): void;
|
|
248
265
|
/**
|
|
266
|
+
* @public
|
|
249
267
|
* <p>Creates a connection between a customer network and a specific Direct Connect location.</p>
|
|
250
268
|
* <p>A connection links your internal network to an Direct Connect location over a standard Ethernet fiber-optic
|
|
251
269
|
* cable. One end of the cable is connected to your router, the other to an Direct Connect router.</p>
|
|
@@ -259,6 +277,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
259
277
|
createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
260
278
|
createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
261
279
|
/**
|
|
280
|
+
* @public
|
|
262
281
|
* <p>Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set
|
|
263
282
|
* of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any
|
|
264
283
|
* Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that
|
|
@@ -270,6 +289,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
270
289
|
createDirectConnectGateway(args: CreateDirectConnectGatewayCommandInput, cb: (err: any, data?: CreateDirectConnectGatewayCommandOutput) => void): void;
|
|
271
290
|
createDirectConnectGateway(args: CreateDirectConnectGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectConnectGatewayCommandOutput) => void): void;
|
|
272
291
|
/**
|
|
292
|
+
* @public
|
|
273
293
|
* <p>Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual
|
|
274
294
|
* private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.</p>
|
|
275
295
|
*/
|
|
@@ -277,6 +297,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
277
297
|
createDirectConnectGatewayAssociation(args: CreateDirectConnectGatewayAssociationCommandInput, cb: (err: any, data?: CreateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
278
298
|
createDirectConnectGatewayAssociation(args: CreateDirectConnectGatewayAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
279
299
|
/**
|
|
300
|
+
* @public
|
|
280
301
|
* <p>Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.</p>
|
|
281
302
|
* <p>You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account. </p>
|
|
282
303
|
*/
|
|
@@ -284,6 +305,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
284
305
|
createDirectConnectGatewayAssociationProposal(args: CreateDirectConnectGatewayAssociationProposalCommandInput, cb: (err: any, data?: CreateDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
285
306
|
createDirectConnectGatewayAssociationProposal(args: CreateDirectConnectGatewayAssociationProposalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
286
307
|
/**
|
|
308
|
+
* @public
|
|
287
309
|
* <p>Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.</p>
|
|
288
310
|
* <p>An interconnect is a connection that is capable of hosting other connections. The
|
|
289
311
|
* Direct Connect Partner can use an interconnect to provide Direct Connect hosted
|
|
@@ -305,6 +327,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
305
327
|
createInterconnect(args: CreateInterconnectCommandInput, cb: (err: any, data?: CreateInterconnectCommandOutput) => void): void;
|
|
306
328
|
createInterconnect(args: CreateInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInterconnectCommandOutput) => void): void;
|
|
307
329
|
/**
|
|
330
|
+
* @public
|
|
308
331
|
* <p>Creates a link aggregation group (LAG) with the specified number of bundled
|
|
309
332
|
* physical dedicated connections between the customer network and a specific Direct Connect location.
|
|
310
333
|
* A LAG is a logical interface that uses the Link Aggregation Control Protocol
|
|
@@ -328,6 +351,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
328
351
|
createLag(args: CreateLagCommandInput, cb: (err: any, data?: CreateLagCommandOutput) => void): void;
|
|
329
352
|
createLag(args: CreateLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLagCommandOutput) => void): void;
|
|
330
353
|
/**
|
|
354
|
+
* @public
|
|
331
355
|
* <p>Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
|
|
332
356
|
* A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).
|
|
333
357
|
* Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple
|
|
@@ -344,6 +368,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
344
368
|
createPrivateVirtualInterface(args: CreatePrivateVirtualInterfaceCommandInput, cb: (err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void): void;
|
|
345
369
|
createPrivateVirtualInterface(args: CreatePrivateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void): void;
|
|
346
370
|
/**
|
|
371
|
+
* @public
|
|
347
372
|
* <p>Creates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
|
|
348
373
|
* A public virtual interface supports sending traffic to public services of Amazon Web Services such as Amazon S3.</p>
|
|
349
374
|
* <p>When creating an IPv6 public virtual interface (<code>addressFamily</code> is <code>ipv6</code>), leave the <code>customer</code>
|
|
@@ -353,6 +378,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
353
378
|
createPublicVirtualInterface(args: CreatePublicVirtualInterfaceCommandInput, cb: (err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void): void;
|
|
354
379
|
createPublicVirtualInterface(args: CreatePublicVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void): void;
|
|
355
380
|
/**
|
|
381
|
+
* @public
|
|
356
382
|
* <p>Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.</p>
|
|
357
383
|
* <important>
|
|
358
384
|
* <p>If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails.</p>
|
|
@@ -368,6 +394,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
368
394
|
createTransitVirtualInterface(args: CreateTransitVirtualInterfaceCommandInput, cb: (err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void): void;
|
|
369
395
|
createTransitVirtualInterface(args: CreateTransitVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void): void;
|
|
370
396
|
/**
|
|
397
|
+
* @public
|
|
371
398
|
* <p>Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.</p>
|
|
372
399
|
* <p>You cannot delete the last BGP peer from a virtual interface.</p>
|
|
373
400
|
*/
|
|
@@ -375,6 +402,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
375
402
|
deleteBGPPeer(args: DeleteBGPPeerCommandInput, cb: (err: any, data?: DeleteBGPPeerCommandOutput) => void): void;
|
|
376
403
|
deleteBGPPeer(args: DeleteBGPPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBGPPeerCommandOutput) => void): void;
|
|
377
404
|
/**
|
|
405
|
+
* @public
|
|
378
406
|
* <p>Deletes the specified connection.</p>
|
|
379
407
|
* <p>Deleting a connection only stops the Direct Connect port hour and data transfer charges.
|
|
380
408
|
* If you are partnering with any third parties to connect with the Direct Connect location,
|
|
@@ -384,6 +412,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
384
412
|
deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
385
413
|
deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
386
414
|
/**
|
|
415
|
+
* @public
|
|
387
416
|
* <p>Deletes the specified Direct Connect gateway. You must first delete all virtual interfaces that are
|
|
388
417
|
* attached to the Direct Connect gateway and disassociate all virtual private gateways associated
|
|
389
418
|
* with the Direct Connect gateway.</p>
|
|
@@ -392,6 +421,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
392
421
|
deleteDirectConnectGateway(args: DeleteDirectConnectGatewayCommandInput, cb: (err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void): void;
|
|
393
422
|
deleteDirectConnectGateway(args: DeleteDirectConnectGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void): void;
|
|
394
423
|
/**
|
|
424
|
+
* @public
|
|
395
425
|
* <p>Deletes the association between the specified Direct Connect gateway and virtual private gateway.</p>
|
|
396
426
|
* <p>We recommend that you specify the <code>associationID</code> to delete the association. Alternatively, if you own virtual gateway and a Direct Connect gateway association, you can specify the <code>virtualGatewayId</code> and <code>directConnectGatewayId</code> to delete an association.</p>
|
|
397
427
|
*/
|
|
@@ -399,12 +429,14 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
399
429
|
deleteDirectConnectGatewayAssociation(args: DeleteDirectConnectGatewayAssociationCommandInput, cb: (err: any, data?: DeleteDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
400
430
|
deleteDirectConnectGatewayAssociation(args: DeleteDirectConnectGatewayAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
401
431
|
/**
|
|
432
|
+
* @public
|
|
402
433
|
* <p>Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.</p>
|
|
403
434
|
*/
|
|
404
435
|
deleteDirectConnectGatewayAssociationProposal(args: DeleteDirectConnectGatewayAssociationProposalCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
405
436
|
deleteDirectConnectGatewayAssociationProposal(args: DeleteDirectConnectGatewayAssociationProposalCommandInput, cb: (err: any, data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
406
437
|
deleteDirectConnectGatewayAssociationProposal(args: DeleteDirectConnectGatewayAssociationProposalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
|
|
407
438
|
/**
|
|
439
|
+
* @public
|
|
408
440
|
* <p>Deletes the specified interconnect.</p>
|
|
409
441
|
* <note>
|
|
410
442
|
* <p>Intended for use
|
|
@@ -415,6 +447,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
415
447
|
deleteInterconnect(args: DeleteInterconnectCommandInput, cb: (err: any, data?: DeleteInterconnectCommandOutput) => void): void;
|
|
416
448
|
deleteInterconnect(args: DeleteInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInterconnectCommandOutput) => void): void;
|
|
417
449
|
/**
|
|
450
|
+
* @public
|
|
418
451
|
* <p>Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active
|
|
419
452
|
* virtual interfaces or hosted connections.</p>
|
|
420
453
|
*/
|
|
@@ -422,12 +455,14 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
422
455
|
deleteLag(args: DeleteLagCommandInput, cb: (err: any, data?: DeleteLagCommandOutput) => void): void;
|
|
423
456
|
deleteLag(args: DeleteLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLagCommandOutput) => void): void;
|
|
424
457
|
/**
|
|
458
|
+
* @public
|
|
425
459
|
* <p>Deletes a virtual interface.</p>
|
|
426
460
|
*/
|
|
427
461
|
deleteVirtualInterface(args: DeleteVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualInterfaceCommandOutput>;
|
|
428
462
|
deleteVirtualInterface(args: DeleteVirtualInterfaceCommandInput, cb: (err: any, data?: DeleteVirtualInterfaceCommandOutput) => void): void;
|
|
429
463
|
deleteVirtualInterface(args: DeleteVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualInterfaceCommandOutput) => void): void;
|
|
430
464
|
/**
|
|
465
|
+
* @public
|
|
431
466
|
* @deprecated
|
|
432
467
|
*
|
|
433
468
|
* <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
|
|
@@ -441,12 +476,14 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
441
476
|
describeConnectionLoa(args: DescribeConnectionLoaCommandInput, cb: (err: any, data?: DescribeConnectionLoaCommandOutput) => void): void;
|
|
442
477
|
describeConnectionLoa(args: DescribeConnectionLoaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionLoaCommandOutput) => void): void;
|
|
443
478
|
/**
|
|
479
|
+
* @public
|
|
444
480
|
* <p>Displays the specified connection or all connections in this Region.</p>
|
|
445
481
|
*/
|
|
446
482
|
describeConnections(args: DescribeConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionsCommandOutput>;
|
|
447
483
|
describeConnections(args: DescribeConnectionsCommandInput, cb: (err: any, data?: DescribeConnectionsCommandOutput) => void): void;
|
|
448
484
|
describeConnections(args: DescribeConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionsCommandOutput) => void): void;
|
|
449
485
|
/**
|
|
486
|
+
* @public
|
|
450
487
|
* @deprecated
|
|
451
488
|
*
|
|
452
489
|
* <p>Deprecated. Use <a>DescribeHostedConnections</a> instead.</p>
|
|
@@ -459,18 +496,21 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
459
496
|
describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void): void;
|
|
460
497
|
describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void): void;
|
|
461
498
|
/**
|
|
499
|
+
* @public
|
|
462
500
|
* <p>Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner. </p>
|
|
463
501
|
*/
|
|
464
502
|
describeCustomerMetadata(args: DescribeCustomerMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomerMetadataCommandOutput>;
|
|
465
503
|
describeCustomerMetadata(args: DescribeCustomerMetadataCommandInput, cb: (err: any, data?: DescribeCustomerMetadataCommandOutput) => void): void;
|
|
466
504
|
describeCustomerMetadata(args: DescribeCustomerMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomerMetadataCommandOutput) => void): void;
|
|
467
505
|
/**
|
|
506
|
+
* @public
|
|
468
507
|
* <p>Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway. </p>
|
|
469
508
|
*/
|
|
470
509
|
describeDirectConnectGatewayAssociationProposals(args: DescribeDirectConnectGatewayAssociationProposalsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectConnectGatewayAssociationProposalsCommandOutput>;
|
|
471
510
|
describeDirectConnectGatewayAssociationProposals(args: DescribeDirectConnectGatewayAssociationProposalsCommandInput, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void): void;
|
|
472
511
|
describeDirectConnectGatewayAssociationProposals(args: DescribeDirectConnectGatewayAssociationProposalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void): void;
|
|
473
512
|
/**
|
|
513
|
+
* @public
|
|
474
514
|
* <p>Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways. You must specify one of the following:</p>
|
|
475
515
|
* <ul>
|
|
476
516
|
* <li>
|
|
@@ -499,6 +539,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
499
539
|
describeDirectConnectGatewayAssociations(args: DescribeDirectConnectGatewayAssociationsCommandInput, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationsCommandOutput) => void): void;
|
|
500
540
|
describeDirectConnectGatewayAssociations(args: DescribeDirectConnectGatewayAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectConnectGatewayAssociationsCommandOutput) => void): void;
|
|
501
541
|
/**
|
|
542
|
+
* @public
|
|
502
543
|
* <p>Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify
|
|
503
544
|
* a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains
|
|
504
545
|
* all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the
|
|
@@ -509,12 +550,14 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
509
550
|
describeDirectConnectGatewayAttachments(args: DescribeDirectConnectGatewayAttachmentsCommandInput, cb: (err: any, data?: DescribeDirectConnectGatewayAttachmentsCommandOutput) => void): void;
|
|
510
551
|
describeDirectConnectGatewayAttachments(args: DescribeDirectConnectGatewayAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectConnectGatewayAttachmentsCommandOutput) => void): void;
|
|
511
552
|
/**
|
|
553
|
+
* @public
|
|
512
554
|
* <p>Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.</p>
|
|
513
555
|
*/
|
|
514
556
|
describeDirectConnectGateways(args: DescribeDirectConnectGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectConnectGatewaysCommandOutput>;
|
|
515
557
|
describeDirectConnectGateways(args: DescribeDirectConnectGatewaysCommandInput, cb: (err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void): void;
|
|
516
558
|
describeDirectConnectGateways(args: DescribeDirectConnectGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void): void;
|
|
517
559
|
/**
|
|
560
|
+
* @public
|
|
518
561
|
* <p>Lists the hosted connections that have been provisioned on the specified
|
|
519
562
|
* interconnect or link aggregation group (LAG).</p>
|
|
520
563
|
* <note>
|
|
@@ -525,6 +568,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
525
568
|
describeHostedConnections(args: DescribeHostedConnectionsCommandInput, cb: (err: any, data?: DescribeHostedConnectionsCommandOutput) => void): void;
|
|
526
569
|
describeHostedConnections(args: DescribeHostedConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHostedConnectionsCommandOutput) => void): void;
|
|
527
570
|
/**
|
|
571
|
+
* @public
|
|
528
572
|
* @deprecated
|
|
529
573
|
*
|
|
530
574
|
* <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
|
|
@@ -537,18 +581,21 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
537
581
|
describeInterconnectLoa(args: DescribeInterconnectLoaCommandInput, cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void): void;
|
|
538
582
|
describeInterconnectLoa(args: DescribeInterconnectLoaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void): void;
|
|
539
583
|
/**
|
|
584
|
+
* @public
|
|
540
585
|
* <p>Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.</p>
|
|
541
586
|
*/
|
|
542
587
|
describeInterconnects(args: DescribeInterconnectsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInterconnectsCommandOutput>;
|
|
543
588
|
describeInterconnects(args: DescribeInterconnectsCommandInput, cb: (err: any, data?: DescribeInterconnectsCommandOutput) => void): void;
|
|
544
589
|
describeInterconnects(args: DescribeInterconnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInterconnectsCommandOutput) => void): void;
|
|
545
590
|
/**
|
|
591
|
+
* @public
|
|
546
592
|
* <p>Describes all your link aggregation groups (LAG) or the specified LAG.</p>
|
|
547
593
|
*/
|
|
548
594
|
describeLags(args: DescribeLagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLagsCommandOutput>;
|
|
549
595
|
describeLags(args: DescribeLagsCommandInput, cb: (err: any, data?: DescribeLagsCommandOutput) => void): void;
|
|
550
596
|
describeLags(args: DescribeLagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLagsCommandOutput) => void): void;
|
|
551
597
|
/**
|
|
598
|
+
* @public
|
|
552
599
|
* <p>Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).</p>
|
|
553
600
|
* <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing
|
|
554
601
|
* your cross connect to Amazon Web Services at the colocation facility. For more information, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects at Direct Connect Locations</a>
|
|
@@ -558,6 +605,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
558
605
|
describeLoa(args: DescribeLoaCommandInput, cb: (err: any, data?: DescribeLoaCommandOutput) => void): void;
|
|
559
606
|
describeLoa(args: DescribeLoaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoaCommandOutput) => void): void;
|
|
560
607
|
/**
|
|
608
|
+
* @public
|
|
561
609
|
* <p>Lists the Direct Connect locations in the current Amazon Web Services Region. These are the locations that can be selected when calling
|
|
562
610
|
* <a>CreateConnection</a> or <a>CreateInterconnect</a>.</p>
|
|
563
611
|
*/
|
|
@@ -565,6 +613,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
565
613
|
describeLocations(args: DescribeLocationsCommandInput, cb: (err: any, data?: DescribeLocationsCommandOutput) => void): void;
|
|
566
614
|
describeLocations(args: DescribeLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationsCommandOutput) => void): void;
|
|
567
615
|
/**
|
|
616
|
+
* @public
|
|
568
617
|
* <p>
|
|
569
618
|
* Details about the router.
|
|
570
619
|
* </p>
|
|
@@ -573,12 +622,14 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
573
622
|
describeRouterConfiguration(args: DescribeRouterConfigurationCommandInput, cb: (err: any, data?: DescribeRouterConfigurationCommandOutput) => void): void;
|
|
574
623
|
describeRouterConfiguration(args: DescribeRouterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouterConfigurationCommandOutput) => void): void;
|
|
575
624
|
/**
|
|
625
|
+
* @public
|
|
576
626
|
* <p>Describes the tags associated with the specified Direct Connect resources.</p>
|
|
577
627
|
*/
|
|
578
628
|
describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
|
|
579
629
|
describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
580
630
|
describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
581
631
|
/**
|
|
632
|
+
* @public
|
|
582
633
|
* <p>Lists the virtual private gateways owned by the Amazon Web Services account.</p>
|
|
583
634
|
* <p>You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.</p>
|
|
584
635
|
*/
|
|
@@ -586,6 +637,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
586
637
|
describeVirtualGateways(args: DescribeVirtualGatewaysCommandInput, cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void): void;
|
|
587
638
|
describeVirtualGateways(args: DescribeVirtualGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void): void;
|
|
588
639
|
/**
|
|
640
|
+
* @public
|
|
589
641
|
* <p>Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer
|
|
590
642
|
* than 15 minutes before you make the request are also returned. If you specify a
|
|
591
643
|
* connection ID, only the virtual interfaces associated with the connection are returned.
|
|
@@ -596,6 +648,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
596
648
|
describeVirtualInterfaces(args: DescribeVirtualInterfacesCommandInput, cb: (err: any, data?: DescribeVirtualInterfacesCommandOutput) => void): void;
|
|
597
649
|
describeVirtualInterfaces(args: DescribeVirtualInterfacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualInterfacesCommandOutput) => void): void;
|
|
598
650
|
/**
|
|
651
|
+
* @public
|
|
599
652
|
* <p>Disassociates a connection from a link aggregation group (LAG). The connection is
|
|
600
653
|
* interrupted and re-established as a standalone connection (the connection is not
|
|
601
654
|
* deleted; to delete the connection, use the <a>DeleteConnection</a> request).
|
|
@@ -611,18 +664,21 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
611
664
|
disassociateConnectionFromLag(args: DisassociateConnectionFromLagCommandInput, cb: (err: any, data?: DisassociateConnectionFromLagCommandOutput) => void): void;
|
|
612
665
|
disassociateConnectionFromLag(args: DisassociateConnectionFromLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConnectionFromLagCommandOutput) => void): void;
|
|
613
666
|
/**
|
|
667
|
+
* @public
|
|
614
668
|
* <p>Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.</p>
|
|
615
669
|
*/
|
|
616
670
|
disassociateMacSecKey(args: DisassociateMacSecKeyCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMacSecKeyCommandOutput>;
|
|
617
671
|
disassociateMacSecKey(args: DisassociateMacSecKeyCommandInput, cb: (err: any, data?: DisassociateMacSecKeyCommandOutput) => void): void;
|
|
618
672
|
disassociateMacSecKey(args: DisassociateMacSecKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMacSecKeyCommandOutput) => void): void;
|
|
619
673
|
/**
|
|
674
|
+
* @public
|
|
620
675
|
* <p>Lists the virtual interface failover test history.</p>
|
|
621
676
|
*/
|
|
622
677
|
listVirtualInterfaceTestHistory(args: ListVirtualInterfaceTestHistoryCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualInterfaceTestHistoryCommandOutput>;
|
|
623
678
|
listVirtualInterfaceTestHistory(args: ListVirtualInterfaceTestHistoryCommandInput, cb: (err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void): void;
|
|
624
679
|
listVirtualInterfaceTestHistory(args: ListVirtualInterfaceTestHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void): void;
|
|
625
680
|
/**
|
|
681
|
+
* @public
|
|
626
682
|
* <p>Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state. You can then send traffic to verify that there are no outages.</p>
|
|
627
683
|
* <p>You can run the test on public, private, transit, and hosted virtual interfaces.</p>
|
|
628
684
|
* <p>You can use <a href="https://docs.aws.amazon.com/directconnect/latest/APIReference/API_ListVirtualInterfaceTestHistory.html">ListVirtualInterfaceTestHistory</a> to view the virtual interface test history.</p>
|
|
@@ -632,12 +688,14 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
632
688
|
startBgpFailoverTest(args: StartBgpFailoverTestCommandInput, cb: (err: any, data?: StartBgpFailoverTestCommandOutput) => void): void;
|
|
633
689
|
startBgpFailoverTest(args: StartBgpFailoverTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBgpFailoverTestCommandOutput) => void): void;
|
|
634
690
|
/**
|
|
691
|
+
* @public
|
|
635
692
|
* <p>Stops the virtual interface failover test.</p>
|
|
636
693
|
*/
|
|
637
694
|
stopBgpFailoverTest(args: StopBgpFailoverTestCommandInput, options?: __HttpHandlerOptions): Promise<StopBgpFailoverTestCommandOutput>;
|
|
638
695
|
stopBgpFailoverTest(args: StopBgpFailoverTestCommandInput, cb: (err: any, data?: StopBgpFailoverTestCommandOutput) => void): void;
|
|
639
696
|
stopBgpFailoverTest(args: StopBgpFailoverTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBgpFailoverTestCommandOutput) => void): void;
|
|
640
697
|
/**
|
|
698
|
+
* @public
|
|
641
699
|
* <p>Adds the specified tags to the specified Direct Connect resource. Each resource can have a maximum of 50 tags.</p>
|
|
642
700
|
* <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.</p>
|
|
643
701
|
*/
|
|
@@ -645,12 +703,14 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
645
703
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
646
704
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
647
705
|
/**
|
|
706
|
+
* @public
|
|
648
707
|
* <p>Removes one or more tags from the specified Direct Connect resource.</p>
|
|
649
708
|
*/
|
|
650
709
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
651
710
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
652
711
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
653
712
|
/**
|
|
713
|
+
* @public
|
|
654
714
|
* <p>Updates the Direct Connect dedicated connection configuration.</p>
|
|
655
715
|
* <p>You can update the following parameters for a connection:</p>
|
|
656
716
|
* <ul>
|
|
@@ -666,12 +726,14 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
666
726
|
updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
667
727
|
updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
668
728
|
/**
|
|
729
|
+
* @public
|
|
669
730
|
* <p>Updates the name of a current Direct Connect gateway.</p>
|
|
670
731
|
*/
|
|
671
732
|
updateDirectConnectGateway(args: UpdateDirectConnectGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDirectConnectGatewayCommandOutput>;
|
|
672
733
|
updateDirectConnectGateway(args: UpdateDirectConnectGatewayCommandInput, cb: (err: any, data?: UpdateDirectConnectGatewayCommandOutput) => void): void;
|
|
673
734
|
updateDirectConnectGateway(args: UpdateDirectConnectGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectConnectGatewayCommandOutput) => void): void;
|
|
674
735
|
/**
|
|
736
|
+
* @public
|
|
675
737
|
* <p>Updates the specified attributes of the Direct Connect gateway association.</p>
|
|
676
738
|
* <p>Add or remove prefixes from the association.</p>
|
|
677
739
|
*/
|
|
@@ -679,6 +741,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
679
741
|
updateDirectConnectGatewayAssociation(args: UpdateDirectConnectGatewayAssociationCommandInput, cb: (err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
680
742
|
updateDirectConnectGatewayAssociation(args: UpdateDirectConnectGatewayAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void): void;
|
|
681
743
|
/**
|
|
744
|
+
* @public
|
|
682
745
|
* <p>Updates the attributes of the specified link aggregation group (LAG).</p>
|
|
683
746
|
* <p>You can update the following LAG attributes:</p>
|
|
684
747
|
* <ul>
|
|
@@ -707,6 +770,7 @@ export declare class DirectConnect extends DirectConnectClient {
|
|
|
707
770
|
updateLag(args: UpdateLagCommandInput, cb: (err: any, data?: UpdateLagCommandOutput) => void): void;
|
|
708
771
|
updateLag(args: UpdateLagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLagCommandOutput) => void): void;
|
|
709
772
|
/**
|
|
773
|
+
* @public
|
|
710
774
|
* <p>Updates the specified attributes of the specified virtual private interface.</p>
|
|
711
775
|
* <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to
|
|
712
776
|
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
|
|
@@ -71,15 +71,24 @@ import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayComma
|
|
|
71
71
|
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
72
72
|
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
73
73
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
74
77
|
export 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;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
75
81
|
export 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;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
76
85
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
77
86
|
/**
|
|
78
87
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
79
88
|
*/
|
|
80
89
|
requestHandler?: __HttpHandler;
|
|
81
90
|
/**
|
|
82
|
-
* A constructor for a class implementing the {@link
|
|
91
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
83
92
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
84
93
|
* @internal
|
|
85
94
|
*/
|
|
@@ -169,23 +178,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
169
178
|
*/
|
|
170
179
|
logger?: __Logger;
|
|
171
180
|
/**
|
|
172
|
-
* The {@link
|
|
181
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
173
182
|
*/
|
|
174
183
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
175
184
|
}
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
176
188
|
type DirectConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
177
189
|
/**
|
|
178
|
-
*
|
|
190
|
+
* @public
|
|
191
|
+
*
|
|
192
|
+
* The configuration interface of DirectConnectClient class constructor that set the region, credentials and other options.
|
|
179
193
|
*/
|
|
180
194
|
export interface DirectConnectClientConfig extends DirectConnectClientConfigType {
|
|
181
195
|
}
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
182
199
|
type DirectConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
183
200
|
/**
|
|
184
|
-
*
|
|
201
|
+
* @public
|
|
202
|
+
*
|
|
203
|
+
* The resolved configuration interface of DirectConnectClient class. This is resolved and normalized from the {@link DirectConnectClientConfig | constructor configuration interface}.
|
|
185
204
|
*/
|
|
186
205
|
export interface DirectConnectClientResolvedConfig extends DirectConnectClientResolvedConfigType {
|
|
187
206
|
}
|
|
188
207
|
/**
|
|
208
|
+
* @public
|
|
189
209
|
* <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
|
190
210
|
* One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
|
|
191
211
|
* in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AcceptDirectConnectGatewayAssociationProposalRequest, AcceptDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AcceptDirectConnectGatewayAssociationProposalCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AcceptDirectConnectGatewayAssociationProposalCommandInput extends AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AcceptDirectConnectGatewayAssociationProposalCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput extends AcceptDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AcceptDirectConnectGatewayAssociationProposalCommandInput - {@link AcceptDirectConnectGatewayAssociationProposalCommandInput}
|
|
34
|
+
* @returns {@link AcceptDirectConnectGatewayAssociationProposalCommandOutput}
|
|
28
35
|
* @see {@link AcceptDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AcceptDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
40
47
|
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
41
48
|
readonly input: AcceptDirectConnectGatewayAssociationProposalCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: AcceptDirectConnectGatewayAssociationProposalCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|