@aws-sdk/client-elastic-load-balancing 3.131.0 → 3.137.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 (64) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/AddTagsCommand.js +2 -2
  3. package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -2
  4. package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +2 -2
  5. package/dist-cjs/commands/ConfigureHealthCheckCommand.js +2 -2
  6. package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +2 -2
  7. package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +2 -2
  8. package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -2
  9. package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +2 -2
  10. package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +2 -2
  14. package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeInstanceHealthCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  22. package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -2
  23. package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -2
  24. package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -2
  25. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
  26. package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -2
  27. package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
  28. package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -2
  29. package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -2
  30. package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -2
  31. package/dist-cjs/models/models_0.js +339 -507
  32. package/dist-es/commands/AddTagsCommand.js +3 -3
  33. package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +3 -3
  34. package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +3 -3
  35. package/dist-es/commands/ConfigureHealthCheckCommand.js +3 -3
  36. package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +3 -3
  37. package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +3 -3
  38. package/dist-es/commands/CreateLoadBalancerCommand.js +3 -3
  39. package/dist-es/commands/CreateLoadBalancerListenersCommand.js +3 -3
  40. package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +3 -3
  41. package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -3
  42. package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +3 -3
  43. package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +3 -3
  44. package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +3 -3
  45. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
  46. package/dist-es/commands/DescribeInstanceHealthCommand.js +3 -3
  47. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
  48. package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +3 -3
  49. package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +3 -3
  50. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
  51. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  52. package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +3 -3
  53. package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +3 -3
  54. package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +3 -3
  55. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
  56. package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +3 -3
  57. package/dist-es/commands/RemoveTagsCommand.js +3 -3
  58. package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +3 -3
  59. package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +3 -3
  60. package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +3 -3
  61. package/dist-es/models/models_0.js +84 -336
  62. package/dist-types/models/models_0.d.ts +336 -504
  63. package/dist-types/ts3.4/models/models_0.d.ts +168 -336
  64. package/package.json +6 -6
@@ -23,12 +23,6 @@ export interface AccessLog {
23
23
  */
24
24
  S3BucketPrefix?: string;
25
25
  }
26
- export declare namespace AccessLog {
27
- /**
28
- * @internal
29
- */
30
- const filterSensitiveLog: (obj: AccessLog) => any;
31
- }
32
26
  /**
33
27
  * <p>The specified load balancer does not exist.</p>
34
28
  */
@@ -54,12 +48,6 @@ export interface AddAvailabilityZonesInput {
54
48
  */
55
49
  AvailabilityZones: string[] | undefined;
56
50
  }
57
- export declare namespace AddAvailabilityZonesInput {
58
- /**
59
- * @internal
60
- */
61
- const filterSensitiveLog: (obj: AddAvailabilityZonesInput) => any;
62
- }
63
51
  /**
64
52
  * <p>Contains the output of EnableAvailabilityZonesForLoadBalancer.</p>
65
53
  */
@@ -69,12 +57,6 @@ export interface AddAvailabilityZonesOutput {
69
57
  */
70
58
  AvailabilityZones?: string[];
71
59
  }
72
- export declare namespace AddAvailabilityZonesOutput {
73
- /**
74
- * @internal
75
- */
76
- const filterSensitiveLog: (obj: AddAvailabilityZonesOutput) => any;
77
- }
78
60
  /**
79
61
  * <p>Information about additional load balancer attributes.</p>
80
62
  */
@@ -97,12 +79,6 @@ export interface AdditionalAttribute {
97
79
  */
98
80
  Value?: string;
99
81
  }
100
- export declare namespace AdditionalAttribute {
101
- /**
102
- * @internal
103
- */
104
- const filterSensitiveLog: (obj: AdditionalAttribute) => any;
105
- }
106
82
  /**
107
83
  * <p>Information about a tag.</p>
108
84
  */
@@ -116,12 +92,6 @@ export interface Tag {
116
92
  */
117
93
  Value?: string;
118
94
  }
119
- export declare namespace Tag {
120
- /**
121
- * @internal
122
- */
123
- const filterSensitiveLog: (obj: Tag) => any;
124
- }
125
95
  /**
126
96
  * <p>Contains the parameters for AddTags.</p>
127
97
  */
@@ -135,23 +105,11 @@ export interface AddTagsInput {
135
105
  */
136
106
  Tags: Tag[] | undefined;
137
107
  }
138
- export declare namespace AddTagsInput {
139
- /**
140
- * @internal
141
- */
142
- const filterSensitiveLog: (obj: AddTagsInput) => any;
143
- }
144
108
  /**
145
109
  * <p>Contains the output of AddTags.</p>
146
110
  */
147
111
  export interface AddTagsOutput {
148
112
  }
149
- export declare namespace AddTagsOutput {
150
- /**
151
- * @internal
152
- */
153
- const filterSensitiveLog: (obj: AddTagsOutput) => any;
154
- }
155
113
  /**
156
114
  * <p>A tag key was specified more than once.</p>
157
115
  */
@@ -189,12 +147,6 @@ export interface AppCookieStickinessPolicy {
189
147
  */
190
148
  CookieName?: string;
191
149
  }
192
- export declare namespace AppCookieStickinessPolicy {
193
- /**
194
- * @internal
195
- */
196
- const filterSensitiveLog: (obj: AppCookieStickinessPolicy) => any;
197
- }
198
150
  /**
199
151
  * <p>Contains the parameters for ApplySecurityGroupsToLoadBalancer.</p>
200
152
  */
@@ -208,12 +160,6 @@ export interface ApplySecurityGroupsToLoadBalancerInput {
208
160
  */
209
161
  SecurityGroups: string[] | undefined;
210
162
  }
211
- export declare namespace ApplySecurityGroupsToLoadBalancerInput {
212
- /**
213
- * @internal
214
- */
215
- const filterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerInput) => any;
216
- }
217
163
  /**
218
164
  * <p>Contains the output of ApplySecurityGroupsToLoadBalancer.</p>
219
165
  */
@@ -223,12 +169,6 @@ export interface ApplySecurityGroupsToLoadBalancerOutput {
223
169
  */
224
170
  SecurityGroups?: string[];
225
171
  }
226
- export declare namespace ApplySecurityGroupsToLoadBalancerOutput {
227
- /**
228
- * @internal
229
- */
230
- const filterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerOutput) => any;
231
- }
232
172
  /**
233
173
  * <p>The requested configuration change is not valid.</p>
234
174
  */
@@ -266,12 +206,6 @@ export interface AttachLoadBalancerToSubnetsInput {
266
206
  */
267
207
  Subnets: string[] | undefined;
268
208
  }
269
- export declare namespace AttachLoadBalancerToSubnetsInput {
270
- /**
271
- * @internal
272
- */
273
- const filterSensitiveLog: (obj: AttachLoadBalancerToSubnetsInput) => any;
274
- }
275
209
  /**
276
210
  * <p>Contains the output of AttachLoadBalancerToSubnets.</p>
277
211
  */
@@ -281,12 +215,6 @@ export interface AttachLoadBalancerToSubnetsOutput {
281
215
  */
282
216
  Subnets?: string[];
283
217
  }
