@aws-sdk/client-elastic-load-balancing 3.50.0 → 3.53.0

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