@aws-sdk/client-elastic-load-balancing 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +574 -150
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +304 -102
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- 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/ElasticLoadBalancingServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1051 -932
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +353 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,932 +1,1051 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AccessLog {
|
|
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
|
-
export interface AddAvailabilityZonesOutput {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
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
|
-
export interface CreateAccessPointInput {
|
|
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
|
-
export interface CreateLBCookieStickinessPolicyInput {
|
|
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
|
-
|
|
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
|
-
export
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
export interface
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
export interface
|
|
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
|
-
export interface
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
export interface SourceSecurityGroup {
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
export interface
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
export interface
|
|
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
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
export interface
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
export
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
export
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AccessLog {
|
|
5
|
+
Enabled: boolean | undefined;
|
|
6
|
+
|
|
7
|
+
S3BucketName?: string;
|
|
8
|
+
|
|
9
|
+
EmitInterval?: number;
|
|
10
|
+
|
|
11
|
+
S3BucketPrefix?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export declare class AccessPointNotFoundException extends __BaseException {
|
|
15
|
+
readonly name: "AccessPointNotFoundException";
|
|
16
|
+
readonly $fault: "client";
|
|
17
|
+
Message?: string;
|
|
18
|
+
|
|
19
|
+
constructor(
|
|
20
|
+
opts: __ExceptionOptionType<AccessPointNotFoundException, __BaseException>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface AddAvailabilityZonesInput {
|
|
25
|
+
LoadBalancerName: string | undefined;
|
|
26
|
+
|
|
27
|
+
AvailabilityZones: string[] | undefined;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface AddAvailabilityZonesOutput {
|
|
31
|
+
AvailabilityZones?: string[];
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface AdditionalAttribute {
|
|
35
|
+
Key?: string;
|
|
36
|
+
|
|
37
|
+
Value?: string;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface Tag {
|
|
41
|
+
Key: string | undefined;
|
|
42
|
+
|
|
43
|
+
Value?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface AddTagsInput {
|
|
47
|
+
LoadBalancerNames: string[] | undefined;
|
|
48
|
+
|
|
49
|
+
Tags: Tag[] | undefined;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface AddTagsOutput {}
|
|
53
|
+
|
|
54
|
+
export declare class DuplicateTagKeysException extends __BaseException {
|
|
55
|
+
readonly name: "DuplicateTagKeysException";
|
|
56
|
+
readonly $fault: "client";
|
|
57
|
+
Message?: string;
|
|
58
|
+
|
|
59
|
+
constructor(
|
|
60
|
+
opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
65
|
+
readonly name: "TooManyTagsException";
|
|
66
|
+
readonly $fault: "client";
|
|
67
|
+
Message?: string;
|
|
68
|
+
|
|
69
|
+
constructor(
|
|
70
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export interface AppCookieStickinessPolicy {
|
|
75
|
+
PolicyName?: string;
|
|
76
|
+
|
|
77
|
+
CookieName?: string;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface ApplySecurityGroupsToLoadBalancerInput {
|
|
81
|
+
LoadBalancerName: string | undefined;
|
|
82
|
+
|
|
83
|
+
SecurityGroups: string[] | undefined;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface ApplySecurityGroupsToLoadBalancerOutput {
|
|
87
|
+
SecurityGroups?: string[];
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export declare class InvalidConfigurationRequestException extends __BaseException {
|
|
91
|
+
readonly name: "InvalidConfigurationRequestException";
|
|
92
|
+
readonly $fault: "client";
|
|
93
|
+
Message?: string;
|
|
94
|
+
|
|
95
|
+
constructor(
|
|
96
|
+
opts: __ExceptionOptionType<
|
|
97
|
+
InvalidConfigurationRequestException,
|
|
98
|
+
__BaseException
|
|
99
|
+
>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export declare class InvalidSecurityGroupException extends __BaseException {
|
|
104
|
+
readonly name: "InvalidSecurityGroupException";
|
|
105
|
+
readonly $fault: "client";
|
|
106
|
+
Message?: string;
|
|
107
|
+
|
|
108
|
+
constructor(
|
|
109
|
+
opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>
|
|
110
|
+
);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export interface AttachLoadBalancerToSubnetsInput {
|
|
114
|
+
LoadBalancerName: string | undefined;
|
|
115
|
+
|
|
116
|
+
Subnets: string[] | undefined;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface AttachLoadBalancerToSubnetsOutput {
|
|
120
|
+
Subnets?: string[];
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export declare class InvalidSubnetException extends __BaseException {
|
|
124
|
+
readonly name: "InvalidSubnetException";
|
|
125
|
+
readonly $fault: "client";
|
|
126
|
+
Message?: string;
|
|
127
|
+
|
|
128
|
+
constructor(
|
|
129
|
+
opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>
|
|
130
|
+
);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export declare class SubnetNotFoundException extends __BaseException {
|
|
134
|
+
readonly name: "SubnetNotFoundException";
|
|
135
|
+
readonly $fault: "client";
|
|
136
|
+
Message?: string;
|
|
137
|
+
|
|
138
|
+
constructor(
|
|
139
|
+
opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>
|
|
140
|
+
);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
export interface BackendServerDescription {
|
|
144
|
+
InstancePort?: number;
|
|
145
|
+
|
|
146
|
+
PolicyNames?: string[];
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export declare class CertificateNotFoundException extends __BaseException {
|
|
150
|
+
readonly name: "CertificateNotFoundException";
|
|
151
|
+
readonly $fault: "client";
|
|
152
|
+
Message?: string;
|
|
153
|
+
|
|
154
|
+
constructor(
|
|
155
|
+
opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>
|
|
156
|
+
);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface HealthCheck {
|
|
160
|
+
Target: string | undefined;
|
|
161
|
+
|
|
162
|
+
Interval: number | undefined;
|
|
163
|
+
|
|
164
|
+
Timeout: number | undefined;
|
|
165
|
+
|
|
166
|
+
UnhealthyThreshold: number | undefined;
|
|
167
|
+
|
|
168
|
+
HealthyThreshold: number | undefined;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export interface ConfigureHealthCheckInput {
|
|
172
|
+
LoadBalancerName: string | undefined;
|
|
173
|
+
|
|
174
|
+
HealthCheck: HealthCheck | undefined;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface ConfigureHealthCheckOutput {
|
|
178
|
+
HealthCheck?: HealthCheck;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export interface ConnectionDraining {
|
|
182
|
+
Enabled: boolean | undefined;
|
|
183
|
+
|
|
184
|
+
Timeout?: number;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface ConnectionSettings {
|
|
188
|
+
IdleTimeout: number | undefined;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export interface Listener {
|
|
192
|
+
Protocol: string | undefined;
|
|
193
|
+
|
|
194
|
+
LoadBalancerPort: number | undefined;
|
|
195
|
+
|
|
196
|
+
InstanceProtocol?: string;
|
|
197
|
+
|
|
198
|
+
InstancePort: number | undefined;
|
|
199
|
+
|
|
200
|
+
SSLCertificateId?: string;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export interface CreateAccessPointInput {
|
|
204
|
+
LoadBalancerName: string | undefined;
|
|
205
|
+
|
|
206
|
+
Listeners: Listener[] | undefined;
|
|
207
|
+
|
|
208
|
+
AvailabilityZones?: string[];
|
|
209
|
+
|
|
210
|
+
Subnets?: string[];
|
|
211
|
+
|
|
212
|
+
SecurityGroups?: string[];
|
|
213
|
+
|
|
214
|
+
Scheme?: string;
|
|
215
|
+
|
|
216
|
+
Tags?: Tag[];
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface CreateAccessPointOutput {
|
|
220
|
+
DNSName?: string;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export interface CreateAppCookieStickinessPolicyInput {
|
|
224
|
+
LoadBalancerName: string | undefined;
|
|
225
|
+
|
|
226
|
+
PolicyName: string | undefined;
|
|
227
|
+
|
|
228
|
+
CookieName: string | undefined;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export interface CreateAppCookieStickinessPolicyOutput {}
|
|
232
|
+
|
|
233
|
+
export declare class DuplicatePolicyNameException extends __BaseException {
|
|
234
|
+
readonly name: "DuplicatePolicyNameException";
|
|
235
|
+
readonly $fault: "client";
|
|
236
|
+
Message?: string;
|
|
237
|
+
|
|
238
|
+
constructor(
|
|
239
|
+
opts: __ExceptionOptionType<DuplicatePolicyNameException, __BaseException>
|
|
240
|
+
);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export declare class TooManyPoliciesException extends __BaseException {
|
|
244
|
+
readonly name: "TooManyPoliciesException";
|
|
245
|
+
readonly $fault: "client";
|
|
246
|
+
Message?: string;
|
|
247
|
+
|
|
248
|
+
constructor(
|
|
249
|
+
opts: __ExceptionOptionType<TooManyPoliciesException, __BaseException>
|
|
250
|
+
);
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export interface CreateLBCookieStickinessPolicyInput {
|
|
254
|
+
LoadBalancerName: string | undefined;
|
|
255
|
+
|
|
256
|
+
PolicyName: string | undefined;
|
|
257
|
+
|
|
258
|
+
CookieExpirationPeriod?: number;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export interface CreateLBCookieStickinessPolicyOutput {}
|
|
262
|
+
|
|
263
|
+
export declare class DuplicateAccessPointNameException extends __BaseException {
|
|
264
|
+
readonly name: "DuplicateAccessPointNameException";
|
|
265
|
+
readonly $fault: "client";
|
|
266
|
+
Message?: string;
|
|
267
|
+
|
|
268
|
+
constructor(
|
|
269
|
+
opts: __ExceptionOptionType<
|
|
270
|
+
DuplicateAccessPointNameException,
|
|
271
|
+
__BaseException
|
|
272
|
+
>
|
|
273
|
+
);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export declare class InvalidSchemeException extends __BaseException {
|
|
277
|
+
readonly name: "InvalidSchemeException";
|
|
278
|
+
readonly $fault: "client";
|
|
279
|
+
Message?: string;
|
|
280
|
+
|
|
281
|
+
constructor(
|
|
282
|
+
opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>
|
|
283
|
+
);
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
export declare class OperationNotPermittedException extends __BaseException {
|
|
287
|
+
readonly name: "OperationNotPermittedException";
|
|
288
|
+
readonly $fault: "client";
|
|
289
|
+
Message?: string;
|
|
290
|
+
|
|
291
|
+
constructor(
|
|
292
|
+
opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>
|
|
293
|
+
);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export declare class TooManyAccessPointsException extends __BaseException {
|
|
297
|
+
readonly name: "TooManyAccessPointsException";
|
|
298
|
+
readonly $fault: "client";
|
|
299
|
+
Message?: string;
|
|
300
|
+
|
|
301
|
+
constructor(
|
|
302
|
+
opts: __ExceptionOptionType<TooManyAccessPointsException, __BaseException>
|
|
303
|
+
);
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export declare class UnsupportedProtocolException extends __BaseException {
|
|
307
|
+
readonly name: "UnsupportedProtocolException";
|
|
308
|
+
readonly $fault: "client";
|
|
309
|
+
Message?: string;
|
|
310
|
+
|
|
311
|
+
constructor(
|
|
312
|
+
opts: __ExceptionOptionType<UnsupportedProtocolException, __BaseException>
|
|
313
|
+
);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
export interface CreateLoadBalancerListenerInput {
|
|
317
|
+
LoadBalancerName: string | undefined;
|
|
318
|
+
|
|
319
|
+
Listeners: Listener[] | undefined;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface CreateLoadBalancerListenerOutput {}
|
|
323
|
+
|
|
324
|
+
export declare class DuplicateListenerException extends __BaseException {
|
|
325
|
+
readonly name: "DuplicateListenerException";
|
|
326
|
+
readonly $fault: "client";
|
|
327
|
+
Message?: string;
|
|
328
|
+
|
|
329
|
+
constructor(
|
|
330
|
+
opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>
|
|
331
|
+
);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export interface PolicyAttribute {
|
|
335
|
+
AttributeName?: string;
|
|
336
|
+
|
|
337
|
+
AttributeValue?: string;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
export interface CreateLoadBalancerPolicyInput {
|
|
341
|
+
LoadBalancerName: string | undefined;
|
|
342
|
+
|
|
343
|
+
PolicyName: string | undefined;
|
|
344
|
+
|
|
345
|
+
PolicyTypeName: string | undefined;
|
|
346
|
+
|
|
347
|
+
PolicyAttributes?: PolicyAttribute[];
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
export interface CreateLoadBalancerPolicyOutput {}
|
|
351
|
+
|
|
352
|
+
export declare class PolicyTypeNotFoundException extends __BaseException {
|
|
353
|
+
readonly name: "PolicyTypeNotFoundException";
|
|
354
|
+
readonly $fault: "client";
|
|
355
|
+
Message?: string;
|
|
356
|
+
|
|
357
|
+
constructor(
|
|
358
|
+
opts: __ExceptionOptionType<PolicyTypeNotFoundException, __BaseException>
|
|
359
|
+
);
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export interface CrossZoneLoadBalancing {
|
|
363
|
+
Enabled: boolean | undefined;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export interface DeleteAccessPointInput {
|
|
367
|
+
LoadBalancerName: string | undefined;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export interface DeleteAccessPointOutput {}
|
|
371
|
+
|
|
372
|
+
export interface DeleteLoadBalancerListenerInput {
|
|
373
|
+
LoadBalancerName: string | undefined;
|
|
374
|
+
|
|
375
|
+
LoadBalancerPorts: number[] | undefined;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
export interface DeleteLoadBalancerListenerOutput {}
|
|
379
|
+
|
|
380
|
+
export interface DeleteLoadBalancerPolicyInput {
|
|
381
|
+
LoadBalancerName: string | undefined;
|
|
382
|
+
|
|
383
|
+
PolicyName: string | undefined;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface DeleteLoadBalancerPolicyOutput {}
|
|
387
|
+
|
|
388
|
+
export declare class DependencyThrottleException extends __BaseException {
|
|
389
|
+
readonly name: "DependencyThrottleException";
|
|
390
|
+
readonly $fault: "client";
|
|
391
|
+
Message?: string;
|
|
392
|
+
|
|
393
|
+
constructor(
|
|
394
|
+
opts: __ExceptionOptionType<DependencyThrottleException, __BaseException>
|
|
395
|
+
);
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export interface Instance {
|
|
399
|
+
InstanceId?: string;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
export interface DeregisterEndPointsInput {
|
|
403
|
+
LoadBalancerName: string | undefined;
|
|
404
|
+
|
|
405
|
+
Instances: Instance[] | undefined;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export interface DeregisterEndPointsOutput {
|
|
409
|
+
Instances?: Instance[];
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export declare class InvalidEndPointException extends __BaseException {
|
|
413
|
+
readonly name: "InvalidEndPointException";
|
|
414
|
+
readonly $fault: "client";
|
|
415
|
+
Message?: string;
|
|
416
|
+
|
|
417
|
+
constructor(
|
|
418
|
+
opts: __ExceptionOptionType<InvalidEndPointException, __BaseException>
|
|
419
|
+
);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
export interface DescribeAccessPointsInput {
|
|
423
|
+
LoadBalancerNames?: string[];
|
|
424
|
+
|
|
425
|
+
Marker?: string;
|
|
426
|
+
|
|
427
|
+
PageSize?: number;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
export interface ListenerDescription {
|
|
431
|
+
Listener?: Listener;
|
|
432
|
+
|
|
433
|
+
PolicyNames?: string[];
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export interface LBCookieStickinessPolicy {
|
|
437
|
+
PolicyName?: string;
|
|
438
|
+
|
|
439
|
+
CookieExpirationPeriod?: number;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export interface Policies {
|
|
443
|
+
AppCookieStickinessPolicies?: AppCookieStickinessPolicy[];
|
|
444
|
+
|
|
445
|
+
LBCookieStickinessPolicies?: LBCookieStickinessPolicy[];
|
|
446
|
+
|
|
447
|
+
OtherPolicies?: string[];
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export interface SourceSecurityGroup {
|
|
451
|
+
OwnerAlias?: string;
|
|
452
|
+
|
|
453
|
+
GroupName?: string;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
export interface LoadBalancerDescription {
|
|
457
|
+
LoadBalancerName?: string;
|
|
458
|
+
|
|
459
|
+
DNSName?: string;
|
|
460
|
+
|
|
461
|
+
CanonicalHostedZoneName?: string;
|
|
462
|
+
|
|
463
|
+
CanonicalHostedZoneNameID?: string;
|
|
464
|
+
|
|
465
|
+
ListenerDescriptions?: ListenerDescription[];
|
|
466
|
+
|
|
467
|
+
Policies?: Policies;
|
|
468
|
+
|
|
469
|
+
BackendServerDescriptions?: BackendServerDescription[];
|
|
470
|
+
|
|
471
|
+
AvailabilityZones?: string[];
|
|
472
|
+
|
|
473
|
+
Subnets?: string[];
|
|
474
|
+
|
|
475
|
+
VPCId?: string;
|
|
476
|
+
|
|
477
|
+
Instances?: Instance[];
|
|
478
|
+
|
|
479
|
+
HealthCheck?: HealthCheck;
|
|
480
|
+
|
|
481
|
+
SourceSecurityGroup?: SourceSecurityGroup;
|
|
482
|
+
|
|
483
|
+
SecurityGroups?: string[];
|
|
484
|
+
|
|
485
|
+
CreatedTime?: Date;
|
|
486
|
+
|
|
487
|
+
Scheme?: string;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
export interface DescribeAccessPointsOutput {
|
|
491
|
+
LoadBalancerDescriptions?: LoadBalancerDescription[];
|
|
492
|
+
|
|
493
|
+
NextMarker?: string;
|
|
494
|
+
}
|
|
495
|
+
export interface DescribeAccountLimitsInput {
|
|
496
|
+
Marker?: string;
|
|
497
|
+
|
|
498
|
+
PageSize?: number;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
export interface Limit {
|
|
502
|
+
Name?: string;
|
|
503
|
+
|
|
504
|
+
Max?: string;
|
|
505
|
+
}
|
|
506
|
+
export interface DescribeAccountLimitsOutput {
|
|
507
|
+
Limits?: Limit[];
|
|
508
|
+
|
|
509
|
+
NextMarker?: string;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
export interface DescribeEndPointStateInput {
|
|
513
|
+
LoadBalancerName: string | undefined;
|
|
514
|
+
|
|
515
|
+
Instances?: Instance[];
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
export interface InstanceState {
|
|
519
|
+
InstanceId?: string;
|
|
520
|
+
|
|
521
|
+
State?: string;
|
|
522
|
+
|
|
523
|
+
ReasonCode?: string;
|
|
524
|
+
|
|
525
|
+
Description?: string;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
export interface DescribeEndPointStateOutput {
|
|
529
|
+
InstanceStates?: InstanceState[];
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
export interface DescribeLoadBalancerAttributesInput {
|
|
533
|
+
LoadBalancerName: string | undefined;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
export interface LoadBalancerAttributes {
|
|
537
|
+
CrossZoneLoadBalancing?: CrossZoneLoadBalancing;
|
|
538
|
+
|
|
539
|
+
AccessLog?: AccessLog;
|
|
540
|
+
|
|
541
|
+
ConnectionDraining?: ConnectionDraining;
|
|
542
|
+
|
|
543
|
+
ConnectionSettings?: ConnectionSettings;
|
|
544
|
+
|
|
545
|
+
AdditionalAttributes?: AdditionalAttribute[];
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
export interface DescribeLoadBalancerAttributesOutput {
|
|
549
|
+
LoadBalancerAttributes?: LoadBalancerAttributes;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
export declare class LoadBalancerAttributeNotFoundException extends __BaseException {
|
|
553
|
+
readonly name: "LoadBalancerAttributeNotFoundException";
|
|
554
|
+
readonly $fault: "client";
|
|
555
|
+
Message?: string;
|
|
556
|
+
|
|
557
|
+
constructor(
|
|
558
|
+
opts: __ExceptionOptionType<
|
|
559
|
+
LoadBalancerAttributeNotFoundException,
|
|
560
|
+
__BaseException
|
|
561
|
+
>
|
|
562
|
+
);
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
export interface DescribeLoadBalancerPoliciesInput {
|
|
566
|
+
LoadBalancerName?: string;
|
|
567
|
+
|
|
568
|
+
PolicyNames?: string[];
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
export interface PolicyAttributeDescription {
|
|
572
|
+
AttributeName?: string;
|
|
573
|
+
|
|
574
|
+
AttributeValue?: string;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
export interface PolicyDescription {
|
|
578
|
+
PolicyName?: string;
|
|
579
|
+
|
|
580
|
+
PolicyTypeName?: string;
|
|
581
|
+
|
|
582
|
+
PolicyAttributeDescriptions?: PolicyAttributeDescription[];
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
export interface DescribeLoadBalancerPoliciesOutput {
|
|
586
|
+
PolicyDescriptions?: PolicyDescription[];
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export declare class PolicyNotFoundException extends __BaseException {
|
|
590
|
+
readonly name: "PolicyNotFoundException";
|
|
591
|
+
readonly $fault: "client";
|
|
592
|
+
Message?: string;
|
|
593
|
+
|
|
594
|
+
constructor(
|
|
595
|
+
opts: __ExceptionOptionType<PolicyNotFoundException, __BaseException>
|
|
596
|
+
);
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
export interface DescribeLoadBalancerPolicyTypesInput {
|
|
600
|
+
PolicyTypeNames?: string[];
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export interface PolicyAttributeTypeDescription {
|
|
604
|
+
AttributeName?: string;
|
|
605
|
+
|
|
606
|
+
AttributeType?: string;
|
|
607
|
+
|
|
608
|
+
Description?: string;
|
|
609
|
+
|
|
610
|
+
DefaultValue?: string;
|
|
611
|
+
|
|
612
|
+
Cardinality?: string;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export interface PolicyTypeDescription {
|
|
616
|
+
PolicyTypeName?: string;
|
|
617
|
+
|
|
618
|
+
Description?: string;
|
|
619
|
+
|
|
620
|
+
PolicyAttributeTypeDescriptions?: PolicyAttributeTypeDescription[];
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
export interface DescribeLoadBalancerPolicyTypesOutput {
|
|
624
|
+
PolicyTypeDescriptions?: PolicyTypeDescription[];
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
export interface DescribeTagsInput {
|
|
628
|
+
LoadBalancerNames: string[] | undefined;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
export interface TagDescription {
|
|
632
|
+
LoadBalancerName?: string;
|
|
633
|
+
|
|
634
|
+
Tags?: Tag[];
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
export interface DescribeTagsOutput {
|
|
638
|
+
TagDescriptions?: TagDescription[];
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
export interface DetachLoadBalancerFromSubnetsInput {
|
|
642
|
+
LoadBalancerName: string | undefined;
|
|
643
|
+
|
|
644
|
+
Subnets: string[] | undefined;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
export interface DetachLoadBalancerFromSubnetsOutput {
|
|
648
|
+
Subnets?: string[];
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export interface RemoveAvailabilityZonesInput {
|
|
652
|
+
LoadBalancerName: string | undefined;
|
|
653
|
+
|
|
654
|
+
AvailabilityZones: string[] | undefined;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
export interface RemoveAvailabilityZonesOutput {
|
|
658
|
+
AvailabilityZones?: string[];
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
export interface ModifyLoadBalancerAttributesInput {
|
|
662
|
+
LoadBalancerName: string | undefined;
|
|
663
|
+
|
|
664
|
+
LoadBalancerAttributes: LoadBalancerAttributes | undefined;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
export interface ModifyLoadBalancerAttributesOutput {
|
|
668
|
+
LoadBalancerName?: string;
|
|
669
|
+
|
|
670
|
+
LoadBalancerAttributes?: LoadBalancerAttributes;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
export interface RegisterEndPointsInput {
|
|
674
|
+
LoadBalancerName: string | undefined;
|
|
675
|
+
|
|
676
|
+
Instances: Instance[] | undefined;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
export interface RegisterEndPointsOutput {
|
|
680
|
+
Instances?: Instance[];
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
export interface TagKeyOnly {
|
|
684
|
+
Key?: string;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export interface RemoveTagsInput {
|
|
688
|
+
LoadBalancerNames: string[] | undefined;
|
|
689
|
+
|
|
690
|
+
Tags: TagKeyOnly[] | undefined;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
export interface RemoveTagsOutput {}
|
|
694
|
+
|
|
695
|
+
export declare class ListenerNotFoundException extends __BaseException {
|
|
696
|
+
readonly name: "ListenerNotFoundException";
|
|
697
|
+
readonly $fault: "client";
|
|
698
|
+
Message?: string;
|
|
699
|
+
|
|
700
|
+
constructor(
|
|
701
|
+
opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>
|
|
702
|
+
);
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
export interface SetLoadBalancerListenerSSLCertificateInput {
|
|
706
|
+
LoadBalancerName: string | undefined;
|
|
707
|
+
|
|
708
|
+
LoadBalancerPort: number | undefined;
|
|
709
|
+
|
|
710
|
+
SSLCertificateId: string | undefined;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export interface SetLoadBalancerListenerSSLCertificateOutput {}
|
|
714
|
+
|
|
715
|
+
export interface SetLoadBalancerPoliciesForBackendServerInput {
|
|
716
|
+
LoadBalancerName: string | undefined;
|
|
717
|
+
|
|
718
|
+
InstancePort: number | undefined;
|
|
719
|
+
|
|
720
|
+
PolicyNames: string[] | undefined;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
export interface SetLoadBalancerPoliciesForBackendServerOutput {}
|
|
724
|
+
|
|
725
|
+
export interface SetLoadBalancerPoliciesOfListenerInput {
|
|
726
|
+
LoadBalancerName: string | undefined;
|
|
727
|
+
|
|
728
|
+
LoadBalancerPort: number | undefined;
|
|
729
|
+
|
|
730
|
+
PolicyNames: string[] | undefined;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
export interface SetLoadBalancerPoliciesOfListenerOutput {}
|
|
734
|
+
|
|
735
|
+
export declare const AccessLogFilterSensitiveLog: (obj: AccessLog) => any;
|
|
736
|
+
|
|
737
|
+
export declare const AddAvailabilityZonesInputFilterSensitiveLog: (
|
|
738
|
+
obj: AddAvailabilityZonesInput
|
|
739
|
+
) => any;
|
|
740
|
+
|
|
741
|
+
export declare const AddAvailabilityZonesOutputFilterSensitiveLog: (
|
|
742
|
+
obj: AddAvailabilityZonesOutput
|
|
743
|
+
) => any;
|
|
744
|
+
|
|
745
|
+
export declare const AdditionalAttributeFilterSensitiveLog: (
|
|
746
|
+
obj: AdditionalAttribute
|
|
747
|
+
) => any;
|
|
748
|
+
|
|
749
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
750
|
+
|
|
751
|
+
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
752
|
+
|
|
753
|
+
export declare const AddTagsOutputFilterSensitiveLog: (
|
|
754
|
+
obj: AddTagsOutput
|
|
755
|
+
) => any;
|
|
756
|
+
|
|
757
|
+
export declare const AppCookieStickinessPolicyFilterSensitiveLog: (
|
|
758
|
+
obj: AppCookieStickinessPolicy
|
|
759
|
+
) => any;
|
|
760
|
+
|
|
761
|
+
export declare const ApplySecurityGroupsToLoadBalancerInputFilterSensitiveLog: (
|
|
762
|
+
obj: ApplySecurityGroupsToLoadBalancerInput
|
|
763
|
+
) => any;
|
|
764
|
+
|
|
765
|
+
export declare const ApplySecurityGroupsToLoadBalancerOutputFilterSensitiveLog: (
|
|
766
|
+
obj: ApplySecurityGroupsToLoadBalancerOutput
|
|
767
|
+
) => any;
|
|
768
|
+
|
|
769
|
+
export declare const AttachLoadBalancerToSubnetsInputFilterSensitiveLog: (
|
|
770
|
+
obj: AttachLoadBalancerToSubnetsInput
|
|
771
|
+
) => any;
|
|
772
|
+
|
|
773
|
+
export declare const AttachLoadBalancerToSubnetsOutputFilterSensitiveLog: (
|
|
774
|
+
obj: AttachLoadBalancerToSubnetsOutput
|
|
775
|
+
) => any;
|
|
776
|
+
|
|
777
|
+
export declare const BackendServerDescriptionFilterSensitiveLog: (
|
|
778
|
+
obj: BackendServerDescription
|
|
779
|
+
) => any;
|
|
780
|
+
|
|
781
|
+
export declare const HealthCheckFilterSensitiveLog: (obj: HealthCheck) => any;
|
|
782
|
+
|
|
783
|
+
export declare const ConfigureHealthCheckInputFilterSensitiveLog: (
|
|
784
|
+
obj: ConfigureHealthCheckInput
|
|
785
|
+
) => any;
|
|
786
|
+
|
|
787
|
+
export declare const ConfigureHealthCheckOutputFilterSensitiveLog: (
|
|
788
|
+
obj: ConfigureHealthCheckOutput
|
|
789
|
+
) => any;
|
|
790
|
+
|
|
791
|
+
export declare const ConnectionDrainingFilterSensitiveLog: (
|
|
792
|
+
obj: ConnectionDraining
|
|
793
|
+
) => any;
|
|
794
|
+
|
|
795
|
+
export declare const ConnectionSettingsFilterSensitiveLog: (
|
|
796
|
+
obj: ConnectionSettings
|
|
797
|
+
) => any;
|
|
798
|
+
|
|
799
|
+
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
800
|
+
|
|
801
|
+
export declare const CreateAccessPointInputFilterSensitiveLog: (
|
|
802
|
+
obj: CreateAccessPointInput
|
|
803
|
+
) => any;
|
|
804
|
+
|
|
805
|
+
export declare const CreateAccessPointOutputFilterSensitiveLog: (
|
|
806
|
+
obj: CreateAccessPointOutput
|
|
807
|
+
) => any;
|
|
808
|
+
|
|
809
|
+
export declare const CreateAppCookieStickinessPolicyInputFilterSensitiveLog: (
|
|
810
|
+
obj: CreateAppCookieStickinessPolicyInput
|
|
811
|
+
) => any;
|
|
812
|
+
|
|
813
|
+
export declare const CreateAppCookieStickinessPolicyOutputFilterSensitiveLog: (
|
|
814
|
+
obj: CreateAppCookieStickinessPolicyOutput
|
|
815
|
+
) => any;
|
|
816
|
+
|
|
817
|
+
export declare const CreateLBCookieStickinessPolicyInputFilterSensitiveLog: (
|
|
818
|
+
obj: CreateLBCookieStickinessPolicyInput
|
|
819
|
+
) => any;
|
|
820
|
+
|
|
821
|
+
export declare const CreateLBCookieStickinessPolicyOutputFilterSensitiveLog: (
|
|
822
|
+
obj: CreateLBCookieStickinessPolicyOutput
|
|
823
|
+
) => any;
|
|
824
|
+
|
|
825
|
+
export declare const CreateLoadBalancerListenerInputFilterSensitiveLog: (
|
|
826
|
+
obj: CreateLoadBalancerListenerInput
|
|
827
|
+
) => any;
|
|
828
|
+
|
|
829
|
+
export declare const CreateLoadBalancerListenerOutputFilterSensitiveLog: (
|
|
830
|
+
obj: CreateLoadBalancerListenerOutput
|
|
831
|
+
) => any;
|
|
832
|
+
|
|
833
|
+
export declare const PolicyAttributeFilterSensitiveLog: (
|
|
834
|
+
obj: PolicyAttribute
|
|
835
|
+
) => any;
|
|
836
|
+
|
|
837
|
+
export declare const CreateLoadBalancerPolicyInputFilterSensitiveLog: (
|
|
838
|
+
obj: CreateLoadBalancerPolicyInput
|
|
839
|
+
) => any;
|
|
840
|
+
|
|
841
|
+
export declare const CreateLoadBalancerPolicyOutputFilterSensitiveLog: (
|
|
842
|
+
obj: CreateLoadBalancerPolicyOutput
|
|
843
|
+
) => any;
|
|
844
|
+
|
|
845
|
+
export declare const CrossZoneLoadBalancingFilterSensitiveLog: (
|
|
846
|
+
obj: CrossZoneLoadBalancing
|
|
847
|
+
) => any;
|
|
848
|
+
|
|
849
|
+
export declare const DeleteAccessPointInputFilterSensitiveLog: (
|
|
850
|
+
obj: DeleteAccessPointInput
|
|
851
|
+
) => any;
|
|
852
|
+
|
|
853
|
+
export declare const DeleteAccessPointOutputFilterSensitiveLog: (
|
|
854
|
+
obj: DeleteAccessPointOutput
|
|
855
|
+
) => any;
|
|
856
|
+
|
|
857
|
+
export declare const DeleteLoadBalancerListenerInputFilterSensitiveLog: (
|
|
858
|
+
obj: DeleteLoadBalancerListenerInput
|
|
859
|
+
) => any;
|
|
860
|
+
|
|
861
|
+
export declare const DeleteLoadBalancerListenerOutputFilterSensitiveLog: (
|
|
862
|
+
obj: DeleteLoadBalancerListenerOutput
|
|
863
|
+
) => any;
|
|
864
|
+
|
|
865
|
+
export declare const DeleteLoadBalancerPolicyInputFilterSensitiveLog: (
|
|
866
|
+
obj: DeleteLoadBalancerPolicyInput
|
|
867
|
+
) => any;
|
|
868
|
+
|
|
869
|
+
export declare const DeleteLoadBalancerPolicyOutputFilterSensitiveLog: (
|
|
870
|
+
obj: DeleteLoadBalancerPolicyOutput
|
|
871
|
+
) => any;
|
|
872
|
+
|
|
873
|
+
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
874
|
+
|
|
875
|
+
export declare const DeregisterEndPointsInputFilterSensitiveLog: (
|
|
876
|
+
obj: DeregisterEndPointsInput
|
|
877
|
+
) => any;
|
|
878
|
+
|
|
879
|
+
export declare const DeregisterEndPointsOutputFilterSensitiveLog: (
|
|
880
|
+
obj: DeregisterEndPointsOutput
|
|
881
|
+
) => any;
|
|
882
|
+
|
|
883
|
+
export declare const DescribeAccessPointsInputFilterSensitiveLog: (
|
|
884
|
+
obj: DescribeAccessPointsInput
|
|
885
|
+
) => any;
|
|
886
|
+
|
|
887
|
+
export declare const ListenerDescriptionFilterSensitiveLog: (
|
|
888
|
+
obj: ListenerDescription
|
|
889
|
+
) => any;
|
|
890
|
+
|
|
891
|
+
export declare const LBCookieStickinessPolicyFilterSensitiveLog: (
|
|
892
|
+
obj: LBCookieStickinessPolicy
|
|
893
|
+
) => any;
|
|
894
|
+
|
|
895
|
+
export declare const PoliciesFilterSensitiveLog: (obj: Policies) => any;
|
|
896
|
+
|
|
897
|
+
export declare const SourceSecurityGroupFilterSensitiveLog: (
|
|
898
|
+
obj: SourceSecurityGroup
|
|
899
|
+
) => any;
|
|
900
|
+
|
|
901
|
+
export declare const LoadBalancerDescriptionFilterSensitiveLog: (
|
|
902
|
+
obj: LoadBalancerDescription
|
|
903
|
+
) => any;
|
|
904
|
+
|
|
905
|
+
export declare const DescribeAccessPointsOutputFilterSensitiveLog: (
|
|
906
|
+
obj: DescribeAccessPointsOutput
|
|
907
|
+
) => any;
|
|
908
|
+
|
|
909
|
+
export declare const DescribeAccountLimitsInputFilterSensitiveLog: (
|
|
910
|
+
obj: DescribeAccountLimitsInput
|
|
911
|
+
) => any;
|
|
912
|
+
|
|
913
|
+
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
914
|
+
|
|
915
|
+
export declare const DescribeAccountLimitsOutputFilterSensitiveLog: (
|
|
916
|
+
obj: DescribeAccountLimitsOutput
|
|
917
|
+
) => any;
|
|
918
|
+
|
|
919
|
+
export declare const DescribeEndPointStateInputFilterSensitiveLog: (
|
|
920
|
+
obj: DescribeEndPointStateInput
|
|
921
|
+
) => any;
|
|
922
|
+
|
|
923
|
+
export declare const InstanceStateFilterSensitiveLog: (
|
|
924
|
+
obj: InstanceState
|
|
925
|
+
) => any;
|
|
926
|
+
|
|
927
|
+
export declare const DescribeEndPointStateOutputFilterSensitiveLog: (
|
|
928
|
+
obj: DescribeEndPointStateOutput
|
|
929
|
+
) => any;
|
|
930
|
+
|
|
931
|
+
export declare const DescribeLoadBalancerAttributesInputFilterSensitiveLog: (
|
|
932
|
+
obj: DescribeLoadBalancerAttributesInput
|
|
933
|
+
) => any;
|
|
934
|
+
|
|
935
|
+
export declare const LoadBalancerAttributesFilterSensitiveLog: (
|
|
936
|
+
obj: LoadBalancerAttributes
|
|
937
|
+
) => any;
|
|
938
|
+
|
|
939
|
+
export declare const DescribeLoadBalancerAttributesOutputFilterSensitiveLog: (
|
|
940
|
+
obj: DescribeLoadBalancerAttributesOutput
|
|
941
|
+
) => any;
|
|
942
|
+
|
|
943
|
+
export declare const DescribeLoadBalancerPoliciesInputFilterSensitiveLog: (
|
|
944
|
+
obj: DescribeLoadBalancerPoliciesInput
|
|
945
|
+
) => any;
|
|
946
|
+
|
|
947
|
+
export declare const PolicyAttributeDescriptionFilterSensitiveLog: (
|
|
948
|
+
obj: PolicyAttributeDescription
|
|
949
|
+
) => any;
|
|
950
|
+
|
|
951
|
+
export declare const PolicyDescriptionFilterSensitiveLog: (
|
|
952
|
+
obj: PolicyDescription
|
|
953
|
+
) => any;
|
|
954
|
+
|
|
955
|
+
export declare const DescribeLoadBalancerPoliciesOutputFilterSensitiveLog: (
|
|
956
|
+
obj: DescribeLoadBalancerPoliciesOutput
|
|
957
|
+
) => any;
|
|
958
|
+
|
|
959
|
+
export declare const DescribeLoadBalancerPolicyTypesInputFilterSensitiveLog: (
|
|
960
|
+
obj: DescribeLoadBalancerPolicyTypesInput
|
|
961
|
+
) => any;
|
|
962
|
+
|
|
963
|
+
export declare const PolicyAttributeTypeDescriptionFilterSensitiveLog: (
|
|
964
|
+
obj: PolicyAttributeTypeDescription
|
|
965
|
+
) => any;
|
|
966
|
+
|
|
967
|
+
export declare const PolicyTypeDescriptionFilterSensitiveLog: (
|
|
968
|
+
obj: PolicyTypeDescription
|
|
969
|
+
) => any;
|
|
970
|
+
|
|
971
|
+
export declare const DescribeLoadBalancerPolicyTypesOutputFilterSensitiveLog: (
|
|
972
|
+
obj: DescribeLoadBalancerPolicyTypesOutput
|
|
973
|
+
) => any;
|
|
974
|
+
|
|
975
|
+
export declare const DescribeTagsInputFilterSensitiveLog: (
|
|
976
|
+
obj: DescribeTagsInput
|
|
977
|
+
) => any;
|
|
978
|
+
|
|
979
|
+
export declare const TagDescriptionFilterSensitiveLog: (
|
|
980
|
+
obj: TagDescription
|
|
981
|
+
) => any;
|
|
982
|
+
|
|
983
|
+
export declare const DescribeTagsOutputFilterSensitiveLog: (
|
|
984
|
+
obj: DescribeTagsOutput
|
|
985
|
+
) => any;
|
|
986
|
+
|
|
987
|
+
export declare const DetachLoadBalancerFromSubnetsInputFilterSensitiveLog: (
|
|
988
|
+
obj: DetachLoadBalancerFromSubnetsInput
|
|
989
|
+
) => any;
|
|
990
|
+
|
|
991
|
+
export declare const DetachLoadBalancerFromSubnetsOutputFilterSensitiveLog: (
|
|
992
|
+
obj: DetachLoadBalancerFromSubnetsOutput
|
|
993
|
+
) => any;
|
|
994
|
+
|
|
995
|
+
export declare const RemoveAvailabilityZonesInputFilterSensitiveLog: (
|
|
996
|
+
obj: RemoveAvailabilityZonesInput
|
|
997
|
+
) => any;
|
|
998
|
+
|
|
999
|
+
export declare const RemoveAvailabilityZonesOutputFilterSensitiveLog: (
|
|
1000
|
+
obj: RemoveAvailabilityZonesOutput
|
|
1001
|
+
) => any;
|
|
1002
|
+
|
|
1003
|
+
export declare const ModifyLoadBalancerAttributesInputFilterSensitiveLog: (
|
|
1004
|
+
obj: ModifyLoadBalancerAttributesInput
|
|
1005
|
+
) => any;
|
|
1006
|
+
|
|
1007
|
+
export declare const ModifyLoadBalancerAttributesOutputFilterSensitiveLog: (
|
|
1008
|
+
obj: ModifyLoadBalancerAttributesOutput
|
|
1009
|
+
) => any;
|
|
1010
|
+
|
|
1011
|
+
export declare const RegisterEndPointsInputFilterSensitiveLog: (
|
|
1012
|
+
obj: RegisterEndPointsInput
|
|
1013
|
+
) => any;
|
|
1014
|
+
|
|
1015
|
+
export declare const RegisterEndPointsOutputFilterSensitiveLog: (
|
|
1016
|
+
obj: RegisterEndPointsOutput
|
|
1017
|
+
) => any;
|
|
1018
|
+
|
|
1019
|
+
export declare const TagKeyOnlyFilterSensitiveLog: (obj: TagKeyOnly) => any;
|
|
1020
|
+
|
|
1021
|
+
export declare const RemoveTagsInputFilterSensitiveLog: (
|
|
1022
|
+
obj: RemoveTagsInput
|
|
1023
|
+
) => any;
|
|
1024
|
+
|
|
1025
|
+
export declare const RemoveTagsOutputFilterSensitiveLog: (
|
|
1026
|
+
obj: RemoveTagsOutput
|
|
1027
|
+
) => any;
|
|
1028
|
+
|
|
1029
|
+
export declare const SetLoadBalancerListenerSSLCertificateInputFilterSensitiveLog: (
|
|
1030
|
+
obj: SetLoadBalancerListenerSSLCertificateInput
|
|
1031
|
+
) => any;
|
|
1032
|
+
|
|
1033
|
+
export declare const SetLoadBalancerListenerSSLCertificateOutputFilterSensitiveLog: (
|
|
1034
|
+
obj: SetLoadBalancerListenerSSLCertificateOutput
|
|
1035
|
+
) => any;
|
|
1036
|
+
|
|
1037
|
+
export declare const SetLoadBalancerPoliciesForBackendServerInputFilterSensitiveLog: (
|
|
1038
|
+
obj: SetLoadBalancerPoliciesForBackendServerInput
|
|
1039
|
+
) => any;
|
|
1040
|
+
|
|
1041
|
+
export declare const SetLoadBalancerPoliciesForBackendServerOutputFilterSensitiveLog: (
|
|
1042
|
+
obj: SetLoadBalancerPoliciesForBackendServerOutput
|
|
1043
|
+
) => any;
|
|
1044
|
+
|
|
1045
|
+
export declare const SetLoadBalancerPoliciesOfListenerInputFilterSensitiveLog: (
|
|
1046
|
+
obj: SetLoadBalancerPoliciesOfListenerInput
|
|
1047
|
+
) => any;
|
|
1048
|
+
|
|
1049
|
+
export declare const SetLoadBalancerPoliciesOfListenerOutputFilterSensitiveLog: (
|
|
1050
|
+
obj: SetLoadBalancerPoliciesOfListenerOutput
|
|
1051
|
+
) => any;
|