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