@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,1506 +1,1671 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { DirectConnectServiceException as __BaseException } from "./DirectConnectServiceException";
|
|
3
|
-
|
|
4
|
-
export interface RouteFilterPrefix {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export declare class DirectConnectClientException extends __BaseException {
|
|
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
|
-
export interface
|
|
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
|
-
export declare class
|
|
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
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
}
|
|
401
|
-
export interface
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
}
|
|
425
|
-
export interface
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
}
|
|
437
|
-
export interface
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
}
|
|
476
|
-
export interface CreateBGPPeerRequest {
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
export interface DirectConnectGateway {
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
}
|
|
538
|
-
export interface
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
export
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
}
|
|
572
|
-
export interface
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
}
|
|
644
|
-
export declare type LagState =
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
}
|
|
781
|
-
export interface CreateTransitVirtualInterfaceResult {
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
}
|
|
799
|
-
export interface
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
}
|
|
827
|
-
export interface
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
}
|
|
839
|
-
export interface
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
export interface
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
export interface
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
}
|
|
965
|
-
export interface
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
export interface
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
export interface
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
}
|
|
1163
|
-
export interface
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
}
|
|
1175
|
-
export interface
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
export
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
export
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
export
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
export
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DirectConnectServiceException as __BaseException } from "./DirectConnectServiceException";
|
|
3
|
+
|
|
4
|
+
export interface RouteFilterPrefix {
|
|
5
|
+
cidr?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
8
|
+
directConnectGatewayId: string | undefined;
|
|
9
|
+
|
|
10
|
+
proposalId: string | undefined;
|
|
11
|
+
|
|
12
|
+
associatedGatewayOwnerAccount: string | undefined;
|
|
13
|
+
|
|
14
|
+
overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
15
|
+
}
|
|
16
|
+
export declare enum GatewayType {
|
|
17
|
+
TransitGateway = "transitGateway",
|
|
18
|
+
VirtualPrivateGateway = "virtualPrivateGateway",
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface AssociatedGateway {
|
|
22
|
+
id?: string;
|
|
23
|
+
|
|
24
|
+
type?: GatewayType | string;
|
|
25
|
+
|
|
26
|
+
ownerAccount?: string;
|
|
27
|
+
|
|
28
|
+
region?: string;
|
|
29
|
+
}
|
|
30
|
+
export declare type DirectConnectGatewayAssociationState =
|
|
31
|
+
| "associated"
|
|
32
|
+
| "associating"
|
|
33
|
+
| "disassociated"
|
|
34
|
+
| "disassociating"
|
|
35
|
+
| "updating";
|
|
36
|
+
|
|
37
|
+
export interface DirectConnectGatewayAssociation {
|
|
38
|
+
directConnectGatewayId?: string;
|
|
39
|
+
|
|
40
|
+
directConnectGatewayOwnerAccount?: string;
|
|
41
|
+
|
|
42
|
+
associationState?: DirectConnectGatewayAssociationState | string;
|
|
43
|
+
|
|
44
|
+
stateChangeError?: string;
|
|
45
|
+
|
|
46
|
+
associatedGateway?: AssociatedGateway;
|
|
47
|
+
|
|
48
|
+
associationId?: string;
|
|
49
|
+
|
|
50
|
+
allowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
51
|
+
|
|
52
|
+
virtualGatewayId?: string;
|
|
53
|
+
|
|
54
|
+
virtualGatewayRegion?: string;
|
|
55
|
+
|
|
56
|
+
virtualGatewayOwnerAccount?: string;
|
|
57
|
+
}
|
|
58
|
+
export interface AcceptDirectConnectGatewayAssociationProposalResult {
|
|
59
|
+
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export declare class DirectConnectClientException extends __BaseException {
|
|
63
|
+
readonly name: "DirectConnectClientException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<DirectConnectClientException, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export declare class DirectConnectServerException extends __BaseException {
|
|
72
|
+
readonly name: "DirectConnectServerException";
|
|
73
|
+
readonly $fault: "server";
|
|
74
|
+
|
|
75
|
+
constructor(
|
|
76
|
+
opts: __ExceptionOptionType<DirectConnectServerException, __BaseException>
|
|
77
|
+
);
|
|
78
|
+
}
|
|
79
|
+
export declare enum AddressFamily {
|
|
80
|
+
IPv4 = "ipv4",
|
|
81
|
+
IPv6 = "ipv6",
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface CustomerAgreement {
|
|
85
|
+
agreementName?: string;
|
|
86
|
+
|
|
87
|
+
status?: string;
|
|
88
|
+
}
|
|
89
|
+
export interface AllocateConnectionOnInterconnectRequest {
|
|
90
|
+
bandwidth: string | undefined;
|
|
91
|
+
|
|
92
|
+
connectionName: string | undefined;
|
|
93
|
+
|
|
94
|
+
ownerAccount: string | undefined;
|
|
95
|
+
|
|
96
|
+
interconnectId: string | undefined;
|
|
97
|
+
|
|
98
|
+
vlan: number | undefined;
|
|
99
|
+
}
|
|
100
|
+
export declare type ConnectionState =
|
|
101
|
+
| "available"
|
|
102
|
+
| "deleted"
|
|
103
|
+
| "deleting"
|
|
104
|
+
| "down"
|
|
105
|
+
| "ordering"
|
|
106
|
+
| "pending"
|
|
107
|
+
| "rejected"
|
|
108
|
+
| "requested"
|
|
109
|
+
| "unknown";
|
|
110
|
+
export declare enum HasLogicalRedundancy {
|
|
111
|
+
No = "no",
|
|
112
|
+
Unknown = "unknown",
|
|
113
|
+
Yes = "yes",
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface MacSecKey {
|
|
117
|
+
secretARN?: string;
|
|
118
|
+
|
|
119
|
+
ckn?: string;
|
|
120
|
+
|
|
121
|
+
state?: string;
|
|
122
|
+
|
|
123
|
+
startOn?: string;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export interface Tag {
|
|
127
|
+
key: string | undefined;
|
|
128
|
+
|
|
129
|
+
value?: string;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export interface Connection {
|
|
133
|
+
ownerAccount?: string;
|
|
134
|
+
|
|
135
|
+
connectionId?: string;
|
|
136
|
+
|
|
137
|
+
connectionName?: string;
|
|
138
|
+
|
|
139
|
+
connectionState?: ConnectionState | string;
|
|
140
|
+
|
|
141
|
+
region?: string;
|
|
142
|
+
|
|
143
|
+
location?: string;
|
|
144
|
+
|
|
145
|
+
bandwidth?: string;
|
|
146
|
+
|
|
147
|
+
vlan?: number;
|
|
148
|
+
|
|
149
|
+
partnerName?: string;
|
|
150
|
+
|
|
151
|
+
loaIssueTime?: Date;
|
|
152
|
+
|
|
153
|
+
lagId?: string;
|
|
154
|
+
|
|
155
|
+
awsDevice?: string;
|
|
156
|
+
|
|
157
|
+
jumboFrameCapable?: boolean;
|
|
158
|
+
|
|
159
|
+
awsDeviceV2?: string;
|
|
160
|
+
|
|
161
|
+
awsLogicalDeviceId?: string;
|
|
162
|
+
|
|
163
|
+
hasLogicalRedundancy?: HasLogicalRedundancy | string;
|
|
164
|
+
|
|
165
|
+
tags?: Tag[];
|
|
166
|
+
|
|
167
|
+
providerName?: string;
|
|
168
|
+
|
|
169
|
+
macSecCapable?: boolean;
|
|
170
|
+
|
|
171
|
+
portEncryptionStatus?: string;
|
|
172
|
+
|
|
173
|
+
encryptionMode?: string;
|
|
174
|
+
|
|
175
|
+
macSecKeys?: MacSecKey[];
|
|
176
|
+
}
|
|
177
|
+
export interface AllocateHostedConnectionRequest {
|
|
178
|
+
connectionId: string | undefined;
|
|
179
|
+
|
|
180
|
+
ownerAccount: string | undefined;
|
|
181
|
+
|
|
182
|
+
bandwidth: string | undefined;
|
|
183
|
+
|
|
184
|
+
connectionName: string | undefined;
|
|
185
|
+
|
|
186
|
+
vlan: number | undefined;
|
|
187
|
+
|
|
188
|
+
tags?: Tag[];
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export declare class DuplicateTagKeysException extends __BaseException {
|
|
192
|
+
readonly name: "DuplicateTagKeysException";
|
|
193
|
+
readonly $fault: "client";
|
|
194
|
+
|
|
195
|
+
constructor(
|
|
196
|
+
opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
201
|
+
readonly name: "TooManyTagsException";
|
|
202
|
+
readonly $fault: "client";
|
|
203
|
+
|
|
204
|
+
constructor(
|
|
205
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
206
|
+
);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
export interface NewPrivateVirtualInterfaceAllocation {
|
|
210
|
+
virtualInterfaceName: string | undefined;
|
|
211
|
+
|
|
212
|
+
vlan: number | undefined;
|
|
213
|
+
|
|
214
|
+
asn: number | undefined;
|
|
215
|
+
|
|
216
|
+
mtu?: number;
|
|
217
|
+
|
|
218
|
+
authKey?: string;
|
|
219
|
+
|
|
220
|
+
amazonAddress?: string;
|
|
221
|
+
|
|
222
|
+
addressFamily?: AddressFamily | string;
|
|
223
|
+
|
|
224
|
+
customerAddress?: string;
|
|
225
|
+
|
|
226
|
+
tags?: Tag[];
|
|
227
|
+
}
|
|
228
|
+
export interface AllocatePrivateVirtualInterfaceRequest {
|
|
229
|
+
connectionId: string | undefined;
|
|
230
|
+
|
|
231
|
+
ownerAccount: string | undefined;
|
|
232
|
+
|
|
233
|
+
newPrivateVirtualInterfaceAllocation:
|
|
234
|
+
| NewPrivateVirtualInterfaceAllocation
|
|
235
|
+
| undefined;
|
|
236
|
+
}
|
|
237
|
+
export declare enum BGPPeerState {
|
|
238
|
+
Available = "available",
|
|
239
|
+
Deleted = "deleted",
|
|
240
|
+
Deleting = "deleting",
|
|
241
|
+
Pending = "pending",
|
|
242
|
+
Verifying = "verifying",
|
|
243
|
+
}
|
|
244
|
+
export declare enum BGPStatus {
|
|
245
|
+
Down = "down",
|
|
246
|
+
Unknown = "unknown",
|
|
247
|
+
Up = "up",
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
export interface BGPPeer {
|
|
251
|
+
bgpPeerId?: string;
|
|
252
|
+
|
|
253
|
+
asn?: number;
|
|
254
|
+
|
|
255
|
+
authKey?: string;
|
|
256
|
+
|
|
257
|
+
addressFamily?: AddressFamily | string;
|
|
258
|
+
|
|
259
|
+
amazonAddress?: string;
|
|
260
|
+
|
|
261
|
+
customerAddress?: string;
|
|
262
|
+
|
|
263
|
+
bgpPeerState?: BGPPeerState | string;
|
|
264
|
+
|
|
265
|
+
bgpStatus?: BGPStatus | string;
|
|
266
|
+
|
|
267
|
+
awsDeviceV2?: string;
|
|
268
|
+
|
|
269
|
+
awsLogicalDeviceId?: string;
|
|
270
|
+
}
|
|
271
|
+
export declare type VirtualInterfaceState =
|
|
272
|
+
| "available"
|
|
273
|
+
| "confirming"
|
|
274
|
+
| "deleted"
|
|
275
|
+
| "deleting"
|
|
276
|
+
| "down"
|
|
277
|
+
| "pending"
|
|
278
|
+
| "rejected"
|
|
279
|
+
| "unknown"
|
|
280
|
+
| "verifying";
|
|
281
|
+
|
|
282
|
+
export interface VirtualInterface {
|
|
283
|
+
ownerAccount?: string;
|
|
284
|
+
|
|
285
|
+
virtualInterfaceId?: string;
|
|
286
|
+
|
|
287
|
+
location?: string;
|
|
288
|
+
|
|
289
|
+
connectionId?: string;
|
|
290
|
+
|
|
291
|
+
virtualInterfaceType?: string;
|
|
292
|
+
|
|
293
|
+
virtualInterfaceName?: string;
|
|
294
|
+
|
|
295
|
+
vlan?: number;
|
|
296
|
+
|
|
297
|
+
asn?: number;
|
|
298
|
+
|
|
299
|
+
amazonSideAsn?: number;
|
|
300
|
+
|
|
301
|
+
authKey?: string;
|
|
302
|
+
|
|
303
|
+
amazonAddress?: string;
|
|
304
|
+
|
|
305
|
+
customerAddress?: string;
|
|
306
|
+
|
|
307
|
+
addressFamily?: AddressFamily | string;
|
|
308
|
+
|
|
309
|
+
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
310
|
+
|
|
311
|
+
customerRouterConfig?: string;
|
|
312
|
+
|
|
313
|
+
mtu?: number;
|
|
314
|
+
|
|
315
|
+
jumboFrameCapable?: boolean;
|
|
316
|
+
|
|
317
|
+
virtualGatewayId?: string;
|
|
318
|
+
|
|
319
|
+
directConnectGatewayId?: string;
|
|
320
|
+
|
|
321
|
+
routeFilterPrefixes?: RouteFilterPrefix[];
|
|
322
|
+
|
|
323
|
+
bgpPeers?: BGPPeer[];
|
|
324
|
+
|
|
325
|
+
region?: string;
|
|
326
|
+
|
|
327
|
+
awsDeviceV2?: string;
|
|
328
|
+
|
|
329
|
+
awsLogicalDeviceId?: string;
|
|
330
|
+
|
|
331
|
+
tags?: Tag[];
|
|
332
|
+
|
|
333
|
+
siteLinkEnabled?: boolean;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
export interface NewPublicVirtualInterfaceAllocation {
|
|
337
|
+
virtualInterfaceName: string | undefined;
|
|
338
|
+
|
|
339
|
+
vlan: number | undefined;
|
|
340
|
+
|
|
341
|
+
asn: number | undefined;
|
|
342
|
+
|
|
343
|
+
authKey?: string;
|
|
344
|
+
|
|
345
|
+
amazonAddress?: string;
|
|
346
|
+
|
|
347
|
+
customerAddress?: string;
|
|
348
|
+
|
|
349
|
+
addressFamily?: AddressFamily | string;
|
|
350
|
+
|
|
351
|
+
routeFilterPrefixes?: RouteFilterPrefix[];
|
|
352
|
+
|
|
353
|
+
tags?: Tag[];
|
|
354
|
+
}
|
|
355
|
+
export interface AllocatePublicVirtualInterfaceRequest {
|
|
356
|
+
connectionId: string | undefined;
|
|
357
|
+
|
|
358
|
+
ownerAccount: string | undefined;
|
|
359
|
+
|
|
360
|
+
newPublicVirtualInterfaceAllocation:
|
|
361
|
+
| NewPublicVirtualInterfaceAllocation
|
|
362
|
+
| undefined;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
export interface NewTransitVirtualInterfaceAllocation {
|
|
366
|
+
virtualInterfaceName?: string;
|
|
367
|
+
|
|
368
|
+
vlan?: number;
|
|
369
|
+
|
|
370
|
+
asn?: number;
|
|
371
|
+
|
|
372
|
+
mtu?: number;
|
|
373
|
+
|
|
374
|
+
authKey?: string;
|
|
375
|
+
|
|
376
|
+
amazonAddress?: string;
|
|
377
|
+
|
|
378
|
+
customerAddress?: string;
|
|
379
|
+
|
|
380
|
+
addressFamily?: AddressFamily | string;
|
|
381
|
+
|
|
382
|
+
tags?: Tag[];
|
|
383
|
+
}
|
|
384
|
+
export interface AllocateTransitVirtualInterfaceRequest {
|
|
385
|
+
connectionId: string | undefined;
|
|
386
|
+
|
|
387
|
+
ownerAccount: string | undefined;
|
|
388
|
+
|
|
389
|
+
newTransitVirtualInterfaceAllocation:
|
|
390
|
+
| NewTransitVirtualInterfaceAllocation
|
|
391
|
+
| undefined;
|
|
392
|
+
}
|
|
393
|
+
export interface AllocateTransitVirtualInterfaceResult {
|
|
394
|
+
virtualInterface?: VirtualInterface;
|
|
395
|
+
}
|
|
396
|
+
export interface AssociateConnectionWithLagRequest {
|
|
397
|
+
connectionId: string | undefined;
|
|
398
|
+
|
|
399
|
+
lagId: string | undefined;
|
|
400
|
+
}
|
|
401
|
+
export interface AssociateHostedConnectionRequest {
|
|
402
|
+
connectionId: string | undefined;
|
|
403
|
+
|
|
404
|
+
parentConnectionId: string | undefined;
|
|
405
|
+
}
|
|
406
|
+
export interface AssociateMacSecKeyRequest {
|
|
407
|
+
connectionId: string | undefined;
|
|
408
|
+
|
|
409
|
+
secretARN?: string;
|
|
410
|
+
|
|
411
|
+
ckn?: string;
|
|
412
|
+
|
|
413
|
+
cak?: string;
|
|
414
|
+
}
|
|
415
|
+
export interface AssociateMacSecKeyResponse {
|
|
416
|
+
connectionId?: string;
|
|
417
|
+
|
|
418
|
+
macSecKeys?: MacSecKey[];
|
|
419
|
+
}
|
|
420
|
+
export interface AssociateVirtualInterfaceRequest {
|
|
421
|
+
virtualInterfaceId: string | undefined;
|
|
422
|
+
|
|
423
|
+
connectionId: string | undefined;
|
|
424
|
+
}
|
|
425
|
+
export interface ConfirmConnectionRequest {
|
|
426
|
+
connectionId: string | undefined;
|
|
427
|
+
}
|
|
428
|
+
export interface ConfirmConnectionResponse {
|
|
429
|
+
connectionState?: ConnectionState | string;
|
|
430
|
+
}
|
|
431
|
+
export interface ConfirmCustomerAgreementRequest {
|
|
432
|
+
agreementName?: string;
|
|
433
|
+
}
|
|
434
|
+
export interface ConfirmCustomerAgreementResponse {
|
|
435
|
+
status?: string;
|
|
436
|
+
}
|
|
437
|
+
export interface ConfirmPrivateVirtualInterfaceRequest {
|
|
438
|
+
virtualInterfaceId: string | undefined;
|
|
439
|
+
|
|
440
|
+
virtualGatewayId?: string;
|
|
441
|
+
|
|
442
|
+
directConnectGatewayId?: string;
|
|
443
|
+
}
|
|
444
|
+
export interface ConfirmPrivateVirtualInterfaceResponse {
|
|
445
|
+
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
446
|
+
}
|
|
447
|
+
export interface ConfirmPublicVirtualInterfaceRequest {
|
|
448
|
+
virtualInterfaceId: string | undefined;
|
|
449
|
+
}
|
|
450
|
+
export interface ConfirmPublicVirtualInterfaceResponse {
|
|
451
|
+
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
452
|
+
}
|
|
453
|
+
export interface ConfirmTransitVirtualInterfaceRequest {
|
|
454
|
+
virtualInterfaceId: string | undefined;
|
|
455
|
+
|
|
456
|
+
directConnectGatewayId: string | undefined;
|
|
457
|
+
}
|
|
458
|
+
export interface ConfirmTransitVirtualInterfaceResponse {
|
|
459
|
+
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
460
|
+
}
|
|
461
|
+
export interface Connections {
|
|
462
|
+
connections?: Connection[];
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
export interface NewBGPPeer {
|
|
466
|
+
asn?: number;
|
|
467
|
+
|
|
468
|
+
authKey?: string;
|
|
469
|
+
|
|
470
|
+
addressFamily?: AddressFamily | string;
|
|
471
|
+
|
|
472
|
+
amazonAddress?: string;
|
|
473
|
+
|
|
474
|
+
customerAddress?: string;
|
|
475
|
+
}
|
|
476
|
+
export interface CreateBGPPeerRequest {
|
|
477
|
+
virtualInterfaceId?: string;
|
|
478
|
+
|
|
479
|
+
newBGPPeer?: NewBGPPeer;
|
|
480
|
+
}
|
|
481
|
+
export interface CreateBGPPeerResponse {
|
|
482
|
+
virtualInterface?: VirtualInterface;
|
|
483
|
+
}
|
|
484
|
+
export interface CreateConnectionRequest {
|
|
485
|
+
location: string | undefined;
|
|
486
|
+
|
|
487
|
+
bandwidth: string | undefined;
|
|
488
|
+
|
|
489
|
+
connectionName: string | undefined;
|
|
490
|
+
|
|
491
|
+
lagId?: string;
|
|
492
|
+
|
|
493
|
+
tags?: Tag[];
|
|
494
|
+
|
|
495
|
+
providerName?: string;
|
|
496
|
+
|
|
497
|
+
requestMACSec?: boolean;
|
|
498
|
+
}
|
|
499
|
+
export interface CreateDirectConnectGatewayRequest {
|
|
500
|
+
directConnectGatewayName: string | undefined;
|
|
501
|
+
|
|
502
|
+
amazonSideAsn?: number;
|
|
503
|
+
}
|
|
504
|
+
export declare type DirectConnectGatewayState =
|
|
505
|
+
| "available"
|
|
506
|
+
| "deleted"
|
|
507
|
+
| "deleting"
|
|
508
|
+
| "pending";
|
|
509
|
+
|
|
510
|
+
export interface DirectConnectGateway {
|
|
511
|
+
directConnectGatewayId?: string;
|
|
512
|
+
|
|
513
|
+
directConnectGatewayName?: string;
|
|
514
|
+
|
|
515
|
+
amazonSideAsn?: number;
|
|
516
|
+
|
|
517
|
+
ownerAccount?: string;
|
|
518
|
+
|
|
519
|
+
directConnectGatewayState?: DirectConnectGatewayState | string;
|
|
520
|
+
|
|
521
|
+
stateChangeError?: string;
|
|
522
|
+
}
|
|
523
|
+
export interface CreateDirectConnectGatewayResult {
|
|
524
|
+
directConnectGateway?: DirectConnectGateway;
|
|
525
|
+
}
|
|
526
|
+
export interface CreateDirectConnectGatewayAssociationRequest {
|
|
527
|
+
directConnectGatewayId: string | undefined;
|
|
528
|
+
|
|
529
|
+
gatewayId?: string;
|
|
530
|
+
|
|
531
|
+
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
532
|
+
|
|
533
|
+
virtualGatewayId?: string;
|
|
534
|
+
}
|
|
535
|
+
export interface CreateDirectConnectGatewayAssociationResult {
|
|
536
|
+
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
537
|
+
}
|
|
538
|
+
export interface CreateDirectConnectGatewayAssociationProposalRequest {
|
|
539
|
+
directConnectGatewayId: string | undefined;
|
|
540
|
+
|
|
541
|
+
directConnectGatewayOwnerAccount: string | undefined;
|
|
542
|
+
|
|
543
|
+
gatewayId: string | undefined;
|
|
544
|
+
|
|
545
|
+
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
546
|
+
|
|
547
|
+
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
548
|
+
}
|
|
549
|
+
export declare type DirectConnectGatewayAssociationProposalState =
|
|
550
|
+
| "accepted"
|
|
551
|
+
| "deleted"
|
|
552
|
+
| "requested";
|
|
553
|
+
|
|
554
|
+
export interface DirectConnectGatewayAssociationProposal {
|
|
555
|
+
proposalId?: string;
|
|
556
|
+
|
|
557
|
+
directConnectGatewayId?: string;
|
|
558
|
+
|
|
559
|
+
directConnectGatewayOwnerAccount?: string;
|
|
560
|
+
|
|
561
|
+
proposalState?: DirectConnectGatewayAssociationProposalState | string;
|
|
562
|
+
|
|
563
|
+
associatedGateway?: AssociatedGateway;
|
|
564
|
+
|
|
565
|
+
existingAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
566
|
+
|
|
567
|
+
requestedAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
568
|
+
}
|
|
569
|
+
export interface CreateDirectConnectGatewayAssociationProposalResult {
|
|
570
|
+
directConnectGatewayAssociationProposal?: DirectConnectGatewayAssociationProposal;
|
|
571
|
+
}
|
|
572
|
+
export interface CreateInterconnectRequest {
|
|
573
|
+
interconnectName: string | undefined;
|
|
574
|
+
|
|
575
|
+
bandwidth: string | undefined;
|
|
576
|
+
|
|
577
|
+
location: string | undefined;
|
|
578
|
+
|
|
579
|
+
lagId?: string;
|
|
580
|
+
|
|
581
|
+
tags?: Tag[];
|
|
582
|
+
|
|
583
|
+
providerName?: string;
|
|
584
|
+
}
|
|
585
|
+
export declare type InterconnectState =
|
|
586
|
+
| "available"
|
|
587
|
+
| "deleted"
|
|
588
|
+
| "deleting"
|
|
589
|
+
| "down"
|
|
590
|
+
| "pending"
|
|
591
|
+
| "requested"
|
|
592
|
+
| "unknown";
|
|
593
|
+
|
|
594
|
+
export interface Interconnect {
|
|
595
|
+
interconnectId?: string;
|
|
596
|
+
|
|
597
|
+
interconnectName?: string;
|
|
598
|
+
|
|
599
|
+
interconnectState?: InterconnectState | string;
|
|
600
|
+
|
|
601
|
+
region?: string;
|
|
602
|
+
|
|
603
|
+
location?: string;
|
|
604
|
+
|
|
605
|
+
bandwidth?: string;
|
|
606
|
+
|
|
607
|
+
loaIssueTime?: Date;
|
|
608
|
+
|
|
609
|
+
lagId?: string;
|
|
610
|
+
|
|
611
|
+
awsDevice?: string;
|
|
612
|
+
|
|
613
|
+
jumboFrameCapable?: boolean;
|
|
614
|
+
|
|
615
|
+
awsDeviceV2?: string;
|
|
616
|
+
|
|
617
|
+
awsLogicalDeviceId?: string;
|
|
618
|
+
|
|
619
|
+
hasLogicalRedundancy?: HasLogicalRedundancy | string;
|
|
620
|
+
|
|
621
|
+
tags?: Tag[];
|
|
622
|
+
|
|
623
|
+
providerName?: string;
|
|
624
|
+
}
|
|
625
|
+
export interface CreateLagRequest {
|
|
626
|
+
numberOfConnections: number | undefined;
|
|
627
|
+
|
|
628
|
+
location: string | undefined;
|
|
629
|
+
|
|
630
|
+
connectionsBandwidth: string | undefined;
|
|
631
|
+
|
|
632
|
+
lagName: string | undefined;
|
|
633
|
+
|
|
634
|
+
connectionId?: string;
|
|
635
|
+
|
|
636
|
+
tags?: Tag[];
|
|
637
|
+
|
|
638
|
+
childConnectionTags?: Tag[];
|
|
639
|
+
|
|
640
|
+
providerName?: string;
|
|
641
|
+
|
|
642
|
+
requestMACSec?: boolean;
|
|
643
|
+
}
|
|
644
|
+
export declare type LagState =
|
|
645
|
+
| "available"
|
|
646
|
+
| "deleted"
|
|
647
|
+
| "deleting"
|
|
648
|
+
| "down"
|
|
649
|
+
| "pending"
|
|
650
|
+
| "requested"
|
|
651
|
+
| "unknown";
|
|
652
|
+
|
|
653
|
+
export interface Lag {
|
|
654
|
+
connectionsBandwidth?: string;
|
|
655
|
+
|
|
656
|
+
numberOfConnections?: number;
|
|
657
|
+
|
|
658
|
+
lagId?: string;
|
|
659
|
+
|
|
660
|
+
ownerAccount?: string;
|
|
661
|
+
|
|
662
|
+
lagName?: string;
|
|
663
|
+
|
|
664
|
+
lagState?: LagState | string;
|
|
665
|
+
|
|
666
|
+
location?: string;
|
|
667
|
+
|
|
668
|
+
region?: string;
|
|
669
|
+
|
|
670
|
+
minimumLinks?: number;
|
|
671
|
+
|
|
672
|
+
awsDevice?: string;
|
|
673
|
+
|
|
674
|
+
awsDeviceV2?: string;
|
|
675
|
+
|
|
676
|
+
awsLogicalDeviceId?: string;
|
|
677
|
+
|
|
678
|
+
connections?: Connection[];
|
|
679
|
+
|
|
680
|
+
allowsHostedConnections?: boolean;
|
|
681
|
+
|
|
682
|
+
jumboFrameCapable?: boolean;
|
|
683
|
+
|
|
684
|
+
hasLogicalRedundancy?: HasLogicalRedundancy | string;
|
|
685
|
+
|
|
686
|
+
tags?: Tag[];
|
|
687
|
+
|
|
688
|
+
providerName?: string;
|
|
689
|
+
|
|
690
|
+
macSecCapable?: boolean;
|
|
691
|
+
|
|
692
|
+
encryptionMode?: string;
|
|
693
|
+
|
|
694
|
+
macSecKeys?: MacSecKey[];
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
export interface NewPrivateVirtualInterface {
|
|
698
|
+
virtualInterfaceName: string | undefined;
|
|
699
|
+
|
|
700
|
+
vlan: number | undefined;
|
|
701
|
+
|
|
702
|
+
asn: number | undefined;
|
|
703
|
+
|
|
704
|
+
mtu?: number;
|
|
705
|
+
|
|
706
|
+
authKey?: string;
|
|
707
|
+
|
|
708
|
+
amazonAddress?: string;
|
|
709
|
+
|
|
710
|
+
customerAddress?: string;
|
|
711
|
+
|
|
712
|
+
addressFamily?: AddressFamily | string;
|
|
713
|
+
|
|
714
|
+
virtualGatewayId?: string;
|
|
715
|
+
|
|
716
|
+
directConnectGatewayId?: string;
|
|
717
|
+
|
|
718
|
+
tags?: Tag[];
|
|
719
|
+
|
|
720
|
+
enableSiteLink?: boolean;
|
|
721
|
+
}
|
|
722
|
+
export interface CreatePrivateVirtualInterfaceRequest {
|
|
723
|
+
connectionId: string | undefined;
|
|
724
|
+
|
|
725
|
+
newPrivateVirtualInterface: NewPrivateVirtualInterface | undefined;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
export interface NewPublicVirtualInterface {
|
|
729
|
+
virtualInterfaceName: string | undefined;
|
|
730
|
+
|
|
731
|
+
vlan: number | undefined;
|
|
732
|
+
|
|
733
|
+
asn: number | undefined;
|
|
734
|
+
|
|
735
|
+
authKey?: string;
|
|
736
|
+
|
|
737
|
+
amazonAddress?: string;
|
|
738
|
+
|
|
739
|
+
customerAddress?: string;
|
|
740
|
+
|
|
741
|
+
addressFamily?: AddressFamily | string;
|
|
742
|
+
|
|
743
|
+
routeFilterPrefixes?: RouteFilterPrefix[];
|
|
744
|
+
|
|
745
|
+
tags?: Tag[];
|
|
746
|
+
}
|
|
747
|
+
export interface CreatePublicVirtualInterfaceRequest {
|
|
748
|
+
connectionId: string | undefined;
|
|
749
|
+
|
|
750
|
+
newPublicVirtualInterface: NewPublicVirtualInterface | undefined;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
export interface NewTransitVirtualInterface {
|
|
754
|
+
virtualInterfaceName?: string;
|
|
755
|
+
|
|
756
|
+
vlan?: number;
|
|
757
|
+
|
|
758
|
+
asn?: number;
|
|
759
|
+
|
|
760
|
+
mtu?: number;
|
|
761
|
+
|
|
762
|
+
authKey?: string;
|
|
763
|
+
|
|
764
|
+
amazonAddress?: string;
|
|
765
|
+
|
|
766
|
+
customerAddress?: string;
|
|
767
|
+
|
|
768
|
+
addressFamily?: AddressFamily | string;
|
|
769
|
+
|
|
770
|
+
directConnectGatewayId?: string;
|
|
771
|
+
|
|
772
|
+
tags?: Tag[];
|
|
773
|
+
|
|
774
|
+
enableSiteLink?: boolean;
|
|
775
|
+
}
|
|
776
|
+
export interface CreateTransitVirtualInterfaceRequest {
|
|
777
|
+
connectionId: string | undefined;
|
|
778
|
+
|
|
779
|
+
newTransitVirtualInterface: NewTransitVirtualInterface | undefined;
|
|
780
|
+
}
|
|
781
|
+
export interface CreateTransitVirtualInterfaceResult {
|
|
782
|
+
virtualInterface?: VirtualInterface;
|
|
783
|
+
}
|
|
784
|
+
export interface DeleteBGPPeerRequest {
|
|
785
|
+
virtualInterfaceId?: string;
|
|
786
|
+
|
|
787
|
+
asn?: number;
|
|
788
|
+
|
|
789
|
+
customerAddress?: string;
|
|
790
|
+
|
|
791
|
+
bgpPeerId?: string;
|
|
792
|
+
}
|
|
793
|
+
export interface DeleteBGPPeerResponse {
|
|
794
|
+
virtualInterface?: VirtualInterface;
|
|
795
|
+
}
|
|
796
|
+
export interface DeleteConnectionRequest {
|
|
797
|
+
connectionId: string | undefined;
|
|
798
|
+
}
|
|
799
|
+
export interface DeleteDirectConnectGatewayRequest {
|
|
800
|
+
directConnectGatewayId: string | undefined;
|
|
801
|
+
}
|
|
802
|
+
export interface DeleteDirectConnectGatewayResult {
|
|
803
|
+
directConnectGateway?: DirectConnectGateway;
|
|
804
|
+
}
|
|
805
|
+
export interface DeleteDirectConnectGatewayAssociationRequest {
|
|
806
|
+
associationId?: string;
|
|
807
|
+
|
|
808
|
+
directConnectGatewayId?: string;
|
|
809
|
+
|
|
810
|
+
virtualGatewayId?: string;
|
|
811
|
+
}
|
|
812
|
+
export interface DeleteDirectConnectGatewayAssociationResult {
|
|
813
|
+
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
814
|
+
}
|
|
815
|
+
export interface DeleteDirectConnectGatewayAssociationProposalRequest {
|
|
816
|
+
proposalId: string | undefined;
|
|
817
|
+
}
|
|
818
|
+
export interface DeleteDirectConnectGatewayAssociationProposalResult {
|
|
819
|
+
directConnectGatewayAssociationProposal?: DirectConnectGatewayAssociationProposal;
|
|
820
|
+
}
|
|
821
|
+
export interface DeleteInterconnectRequest {
|
|
822
|
+
interconnectId: string | undefined;
|
|
823
|
+
}
|
|
824
|
+
export interface DeleteInterconnectResponse {
|
|
825
|
+
interconnectState?: InterconnectState | string;
|
|
826
|
+
}
|
|
827
|
+
export interface DeleteLagRequest {
|
|
828
|
+
lagId: string | undefined;
|
|
829
|
+
}
|
|
830
|
+
export interface DeleteVirtualInterfaceRequest {
|
|
831
|
+
virtualInterfaceId: string | undefined;
|
|
832
|
+
}
|
|
833
|
+
export interface DeleteVirtualInterfaceResponse {
|
|
834
|
+
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
835
|
+
}
|
|
836
|
+
export declare enum LoaContentType {
|
|
837
|
+
PDF = "application/pdf",
|
|
838
|
+
}
|
|
839
|
+
export interface DescribeConnectionLoaRequest {
|
|
840
|
+
connectionId: string | undefined;
|
|
841
|
+
|
|
842
|
+
providerName?: string;
|
|
843
|
+
|
|
844
|
+
loaContentType?: LoaContentType | string;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
export interface Loa {
|
|
848
|
+
loaContent?: Uint8Array;
|
|
849
|
+
|
|
850
|
+
loaContentType?: LoaContentType | string;
|
|
851
|
+
}
|
|
852
|
+
export interface DescribeConnectionLoaResponse {
|
|
853
|
+
loa?: Loa;
|
|
854
|
+
}
|
|
855
|
+
export interface DescribeConnectionsRequest {
|
|
856
|
+
connectionId?: string;
|
|
857
|
+
}
|
|
858
|
+
export interface DescribeConnectionsOnInterconnectRequest {
|
|
859
|
+
interconnectId: string | undefined;
|
|
860
|
+
}
|
|
861
|
+
export declare enum NniPartnerType {
|
|
862
|
+
NonPartner = "nonPartner",
|
|
863
|
+
V1 = "v1",
|
|
864
|
+
V2 = "v2",
|
|
865
|
+
}
|
|
866
|
+
export interface DescribeCustomerMetadataResponse {
|
|
867
|
+
agreements?: CustomerAgreement[];
|
|
868
|
+
|
|
869
|
+
nniPartnerType?: NniPartnerType | string;
|
|
870
|
+
}
|
|
871
|
+
export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
872
|
+
directConnectGatewayId?: string;
|
|
873
|
+
|
|
874
|
+
proposalId?: string;
|
|
875
|
+
|
|
876
|
+
associatedGatewayId?: string;
|
|
877
|
+
|
|
878
|
+
maxResults?: number;
|
|
879
|
+
|
|
880
|
+
nextToken?: string;
|
|
881
|
+
}
|
|
882
|
+
export interface DescribeDirectConnectGatewayAssociationProposalsResult {
|
|
883
|
+
directConnectGatewayAssociationProposals?: DirectConnectGatewayAssociationProposal[];
|
|
884
|
+
|
|
885
|
+
nextToken?: string;
|
|
886
|
+
}
|
|
887
|
+
export interface DescribeDirectConnectGatewayAssociationsRequest {
|
|
888
|
+
associationId?: string;
|
|
889
|
+
|
|
890
|
+
associatedGatewayId?: string;
|
|
891
|
+
|
|
892
|
+
directConnectGatewayId?: string;
|
|
893
|
+
|
|
894
|
+
maxResults?: number;
|
|
895
|
+
|
|
896
|
+
nextToken?: string;
|
|
897
|
+
|
|
898
|
+
virtualGatewayId?: string;
|
|
899
|
+
}
|
|
900
|
+
export interface DescribeDirectConnectGatewayAssociationsResult {
|
|
901
|
+
directConnectGatewayAssociations?: DirectConnectGatewayAssociation[];
|
|
902
|
+
|
|
903
|
+
nextToken?: string;
|
|
904
|
+
}
|
|
905
|
+
export interface DescribeDirectConnectGatewayAttachmentsRequest {
|
|
906
|
+
directConnectGatewayId?: string;
|
|
907
|
+
|
|
908
|
+
virtualInterfaceId?: string;
|
|
909
|
+
|
|
910
|
+
maxResults?: number;
|
|
911
|
+
|
|
912
|
+
nextToken?: string;
|
|
913
|
+
}
|
|
914
|
+
export declare type DirectConnectGatewayAttachmentState =
|
|
915
|
+
| "attached"
|
|
916
|
+
| "attaching"
|
|
917
|
+
| "detached"
|
|
918
|
+
| "detaching";
|
|
919
|
+
export declare type DirectConnectGatewayAttachmentType =
|
|
920
|
+
| "PrivateVirtualInterface"
|
|
921
|
+
| "TransitVirtualInterface";
|
|
922
|
+
|
|
923
|
+
export interface DirectConnectGatewayAttachment {
|
|
924
|
+
directConnectGatewayId?: string;
|
|
925
|
+
|
|
926
|
+
virtualInterfaceId?: string;
|
|
927
|
+
|
|
928
|
+
virtualInterfaceRegion?: string;
|
|
929
|
+
|
|
930
|
+
virtualInterfaceOwnerAccount?: string;
|
|
931
|
+
|
|
932
|
+
attachmentState?: DirectConnectGatewayAttachmentState | string;
|
|
933
|
+
|
|
934
|
+
attachmentType?: DirectConnectGatewayAttachmentType | string;
|
|
935
|
+
|
|
936
|
+
stateChangeError?: string;
|
|
937
|
+
}
|
|
938
|
+
export interface DescribeDirectConnectGatewayAttachmentsResult {
|
|
939
|
+
directConnectGatewayAttachments?: DirectConnectGatewayAttachment[];
|
|
940
|
+
|
|
941
|
+
nextToken?: string;
|
|
942
|
+
}
|
|
943
|
+
export interface DescribeDirectConnectGatewaysRequest {
|
|
944
|
+
directConnectGatewayId?: string;
|
|
945
|
+
|
|
946
|
+
maxResults?: number;
|
|
947
|
+
|
|
948
|
+
nextToken?: string;
|
|
949
|
+
}
|
|
950
|
+
export interface DescribeDirectConnectGatewaysResult {
|
|
951
|
+
directConnectGateways?: DirectConnectGateway[];
|
|
952
|
+
|
|
953
|
+
nextToken?: string;
|
|
954
|
+
}
|
|
955
|
+
export interface DescribeHostedConnectionsRequest {
|
|
956
|
+
connectionId: string | undefined;
|
|
957
|
+
}
|
|
958
|
+
export interface DescribeInterconnectLoaRequest {
|
|
959
|
+
interconnectId: string | undefined;
|
|
960
|
+
|
|
961
|
+
providerName?: string;
|
|
962
|
+
|
|
963
|
+
loaContentType?: LoaContentType | string;
|
|
964
|
+
}
|
|
965
|
+
export interface DescribeInterconnectLoaResponse {
|
|
966
|
+
loa?: Loa;
|
|
967
|
+
}
|
|
968
|
+
export interface DescribeInterconnectsRequest {
|
|
969
|
+
interconnectId?: string;
|
|
970
|
+
}
|
|
971
|
+
export interface Interconnects {
|
|
972
|
+
interconnects?: Interconnect[];
|
|
973
|
+
}
|
|
974
|
+
export interface DescribeLagsRequest {
|
|
975
|
+
lagId?: string;
|
|
976
|
+
}
|
|
977
|
+
export interface Lags {
|
|
978
|
+
lags?: Lag[];
|
|
979
|
+
}
|
|
980
|
+
export interface DescribeLoaRequest {
|
|
981
|
+
connectionId: string | undefined;
|
|
982
|
+
|
|
983
|
+
providerName?: string;
|
|
984
|
+
|
|
985
|
+
loaContentType?: LoaContentType | string;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
export interface Location {
|
|
989
|
+
locationCode?: string;
|
|
990
|
+
|
|
991
|
+
locationName?: string;
|
|
992
|
+
|
|
993
|
+
region?: string;
|
|
994
|
+
|
|
995
|
+
availablePortSpeeds?: string[];
|
|
996
|
+
|
|
997
|
+
availableProviders?: string[];
|
|
998
|
+
|
|
999
|
+
availableMacSecPortSpeeds?: string[];
|
|
1000
|
+
}
|
|
1001
|
+
export interface Locations {
|
|
1002
|
+
locations?: Location[];
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
export interface DescribeRouterConfigurationRequest {
|
|
1006
|
+
virtualInterfaceId: string | undefined;
|
|
1007
|
+
|
|
1008
|
+
routerTypeIdentifier?: string;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
export interface RouterType {
|
|
1012
|
+
vendor?: string;
|
|
1013
|
+
|
|
1014
|
+
platform?: string;
|
|
1015
|
+
|
|
1016
|
+
software?: string;
|
|
1017
|
+
|
|
1018
|
+
xsltTemplateName?: string;
|
|
1019
|
+
|
|
1020
|
+
xsltTemplateNameForMacSec?: string;
|
|
1021
|
+
|
|
1022
|
+
routerTypeIdentifier?: string;
|
|
1023
|
+
}
|
|
1024
|
+
export interface DescribeRouterConfigurationResponse {
|
|
1025
|
+
customerRouterConfig?: string;
|
|
1026
|
+
|
|
1027
|
+
router?: RouterType;
|
|
1028
|
+
|
|
1029
|
+
virtualInterfaceId?: string;
|
|
1030
|
+
|
|
1031
|
+
virtualInterfaceName?: string;
|
|
1032
|
+
}
|
|
1033
|
+
export interface DescribeTagsRequest {
|
|
1034
|
+
resourceArns: string[] | undefined;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
export interface ResourceTag {
|
|
1038
|
+
resourceArn?: string;
|
|
1039
|
+
|
|
1040
|
+
tags?: Tag[];
|
|
1041
|
+
}
|
|
1042
|
+
export interface DescribeTagsResponse {
|
|
1043
|
+
resourceTags?: ResourceTag[];
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
export interface VirtualGateway {
|
|
1047
|
+
virtualGatewayId?: string;
|
|
1048
|
+
|
|
1049
|
+
virtualGatewayState?: string;
|
|
1050
|
+
}
|
|
1051
|
+
export interface VirtualGateways {
|
|
1052
|
+
virtualGateways?: VirtualGateway[];
|
|
1053
|
+
}
|
|
1054
|
+
export interface DescribeVirtualInterfacesRequest {
|
|
1055
|
+
connectionId?: string;
|
|
1056
|
+
|
|
1057
|
+
virtualInterfaceId?: string;
|
|
1058
|
+
}
|
|
1059
|
+
export interface VirtualInterfaces {
|
|
1060
|
+
virtualInterfaces?: VirtualInterface[];
|
|
1061
|
+
}
|
|
1062
|
+
export interface DisassociateConnectionFromLagRequest {
|
|
1063
|
+
connectionId: string | undefined;
|
|
1064
|
+
|
|
1065
|
+
lagId: string | undefined;
|
|
1066
|
+
}
|
|
1067
|
+
export interface DisassociateMacSecKeyRequest {
|
|
1068
|
+
connectionId: string | undefined;
|
|
1069
|
+
|
|
1070
|
+
secretARN: string | undefined;
|
|
1071
|
+
}
|
|
1072
|
+
export interface DisassociateMacSecKeyResponse {
|
|
1073
|
+
connectionId?: string;
|
|
1074
|
+
|
|
1075
|
+
macSecKeys?: MacSecKey[];
|
|
1076
|
+
}
|
|
1077
|
+
export interface ListVirtualInterfaceTestHistoryRequest {
|
|
1078
|
+
testId?: string;
|
|
1079
|
+
|
|
1080
|
+
virtualInterfaceId?: string;
|
|
1081
|
+
|
|
1082
|
+
bgpPeers?: string[];
|
|
1083
|
+
|
|
1084
|
+
status?: string;
|
|
1085
|
+
|
|
1086
|
+
maxResults?: number;
|
|
1087
|
+
|
|
1088
|
+
nextToken?: string;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
export interface VirtualInterfaceTestHistory {
|
|
1092
|
+
testId?: string;
|
|
1093
|
+
|
|
1094
|
+
virtualInterfaceId?: string;
|
|
1095
|
+
|
|
1096
|
+
bgpPeers?: string[];
|
|
1097
|
+
|
|
1098
|
+
status?: string;
|
|
1099
|
+
|
|
1100
|
+
ownerAccount?: string;
|
|
1101
|
+
|
|
1102
|
+
testDurationInMinutes?: number;
|
|
1103
|
+
|
|
1104
|
+
startTime?: Date;
|
|
1105
|
+
|
|
1106
|
+
endTime?: Date;
|
|
1107
|
+
}
|
|
1108
|
+
export interface ListVirtualInterfaceTestHistoryResponse {
|
|
1109
|
+
virtualInterfaceTestHistory?: VirtualInterfaceTestHistory[];
|
|
1110
|
+
|
|
1111
|
+
nextToken?: string;
|
|
1112
|
+
}
|
|
1113
|
+
export interface StartBgpFailoverTestRequest {
|
|
1114
|
+
virtualInterfaceId: string | undefined;
|
|
1115
|
+
|
|
1116
|
+
bgpPeers?: string[];
|
|
1117
|
+
|
|
1118
|
+
testDurationInMinutes?: number;
|
|
1119
|
+
}
|
|
1120
|
+
export interface StartBgpFailoverTestResponse {
|
|
1121
|
+
virtualInterfaceTest?: VirtualInterfaceTestHistory;
|
|
1122
|
+
}
|
|
1123
|
+
export interface StopBgpFailoverTestRequest {
|
|
1124
|
+
virtualInterfaceId: string | undefined;
|
|
1125
|
+
}
|
|
1126
|
+
export interface StopBgpFailoverTestResponse {
|
|
1127
|
+
virtualInterfaceTest?: VirtualInterfaceTestHistory;
|
|
1128
|
+
}
|
|
1129
|
+
export interface TagResourceRequest {
|
|
1130
|
+
resourceArn: string | undefined;
|
|
1131
|
+
|
|
1132
|
+
tags: Tag[] | undefined;
|
|
1133
|
+
}
|
|
1134
|
+
export interface TagResourceResponse {}
|
|
1135
|
+
export interface UntagResourceRequest {
|
|
1136
|
+
resourceArn: string | undefined;
|
|
1137
|
+
|
|
1138
|
+
tagKeys: string[] | undefined;
|
|
1139
|
+
}
|
|
1140
|
+
export interface UntagResourceResponse {}
|
|
1141
|
+
export interface UpdateConnectionRequest {
|
|
1142
|
+
connectionId: string | undefined;
|
|
1143
|
+
|
|
1144
|
+
connectionName?: string;
|
|
1145
|
+
|
|
1146
|
+
encryptionMode?: string;
|
|
1147
|
+
}
|
|
1148
|
+
export interface UpdateDirectConnectGatewayRequest {
|
|
1149
|
+
directConnectGatewayId: string | undefined;
|
|
1150
|
+
|
|
1151
|
+
newDirectConnectGatewayName: string | undefined;
|
|
1152
|
+
}
|
|
1153
|
+
export interface UpdateDirectConnectGatewayResponse {
|
|
1154
|
+
directConnectGateway?: DirectConnectGateway;
|
|
1155
|
+
}
|
|
1156
|
+
export interface UpdateDirectConnectGatewayAssociationRequest {
|
|
1157
|
+
associationId?: string;
|
|
1158
|
+
|
|
1159
|
+
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
1160
|
+
|
|
1161
|
+
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
1162
|
+
}
|
|
1163
|
+
export interface UpdateDirectConnectGatewayAssociationResult {
|
|
1164
|
+
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
1165
|
+
}
|
|
1166
|
+
export interface UpdateLagRequest {
|
|
1167
|
+
lagId: string | undefined;
|
|
1168
|
+
|
|
1169
|
+
lagName?: string;
|
|
1170
|
+
|
|
1171
|
+
minimumLinks?: number;
|
|
1172
|
+
|
|
1173
|
+
encryptionMode?: string;
|
|
1174
|
+
}
|
|
1175
|
+
export interface UpdateVirtualInterfaceAttributesRequest {
|
|
1176
|
+
virtualInterfaceId: string | undefined;
|
|
1177
|
+
|
|
1178
|
+
mtu?: number;
|
|
1179
|
+
|
|
1180
|
+
enableSiteLink?: boolean;
|
|
1181
|
+
|
|
1182
|
+
virtualInterfaceName?: string;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
export declare const RouteFilterPrefixFilterSensitiveLog: (
|
|
1186
|
+
obj: RouteFilterPrefix
|
|
1187
|
+
) => any;
|
|
1188
|
+
|
|
1189
|
+
export declare const AcceptDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog: (
|
|
1190
|
+
obj: AcceptDirectConnectGatewayAssociationProposalRequest
|
|
1191
|
+
) => any;
|
|
1192
|
+
|
|
1193
|
+
export declare const AssociatedGatewayFilterSensitiveLog: (
|
|
1194
|
+
obj: AssociatedGateway
|
|
1195
|
+
) => any;
|
|
1196
|
+
|
|
1197
|
+
export declare const DirectConnectGatewayAssociationFilterSensitiveLog: (
|
|
1198
|
+
obj: DirectConnectGatewayAssociation
|
|
1199
|
+
) => any;
|
|
1200
|
+
|
|
1201
|
+
export declare const AcceptDirectConnectGatewayAssociationProposalResultFilterSensitiveLog: (
|
|
1202
|
+
obj: AcceptDirectConnectGatewayAssociationProposalResult
|
|
1203
|
+
) => any;
|
|
1204
|
+
|
|
1205
|
+
export declare const CustomerAgreementFilterSensitiveLog: (
|
|
1206
|
+
obj: CustomerAgreement
|
|
1207
|
+
) => any;
|
|
1208
|
+
|
|
1209
|
+
export declare const AllocateConnectionOnInterconnectRequestFilterSensitiveLog: (
|
|
1210
|
+
obj: AllocateConnectionOnInterconnectRequest
|
|
1211
|
+
) => any;
|
|
1212
|
+
|
|
1213
|
+
export declare const MacSecKeyFilterSensitiveLog: (obj: MacSecKey) => any;
|
|
1214
|
+
|
|
1215
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1216
|
+
|
|
1217
|
+
export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
|
|
1218
|
+
|
|
1219
|
+
export declare const AllocateHostedConnectionRequestFilterSensitiveLog: (
|
|
1220
|
+
obj: AllocateHostedConnectionRequest
|
|
1221
|
+
) => any;
|
|
1222
|
+
|
|
1223
|
+
export declare const NewPrivateVirtualInterfaceAllocationFilterSensitiveLog: (
|
|
1224
|
+
obj: NewPrivateVirtualInterfaceAllocation
|
|
1225
|
+
) => any;
|
|
1226
|
+
|
|
1227
|
+
export declare const AllocatePrivateVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1228
|
+
obj: AllocatePrivateVirtualInterfaceRequest
|
|
1229
|
+
) => any;
|
|
1230
|
+
|
|
1231
|
+
export declare const BGPPeerFilterSensitiveLog: (obj: BGPPeer) => any;
|
|
1232
|
+
|
|
1233
|
+
export declare const VirtualInterfaceFilterSensitiveLog: (
|
|
1234
|
+
obj: VirtualInterface
|
|
1235
|
+
) => any;
|
|
1236
|
+
|
|
1237
|
+
export declare const NewPublicVirtualInterfaceAllocationFilterSensitiveLog: (
|
|
1238
|
+
obj: NewPublicVirtualInterfaceAllocation
|
|
1239
|
+
) => any;
|
|
1240
|
+
|
|
1241
|
+
export declare const AllocatePublicVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1242
|
+
obj: AllocatePublicVirtualInterfaceRequest
|
|
1243
|
+
) => any;
|
|
1244
|
+
|
|
1245
|
+
export declare const NewTransitVirtualInterfaceAllocationFilterSensitiveLog: (
|
|
1246
|
+
obj: NewTransitVirtualInterfaceAllocation
|
|
1247
|
+
) => any;
|
|
1248
|
+
|
|
1249
|
+
export declare const AllocateTransitVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1250
|
+
obj: AllocateTransitVirtualInterfaceRequest
|
|
1251
|
+
) => any;
|
|
1252
|
+
|
|
1253
|
+
export declare const AllocateTransitVirtualInterfaceResultFilterSensitiveLog: (
|
|
1254
|
+
obj: AllocateTransitVirtualInterfaceResult
|
|
1255
|
+
) => any;
|
|
1256
|
+
|
|
1257
|
+
export declare const AssociateConnectionWithLagRequestFilterSensitiveLog: (
|
|
1258
|
+
obj: AssociateConnectionWithLagRequest
|
|
1259
|
+
) => any;
|
|
1260
|
+
|
|
1261
|
+
export declare const AssociateHostedConnectionRequestFilterSensitiveLog: (
|
|
1262
|
+
obj: AssociateHostedConnectionRequest
|
|
1263
|
+
) => any;
|
|
1264
|
+
|
|
1265
|
+
export declare const AssociateMacSecKeyRequestFilterSensitiveLog: (
|
|
1266
|
+
obj: AssociateMacSecKeyRequest
|
|
1267
|
+
) => any;
|
|
1268
|
+
|
|
1269
|
+
export declare const AssociateMacSecKeyResponseFilterSensitiveLog: (
|
|
1270
|
+
obj: AssociateMacSecKeyResponse
|
|
1271
|
+
) => any;
|
|
1272
|
+
|
|
1273
|
+
export declare const AssociateVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1274
|
+
obj: AssociateVirtualInterfaceRequest
|
|
1275
|
+
) => any;
|
|
1276
|
+
|
|
1277
|
+
export declare const ConfirmConnectionRequestFilterSensitiveLog: (
|
|
1278
|
+
obj: ConfirmConnectionRequest
|
|
1279
|
+
) => any;
|
|
1280
|
+
|
|
1281
|
+
export declare const ConfirmConnectionResponseFilterSensitiveLog: (
|
|
1282
|
+
obj: ConfirmConnectionResponse
|
|
1283
|
+
) => any;
|
|
1284
|
+
|
|
1285
|
+
export declare const ConfirmCustomerAgreementRequestFilterSensitiveLog: (
|
|
1286
|
+
obj: ConfirmCustomerAgreementRequest
|
|
1287
|
+
) => any;
|
|
1288
|
+
|
|
1289
|
+
export declare const ConfirmCustomerAgreementResponseFilterSensitiveLog: (
|
|
1290
|
+
obj: ConfirmCustomerAgreementResponse
|
|
1291
|
+
) => any;
|
|
1292
|
+
|
|
1293
|
+
export declare const ConfirmPrivateVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1294
|
+
obj: ConfirmPrivateVirtualInterfaceRequest
|
|
1295
|
+
) => any;
|
|
1296
|
+
|
|
1297
|
+
export declare const ConfirmPrivateVirtualInterfaceResponseFilterSensitiveLog: (
|
|
1298
|
+
obj: ConfirmPrivateVirtualInterfaceResponse
|
|
1299
|
+
) => any;
|
|
1300
|
+
|
|
1301
|
+
export declare const ConfirmPublicVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1302
|
+
obj: ConfirmPublicVirtualInterfaceRequest
|
|
1303
|
+
) => any;
|
|
1304
|
+
|
|
1305
|
+
export declare const ConfirmPublicVirtualInterfaceResponseFilterSensitiveLog: (
|
|
1306
|
+
obj: ConfirmPublicVirtualInterfaceResponse
|
|
1307
|
+
) => any;
|
|
1308
|
+
|
|
1309
|
+
export declare const ConfirmTransitVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1310
|
+
obj: ConfirmTransitVirtualInterfaceRequest
|
|
1311
|
+
) => any;
|
|
1312
|
+
|
|
1313
|
+
export declare const ConfirmTransitVirtualInterfaceResponseFilterSensitiveLog: (
|
|
1314
|
+
obj: ConfirmTransitVirtualInterfaceResponse
|
|
1315
|
+
) => any;
|
|
1316
|
+
|
|
1317
|
+
export declare const ConnectionsFilterSensitiveLog: (obj: Connections) => any;
|
|
1318
|
+
|
|
1319
|
+
export declare const NewBGPPeerFilterSensitiveLog: (obj: NewBGPPeer) => any;
|
|
1320
|
+
|
|
1321
|
+
export declare const CreateBGPPeerRequestFilterSensitiveLog: (
|
|
1322
|
+
obj: CreateBGPPeerRequest
|
|
1323
|
+
) => any;
|
|
1324
|
+
|
|
1325
|
+
export declare const CreateBGPPeerResponseFilterSensitiveLog: (
|
|
1326
|
+
obj: CreateBGPPeerResponse
|
|
1327
|
+
) => any;
|
|
1328
|
+
|
|
1329
|
+
export declare const CreateConnectionRequestFilterSensitiveLog: (
|
|
1330
|
+
obj: CreateConnectionRequest
|
|
1331
|
+
) => any;
|
|
1332
|
+
|
|
1333
|
+
export declare const CreateDirectConnectGatewayRequestFilterSensitiveLog: (
|
|
1334
|
+
obj: CreateDirectConnectGatewayRequest
|
|
1335
|
+
) => any;
|
|
1336
|
+
|
|
1337
|
+
export declare const DirectConnectGatewayFilterSensitiveLog: (
|
|
1338
|
+
obj: DirectConnectGateway
|
|
1339
|
+
) => any;
|
|
1340
|
+
|
|
1341
|
+
export declare const CreateDirectConnectGatewayResultFilterSensitiveLog: (
|
|
1342
|
+
obj: CreateDirectConnectGatewayResult
|
|
1343
|
+
) => any;
|
|
1344
|
+
|
|
1345
|
+
export declare const CreateDirectConnectGatewayAssociationRequestFilterSensitiveLog: (
|
|
1346
|
+
obj: CreateDirectConnectGatewayAssociationRequest
|
|
1347
|
+
) => any;
|
|
1348
|
+
|
|
1349
|
+
export declare const CreateDirectConnectGatewayAssociationResultFilterSensitiveLog: (
|
|
1350
|
+
obj: CreateDirectConnectGatewayAssociationResult
|
|
1351
|
+
) => any;
|
|
1352
|
+
|
|
1353
|
+
export declare const CreateDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog: (
|
|
1354
|
+
obj: CreateDirectConnectGatewayAssociationProposalRequest
|
|
1355
|
+
) => any;
|
|
1356
|
+
|
|
1357
|
+
export declare const DirectConnectGatewayAssociationProposalFilterSensitiveLog: (
|
|
1358
|
+
obj: DirectConnectGatewayAssociationProposal
|
|
1359
|
+
) => any;
|
|
1360
|
+
|
|
1361
|
+
export declare const CreateDirectConnectGatewayAssociationProposalResultFilterSensitiveLog: (
|
|
1362
|
+
obj: CreateDirectConnectGatewayAssociationProposalResult
|
|
1363
|
+
) => any;
|
|
1364
|
+
|
|
1365
|
+
export declare const CreateInterconnectRequestFilterSensitiveLog: (
|
|
1366
|
+
obj: CreateInterconnectRequest
|
|
1367
|
+
) => any;
|
|
1368
|
+
|
|
1369
|
+
export declare const InterconnectFilterSensitiveLog: (obj: Interconnect) => any;
|
|
1370
|
+
|
|
1371
|
+
export declare const CreateLagRequestFilterSensitiveLog: (
|
|
1372
|
+
obj: CreateLagRequest
|
|
1373
|
+
) => any;
|
|
1374
|
+
|
|
1375
|
+
export declare const LagFilterSensitiveLog: (obj: Lag) => any;
|
|
1376
|
+
|
|
1377
|
+
export declare const NewPrivateVirtualInterfaceFilterSensitiveLog: (
|
|
1378
|
+
obj: NewPrivateVirtualInterface
|
|
1379
|
+
) => any;
|
|
1380
|
+
|
|
1381
|
+
export declare const CreatePrivateVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1382
|
+
obj: CreatePrivateVirtualInterfaceRequest
|
|
1383
|
+
) => any;
|
|
1384
|
+
|
|
1385
|
+
export declare const NewPublicVirtualInterfaceFilterSensitiveLog: (
|
|
1386
|
+
obj: NewPublicVirtualInterface
|
|
1387
|
+
) => any;
|
|
1388
|
+
|
|
1389
|
+
export declare const CreatePublicVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1390
|
+
obj: CreatePublicVirtualInterfaceRequest
|
|
1391
|
+
) => any;
|
|
1392
|
+
|
|
1393
|
+
export declare const NewTransitVirtualInterfaceFilterSensitiveLog: (
|
|
1394
|
+
obj: NewTransitVirtualInterface
|
|
1395
|
+
) => any;
|
|
1396
|
+
|
|
1397
|
+
export declare const CreateTransitVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1398
|
+
obj: CreateTransitVirtualInterfaceRequest
|
|
1399
|
+
) => any;
|
|
1400
|
+
|
|
1401
|
+
export declare const CreateTransitVirtualInterfaceResultFilterSensitiveLog: (
|
|
1402
|
+
obj: CreateTransitVirtualInterfaceResult
|
|
1403
|
+
) => any;
|
|
1404
|
+
|
|
1405
|
+
export declare const DeleteBGPPeerRequestFilterSensitiveLog: (
|
|
1406
|
+
obj: DeleteBGPPeerRequest
|
|
1407
|
+
) => any;
|
|
1408
|
+
|
|
1409
|
+
export declare const DeleteBGPPeerResponseFilterSensitiveLog: (
|
|
1410
|
+
obj: DeleteBGPPeerResponse
|
|
1411
|
+
) => any;
|
|
1412
|
+
|
|
1413
|
+
export declare const DeleteConnectionRequestFilterSensitiveLog: (
|
|
1414
|
+
obj: DeleteConnectionRequest
|
|
1415
|
+
) => any;
|
|
1416
|
+
|
|
1417
|
+
export declare const DeleteDirectConnectGatewayRequestFilterSensitiveLog: (
|
|
1418
|
+
obj: DeleteDirectConnectGatewayRequest
|
|
1419
|
+
) => any;
|
|
1420
|
+
|
|
1421
|
+
export declare const DeleteDirectConnectGatewayResultFilterSensitiveLog: (
|
|
1422
|
+
obj: DeleteDirectConnectGatewayResult
|
|
1423
|
+
) => any;
|
|
1424
|
+
|
|
1425
|
+
export declare const DeleteDirectConnectGatewayAssociationRequestFilterSensitiveLog: (
|
|
1426
|
+
obj: DeleteDirectConnectGatewayAssociationRequest
|
|
1427
|
+
) => any;
|
|
1428
|
+
|
|
1429
|
+
export declare const DeleteDirectConnectGatewayAssociationResultFilterSensitiveLog: (
|
|
1430
|
+
obj: DeleteDirectConnectGatewayAssociationResult
|
|
1431
|
+
) => any;
|
|
1432
|
+
|
|
1433
|
+
export declare const DeleteDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog: (
|
|
1434
|
+
obj: DeleteDirectConnectGatewayAssociationProposalRequest
|
|
1435
|
+
) => any;
|
|
1436
|
+
|
|
1437
|
+
export declare const DeleteDirectConnectGatewayAssociationProposalResultFilterSensitiveLog: (
|
|
1438
|
+
obj: DeleteDirectConnectGatewayAssociationProposalResult
|
|
1439
|
+
) => any;
|
|
1440
|
+
|
|
1441
|
+
export declare const DeleteInterconnectRequestFilterSensitiveLog: (
|
|
1442
|
+
obj: DeleteInterconnectRequest
|
|
1443
|
+
) => any;
|
|
1444
|
+
|
|
1445
|
+
export declare const DeleteInterconnectResponseFilterSensitiveLog: (
|
|
1446
|
+
obj: DeleteInterconnectResponse
|
|
1447
|
+
) => any;
|
|
1448
|
+
|
|
1449
|
+
export declare const DeleteLagRequestFilterSensitiveLog: (
|
|
1450
|
+
obj: DeleteLagRequest
|
|
1451
|
+
) => any;
|
|
1452
|
+
|
|
1453
|
+
export declare const DeleteVirtualInterfaceRequestFilterSensitiveLog: (
|
|
1454
|
+
obj: DeleteVirtualInterfaceRequest
|
|
1455
|
+
) => any;
|
|
1456
|
+
|
|
1457
|
+
export declare const DeleteVirtualInterfaceResponseFilterSensitiveLog: (
|
|
1458
|
+
obj: DeleteVirtualInterfaceResponse
|
|
1459
|
+
) => any;
|
|
1460
|
+
|
|
1461
|
+
export declare const DescribeConnectionLoaRequestFilterSensitiveLog: (
|
|
1462
|
+
obj: DescribeConnectionLoaRequest
|
|
1463
|
+
) => any;
|
|
1464
|
+
|
|
1465
|
+
export declare const LoaFilterSensitiveLog: (obj: Loa) => any;
|
|
1466
|
+
|
|
1467
|
+
export declare const DescribeConnectionLoaResponseFilterSensitiveLog: (
|
|
1468
|
+
obj: DescribeConnectionLoaResponse
|
|
1469
|
+
) => any;
|
|
1470
|
+
|
|
1471
|
+
export declare const DescribeConnectionsRequestFilterSensitiveLog: (
|
|
1472
|
+
obj: DescribeConnectionsRequest
|
|
1473
|
+
) => any;
|
|
1474
|
+
|
|
1475
|
+
export declare const DescribeConnectionsOnInterconnectRequestFilterSensitiveLog: (
|
|
1476
|
+
obj: DescribeConnectionsOnInterconnectRequest
|
|
1477
|
+
) => any;
|
|
1478
|
+
|
|
1479
|
+
export declare const DescribeCustomerMetadataResponseFilterSensitiveLog: (
|
|
1480
|
+
obj: DescribeCustomerMetadataResponse
|
|
1481
|
+
) => any;
|
|
1482
|
+
|
|
1483
|
+
export declare const DescribeDirectConnectGatewayAssociationProposalsRequestFilterSensitiveLog: (
|
|
1484
|
+
obj: DescribeDirectConnectGatewayAssociationProposalsRequest
|
|
1485
|
+
) => any;
|
|
1486
|
+
|
|
1487
|
+
export declare const DescribeDirectConnectGatewayAssociationProposalsResultFilterSensitiveLog: (
|
|
1488
|
+
obj: DescribeDirectConnectGatewayAssociationProposalsResult
|
|
1489
|
+
) => any;
|
|
1490
|
+
|
|
1491
|
+
export declare const DescribeDirectConnectGatewayAssociationsRequestFilterSensitiveLog: (
|
|
1492
|
+
obj: DescribeDirectConnectGatewayAssociationsRequest
|
|
1493
|
+
) => any;
|
|
1494
|
+
|
|
1495
|
+
export declare const DescribeDirectConnectGatewayAssociationsResultFilterSensitiveLog: (
|
|
1496
|
+
obj: DescribeDirectConnectGatewayAssociationsResult
|
|
1497
|
+
) => any;
|
|
1498
|
+
|
|
1499
|
+
export declare const DescribeDirectConnectGatewayAttachmentsRequestFilterSensitiveLog: (
|
|
1500
|
+
obj: DescribeDirectConnectGatewayAttachmentsRequest
|
|
1501
|
+
) => any;
|
|
1502
|
+
|
|
1503
|
+
export declare const DirectConnectGatewayAttachmentFilterSensitiveLog: (
|
|
1504
|
+
obj: DirectConnectGatewayAttachment
|
|
1505
|
+
) => any;
|
|
1506
|
+
|
|
1507
|
+
export declare const DescribeDirectConnectGatewayAttachmentsResultFilterSensitiveLog: (
|
|
1508
|
+
obj: DescribeDirectConnectGatewayAttachmentsResult
|
|
1509
|
+
) => any;
|
|
1510
|
+
|
|
1511
|
+
export declare const DescribeDirectConnectGatewaysRequestFilterSensitiveLog: (
|
|
1512
|
+
obj: DescribeDirectConnectGatewaysRequest
|
|
1513
|
+
) => any;
|
|
1514
|
+
|
|
1515
|
+
export declare const DescribeDirectConnectGatewaysResultFilterSensitiveLog: (
|
|
1516
|
+
obj: DescribeDirectConnectGatewaysResult
|
|
1517
|
+
) => any;
|
|
1518
|
+
|
|
1519
|
+
export declare const DescribeHostedConnectionsRequestFilterSensitiveLog: (
|
|
1520
|
+
obj: DescribeHostedConnectionsRequest
|
|
1521
|
+
) => any;
|
|
1522
|
+
|
|
1523
|
+
export declare const DescribeInterconnectLoaRequestFilterSensitiveLog: (
|
|
1524
|
+
obj: DescribeInterconnectLoaRequest
|
|
1525
|
+
) => any;
|
|
1526
|
+
|
|
1527
|
+
export declare const DescribeInterconnectLoaResponseFilterSensitiveLog: (
|
|
1528
|
+
obj: DescribeInterconnectLoaResponse
|
|
1529
|
+
) => any;
|
|
1530
|
+
|
|
1531
|
+
export declare const DescribeInterconnectsRequestFilterSensitiveLog: (
|
|
1532
|
+
obj: DescribeInterconnectsRequest
|
|
1533
|
+
) => any;
|
|
1534
|
+
|
|
1535
|
+
export declare const InterconnectsFilterSensitiveLog: (
|
|
1536
|
+
obj: Interconnects
|
|
1537
|
+
) => any;
|
|
1538
|
+
|
|
1539
|
+
export declare const DescribeLagsRequestFilterSensitiveLog: (
|
|
1540
|
+
obj: DescribeLagsRequest
|
|
1541
|
+
) => any;
|
|
1542
|
+
|
|
1543
|
+
export declare const LagsFilterSensitiveLog: (obj: Lags) => any;
|
|
1544
|
+
|
|
1545
|
+
export declare const DescribeLoaRequestFilterSensitiveLog: (
|
|
1546
|
+
obj: DescribeLoaRequest
|
|
1547
|
+
) => any;
|
|
1548
|
+
|
|
1549
|
+
export declare const LocationFilterSensitiveLog: (obj: Location) => any;
|
|
1550
|
+
|
|
1551
|
+
export declare const LocationsFilterSensitiveLog: (obj: Locations) => any;
|
|
1552
|
+
|
|
1553
|
+
export declare const DescribeRouterConfigurationRequestFilterSensitiveLog: (
|
|
1554
|
+
obj: DescribeRouterConfigurationRequest
|
|
1555
|
+
) => any;
|
|
1556
|
+
|
|
1557
|
+
export declare const RouterTypeFilterSensitiveLog: (obj: RouterType) => any;
|
|
1558
|
+
|
|
1559
|
+
export declare const DescribeRouterConfigurationResponseFilterSensitiveLog: (
|
|
1560
|
+
obj: DescribeRouterConfigurationResponse
|
|
1561
|
+
) => any;
|
|
1562
|
+
|
|
1563
|
+
export declare const DescribeTagsRequestFilterSensitiveLog: (
|
|
1564
|
+
obj: DescribeTagsRequest
|
|
1565
|
+
) => any;
|
|
1566
|
+
|
|
1567
|
+
export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
|
|
1568
|
+
|
|
1569
|
+
export declare const DescribeTagsResponseFilterSensitiveLog: (
|
|
1570
|
+
obj: DescribeTagsResponse
|
|
1571
|
+
) => any;
|
|
1572
|
+
|
|
1573
|
+
export declare const VirtualGatewayFilterSensitiveLog: (
|
|
1574
|
+
obj: VirtualGateway
|
|
1575
|
+
) => any;
|
|
1576
|
+
|
|
1577
|
+
export declare const VirtualGatewaysFilterSensitiveLog: (
|
|
1578
|
+
obj: VirtualGateways
|
|
1579
|
+
) => any;
|
|
1580
|
+
|
|
1581
|
+
export declare const DescribeVirtualInterfacesRequestFilterSensitiveLog: (
|
|
1582
|
+
obj: DescribeVirtualInterfacesRequest
|
|
1583
|
+
) => any;
|
|
1584
|
+
|
|
1585
|
+
export declare const VirtualInterfacesFilterSensitiveLog: (
|
|
1586
|
+
obj: VirtualInterfaces
|
|
1587
|
+
) => any;
|
|
1588
|
+
|
|
1589
|
+
export declare const DisassociateConnectionFromLagRequestFilterSensitiveLog: (
|
|
1590
|
+
obj: DisassociateConnectionFromLagRequest
|
|
1591
|
+
) => any;
|
|
1592
|
+
|
|
1593
|
+
export declare const DisassociateMacSecKeyRequestFilterSensitiveLog: (
|
|
1594
|
+
obj: DisassociateMacSecKeyRequest
|
|
1595
|
+
) => any;
|
|
1596
|
+
|
|
1597
|
+
export declare const DisassociateMacSecKeyResponseFilterSensitiveLog: (
|
|
1598
|
+
obj: DisassociateMacSecKeyResponse
|
|
1599
|
+
) => any;
|
|
1600
|
+
|
|
1601
|
+
export declare const ListVirtualInterfaceTestHistoryRequestFilterSensitiveLog: (
|
|
1602
|
+
obj: ListVirtualInterfaceTestHistoryRequest
|
|
1603
|
+
) => any;
|
|
1604
|
+
|
|
1605
|
+
export declare const VirtualInterfaceTestHistoryFilterSensitiveLog: (
|
|
1606
|
+
obj: VirtualInterfaceTestHistory
|
|
1607
|
+
) => any;
|
|
1608
|
+
|
|
1609
|
+
export declare const ListVirtualInterfaceTestHistoryResponseFilterSensitiveLog: (
|
|
1610
|
+
obj: ListVirtualInterfaceTestHistoryResponse
|
|
1611
|
+
) => any;
|
|
1612
|
+
|
|
1613
|
+
export declare const StartBgpFailoverTestRequestFilterSensitiveLog: (
|
|
1614
|
+
obj: StartBgpFailoverTestRequest
|
|
1615
|
+
) => any;
|
|
1616
|
+
|
|
1617
|
+
export declare const StartBgpFailoverTestResponseFilterSensitiveLog: (
|
|
1618
|
+
obj: StartBgpFailoverTestResponse
|
|
1619
|
+
) => any;
|
|
1620
|
+
|
|
1621
|
+
export declare const StopBgpFailoverTestRequestFilterSensitiveLog: (
|
|
1622
|
+
obj: StopBgpFailoverTestRequest
|
|
1623
|
+
) => any;
|
|
1624
|
+
|
|
1625
|
+
export declare const StopBgpFailoverTestResponseFilterSensitiveLog: (
|
|
1626
|
+
obj: StopBgpFailoverTestResponse
|
|
1627
|
+
) => any;
|
|
1628
|
+
|
|
1629
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1630
|
+
obj: TagResourceRequest
|
|
1631
|
+
) => any;
|
|
1632
|
+
|
|
1633
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1634
|
+
obj: TagResourceResponse
|
|
1635
|
+
) => any;
|
|
1636
|
+
|
|
1637
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1638
|
+
obj: UntagResourceRequest
|
|
1639
|
+
) => any;
|
|
1640
|
+
|
|
1641
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1642
|
+
obj: UntagResourceResponse
|
|
1643
|
+
) => any;
|
|
1644
|
+
|
|
1645
|
+
export declare const UpdateConnectionRequestFilterSensitiveLog: (
|
|
1646
|
+
obj: UpdateConnectionRequest
|
|
1647
|
+
) => any;
|
|
1648
|
+
|
|
1649
|
+
export declare const UpdateDirectConnectGatewayRequestFilterSensitiveLog: (
|
|
1650
|
+
obj: UpdateDirectConnectGatewayRequest
|
|
1651
|
+
) => any;
|
|
1652
|
+
|
|
1653
|
+
export declare const UpdateDirectConnectGatewayResponseFilterSensitiveLog: (
|
|
1654
|
+
obj: UpdateDirectConnectGatewayResponse
|
|
1655
|
+
) => any;
|
|
1656
|
+
|
|
1657
|
+
export declare const UpdateDirectConnectGatewayAssociationRequestFilterSensitiveLog: (
|
|
1658
|
+
obj: UpdateDirectConnectGatewayAssociationRequest
|
|
1659
|
+
) => any;
|
|
1660
|
+
|
|
1661
|
+
export declare const UpdateDirectConnectGatewayAssociationResultFilterSensitiveLog: (
|
|
1662
|
+
obj: UpdateDirectConnectGatewayAssociationResult
|
|
1663
|
+
) => any;
|
|
1664
|
+
|
|
1665
|
+
export declare const UpdateLagRequestFilterSensitiveLog: (
|
|
1666
|
+
obj: UpdateLagRequest
|
|
1667
|
+
) => any;
|
|
1668
|
+
|
|
1669
|
+
export declare const UpdateVirtualInterfaceAttributesRequestFilterSensitiveLog: (
|
|
1670
|
+
obj: UpdateVirtualInterfaceAttributesRequest
|
|
1671
|
+
) => any;
|