284
- export declare namespace AttachLoadBalancerToSubnetsOutput {
285
- /**
286
- * @internal
287
- */
288
- const filterSensitiveLog: (obj: AttachLoadBalancerToSubnetsOutput) => any;
289
- }
290
218
  /**
291
219
  * <p>The specified VPC has no associated Internet gateway.</p>
292
220
  */
@@ -324,12 +252,6 @@ export interface BackendServerDescription {
324
252
  */
325
253
  PolicyNames?: string[];
326
254
  }
327
- export declare namespace BackendServerDescription {
328
- /**
329
- * @internal
330
- */
331
- const filterSensitiveLog: (obj: BackendServerDescription) => any;
332
- }
333
255
  /**
334
256
  * <p>The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM)
335
257
  * or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might
@@ -374,12 +296,6 @@ export interface HealthCheck {
374
296
  */
375
297
  HealthyThreshold: number | undefined;
376
298
  }
377
- export declare namespace HealthCheck {
378
- /**
379
- * @internal
380
- */
381
- const filterSensitiveLog: (obj: HealthCheck) => any;
382
- }
383
299
  /**
384
300
  * <p>Contains the parameters for ConfigureHealthCheck.</p>
385
301
  */
@@ -393,12 +309,6 @@ export interface ConfigureHealthCheckInput {
393
309
  */
394
310
  HealthCheck: HealthCheck | undefined;
395
311
  }
396
- export declare namespace ConfigureHealthCheckInput {
397
- /**
398
- * @internal
399
- */
400
- const filterSensitiveLog: (obj: ConfigureHealthCheckInput) => any;
401
- }
402
312
  /**
403
313
  * <p>Contains the output of ConfigureHealthCheck.</p>
404
314
  */
@@ -408,12 +318,6 @@ export interface ConfigureHealthCheckOutput {
408
318
  */
409
319
  HealthCheck?: HealthCheck;
410
320
  }
411
- export declare namespace ConfigureHealthCheckOutput {
412
- /**
413
- * @internal
414
- */
415
- const filterSensitiveLog: (obj: ConfigureHealthCheckOutput) => any;
416
- }
417
321
  /**
418
322
  * <p>Information about the <code>ConnectionDraining</code> attribute.</p>
419
323
  */
@@ -427,12 +331,6 @@ export interface ConnectionDraining {
427
331
  */
428
332
  Timeout?: number;
429
333
  }
430
- export declare namespace ConnectionDraining {
431
- /**
432
- * @internal
433
- */
434
- const filterSensitiveLog: (obj: ConnectionDraining) => any;
435
- }
436
334
  /**
437
335
  * <p>Information about the <code>ConnectionSettings</code> attribute.</p>
438
336
  */
@@ -442,12 +340,6 @@ export interface ConnectionSettings {
442
340
  */
443
341
  IdleTimeout: number | undefined;
444
342
  }
445
- export declare namespace ConnectionSettings {
446
- /**
447
- * @internal
448
- */
449
- const filterSensitiveLog: (obj: ConnectionSettings) => any;
450
- }
451
343
  /**
452
344
  * <p>Information about a listener.</p>
453
345
  * <p>For information about the protocols and the ports supported by Elastic Load Balancing, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html">Listeners for Your Classic Load Balancer</a>
@@ -481,12 +373,6 @@ export interface Listener {
481
373
  */
482
374
  SSLCertificateId?: string;
483
375
  }
484
- export declare namespace Listener {
485
- /**
486
- * @internal
487
- */
488
- const filterSensitiveLog: (obj: Listener) => any;
489
- }
490
376
  /**
491
377
  * <p>Contains the parameters for CreateLoadBalancer.</p>
492
378
  */
@@ -533,12 +419,6 @@ export interface CreateAccessPointInput {
533
419
  */
534
420
  Tags?: Tag[];
535
421
  }
536
- export declare namespace CreateAccessPointInput {
537
- /**
538
- * @internal
539
- */
540
- const filterSensitiveLog: (obj: CreateAccessPointInput) => any;
541
- }
542
422
  /**
543
423
  * <p>Contains the output for CreateLoadBalancer.</p>
544
424
  */
@@ -548,12 +428,6 @@ export interface CreateAccessPointOutput {
548
428
  */
549
429
  DNSName?: string;
550
430
  }
551
- export declare namespace CreateAccessPointOutput {
552
- /**
553
- * @internal
554
- */
555
- const filterSensitiveLog: (obj: CreateAccessPointOutput) => any;
556
- }
557
431
  /**
558
432
  * <p>Contains the parameters for CreateAppCookieStickinessPolicy.</p>
559
433
  */
@@ -571,23 +445,11 @@ export interface CreateAppCookieStickinessPolicyInput {
571
445
  */
572
446
  CookieName: string | undefined;
573
447
  }
574
- export declare namespace CreateAppCookieStickinessPolicyInput {
575
- /**
576
- * @internal
577
- */
578
- const filterSensitiveLog: (obj: CreateAppCookieStickinessPolicyInput) => any;
579
- }
580
448
  /**
581
449
  * <p>Contains the output for CreateAppCookieStickinessPolicy.</p>
582
450
  */
583
451
  export interface CreateAppCookieStickinessPolicyOutput {
584
452
  }
585
- export declare namespace CreateAppCookieStickinessPolicyOutput {
586
- /**
587
- * @internal
588
- */
589
- const filterSensitiveLog: (obj: CreateAppCookieStickinessPolicyOutput) => any;
590
- }
591
453
  /**
592
454
  * <p>A policy with the specified name already exists for this load balancer.</p>
593
455
  */
@@ -629,23 +491,11 @@ export interface CreateLBCookieStickinessPolicyInput {
629
491
  */
630
492
  CookieExpirationPeriod?: number;
631
493
  }
632
- export declare namespace CreateLBCookieStickinessPolicyInput {
633
- /**
634
- * @internal
635
- */
636
- const filterSensitiveLog: (obj: CreateLBCookieStickinessPolicyInput) => any;
637
- }
638
494
  /**
639
495
  * <p>Contains the output for CreateLBCookieStickinessPolicy.</p>
640
496
  */
641
497
  export interface CreateLBCookieStickinessPolicyOutput {
642
498
  }
643
- export declare namespace CreateLBCookieStickinessPolicyOutput {
644
- /**
645
- * @internal
646
- */
647
- const filterSensitiveLog: (obj: CreateLBCookieStickinessPolicyOutput) => any;
648
- }
649
499
  /**
650
500
  * <p>The specified load balancer name already exists for this account.</p>
651
501
  */
@@ -719,23 +569,11 @@ export interface CreateLoadBalancerListenerInput {
719
569
  */
720
570
  Listeners: Listener[] | undefined;
721
571
  }
722
- export declare namespace CreateLoadBalancerListenerInput {
723
- /**
724
- * @internal
725
- */
726
- const filterSensitiveLog: (obj: CreateLoadBalancerListenerInput) => any;
727
- }
728
572
  /**
729
573
  * <p>Contains the parameters for CreateLoadBalancerListener.</p>
730
574
  */
731
575
  export interface CreateLoadBalancerListenerOutput {
732
576
  }
733
- export declare namespace CreateLoadBalancerListenerOutput {
734
- /**
735
- * @internal
736
- */
737
- const filterSensitiveLog: (obj: CreateLoadBalancerListenerOutput) => any;
738
- }
739
577
  /**
740
578
  * <p>A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.</p>
741
579
  */
