@aws-sdk/client-direct-connect 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/DirectConnect.d.ts +1198 -320
- package/dist-types/ts3.4/DirectConnectClient.d.ts +508 -136
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/DirectConnectServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1671 -1506
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,320 +1,1198 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
4
|
+
AcceptDirectConnectGatewayAssociationProposalCommandOutput,
|
|
5
|
+
} from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
6
|
+
import {
|
|
7
|
+
AllocateConnectionOnInterconnectCommandInput,
|
|
8
|
+
AllocateConnectionOnInterconnectCommandOutput,
|
|
9
|
+
} from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
10
|
+
import {
|
|
11
|
+
AllocateHostedConnectionCommandInput,
|
|
12
|
+
AllocateHostedConnectionCommandOutput,
|
|
13
|
+
} from "./commands/AllocateHostedConnectionCommand";
|
|
14
|
+
import {
|
|
15
|
+
AllocatePrivateVirtualInterfaceCommandInput,
|
|
16
|
+
AllocatePrivateVirtualInterfaceCommandOutput,
|
|
17
|
+
} from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
18
|
+
import {
|
|
19
|
+
AllocatePublicVirtualInterfaceCommandInput,
|
|
20
|
+
AllocatePublicVirtualInterfaceCommandOutput,
|
|
21
|
+
} from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
22
|
+
import {
|
|
23
|
+
AllocateTransitVirtualInterfaceCommandInput,
|
|
24
|
+
AllocateTransitVirtualInterfaceCommandOutput,
|
|
25
|
+
} from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
26
|
+
import {
|
|
27
|
+
AssociateConnectionWithLagCommandInput,
|
|
28
|
+
AssociateConnectionWithLagCommandOutput,
|
|
29
|
+
} from "./commands/AssociateConnectionWithLagCommand";
|
|
30
|
+
import {
|
|
31
|
+
AssociateHostedConnectionCommandInput,
|
|
32
|
+
AssociateHostedConnectionCommandOutput,
|
|
33
|
+
} from "./commands/AssociateHostedConnectionCommand";
|
|
34
|
+
import {
|
|
35
|
+
AssociateMacSecKeyCommandInput,
|
|
36
|
+
AssociateMacSecKeyCommandOutput,
|
|
37
|
+
} from "./commands/AssociateMacSecKeyCommand";
|
|
38
|
+
import {
|
|
39
|
+
AssociateVirtualInterfaceCommandInput,
|
|
40
|
+
AssociateVirtualInterfaceCommandOutput,
|
|
41
|
+
} from "./commands/AssociateVirtualInterfaceCommand";
|
|
42
|
+
import {
|
|
43
|
+
ConfirmConnectionCommandInput,
|
|
44
|
+
ConfirmConnectionCommandOutput,
|
|
45
|
+
} from "./commands/ConfirmConnectionCommand";
|
|
46
|
+
import {
|
|
47
|
+
ConfirmCustomerAgreementCommandInput,
|
|
48
|
+
ConfirmCustomerAgreementCommandOutput,
|
|
49
|
+
} from "./commands/ConfirmCustomerAgreementCommand";
|
|
50
|
+
import {
|
|
51
|
+
ConfirmPrivateVirtualInterfaceCommandInput,
|
|
52
|
+
ConfirmPrivateVirtualInterfaceCommandOutput,
|
|
53
|
+
} from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
54
|
+
import {
|
|
55
|
+
ConfirmPublicVirtualInterfaceCommandInput,
|
|
56
|
+
ConfirmPublicVirtualInterfaceCommandOutput,
|
|
57
|
+
} from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
58
|
+
import {
|
|
59
|
+
ConfirmTransitVirtualInterfaceCommandInput,
|
|
60
|
+
ConfirmTransitVirtualInterfaceCommandOutput,
|
|
61
|
+
} from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateBGPPeerCommandInput,
|
|
64
|
+
CreateBGPPeerCommandOutput,
|
|
65
|
+
} from "./commands/CreateBGPPeerCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateConnectionCommandInput,
|
|
68
|
+
CreateConnectionCommandOutput,
|
|
69
|
+
} from "./commands/CreateConnectionCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateDirectConnectGatewayAssociationCommandInput,
|
|
72
|
+
CreateDirectConnectGatewayAssociationCommandOutput,
|
|
73
|
+
} from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateDirectConnectGatewayAssociationProposalCommandInput,
|
|
76
|
+
CreateDirectConnectGatewayAssociationProposalCommandOutput,
|
|
77
|
+
} from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateDirectConnectGatewayCommandInput,
|
|
80
|
+
CreateDirectConnectGatewayCommandOutput,
|
|
81
|
+
} from "./commands/CreateDirectConnectGatewayCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateInterconnectCommandInput,
|
|
84
|
+
CreateInterconnectCommandOutput,
|
|
85
|
+
} from "./commands/CreateInterconnectCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateLagCommandInput,
|
|
88
|
+
CreateLagCommandOutput,
|
|
89
|
+
} from "./commands/CreateLagCommand";
|
|
90
|
+
import {
|
|
91
|
+
CreatePrivateVirtualInterfaceCommandInput,
|
|
92
|
+
CreatePrivateVirtualInterfaceCommandOutput,
|
|
93
|
+
} from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
94
|
+
import {
|
|
95
|
+
CreatePublicVirtualInterfaceCommandInput,
|
|
96
|
+
CreatePublicVirtualInterfaceCommandOutput,
|
|
97
|
+
} from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
98
|
+
import {
|
|
99
|
+
CreateTransitVirtualInterfaceCommandInput,
|
|
100
|
+
CreateTransitVirtualInterfaceCommandOutput,
|
|
101
|
+
} from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteBGPPeerCommandInput,
|
|
104
|
+
DeleteBGPPeerCommandOutput,
|
|
105
|
+
} from "./commands/DeleteBGPPeerCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteConnectionCommandInput,
|
|
108
|
+
DeleteConnectionCommandOutput,
|
|
109
|
+
} from "./commands/DeleteConnectionCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteDirectConnectGatewayAssociationCommandInput,
|
|
112
|
+
DeleteDirectConnectGatewayAssociationCommandOutput,
|
|
113
|
+
} from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteDirectConnectGatewayAssociationProposalCommandInput,
|
|
116
|
+
DeleteDirectConnectGatewayAssociationProposalCommandOutput,
|
|
117
|
+
} from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteDirectConnectGatewayCommandInput,
|
|
120
|
+
DeleteDirectConnectGatewayCommandOutput,
|
|
121
|
+
} from "./commands/DeleteDirectConnectGatewayCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteInterconnectCommandInput,
|
|
124
|
+
DeleteInterconnectCommandOutput,
|
|
125
|
+
} from "./commands/DeleteInterconnectCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteLagCommandInput,
|
|
128
|
+
DeleteLagCommandOutput,
|
|
129
|
+
} from "./commands/DeleteLagCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteVirtualInterfaceCommandInput,
|
|
132
|
+
DeleteVirtualInterfaceCommandOutput,
|
|
133
|
+
} from "./commands/DeleteVirtualInterfaceCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeConnectionLoaCommandInput,
|
|
136
|
+
DescribeConnectionLoaCommandOutput,
|
|
137
|
+
} from "./commands/DescribeConnectionLoaCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeConnectionsCommandInput,
|
|
140
|
+
DescribeConnectionsCommandOutput,
|
|
141
|
+
} from "./commands/DescribeConnectionsCommand";
|
|
142
|
+
import {
|
|
143
|
+
DescribeConnectionsOnInterconnectCommandInput,
|
|
144
|
+
DescribeConnectionsOnInterconnectCommandOutput,
|
|
145
|
+
} from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
146
|
+
import {
|
|
147
|
+
DescribeCustomerMetadataCommandInput,
|
|
148
|
+
DescribeCustomerMetadataCommandOutput,
|
|
149
|
+
} from "./commands/DescribeCustomerMetadataCommand";
|
|
150
|
+
import {
|
|
151
|
+
DescribeDirectConnectGatewayAssociationProposalsCommandInput,
|
|
152
|
+
DescribeDirectConnectGatewayAssociationProposalsCommandOutput,
|
|
153
|
+
} from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
154
|
+
import {
|
|
155
|
+
DescribeDirectConnectGatewayAssociationsCommandInput,
|
|
156
|
+
DescribeDirectConnectGatewayAssociationsCommandOutput,
|
|
157
|
+
} from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribeDirectConnectGatewayAttachmentsCommandInput,
|
|
160
|
+
DescribeDirectConnectGatewayAttachmentsCommandOutput,
|
|
161
|
+
} from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
162
|
+
import {
|
|
163
|
+
DescribeDirectConnectGatewaysCommandInput,
|
|
164
|
+
DescribeDirectConnectGatewaysCommandOutput,
|
|
165
|
+
} from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
166
|
+
import {
|
|
167
|
+
DescribeHostedConnectionsCommandInput,
|
|
168
|
+
DescribeHostedConnectionsCommandOutput,
|
|
169
|
+
} from "./commands/DescribeHostedConnectionsCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribeInterconnectLoaCommandInput,
|
|
172
|
+
DescribeInterconnectLoaCommandOutput,
|
|
173
|
+
} from "./commands/DescribeInterconnectLoaCommand";
|
|
174
|
+
import {
|
|
175
|
+
DescribeInterconnectsCommandInput,
|
|
176
|
+
DescribeInterconnectsCommandOutput,
|
|
177
|
+
} from "./commands/DescribeInterconnectsCommand";
|
|
178
|
+
import {
|
|
179
|
+
DescribeLagsCommandInput,
|
|
180
|
+
DescribeLagsCommandOutput,
|
|
181
|
+
} from "./commands/DescribeLagsCommand";
|
|
182
|
+
import {
|
|
183
|
+
DescribeLoaCommandInput,
|
|
184
|
+
DescribeLoaCommandOutput,
|
|
185
|
+
} from "./commands/DescribeLoaCommand";
|
|
186
|
+
import {
|
|
187
|
+
DescribeLocationsCommandInput,
|
|
188
|
+
DescribeLocationsCommandOutput,
|
|
189
|
+
} from "./commands/DescribeLocationsCommand";
|
|
190
|
+
import {
|
|
191
|
+
DescribeRouterConfigurationCommandInput,
|
|
192
|
+
DescribeRouterConfigurationCommandOutput,
|
|
193
|
+
} from "./commands/DescribeRouterConfigurationCommand";
|
|
194
|
+
import {
|
|
195
|
+
DescribeTagsCommandInput,
|
|
196
|
+
DescribeTagsCommandOutput,
|
|
197
|
+
} from "./commands/DescribeTagsCommand";
|
|
198
|
+
import {
|
|
199
|
+
DescribeVirtualGatewaysCommandInput,
|
|
200
|
+
DescribeVirtualGatewaysCommandOutput,
|
|
201
|
+
} from "./commands/DescribeVirtualGatewaysCommand";
|
|
202
|
+
import {
|
|
203
|
+
DescribeVirtualInterfacesCommandInput,
|
|
204
|
+
DescribeVirtualInterfacesCommandOutput,
|
|
205
|
+
} from "./commands/DescribeVirtualInterfacesCommand";
|
|
206
|
+
import {
|
|
207
|
+
DisassociateConnectionFromLagCommandInput,
|
|
208
|
+
DisassociateConnectionFromLagCommandOutput,
|
|
209
|
+
} from "./commands/DisassociateConnectionFromLagCommand";
|
|
210
|
+
import {
|
|
211
|
+
DisassociateMacSecKeyCommandInput,
|
|
212
|
+
DisassociateMacSecKeyCommandOutput,
|
|
213
|
+
} from "./commands/DisassociateMacSecKeyCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListVirtualInterfaceTestHistoryCommandInput,
|
|
216
|
+
ListVirtualInterfaceTestHistoryCommandOutput,
|
|
217
|
+
} from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
218
|
+
import {
|
|
219
|
+
StartBgpFailoverTestCommandInput,
|
|
220
|
+
StartBgpFailoverTestCommandOutput,
|
|
221
|
+
} from "./commands/StartBgpFailoverTestCommand";
|
|
222
|
+
import {
|
|
223
|
+
StopBgpFailoverTestCommandInput,
|
|
224
|
+
StopBgpFailoverTestCommandOutput,
|
|
225
|
+
} from "./commands/StopBgpFailoverTestCommand";
|
|
226
|
+
import {
|
|
227
|
+
TagResourceCommandInput,
|
|
228
|
+
TagResourceCommandOutput,
|
|
229
|
+
} from "./commands/TagResourceCommand";
|
|
230
|
+
import {
|
|
231
|
+
UntagResourceCommandInput,
|
|
232
|
+
UntagResourceCommandOutput,
|
|
233
|
+
} from "./commands/UntagResourceCommand";
|
|
234
|
+
import {
|
|
235
|
+
UpdateConnectionCommandInput,
|
|
236
|
+
UpdateConnectionCommandOutput,
|
|
237
|
+
} from "./commands/UpdateConnectionCommand";
|
|
238
|
+
import {
|
|
239
|
+
UpdateDirectConnectGatewayAssociationCommandInput,
|
|
240
|
+
UpdateDirectConnectGatewayAssociationCommandOutput,
|
|
241
|
+
} from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
242
|
+
import {
|
|
243
|
+
UpdateDirectConnectGatewayCommandInput,
|
|
244
|
+
UpdateDirectConnectGatewayCommandOutput,
|
|
245
|
+
} from "./commands/UpdateDirectConnectGatewayCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateLagCommandInput,
|
|
248
|
+
UpdateLagCommandOutput,
|
|
249
|
+
} from "./commands/UpdateLagCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateVirtualInterfaceAttributesCommandInput,
|
|
252
|
+
UpdateVirtualInterfaceAttributesCommandOutput,
|
|
253
|
+
} from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
254
|
+
import { DirectConnectClient } from "./DirectConnectClient";
|
|
255
|
+
|
|
256
|
+
export declare class DirectConnect extends DirectConnectClient {
|
|
257
|
+
acceptDirectConnectGatewayAssociationProposal(
|
|
258
|
+
args: AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
259
|
+
options?: __HttpHandlerOptions
|
|
260
|
+
): Promise<AcceptDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
261
|
+
acceptDirectConnectGatewayAssociationProposal(
|
|
262
|
+
args: AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
263
|
+
cb: (
|
|
264
|
+
err: any,
|
|
265
|
+
data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput
|
|
266
|
+
) => void
|
|
267
|
+
): void;
|
|
268
|
+
acceptDirectConnectGatewayAssociationProposal(
|
|
269
|
+
args: AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
270
|
+
options: __HttpHandlerOptions,
|
|
271
|
+
cb: (
|
|
272
|
+
err: any,
|
|
273
|
+
data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput
|
|
274
|
+
) => void
|
|
275
|
+
): void;
|
|
276
|
+
|
|
277
|
+
allocateConnectionOnInterconnect(
|
|
278
|
+
args: AllocateConnectionOnInterconnectCommandInput,
|
|
279
|
+
options?: __HttpHandlerOptions
|
|
280
|
+
): Promise<AllocateConnectionOnInterconnectCommandOutput>;
|
|
281
|
+
allocateConnectionOnInterconnect(
|
|
282
|
+
args: AllocateConnectionOnInterconnectCommandInput,
|
|
283
|
+
cb: (err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void
|
|
284
|
+
): void;
|
|
285
|
+
allocateConnectionOnInterconnect(
|
|
286
|
+
args: AllocateConnectionOnInterconnectCommandInput,
|
|
287
|
+
options: __HttpHandlerOptions,
|
|
288
|
+
cb: (err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
|
|
291
|
+
allocateHostedConnection(
|
|
292
|
+
args: AllocateHostedConnectionCommandInput,
|
|
293
|
+
options?: __HttpHandlerOptions
|
|
294
|
+
): Promise<AllocateHostedConnectionCommandOutput>;
|
|
295
|
+
allocateHostedConnection(
|
|
296
|
+
args: AllocateHostedConnectionCommandInput,
|
|
297
|
+
cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void
|
|
298
|
+
): void;
|
|
299
|
+
allocateHostedConnection(
|
|
300
|
+
args: AllocateHostedConnectionCommandInput,
|
|
301
|
+
options: __HttpHandlerOptions,
|
|
302
|
+
cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void
|
|
303
|
+
): void;
|
|
304
|
+
|
|
305
|
+
allocatePrivateVirtualInterface(
|
|
306
|
+
args: AllocatePrivateVirtualInterfaceCommandInput,
|
|
307
|
+
options?: __HttpHandlerOptions
|
|
308
|
+
): Promise<AllocatePrivateVirtualInterfaceCommandOutput>;
|
|
309
|
+
allocatePrivateVirtualInterface(
|
|
310
|
+
args: AllocatePrivateVirtualInterfaceCommandInput,
|
|
311
|
+
cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void
|
|
312
|
+
): void;
|
|
313
|
+
allocatePrivateVirtualInterface(
|
|
314
|
+
args: AllocatePrivateVirtualInterfaceCommandInput,
|
|
315
|
+
options: __HttpHandlerOptions,
|
|
316
|
+
cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void
|
|
317
|
+
): void;
|
|
318
|
+
|
|
319
|
+
allocatePublicVirtualInterface(
|
|
320
|
+
args: AllocatePublicVirtualInterfaceCommandInput,
|
|
321
|
+
options?: __HttpHandlerOptions
|
|
322
|
+
): Promise<AllocatePublicVirtualInterfaceCommandOutput>;
|
|
323
|
+
allocatePublicVirtualInterface(
|
|
324
|
+
args: AllocatePublicVirtualInterfaceCommandInput,
|
|
325
|
+
cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void
|
|
326
|
+
): void;
|
|
327
|
+
allocatePublicVirtualInterface(
|
|
328
|
+
args: AllocatePublicVirtualInterfaceCommandInput,
|
|
329
|
+
options: __HttpHandlerOptions,
|
|
330
|
+
cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void
|
|
331
|
+
): void;
|
|
332
|
+
|
|
333
|
+
allocateTransitVirtualInterface(
|
|
334
|
+
args: AllocateTransitVirtualInterfaceCommandInput,
|
|
335
|
+
options?: __HttpHandlerOptions
|
|
336
|
+
): Promise<AllocateTransitVirtualInterfaceCommandOutput>;
|
|
337
|
+
allocateTransitVirtualInterface(
|
|
338
|
+
args: AllocateTransitVirtualInterfaceCommandInput,
|
|
339
|
+
cb: (err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void
|
|
340
|
+
): void;
|
|
341
|
+
allocateTransitVirtualInterface(
|
|
342
|
+
args: AllocateTransitVirtualInterfaceCommandInput,
|
|
343
|
+
options: __HttpHandlerOptions,
|
|
344
|
+
cb: (err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void
|
|
345
|
+
): void;
|
|
346
|
+
|
|
347
|
+
associateConnectionWithLag(
|
|
348
|
+
args: AssociateConnectionWithLagCommandInput,
|
|
349
|
+
options?: __HttpHandlerOptions
|
|
350
|
+
): Promise<AssociateConnectionWithLagCommandOutput>;
|
|
351
|
+
associateConnectionWithLag(
|
|
352
|
+
args: AssociateConnectionWithLagCommandInput,
|
|
353
|
+
cb: (err: any, data?: AssociateConnectionWithLagCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
associateConnectionWithLag(
|
|
356
|
+
args: AssociateConnectionWithLagCommandInput,
|
|
357
|
+
options: __HttpHandlerOptions,
|
|
358
|
+
cb: (err: any, data?: AssociateConnectionWithLagCommandOutput) => void
|
|
359
|
+
): void;
|
|
360
|
+
|
|
361
|
+
associateHostedConnection(
|
|
362
|
+
args: AssociateHostedConnectionCommandInput,
|
|
363
|
+
options?: __HttpHandlerOptions
|
|
364
|
+
): Promise<AssociateHostedConnectionCommandOutput>;
|
|
365
|
+
associateHostedConnection(
|
|
366
|
+
args: AssociateHostedConnectionCommandInput,
|
|
367
|
+
cb: (err: any, data?: AssociateHostedConnectionCommandOutput) => void
|
|
368
|
+
): void;
|
|
369
|
+
associateHostedConnection(
|
|
370
|
+
args: AssociateHostedConnectionCommandInput,
|
|
371
|
+
options: __HttpHandlerOptions,
|
|
372
|
+
cb: (err: any, data?: AssociateHostedConnectionCommandOutput) => void
|
|
373
|
+
): void;
|
|
374
|
+
|
|
375
|
+
associateMacSecKey(
|
|
376
|
+
args: AssociateMacSecKeyCommandInput,
|
|
377
|
+
options?: __HttpHandlerOptions
|
|
378
|
+
): Promise<AssociateMacSecKeyCommandOutput>;
|
|
379
|
+
associateMacSecKey(
|
|
380
|
+
args: AssociateMacSecKeyCommandInput,
|
|
381
|
+
cb: (err: any, data?: AssociateMacSecKeyCommandOutput) => void
|
|
382
|
+
): void;
|
|
383
|
+
associateMacSecKey(
|
|
384
|
+
args: AssociateMacSecKeyCommandInput,
|
|
385
|
+
options: __HttpHandlerOptions,
|
|
386
|
+
cb: (err: any, data?: AssociateMacSecKeyCommandOutput) => void
|
|
387
|
+
): void;
|
|
388
|
+
|
|
389
|
+
associateVirtualInterface(
|
|
390
|
+
args: AssociateVirtualInterfaceCommandInput,
|
|
391
|
+
options?: __HttpHandlerOptions
|
|
392
|
+
): Promise<AssociateVirtualInterfaceCommandOutput>;
|
|
393
|
+
associateVirtualInterface(
|
|
394
|
+
args: AssociateVirtualInterfaceCommandInput,
|
|
395
|
+
cb: (err: any, data?: AssociateVirtualInterfaceCommandOutput) => void
|
|
396
|
+
): void;
|
|
397
|
+
associateVirtualInterface(
|
|
398
|
+
args: AssociateVirtualInterfaceCommandInput,
|
|
399
|
+
options: __HttpHandlerOptions,
|
|
400
|
+
cb: (err: any, data?: AssociateVirtualInterfaceCommandOutput) => void
|
|
401
|
+
): void;
|
|
402
|
+
|
|
403
|
+
confirmConnection(
|
|
404
|
+
args: ConfirmConnectionCommandInput,
|
|
405
|
+
options?: __HttpHandlerOptions
|
|
406
|
+
): Promise<ConfirmConnectionCommandOutput>;
|
|
407
|
+
confirmConnection(
|
|
408
|
+
args: ConfirmConnectionCommandInput,
|
|
409
|
+
cb: (err: any, data?: ConfirmConnectionCommandOutput) => void
|
|
410
|
+
): void;
|
|
411
|
+
confirmConnection(
|
|
412
|
+
args: ConfirmConnectionCommandInput,
|
|
413
|
+
options: __HttpHandlerOptions,
|
|
414
|
+
cb: (err: any, data?: ConfirmConnectionCommandOutput) => void
|
|
415
|
+
): void;
|
|
416
|
+
|
|
417
|
+
confirmCustomerAgreement(
|
|
418
|
+
args: ConfirmCustomerAgreementCommandInput,
|
|
419
|
+
options?: __HttpHandlerOptions
|
|
420
|
+
): Promise<ConfirmCustomerAgreementCommandOutput>;
|
|
421
|
+
confirmCustomerAgreement(
|
|
422
|
+
args: ConfirmCustomerAgreementCommandInput,
|
|
423
|
+
cb: (err: any, data?: ConfirmCustomerAgreementCommandOutput) => void
|
|
424
|
+
): void;
|
|
425
|
+
confirmCustomerAgreement(
|
|
426
|
+
args: ConfirmCustomerAgreementCommandInput,
|
|
427
|
+
options: __HttpHandlerOptions,
|
|
428
|
+
cb: (err: any, data?: ConfirmCustomerAgreementCommandOutput) => void
|
|
429
|
+
): void;
|
|
430
|
+
|
|
431
|
+
confirmPrivateVirtualInterface(
|
|
432
|
+
args: ConfirmPrivateVirtualInterfaceCommandInput,
|
|
433
|
+
options?: __HttpHandlerOptions
|
|
434
|
+
): Promise<ConfirmPrivateVirtualInterfaceCommandOutput>;
|
|
435
|
+
confirmPrivateVirtualInterface(
|
|
436
|
+
args: ConfirmPrivateVirtualInterfaceCommandInput,
|
|
437
|
+
cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void
|
|
438
|
+
): void;
|
|
439
|
+
confirmPrivateVirtualInterface(
|
|
440
|
+
args: ConfirmPrivateVirtualInterfaceCommandInput,
|
|
441
|
+
options: __HttpHandlerOptions,
|
|
442
|
+
cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void
|
|
443
|
+
): void;
|
|
444
|
+
|
|
445
|
+
confirmPublicVirtualInterface(
|
|
446
|
+
args: ConfirmPublicVirtualInterfaceCommandInput,
|
|
447
|
+
options?: __HttpHandlerOptions
|
|
448
|
+
): Promise<ConfirmPublicVirtualInterfaceCommandOutput>;
|
|
449
|
+
confirmPublicVirtualInterface(
|
|
450
|
+
args: ConfirmPublicVirtualInterfaceCommandInput,
|
|
451
|
+
cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void
|
|
452
|
+
): void;
|
|
453
|
+
confirmPublicVirtualInterface(
|
|
454
|
+
args: ConfirmPublicVirtualInterfaceCommandInput,
|
|
455
|
+
options: __HttpHandlerOptions,
|
|
456
|
+
cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void
|
|
457
|
+
): void;
|
|
458
|
+
|
|
459
|
+
confirmTransitVirtualInterface(
|
|
460
|
+
args: ConfirmTransitVirtualInterfaceCommandInput,
|
|
461
|
+
options?: __HttpHandlerOptions
|
|
462
|
+
): Promise<ConfirmTransitVirtualInterfaceCommandOutput>;
|
|
463
|
+
confirmTransitVirtualInterface(
|
|
464
|
+
args: ConfirmTransitVirtualInterfaceCommandInput,
|
|
465
|
+
cb: (err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
confirmTransitVirtualInterface(
|
|
468
|
+
args: ConfirmTransitVirtualInterfaceCommandInput,
|
|
469
|
+
options: __HttpHandlerOptions,
|
|
470
|
+
cb: (err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void
|
|
471
|
+
): void;
|
|
472
|
+
|
|
473
|
+
createBGPPeer(
|
|
474
|
+
args: CreateBGPPeerCommandInput,
|
|
475
|
+
options?: __HttpHandlerOptions
|
|
476
|
+
): Promise<CreateBGPPeerCommandOutput>;
|
|
477
|
+
createBGPPeer(
|
|
478
|
+
args: CreateBGPPeerCommandInput,
|
|
479
|
+
cb: (err: any, data?: CreateBGPPeerCommandOutput) => void
|
|
480
|
+
): void;
|
|
481
|
+
createBGPPeer(
|
|
482
|
+
args: CreateBGPPeerCommandInput,
|
|
483
|
+
options: __HttpHandlerOptions,
|
|
484
|
+
cb: (err: any, data?: CreateBGPPeerCommandOutput) => void
|
|
485
|
+
): void;
|
|
486
|
+
|
|
487
|
+
createConnection(
|
|
488
|
+
args: CreateConnectionCommandInput,
|
|
489
|
+
options?: __HttpHandlerOptions
|
|
490
|
+
): Promise<CreateConnectionCommandOutput>;
|
|
491
|
+
createConnection(
|
|
492
|
+
args: CreateConnectionCommandInput,
|
|
493
|
+
cb: (err: any, data?: CreateConnectionCommandOutput) => void
|
|
494
|
+
): void;
|
|
495
|
+
createConnection(
|
|
496
|
+
args: CreateConnectionCommandInput,
|
|
497
|
+
options: __HttpHandlerOptions,
|
|
498
|
+
cb: (err: any, data?: CreateConnectionCommandOutput) => void
|
|
499
|
+
): void;
|
|
500
|
+
|
|
501
|
+
createDirectConnectGateway(
|
|
502
|
+
args: CreateDirectConnectGatewayCommandInput,
|
|
503
|
+
options?: __HttpHandlerOptions
|
|
504
|
+
): Promise<CreateDirectConnectGatewayCommandOutput>;
|
|
505
|
+
createDirectConnectGateway(
|
|
506
|
+
args: CreateDirectConnectGatewayCommandInput,
|
|
507
|
+
cb: (err: any, data?: CreateDirectConnectGatewayCommandOutput) => void
|
|
508
|
+
): void;
|
|
509
|
+
createDirectConnectGateway(
|
|
510
|
+
args: CreateDirectConnectGatewayCommandInput,
|
|
511
|
+
options: __HttpHandlerOptions,
|
|
512
|
+
cb: (err: any, data?: CreateDirectConnectGatewayCommandOutput) => void
|
|
513
|
+
): void;
|
|
514
|
+
|
|
515
|
+
createDirectConnectGatewayAssociation(
|
|
516
|
+
args: CreateDirectConnectGatewayAssociationCommandInput,
|
|
517
|
+
options?: __HttpHandlerOptions
|
|
518
|
+
): Promise<CreateDirectConnectGatewayAssociationCommandOutput>;
|
|
519
|
+
createDirectConnectGatewayAssociation(
|
|
520
|
+
args: CreateDirectConnectGatewayAssociationCommandInput,
|
|
521
|
+
cb: (
|
|
522
|
+
err: any,
|
|
523
|
+
data?: CreateDirectConnectGatewayAssociationCommandOutput
|
|
524
|
+
) => void
|
|
525
|
+
): void;
|
|
526
|
+
createDirectConnectGatewayAssociation(
|
|
527
|
+
args: CreateDirectConnectGatewayAssociationCommandInput,
|
|
528
|
+
options: __HttpHandlerOptions,
|
|
529
|
+
cb: (
|
|
530
|
+
err: any,
|
|
531
|
+
data?: CreateDirectConnectGatewayAssociationCommandOutput
|
|
532
|
+
) => void
|
|
533
|
+
): void;
|
|
534
|
+
|
|
535
|
+
createDirectConnectGatewayAssociationProposal(
|
|
536
|
+
args: CreateDirectConnectGatewayAssociationProposalCommandInput,
|
|
537
|
+
options?: __HttpHandlerOptions
|
|
538
|
+
): Promise<CreateDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
539
|
+
createDirectConnectGatewayAssociationProposal(
|
|
540
|
+
args: CreateDirectConnectGatewayAssociationProposalCommandInput,
|
|
541
|
+
cb: (
|
|
542
|
+
err: any,
|
|
543
|
+
data?: CreateDirectConnectGatewayAssociationProposalCommandOutput
|
|
544
|
+
) => void
|
|
545
|
+
): void;
|
|
546
|
+
createDirectConnectGatewayAssociationProposal(
|
|
547
|
+
args: CreateDirectConnectGatewayAssociationProposalCommandInput,
|
|
548
|
+
options: __HttpHandlerOptions,
|
|
549
|
+
cb: (
|
|
550
|
+
err: any,
|
|
551
|
+
data?: CreateDirectConnectGatewayAssociationProposalCommandOutput
|
|
552
|
+
) => void
|
|
553
|
+
): void;
|
|
554
|
+
|
|
555
|
+
createInterconnect(
|
|
556
|
+
args: CreateInterconnectCommandInput,
|
|
557
|
+
options?: __HttpHandlerOptions
|
|
558
|
+
): Promise<CreateInterconnectCommandOutput>;
|
|
559
|
+
createInterconnect(
|
|
560
|
+
args: CreateInterconnectCommandInput,
|
|
561
|
+
cb: (err: any, data?: CreateInterconnectCommandOutput) => void
|
|
562
|
+
): void;
|
|
563
|
+
createInterconnect(
|
|
564
|
+
args: CreateInterconnectCommandInput,
|
|
565
|
+
options: __HttpHandlerOptions,
|
|
566
|
+
cb: (err: any, data?: CreateInterconnectCommandOutput) => void
|
|
567
|
+
): void;
|
|
568
|
+
|
|
569
|
+
createLag(
|
|
570
|
+
args: CreateLagCommandInput,
|
|
571
|
+
options?: __HttpHandlerOptions
|
|
572
|
+
): Promise<CreateLagCommandOutput>;
|
|
573
|
+
createLag(
|
|
574
|
+
args: CreateLagCommandInput,
|
|
575
|
+
cb: (err: any, data?: CreateLagCommandOutput) => void
|
|
576
|
+
): void;
|
|
577
|
+
createLag(
|
|
578
|
+
args: CreateLagCommandInput,
|
|
579
|
+
options: __HttpHandlerOptions,
|
|
580
|
+
cb: (err: any, data?: CreateLagCommandOutput) => void
|
|
581
|
+
): void;
|
|
582
|
+
|
|
583
|
+
createPrivateVirtualInterface(
|
|
584
|
+
args: CreatePrivateVirtualInterfaceCommandInput,
|
|
585
|
+
options?: __HttpHandlerOptions
|
|
586
|
+
): Promise<CreatePrivateVirtualInterfaceCommandOutput>;
|
|
587
|
+
createPrivateVirtualInterface(
|
|
588
|
+
args: CreatePrivateVirtualInterfaceCommandInput,
|
|
589
|
+
cb: (err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void
|
|
590
|
+
): void;
|
|
591
|
+
createPrivateVirtualInterface(
|
|
592
|
+
args: CreatePrivateVirtualInterfaceCommandInput,
|
|
593
|
+
options: __HttpHandlerOptions,
|
|
594
|
+
cb: (err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void
|
|
595
|
+
): void;
|
|
596
|
+
|
|
597
|
+
createPublicVirtualInterface(
|
|
598
|
+
args: CreatePublicVirtualInterfaceCommandInput,
|
|
599
|
+
options?: __HttpHandlerOptions
|
|
600
|
+
): Promise<CreatePublicVirtualInterfaceCommandOutput>;
|
|
601
|
+
createPublicVirtualInterface(
|
|
602
|
+
args: CreatePublicVirtualInterfaceCommandInput,
|
|
603
|
+
cb: (err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void
|
|
604
|
+
): void;
|
|
605
|
+
createPublicVirtualInterface(
|
|
606
|
+
args: CreatePublicVirtualInterfaceCommandInput,
|
|
607
|
+
options: __HttpHandlerOptions,
|
|
608
|
+
cb: (err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void
|
|
609
|
+
): void;
|
|
610
|
+
|
|
611
|
+
createTransitVirtualInterface(
|
|
612
|
+
args: CreateTransitVirtualInterfaceCommandInput,
|
|
613
|
+
options?: __HttpHandlerOptions
|
|
614
|
+
): Promise<CreateTransitVirtualInterfaceCommandOutput>;
|
|
615
|
+
createTransitVirtualInterface(
|
|
616
|
+
args: CreateTransitVirtualInterfaceCommandInput,
|
|
617
|
+
cb: (err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void
|
|
618
|
+
): void;
|
|
619
|
+
createTransitVirtualInterface(
|
|
620
|
+
args: CreateTransitVirtualInterfaceCommandInput,
|
|
621
|
+
options: __HttpHandlerOptions,
|
|
622
|
+
cb: (err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void
|
|
623
|
+
): void;
|
|
624
|
+
|
|
625
|
+
deleteBGPPeer(
|
|
626
|
+
args: DeleteBGPPeerCommandInput,
|
|
627
|
+
options?: __HttpHandlerOptions
|
|
628
|
+
): Promise<DeleteBGPPeerCommandOutput>;
|
|
629
|
+
deleteBGPPeer(
|
|
630
|
+
args: DeleteBGPPeerCommandInput,
|
|
631
|
+
cb: (err: any, data?: DeleteBGPPeerCommandOutput) => void
|
|
632
|
+
): void;
|
|
633
|
+
deleteBGPPeer(
|
|
634
|
+
args: DeleteBGPPeerCommandInput,
|
|
635
|
+
options: __HttpHandlerOptions,
|
|
636
|
+
cb: (err: any, data?: DeleteBGPPeerCommandOutput) => void
|
|
637
|
+
): void;
|
|
638
|
+
|
|
639
|
+
deleteConnection(
|
|
640
|
+
args: DeleteConnectionCommandInput,
|
|
641
|
+
options?: __HttpHandlerOptions
|
|
642
|
+
): Promise<DeleteConnectionCommandOutput>;
|
|
643
|
+
deleteConnection(
|
|
644
|
+
args: DeleteConnectionCommandInput,
|
|
645
|
+
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
deleteConnection(
|
|
648
|
+
args: DeleteConnectionCommandInput,
|
|
649
|
+
options: __HttpHandlerOptions,
|
|
650
|
+
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
651
|
+
): void;
|
|
652
|
+
|
|
653
|
+
deleteDirectConnectGateway(
|
|
654
|
+
args: DeleteDirectConnectGatewayCommandInput,
|
|
655
|
+
options?: __HttpHandlerOptions
|
|
656
|
+
): Promise<DeleteDirectConnectGatewayCommandOutput>;
|
|
657
|
+
deleteDirectConnectGateway(
|
|
658
|
+
args: DeleteDirectConnectGatewayCommandInput,
|
|
659
|
+
cb: (err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void
|
|
660
|
+
): void;
|
|
661
|
+
deleteDirectConnectGateway(
|
|
662
|
+
args: DeleteDirectConnectGatewayCommandInput,
|
|
663
|
+
options: __HttpHandlerOptions,
|
|
664
|
+
cb: (err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
|
|
667
|
+
deleteDirectConnectGatewayAssociation(
|
|
668
|
+
args: DeleteDirectConnectGatewayAssociationCommandInput,
|
|
669
|
+
options?: __HttpHandlerOptions
|
|
670
|
+
): Promise<DeleteDirectConnectGatewayAssociationCommandOutput>;
|
|
671
|
+
deleteDirectConnectGatewayAssociation(
|
|
672
|
+
args: DeleteDirectConnectGatewayAssociationCommandInput,
|
|
673
|
+
cb: (
|
|
674
|
+
err: any,
|
|
675
|
+
data?: DeleteDirectConnectGatewayAssociationCommandOutput
|
|
676
|
+
) => void
|
|
677
|
+
): void;
|
|
678
|
+
deleteDirectConnectGatewayAssociation(
|
|
679
|
+
args: DeleteDirectConnectGatewayAssociationCommandInput,
|
|
680
|
+
options: __HttpHandlerOptions,
|
|
681
|
+
cb: (
|
|
682
|
+
err: any,
|
|
683
|
+
data?: DeleteDirectConnectGatewayAssociationCommandOutput
|
|
684
|
+
) => void
|
|
685
|
+
): void;
|
|
686
|
+
|
|
687
|
+
deleteDirectConnectGatewayAssociationProposal(
|
|
688
|
+
args: DeleteDirectConnectGatewayAssociationProposalCommandInput,
|
|
689
|
+
options?: __HttpHandlerOptions
|
|
690
|
+
): Promise<DeleteDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
691
|
+
deleteDirectConnectGatewayAssociationProposal(
|
|
692
|
+
args: DeleteDirectConnectGatewayAssociationProposalCommandInput,
|
|
693
|
+
cb: (
|
|
694
|
+
err: any,
|
|
695
|
+
data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput
|
|
696
|
+
) => void
|
|
697
|
+
): void;
|
|
698
|
+
deleteDirectConnectGatewayAssociationProposal(
|
|
699
|
+
args: DeleteDirectConnectGatewayAssociationProposalCommandInput,
|
|
700
|
+
options: __HttpHandlerOptions,
|
|
701
|
+
cb: (
|
|
702
|
+
err: any,
|
|
703
|
+
data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput
|
|
704
|
+
) => void
|
|
705
|
+
): void;
|
|
706
|
+
|
|
707
|
+
deleteInterconnect(
|
|
708
|
+
args: DeleteInterconnectCommandInput,
|
|
709
|
+
options?: __HttpHandlerOptions
|
|
710
|
+
): Promise<DeleteInterconnectCommandOutput>;
|
|
711
|
+
deleteInterconnect(
|
|
712
|
+
args: DeleteInterconnectCommandInput,
|
|
713
|
+
cb: (err: any, data?: DeleteInterconnectCommandOutput) => void
|
|
714
|
+
): void;
|
|
715
|
+
deleteInterconnect(
|
|
716
|
+
args: DeleteInterconnectCommandInput,
|
|
717
|
+
options: __HttpHandlerOptions,
|
|
718
|
+
cb: (err: any, data?: DeleteInterconnectCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
|
|
721
|
+
deleteLag(
|
|
722
|
+
args: DeleteLagCommandInput,
|
|
723
|
+
options?: __HttpHandlerOptions
|
|
724
|
+
): Promise<DeleteLagCommandOutput>;
|
|
725
|
+
deleteLag(
|
|
726
|
+
args: DeleteLagCommandInput,
|
|
727
|
+
cb: (err: any, data?: DeleteLagCommandOutput) => void
|
|
728
|
+
): void;
|
|
729
|
+
deleteLag(
|
|
730
|
+
args: DeleteLagCommandInput,
|
|
731
|
+
options: __HttpHandlerOptions,
|
|
732
|
+
cb: (err: any, data?: DeleteLagCommandOutput) => void
|
|
733
|
+
): void;
|
|
734
|
+
|
|
735
|
+
deleteVirtualInterface(
|
|
736
|
+
args: DeleteVirtualInterfaceCommandInput,
|
|
737
|
+
options?: __HttpHandlerOptions
|
|
738
|
+
): Promise<DeleteVirtualInterfaceCommandOutput>;
|
|
739
|
+
deleteVirtualInterface(
|
|
740
|
+
args: DeleteVirtualInterfaceCommandInput,
|
|
741
|
+
cb: (err: any, data?: DeleteVirtualInterfaceCommandOutput) => void
|
|
742
|
+
): void;
|
|
743
|
+
deleteVirtualInterface(
|
|
744
|
+
args: DeleteVirtualInterfaceCommandInput,
|
|
745
|
+
options: __HttpHandlerOptions,
|
|
746
|
+
cb: (err: any, data?: DeleteVirtualInterfaceCommandOutput) => void
|
|
747
|
+
): void;
|
|
748
|
+
|
|
749
|
+
describeConnectionLoa(
|
|
750
|
+
args: DescribeConnectionLoaCommandInput,
|
|
751
|
+
options?: __HttpHandlerOptions
|
|
752
|
+
): Promise<DescribeConnectionLoaCommandOutput>;
|
|
753
|
+
describeConnectionLoa(
|
|
754
|
+
args: DescribeConnectionLoaCommandInput,
|
|
755
|
+
cb: (err: any, data?: DescribeConnectionLoaCommandOutput) => void
|
|
756
|
+
): void;
|
|
757
|
+
describeConnectionLoa(
|
|
758
|
+
args: DescribeConnectionLoaCommandInput,
|
|
759
|
+
options: __HttpHandlerOptions,
|
|
760
|
+
cb: (err: any, data?: DescribeConnectionLoaCommandOutput) => void
|
|
761
|
+
): void;
|
|
762
|
+
|
|
763
|
+
describeConnections(
|
|
764
|
+
args: DescribeConnectionsCommandInput,
|
|
765
|
+
options?: __HttpHandlerOptions
|
|
766
|
+
): Promise<DescribeConnectionsCommandOutput>;
|
|
767
|
+
describeConnections(
|
|
768
|
+
args: DescribeConnectionsCommandInput,
|
|
769
|
+
cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
|
|
770
|
+
): void;
|
|
771
|
+
describeConnections(
|
|
772
|
+
args: DescribeConnectionsCommandInput,
|
|
773
|
+
options: __HttpHandlerOptions,
|
|
774
|
+
cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
|
|
775
|
+
): void;
|
|
776
|
+
|
|
777
|
+
describeConnectionsOnInterconnect(
|
|
778
|
+
args: DescribeConnectionsOnInterconnectCommandInput,
|
|
779
|
+
options?: __HttpHandlerOptions
|
|
780
|
+
): Promise<DescribeConnectionsOnInterconnectCommandOutput>;
|
|
781
|
+
describeConnectionsOnInterconnect(
|
|
782
|
+
args: DescribeConnectionsOnInterconnectCommandInput,
|
|
783
|
+
cb: (
|
|
784
|
+
err: any,
|
|
785
|
+
data?: DescribeConnectionsOnInterconnectCommandOutput
|
|
786
|
+
) => void
|
|
787
|
+
): void;
|
|
788
|
+
describeConnectionsOnInterconnect(
|
|
789
|
+
args: DescribeConnectionsOnInterconnectCommandInput,
|
|
790
|
+
options: __HttpHandlerOptions,
|
|
791
|
+
cb: (
|
|
792
|
+
err: any,
|
|
793
|
+
data?: DescribeConnectionsOnInterconnectCommandOutput
|
|
794
|
+
) => void
|
|
795
|
+
): void;
|
|
796
|
+
|
|
797
|
+
describeCustomerMetadata(
|
|
798
|
+
args: DescribeCustomerMetadataCommandInput,
|
|
799
|
+
options?: __HttpHandlerOptions
|
|
800
|
+
): Promise<DescribeCustomerMetadataCommandOutput>;
|
|
801
|
+
describeCustomerMetadata(
|
|
802
|
+
args: DescribeCustomerMetadataCommandInput,
|
|
803
|
+
cb: (err: any, data?: DescribeCustomerMetadataCommandOutput) => void
|
|
804
|
+
): void;
|
|
805
|
+
describeCustomerMetadata(
|
|
806
|
+
args: DescribeCustomerMetadataCommandInput,
|
|
807
|
+
options: __HttpHandlerOptions,
|
|
808
|
+
cb: (err: any, data?: DescribeCustomerMetadataCommandOutput) => void
|
|
809
|
+
): void;
|
|
810
|
+
|
|
811
|
+
describeDirectConnectGatewayAssociationProposals(
|
|
812
|
+
args: DescribeDirectConnectGatewayAssociationProposalsCommandInput,
|
|
813
|
+
options?: __HttpHandlerOptions
|
|
814
|
+
): Promise<DescribeDirectConnectGatewayAssociationProposalsCommandOutput>;
|
|
815
|
+
describeDirectConnectGatewayAssociationProposals(
|
|
816
|
+
args: DescribeDirectConnectGatewayAssociationProposalsCommandInput,
|
|
817
|
+
cb: (
|
|
818
|
+
err: any,
|
|
819
|
+
data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput
|
|
820
|
+
) => void
|
|
821
|
+
): void;
|
|
822
|
+
describeDirectConnectGatewayAssociationProposals(
|
|
823
|
+
args: DescribeDirectConnectGatewayAssociationProposalsCommandInput,
|
|
824
|
+
options: __HttpHandlerOptions,
|
|
825
|
+
cb: (
|
|
826
|
+
err: any,
|
|
827
|
+
data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput
|
|
828
|
+
) => void
|
|
829
|
+
): void;
|
|
830
|
+
|
|
831
|
+
describeDirectConnectGatewayAssociations(
|
|
832
|
+
args: DescribeDirectConnectGatewayAssociationsCommandInput,
|
|
833
|
+
options?: __HttpHandlerOptions
|
|
834
|
+
): Promise<DescribeDirectConnectGatewayAssociationsCommandOutput>;
|
|
835
|
+
describeDirectConnectGatewayAssociations(
|
|
836
|
+
args: DescribeDirectConnectGatewayAssociationsCommandInput,
|
|
837
|
+
cb: (
|
|
838
|
+
err: any,
|
|
839
|
+
data?: DescribeDirectConnectGatewayAssociationsCommandOutput
|
|
840
|
+
) => void
|
|
841
|
+
): void;
|
|
842
|
+
describeDirectConnectGatewayAssociations(
|
|
843
|
+
args: DescribeDirectConnectGatewayAssociationsCommandInput,
|
|
844
|
+
options: __HttpHandlerOptions,
|
|
845
|
+
cb: (
|
|
846
|
+
err: any,
|
|
847
|
+
data?: DescribeDirectConnectGatewayAssociationsCommandOutput
|
|
848
|
+
) => void
|
|
849
|
+
): void;
|
|
850
|
+
|
|
851
|
+
describeDirectConnectGatewayAttachments(
|
|
852
|
+
args: DescribeDirectConnectGatewayAttachmentsCommandInput,
|
|
853
|
+
options?: __HttpHandlerOptions
|
|
854
|
+
): Promise<DescribeDirectConnectGatewayAttachmentsCommandOutput>;
|
|
855
|
+
describeDirectConnectGatewayAttachments(
|
|
856
|
+
args: DescribeDirectConnectGatewayAttachmentsCommandInput,
|
|
857
|
+
cb: (
|
|
858
|
+
err: any,
|
|
859
|
+
data?: DescribeDirectConnectGatewayAttachmentsCommandOutput
|
|
860
|
+
) => void
|
|
861
|
+
): void;
|
|
862
|
+
describeDirectConnectGatewayAttachments(
|
|
863
|
+
args: DescribeDirectConnectGatewayAttachmentsCommandInput,
|
|
864
|
+
options: __HttpHandlerOptions,
|
|
865
|
+
cb: (
|
|
866
|
+
err: any,
|
|
867
|
+
data?: DescribeDirectConnectGatewayAttachmentsCommandOutput
|
|
868
|
+
) => void
|
|
869
|
+
): void;
|
|
870
|
+
|
|
871
|
+
describeDirectConnectGateways(
|
|
872
|
+
args: DescribeDirectConnectGatewaysCommandInput,
|
|
873
|
+
options?: __HttpHandlerOptions
|
|
874
|
+
): Promise<DescribeDirectConnectGatewaysCommandOutput>;
|
|
875
|
+
describeDirectConnectGateways(
|
|
876
|
+
args: DescribeDirectConnectGatewaysCommandInput,
|
|
877
|
+
cb: (err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void
|
|
878
|
+
): void;
|
|
879
|
+
describeDirectConnectGateways(
|
|
880
|
+
args: DescribeDirectConnectGatewaysCommandInput,
|
|
881
|
+
options: __HttpHandlerOptions,
|
|
882
|
+
cb: (err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void
|
|
883
|
+
): void;
|
|
884
|
+
|
|
885
|
+
describeHostedConnections(
|
|
886
|
+
args: DescribeHostedConnectionsCommandInput,
|
|
887
|
+
options?: __HttpHandlerOptions
|
|
888
|
+
): Promise<DescribeHostedConnectionsCommandOutput>;
|
|
889
|
+
describeHostedConnections(
|
|
890
|
+
args: DescribeHostedConnectionsCommandInput,
|
|
891
|
+
cb: (err: any, data?: DescribeHostedConnectionsCommandOutput) => void
|
|
892
|
+
): void;
|
|
893
|
+
describeHostedConnections(
|
|
894
|
+
args: DescribeHostedConnectionsCommandInput,
|
|
895
|
+
options: __HttpHandlerOptions,
|
|
896
|
+
cb: (err: any, data?: DescribeHostedConnectionsCommandOutput) => void
|
|
897
|
+
): void;
|
|
898
|
+
|
|
899
|
+
describeInterconnectLoa(
|
|
900
|
+
args: DescribeInterconnectLoaCommandInput,
|
|
901
|
+
options?: __HttpHandlerOptions
|
|
902
|
+
): Promise<DescribeInterconnectLoaCommandOutput>;
|
|
903
|
+
describeInterconnectLoa(
|
|
904
|
+
args: DescribeInterconnectLoaCommandInput,
|
|
905
|
+
cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void
|
|
906
|
+
): void;
|
|
907
|
+
describeInterconnectLoa(
|
|
908
|
+
args: DescribeInterconnectLoaCommandInput,
|
|
909
|
+
options: __HttpHandlerOptions,
|
|
910
|
+
cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void
|
|
911
|
+
): void;
|
|
912
|
+
|
|
913
|
+
describeInterconnects(
|
|
914
|
+
args: DescribeInterconnectsCommandInput,
|
|
915
|
+
options?: __HttpHandlerOptions
|
|
916
|
+
): Promise<DescribeInterconnectsCommandOutput>;
|
|
917
|
+
describeInterconnects(
|
|
918
|
+
args: DescribeInterconnectsCommandInput,
|
|
919
|
+
cb: (err: any, data?: DescribeInterconnectsCommandOutput) => void
|
|
920
|
+
): void;
|
|
921
|
+
describeInterconnects(
|
|
922
|
+
args: DescribeInterconnectsCommandInput,
|
|
923
|
+
options: __HttpHandlerOptions,
|
|
924
|
+
cb: (err: any, data?: DescribeInterconnectsCommandOutput) => void
|
|
925
|
+
): void;
|
|
926
|
+
|
|
927
|
+
describeLags(
|
|
928
|
+
args: DescribeLagsCommandInput,
|
|
929
|
+
options?: __HttpHandlerOptions
|
|
930
|
+
): Promise<DescribeLagsCommandOutput>;
|
|
931
|
+
describeLags(
|
|
932
|
+
args: DescribeLagsCommandInput,
|
|
933
|
+
cb: (err: any, data?: DescribeLagsCommandOutput) => void
|
|
934
|
+
): void;
|
|
935
|
+
describeLags(
|
|
936
|
+
args: DescribeLagsCommandInput,
|
|
937
|
+
options: __HttpHandlerOptions,
|
|
938
|
+
cb: (err: any, data?: DescribeLagsCommandOutput) => void
|
|
939
|
+
): void;
|
|
940
|
+
|
|
941
|
+
describeLoa(
|
|
942
|
+
args: DescribeLoaCommandInput,
|
|
943
|
+
options?: __HttpHandlerOptions
|
|
944
|
+
): Promise<DescribeLoaCommandOutput>;
|
|
945
|
+
describeLoa(
|
|
946
|
+
args: DescribeLoaCommandInput,
|
|
947
|
+
cb: (err: any, data?: DescribeLoaCommandOutput) => void
|
|
948
|
+
): void;
|
|
949
|
+
describeLoa(
|
|
950
|
+
args: DescribeLoaCommandInput,
|
|
951
|
+
options: __HttpHandlerOptions,
|
|
952
|
+
cb: (err: any, data?: DescribeLoaCommandOutput) => void
|
|
953
|
+
): void;
|
|
954
|
+
|
|
955
|
+
describeLocations(
|
|
956
|
+
args: DescribeLocationsCommandInput,
|
|
957
|
+
options?: __HttpHandlerOptions
|
|
958
|
+
): Promise<DescribeLocationsCommandOutput>;
|
|
959
|
+
describeLocations(
|
|
960
|
+
args: DescribeLocationsCommandInput,
|
|
961
|
+
cb: (err: any, data?: DescribeLocationsCommandOutput) => void
|
|
962
|
+
): void;
|
|
963
|
+
describeLocations(
|
|
964
|
+
args: DescribeLocationsCommandInput,
|
|
965
|
+
options: __HttpHandlerOptions,
|
|
966
|
+
cb: (err: any, data?: DescribeLocationsCommandOutput) => void
|
|
967
|
+
): void;
|
|
968
|
+
|
|
969
|
+
describeRouterConfiguration(
|
|
970
|
+
args: DescribeRouterConfigurationCommandInput,
|
|
971
|
+
options?: __HttpHandlerOptions
|
|
972
|
+
): Promise<DescribeRouterConfigurationCommandOutput>;
|
|
973
|
+
describeRouterConfiguration(
|
|
974
|
+
args: DescribeRouterConfigurationCommandInput,
|
|
975
|
+
cb: (err: any, data?: DescribeRouterConfigurationCommandOutput) => void
|
|
976
|
+
): void;
|
|
977
|
+
describeRouterConfiguration(
|
|
978
|
+
args: DescribeRouterConfigurationCommandInput,
|
|
979
|
+
options: __HttpHandlerOptions,
|
|
980
|
+
cb: (err: any, data?: DescribeRouterConfigurationCommandOutput) => void
|
|
981
|
+
): void;
|
|
982
|
+
|
|
983
|
+
describeTags(
|
|
984
|
+
args: DescribeTagsCommandInput,
|
|
985
|
+
options?: __HttpHandlerOptions
|
|
986
|
+
): Promise<DescribeTagsCommandOutput>;
|
|
987
|
+
describeTags(
|
|
988
|
+
args: DescribeTagsCommandInput,
|
|
989
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
990
|
+
): void;
|
|
991
|
+
describeTags(
|
|
992
|
+
args: DescribeTagsCommandInput,
|
|
993
|
+
options: __HttpHandlerOptions,
|
|
994
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
995
|
+
): void;
|
|
996
|
+
|
|
997
|
+
describeVirtualGateways(
|
|
998
|
+
args: DescribeVirtualGatewaysCommandInput,
|
|
999
|
+
options?: __HttpHandlerOptions
|
|
1000
|
+
): Promise<DescribeVirtualGatewaysCommandOutput>;
|
|
1001
|
+
describeVirtualGateways(
|
|
1002
|
+
args: DescribeVirtualGatewaysCommandInput,
|
|
1003
|
+
cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void
|
|
1004
|
+
): void;
|
|
1005
|
+
describeVirtualGateways(
|
|
1006
|
+
args: DescribeVirtualGatewaysCommandInput,
|
|
1007
|
+
options: __HttpHandlerOptions,
|
|
1008
|
+
cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void
|
|
1009
|
+
): void;
|
|
1010
|
+
|
|
1011
|
+
describeVirtualInterfaces(
|
|
1012
|
+
args: DescribeVirtualInterfacesCommandInput,
|
|
1013
|
+
options?: __HttpHandlerOptions
|
|
1014
|
+
): Promise<DescribeVirtualInterfacesCommandOutput>;
|
|
1015
|
+
describeVirtualInterfaces(
|
|
1016
|
+
args: DescribeVirtualInterfacesCommandInput,
|
|
1017
|
+
cb: (err: any, data?: DescribeVirtualInterfacesCommandOutput) => void
|
|
1018
|
+
): void;
|
|
1019
|
+
describeVirtualInterfaces(
|
|
1020
|
+
args: DescribeVirtualInterfacesCommandInput,
|
|
1021
|
+
options: __HttpHandlerOptions,
|
|
1022
|
+
cb: (err: any, data?: DescribeVirtualInterfacesCommandOutput) => void
|
|
1023
|
+
): void;
|
|
1024
|
+
|
|
1025
|
+
disassociateConnectionFromLag(
|
|
1026
|
+
args: DisassociateConnectionFromLagCommandInput,
|
|
1027
|
+
options?: __HttpHandlerOptions
|
|
1028
|
+
): Promise<DisassociateConnectionFromLagCommandOutput>;
|
|
1029
|
+
disassociateConnectionFromLag(
|
|
1030
|
+
args: DisassociateConnectionFromLagCommandInput,
|
|
1031
|
+
cb: (err: any, data?: DisassociateConnectionFromLagCommandOutput) => void
|
|
1032
|
+
): void;
|
|
1033
|
+
disassociateConnectionFromLag(
|
|
1034
|
+
args: DisassociateConnectionFromLagCommandInput,
|
|
1035
|
+
options: __HttpHandlerOptions,
|
|
1036
|
+
cb: (err: any, data?: DisassociateConnectionFromLagCommandOutput) => void
|
|
1037
|
+
): void;
|
|
1038
|
+
|
|
1039
|
+
disassociateMacSecKey(
|
|
1040
|
+
args: DisassociateMacSecKeyCommandInput,
|
|
1041
|
+
options?: __HttpHandlerOptions
|
|
1042
|
+
): Promise<DisassociateMacSecKeyCommandOutput>;
|
|
1043
|
+
disassociateMacSecKey(
|
|
1044
|
+
args: DisassociateMacSecKeyCommandInput,
|
|
1045
|
+
cb: (err: any, data?: DisassociateMacSecKeyCommandOutput) => void
|
|
1046
|
+
): void;
|
|
1047
|
+
disassociateMacSecKey(
|
|
1048
|
+
args: DisassociateMacSecKeyCommandInput,
|
|
1049
|
+
options: __HttpHandlerOptions,
|
|
1050
|
+
cb: (err: any, data?: DisassociateMacSecKeyCommandOutput) => void
|
|
1051
|
+
): void;
|
|
1052
|
+
|
|
1053
|
+
listVirtualInterfaceTestHistory(
|
|
1054
|
+
args: ListVirtualInterfaceTestHistoryCommandInput,
|
|
1055
|
+
options?: __HttpHandlerOptions
|
|
1056
|
+
): Promise<ListVirtualInterfaceTestHistoryCommandOutput>;
|
|
1057
|
+
listVirtualInterfaceTestHistory(
|
|
1058
|
+
args: ListVirtualInterfaceTestHistoryCommandInput,
|
|
1059
|
+
cb: (err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void
|
|
1060
|
+
): void;
|
|
1061
|
+
listVirtualInterfaceTestHistory(
|
|
1062
|
+
args: ListVirtualInterfaceTestHistoryCommandInput,
|
|
1063
|
+
options: __HttpHandlerOptions,
|
|
1064
|
+
cb: (err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void
|
|
1065
|
+
): void;
|
|
1066
|
+
|
|
1067
|
+
startBgpFailoverTest(
|
|
1068
|
+
args: StartBgpFailoverTestCommandInput,
|
|
1069
|
+
options?: __HttpHandlerOptions
|
|
1070
|
+
): Promise<StartBgpFailoverTestCommandOutput>;
|
|
1071
|
+
startBgpFailoverTest(
|
|
1072
|
+
args: StartBgpFailoverTestCommandInput,
|
|
1073
|
+
cb: (err: any, data?: StartBgpFailoverTestCommandOutput) => void
|
|
1074
|
+
): void;
|
|
1075
|
+
startBgpFailoverTest(
|
|
1076
|
+
args: StartBgpFailoverTestCommandInput,
|
|
1077
|
+
options: __HttpHandlerOptions,
|
|
1078
|
+
cb: (err: any, data?: StartBgpFailoverTestCommandOutput) => void
|
|
1079
|
+
): void;
|
|
1080
|
+
|
|
1081
|
+
stopBgpFailoverTest(
|
|
1082
|
+
args: StopBgpFailoverTestCommandInput,
|
|
1083
|
+
options?: __HttpHandlerOptions
|
|
1084
|
+
): Promise<StopBgpFailoverTestCommandOutput>;
|
|
1085
|
+
stopBgpFailoverTest(
|
|
1086
|
+
args: StopBgpFailoverTestCommandInput,
|
|
1087
|
+
cb: (err: any, data?: StopBgpFailoverTestCommandOutput) => void
|
|
1088
|
+
): void;
|
|
1089
|
+
stopBgpFailoverTest(
|
|
1090
|
+
args: StopBgpFailoverTestCommandInput,
|
|
1091
|
+
options: __HttpHandlerOptions,
|
|
1092
|
+
cb: (err: any, data?: StopBgpFailoverTestCommandOutput) => void
|
|
1093
|
+
): void;
|
|
1094
|
+
|
|
1095
|
+
tagResource(
|
|
1096
|
+
args: TagResourceCommandInput,
|
|
1097
|
+
options?: __HttpHandlerOptions
|
|
1098
|
+
): Promise<TagResourceCommandOutput>;
|
|
1099
|
+
tagResource(
|
|
1100
|
+
args: TagResourceCommandInput,
|
|
1101
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1102
|
+
): void;
|
|
1103
|
+
tagResource(
|
|
1104
|
+
args: TagResourceCommandInput,
|
|
1105
|
+
options: __HttpHandlerOptions,
|
|
1106
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1107
|
+
): void;
|
|
1108
|
+
|
|
1109
|
+
untagResource(
|
|
1110
|
+
args: UntagResourceCommandInput,
|
|
1111
|
+
options?: __HttpHandlerOptions
|
|
1112
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1113
|
+
untagResource(
|
|
1114
|
+
args: UntagResourceCommandInput,
|
|
1115
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1116
|
+
): void;
|
|
1117
|
+
untagResource(
|
|
1118
|
+
args: UntagResourceCommandInput,
|
|
1119
|
+
options: __HttpHandlerOptions,
|
|
1120
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1121
|
+
): void;
|
|
1122
|
+
|
|
1123
|
+
updateConnection(
|
|
1124
|
+
args: UpdateConnectionCommandInput,
|
|
1125
|
+
options?: __HttpHandlerOptions
|
|
1126
|
+
): Promise<UpdateConnectionCommandOutput>;
|
|
1127
|
+
updateConnection(
|
|
1128
|
+
args: UpdateConnectionCommandInput,
|
|
1129
|
+
cb: (err: any, data?: UpdateConnectionCommandOutput) => void
|
|
1130
|
+
): void;
|
|
1131
|
+
updateConnection(
|
|
1132
|
+
args: UpdateConnectionCommandInput,
|
|
1133
|
+
options: __HttpHandlerOptions,
|
|
1134
|
+
cb: (err: any, data?: UpdateConnectionCommandOutput) => void
|
|
1135
|
+
): void;
|
|
1136
|
+
|
|
1137
|
+
updateDirectConnectGateway(
|
|
1138
|
+
args: UpdateDirectConnectGatewayCommandInput,
|
|
1139
|
+
options?: __HttpHandlerOptions
|
|
1140
|
+
): Promise<UpdateDirectConnectGatewayCommandOutput>;
|
|
1141
|
+
updateDirectConnectGateway(
|
|
1142
|
+
args: UpdateDirectConnectGatewayCommandInput,
|
|
1143
|
+
cb: (err: any, data?: UpdateDirectConnectGatewayCommandOutput) => void
|
|
1144
|
+
): void;
|
|
1145
|
+
updateDirectConnectGateway(
|
|
1146
|
+
args: UpdateDirectConnectGatewayCommandInput,
|
|
1147
|
+
options: __HttpHandlerOptions,
|
|
1148
|
+
cb: (err: any, data?: UpdateDirectConnectGatewayCommandOutput) => void
|
|
1149
|
+
): void;
|
|
1150
|
+
|
|
1151
|
+
updateDirectConnectGatewayAssociation(
|
|
1152
|
+
args: UpdateDirectConnectGatewayAssociationCommandInput,
|
|
1153
|
+
options?: __HttpHandlerOptions
|
|
1154
|
+
): Promise<UpdateDirectConnectGatewayAssociationCommandOutput>;
|
|
1155
|
+
updateDirectConnectGatewayAssociation(
|
|
1156
|
+
args: UpdateDirectConnectGatewayAssociationCommandInput,
|
|
1157
|
+
cb: (
|
|
1158
|
+
err: any,
|
|
1159
|
+
data?: UpdateDirectConnectGatewayAssociationCommandOutput
|
|
1160
|
+
) => void
|
|
1161
|
+
): void;
|
|
1162
|
+
updateDirectConnectGatewayAssociation(
|
|
1163
|
+
args: UpdateDirectConnectGatewayAssociationCommandInput,
|
|
1164
|
+
options: __HttpHandlerOptions,
|
|
1165
|
+
cb: (
|
|
1166
|
+
err: any,
|
|
1167
|
+
data?: UpdateDirectConnectGatewayAssociationCommandOutput
|
|
1168
|
+
) => void
|
|
1169
|
+
): void;
|
|
1170
|
+
|
|
1171
|
+
updateLag(
|
|
1172
|
+
args: UpdateLagCommandInput,
|
|
1173
|
+
options?: __HttpHandlerOptions
|
|
1174
|
+
): Promise<UpdateLagCommandOutput>;
|
|
1175
|
+
updateLag(
|
|
1176
|
+
args: UpdateLagCommandInput,
|
|
1177
|
+
cb: (err: any, data?: UpdateLagCommandOutput) => void
|
|
1178
|
+
): void;
|
|
1179
|
+
updateLag(
|
|
1180
|
+
args: UpdateLagCommandInput,
|
|
1181
|
+
options: __HttpHandlerOptions,
|
|
1182
|
+
cb: (err: any, data?: UpdateLagCommandOutput) => void
|
|
1183
|
+
): void;
|
|
1184
|
+
|
|
1185
|
+
updateVirtualInterfaceAttributes(
|
|
1186
|
+
args: UpdateVirtualInterfaceAttributesCommandInput,
|
|
1187
|
+
options?: __HttpHandlerOptions
|
|
1188
|
+
): Promise<UpdateVirtualInterfaceAttributesCommandOutput>;
|
|
1189
|
+
updateVirtualInterfaceAttributes(
|
|
1190
|
+
args: UpdateVirtualInterfaceAttributesCommandInput,
|
|
1191
|
+
cb: (err: any, data?: UpdateVirtualInterfaceAttributesCommandOutput) => void
|
|
1192
|
+
): void;
|
|
1193
|
+
updateVirtualInterfaceAttributes(
|
|
1194
|
+
args: UpdateVirtualInterfaceAttributesCommandInput,
|
|
1195
|
+
options: __HttpHandlerOptions,
|
|
1196
|
+
cb: (err: any, data?: UpdateVirtualInterfaceAttributesCommandOutput) => void
|
|
1197
|
+
): void;
|
|
1198
|
+
}
|