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