@@ -761,12 +599,6 @@ export interface PolicyAttribute {
761
599
  */
762
600
  AttributeValue?: string;
763
601
  }
764
- export declare namespace PolicyAttribute {
765
- /**
766
- * @internal
767
- */
768
- const filterSensitiveLog: (obj: PolicyAttribute) => any;
769
- }
770
602
  /**
771
603
  * <p>Contains the parameters for CreateLoadBalancerPolicy.</p>
772
604
  */
@@ -789,23 +621,11 @@ export interface CreateLoadBalancerPolicyInput {
789
621
  */
790
622
  PolicyAttributes?: PolicyAttribute[];
791
623
  }
792
- export declare namespace CreateLoadBalancerPolicyInput {
793
- /**
794
- * @internal
795
- */
796
- const filterSensitiveLog: (obj: CreateLoadBalancerPolicyInput) => any;
797
- }
798
624
  /**
799
625
  * <p>Contains the output of CreateLoadBalancerPolicy.</p>
800
626
  */
801
627
  export interface CreateLoadBalancerPolicyOutput {
802
628
  }
803
- export declare namespace CreateLoadBalancerPolicyOutput {
804
- /**
805
- * @internal
806
- */
807
- const filterSensitiveLog: (obj: CreateLoadBalancerPolicyOutput) => any;
808
- }
809
629
  /**
810
630
  * <p>One or more of the specified policy types do not exist.</p>
811
631
  */
@@ -827,12 +647,6 @@ export interface CrossZoneLoadBalancing {
827
647
  */
828
648
  Enabled: boolean | undefined;
829
649
  }
830
- export declare namespace CrossZoneLoadBalancing {
831
- /**
832
- * @internal
833
- */
834
- const filterSensitiveLog: (obj: CrossZoneLoadBalancing) => any;
835
- }
836
650
  /**
837
651
  * <p>Contains the parameters for DeleteLoadBalancer.</p>
838
652
  */
@@ -842,23 +656,11 @@ export interface DeleteAccessPointInput {
842
656
  */
843
657
  LoadBalancerName: string | undefined;
844
658
  }
845
- export declare namespace DeleteAccessPointInput {
846
- /**
847
- * @internal
848
- */
849
- const filterSensitiveLog: (obj: DeleteAccessPointInput) => any;
850
- }
851
659
  /**
852
660
  * <p>Contains the output of DeleteLoadBalancer.</p>
853
661
  */
854
662
  export interface DeleteAccessPointOutput {
855
663
  }
856
- export declare namespace DeleteAccessPointOutput {
857
- /**
858
- * @internal
859
- */
860
- const filterSensitiveLog: (obj: DeleteAccessPointOutput) => any;
861
- }
862
664
  /**
863
665
  * <p>Contains the parameters for DeleteLoadBalancerListeners.</p>
864
666
  */
@@ -872,23 +674,11 @@ export interface DeleteLoadBalancerListenerInput {
872
674
  */
873
675
  LoadBalancerPorts: number[] | undefined;
874
676
  }
875
- export declare namespace DeleteLoadBalancerListenerInput {
876
- /**
877
- * @internal
878
- */
879
- const filterSensitiveLog: (obj: DeleteLoadBalancerListenerInput) => any;
880
- }
881
677
  /**
882
678
  * <p>Contains the output of DeleteLoadBalancerListeners.</p>
883
679
  */
884
680
  export interface DeleteLoadBalancerListenerOutput {
885
681
  }
886
- export declare namespace DeleteLoadBalancerListenerOutput {
887
- /**
888
- * @internal
889
- */
890
- const filterSensitiveLog: (obj: DeleteLoadBalancerListenerOutput) => any;
891
- }
892
682
  /**
893
683
  * <p>Contains the parameters for DeleteLoadBalancerPolicy.</p>
894
684
  */
@@ -902,23 +692,11 @@ export interface DeleteLoadBalancerPolicyInput {
902
692
  */
903
693
  PolicyName: string | undefined;
904
694
  }
905
- export declare namespace DeleteLoadBalancerPolicyInput {
906
- /**
907
- * @internal
908
- */
909
- const filterSensitiveLog: (obj: DeleteLoadBalancerPolicyInput) => any;
910
- }
911
695
  /**
912
696
  * <p>Contains the output of DeleteLoadBalancerPolicy.</p>
913
697
  */
914
698
  export interface DeleteLoadBalancerPolicyOutput {
915
699
  }
916
- export declare namespace DeleteLoadBalancerPolicyOutput {
917
- /**
918
- * @internal
919
- */
920
- const filterSensitiveLog: (obj: DeleteLoadBalancerPolicyOutput) => any;
921
- }
922
700
  /**
923
701
  * <p>A request made by Elastic Load Balancing to another service exceeds the maximum request rate permitted for your account.</p>
924
702
  */
@@ -940,12 +718,6 @@ export interface Instance {
940
718
  */
941
719
  InstanceId?: string;
942
720
  }
943
- export declare namespace Instance {
944
- /**
945
- * @internal
946
- */
947
- const filterSensitiveLog: (obj: Instance) => any;
948
- }
949
721
  /**
950
722
  * <p>Contains the parameters for DeregisterInstancesFromLoadBalancer.</p>
951
723
  */
@@ -959,12 +731,6 @@ export interface DeregisterEndPointsInput {
959
731
  */
960
732
  Instances: Instance[] | undefined;
961
733
  }
962
- export declare namespace DeregisterEndPointsInput {
963
- /**
964
- * @internal
965
- */
966
- const filterSensitiveLog: (obj: DeregisterEndPointsInput) => any;
967
- }
968
734
  /**
969
735
  * <p>Contains the output of DeregisterInstancesFromLoadBalancer.</p>
970
736
  */
@@ -974,12 +740,6 @@ export interface DeregisterEndPointsOutput {
974
740
  */
975
741
  Instances?: Instance[];
976
742
  }
977
- export declare namespace DeregisterEndPointsOutput {
978
- /**
979
- * @internal
980
- */
981
- const filterSensitiveLog: (obj: DeregisterEndPointsOutput) => any;
982
- }
983
743
  /**
984
744
  * <p>The specified endpoint is not valid.</p>
985
745
  */
@@ -1009,12 +769,6 @@ export interface DescribeAccessPointsInput {
1009
769
  */
1010
770
  PageSize?: number;
1011
771
  }
1012
- export declare namespace DescribeAccessPointsInput {
1013
- /**
1014
- * @internal
1015
- */
1016
- const filterSensitiveLog: (obj: DescribeAccessPointsInput) => any;
1017
- }
1018
772
  /**
1019
773
  * <p>The policies enabled for a listener.</p>
1020
774
  */
@@ -1028,12 +782,6 @@ export interface ListenerDescription {
1028
782
  */
1029
783
  PolicyNames?: string[];
1030
784
  }
1031
- export declare namespace ListenerDescription {
1032
- /**
1033
- * @internal
1034
- */
1035
- const filterSensitiveLog: (obj: ListenerDescription) => any;
1036
- }
1037
785
  /**
1038
786
  * <p>Information about a policy for duration-based session stickiness.</p>
1039
787
  */
