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