@aws-sdk/client-elastic-load-balancing-v2 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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +582 -175
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +309 -107
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +34 -34
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1200 -618
- package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +413 -104
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,618 +1,1200 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ElasticLoadBalancingV2ServiceException as __BaseException } from "./ElasticLoadBalancingV2ServiceException";
|
|
3
|
-
export declare enum AuthenticateCognitoActionConditionalBehaviorEnum {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
export
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
}
|
|
321
|
-
export
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
export
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
}
|
|
507
|
-
export interface
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ElasticLoadBalancingV2ServiceException as __BaseException } from "./ElasticLoadBalancingV2ServiceException";
|
|
3
|
+
export declare enum AuthenticateCognitoActionConditionalBehaviorEnum {
|
|
4
|
+
ALLOW = "allow",
|
|
5
|
+
AUTHENTICATE = "authenticate",
|
|
6
|
+
DENY = "deny",
|
|
7
|
+
}
|
|
8
|
+
export interface AuthenticateCognitoActionConfig {
|
|
9
|
+
UserPoolArn: string | undefined;
|
|
10
|
+
UserPoolClientId: string | undefined;
|
|
11
|
+
UserPoolDomain: string | undefined;
|
|
12
|
+
SessionCookieName?: string;
|
|
13
|
+
Scope?: string;
|
|
14
|
+
SessionTimeout?: number;
|
|
15
|
+
AuthenticationRequestExtraParams?: Record<string, string>;
|
|
16
|
+
OnUnauthenticatedRequest?:
|
|
17
|
+
| AuthenticateCognitoActionConditionalBehaviorEnum
|
|
18
|
+
| string;
|
|
19
|
+
}
|
|
20
|
+
export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
|
|
21
|
+
ALLOW = "allow",
|
|
22
|
+
AUTHENTICATE = "authenticate",
|
|
23
|
+
DENY = "deny",
|
|
24
|
+
}
|
|
25
|
+
export interface AuthenticateOidcActionConfig {
|
|
26
|
+
Issuer: string | undefined;
|
|
27
|
+
AuthorizationEndpoint: string | undefined;
|
|
28
|
+
TokenEndpoint: string | undefined;
|
|
29
|
+
UserInfoEndpoint: string | undefined;
|
|
30
|
+
ClientId: string | undefined;
|
|
31
|
+
ClientSecret?: string;
|
|
32
|
+
SessionCookieName?: string;
|
|
33
|
+
Scope?: string;
|
|
34
|
+
SessionTimeout?: number;
|
|
35
|
+
AuthenticationRequestExtraParams?: Record<string, string>;
|
|
36
|
+
OnUnauthenticatedRequest?:
|
|
37
|
+
| AuthenticateOidcActionConditionalBehaviorEnum
|
|
38
|
+
| string;
|
|
39
|
+
UseExistingClientSecret?: boolean;
|
|
40
|
+
}
|
|
41
|
+
export interface FixedResponseActionConfig {
|
|
42
|
+
MessageBody?: string;
|
|
43
|
+
StatusCode: string | undefined;
|
|
44
|
+
ContentType?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface TargetGroupTuple {
|
|
47
|
+
TargetGroupArn?: string;
|
|
48
|
+
Weight?: number;
|
|
49
|
+
}
|
|
50
|
+
export interface TargetGroupStickinessConfig {
|
|
51
|
+
Enabled?: boolean;
|
|
52
|
+
DurationSeconds?: number;
|
|
53
|
+
}
|
|
54
|
+
export interface ForwardActionConfig {
|
|
55
|
+
TargetGroups?: TargetGroupTuple[];
|
|
56
|
+
TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
|
|
57
|
+
}
|
|
58
|
+
export declare enum RedirectActionStatusCodeEnum {
|
|
59
|
+
HTTP_301 = "HTTP_301",
|
|
60
|
+
HTTP_302 = "HTTP_302",
|
|
61
|
+
}
|
|
62
|
+
export interface RedirectActionConfig {
|
|
63
|
+
Protocol?: string;
|
|
64
|
+
Port?: string;
|
|
65
|
+
Host?: string;
|
|
66
|
+
Path?: string;
|
|
67
|
+
Query?: string;
|
|
68
|
+
StatusCode: RedirectActionStatusCodeEnum | string | undefined;
|
|
69
|
+
}
|
|
70
|
+
export declare enum ActionTypeEnum {
|
|
71
|
+
AUTHENTICATE_COGNITO = "authenticate-cognito",
|
|
72
|
+
AUTHENTICATE_OIDC = "authenticate-oidc",
|
|
73
|
+
FIXED_RESPONSE = "fixed-response",
|
|
74
|
+
FORWARD = "forward",
|
|
75
|
+
REDIRECT = "redirect",
|
|
76
|
+
}
|
|
77
|
+
export interface Action {
|
|
78
|
+
Type: ActionTypeEnum | string | undefined;
|
|
79
|
+
TargetGroupArn?: string;
|
|
80
|
+
AuthenticateOidcConfig?: AuthenticateOidcActionConfig;
|
|
81
|
+
AuthenticateCognitoConfig?: AuthenticateCognitoActionConfig;
|
|
82
|
+
Order?: number;
|
|
83
|
+
RedirectConfig?: RedirectActionConfig;
|
|
84
|
+
FixedResponseConfig?: FixedResponseActionConfig;
|
|
85
|
+
ForwardConfig?: ForwardActionConfig;
|
|
86
|
+
}
|
|
87
|
+
export interface Certificate {
|
|
88
|
+
CertificateArn?: string;
|
|
89
|
+
IsDefault?: boolean;
|
|
90
|
+
}
|
|
91
|
+
export interface AddListenerCertificatesInput {
|
|
92
|
+
ListenerArn: string | undefined;
|
|
93
|
+
Certificates: Certificate[] | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface AddListenerCertificatesOutput {
|
|
96
|
+
Certificates?: Certificate[];
|
|
97
|
+
}
|
|
98
|
+
export declare class CertificateNotFoundException extends __BaseException {
|
|
99
|
+
readonly name: "CertificateNotFoundException";
|
|
100
|
+
readonly $fault: "client";
|
|
101
|
+
Message?: string;
|
|
102
|
+
constructor(
|
|
103
|
+
opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>
|
|
104
|
+
);
|
|
105
|
+
}
|
|
106
|
+
export declare class ListenerNotFoundException extends __BaseException {
|
|
107
|
+
readonly name: "ListenerNotFoundException";
|
|
108
|
+
readonly $fault: "client";
|
|
109
|
+
Message?: string;
|
|
110
|
+
constructor(
|
|
111
|
+
opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>
|
|
112
|
+
);
|
|
113
|
+
}
|
|
114
|
+
export declare class TooManyCertificatesException extends __BaseException {
|
|
115
|
+
readonly name: "TooManyCertificatesException";
|
|
116
|
+
readonly $fault: "client";
|
|
117
|
+
Message?: string;
|
|
118
|
+
constructor(
|
|
119
|
+
opts: __ExceptionOptionType<TooManyCertificatesException, __BaseException>
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
export interface Tag {
|
|
123
|
+
Key: string | undefined;
|
|
124
|
+
Value?: string;
|
|
125
|
+
}
|
|
126
|
+
export interface AddTagsInput {
|
|
127
|
+
ResourceArns: string[] | undefined;
|
|
128
|
+
Tags: Tag[] | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface AddTagsOutput {}
|
|
131
|
+
export declare class DuplicateTagKeysException extends __BaseException {
|
|
132
|
+
readonly name: "DuplicateTagKeysException";
|
|
133
|
+
readonly $fault: "client";
|
|
134
|
+
Message?: string;
|
|
135
|
+
constructor(
|
|
136
|
+
opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>
|
|
137
|
+
);
|
|
138
|
+
}
|
|
139
|
+
export declare class LoadBalancerNotFoundException extends __BaseException {
|
|
140
|
+
readonly name: "LoadBalancerNotFoundException";
|
|
141
|
+
readonly $fault: "client";
|
|
142
|
+
Message?: string;
|
|
143
|
+
constructor(
|
|
144
|
+
opts: __ExceptionOptionType<LoadBalancerNotFoundException, __BaseException>
|
|
145
|
+
);
|
|
146
|
+
}
|
|
147
|
+
export declare class RuleNotFoundException extends __BaseException {
|
|
148
|
+
readonly name: "RuleNotFoundException";
|
|
149
|
+
readonly $fault: "client";
|
|
150
|
+
Message?: string;
|
|
151
|
+
constructor(
|
|
152
|
+
opts: __ExceptionOptionType<RuleNotFoundException, __BaseException>
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
export declare class TargetGroupNotFoundException extends __BaseException {
|
|
156
|
+
readonly name: "TargetGroupNotFoundException";
|
|
157
|
+
readonly $fault: "client";
|
|
158
|
+
Message?: string;
|
|
159
|
+
constructor(
|
|
160
|
+
opts: __ExceptionOptionType<TargetGroupNotFoundException, __BaseException>
|
|
161
|
+
);
|
|
162
|
+
}
|
|
163
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
164
|
+
readonly name: "TooManyTagsException";
|
|
165
|
+
readonly $fault: "client";
|
|
166
|
+
Message?: string;
|
|
167
|
+
constructor(
|
|
168
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
169
|
+
);
|
|
170
|
+
}
|
|
171
|
+
export declare class AllocationIdNotFoundException extends __BaseException {
|
|
172
|
+
readonly name: "AllocationIdNotFoundException";
|
|
173
|
+
readonly $fault: "client";
|
|
174
|
+
Message?: string;
|
|
175
|
+
constructor(
|
|
176
|
+
opts: __ExceptionOptionType<AllocationIdNotFoundException, __BaseException>
|
|
177
|
+
);
|
|
178
|
+
}
|
|
179
|
+
export declare class ALPNPolicyNotSupportedException extends __BaseException {
|
|
180
|
+
readonly name: "ALPNPolicyNotSupportedException";
|
|
181
|
+
readonly $fault: "client";
|
|
182
|
+
Message?: string;
|
|
183
|
+
constructor(
|
|
184
|
+
opts: __ExceptionOptionType<
|
|
185
|
+
ALPNPolicyNotSupportedException,
|
|
186
|
+
__BaseException
|
|
187
|
+
>
|
|
188
|
+
);
|
|
189
|
+
}
|
|
190
|
+
export interface LoadBalancerAddress {
|
|
191
|
+
IpAddress?: string;
|
|
192
|
+
AllocationId?: string;
|
|
193
|
+
PrivateIPv4Address?: string;
|
|
194
|
+
IPv6Address?: string;
|
|
195
|
+
}
|
|
196
|
+
export interface AvailabilityZone {
|
|
197
|
+
ZoneName?: string;
|
|
198
|
+
SubnetId?: string;
|
|
199
|
+
OutpostId?: string;
|
|
200
|
+
LoadBalancerAddresses?: LoadBalancerAddress[];
|
|
201
|
+
}
|
|
202
|
+
export declare class AvailabilityZoneNotSupportedException extends __BaseException {
|
|
203
|
+
readonly name: "AvailabilityZoneNotSupportedException";
|
|
204
|
+
readonly $fault: "client";
|
|
205
|
+
Message?: string;
|
|
206
|
+
constructor(
|
|
207
|
+
opts: __ExceptionOptionType<
|
|
208
|
+
AvailabilityZoneNotSupportedException,
|
|
209
|
+
__BaseException
|
|
210
|
+
>
|
|
211
|
+
);
|
|
212
|
+
}
|
|
213
|
+
export interface Cipher {
|
|
214
|
+
Name?: string;
|
|
215
|
+
Priority?: number;
|
|
216
|
+
}
|
|
217
|
+
export declare type ProtocolEnum =
|
|
218
|
+
| "GENEVE"
|
|
219
|
+
| "HTTP"
|
|
220
|
+
| "HTTPS"
|
|
221
|
+
| "TCP"
|
|
222
|
+
| "TCP_UDP"
|
|
223
|
+
| "TLS"
|
|
224
|
+
| "UDP";
|
|
225
|
+
export interface CreateListenerInput {
|
|
226
|
+
LoadBalancerArn: string | undefined;
|
|
227
|
+
Protocol?: ProtocolEnum | string;
|
|
228
|
+
Port?: number;
|
|
229
|
+
SslPolicy?: string;
|
|
230
|
+
Certificates?: Certificate[];
|
|
231
|
+
DefaultActions: Action[] | undefined;
|
|
232
|
+
AlpnPolicy?: string[];
|
|
233
|
+
Tags?: Tag[];
|
|
234
|
+
}
|
|
235
|
+
export interface Listener {
|
|
236
|
+
ListenerArn?: string;
|
|
237
|
+
LoadBalancerArn?: string;
|
|
238
|
+
Port?: number;
|
|
239
|
+
Protocol?: ProtocolEnum | string;
|
|
240
|
+
Certificates?: Certificate[];
|
|
241
|
+
SslPolicy?: string;
|
|
242
|
+
DefaultActions?: Action[];
|
|
243
|
+
AlpnPolicy?: string[];
|
|
244
|
+
}
|
|
245
|
+
export interface CreateListenerOutput {
|
|
246
|
+
Listeners?: Listener[];
|
|
247
|
+
}
|
|
248
|
+
export declare class DuplicateListenerException extends __BaseException {
|
|
249
|
+
readonly name: "DuplicateListenerException";
|
|
250
|
+
readonly $fault: "client";
|
|
251
|
+
Message?: string;
|
|
252
|
+
constructor(
|
|
253
|
+
opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>
|
|
254
|
+
);
|
|
255
|
+
}
|
|
256
|
+
export declare class IncompatibleProtocolsException extends __BaseException {
|
|
257
|
+
readonly name: "IncompatibleProtocolsException";
|
|
258
|
+
readonly $fault: "client";
|
|
259
|
+
Message?: string;
|
|
260
|
+
constructor(
|
|
261
|
+
opts: __ExceptionOptionType<IncompatibleProtocolsException, __BaseException>
|
|
262
|
+
);
|
|
263
|
+
}
|
|
264
|
+
export declare class InvalidConfigurationRequestException extends __BaseException {
|
|
265
|
+
readonly name: "InvalidConfigurationRequestException";
|
|
266
|
+
readonly $fault: "client";
|
|
267
|
+
Message?: string;
|
|
268
|
+
constructor(
|
|
269
|
+
opts: __ExceptionOptionType<
|
|
270
|
+
InvalidConfigurationRequestException,
|
|
271
|
+
__BaseException
|
|
272
|
+
>
|
|
273
|
+
);
|
|
274
|
+
}
|
|
275
|
+
export declare class InvalidLoadBalancerActionException extends __BaseException {
|
|
276
|
+
readonly name: "InvalidLoadBalancerActionException";
|
|
277
|
+
readonly $fault: "client";
|
|
278
|
+
Message?: string;
|
|
279
|
+
constructor(
|
|
280
|
+
opts: __ExceptionOptionType<
|
|
281
|
+
InvalidLoadBalancerActionException,
|
|
282
|
+
__BaseException
|
|
283
|
+
>
|
|
284
|
+
);
|
|
285
|
+
}
|
|
286
|
+
export declare class SSLPolicyNotFoundException extends __BaseException {
|
|
287
|
+
readonly name: "SSLPolicyNotFoundException";
|
|
288
|
+
readonly $fault: "client";
|
|
289
|
+
Message?: string;
|
|
290
|
+
constructor(
|
|
291
|
+
opts: __ExceptionOptionType<SSLPolicyNotFoundException, __BaseException>
|
|
292
|
+
);
|
|
293
|
+
}
|
|
294
|
+
export declare class TargetGroupAssociationLimitException extends __BaseException {
|
|
295
|
+
readonly name: "TargetGroupAssociationLimitException";
|
|
296
|
+
readonly $fault: "client";
|
|
297
|
+
Message?: string;
|
|
298
|
+
constructor(
|
|
299
|
+
opts: __ExceptionOptionType<
|
|
300
|
+
TargetGroupAssociationLimitException,
|
|
301
|
+
__BaseException
|
|
302
|
+
>
|
|
303
|
+
);
|
|
304
|
+
}
|
|
305
|
+
export declare class TooManyActionsException extends __BaseException {
|
|
306
|
+
readonly name: "TooManyActionsException";
|
|
307
|
+
readonly $fault: "client";
|
|
308
|
+
Message?: string;
|
|
309
|
+
constructor(
|
|
310
|
+
opts: __ExceptionOptionType<TooManyActionsException, __BaseException>
|
|
311
|
+
);
|
|
312
|
+
}
|
|
313
|
+
export declare class TooManyListenersException extends __BaseException {
|
|
314
|
+
readonly name: "TooManyListenersException";
|
|
315
|
+
readonly $fault: "client";
|
|
316
|
+
Message?: string;
|
|
317
|
+
constructor(
|
|
318
|
+
opts: __ExceptionOptionType<TooManyListenersException, __BaseException>
|
|
319
|
+
);
|
|
320
|
+
}
|
|
321
|
+
export declare class TooManyRegistrationsForTargetIdException extends __BaseException {
|
|
322
|
+
readonly name: "TooManyRegistrationsForTargetIdException";
|
|
323
|
+
readonly $fault: "client";
|
|
324
|
+
Message?: string;
|
|
325
|
+
constructor(
|
|
326
|
+
opts: __ExceptionOptionType<
|
|
327
|
+
TooManyRegistrationsForTargetIdException,
|
|
328
|
+
__BaseException
|
|
329
|
+
>
|
|
330
|
+
);
|
|
331
|
+
}
|
|
332
|
+
export declare class TooManyTargetsException extends __BaseException {
|
|
333
|
+
readonly name: "TooManyTargetsException";
|
|
334
|
+
readonly $fault: "client";
|
|
335
|
+
Message?: string;
|
|
336
|
+
constructor(
|
|
337
|
+
opts: __ExceptionOptionType<TooManyTargetsException, __BaseException>
|
|
338
|
+
);
|
|
339
|
+
}
|
|
340
|
+
export declare class TooManyUniqueTargetGroupsPerLoadBalancerException extends __BaseException {
|
|
341
|
+
readonly name: "TooManyUniqueTargetGroupsPerLoadBalancerException";
|
|
342
|
+
readonly $fault: "client";
|
|
343
|
+
Message?: string;
|
|
344
|
+
constructor(
|
|
345
|
+
opts: __ExceptionOptionType<
|
|
346
|
+
TooManyUniqueTargetGroupsPerLoadBalancerException,
|
|
347
|
+
__BaseException
|
|
348
|
+
>
|
|
349
|
+
);
|
|
350
|
+
}
|
|
351
|
+
export declare class UnsupportedProtocolException extends __BaseException {
|
|
352
|
+
readonly name: "UnsupportedProtocolException";
|
|
353
|
+
readonly $fault: "client";
|
|
354
|
+
Message?: string;
|
|
355
|
+
constructor(
|
|
356
|
+
opts: __ExceptionOptionType<UnsupportedProtocolException, __BaseException>
|
|
357
|
+
);
|
|
358
|
+
}
|
|
359
|
+
export declare enum IpAddressType {
|
|
360
|
+
DUALSTACK = "dualstack",
|
|
361
|
+
IPV4 = "ipv4",
|
|
362
|
+
}
|
|
363
|
+
export declare enum LoadBalancerSchemeEnum {
|
|
364
|
+
INTERNAL = "internal",
|
|
365
|
+
INTERNET_FACING = "internet-facing",
|
|
366
|
+
}
|
|
367
|
+
export interface SubnetMapping {
|
|
368
|
+
SubnetId?: string;
|
|
369
|
+
AllocationId?: string;
|
|
370
|
+
PrivateIPv4Address?: string;
|
|
371
|
+
IPv6Address?: string;
|
|
372
|
+
}
|
|
373
|
+
export declare enum LoadBalancerTypeEnum {
|
|
374
|
+
APPLICATION = "application",
|
|
375
|
+
GATEWAY = "gateway",
|
|
376
|
+
NETWORK = "network",
|
|
377
|
+
}
|
|
378
|
+
export interface CreateLoadBalancerInput {
|
|
379
|
+
Name: string | undefined;
|
|
380
|
+
Subnets?: string[];
|
|
381
|
+
SubnetMappings?: SubnetMapping[];
|
|
382
|
+
SecurityGroups?: string[];
|
|
383
|
+
Scheme?: LoadBalancerSchemeEnum | string;
|
|
384
|
+
Tags?: Tag[];
|
|
385
|
+
Type?: LoadBalancerTypeEnum | string;
|
|
386
|
+
IpAddressType?: IpAddressType | string;
|
|
387
|
+
CustomerOwnedIpv4Pool?: string;
|
|
388
|
+
}
|
|
389
|
+
export declare enum LoadBalancerStateEnum {
|
|
390
|
+
ACTIVE = "active",
|
|
391
|
+
ACTIVE_IMPAIRED = "active_impaired",
|
|
392
|
+
FAILED = "failed",
|
|
393
|
+
PROVISIONING = "provisioning",
|
|
394
|
+
}
|
|
395
|
+
export interface LoadBalancerState {
|
|
396
|
+
Code?: LoadBalancerStateEnum | string;
|
|
397
|
+
Reason?: string;
|
|
398
|
+
}
|
|
399
|
+
export interface LoadBalancer {
|
|
400
|
+
LoadBalancerArn?: string;
|
|
401
|
+
DNSName?: string;
|
|
402
|
+
CanonicalHostedZoneId?: string;
|
|
403
|
+
CreatedTime?: Date;
|
|
404
|
+
LoadBalancerName?: string;
|
|
405
|
+
Scheme?: LoadBalancerSchemeEnum | string;
|
|
406
|
+
VpcId?: string;
|
|
407
|
+
State?: LoadBalancerState;
|
|
408
|
+
Type?: LoadBalancerTypeEnum | string;
|
|
409
|
+
AvailabilityZones?: AvailabilityZone[];
|
|
410
|
+
SecurityGroups?: string[];
|
|
411
|
+
IpAddressType?: IpAddressType | string;
|
|
412
|
+
CustomerOwnedIpv4Pool?: string;
|
|
413
|
+
}
|
|
414
|
+
export interface CreateLoadBalancerOutput {
|
|
415
|
+
LoadBalancers?: LoadBalancer[];
|
|
416
|
+
}
|
|
417
|
+
export declare class DuplicateLoadBalancerNameException extends __BaseException {
|
|
418
|
+
readonly name: "DuplicateLoadBalancerNameException";
|
|
419
|
+
readonly $fault: "client";
|
|
420
|
+
Message?: string;
|
|
421
|
+
constructor(
|
|
422
|
+
opts: __ExceptionOptionType<
|
|
423
|
+
DuplicateLoadBalancerNameException,
|
|
424
|
+
__BaseException
|
|
425
|
+
>
|
|
426
|
+
);
|
|
427
|
+
}
|
|
428
|
+
export declare class InvalidSchemeException extends __BaseException {
|
|
429
|
+
readonly name: "InvalidSchemeException";
|
|
430
|
+
readonly $fault: "client";
|
|
431
|
+
Message?: string;
|
|
432
|
+
constructor(
|
|
433
|
+
opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>
|
|
434
|
+
);
|
|
435
|
+
}
|
|
436
|
+
export declare class InvalidSecurityGroupException extends __BaseException {
|
|
437
|
+
readonly name: "InvalidSecurityGroupException";
|
|
438
|
+
readonly $fault: "client";
|
|
439
|
+
Message?: string;
|
|
440
|
+
constructor(
|
|
441
|
+
opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>
|
|
442
|
+
);
|
|
443
|
+
}
|
|
444
|
+
export declare class InvalidSubnetException extends __BaseException {
|
|
445
|
+
readonly name: "InvalidSubnetException";
|
|
446
|
+
readonly $fault: "client";
|
|
447
|
+
Message?: string;
|
|
448
|
+
constructor(
|
|
449
|
+
opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>
|
|
450
|
+
);
|
|
451
|
+
}
|
|
452
|
+
export declare class OperationNotPermittedException extends __BaseException {
|
|
453
|
+
readonly name: "OperationNotPermittedException";
|
|
454
|
+
readonly $fault: "client";
|
|
455
|
+
Message?: string;
|
|
456
|
+
constructor(
|
|
457
|
+
opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>
|
|
458
|
+
);
|
|
459
|
+
}
|
|
460
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
461
|
+
readonly name: "ResourceInUseException";
|
|
462
|
+
readonly $fault: "client";
|
|
463
|
+
Message?: string;
|
|
464
|
+
constructor(
|
|
465
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
466
|
+
);
|
|
467
|
+
}
|
|
468
|
+
export declare class SubnetNotFoundException extends __BaseException {
|
|
469
|
+
readonly name: "SubnetNotFoundException";
|
|
470
|
+
readonly $fault: "client";
|
|
471
|
+
Message?: string;
|
|
472
|
+
constructor(
|
|
473
|
+
opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>
|
|
474
|
+
);
|
|
475
|
+
}
|
|
476
|
+
export declare class TooManyLoadBalancersException extends __BaseException {
|
|
477
|
+
readonly name: "TooManyLoadBalancersException";
|
|
478
|
+
readonly $fault: "client";
|
|
479
|
+
Message?: string;
|
|
480
|
+
constructor(
|
|
481
|
+
opts: __ExceptionOptionType<TooManyLoadBalancersException, __BaseException>
|
|
482
|
+
);
|
|
483
|
+
}
|
|
484
|
+
export interface HostHeaderConditionConfig {
|
|
485
|
+
Values?: string[];
|
|
486
|
+
}
|
|
487
|
+
export interface HttpHeaderConditionConfig {
|
|
488
|
+
HttpHeaderName?: string;
|
|
489
|
+
Values?: string[];
|
|
490
|
+
}
|
|
491
|
+
export interface HttpRequestMethodConditionConfig {
|
|
492
|
+
Values?: string[];
|
|
493
|
+
}
|
|
494
|
+
export interface PathPatternConditionConfig {
|
|
495
|
+
Values?: string[];
|
|
496
|
+
}
|
|
497
|
+
export interface QueryStringKeyValuePair {
|
|
498
|
+
Key?: string;
|
|
499
|
+
Value?: string;
|
|
500
|
+
}
|
|
501
|
+
export interface QueryStringConditionConfig {
|
|
502
|
+
Values?: QueryStringKeyValuePair[];
|
|
503
|
+
}
|
|
504
|
+
export interface SourceIpConditionConfig {
|
|
505
|
+
Values?: string[];
|
|
506
|
+
}
|
|
507
|
+
export interface RuleCondition {
|
|
508
|
+
Field?: string;
|
|
509
|
+
Values?: string[];
|
|
510
|
+
HostHeaderConfig?: HostHeaderConditionConfig;
|
|
511
|
+
PathPatternConfig?: PathPatternConditionConfig;
|
|
512
|
+
HttpHeaderConfig?: HttpHeaderConditionConfig;
|
|
513
|
+
QueryStringConfig?: QueryStringConditionConfig;
|
|
514
|
+
HttpRequestMethodConfig?: HttpRequestMethodConditionConfig;
|
|
515
|
+
SourceIpConfig?: SourceIpConditionConfig;
|
|
516
|
+
}
|
|
517
|
+
export interface CreateRuleInput {
|
|
518
|
+
ListenerArn: string | undefined;
|
|
519
|
+
Conditions: RuleCondition[] | undefined;
|
|
520
|
+
Priority: number | undefined;
|
|
521
|
+
Actions: Action[] | undefined;
|
|
522
|
+
Tags?: Tag[];
|
|
523
|
+
}
|
|
524
|
+
export interface Rule {
|
|
525
|
+
RuleArn?: string;
|
|
526
|
+
Priority?: string;
|
|
527
|
+
Conditions?: RuleCondition[];
|
|
528
|
+
Actions?: Action[];
|
|
529
|
+
IsDefault?: boolean;
|
|
530
|
+
}
|
|
531
|
+
export interface CreateRuleOutput {
|
|
532
|
+
Rules?: Rule[];
|
|
533
|
+
}
|
|
534
|
+
export declare class PriorityInUseException extends __BaseException {
|
|
535
|
+
readonly name: "PriorityInUseException";
|
|
536
|
+
readonly $fault: "client";
|
|
537
|
+
Message?: string;
|
|
538
|
+
constructor(
|
|
539
|
+
opts: __ExceptionOptionType<PriorityInUseException, __BaseException>
|
|
540
|
+
);
|
|
541
|
+
}
|
|
542
|
+
export declare class TooManyRulesException extends __BaseException {
|
|
543
|
+
readonly name: "TooManyRulesException";
|
|
544
|
+
readonly $fault: "client";
|
|
545
|
+
Message?: string;
|
|
546
|
+
constructor(
|
|
547
|
+
opts: __ExceptionOptionType<TooManyRulesException, __BaseException>
|
|
548
|
+
);
|
|
549
|
+
}
|
|
550
|
+
export declare class TooManyTargetGroupsException extends __BaseException {
|
|
551
|
+
readonly name: "TooManyTargetGroupsException";
|
|
552
|
+
readonly $fault: "client";
|
|
553
|
+
Message?: string;
|
|
554
|
+
constructor(
|
|
555
|
+
opts: __ExceptionOptionType<TooManyTargetGroupsException, __BaseException>
|
|
556
|
+
);
|
|
557
|
+
}
|
|
558
|
+
export declare enum TargetGroupIpAddressTypeEnum {
|
|
559
|
+
IPV4 = "ipv4",
|
|
560
|
+
IPV6 = "ipv6",
|
|
561
|
+
}
|
|
562
|
+
export interface Matcher {
|
|
563
|
+
HttpCode?: string;
|
|
564
|
+
GrpcCode?: string;
|
|
565
|
+
}
|
|
566
|
+
export declare enum TargetTypeEnum {
|
|
567
|
+
ALB = "alb",
|
|
568
|
+
INSTANCE = "instance",
|
|
569
|
+
IP = "ip",
|
|
570
|
+
LAMBDA = "lambda",
|
|
571
|
+
}
|
|
572
|
+
export interface CreateTargetGroupInput {
|
|
573
|
+
Name: string | undefined;
|
|
574
|
+
Protocol?: ProtocolEnum | string;
|
|
575
|
+
ProtocolVersion?: string;
|
|
576
|
+
Port?: number;
|
|
577
|
+
VpcId?: string;
|
|
578
|
+
HealthCheckProtocol?: ProtocolEnum | string;
|
|
579
|
+
HealthCheckPort?: string;
|
|
580
|
+
HealthCheckEnabled?: boolean;
|
|
581
|
+
HealthCheckPath?: string;
|
|
582
|
+
HealthCheckIntervalSeconds?: number;
|
|
583
|
+
HealthCheckTimeoutSeconds?: number;
|
|
584
|
+
HealthyThresholdCount?: number;
|
|
585
|
+
UnhealthyThresholdCount?: number;
|
|
586
|
+
Matcher?: Matcher;
|
|
587
|
+
TargetType?: TargetTypeEnum | string;
|
|
588
|
+
Tags?: Tag[];
|
|
589
|
+
IpAddressType?: TargetGroupIpAddressTypeEnum | string;
|
|
590
|
+
}
|
|
591
|
+
export interface TargetGroup {
|
|
592
|
+
TargetGroupArn?: string;
|
|
593
|
+
TargetGroupName?: string;
|
|
594
|
+
Protocol?: ProtocolEnum | string;
|
|
595
|
+
Port?: number;
|
|
596
|
+
VpcId?: string;
|
|
597
|
+
HealthCheckProtocol?: ProtocolEnum | string;
|
|
598
|
+
HealthCheckPort?: string;
|
|
599
|
+
HealthCheckEnabled?: boolean;
|
|
600
|
+
HealthCheckIntervalSeconds?: number;
|
|
601
|
+
HealthCheckTimeoutSeconds?: number;
|
|
602
|
+
HealthyThresholdCount?: number;
|
|
603
|
+
UnhealthyThresholdCount?: number;
|
|
604
|
+
HealthCheckPath?: string;
|
|
605
|
+
Matcher?: Matcher;
|
|
606
|
+
LoadBalancerArns?: string[];
|
|
607
|
+
TargetType?: TargetTypeEnum | string;
|
|
608
|
+
ProtocolVersion?: string;
|
|
609
|
+
IpAddressType?: TargetGroupIpAddressTypeEnum | string;
|
|
610
|
+
}
|
|
611
|
+
export interface CreateTargetGroupOutput {
|
|
612
|
+
TargetGroups?: TargetGroup[];
|
|
613
|
+
}
|
|
614
|
+
export declare class DuplicateTargetGroupNameException extends __BaseException {
|
|
615
|
+
readonly name: "DuplicateTargetGroupNameException";
|
|
616
|
+
readonly $fault: "client";
|
|
617
|
+
Message?: string;
|
|
618
|
+
constructor(
|
|
619
|
+
opts: __ExceptionOptionType<
|
|
620
|
+
DuplicateTargetGroupNameException,
|
|
621
|
+
__BaseException
|
|
622
|
+
>
|
|
623
|
+
);
|
|
624
|
+
}
|
|
625
|
+
export interface DeleteListenerInput {
|
|
626
|
+
ListenerArn: string | undefined;
|
|
627
|
+
}
|
|
628
|
+
export interface DeleteListenerOutput {}
|
|
629
|
+
export interface DeleteLoadBalancerInput {
|
|
630
|
+
LoadBalancerArn: string | undefined;
|
|
631
|
+
}
|
|
632
|
+
export interface DeleteLoadBalancerOutput {}
|
|
633
|
+
export interface DeleteRuleInput {
|
|
634
|
+
RuleArn: string | undefined;
|
|
635
|
+
}
|
|
636
|
+
export interface DeleteRuleOutput {}
|
|
637
|
+
export interface DeleteTargetGroupInput {
|
|
638
|
+
TargetGroupArn: string | undefined;
|
|
639
|
+
}
|
|
640
|
+
export interface DeleteTargetGroupOutput {}
|
|
641
|
+
export interface TargetDescription {
|
|
642
|
+
Id: string | undefined;
|
|
643
|
+
Port?: number;
|
|
644
|
+
AvailabilityZone?: string;
|
|
645
|
+
}
|
|
646
|
+
export interface DeregisterTargetsInput {
|
|
647
|
+
TargetGroupArn: string | undefined;
|
|
648
|
+
Targets: TargetDescription[] | undefined;
|
|
649
|
+
}
|
|
650
|
+
export interface DeregisterTargetsOutput {}
|
|
651
|
+
export declare class InvalidTargetException extends __BaseException {
|
|
652
|
+
readonly name: "InvalidTargetException";
|
|
653
|
+
readonly $fault: "client";
|
|
654
|
+
Message?: string;
|
|
655
|
+
constructor(
|
|
656
|
+
opts: __ExceptionOptionType<InvalidTargetException, __BaseException>
|
|
657
|
+
);
|
|
658
|
+
}
|
|
659
|
+
export interface DescribeAccountLimitsInput {
|
|
660
|
+
Marker?: string;
|
|
661
|
+
PageSize?: number;
|
|
662
|
+
}
|
|
663
|
+
export interface Limit {
|
|
664
|
+
Name?: string;
|
|
665
|
+
Max?: string;
|
|
666
|
+
}
|
|
667
|
+
export interface DescribeAccountLimitsOutput {
|
|
668
|
+
Limits?: Limit[];
|
|
669
|
+
NextMarker?: string;
|
|
670
|
+
}
|
|
671
|
+
export interface DescribeListenerCertificatesInput {
|
|
672
|
+
ListenerArn: string | undefined;
|
|
673
|
+
Marker?: string;
|
|
674
|
+
PageSize?: number;
|
|
675
|
+
}
|
|
676
|
+
export interface DescribeListenerCertificatesOutput {
|
|
677
|
+
Certificates?: Certificate[];
|
|
678
|
+
NextMarker?: string;
|
|
679
|
+
}
|
|
680
|
+
export interface DescribeListenersInput {
|
|
681
|
+
LoadBalancerArn?: string;
|
|
682
|
+
ListenerArns?: string[];
|
|
683
|
+
Marker?: string;
|
|
684
|
+
PageSize?: number;
|
|
685
|
+
}
|
|
686
|
+
export interface DescribeListenersOutput {
|
|
687
|
+
Listeners?: Listener[];
|
|
688
|
+
NextMarker?: string;
|
|
689
|
+
}
|
|
690
|
+
export interface DescribeLoadBalancerAttributesInput {
|
|
691
|
+
LoadBalancerArn: string | undefined;
|
|
692
|
+
}
|
|
693
|
+
export interface LoadBalancerAttribute {
|
|
694
|
+
Key?: string;
|
|
695
|
+
Value?: string;
|
|
696
|
+
}
|
|
697
|
+
export interface DescribeLoadBalancerAttributesOutput {
|
|
698
|
+
Attributes?: LoadBalancerAttribute[];
|
|
699
|
+
}
|
|
700
|
+
export interface DescribeLoadBalancersInput {
|
|
701
|
+
LoadBalancerArns?: string[];
|
|
702
|
+
Names?: string[];
|
|
703
|
+
Marker?: string;
|
|
704
|
+
PageSize?: number;
|
|
705
|
+
}
|
|
706
|
+
export interface DescribeLoadBalancersOutput {
|
|
707
|
+
LoadBalancers?: LoadBalancer[];
|
|
708
|
+
NextMarker?: string;
|
|
709
|
+
}
|
|
710
|
+
export interface DescribeRulesInput {
|
|
711
|
+
ListenerArn?: string;
|
|
712
|
+
RuleArns?: string[];
|
|
713
|
+
Marker?: string;
|
|
714
|
+
PageSize?: number;
|
|
715
|
+
}
|
|
716
|
+
export interface DescribeRulesOutput {
|
|
717
|
+
Rules?: Rule[];
|
|
718
|
+
NextMarker?: string;
|
|
719
|
+
}
|
|
720
|
+
export interface DescribeSSLPoliciesInput {
|
|
721
|
+
Names?: string[];
|
|
722
|
+
Marker?: string;
|
|
723
|
+
PageSize?: number;
|
|
724
|
+
LoadBalancerType?: LoadBalancerTypeEnum | string;
|
|
725
|
+
}
|
|
726
|
+
export interface SslPolicy {
|
|
727
|
+
SslProtocols?: string[];
|
|
728
|
+
Ciphers?: Cipher[];
|
|
729
|
+
Name?: string;
|
|
730
|
+
SupportedLoadBalancerTypes?: string[];
|
|
731
|
+
}
|
|
732
|
+
export interface DescribeSSLPoliciesOutput {
|
|
733
|
+
SslPolicies?: SslPolicy[];
|
|
734
|
+
NextMarker?: string;
|
|
735
|
+
}
|
|
736
|
+
export interface DescribeTagsInput {
|
|
737
|
+
ResourceArns: string[] | undefined;
|
|
738
|
+
}
|
|
739
|
+
export interface TagDescription {
|
|
740
|
+
ResourceArn?: string;
|
|
741
|
+
Tags?: Tag[];
|
|
742
|
+
}
|
|
743
|
+
export interface DescribeTagsOutput {
|
|
744
|
+
TagDescriptions?: TagDescription[];
|
|
745
|
+
}
|
|
746
|
+
export interface DescribeTargetGroupAttributesInput {
|
|
747
|
+
TargetGroupArn: string | undefined;
|
|
748
|
+
}
|
|
749
|
+
export interface TargetGroupAttribute {
|
|
750
|
+
Key?: string;
|
|
751
|
+
Value?: string;
|
|
752
|
+
}
|
|
753
|
+
export interface DescribeTargetGroupAttributesOutput {
|
|
754
|
+
Attributes?: TargetGroupAttribute[];
|
|
755
|
+
}
|
|
756
|
+
export interface DescribeTargetGroupsInput {
|
|
757
|
+
LoadBalancerArn?: string;
|
|
758
|
+
TargetGroupArns?: string[];
|
|
759
|
+
Names?: string[];
|
|
760
|
+
Marker?: string;
|
|
761
|
+
PageSize?: number;
|
|
762
|
+
}
|
|
763
|
+
export interface DescribeTargetGroupsOutput {
|
|
764
|
+
TargetGroups?: TargetGroup[];
|
|
765
|
+
NextMarker?: string;
|
|
766
|
+
}
|
|
767
|
+
export interface DescribeTargetHealthInput {
|
|
768
|
+
TargetGroupArn: string | undefined;
|
|
769
|
+
Targets?: TargetDescription[];
|
|
770
|
+
}
|
|
771
|
+
export declare enum TargetHealthReasonEnum {
|
|
772
|
+
DEREGISTRATION_IN_PROGRESS = "Target.DeregistrationInProgress",
|
|
773
|
+
FAILED_HEALTH_CHECKS = "Target.FailedHealthChecks",
|
|
774
|
+
HEALTH_CHECK_DISABLED = "Target.HealthCheckDisabled",
|
|
775
|
+
INITIAL_HEALTH_CHECKING = "Elb.InitialHealthChecking",
|
|
776
|
+
INTERNAL_ERROR = "Elb.InternalError",
|
|
777
|
+
INVALID_STATE = "Target.InvalidState",
|
|
778
|
+
IP_UNUSABLE = "Target.IpUnusable",
|
|
779
|
+
NOT_IN_USE = "Target.NotInUse",
|
|
780
|
+
NOT_REGISTERED = "Target.NotRegistered",
|
|
781
|
+
REGISTRATION_IN_PROGRESS = "Elb.RegistrationInProgress",
|
|
782
|
+
RESPONSE_CODE_MISMATCH = "Target.ResponseCodeMismatch",
|
|
783
|
+
TIMEOUT = "Target.Timeout",
|
|
784
|
+
}
|
|
785
|
+
export declare enum TargetHealthStateEnum {
|
|
786
|
+
DRAINING = "draining",
|
|
787
|
+
HEALTHY = "healthy",
|
|
788
|
+
INITIAL = "initial",
|
|
789
|
+
UNAVAILABLE = "unavailable",
|
|
790
|
+
UNHEALTHY = "unhealthy",
|
|
791
|
+
UNUSED = "unused",
|
|
792
|
+
}
|
|
793
|
+
export interface TargetHealth {
|
|
794
|
+
State?: TargetHealthStateEnum | string;
|
|
795
|
+
Reason?: TargetHealthReasonEnum | string;
|
|
796
|
+
Description?: string;
|
|
797
|
+
}
|
|
798
|
+
export interface TargetHealthDescription {
|
|
799
|
+
Target?: TargetDescription;
|
|
800
|
+
HealthCheckPort?: string;
|
|
801
|
+
TargetHealth?: TargetHealth;
|
|
802
|
+
}
|
|
803
|
+
export interface DescribeTargetHealthOutput {
|
|
804
|
+
TargetHealthDescriptions?: TargetHealthDescription[];
|
|
805
|
+
}
|
|
806
|
+
export declare class HealthUnavailableException extends __BaseException {
|
|
807
|
+
readonly name: "HealthUnavailableException";
|
|
808
|
+
readonly $fault: "server";
|
|
809
|
+
Message?: string;
|
|
810
|
+
constructor(
|
|
811
|
+
opts: __ExceptionOptionType<HealthUnavailableException, __BaseException>
|
|
812
|
+
);
|
|
813
|
+
}
|
|
814
|
+
export interface ModifyListenerInput {
|
|
815
|
+
ListenerArn: string | undefined;
|
|
816
|
+
Port?: number;
|
|
817
|
+
Protocol?: ProtocolEnum | string;
|
|
818
|
+
SslPolicy?: string;
|
|
819
|
+
Certificates?: Certificate[];
|
|
820
|
+
DefaultActions?: Action[];
|
|
821
|
+
AlpnPolicy?: string[];
|
|
822
|
+
}
|
|
823
|
+
export interface ModifyListenerOutput {
|
|
824
|
+
Listeners?: Listener[];
|
|
825
|
+
}
|
|
826
|
+
export interface ModifyLoadBalancerAttributesInput {
|
|
827
|
+
LoadBalancerArn: string | undefined;
|
|
828
|
+
Attributes: LoadBalancerAttribute[] | undefined;
|
|
829
|
+
}
|
|
830
|
+
export interface ModifyLoadBalancerAttributesOutput {
|
|
831
|
+
Attributes?: LoadBalancerAttribute[];
|
|
832
|
+
}
|
|
833
|
+
export interface ModifyRuleInput {
|
|
834
|
+
RuleArn: string | undefined;
|
|
835
|
+
Conditions?: RuleCondition[];
|
|
836
|
+
Actions?: Action[];
|
|
837
|
+
}
|
|
838
|
+
export interface ModifyRuleOutput {
|
|
839
|
+
Rules?: Rule[];
|
|
840
|
+
}
|
|
841
|
+
export interface ModifyTargetGroupInput {
|
|
842
|
+
TargetGroupArn: string | undefined;
|
|
843
|
+
HealthCheckProtocol?: ProtocolEnum | string;
|
|
844
|
+
HealthCheckPort?: string;
|
|
845
|
+
HealthCheckPath?: string;
|
|
846
|
+
HealthCheckEnabled?: boolean;
|
|
847
|
+
HealthCheckIntervalSeconds?: number;
|
|
848
|
+
HealthCheckTimeoutSeconds?: number;
|
|
849
|
+
HealthyThresholdCount?: number;
|
|
850
|
+
UnhealthyThresholdCount?: number;
|
|
851
|
+
Matcher?: Matcher;
|
|
852
|
+
}
|
|
853
|
+
export interface ModifyTargetGroupOutput {
|
|
854
|
+
TargetGroups?: TargetGroup[];
|
|
855
|
+
}
|
|
856
|
+
export interface ModifyTargetGroupAttributesInput {
|
|
857
|
+
TargetGroupArn: string | undefined;
|
|
858
|
+
Attributes: TargetGroupAttribute[] | undefined;
|
|
859
|
+
}
|
|
860
|
+
export interface ModifyTargetGroupAttributesOutput {
|
|
861
|
+
Attributes?: TargetGroupAttribute[];
|
|
862
|
+
}
|
|
863
|
+
export interface RegisterTargetsInput {
|
|
864
|
+
TargetGroupArn: string | undefined;
|
|
865
|
+
Targets: TargetDescription[] | undefined;
|
|
866
|
+
}
|
|
867
|
+
export interface RegisterTargetsOutput {}
|
|
868
|
+
export interface RemoveListenerCertificatesInput {
|
|
869
|
+
ListenerArn: string | undefined;
|
|
870
|
+
Certificates: Certificate[] | undefined;
|
|
871
|
+
}
|
|
872
|
+
export interface RemoveListenerCertificatesOutput {}
|
|
873
|
+
export interface RemoveTagsInput {
|
|
874
|
+
ResourceArns: string[] | undefined;
|
|
875
|
+
TagKeys: string[] | undefined;
|
|
876
|
+
}
|
|
877
|
+
export interface RemoveTagsOutput {}
|
|
878
|
+
export interface SetIpAddressTypeInput {
|
|
879
|
+
LoadBalancerArn: string | undefined;
|
|
880
|
+
IpAddressType: IpAddressType | string | undefined;
|
|
881
|
+
}
|
|
882
|
+
export interface SetIpAddressTypeOutput {
|
|
883
|
+
IpAddressType?: IpAddressType | string;
|
|
884
|
+
}
|
|
885
|
+
export interface RulePriorityPair {
|
|
886
|
+
RuleArn?: string;
|
|
887
|
+
Priority?: number;
|
|
888
|
+
}
|
|
889
|
+
export interface SetRulePrioritiesInput {
|
|
890
|
+
RulePriorities: RulePriorityPair[] | undefined;
|
|
891
|
+
}
|
|
892
|
+
export interface SetRulePrioritiesOutput {
|
|
893
|
+
Rules?: Rule[];
|
|
894
|
+
}
|
|
895
|
+
export interface SetSecurityGroupsInput {
|
|
896
|
+
LoadBalancerArn: string | undefined;
|
|
897
|
+
SecurityGroups: string[] | undefined;
|
|
898
|
+
}
|
|
899
|
+
export interface SetSecurityGroupsOutput {
|
|
900
|
+
SecurityGroupIds?: string[];
|
|
901
|
+
}
|
|
902
|
+
export interface SetSubnetsInput {
|
|
903
|
+
LoadBalancerArn: string | undefined;
|
|
904
|
+
Subnets?: string[];
|
|
905
|
+
SubnetMappings?: SubnetMapping[];
|
|
906
|
+
IpAddressType?: IpAddressType | string;
|
|
907
|
+
}
|
|
908
|
+
export interface SetSubnetsOutput {
|
|
909
|
+
AvailabilityZones?: AvailabilityZone[];
|
|
910
|
+
IpAddressType?: IpAddressType | string;
|
|
911
|
+
}
|
|
912
|
+
export declare const AuthenticateCognitoActionConfigFilterSensitiveLog: (
|
|
913
|
+
obj: AuthenticateCognitoActionConfig
|
|
914
|
+
) => any;
|
|
915
|
+
export declare const AuthenticateOidcActionConfigFilterSensitiveLog: (
|
|
916
|
+
obj: AuthenticateOidcActionConfig
|
|
917
|
+
) => any;
|
|
918
|
+
export declare const FixedResponseActionConfigFilterSensitiveLog: (
|
|
919
|
+
obj: FixedResponseActionConfig
|
|
920
|
+
) => any;
|
|
921
|
+
export declare const TargetGroupTupleFilterSensitiveLog: (
|
|
922
|
+
obj: TargetGroupTuple
|
|
923
|
+
) => any;
|
|
924
|
+
export declare const TargetGroupStickinessConfigFilterSensitiveLog: (
|
|
925
|
+
obj: TargetGroupStickinessConfig
|
|
926
|
+
) => any;
|
|
927
|
+
export declare const ForwardActionConfigFilterSensitiveLog: (
|
|
928
|
+
obj: ForwardActionConfig
|
|
929
|
+
) => any;
|
|
930
|
+
export declare const RedirectActionConfigFilterSensitiveLog: (
|
|
931
|
+
obj: RedirectActionConfig
|
|
932
|
+
) => any;
|
|
933
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
934
|
+
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
935
|
+
export declare const AddListenerCertificatesInputFilterSensitiveLog: (
|
|
936
|
+
obj: AddListenerCertificatesInput
|
|
937
|
+
) => any;
|
|
938
|
+
export declare const AddListenerCertificatesOutputFilterSensitiveLog: (
|
|
939
|
+
obj: AddListenerCertificatesOutput
|
|
940
|
+
) => any;
|
|
941
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
942
|
+
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
943
|
+
export declare const AddTagsOutputFilterSensitiveLog: (
|
|
944
|
+
obj: AddTagsOutput
|
|
945
|
+
) => any;
|
|
946
|
+
export declare const LoadBalancerAddressFilterSensitiveLog: (
|
|
947
|
+
obj: LoadBalancerAddress
|
|
948
|
+
) => any;
|
|
949
|
+
export declare const AvailabilityZoneFilterSensitiveLog: (
|
|
950
|
+
obj: AvailabilityZone
|
|
951
|
+
) => any;
|
|
952
|
+
export declare const CipherFilterSensitiveLog: (obj: Cipher) => any;
|
|
953
|
+
export declare const CreateListenerInputFilterSensitiveLog: (
|
|
954
|
+
obj: CreateListenerInput
|
|
955
|
+
) => any;
|
|
956
|
+
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
957
|
+
export declare const CreateListenerOutputFilterSensitiveLog: (
|
|
958
|
+
obj: CreateListenerOutput
|
|
959
|
+
) => any;
|
|
960
|
+
export declare const SubnetMappingFilterSensitiveLog: (
|
|
961
|
+
obj: SubnetMapping
|
|
962
|
+
) => any;
|
|
963
|
+
export declare const CreateLoadBalancerInputFilterSensitiveLog: (
|
|
964
|
+
obj: CreateLoadBalancerInput
|
|
965
|
+
) => any;
|
|
966
|
+
export declare const LoadBalancerStateFilterSensitiveLog: (
|
|
967
|
+
obj: LoadBalancerState
|
|
968
|
+
) => any;
|
|
969
|
+
export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
|
|
970
|
+
export declare const CreateLoadBalancerOutputFilterSensitiveLog: (
|
|
971
|
+
obj: CreateLoadBalancerOutput
|
|
972
|
+
) => any;
|
|
973
|
+
export declare const HostHeaderConditionConfigFilterSensitiveLog: (
|
|
974
|
+
obj: HostHeaderConditionConfig
|
|
975
|
+
) => any;
|
|
976
|
+
export declare const HttpHeaderConditionConfigFilterSensitiveLog: (
|
|
977
|
+
obj: HttpHeaderConditionConfig
|
|
978
|
+
) => any;
|
|
979
|
+
export declare const HttpRequestMethodConditionConfigFilterSensitiveLog: (
|
|
980
|
+
obj: HttpRequestMethodConditionConfig
|
|
981
|
+
) => any;
|
|
982
|
+
export declare const PathPatternConditionConfigFilterSensitiveLog: (
|
|
983
|
+
obj: PathPatternConditionConfig
|
|
984
|
+
) => any;
|
|
985
|
+
export declare const QueryStringKeyValuePairFilterSensitiveLog: (
|
|
986
|
+
obj: QueryStringKeyValuePair
|
|
987
|
+
) => any;
|
|
988
|
+
export declare const QueryStringConditionConfigFilterSensitiveLog: (
|
|
989
|
+
obj: QueryStringConditionConfig
|
|
990
|
+
) => any;
|
|
991
|
+
export declare const SourceIpConditionConfigFilterSensitiveLog: (
|
|
992
|
+
obj: SourceIpConditionConfig
|
|
993
|
+
) => any;
|
|
994
|
+
export declare const RuleConditionFilterSensitiveLog: (
|
|
995
|
+
obj: RuleCondition
|
|
996
|
+
) => any;
|
|
997
|
+
export declare const CreateRuleInputFilterSensitiveLog: (
|
|
998
|
+
obj: CreateRuleInput
|
|
999
|
+
) => any;
|
|
1000
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1001
|
+
export declare const CreateRuleOutputFilterSensitiveLog: (
|
|
1002
|
+
obj: CreateRuleOutput
|
|
1003
|
+
) => any;
|
|
1004
|
+
export declare const MatcherFilterSensitiveLog: (obj: Matcher) => any;
|
|
1005
|
+
export declare const CreateTargetGroupInputFilterSensitiveLog: (
|
|
1006
|
+
obj: CreateTargetGroupInput
|
|
1007
|
+
) => any;
|
|
1008
|
+
export declare const TargetGroupFilterSensitiveLog: (obj: TargetGroup) => any;
|
|
1009
|
+
export declare const CreateTargetGroupOutputFilterSensitiveLog: (
|
|
1010
|
+
obj: CreateTargetGroupOutput
|
|
1011
|
+
) => any;
|
|
1012
|
+
export declare const DeleteListenerInputFilterSensitiveLog: (
|
|
1013
|
+
obj: DeleteListenerInput
|
|
1014
|
+
) => any;
|
|
1015
|
+
export declare const DeleteListenerOutputFilterSensitiveLog: (
|
|
1016
|
+
obj: DeleteListenerOutput
|
|
1017
|
+
) => any;
|
|
1018
|
+
export declare const DeleteLoadBalancerInputFilterSensitiveLog: (
|
|
1019
|
+
obj: DeleteLoadBalancerInput
|
|
1020
|
+
) => any;
|
|
1021
|
+
export declare const DeleteLoadBalancerOutputFilterSensitiveLog: (
|
|
1022
|
+
obj: DeleteLoadBalancerOutput
|
|
1023
|
+
) => any;
|
|
1024
|
+
export declare const DeleteRuleInputFilterSensitiveLog: (
|
|
1025
|
+
obj: DeleteRuleInput
|
|
1026
|
+
) => any;
|
|
1027
|
+
export declare const DeleteRuleOutputFilterSensitiveLog: (
|
|
1028
|
+
obj: DeleteRuleOutput
|
|
1029
|
+
) => any;
|
|
1030
|
+
export declare const DeleteTargetGroupInputFilterSensitiveLog: (
|
|
1031
|
+
obj: DeleteTargetGroupInput
|
|
1032
|
+
) => any;
|
|
1033
|
+
export declare const DeleteTargetGroupOutputFilterSensitiveLog: (
|
|
1034
|
+
obj: DeleteTargetGroupOutput
|
|
1035
|
+
) => any;
|
|
1036
|
+
export declare const TargetDescriptionFilterSensitiveLog: (
|
|
1037
|
+
obj: TargetDescription
|
|
1038
|
+
) => any;
|
|
1039
|
+
export declare const DeregisterTargetsInputFilterSensitiveLog: (
|
|
1040
|
+
obj: DeregisterTargetsInput
|
|
1041
|
+
) => any;
|
|
1042
|
+
export declare const DeregisterTargetsOutputFilterSensitiveLog: (
|
|
1043
|
+
obj: DeregisterTargetsOutput
|
|
1044
|
+
) => any;
|
|
1045
|
+
export declare const DescribeAccountLimitsInputFilterSensitiveLog: (
|
|
1046
|
+
obj: DescribeAccountLimitsInput
|
|
1047
|
+
) => any;
|
|
1048
|
+
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
1049
|
+
export declare const DescribeAccountLimitsOutputFilterSensitiveLog: (
|
|
1050
|
+
obj: DescribeAccountLimitsOutput
|
|
1051
|
+
) => any;
|
|
1052
|
+
export declare const DescribeListenerCertificatesInputFilterSensitiveLog: (
|
|
1053
|
+
obj: DescribeListenerCertificatesInput
|
|
1054
|
+
) => any;
|
|
1055
|
+
export declare const DescribeListenerCertificatesOutputFilterSensitiveLog: (
|
|
1056
|
+
obj: DescribeListenerCertificatesOutput
|
|
1057
|
+
) => any;
|
|
1058
|
+
export declare const DescribeListenersInputFilterSensitiveLog: (
|
|
1059
|
+
obj: DescribeListenersInput
|
|
1060
|
+
) => any;
|
|
1061
|
+
export declare const DescribeListenersOutputFilterSensitiveLog: (
|
|
1062
|
+
obj: DescribeListenersOutput
|
|
1063
|
+
) => any;
|
|
1064
|
+
export declare const DescribeLoadBalancerAttributesInputFilterSensitiveLog: (
|
|
1065
|
+
obj: DescribeLoadBalancerAttributesInput
|
|
1066
|
+
) => any;
|
|
1067
|
+
export declare const LoadBalancerAttributeFilterSensitiveLog: (
|
|
1068
|
+
obj: LoadBalancerAttribute
|
|
1069
|
+
) => any;
|
|
1070
|
+
export declare const DescribeLoadBalancerAttributesOutputFilterSensitiveLog: (
|
|
1071
|
+
obj: DescribeLoadBalancerAttributesOutput
|
|
1072
|
+
) => any;
|
|
1073
|
+
export declare const DescribeLoadBalancersInputFilterSensitiveLog: (
|
|
1074
|
+
obj: DescribeLoadBalancersInput
|
|
1075
|
+
) => any;
|
|
1076
|
+
export declare const DescribeLoadBalancersOutputFilterSensitiveLog: (
|
|
1077
|
+
obj: DescribeLoadBalancersOutput
|
|
1078
|
+
) => any;
|
|
1079
|
+
export declare const DescribeRulesInputFilterSensitiveLog: (
|
|
1080
|
+
obj: DescribeRulesInput
|
|
1081
|
+
) => any;
|
|
1082
|
+
export declare const DescribeRulesOutputFilterSensitiveLog: (
|
|
1083
|
+
obj: DescribeRulesOutput
|
|
1084
|
+
) => any;
|
|
1085
|
+
export declare const DescribeSSLPoliciesInputFilterSensitiveLog: (
|
|
1086
|
+
obj: DescribeSSLPoliciesInput
|
|
1087
|
+
) => any;
|
|
1088
|
+
export declare const SslPolicyFilterSensitiveLog: (obj: SslPolicy) => any;
|
|
1089
|
+
export declare const DescribeSSLPoliciesOutputFilterSensitiveLog: (
|
|
1090
|
+
obj: DescribeSSLPoliciesOutput
|
|
1091
|
+
) => any;
|
|
1092
|
+
export declare const DescribeTagsInputFilterSensitiveLog: (
|
|
1093
|
+
obj: DescribeTagsInput
|
|
1094
|
+
) => any;
|
|
1095
|
+
export declare const TagDescriptionFilterSensitiveLog: (
|
|
1096
|
+
obj: TagDescription
|
|
1097
|
+
) => any;
|
|
1098
|
+
export declare const DescribeTagsOutputFilterSensitiveLog: (
|
|
1099
|
+
obj: DescribeTagsOutput
|
|
1100
|
+
) => any;
|
|
1101
|
+
export declare const DescribeTargetGroupAttributesInputFilterSensitiveLog: (
|
|
1102
|
+
obj: DescribeTargetGroupAttributesInput
|
|
1103
|
+
) => any;
|
|
1104
|
+
export declare const TargetGroupAttributeFilterSensitiveLog: (
|
|
1105
|
+
obj: TargetGroupAttribute
|
|
1106
|
+
) => any;
|
|
1107
|
+
export declare const DescribeTargetGroupAttributesOutputFilterSensitiveLog: (
|
|
1108
|
+
obj: DescribeTargetGroupAttributesOutput
|
|
1109
|
+
) => any;
|
|
1110
|
+
export declare const DescribeTargetGroupsInputFilterSensitiveLog: (
|
|
1111
|
+
obj: DescribeTargetGroupsInput
|
|
1112
|
+
) => any;
|
|
1113
|
+
export declare const DescribeTargetGroupsOutputFilterSensitiveLog: (
|
|
1114
|
+
obj: DescribeTargetGroupsOutput
|
|
1115
|
+
) => any;
|
|
1116
|
+
export declare const DescribeTargetHealthInputFilterSensitiveLog: (
|
|
1117
|
+
obj: DescribeTargetHealthInput
|
|
1118
|
+
) => any;
|
|
1119
|
+
export declare const TargetHealthFilterSensitiveLog: (obj: TargetHealth) => any;
|
|
1120
|
+
export declare const TargetHealthDescriptionFilterSensitiveLog: (
|
|
1121
|
+
obj: TargetHealthDescription
|
|
1122
|
+
) => any;
|
|
1123
|
+
export declare const DescribeTargetHealthOutputFilterSensitiveLog: (
|
|
1124
|
+
obj: DescribeTargetHealthOutput
|
|
1125
|
+
) => any;
|
|
1126
|
+
export declare const ModifyListenerInputFilterSensitiveLog: (
|
|
1127
|
+
obj: ModifyListenerInput
|
|
1128
|
+
) => any;
|
|
1129
|
+
export declare const ModifyListenerOutputFilterSensitiveLog: (
|
|
1130
|
+
obj: ModifyListenerOutput
|
|
1131
|
+
) => any;
|
|
1132
|
+
export declare const ModifyLoadBalancerAttributesInputFilterSensitiveLog: (
|
|
1133
|
+
obj: ModifyLoadBalancerAttributesInput
|
|
1134
|
+
) => any;
|
|
1135
|
+
export declare const ModifyLoadBalancerAttributesOutputFilterSensitiveLog: (
|
|
1136
|
+
obj: ModifyLoadBalancerAttributesOutput
|
|
1137
|
+
) => any;
|
|
1138
|
+
export declare const ModifyRuleInputFilterSensitiveLog: (
|
|
1139
|
+
obj: ModifyRuleInput
|
|
1140
|
+
) => any;
|
|
1141
|
+
export declare const ModifyRuleOutputFilterSensitiveLog: (
|
|
1142
|
+
obj: ModifyRuleOutput
|
|
1143
|
+
) => any;
|
|
1144
|
+
export declare const ModifyTargetGroupInputFilterSensitiveLog: (
|
|
1145
|
+
obj: ModifyTargetGroupInput
|
|
1146
|
+
) => any;
|
|
1147
|
+
export declare const ModifyTargetGroupOutputFilterSensitiveLog: (
|
|
1148
|
+
obj: ModifyTargetGroupOutput
|
|
1149
|
+
) => any;
|
|
1150
|
+
export declare const ModifyTargetGroupAttributesInputFilterSensitiveLog: (
|
|
1151
|
+
obj: ModifyTargetGroupAttributesInput
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const ModifyTargetGroupAttributesOutputFilterSensitiveLog: (
|
|
1154
|
+
obj: ModifyTargetGroupAttributesOutput
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const RegisterTargetsInputFilterSensitiveLog: (
|
|
1157
|
+
obj: RegisterTargetsInput
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const RegisterTargetsOutputFilterSensitiveLog: (
|
|
1160
|
+
obj: RegisterTargetsOutput
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const RemoveListenerCertificatesInputFilterSensitiveLog: (
|
|
1163
|
+
obj: RemoveListenerCertificatesInput
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const RemoveListenerCertificatesOutputFilterSensitiveLog: (
|
|
1166
|
+
obj: RemoveListenerCertificatesOutput
|
|
1167
|
+
) => any;
|
|
1168
|
+
export declare const RemoveTagsInputFilterSensitiveLog: (
|
|
1169
|
+
obj: RemoveTagsInput
|
|
1170
|
+
) => any;
|
|
1171
|
+
export declare const RemoveTagsOutputFilterSensitiveLog: (
|
|
1172
|
+
obj: RemoveTagsOutput
|
|
1173
|
+
) => any;
|
|
1174
|
+
export declare const SetIpAddressTypeInputFilterSensitiveLog: (
|
|
1175
|
+
obj: SetIpAddressTypeInput
|
|
1176
|
+
) => any;
|
|
1177
|
+
export declare const SetIpAddressTypeOutputFilterSensitiveLog: (
|
|
1178
|
+
obj: SetIpAddressTypeOutput
|
|
1179
|
+
) => any;
|
|
1180
|
+
export declare const RulePriorityPairFilterSensitiveLog: (
|
|
1181
|
+
obj: RulePriorityPair
|
|
1182
|
+
) => any;
|
|
1183
|
+
export declare const SetRulePrioritiesInputFilterSensitiveLog: (
|
|
1184
|
+
obj: SetRulePrioritiesInput
|
|
1185
|
+
) => any;
|
|
1186
|
+
export declare const SetRulePrioritiesOutputFilterSensitiveLog: (
|
|
1187
|
+
obj: SetRulePrioritiesOutput
|
|
1188
|
+
) => any;
|
|
1189
|
+
export declare const SetSecurityGroupsInputFilterSensitiveLog: (
|
|
1190
|
+
obj: SetSecurityGroupsInput
|
|
1191
|
+
) => any;
|
|
1192
|
+
export declare const SetSecurityGroupsOutputFilterSensitiveLog: (
|
|
1193
|
+
obj: SetSecurityGroupsOutput
|
|
1194
|
+
) => any;
|
|
1195
|
+
export declare const SetSubnetsInputFilterSensitiveLog: (
|
|
1196
|
+
obj: SetSubnetsInput
|
|
1197
|
+
) => any;
|
|
1198
|
+
export declare const SetSubnetsOutputFilterSensitiveLog: (
|
|
1199
|
+
obj: SetSubnetsOutput
|
|
1200
|
+
) => any;
|