@@ -1047,12 +795,6 @@ export interface LBCookieStickinessPolicy {
1047
795
  */
1048
796
  CookieExpirationPeriod?: number;
1049
797
  }
1050
- export declare namespace LBCookieStickinessPolicy {
1051
- /**
1052
- * @internal
1053
- */
1054
- const filterSensitiveLog: (obj: LBCookieStickinessPolicy) => any;
1055
- }
1056
798
  /**
1057
799
  * <p>The policies for a load balancer.</p>
1058
800
  */
@@ -1070,12 +812,6 @@ export interface Policies {
1070
812
  */
1071
813
  OtherPolicies?: string[];
1072
814
  }
1073
- export declare namespace Policies {
1074
- /**
1075
- * @internal
1076
- */
1077
- const filterSensitiveLog: (obj: Policies) => any;
1078
- }
1079
815
  /**
1080
816
  * <p>Information about a source security group.</p>
1081
817
  */
@@ -1089,12 +825,6 @@ export interface SourceSecurityGroup {
1089
825
  */
1090
826
  GroupName?: string;
1091
827
  }
1092
- export declare namespace SourceSecurityGroup {
1093
- /**
1094
- * @internal
1095
- */
1096
- const filterSensitiveLog: (obj: SourceSecurityGroup) => any;
1097
- }
1098
828
  /**
1099
829
  * <p>Information about a load balancer.</p>
1100
830
  */
@@ -1171,12 +901,6 @@ export interface LoadBalancerDescription {
1171
901
  */
1172
902
  Scheme?: string;
1173
903
  }
1174
- export declare namespace LoadBalancerDescription {
1175
- /**
1176
- * @internal
1177
- */
1178
- const filterSensitiveLog: (obj: LoadBalancerDescription) => any;
1179
- }
1180
904
  /**
1181
905
  * <p>Contains the parameters for DescribeLoadBalancers.</p>
1182
906
  */
@@ -1190,12 +914,6 @@ export interface DescribeAccessPointsOutput {
1190
914
  */
1191
915
  NextMarker?: string;
1192
916
  }
1193
- export declare namespace DescribeAccessPointsOutput {
1194
- /**
1195
- * @internal
1196
- */
1197
- const filterSensitiveLog: (obj: DescribeAccessPointsOutput) => any;
1198
- }
1199
917
  export interface DescribeAccountLimitsInput {
1200
918
  /**
1201
919
  * <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
@@ -1206,12 +924,6 @@ export interface DescribeAccountLimitsInput {
1206
924
  */
1207
925
  PageSize?: number;
1208
926
  }
1209
- export declare namespace DescribeAccountLimitsInput {
1210
- /**
1211
- * @internal
1212
- */
1213
- const filterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
1214
- }
1215
927
  /**
1216
928
  * <p>Information about an Elastic Load Balancing resource limit for your AWS account.</p>
1217
929
  */
@@ -1236,12 +948,6 @@ export interface Limit {
1236
948
  */
1237
949
  Max?: string;
1238
950
  }
1239
- export declare namespace Limit {
1240
- /**
1241
- * @internal
1242
- */
1243
- const filterSensitiveLog: (obj: Limit) => any;
1244
- }
1245
951
  export interface DescribeAccountLimitsOutput {
1246
952
  /**
1247
953
  * <p>Information about the limits.</p>
@@ -1252,12 +958,6 @@ export interface DescribeAccountLimitsOutput {
1252
958
  */
1253
959
  NextMarker?: string;
1254
960
  }
1255
- export declare namespace DescribeAccountLimitsOutput {
1256
- /**
1257
- * @internal
1258
- */
1259
- const filterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
1260
- }
1261
961
  /**
1262
962
  * <p>Contains the parameters for DescribeInstanceHealth.</p>
1263
963
  */
@@ -1271,12 +971,6 @@ export interface DescribeEndPointStateInput {
1271
971
  */
1272
972
  Instances?: Instance[];
1273
973
  }
1274
- export declare namespace DescribeEndPointStateInput {
1275
- /**
1276
- * @internal
1277
- */
1278
- const filterSensitiveLog: (obj: DescribeEndPointStateInput) => any;
1279
- }
1280
974
  /**
1281
975
  * <p>Information about the state of an EC2 instance.</p>
1282
976
  */
@@ -1365,12 +1059,6 @@ export interface InstanceState {
1365
1059
  */
1366
1060
  Description?: string;
1367
1061
  }
1368
- export declare namespace InstanceState {
1369
- /**
1370
- * @internal
1371
- */
1372
- const filterSensitiveLog: (obj: InstanceState) => any;
1373
- }
1374
1062
  /**
1375
1063
  * <p>Contains the output for DescribeInstanceHealth.</p>
1376
1064
  */
@@ -1380,12 +1068,6 @@ export interface DescribeEndPointStateOutput {
1380
1068
  */
1381
1069
  InstanceStates?: InstanceState[];
1382
1070
  }
1383
- export declare namespace DescribeEndPointStateOutput {
1384
- /**
1385
- * @internal
1386
- */
1387
- const filterSensitiveLog: (obj: DescribeEndPointStateOutput) => any;
1388
- }
1389
1071
  /**
1390
1072
  * <p>Contains the parameters for DescribeLoadBalancerAttributes.</p>
1391
1073
  */
@@ -1395,12 +1077,6 @@ export interface DescribeLoadBalancerAttributesInput {
1395
1077
  */
1396
1078
  LoadBalancerName: string | undefined;
1397
1079
  }
1398
- export declare namespace DescribeLoadBalancerAttributesInput {
1399
- /**
1400
- * @internal
1401
- */
1402
- const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
1403
- }
1404
1080
  /**
1405
1081
  * <p>The attributes for a load balancer.</p>
1406
1082
  */
@@ -1435,12 +1111,6 @@ export interface LoadBalancerAttributes {
1435
1111
  */
1436
1112
  AdditionalAttributes?: AdditionalAttribute[];
1437
1113
  }
1438
- export declare namespace LoadBalancerAttributes {
1439
- /**
1440
- * @internal
1441
- */
1442
- const filterSensitiveLog: (obj: LoadBalancerAttributes) => any;
1443
- }
1444
1114
  /**
1445
1115
  * <p>Contains the output of DescribeLoadBalancerAttributes.</p>
1446
1116
  */
@@ -1450,12 +1120,6 @@ export interface DescribeLoadBalancerAttributesOutput {
1450
1120
  */
1451
1121
  LoadBalancerAttributes?: LoadBalancerAttributes;
1452
1122
  }
1453
- export declare namespace DescribeLoadBalancerAttributesOutput {
1454
- /**
1455
- * @internal
1456
- */
1457
- const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
1458
- }
1459
1123
  /**
1460
1124
  * <p>The specified load balancer attribute does not exist.</p>
1461
1125
  */
@@ -1481,12 +1145,6 @@ export interface DescribeLoadBalancerPoliciesInput {
1481
1145
  */
1482
1146
  PolicyNames?: string[];
1483
1147
  }
1484
- export declare namespace DescribeLoadBalancerPoliciesInput {
1485
- /**
1486
- * @internal
1487
- */
1488
- const filterSensitiveLog: (obj: DescribeLoadBalancerPoliciesInput) => any;
1489
- }
1490
1148
  /**
1491
1149
  * <p>Information about a policy attribute.</p>
1492
1150
  */
