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