@aws-sdk/client-global-accelerator 3.169.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 +8 -0
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +874 -240
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +412 -120
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +37 -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/UpdateAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.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 +1339 -1197
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,1197 +1,1339 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AcceleratorEvent {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export
|
|
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
|
-
|
|
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
|
-
export
|
|
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
|
-
export interface
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
}
|
|
545
|
-
export interface
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
}
|
|
557
|
-
export interface DeleteListenerRequest {
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
}
|
|
577
|
-
export interface
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}
|
|
589
|
-
export interface
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
}
|
|
601
|
-
export interface
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
}
|
|
613
|
-
export interface
|
|
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
|
-
|
|
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
|
-
export interface
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
}
|
|
711
|
-
export interface
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
}
|
|
723
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
}
|
|
792
|
-
export interface
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
}
|
|
820
|
-
export interface
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
}
|
|
844
|
-
export interface
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
}
|
|
856
|
-
export interface
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
}
|
|
876
|
-
export interface
|
|
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
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
export declare const
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
export declare const
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
export declare const
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
export declare const
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
export declare const
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
export declare const
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
export declare const
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
export declare const
|
|
1010
|
-
|
|
1011
|
-
export declare const
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
export declare const
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
export declare const
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
export declare const
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
export declare const
|
|
1028
|
-
|
|
1029
|
-
export declare const
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
export declare const
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
export declare const
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
export declare const
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
export declare const
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
export declare const
|
|
1050
|
-
|
|
1051
|
-
export declare const
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
export declare const CustomRoutingAcceleratorAttributesFilterSensitiveLog: (
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
export declare const
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
export declare const
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
export declare const
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
export declare const
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
export declare const
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
export declare const
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
export declare const
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
export declare const
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
export declare const
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
export declare const
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
export declare const
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
export declare const
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
export declare const
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
export declare const
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
export declare const
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
export declare const
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
export declare const
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
export declare const
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
export declare const
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
export declare const
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
export declare const
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
export declare const
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
export declare const
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
export declare const
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
export declare const
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
export declare const
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
export declare const
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
export declare const
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
export declare const
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
export declare const
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
export declare const
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
export declare const
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
export declare const
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
export declare const
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
export declare const
|
|
1196
|
-
|
|
1197
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AcceleratorEvent {
|
|
5
|
+
Message?: string;
|
|
6
|
+
|
|
7
|
+
Timestamp?: Date;
|
|
8
|
+
}
|
|
9
|
+
export declare enum IpAddressType {
|
|
10
|
+
DUAL_STACK = "DUAL_STACK",
|
|
11
|
+
IPV4 = "IPV4",
|
|
12
|
+
}
|
|
13
|
+
export declare enum IpAddressFamily {
|
|
14
|
+
IPv4 = "IPv4",
|
|
15
|
+
IPv6 = "IPv6",
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface IpSet {
|
|
19
|
+
IpFamily?: string;
|
|
20
|
+
|
|
21
|
+
IpAddresses?: string[];
|
|
22
|
+
|
|
23
|
+
IpAddressFamily?: IpAddressFamily | string;
|
|
24
|
+
}
|
|
25
|
+
export declare type AcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
|
|
26
|
+
|
|
27
|
+
export interface Accelerator {
|
|
28
|
+
AcceleratorArn?: string;
|
|
29
|
+
|
|
30
|
+
Name?: string;
|
|
31
|
+
|
|
32
|
+
IpAddressType?: IpAddressType | string;
|
|
33
|
+
|
|
34
|
+
Enabled?: boolean;
|
|
35
|
+
|
|
36
|
+
IpSets?: IpSet[];
|
|
37
|
+
|
|
38
|
+
DnsName?: string;
|
|
39
|
+
|
|
40
|
+
Status?: AcceleratorStatus | string;
|
|
41
|
+
|
|
42
|
+
CreatedTime?: Date;
|
|
43
|
+
|
|
44
|
+
LastModifiedTime?: Date;
|
|
45
|
+
|
|
46
|
+
DualStackDnsName?: string;
|
|
47
|
+
|
|
48
|
+
Events?: AcceleratorEvent[];
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface AcceleratorAttributes {
|
|
52
|
+
FlowLogsEnabled?: boolean;
|
|
53
|
+
|
|
54
|
+
FlowLogsS3Bucket?: string;
|
|
55
|
+
|
|
56
|
+
FlowLogsS3Prefix?: string;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
60
|
+
readonly name: "AcceleratorNotDisabledException";
|
|
61
|
+
readonly $fault: "client";
|
|
62
|
+
Message?: string;
|
|
63
|
+
|
|
64
|
+
constructor(
|
|
65
|
+
opts: __ExceptionOptionType<
|
|
66
|
+
AcceleratorNotDisabledException,
|
|
67
|
+
__BaseException
|
|
68
|
+
>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export declare class AcceleratorNotFoundException extends __BaseException {
|
|
73
|
+
readonly name: "AcceleratorNotFoundException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
Message?: string;
|
|
76
|
+
|
|
77
|
+
constructor(
|
|
78
|
+
opts: __ExceptionOptionType<AcceleratorNotFoundException, __BaseException>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
83
|
+
readonly name: "AccessDeniedException";
|
|
84
|
+
readonly $fault: "client";
|
|
85
|
+
Message?: string;
|
|
86
|
+
|
|
87
|
+
constructor(
|
|
88
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export interface CustomRoutingEndpointConfiguration {
|
|
93
|
+
EndpointId?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface AddCustomRoutingEndpointsRequest {
|
|
96
|
+
EndpointConfigurations: CustomRoutingEndpointConfiguration[] | undefined;
|
|
97
|
+
|
|
98
|
+
EndpointGroupArn: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export interface CustomRoutingEndpointDescription {
|
|
102
|
+
EndpointId?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface AddCustomRoutingEndpointsResponse {
|
|
105
|
+
EndpointDescriptions?: CustomRoutingEndpointDescription[];
|
|
106
|
+
|
|
107
|
+
EndpointGroupArn?: string;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export declare class ConflictException extends __BaseException {
|
|
111
|
+
readonly name: "ConflictException";
|
|
112
|
+
readonly $fault: "client";
|
|
113
|
+
Message?: string;
|
|
114
|
+
|
|
115
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
119
|
+
readonly name: "EndpointAlreadyExistsException";
|
|
120
|
+
readonly $fault: "client";
|
|
121
|
+
Message?: string;
|
|
122
|
+
|
|
123
|
+
constructor(
|
|
124
|
+
opts: __ExceptionOptionType<EndpointAlreadyExistsException, __BaseException>
|
|
125
|
+
);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
129
|
+
readonly name: "EndpointGroupNotFoundException";
|
|
130
|
+
readonly $fault: "client";
|
|
131
|
+
Message?: string;
|
|
132
|
+
|
|
133
|
+
constructor(
|
|
134
|
+
opts: __ExceptionOptionType<EndpointGroupNotFoundException, __BaseException>
|
|
135
|
+
);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export declare class InternalServiceErrorException extends __BaseException {
|
|
139
|
+
readonly name: "InternalServiceErrorException";
|
|
140
|
+
readonly $fault: "server";
|
|
141
|
+
Message?: string;
|
|
142
|
+
|
|
143
|
+
constructor(
|
|
144
|
+
opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>
|
|
145
|
+
);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
149
|
+
readonly name: "InvalidArgumentException";
|
|
150
|
+
readonly $fault: "client";
|
|
151
|
+
Message?: string;
|
|
152
|
+
|
|
153
|
+
constructor(
|
|
154
|
+
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
155
|
+
);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export declare class LimitExceededException extends __BaseException {
|
|
159
|
+
readonly name: "LimitExceededException";
|
|
160
|
+
readonly $fault: "client";
|
|
161
|
+
Message?: string;
|
|
162
|
+
|
|
163
|
+
constructor(
|
|
164
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
165
|
+
);
|
|
166
|
+
}
|
|
167
|
+
export interface AdvertiseByoipCidrRequest {
|
|
168
|
+
Cidr: string | undefined;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export interface ByoipCidrEvent {
|
|
172
|
+
Message?: string;
|
|
173
|
+
|
|
174
|
+
Timestamp?: Date;
|
|
175
|
+
}
|
|
176
|
+
export declare enum ByoipCidrState {
|
|
177
|
+
ADVERTISING = "ADVERTISING",
|
|
178
|
+
DEPROVISIONED = "DEPROVISIONED",
|
|
179
|
+
FAILED_ADVERTISING = "FAILED_ADVERTISING",
|
|
180
|
+
FAILED_DEPROVISION = "FAILED_DEPROVISION",
|
|
181
|
+
FAILED_PROVISION = "FAILED_PROVISION",
|
|
182
|
+
FAILED_WITHDRAW = "FAILED_WITHDRAW",
|
|
183
|
+
PENDING_ADVERTISING = "PENDING_ADVERTISING",
|
|
184
|
+
PENDING_DEPROVISIONING = "PENDING_DEPROVISIONING",
|
|
185
|
+
PENDING_PROVISIONING = "PENDING_PROVISIONING",
|
|
186
|
+
PENDING_WITHDRAWING = "PENDING_WITHDRAWING",
|
|
187
|
+
READY = "READY",
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
export interface ByoipCidr {
|
|
191
|
+
Cidr?: string;
|
|
192
|
+
|
|
193
|
+
State?: ByoipCidrState | string;
|
|
194
|
+
|
|
195
|
+
Events?: ByoipCidrEvent[];
|
|
196
|
+
}
|
|
197
|
+
export interface AdvertiseByoipCidrResponse {
|
|
198
|
+
ByoipCidr?: ByoipCidr;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
202
|
+
readonly name: "ByoipCidrNotFoundException";
|
|
203
|
+
readonly $fault: "client";
|
|
204
|
+
Message?: string;
|
|
205
|
+
|
|
206
|
+
constructor(
|
|
207
|
+
opts: __ExceptionOptionType<ByoipCidrNotFoundException, __BaseException>
|
|
208
|
+
);
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export declare class IncorrectCidrStateException extends __BaseException {
|
|
212
|
+
readonly name: "IncorrectCidrStateException";
|
|
213
|
+
readonly $fault: "client";
|
|
214
|
+
Message?: string;
|
|
215
|
+
|
|
216
|
+
constructor(
|
|
217
|
+
opts: __ExceptionOptionType<IncorrectCidrStateException, __BaseException>
|
|
218
|
+
);
|
|
219
|
+
}
|
|
220
|
+
export interface AllowCustomRoutingTrafficRequest {
|
|
221
|
+
EndpointGroupArn: string | undefined;
|
|
222
|
+
|
|
223
|
+
EndpointId: string | undefined;
|
|
224
|
+
|
|
225
|
+
DestinationAddresses?: string[];
|
|
226
|
+
|
|
227
|
+
DestinationPorts?: number[];
|
|
228
|
+
|
|
229
|
+
AllowAllTrafficToEndpoint?: boolean;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export declare class AssociatedEndpointGroupFoundException extends __BaseException {
|
|
233
|
+
readonly name: "AssociatedEndpointGroupFoundException";
|
|
234
|
+
readonly $fault: "client";
|
|
235
|
+
Message?: string;
|
|
236
|
+
|
|
237
|
+
constructor(
|
|
238
|
+
opts: __ExceptionOptionType<
|
|
239
|
+
AssociatedEndpointGroupFoundException,
|
|
240
|
+
__BaseException
|
|
241
|
+
>
|
|
242
|
+
);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export declare class AssociatedListenerFoundException extends __BaseException {
|
|
246
|
+
readonly name: "AssociatedListenerFoundException";
|
|
247
|
+
readonly $fault: "client";
|
|
248
|
+
Message?: string;
|
|
249
|
+
|
|
250
|
+
constructor(
|
|
251
|
+
opts: __ExceptionOptionType<
|
|
252
|
+
AssociatedListenerFoundException,
|
|
253
|
+
__BaseException
|
|
254
|
+
>
|
|
255
|
+
);
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface CidrAuthorizationContext {
|
|
259
|
+
Message: string | undefined;
|
|
260
|
+
|
|
261
|
+
Signature: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export declare type ClientAffinity = "NONE" | "SOURCE_IP";
|
|
264
|
+
|
|
265
|
+
export interface Tag {
|
|
266
|
+
Key: string | undefined;
|
|
267
|
+
|
|
268
|
+
Value: string | undefined;
|
|
269
|
+
}
|
|
270
|
+
export interface CreateAcceleratorRequest {
|
|
271
|
+
Name: string | undefined;
|
|
272
|
+
|
|
273
|
+
IpAddressType?: IpAddressType | string;
|
|
274
|
+
|
|
275
|
+
IpAddresses?: string[];
|
|
276
|
+
|
|
277
|
+
Enabled?: boolean;
|
|
278
|
+
|
|
279
|
+
IdempotencyToken?: string;
|
|
280
|
+
|
|
281
|
+
Tags?: Tag[];
|
|
282
|
+
}
|
|
283
|
+
export interface CreateAcceleratorResponse {
|
|
284
|
+
Accelerator?: Accelerator;
|
|
285
|
+
}
|
|
286
|
+
export interface CreateCustomRoutingAcceleratorRequest {
|
|
287
|
+
Name: string | undefined;
|
|
288
|
+
|
|
289
|
+
IpAddressType?: IpAddressType | string;
|
|
290
|
+
|
|
291
|
+
IpAddresses?: string[];
|
|
292
|
+
|
|
293
|
+
Enabled?: boolean;
|
|
294
|
+
|
|
295
|
+
IdempotencyToken?: string;
|
|
296
|
+
|
|
297
|
+
Tags?: Tag[];
|
|
298
|
+
}
|
|
299
|
+
export declare type CustomRoutingAcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
|
|
300
|
+
|
|
301
|
+
export interface CustomRoutingAccelerator {
|
|
302
|
+
AcceleratorArn?: string;
|
|
303
|
+
|
|
304
|
+
Name?: string;
|
|
305
|
+
|
|
306
|
+
IpAddressType?: IpAddressType | string;
|
|
307
|
+
|
|
308
|
+
Enabled?: boolean;
|
|
309
|
+
|
|
310
|
+
IpSets?: IpSet[];
|
|
311
|
+
|
|
312
|
+
DnsName?: string;
|
|
313
|
+
|
|
314
|
+
Status?: CustomRoutingAcceleratorStatus | string;
|
|
315
|
+
|
|
316
|
+
CreatedTime?: Date;
|
|
317
|
+
|
|
318
|
+
LastModifiedTime?: Date;
|
|
319
|
+
}
|
|
320
|
+
export interface CreateCustomRoutingAcceleratorResponse {
|
|
321
|
+
Accelerator?: CustomRoutingAccelerator;
|
|
322
|
+
}
|
|
323
|
+
export declare enum CustomRoutingProtocol {
|
|
324
|
+
TCP = "TCP",
|
|
325
|
+
UDP = "UDP",
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export interface CustomRoutingDestinationConfiguration {
|
|
329
|
+
FromPort: number | undefined;
|
|
330
|
+
|
|
331
|
+
ToPort: number | undefined;
|
|
332
|
+
|
|
333
|
+
Protocols: (CustomRoutingProtocol | string)[] | undefined;
|
|
334
|
+
}
|
|
335
|
+
export interface CreateCustomRoutingEndpointGroupRequest {
|
|
336
|
+
ListenerArn: string | undefined;
|
|
337
|
+
|
|
338
|
+
EndpointGroupRegion: string | undefined;
|
|
339
|
+
|
|
340
|
+
DestinationConfigurations:
|
|
341
|
+
| CustomRoutingDestinationConfiguration[]
|
|
342
|
+
| undefined;
|
|
343
|
+
|
|
344
|
+
IdempotencyToken?: string;
|
|
345
|
+
}
|
|
346
|
+
export declare enum Protocol {
|
|
347
|
+
TCP = "TCP",
|
|
348
|
+
UDP = "UDP",
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export interface CustomRoutingDestinationDescription {
|
|
352
|
+
FromPort?: number;
|
|
353
|
+
|
|
354
|
+
ToPort?: number;
|
|
355
|
+
|
|
356
|
+
Protocols?: (Protocol | string)[];
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
export interface CustomRoutingEndpointGroup {
|
|
360
|
+
EndpointGroupArn?: string;
|
|
361
|
+
|
|
362
|
+
EndpointGroupRegion?: string;
|
|
363
|
+
|
|
364
|
+
DestinationDescriptions?: CustomRoutingDestinationDescription[];
|
|
365
|
+
|
|
366
|
+
EndpointDescriptions?: CustomRoutingEndpointDescription[];
|
|
367
|
+
}
|
|
368
|
+
export interface CreateCustomRoutingEndpointGroupResponse {
|
|
369
|
+
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export declare class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
373
|
+
readonly name: "EndpointGroupAlreadyExistsException";
|
|
374
|
+
readonly $fault: "client";
|
|
375
|
+
Message?: string;
|
|
376
|
+
|
|
377
|
+
constructor(
|
|
378
|
+
opts: __ExceptionOptionType<
|
|
379
|
+
EndpointGroupAlreadyExistsException,
|
|
380
|
+
__BaseException
|
|
381
|
+
>
|
|
382
|
+
);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export declare class InvalidPortRangeException extends __BaseException {
|
|
386
|
+
readonly name: "InvalidPortRangeException";
|
|
387
|
+
readonly $fault: "client";
|
|
388
|
+
Message?: string;
|
|
389
|
+
|
|
390
|
+
constructor(
|
|
391
|
+
opts: __ExceptionOptionType<InvalidPortRangeException, __BaseException>
|
|
392
|
+
);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
export declare class ListenerNotFoundException extends __BaseException {
|
|
396
|
+
readonly name: "ListenerNotFoundException";
|
|
397
|
+
readonly $fault: "client";
|
|
398
|
+
Message?: string;
|
|
399
|
+
|
|
400
|
+
constructor(
|
|
401
|
+
opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>
|
|
402
|
+
);
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
export interface PortRange {
|
|
406
|
+
FromPort?: number;
|
|
407
|
+
|
|
408
|
+
ToPort?: number;
|
|
409
|
+
}
|
|
410
|
+
export interface CreateCustomRoutingListenerRequest {
|
|
411
|
+
AcceleratorArn: string | undefined;
|
|
412
|
+
|
|
413
|
+
PortRanges: PortRange[] | undefined;
|
|
414
|
+
|
|
415
|
+
IdempotencyToken?: string;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export interface CustomRoutingListener {
|
|
419
|
+
ListenerArn?: string;
|
|
420
|
+
|
|
421
|
+
PortRanges?: PortRange[];
|
|
422
|
+
}
|
|
423
|
+
export interface CreateCustomRoutingListenerResponse {
|
|
424
|
+
Listener?: CustomRoutingListener;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
export interface EndpointConfiguration {
|
|
428
|
+
EndpointId?: string;
|
|
429
|
+
|
|
430
|
+
Weight?: number;
|
|
431
|
+
|
|
432
|
+
ClientIPPreservationEnabled?: boolean;
|
|
433
|
+
}
|
|
434
|
+
export declare enum HealthCheckProtocol {
|
|
435
|
+
HTTP = "HTTP",
|
|
436
|
+
HTTPS = "HTTPS",
|
|
437
|
+
TCP = "TCP",
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export interface PortOverride {
|
|
441
|
+
ListenerPort?: number;
|
|
442
|
+
|
|
443
|
+
EndpointPort?: number;
|
|
444
|
+
}
|
|
445
|
+
export interface CreateEndpointGroupRequest {
|
|
446
|
+
ListenerArn: string | undefined;
|
|
447
|
+
|
|
448
|
+
EndpointGroupRegion: string | undefined;
|
|
449
|
+
|
|
450
|
+
EndpointConfigurations?: EndpointConfiguration[];
|
|
451
|
+
|
|
452
|
+
TrafficDialPercentage?: number;
|
|
453
|
+
|
|
454
|
+
HealthCheckPort?: number;
|
|
455
|
+
|
|
456
|
+
HealthCheckProtocol?: HealthCheckProtocol | string;
|
|
457
|
+
|
|
458
|
+
HealthCheckPath?: string;
|
|
459
|
+
|
|
460
|
+
HealthCheckIntervalSeconds?: number;
|
|
461
|
+
|
|
462
|
+
ThresholdCount?: number;
|
|
463
|
+
|
|
464
|
+
IdempotencyToken?: string;
|
|
465
|
+
|
|
466
|
+
PortOverrides?: PortOverride[];
|
|
467
|
+
}
|
|
468
|
+
export declare type HealthState = "HEALTHY" | "INITIAL" | "UNHEALTHY";
|
|
469
|
+
|
|
470
|
+
export interface EndpointDescription {
|
|
471
|
+
EndpointId?: string;
|
|
472
|
+
|
|
473
|
+
Weight?: number;
|
|
474
|
+
|
|
475
|
+
HealthState?: HealthState | string;
|
|
476
|
+
|
|
477
|
+
HealthReason?: string;
|
|
478
|
+
|
|
479
|
+
ClientIPPreservationEnabled?: boolean;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
export interface EndpointGroup {
|
|
483
|
+
EndpointGroupArn?: string;
|
|
484
|
+
|
|
485
|
+
EndpointGroupRegion?: string;
|
|
486
|
+
|
|
487
|
+
EndpointDescriptions?: EndpointDescription[];
|
|
488
|
+
|
|
489
|
+
TrafficDialPercentage?: number;
|
|
490
|
+
|
|
491
|
+
HealthCheckPort?: number;
|
|
492
|
+
|
|
493
|
+
HealthCheckProtocol?: HealthCheckProtocol | string;
|
|
494
|
+
|
|
495
|
+
HealthCheckPath?: string;
|
|
496
|
+
|
|
497
|
+
HealthCheckIntervalSeconds?: number;
|
|
498
|
+
|
|
499
|
+
ThresholdCount?: number;
|
|
500
|
+
|
|
501
|
+
PortOverrides?: PortOverride[];
|
|
502
|
+
}
|
|
503
|
+
export interface CreateEndpointGroupResponse {
|
|
504
|
+
EndpointGroup?: EndpointGroup;
|
|
505
|
+
}
|
|
506
|
+
export interface CreateListenerRequest {
|
|
507
|
+
AcceleratorArn: string | undefined;
|
|
508
|
+
|
|
509
|
+
PortRanges: PortRange[] | undefined;
|
|
510
|
+
|
|
511
|
+
Protocol: Protocol | string | undefined;
|
|
512
|
+
|
|
513
|
+
ClientAffinity?: ClientAffinity | string;
|
|
514
|
+
|
|
515
|
+
IdempotencyToken?: string;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
export interface Listener {
|
|
519
|
+
ListenerArn?: string;
|
|
520
|
+
|
|
521
|
+
PortRanges?: PortRange[];
|
|
522
|
+
|
|
523
|
+
Protocol?: Protocol | string;
|
|
524
|
+
|
|
525
|
+
ClientAffinity?: ClientAffinity | string;
|
|
526
|
+
}
|
|
527
|
+
export interface CreateListenerResponse {
|
|
528
|
+
Listener?: Listener;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export interface CustomRoutingAcceleratorAttributes {
|
|
532
|
+
FlowLogsEnabled?: boolean;
|
|
533
|
+
|
|
534
|
+
FlowLogsS3Bucket?: string;
|
|
535
|
+
|
|
536
|
+
FlowLogsS3Prefix?: string;
|
|
537
|
+
}
|
|
538
|
+
export declare enum CustomRoutingDestinationTrafficState {
|
|
539
|
+
ALLOW = "ALLOW",
|
|
540
|
+
DENY = "DENY",
|
|
541
|
+
}
|
|
542
|
+
export interface DeleteAcceleratorRequest {
|
|
543
|
+
AcceleratorArn: string | undefined;
|
|
544
|
+
}
|
|
545
|
+
export interface DeleteCustomRoutingAcceleratorRequest {
|
|
546
|
+
AcceleratorArn: string | undefined;
|
|
547
|
+
}
|
|
548
|
+
export interface DeleteCustomRoutingEndpointGroupRequest {
|
|
549
|
+
EndpointGroupArn: string | undefined;
|
|
550
|
+
}
|
|
551
|
+
export interface DeleteCustomRoutingListenerRequest {
|
|
552
|
+
ListenerArn: string | undefined;
|
|
553
|
+
}
|
|
554
|
+
export interface DeleteEndpointGroupRequest {
|
|
555
|
+
EndpointGroupArn: string | undefined;
|
|
556
|
+
}
|
|
557
|
+
export interface DeleteListenerRequest {
|
|
558
|
+
ListenerArn: string | undefined;
|
|
559
|
+
}
|
|
560
|
+
export interface DenyCustomRoutingTrafficRequest {
|
|
561
|
+
EndpointGroupArn: string | undefined;
|
|
562
|
+
|
|
563
|
+
EndpointId: string | undefined;
|
|
564
|
+
|
|
565
|
+
DestinationAddresses?: string[];
|
|
566
|
+
|
|
567
|
+
DestinationPorts?: number[];
|
|
568
|
+
|
|
569
|
+
DenyAllTrafficToEndpoint?: boolean;
|
|
570
|
+
}
|
|
571
|
+
export interface DeprovisionByoipCidrRequest {
|
|
572
|
+
Cidr: string | undefined;
|
|
573
|
+
}
|
|
574
|
+
export interface DeprovisionByoipCidrResponse {
|
|
575
|
+
ByoipCidr?: ByoipCidr;
|
|
576
|
+
}
|
|
577
|
+
export interface DescribeAcceleratorRequest {
|
|
578
|
+
AcceleratorArn: string | undefined;
|
|
579
|
+
}
|
|
580
|
+
export interface DescribeAcceleratorResponse {
|
|
581
|
+
Accelerator?: Accelerator;
|
|
582
|
+
}
|
|
583
|
+
export interface DescribeAcceleratorAttributesRequest {
|
|
584
|
+
AcceleratorArn: string | undefined;
|
|
585
|
+
}
|
|
586
|
+
export interface DescribeAcceleratorAttributesResponse {
|
|
587
|
+
AcceleratorAttributes?: AcceleratorAttributes;
|
|
588
|
+
}
|
|
589
|
+
export interface DescribeCustomRoutingAcceleratorRequest {
|
|
590
|
+
AcceleratorArn: string | undefined;
|
|
591
|
+
}
|
|
592
|
+
export interface DescribeCustomRoutingAcceleratorResponse {
|
|
593
|
+
Accelerator?: CustomRoutingAccelerator;
|
|
594
|
+
}
|
|
595
|
+
export interface DescribeCustomRoutingAcceleratorAttributesRequest {
|
|
596
|
+
AcceleratorArn: string | undefined;
|
|
597
|
+
}
|
|
598
|
+
export interface DescribeCustomRoutingAcceleratorAttributesResponse {
|
|
599
|
+
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
600
|
+
}
|
|
601
|
+
export interface DescribeCustomRoutingEndpointGroupRequest {
|
|
602
|
+
EndpointGroupArn: string | undefined;
|
|
603
|
+
}
|
|
604
|
+
export interface DescribeCustomRoutingEndpointGroupResponse {
|
|
605
|
+
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
606
|
+
}
|
|
607
|
+
export interface DescribeCustomRoutingListenerRequest {
|
|
608
|
+
ListenerArn: string | undefined;
|
|
609
|
+
}
|
|
610
|
+
export interface DescribeCustomRoutingListenerResponse {
|
|
611
|
+
Listener?: CustomRoutingListener;
|
|
612
|
+
}
|
|
613
|
+
export interface DescribeEndpointGroupRequest {
|
|
614
|
+
EndpointGroupArn: string | undefined;
|
|
615
|
+
}
|
|
616
|
+
export interface DescribeEndpointGroupResponse {
|
|
617
|
+
EndpointGroup?: EndpointGroup;
|
|
618
|
+
}
|
|
619
|
+
export interface DescribeListenerRequest {
|
|
620
|
+
ListenerArn: string | undefined;
|
|
621
|
+
}
|
|
622
|
+
export interface DescribeListenerResponse {
|
|
623
|
+
Listener?: Listener;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
export interface SocketAddress {
|
|
627
|
+
IpAddress?: string;
|
|
628
|
+
|
|
629
|
+
Port?: number;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
export interface DestinationPortMapping {
|
|
633
|
+
AcceleratorArn?: string;
|
|
634
|
+
|
|
635
|
+
AcceleratorSocketAddresses?: SocketAddress[];
|
|
636
|
+
|
|
637
|
+
EndpointGroupArn?: string;
|
|
638
|
+
|
|
639
|
+
EndpointId?: string;
|
|
640
|
+
|
|
641
|
+
EndpointGroupRegion?: string;
|
|
642
|
+
|
|
643
|
+
DestinationSocketAddress?: SocketAddress;
|
|
644
|
+
|
|
645
|
+
IpAddressType?: IpAddressType | string;
|
|
646
|
+
|
|
647
|
+
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
export declare class EndpointNotFoundException extends __BaseException {
|
|
651
|
+
readonly name: "EndpointNotFoundException";
|
|
652
|
+
readonly $fault: "client";
|
|
653
|
+
Message?: string;
|
|
654
|
+
|
|
655
|
+
constructor(
|
|
656
|
+
opts: __ExceptionOptionType<EndpointNotFoundException, __BaseException>
|
|
657
|
+
);
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
661
|
+
readonly name: "InvalidNextTokenException";
|
|
662
|
+
readonly $fault: "client";
|
|
663
|
+
Message?: string;
|
|
664
|
+
|
|
665
|
+
constructor(
|
|
666
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
667
|
+
);
|
|
668
|
+
}
|
|
669
|
+
export interface ListAcceleratorsRequest {
|
|
670
|
+
MaxResults?: number;
|
|
671
|
+
|
|
672
|
+
NextToken?: string;
|
|
673
|
+
}
|
|
674
|
+
export interface ListAcceleratorsResponse {
|
|
675
|
+
Accelerators?: Accelerator[];
|
|
676
|
+
|
|
677
|
+
NextToken?: string;
|
|
678
|
+
}
|
|
679
|
+
export interface ListByoipCidrsRequest {
|
|
680
|
+
MaxResults?: number;
|
|
681
|
+
|
|
682
|
+
NextToken?: string;
|
|
683
|
+
}
|
|
684
|
+
export interface ListByoipCidrsResponse {
|
|
685
|
+
ByoipCidrs?: ByoipCidr[];
|
|
686
|
+
|
|
687
|
+
NextToken?: string;
|
|
688
|
+
}
|
|
689
|
+
export interface ListCustomRoutingAcceleratorsRequest {
|
|
690
|
+
MaxResults?: number;
|
|
691
|
+
|
|
692
|
+
NextToken?: string;
|
|
693
|
+
}
|
|
694
|
+
export interface ListCustomRoutingAcceleratorsResponse {
|
|
695
|
+
Accelerators?: CustomRoutingAccelerator[];
|
|
696
|
+
|
|
697
|
+
NextToken?: string;
|
|
698
|
+
}
|
|
699
|
+
export interface ListCustomRoutingEndpointGroupsRequest {
|
|
700
|
+
ListenerArn: string | undefined;
|
|
701
|
+
|
|
702
|
+
MaxResults?: number;
|
|
703
|
+
|
|
704
|
+
NextToken?: string;
|
|
705
|
+
}
|
|
706
|
+
export interface ListCustomRoutingEndpointGroupsResponse {
|
|
707
|
+
EndpointGroups?: CustomRoutingEndpointGroup[];
|
|
708
|
+
|
|
709
|
+
NextToken?: string;
|
|
710
|
+
}
|
|
711
|
+
export interface ListCustomRoutingListenersRequest {
|
|
712
|
+
AcceleratorArn: string | undefined;
|
|
713
|
+
|
|
714
|
+
MaxResults?: number;
|
|
715
|
+
|
|
716
|
+
NextToken?: string;
|
|
717
|
+
}
|
|
718
|
+
export interface ListCustomRoutingListenersResponse {
|
|
719
|
+
Listeners?: CustomRoutingListener[];
|
|
720
|
+
|
|
721
|
+
NextToken?: string;
|
|
722
|
+
}
|
|
723
|
+
export interface ListCustomRoutingPortMappingsRequest {
|
|
724
|
+
AcceleratorArn: string | undefined;
|
|
725
|
+
|
|
726
|
+
EndpointGroupArn?: string;
|
|
727
|
+
|
|
728
|
+
MaxResults?: number;
|
|
729
|
+
|
|
730
|
+
NextToken?: string;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
export interface PortMapping {
|
|
734
|
+
AcceleratorPort?: number;
|
|
735
|
+
|
|
736
|
+
EndpointGroupArn?: string;
|
|
737
|
+
|
|
738
|
+
EndpointId?: string;
|
|
739
|
+
|
|
740
|
+
DestinationSocketAddress?: SocketAddress;
|
|
741
|
+
|
|
742
|
+
Protocols?: (CustomRoutingProtocol | string)[];
|
|
743
|
+
|
|
744
|
+
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
745
|
+
}
|
|
746
|
+
export interface ListCustomRoutingPortMappingsResponse {
|
|
747
|
+
PortMappings?: PortMapping[];
|
|
748
|
+
|
|
749
|
+
NextToken?: string;
|
|
750
|
+
}
|
|
751
|
+
export interface ListCustomRoutingPortMappingsByDestinationRequest {
|
|
752
|
+
EndpointId: string | undefined;
|
|
753
|
+
|
|
754
|
+
DestinationAddress: string | undefined;
|
|
755
|
+
|
|
756
|
+
MaxResults?: number;
|
|
757
|
+
|
|
758
|
+
NextToken?: string;
|
|
759
|
+
}
|
|
760
|
+
export interface ListCustomRoutingPortMappingsByDestinationResponse {
|
|
761
|
+
DestinationPortMappings?: DestinationPortMapping[];
|
|
762
|
+
|
|
763
|
+
NextToken?: string;
|
|
764
|
+
}
|
|
765
|
+
export interface ListEndpointGroupsRequest {
|
|
766
|
+
ListenerArn: string | undefined;
|
|
767
|
+
|
|
768
|
+
MaxResults?: number;
|
|
769
|
+
|
|
770
|
+
NextToken?: string;
|
|
771
|
+
}
|
|
772
|
+
export interface ListEndpointGroupsResponse {
|
|
773
|
+
EndpointGroups?: EndpointGroup[];
|
|
774
|
+
|
|
775
|
+
NextToken?: string;
|
|
776
|
+
}
|
|
777
|
+
export interface ListListenersRequest {
|
|
778
|
+
AcceleratorArn: string | undefined;
|
|
779
|
+
|
|
780
|
+
MaxResults?: number;
|
|
781
|
+
|
|
782
|
+
NextToken?: string;
|
|
783
|
+
}
|
|
784
|
+
export interface ListListenersResponse {
|
|
785
|
+
Listeners?: Listener[];
|
|
786
|
+
|
|
787
|
+
NextToken?: string;
|
|
788
|
+
}
|
|
789
|
+
export interface ListTagsForResourceRequest {
|
|
790
|
+
ResourceArn: string | undefined;
|
|
791
|
+
}
|
|
792
|
+
export interface ListTagsForResourceResponse {
|
|
793
|
+
Tags?: Tag[];
|
|
794
|
+
}
|
|
795
|
+
export interface ProvisionByoipCidrRequest {
|
|
796
|
+
Cidr: string | undefined;
|
|
797
|
+
|
|
798
|
+
CidrAuthorizationContext: CidrAuthorizationContext | undefined;
|
|
799
|
+
}
|
|
800
|
+
export interface ProvisionByoipCidrResponse {
|
|
801
|
+
ByoipCidr?: ByoipCidr;
|
|
802
|
+
}
|
|
803
|
+
export interface RemoveCustomRoutingEndpointsRequest {
|
|
804
|
+
EndpointIds: string[] | undefined;
|
|
805
|
+
|
|
806
|
+
EndpointGroupArn: string | undefined;
|
|
807
|
+
}
|
|
808
|
+
export interface TagResourceRequest {
|
|
809
|
+
ResourceArn: string | undefined;
|
|
810
|
+
|
|
811
|
+
Tags: Tag[] | undefined;
|
|
812
|
+
}
|
|
813
|
+
export interface TagResourceResponse {}
|
|
814
|
+
export interface UntagResourceRequest {
|
|
815
|
+
ResourceArn: string | undefined;
|
|
816
|
+
|
|
817
|
+
TagKeys: string[] | undefined;
|
|
818
|
+
}
|
|
819
|
+
export interface UntagResourceResponse {}
|
|
820
|
+
export interface UpdateAcceleratorRequest {
|
|
821
|
+
AcceleratorArn: string | undefined;
|
|
822
|
+
|
|
823
|
+
Name?: string;
|
|
824
|
+
|
|
825
|
+
IpAddressType?: IpAddressType | string;
|
|
826
|
+
|
|
827
|
+
Enabled?: boolean;
|
|
828
|
+
}
|
|
829
|
+
export interface UpdateAcceleratorResponse {
|
|
830
|
+
Accelerator?: Accelerator;
|
|
831
|
+
}
|
|
832
|
+
export interface UpdateAcceleratorAttributesRequest {
|
|
833
|
+
AcceleratorArn: string | undefined;
|
|
834
|
+
|
|
835
|
+
FlowLogsEnabled?: boolean;
|
|
836
|
+
|
|
837
|
+
FlowLogsS3Bucket?: string;
|
|
838
|
+
|
|
839
|
+
FlowLogsS3Prefix?: string;
|
|
840
|
+
}
|
|
841
|
+
export interface UpdateAcceleratorAttributesResponse {
|
|
842
|
+
AcceleratorAttributes?: AcceleratorAttributes;
|
|
843
|
+
}
|
|
844
|
+
export interface UpdateCustomRoutingAcceleratorRequest {
|
|
845
|
+
AcceleratorArn: string | undefined;
|
|
846
|
+
|
|
847
|
+
Name?: string;
|
|
848
|
+
|
|
849
|
+
IpAddressType?: IpAddressType | string;
|
|
850
|
+
|
|
851
|
+
Enabled?: boolean;
|
|
852
|
+
}
|
|
853
|
+
export interface UpdateCustomRoutingAcceleratorResponse {
|
|
854
|
+
Accelerator?: CustomRoutingAccelerator;
|
|
855
|
+
}
|
|
856
|
+
export interface UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
857
|
+
AcceleratorArn: string | undefined;
|
|
858
|
+
|
|
859
|
+
FlowLogsEnabled?: boolean;
|
|
860
|
+
|
|
861
|
+
FlowLogsS3Bucket?: string;
|
|
862
|
+
|
|
863
|
+
FlowLogsS3Prefix?: string;
|
|
864
|
+
}
|
|
865
|
+
export interface UpdateCustomRoutingAcceleratorAttributesResponse {
|
|
866
|
+
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
867
|
+
}
|
|
868
|
+
export interface UpdateCustomRoutingListenerRequest {
|
|
869
|
+
ListenerArn: string | undefined;
|
|
870
|
+
|
|
871
|
+
PortRanges: PortRange[] | undefined;
|
|
872
|
+
}
|
|
873
|
+
export interface UpdateCustomRoutingListenerResponse {
|
|
874
|
+
Listener?: CustomRoutingListener;
|
|
875
|
+
}
|
|
876
|
+
export interface UpdateEndpointGroupRequest {
|
|
877
|
+
EndpointGroupArn: string | undefined;
|
|
878
|
+
|
|
879
|
+
EndpointConfigurations?: EndpointConfiguration[];
|
|
880
|
+
|
|
881
|
+
TrafficDialPercentage?: number;
|
|
882
|
+
|
|
883
|
+
HealthCheckPort?: number;
|
|
884
|
+
|
|
885
|
+
HealthCheckProtocol?: HealthCheckProtocol | string;
|
|
886
|
+
|
|
887
|
+
HealthCheckPath?: string;
|
|
888
|
+
|
|
889
|
+
HealthCheckIntervalSeconds?: number;
|
|
890
|
+
|
|
891
|
+
ThresholdCount?: number;
|
|
892
|
+
|
|
893
|
+
PortOverrides?: PortOverride[];
|
|
894
|
+
}
|
|
895
|
+
export interface UpdateEndpointGroupResponse {
|
|
896
|
+
EndpointGroup?: EndpointGroup;
|
|
897
|
+
}
|
|
898
|
+
export interface UpdateListenerRequest {
|
|
899
|
+
ListenerArn: string | undefined;
|
|
900
|
+
|
|
901
|
+
PortRanges?: PortRange[];
|
|
902
|
+
|
|
903
|
+
Protocol?: Protocol | string;
|
|
904
|
+
|
|
905
|
+
ClientAffinity?: ClientAffinity | string;
|
|
906
|
+
}
|
|
907
|
+
export interface UpdateListenerResponse {
|
|
908
|
+
Listener?: Listener;
|
|
909
|
+
}
|
|
910
|
+
export interface WithdrawByoipCidrRequest {
|
|
911
|
+
Cidr: string | undefined;
|
|
912
|
+
}
|
|
913
|
+
export interface WithdrawByoipCidrResponse {
|
|
914
|
+
ByoipCidr?: ByoipCidr;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
export declare const AcceleratorEventFilterSensitiveLog: (
|
|
918
|
+
obj: AcceleratorEvent
|
|
919
|
+
) => any;
|
|
920
|
+
|
|
921
|
+
export declare const IpSetFilterSensitiveLog: (obj: IpSet) => any;
|
|
922
|
+
|
|
923
|
+
export declare const AcceleratorFilterSensitiveLog: (obj: Accelerator) => any;
|
|
924
|
+
|
|
925
|
+
export declare const AcceleratorAttributesFilterSensitiveLog: (
|
|
926
|
+
obj: AcceleratorAttributes
|
|
927
|
+
) => any;
|
|
928
|
+
|
|
929
|
+
export declare const CustomRoutingEndpointConfigurationFilterSensitiveLog: (
|
|
930
|
+
obj: CustomRoutingEndpointConfiguration
|
|
931
|
+
) => any;
|
|
932
|
+
|
|
933
|
+
export declare const AddCustomRoutingEndpointsRequestFilterSensitiveLog: (
|
|
934
|
+
obj: AddCustomRoutingEndpointsRequest
|
|
935
|
+
) => any;
|
|
936
|
+
|
|
937
|
+
export declare const CustomRoutingEndpointDescriptionFilterSensitiveLog: (
|
|
938
|
+
obj: CustomRoutingEndpointDescription
|
|
939
|
+
) => any;
|
|
940
|
+
|
|
941
|
+
export declare const AddCustomRoutingEndpointsResponseFilterSensitiveLog: (
|
|
942
|
+
obj: AddCustomRoutingEndpointsResponse
|
|
943
|
+
) => any;
|
|
944
|
+
|
|
945
|
+
export declare const AdvertiseByoipCidrRequestFilterSensitiveLog: (
|
|
946
|
+
obj: AdvertiseByoipCidrRequest
|
|
947
|
+
) => any;
|
|
948
|
+
|
|
949
|
+
export declare const ByoipCidrEventFilterSensitiveLog: (
|
|
950
|
+
obj: ByoipCidrEvent
|
|
951
|
+
) => any;
|
|
952
|
+
|
|
953
|
+
export declare const ByoipCidrFilterSensitiveLog: (obj: ByoipCidr) => any;
|
|
954
|
+
|
|
955
|
+
export declare const AdvertiseByoipCidrResponseFilterSensitiveLog: (
|
|
956
|
+
obj: AdvertiseByoipCidrResponse
|
|
957
|
+
) => any;
|
|
958
|
+
|
|
959
|
+
export declare const AllowCustomRoutingTrafficRequestFilterSensitiveLog: (
|
|
960
|
+
obj: AllowCustomRoutingTrafficRequest
|
|
961
|
+
) => any;
|
|
962
|
+
|
|
963
|
+
export declare const CidrAuthorizationContextFilterSensitiveLog: (
|
|
964
|
+
obj: CidrAuthorizationContext
|
|
965
|
+
) => any;
|
|
966
|
+
|
|
967
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
968
|
+
|
|
969
|
+
export declare const CreateAcceleratorRequestFilterSensitiveLog: (
|
|
970
|
+
obj: CreateAcceleratorRequest
|
|
971
|
+
) => any;
|
|
972
|
+
|
|
973
|
+
export declare const CreateAcceleratorResponseFilterSensitiveLog: (
|
|
974
|
+
obj: CreateAcceleratorResponse
|
|
975
|
+
) => any;
|
|
976
|
+
|
|
977
|
+
export declare const CreateCustomRoutingAcceleratorRequestFilterSensitiveLog: (
|
|
978
|
+
obj: CreateCustomRoutingAcceleratorRequest
|
|
979
|
+
) => any;
|
|
980
|
+
|
|
981
|
+
export declare const CustomRoutingAcceleratorFilterSensitiveLog: (
|
|
982
|
+
obj: CustomRoutingAccelerator
|
|
983
|
+
) => any;
|
|
984
|
+
|
|
985
|
+
export declare const CreateCustomRoutingAcceleratorResponseFilterSensitiveLog: (
|
|
986
|
+
obj: CreateCustomRoutingAcceleratorResponse
|
|
987
|
+
) => any;
|
|
988
|
+
|
|
989
|
+
export declare const CustomRoutingDestinationConfigurationFilterSensitiveLog: (
|
|
990
|
+
obj: CustomRoutingDestinationConfiguration
|
|
991
|
+
) => any;
|
|
992
|
+
|
|
993
|
+
export declare const CreateCustomRoutingEndpointGroupRequestFilterSensitiveLog: (
|
|
994
|
+
obj: CreateCustomRoutingEndpointGroupRequest
|
|
995
|
+
) => any;
|
|
996
|
+
|
|
997
|
+
export declare const CustomRoutingDestinationDescriptionFilterSensitiveLog: (
|
|
998
|
+
obj: CustomRoutingDestinationDescription
|
|
999
|
+
) => any;
|
|
1000
|
+
|
|
1001
|
+
export declare const CustomRoutingEndpointGroupFilterSensitiveLog: (
|
|
1002
|
+
obj: CustomRoutingEndpointGroup
|
|
1003
|
+
) => any;
|
|
1004
|
+
|
|
1005
|
+
export declare const CreateCustomRoutingEndpointGroupResponseFilterSensitiveLog: (
|
|
1006
|
+
obj: CreateCustomRoutingEndpointGroupResponse
|
|
1007
|
+
) => any;
|
|
1008
|
+
|
|
1009
|
+
export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
|
|
1010
|
+
|
|
1011
|
+
export declare const CreateCustomRoutingListenerRequestFilterSensitiveLog: (
|
|
1012
|
+
obj: CreateCustomRoutingListenerRequest
|
|
1013
|
+
) => any;
|
|
1014
|
+
|
|
1015
|
+
export declare const CustomRoutingListenerFilterSensitiveLog: (
|
|
1016
|
+
obj: CustomRoutingListener
|
|
1017
|
+
) => any;
|
|
1018
|
+
|
|
1019
|
+
export declare const CreateCustomRoutingListenerResponseFilterSensitiveLog: (
|
|
1020
|
+
obj: CreateCustomRoutingListenerResponse
|
|
1021
|
+
) => any;
|
|
1022
|
+
|
|
1023
|
+
export declare const EndpointConfigurationFilterSensitiveLog: (
|
|
1024
|
+
obj: EndpointConfiguration
|
|
1025
|
+
) => any;
|
|
1026
|
+
|
|
1027
|
+
export declare const PortOverrideFilterSensitiveLog: (obj: PortOverride) => any;
|
|
1028
|
+
|
|
1029
|
+
export declare const CreateEndpointGroupRequestFilterSensitiveLog: (
|
|
1030
|
+
obj: CreateEndpointGroupRequest
|
|
1031
|
+
) => any;
|
|
1032
|
+
|
|
1033
|
+
export declare const EndpointDescriptionFilterSensitiveLog: (
|
|
1034
|
+
obj: EndpointDescription
|
|
1035
|
+
) => any;
|
|
1036
|
+
|
|
1037
|
+
export declare const EndpointGroupFilterSensitiveLog: (
|
|
1038
|
+
obj: EndpointGroup
|
|
1039
|
+
) => any;
|
|
1040
|
+
|
|
1041
|
+
export declare const CreateEndpointGroupResponseFilterSensitiveLog: (
|
|
1042
|
+
obj: CreateEndpointGroupResponse
|
|
1043
|
+
) => any;
|
|
1044
|
+
|
|
1045
|
+
export declare const CreateListenerRequestFilterSensitiveLog: (
|
|
1046
|
+
obj: CreateListenerRequest
|
|
1047
|
+
) => any;
|
|
1048
|
+
|
|
1049
|
+
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
1050
|
+
|
|
1051
|
+
export declare const CreateListenerResponseFilterSensitiveLog: (
|
|
1052
|
+
obj: CreateListenerResponse
|
|
1053
|
+
) => any;
|
|
1054
|
+
|
|
1055
|
+
export declare const CustomRoutingAcceleratorAttributesFilterSensitiveLog: (
|
|
1056
|
+
obj: CustomRoutingAcceleratorAttributes
|
|
1057
|
+
) => any;
|
|
1058
|
+
|
|
1059
|
+
export declare const DeleteAcceleratorRequestFilterSensitiveLog: (
|
|
1060
|
+
obj: DeleteAcceleratorRequest
|
|
1061
|
+
) => any;
|
|
1062
|
+
|
|
1063
|
+
export declare const DeleteCustomRoutingAcceleratorRequestFilterSensitiveLog: (
|
|
1064
|
+
obj: DeleteCustomRoutingAcceleratorRequest
|
|
1065
|
+
) => any;
|
|
1066
|
+
|
|
1067
|
+
export declare const DeleteCustomRoutingEndpointGroupRequestFilterSensitiveLog: (
|
|
1068
|
+
obj: DeleteCustomRoutingEndpointGroupRequest
|
|
1069
|
+
) => any;
|
|
1070
|
+
|
|
1071
|
+
export declare const DeleteCustomRoutingListenerRequestFilterSensitiveLog: (
|
|
1072
|
+
obj: DeleteCustomRoutingListenerRequest
|
|
1073
|
+
) => any;
|
|
1074
|
+
|
|
1075
|
+
export declare const DeleteEndpointGroupRequestFilterSensitiveLog: (
|
|
1076
|
+
obj: DeleteEndpointGroupRequest
|
|
1077
|
+
) => any;
|
|
1078
|
+
|
|
1079
|
+
export declare const DeleteListenerRequestFilterSensitiveLog: (
|
|
1080
|
+
obj: DeleteListenerRequest
|
|
1081
|
+
) => any;
|
|
1082
|
+
|
|
1083
|
+
export declare const DenyCustomRoutingTrafficRequestFilterSensitiveLog: (
|
|
1084
|
+
obj: DenyCustomRoutingTrafficRequest
|
|
1085
|
+
) => any;
|
|
1086
|
+
|
|
1087
|
+
export declare const DeprovisionByoipCidrRequestFilterSensitiveLog: (
|
|
1088
|
+
obj: DeprovisionByoipCidrRequest
|
|
1089
|
+
) => any;
|
|
1090
|
+
|
|
1091
|
+
export declare const DeprovisionByoipCidrResponseFilterSensitiveLog: (
|
|
1092
|
+
obj: DeprovisionByoipCidrResponse
|
|
1093
|
+
) => any;
|
|
1094
|
+
|
|
1095
|
+
export declare const DescribeAcceleratorRequestFilterSensitiveLog: (
|
|
1096
|
+
obj: DescribeAcceleratorRequest
|
|
1097
|
+
) => any;
|
|
1098
|
+
|
|
1099
|
+
export declare const DescribeAcceleratorResponseFilterSensitiveLog: (
|
|
1100
|
+
obj: DescribeAcceleratorResponse
|
|
1101
|
+
) => any;
|
|
1102
|
+
|
|
1103
|
+
export declare const DescribeAcceleratorAttributesRequestFilterSensitiveLog: (
|
|
1104
|
+
obj: DescribeAcceleratorAttributesRequest
|
|
1105
|
+
) => any;
|
|
1106
|
+
|
|
1107
|
+
export declare const DescribeAcceleratorAttributesResponseFilterSensitiveLog: (
|
|
1108
|
+
obj: DescribeAcceleratorAttributesResponse
|
|
1109
|
+
) => any;
|
|
1110
|
+
|
|
1111
|
+
export declare const DescribeCustomRoutingAcceleratorRequestFilterSensitiveLog: (
|
|
1112
|
+
obj: DescribeCustomRoutingAcceleratorRequest
|
|
1113
|
+
) => any;
|
|
1114
|
+
|
|
1115
|
+
export declare const DescribeCustomRoutingAcceleratorResponseFilterSensitiveLog: (
|
|
1116
|
+
obj: DescribeCustomRoutingAcceleratorResponse
|
|
1117
|
+
) => any;
|
|
1118
|
+
|
|
1119
|
+
export declare const DescribeCustomRoutingAcceleratorAttributesRequestFilterSensitiveLog: (
|
|
1120
|
+
obj: DescribeCustomRoutingAcceleratorAttributesRequest
|
|
1121
|
+
) => any;
|
|
1122
|
+
|
|
1123
|
+
export declare const DescribeCustomRoutingAcceleratorAttributesResponseFilterSensitiveLog: (
|
|
1124
|
+
obj: DescribeCustomRoutingAcceleratorAttributesResponse
|
|
1125
|
+
) => any;
|
|
1126
|
+
|
|
1127
|
+
export declare const DescribeCustomRoutingEndpointGroupRequestFilterSensitiveLog: (
|
|
1128
|
+
obj: DescribeCustomRoutingEndpointGroupRequest
|
|
1129
|
+
) => any;
|
|
1130
|
+
|
|
1131
|
+
export declare const DescribeCustomRoutingEndpointGroupResponseFilterSensitiveLog: (
|
|
1132
|
+
obj: DescribeCustomRoutingEndpointGroupResponse
|
|
1133
|
+
) => any;
|
|
1134
|
+
|
|
1135
|
+
export declare const DescribeCustomRoutingListenerRequestFilterSensitiveLog: (
|
|
1136
|
+
obj: DescribeCustomRoutingListenerRequest
|
|
1137
|
+
) => any;
|
|
1138
|
+
|
|
1139
|
+
export declare const DescribeCustomRoutingListenerResponseFilterSensitiveLog: (
|
|
1140
|
+
obj: DescribeCustomRoutingListenerResponse
|
|
1141
|
+
) => any;
|
|
1142
|
+
|
|
1143
|
+
export declare const DescribeEndpointGroupRequestFilterSensitiveLog: (
|
|
1144
|
+
obj: DescribeEndpointGroupRequest
|
|
1145
|
+
) => any;
|
|
1146
|
+
|
|
1147
|
+
export declare const DescribeEndpointGroupResponseFilterSensitiveLog: (
|
|
1148
|
+
obj: DescribeEndpointGroupResponse
|
|
1149
|
+
) => any;
|
|
1150
|
+
|
|
1151
|
+
export declare const DescribeListenerRequestFilterSensitiveLog: (
|
|
1152
|
+
obj: DescribeListenerRequest
|
|
1153
|
+
) => any;
|
|
1154
|
+
|
|
1155
|
+
export declare const DescribeListenerResponseFilterSensitiveLog: (
|
|
1156
|
+
obj: DescribeListenerResponse
|
|
1157
|
+
) => any;
|
|
1158
|
+
|
|
1159
|
+
export declare const SocketAddressFilterSensitiveLog: (
|
|
1160
|
+
obj: SocketAddress
|
|
1161
|
+
) => any;
|
|
1162
|
+
|
|
1163
|
+
export declare const DestinationPortMappingFilterSensitiveLog: (
|
|
1164
|
+
obj: DestinationPortMapping
|
|
1165
|
+
) => any;
|
|
1166
|
+
|
|
1167
|
+
export declare const ListAcceleratorsRequestFilterSensitiveLog: (
|
|
1168
|
+
obj: ListAcceleratorsRequest
|
|
1169
|
+
) => any;
|
|
1170
|
+
|
|
1171
|
+
export declare const ListAcceleratorsResponseFilterSensitiveLog: (
|
|
1172
|
+
obj: ListAcceleratorsResponse
|
|
1173
|
+
) => any;
|
|
1174
|
+
|
|
1175
|
+
export declare const ListByoipCidrsRequestFilterSensitiveLog: (
|
|
1176
|
+
obj: ListByoipCidrsRequest
|
|
1177
|
+
) => any;
|
|
1178
|
+
|
|
1179
|
+
export declare const ListByoipCidrsResponseFilterSensitiveLog: (
|
|
1180
|
+
obj: ListByoipCidrsResponse
|
|
1181
|
+
) => any;
|
|
1182
|
+
|
|
1183
|
+
export declare const ListCustomRoutingAcceleratorsRequestFilterSensitiveLog: (
|
|
1184
|
+
obj: ListCustomRoutingAcceleratorsRequest
|
|
1185
|
+
) => any;
|
|
1186
|
+
|
|
1187
|
+
export declare const ListCustomRoutingAcceleratorsResponseFilterSensitiveLog: (
|
|
1188
|
+
obj: ListCustomRoutingAcceleratorsResponse
|
|
1189
|
+
) => any;
|
|
1190
|
+
|
|
1191
|
+
export declare const ListCustomRoutingEndpointGroupsRequestFilterSensitiveLog: (
|
|
1192
|
+
obj: ListCustomRoutingEndpointGroupsRequest
|
|
1193
|
+
) => any;
|
|
1194
|
+
|
|
1195
|
+
export declare const ListCustomRoutingEndpointGroupsResponseFilterSensitiveLog: (
|
|
1196
|
+
obj: ListCustomRoutingEndpointGroupsResponse
|
|
1197
|
+
) => any;
|
|
1198
|
+
|
|
1199
|
+
export declare const ListCustomRoutingListenersRequestFilterSensitiveLog: (
|
|
1200
|
+
obj: ListCustomRoutingListenersRequest
|
|
1201
|
+
) => any;
|
|
1202
|
+
|
|
1203
|
+
export declare const ListCustomRoutingListenersResponseFilterSensitiveLog: (
|
|
1204
|
+
obj: ListCustomRoutingListenersResponse
|
|
1205
|
+
) => any;
|
|
1206
|
+
|
|
1207
|
+
export declare const ListCustomRoutingPortMappingsRequestFilterSensitiveLog: (
|
|
1208
|
+
obj: ListCustomRoutingPortMappingsRequest
|
|
1209
|
+
) => any;
|
|
1210
|
+
|
|
1211
|
+
export declare const PortMappingFilterSensitiveLog: (obj: PortMapping) => any;
|
|
1212
|
+
|
|
1213
|
+
export declare const ListCustomRoutingPortMappingsResponseFilterSensitiveLog: (
|
|
1214
|
+
obj: ListCustomRoutingPortMappingsResponse
|
|
1215
|
+
) => any;
|
|
1216
|
+
|
|
1217
|
+
export declare const ListCustomRoutingPortMappingsByDestinationRequestFilterSensitiveLog: (
|
|
1218
|
+
obj: ListCustomRoutingPortMappingsByDestinationRequest
|
|
1219
|
+
) => any;
|
|
1220
|
+
|
|
1221
|
+
export declare const ListCustomRoutingPortMappingsByDestinationResponseFilterSensitiveLog: (
|
|
1222
|
+
obj: ListCustomRoutingPortMappingsByDestinationResponse
|
|
1223
|
+
) => any;
|
|
1224
|
+
|
|
1225
|
+
export declare const ListEndpointGroupsRequestFilterSensitiveLog: (
|
|
1226
|
+
obj: ListEndpointGroupsRequest
|
|
1227
|
+
) => any;
|
|
1228
|
+
|
|
1229
|
+
export declare const ListEndpointGroupsResponseFilterSensitiveLog: (
|
|
1230
|
+
obj: ListEndpointGroupsResponse
|
|
1231
|
+
) => any;
|
|
1232
|
+
|
|
1233
|
+
export declare const ListListenersRequestFilterSensitiveLog: (
|
|
1234
|
+
obj: ListListenersRequest
|
|
1235
|
+
) => any;
|
|
1236
|
+
|
|
1237
|
+
export declare const ListListenersResponseFilterSensitiveLog: (
|
|
1238
|
+
obj: ListListenersResponse
|
|
1239
|
+
) => any;
|
|
1240
|
+
|
|
1241
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1242
|
+
obj: ListTagsForResourceRequest
|
|
1243
|
+
) => any;
|
|
1244
|
+
|
|
1245
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1246
|
+
obj: ListTagsForResourceResponse
|
|
1247
|
+
) => any;
|
|
1248
|
+
|
|
1249
|
+
export declare const ProvisionByoipCidrRequestFilterSensitiveLog: (
|
|
1250
|
+
obj: ProvisionByoipCidrRequest
|
|
1251
|
+
) => any;
|
|
1252
|
+
|
|
1253
|
+
export declare const ProvisionByoipCidrResponseFilterSensitiveLog: (
|
|
1254
|
+
obj: ProvisionByoipCidrResponse
|
|
1255
|
+
) => any;
|
|
1256
|
+
|
|
1257
|
+
export declare const RemoveCustomRoutingEndpointsRequestFilterSensitiveLog: (
|
|
1258
|
+
obj: RemoveCustomRoutingEndpointsRequest
|
|
1259
|
+
) => any;
|
|
1260
|
+
|
|
1261
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1262
|
+
obj: TagResourceRequest
|
|
1263
|
+
) => any;
|
|
1264
|
+
|
|
1265
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1266
|
+
obj: TagResourceResponse
|
|
1267
|
+
) => any;
|
|
1268
|
+
|
|
1269
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1270
|
+
obj: UntagResourceRequest
|
|
1271
|
+
) => any;
|
|
1272
|
+
|
|
1273
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1274
|
+
obj: UntagResourceResponse
|
|
1275
|
+
) => any;
|
|
1276
|
+
|
|
1277
|
+
export declare const UpdateAcceleratorRequestFilterSensitiveLog: (
|
|
1278
|
+
obj: UpdateAcceleratorRequest
|
|
1279
|
+
) => any;
|
|
1280
|
+
|
|
1281
|
+
export declare const UpdateAcceleratorResponseFilterSensitiveLog: (
|
|
1282
|
+
obj: UpdateAcceleratorResponse
|
|
1283
|
+
) => any;
|
|
1284
|
+
|
|
1285
|
+
export declare const UpdateAcceleratorAttributesRequestFilterSensitiveLog: (
|
|
1286
|
+
obj: UpdateAcceleratorAttributesRequest
|
|
1287
|
+
) => any;
|
|
1288
|
+
|
|
1289
|
+
export declare const UpdateAcceleratorAttributesResponseFilterSensitiveLog: (
|
|
1290
|
+
obj: UpdateAcceleratorAttributesResponse
|
|
1291
|
+
) => any;
|
|
1292
|
+
|
|
1293
|
+
export declare const UpdateCustomRoutingAcceleratorRequestFilterSensitiveLog: (
|
|
1294
|
+
obj: UpdateCustomRoutingAcceleratorRequest
|
|
1295
|
+
) => any;
|
|
1296
|
+
|
|
1297
|
+
export declare const UpdateCustomRoutingAcceleratorResponseFilterSensitiveLog: (
|
|
1298
|
+
obj: UpdateCustomRoutingAcceleratorResponse
|
|
1299
|
+
) => any;
|
|
1300
|
+
|
|
1301
|
+
export declare const UpdateCustomRoutingAcceleratorAttributesRequestFilterSensitiveLog: (
|
|
1302
|
+
obj: UpdateCustomRoutingAcceleratorAttributesRequest
|
|
1303
|
+
) => any;
|
|
1304
|
+
|
|
1305
|
+
export declare const UpdateCustomRoutingAcceleratorAttributesResponseFilterSensitiveLog: (
|
|
1306
|
+
obj: UpdateCustomRoutingAcceleratorAttributesResponse
|
|
1307
|
+
) => any;
|
|
1308
|
+
|
|
1309
|
+
export declare const UpdateCustomRoutingListenerRequestFilterSensitiveLog: (
|
|
1310
|
+
obj: UpdateCustomRoutingListenerRequest
|
|
1311
|
+
) => any;
|
|
1312
|
+
|
|
1313
|
+
export declare const UpdateCustomRoutingListenerResponseFilterSensitiveLog: (
|
|
1314
|
+
obj: UpdateCustomRoutingListenerResponse
|
|
1315
|
+
) => any;
|
|
1316
|
+
|
|
1317
|
+
export declare const UpdateEndpointGroupRequestFilterSensitiveLog: (
|
|
1318
|
+
obj: UpdateEndpointGroupRequest
|
|
1319
|
+
) => any;
|
|
1320
|
+
|
|
1321
|
+
export declare const UpdateEndpointGroupResponseFilterSensitiveLog: (
|
|
1322
|
+
obj: UpdateEndpointGroupResponse
|
|
1323
|
+
) => any;
|
|
1324
|
+
|
|
1325
|
+
export declare const UpdateListenerRequestFilterSensitiveLog: (
|
|
1326
|
+
obj: UpdateListenerRequest
|
|
1327
|
+
) => any;
|
|
1328
|
+
|
|
1329
|
+
export declare const UpdateListenerResponseFilterSensitiveLog: (
|
|
1330
|
+
obj: UpdateListenerResponse
|
|
1331
|
+
) => any;
|
|
1332
|
+
|
|
1333
|
+
export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (
|
|
1334
|
+
obj: WithdrawByoipCidrRequest
|
|
1335
|
+
) => any;
|
|
1336
|
+
|
|
1337
|
+
export declare const WithdrawByoipCidrResponseFilterSensitiveLog: (
|
|
1338
|
+
obj: WithdrawByoipCidrResponse
|
|
1339
|
+
) => any;
|