@@ -1500,12 +1158,6 @@ export interface PolicyAttributeDescription {
1500
1158
  */
1501
1159
  AttributeValue?: string;
1502
1160
  }
1503
- export declare namespace PolicyAttributeDescription {
1504
- /**
1505
- * @internal
1506
- */
1507
- const filterSensitiveLog: (obj: PolicyAttributeDescription) => any;
1508
- }
1509
1161
  /**
1510
1162
  * <p>Information about a policy.</p>
1511
1163
  */
@@ -1523,12 +1175,6 @@ export interface PolicyDescription {
1523
1175
  */
1524
1176
  PolicyAttributeDescriptions?: PolicyAttributeDescription[];
1525
1177
  }
1526
- export declare namespace PolicyDescription {
1527
- /**
1528
- * @internal
1529
- */
1530
- const filterSensitiveLog: (obj: PolicyDescription) => any;
1531
- }
1532
1178
  /**
1533
1179
  * <p>Contains the output of DescribeLoadBalancerPolicies.</p>
1534
1180
  */
@@ -1538,12 +1184,6 @@ export interface DescribeLoadBalancerPoliciesOutput {
1538
1184
  */
1539
1185
  PolicyDescriptions?: PolicyDescription[];
1540
1186
  }
1541
- export declare namespace DescribeLoadBalancerPoliciesOutput {
1542
- /**
1543
- * @internal
1544
- */
1545
- const filterSensitiveLog: (obj: DescribeLoadBalancerPoliciesOutput) => any;
1546
- }
1547
1187
  /**
1548
1188
  * <p>One or more of the specified policies do not exist.</p>
1549
1189
  */
@@ -1565,12 +1205,6 @@ export interface DescribeLoadBalancerPolicyTypesInput {
1565
1205
  */
1566
1206
  PolicyTypeNames?: string[];
1567
1207
  }
1568
- export declare namespace DescribeLoadBalancerPolicyTypesInput {
1569
- /**
1570
- * @internal
1571
- */
1572
- const filterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesInput) => any;
1573
- }
1574
1208
  /**
1575
1209
  * <p>Information about a policy attribute type.</p>
1576
1210
  */
@@ -1611,12 +1245,6 @@ export interface PolicyAttributeTypeDescription {
1611
1245
  */
1612
1246
  Cardinality?: string;
1613
1247
  }
1614
- export declare namespace PolicyAttributeTypeDescription {
1615
- /**
1616
- * @internal
1617
- */
1618
- const filterSensitiveLog: (obj: PolicyAttributeTypeDescription) => any;
1619
- }
1620
1248
  /**
1621
1249
  * <p>Information about a policy type.</p>
1622
1250
  */
@@ -1634,12 +1262,6 @@ export interface PolicyTypeDescription {
1634
1262
  */
1635
1263
  PolicyAttributeTypeDescriptions?: PolicyAttributeTypeDescription[];
1636
1264
  }
1637
- export declare namespace PolicyTypeDescription {
1638
- /**
1639
- * @internal
1640
- */
1641
- const filterSensitiveLog: (obj: PolicyTypeDescription) => any;
1642
- }
1643
1265
  /**
1644
1266
  * <p>Contains the output of DescribeLoadBalancerPolicyTypes.</p>
1645
1267
  */
@@ -1649,12 +1271,6 @@ export interface DescribeLoadBalancerPolicyTypesOutput {
1649
1271
  */
1650
1272
  PolicyTypeDescriptions?: PolicyTypeDescription[];
1651
1273
  }
1652
- export declare namespace DescribeLoadBalancerPolicyTypesOutput {
1653
- /**
1654
- * @internal
1655
- */
1656
- const filterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesOutput) => any;
1657
- }
1658
1274
  /**
1659
1275
  * <p>Contains the parameters for DescribeTags.</p>
1660
1276
  */
@@ -1664,12 +1280,6 @@ export interface DescribeTagsInput {
1664
1280
  */
1665
1281
  LoadBalancerNames: string[] | undefined;
1666
1282
  }
1667
- export declare namespace DescribeTagsInput {
1668
- /**
1669
- * @internal
1670
- */
1671
- const filterSensitiveLog: (obj: DescribeTagsInput) => any;
1672
- }
1673
1283
  /**
1674
1284
  * <p>The tags associated with a load balancer.</p>
1675
1285
  */
@@ -1683,12 +1293,6 @@ export interface TagDescription {
1683
1293
  */
1684
1294
  Tags?: Tag[];
1685
1295
  }
1686
- export declare namespace TagDescription {
1687
- /**
1688
- * @internal
1689
- */
1690
- const filterSensitiveLog: (obj: TagDescription) => any;
1691
- }
1692
1296
  /**
1693
1297
  * <p>Contains the output for DescribeTags.</p>
1694
1298
  */
@@ -1698,12 +1302,6 @@ export interface DescribeTagsOutput {
1698
1302
  */
1699
1303
  TagDescriptions?: TagDescription[];
1700
1304
  }
1701
- export declare namespace DescribeTagsOutput {
1702
- /**
1703
- * @internal
1704
- */
1705
- const filterSensitiveLog: (obj: DescribeTagsOutput) => any;
1706
- }
1707
1305
  /**
1708
1306
  * <p>Contains the parameters for DetachLoadBalancerFromSubnets.</p>
1709
1307
  */
@@ -1717,12 +1315,6 @@ export interface DetachLoadBalancerFromSubnetsInput {
1717
1315
  */
1718
1316
  Subnets: string[] | undefined;
1719
1317
  }
1720
- export declare namespace DetachLoadBalancerFromSubnetsInput {
1721
- /**
1722
- * @internal
1723
- */
1724
- const filterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsInput) => any;
1725
- }
1726
1318
  /**
1727
1319
  * <p>Contains the output of DetachLoadBalancerFromSubnets.</p>
1728
1320
  */
@@ -1732,12 +1324,6 @@ export interface DetachLoadBalancerFromSubnetsOutput {
1732
1324
  */
1733
1325
  Subnets?: string[];
1734
1326
  }
1735
- export declare namespace DetachLoadBalancerFromSubnetsOutput {
1736
- /**
1737
- * @internal
1738
- */
1739
- const filterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsOutput) => any;
1740
- }
1741
1327
  /**
1742
1328
  * <p>Contains the parameters for DisableAvailabilityZonesForLoadBalancer.</p>
1743
1329
  */
@@ -1751,12 +1337,6 @@ export interface RemoveAvailabilityZonesInput {
1751
1337
  */
1752
1338
  AvailabilityZones: string[] | undefined;
1753
1339
  }
1754
- export declare namespace RemoveAvailabilityZonesInput {
1755
- /**
1756
- * @internal
1757
- */
1758
- const filterSensitiveLog: (obj: RemoveAvailabilityZonesInput) => any;
1759
- }
1760
1340
  /**
1761
1341
  * <p>Contains the output for DisableAvailabilityZonesForLoadBalancer.</p>
1762
1342
  */
@@ -1766,12 +1346,6 @@ export interface RemoveAvailabilityZonesOutput {
1766
1346
  */
1767
1347
  AvailabilityZones?: string[];
1768
1348
  }
1769
- export declare namespace RemoveAvailabilityZonesOutput {
1770
- /**
1771
- * @internal
1772
- */
1773
- const filterSensitiveLog: (obj: RemoveAvailabilityZonesOutput) => any;
1774
- }
1775
1349
  /**
1776
1350
  * <p>Contains the parameters for ModifyLoadBalancerAttributes.</p>
1777
1351
  */
@@ -1785,12 +1359,6 @@ export interface ModifyLoadBalancerAttributesInput {
1785
1359
  */
1786
1360
  LoadBalancerAttributes: LoadBalancerAttributes | undefined;
1787
1361
  }
1788
- export declare namespace ModifyLoadBalancerAttributesInput {
1789
- /**
1790
- * @internal
1791
- */
1792
- const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
1793
- }
1794
1362
  /**
1795
1363
  * <p>Contains the output of ModifyLoadBalancerAttributes.</p>
1796
1364
  */
@@ -1804,12 +1372,6 @@ export interface ModifyLoadBalancerAttributesOutput {
1804
1372
  */
1805
1373
  LoadBalancerAttributes?: LoadBalancerAttributes;
1806
1374
  }
1807
- export declare namespace ModifyLoadBalancerAttributesOutput {
1808
- /**
1809
- * @internal
1810
- */
1811
- const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
1812
- }
1813
1375
  /**
1814
1376
  * <p>Contains the parameters for RegisterInstancesWithLoadBalancer.</p>
1815
1377
  */
@@ -1823,12 +1385,6 @@ export interface RegisterEndPointsInput {
1823
1385
  */
1824
1386
  Instances: Instance[] | undefined;
1825
1387
  }
1826
- export declare namespace RegisterEndPointsInput {
1827
- /**
1828
- * @internal
1829
- */
1830
- const filterSensitiveLog: (obj: RegisterEndPointsInput) => any;
1831
- }
1832
1388
  /**
1833
1389
  * <p>Contains the output of RegisterInstancesWithLoadBalancer.</p>
1834
1390
  */
@@ -1838,12 +1394,6 @@ export interface RegisterEndPointsOutput {
1838
1394
  */
1839
1395
  Instances?: Instance[];
1840
1396
  }
1841
- export declare namespace RegisterEndPointsOutput {
1842
- /**
1843
- * @internal
1844
- */
1845
- const filterSensitiveLog: (obj: RegisterEndPointsOutput) => any;
1846
- }
1847
1397
  /**
1848
1398
  * <p>The key of a tag.</p>
1849
1399
  */
@@ -1853,12 +1403,6 @@ export interface TagKeyOnly {
1853
1403
  */
1854
1404
  Key?: string;
1855
1405
  }
1856
- export declare namespace TagKeyOnly {
1857
- /**
1858
- * @internal
1859
- */
1860
- const filterSensitiveLog: (obj: TagKeyOnly) => any;
1861
- }
1862
1406
  /**
1863
1407
  * <p>Contains the parameters for RemoveTags.</p>
1864
1408
  */
@@ -1872,23 +1416,11 @@ export interface RemoveTagsInput {
1872
1416
  */
1873
1417
  Tags: TagKeyOnly[] | undefined;
1874
1418
  }
1875
- export declare namespace RemoveTagsInput {
1876
- /**
1877
- * @internal
1878
- */
1879
- const filterSensitiveLog: (obj: RemoveTagsInput) => any;
1880
- }
1881
1419
  /**
1882
1420
  * <p>Contains the output of RemoveTags.</p>
1883
1421
  */
1884
1422
  export interface RemoveTagsOutput {
1885
1423
  }
1886
- export declare namespace RemoveTagsOutput {
1887
- /**
1888
- * @internal
1889
- */
1890
- const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
1891
- }
1892
1424
  /**
1893
1425
  * <p>The load balancer does not have a listener configured at the specified port.</p>
1894
1426
  */
@@ -1918,23 +1450,11 @@ export interface SetLoadBalancerListenerSSLCertificateInput {
1918
1450
  */
1919
1451
  SSLCertificateId: string | undefined;
1920
1452
  }
1921
- export declare namespace SetLoadBalancerListenerSSLCertificateInput {
1922
- /**
1923
- * @internal
1924
- */
1925
- const filterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateInput) => any;
1926
- }
1927
1453
  /**
1928
1454
  * <p>Contains the output of SetLoadBalancerListenerSSLCertificate.</p>
1929
1455
  */
1930
1456
  export interface SetLoadBalancerListenerSSLCertificateOutput {
1931
1457
  }
1932
- export declare namespace SetLoadBalancerListenerSSLCertificateOutput {
1933
- /**
1934
- * @internal
1935
- */
1936
- const filterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateOutput) => any;
1937
- }
1938
1458
  /**
1939
1459
  * <p>Contains the parameters for SetLoadBalancerPoliciesForBackendServer.</p>
1940
1460
  */
@@ -1952,23 +1472,11 @@ export interface SetLoadBalancerPoliciesForBackendServerInput {
1952
1472
  */
1953
1473
  PolicyNames: string[] | undefined;
1954
1474
  }
1955
- export declare namespace SetLoadBalancerPoliciesForBackendServerInput {
1956
- /**
1957
- * @internal
1958
- */
1959
- const filterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerInput) => any;
1960
- }
1961
1475
  /**
1962
1476
  * <p>Contains the output of SetLoadBalancerPoliciesForBackendServer.</p>
1963
1477
  */
1964
1478
  export interface SetLoadBalancerPoliciesForBackendServerOutput {
1965
1479
  }
1966
- export declare namespace SetLoadBalancerPoliciesForBackendServerOutput {
1967
- /**
1968
- * @internal
1969
- */
1970
- const filterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerOutput) => any;
1971
- }
1972
1480
  /**
1973
1481
  * <p>Contains the parameters for SetLoadBalancePoliciesOfListener.</p>
1974
1482
  */
@@ -1986,20 +1494,344 @@ export interface SetLoadBalancerPoliciesOfListenerInput {
1986
1494
  */
1987
1495
  PolicyNames: string[] | undefined;
1988
1496
  }
1989
- export declare namespace SetLoadBalancerPoliciesOfListenerInput {
1990
- /**
1991
- * @internal
1992
- */
1993
- const filterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerInput) => any;
1994
- }
1995
1497
  /**
1996
1498
  * <p>Contains the output of SetLoadBalancePoliciesOfListener.</p>
1997
1499
  */
1998
1500
  export interface SetLoadBalancerPoliciesOfListenerOutput {
1999
1501
  }
2000
- export declare namespace SetLoadBalancerPoliciesOfListenerOutput {
2001
- /**
2002
- * @internal
2003
- */
2004
- const filterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerOutput) => any;
2005
- }
1502
+ /**
1503
+ * @internal
1504
+ */
1505
+ export declare const AccessLogFilterSensitiveLog: (obj: AccessLog) => any;
1506
+ /**
1507
+ * @internal
1508
+ */
1509
+ export declare const AddAvailabilityZonesInputFilterSensitiveLog: (obj: AddAvailabilityZonesInput) => any;
1510
+ /**
1511
+ * @internal
1512
+ */
1513
+ export declare const AddAvailabilityZonesOutputFilterSensitiveLog: (obj: AddAvailabilityZonesOutput) => any;
1514
+ /**
1515
+ * @internal
1516
+ */
1517
+ export declare const AdditionalAttributeFilterSensitiveLog: (obj: AdditionalAttribute) => any;
1518
+ /**
1519
+ * @internal
1520
+ */
1521
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1522
+ /**
1523
+ * @internal
1524
+ */
1525
+ export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
1526
+ /**
1527
+ * @internal
1528
+ */
1529
+ export declare const AddTagsOutputFilterSensitiveLog: (obj: AddTagsOutput) => any;
1530
+ /**
1531
+ * @internal
1532
+ */
1533
+ export declare const AppCookieStickinessPolicyFilterSensitiveLog: (obj: AppCookieStickinessPolicy) => any;
1534
+ /**
1535
+ * @internal
1536
+ */
1537
+ export declare const ApplySecurityGroupsToLoadBalancerInputFilterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerInput) => any;
1538
+ /**
1539
+ * @internal
1540
+ */
1541
+ export declare const ApplySecurityGroupsToLoadBalancerOutputFilterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerOutput) => any;
1542
+ /**
1543
+ * @internal
1544
+ */
1545
+ export declare const AttachLoadBalancerToSubnetsInputFilterSensitiveLog: (obj: AttachLoadBalancerToSubnetsInput) => any;
1546
+ /**
1547
+ * @internal
1548
+ */
1549
+ export declare const AttachLoadBalancerToSubnetsOutputFilterSensitiveLog: (obj: AttachLoadBalancerToSubnetsOutput) => any;
1550
+ /**
1551
+ * @internal
1552
+ */
1553
+ export declare const BackendServerDescriptionFilterSensitiveLog: (obj: BackendServerDescription) => any;
1554
+ /**
1555
+ * @internal
1556
+ */
1557
+ export declare const HealthCheckFilterSensitiveLog: (obj: HealthCheck) => any;
1558
+ /**
1559
+ * @internal
1560
+ */
1561
+ export declare const ConfigureHealthCheckInputFilterSensitiveLog: (obj: ConfigureHealthCheckInput) => any;
1562
+ /**
1563
+ * @internal
1564
+ */
1565
+ export declare const ConfigureHealthCheckOutputFilterSensitiveLog: (obj: ConfigureHealthCheckOutput) => any;
1566
+ /**
1567
+ * @internal
1568
+ */
1569
+ export declare const ConnectionDrainingFilterSensitiveLog: (obj: ConnectionDraining) => any;
1570
+ /**
1571
+ * @internal
1572
+ */
1573
+ export declare const ConnectionSettingsFilterSensitiveLog: (obj: ConnectionSettings) => any;
1574
+ /**
1575
+ * @internal
1576
+ */
1577
+ export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
1578
+ /**
1579
+ * @internal
1580
+ */
1581
+ export declare const CreateAccessPointInputFilterSensitiveLog: (obj: CreateAccessPointInput) => any;
1582
+ /**
1583
+ * @internal
1584
+ */
1585
+ export declare const CreateAccessPointOutputFilterSensitiveLog: (obj: CreateAccessPointOutput) => any;
1586
+ /**
1587
+ * @internal
1588
+ */
1589
+ export declare const CreateAppCookieStickinessPolicyInputFilterSensitiveLog: (obj: CreateAppCookieStickinessPolicyInput) => any;
1590
+ /**
1591
+ * @internal
1592
+ */
1593
+ export declare const CreateAppCookieStickinessPolicyOutputFilterSensitiveLog: (obj: CreateAppCookieStickinessPolicyOutput) => any;
1594
+ /**
1595
+ * @internal
1596
+ */
1597
+ export declare const CreateLBCookieStickinessPolicyInputFilterSensitiveLog: (obj: CreateLBCookieStickinessPolicyInput) => any;
1598
+ /**
1599
+ * @internal
1600
+ */
1601
+ export declare const CreateLBCookieStickinessPolicyOutputFilterSensitiveLog: (obj: CreateLBCookieStickinessPolicyOutput) => any;
1602
+ /**
1603
+ * @internal
1604
+ */
1605
+ export declare const CreateLoadBalancerListenerInputFilterSensitiveLog: (obj: CreateLoadBalancerListenerInput) => any;
1606
+ /**
1607
+ * @internal
1608
+ */
1609
+ export declare const CreateLoadBalancerListenerOutputFilterSensitiveLog: (obj: CreateLoadBalancerListenerOutput) => any;
1610
+ /**
1611
+ * @internal
1612
+ */
1613
+ export declare const PolicyAttributeFilterSensitiveLog: (obj: PolicyAttribute) => any;
1614
+ /**
1615
+ * @internal
1616
+ */
1617
+ export declare const CreateLoadBalancerPolicyInputFilterSensitiveLog: (obj: CreateLoadBalancerPolicyInput) => any;
1618
+ /**
1619
+ * @internal
1620
+ */
1621
+ export declare const CreateLoadBalancerPolicyOutputFilterSensitiveLog: (obj: CreateLoadBalancerPolicyOutput) => any;
1622
+ /**
1623
+ * @internal
1624
+ */
1625
+ export declare const CrossZoneLoadBalancingFilterSensitiveLog: (obj: CrossZoneLoadBalancing) => any;
1626
+ /**
1627
+ * @internal
1628
+ */
1629
+ export declare const DeleteAccessPointInputFilterSensitiveLog: (obj: DeleteAccessPointInput) => any;
1630
+ /**
1631
+ * @internal
1632
+ */
1633
+ export declare const DeleteAccessPointOutputFilterSensitiveLog: (obj: DeleteAccessPointOutput) => any;
1634
+ /**
1635
+ * @internal
1636
+ */
1637
+ export declare const DeleteLoadBalancerListenerInputFilterSensitiveLog: (obj: DeleteLoadBalancerListenerInput) => any;
1638
+ /**
1639
+ * @internal
1640
+ */
1641
+ export declare const DeleteLoadBalancerListenerOutputFilterSensitiveLog: (obj: DeleteLoadBalancerListenerOutput) => any;
1642
+ /**
1643
+ * @internal
1644
+ */
1645
+ export declare const DeleteLoadBalancerPolicyInputFilterSensitiveLog: (obj: DeleteLoadBalancerPolicyInput) => any;
1646
+ /**
1647
+ * @internal
1648
+ */
1649
+ export declare const DeleteLoadBalancerPolicyOutputFilterSensitiveLog: (obj: DeleteLoadBalancerPolicyOutput) => any;
1650
+ /**
1651
+ * @internal
1652
+ */
1653
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
1654
+ /**
1655
+ * @internal
1656
+ */
1657
+ export declare const DeregisterEndPointsInputFilterSensitiveLog: (obj: DeregisterEndPointsInput) => any;
1658
+ /**
1659
+ * @internal
1660
+ */
1661
+ export declare const DeregisterEndPointsOutputFilterSensitiveLog: (obj: DeregisterEndPointsOutput) => any;
1662
+ /**
1663
+ * @internal
1664
+ */
1665
+ export declare const DescribeAccessPointsInputFilterSensitiveLog: (obj: DescribeAccessPointsInput) => any;
1666
+ /**
1667
+ * @internal
1668
+ */
1669
+ export declare const ListenerDescriptionFilterSensitiveLog: (obj: ListenerDescription) => any;
1670
+ /**
1671
+ * @internal
1672
+ */
1673
+ export declare const LBCookieStickinessPolicyFilterSensitiveLog: (obj: LBCookieStickinessPolicy) => any;
1674
+ /**
1675
+ * @internal
1676
+ */
1677
+ export declare const PoliciesFilterSensitiveLog: (obj: Policies) => any;
1678
+ /**
1679
+ * @internal
1680
+ */
1681
+ export declare const SourceSecurityGroupFilterSensitiveLog: (obj: SourceSecurityGroup) => any;
1682
+ /**
1683
+ * @internal
1684
+ */
1685
+ export declare const LoadBalancerDescriptionFilterSensitiveLog: (obj: LoadBalancerDescription) => any;
1686
+ /**
1687
+ * @internal
1688
+ */
1689
+ export declare const DescribeAccessPointsOutputFilterSensitiveLog: (obj: DescribeAccessPointsOutput) => any;
1690
+ /**
1691
+ * @internal
1692
+ */
1693
+ export declare const DescribeAccountLimitsInputFilterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
1694
+ /**
1695
+ * @internal
1696
+ */
1697
+ export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
1698
+ /**
1699
+ * @internal
1700
+ */
1701
+ export declare const DescribeAccountLimitsOutputFilterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
1702
+ /**
1703
+ * @internal
1704
+ */
1705
+ export declare const DescribeEndPointStateInputFilterSensitiveLog: (obj: DescribeEndPointStateInput) => any;
1706
+ /**
1707
+ * @internal
1708
+ */
1709
+ export declare const InstanceStateFilterSensitiveLog: (obj: InstanceState) => any;
1710
+ /**
1711
+ * @internal
1712
+ */
1713
+ export declare const DescribeEndPointStateOutputFilterSensitiveLog: (obj: DescribeEndPointStateOutput) => any;
1714
+ /**
1715
+ * @internal
1716
+ */
1717
+ export declare const DescribeLoadBalancerAttributesInputFilterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
1718
+ /**
1719
+ * @internal
1720
+ */
1721
+ export declare const LoadBalancerAttributesFilterSensitiveLog: (obj: LoadBalancerAttributes) => any;
1722
+ /**
1723
+ * @internal
1724
+ */
1725
+ export declare const DescribeLoadBalancerAttributesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
1726
+ /**
1727
+ * @internal
1728
+ */
1729
+ export declare const DescribeLoadBalancerPoliciesInputFilterSensitiveLog: (obj: DescribeLoadBalancerPoliciesInput) => any;
1730
+ /**
1731
+ * @internal
1732
+ */
1733
+ export declare const PolicyAttributeDescriptionFilterSensitiveLog: (obj: PolicyAttributeDescription) => any;
1734
+ /**
1735
+ * @internal
1736
+ */
1737
+ export declare const PolicyDescriptionFilterSensitiveLog: (obj: PolicyDescription) => any;
1738
+ /**
1739
+ * @internal
1740
+ */
1741
+ export declare const DescribeLoadBalancerPoliciesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerPoliciesOutput) => any;
1742
+ /**
1743
+ * @internal
1744
+ */
1745
+ export declare const DescribeLoadBalancerPolicyTypesInputFilterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesInput) => any;
1746
+ /**
1747
+ * @internal
1748
+ */
1749
+ export declare const PolicyAttributeTypeDescriptionFilterSensitiveLog: (obj: PolicyAttributeTypeDescription) => any;
1750
+ /**
1751
+ * @internal
1752
+ */
1753
+ export declare const PolicyTypeDescriptionFilterSensitiveLog: (obj: PolicyTypeDescription) => any;
1754
+ /**
1755
+ * @internal
1756
+ */
1757
+ export declare const DescribeLoadBalancerPolicyTypesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesOutput) => any;
1758
+ /**
1759
+ * @internal
1760
+ */
1761
+ export declare const DescribeTagsInputFilterSensitiveLog: (obj: DescribeTagsInput) => any;
1762
+ /**
1763
+ * @internal
1764
+ */
1765
+ export declare const TagDescriptionFilterSensitiveLog: (obj: TagDescription) => any;
1766
+ /**
1767
+ * @internal
1768
+ */
1769
+ export declare const DescribeTagsOutputFilterSensitiveLog: (obj: DescribeTagsOutput) => any;
1770
+ /**
1771
+ * @internal
1772
+ */
1773
+ export declare const DetachLoadBalancerFromSubnetsInputFilterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsInput) => any;
1774
+ /**
1775
+ * @internal
1776
+ */
1777
+ export declare const DetachLoadBalancerFromSubnetsOutputFilterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsOutput) => any;
1778
+ /**
1779
+ * @internal
1780
+ */
1781
+ export declare const RemoveAvailabilityZonesInputFilterSensitiveLog: (obj: RemoveAvailabilityZonesInput) => any;
1782
+ /**
1783
+ * @internal
1784
+ */
1785
+ export declare const RemoveAvailabilityZonesOutputFilterSensitiveLog: (obj: RemoveAvailabilityZonesOutput) => any;
1786
+ /**
1787
+ * @internal
1788
+ */
1789
+ export declare const ModifyLoadBalancerAttributesInputFilterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
1790
+ /**
1791
+ * @internal
1792
+ */
1793
+ export declare const ModifyLoadBalancerAttributesOutputFilterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
1794
+ /**
1795
+ * @internal
1796
+ */
1797
+ export declare const RegisterEndPointsInputFilterSensitiveLog: (obj: RegisterEndPointsInput) => any;
1798
+ /**
1799
+ * @internal
1800
+ */
1801
+ export declare const RegisterEndPointsOutputFilterSensitiveLog: (obj: RegisterEndPointsOutput) => any;
1802
+ /**
1803
+ * @internal
1804
+ */
1805
+ export declare const TagKeyOnlyFilterSensitiveLog: (obj: TagKeyOnly) => any;
1806
+ /**
1807
+ * @internal
1808
+ */
1809
+ export declare const RemoveTagsInputFilterSensitiveLog: (obj: RemoveTagsInput) => any;
1810
+ /**
1811
+ * @internal
1812
+ */
1813
+ export declare const RemoveTagsOutputFilterSensitiveLog: (obj: RemoveTagsOutput) => any;
1814
+ /**
1815
+ * @internal
1816
+ */
1817
+ export declare const SetLoadBalancerListenerSSLCertificateInputFilterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateInput) => any;
1818
+ /**
1819
+ * @internal
1820
+ */
1821
+ export declare const SetLoadBalancerListenerSSLCertificateOutputFilterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateOutput) => any;
1822
+ /**
1823
+ * @internal
1824
+ */
1825
+ export declare const SetLoadBalancerPoliciesForBackendServerInputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerInput) => any;
1826
+ /**
1827
+ * @internal
1828
+ */
1829
+ export declare const SetLoadBalancerPoliciesForBackendServerOutputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerOutput) => any;
1830
+ /**
1831
+ * @internal
1832
+ */
1833
+ export declare const SetLoadBalancerPoliciesOfListenerInputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerInput) => any;
1834
+ /**
1835
+ * @internal
1836
+ */
1837
+ export declare const SetLoadBalancerPoliciesOfListenerOutputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerOutput) => any;