@aws-sdk/client-elastic-load-balancing-v2 3.296.0 → 3.297.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 (45) hide show
  1. package/dist-cjs/protocols/Aws_query.js +97 -407
  2. package/dist-es/protocols/Aws_query.js +97 -407
  3. package/dist-types/ElasticLoadBalancingV2.d.ts +35 -0
  4. package/dist-types/ElasticLoadBalancingV2Client.d.ts +24 -4
  5. package/dist-types/commands/AddListenerCertificatesCommand.d.ts +16 -0
  6. package/dist-types/commands/AddTagsCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateListenerCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateTargetGroupCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteListenerCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/DeregisterTargetsCommand.d.ts +16 -0
  16. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
  17. package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeListenersCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeRulesCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +16 -0
  27. package/dist-types/commands/ModifyListenerCommand.d.ts +16 -0
  28. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +16 -0
  29. package/dist-types/commands/ModifyRuleCommand.d.ts +16 -0
  30. package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +16 -0
  31. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +16 -0
  32. package/dist-types/commands/RegisterTargetsCommand.d.ts +16 -0
  33. package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +16 -0
  34. package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
  35. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +16 -0
  36. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +16 -0
  37. package/dist-types/commands/SetSecurityGroupsCommand.d.ts +16 -0
  38. package/dist-types/commands/SetSubnetsCommand.d.ts +16 -0
  39. package/dist-types/models/ElasticLoadBalancingV2ServiceException.d.ts +2 -0
  40. package/dist-types/models/models_0.d.ts +328 -11
  41. package/dist-types/pagination/DescribeListenersPaginator.d.ts +3 -0
  42. package/dist-types/pagination/DescribeLoadBalancersPaginator.d.ts +3 -0
  43. package/dist-types/pagination/DescribeTargetGroupsPaginator.d.ts +3 -0
  44. package/dist-types/pagination/Interfaces.d.ts +3 -0
  45. package/package.json +3 -3
@@ -1,11 +1,15 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ElasticLoadBalancingV2ServiceException as __BaseException } from "./ElasticLoadBalancingV2ServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AuthenticateCognitoActionConditionalBehaviorEnum {
4
7
  ALLOW = "allow",
5
8
  AUTHENTICATE = "authenticate",
6
9
  DENY = "deny"
7
10
  }
8
11
  /**
12
+ * @public
9
13
  * <p>Request parameters to use when integrating with Amazon Cognito to authenticate
10
14
  * users.</p>
11
15
  */
@@ -61,12 +65,16 @@ export interface AuthenticateCognitoActionConfig {
61
65
  */
62
66
  OnUnauthenticatedRequest?: AuthenticateCognitoActionConditionalBehaviorEnum | string;
63
67
  }
68
+ /**
69
+ * @public
70
+ */
64
71
  export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
65
72
  ALLOW = "allow",
66
73
  AUTHENTICATE = "authenticate",
67
74
  DENY = "deny"
68
75
  }
69
76
  /**
77
+ * @public
70
78
  * <p>Request parameters when using an identity provider (IdP) that is compliant with OpenID
71
79
  * Connect (OIDC) to authenticate users.</p>
72
80
  */
@@ -146,6 +154,7 @@ export interface AuthenticateOidcActionConfig {
146
154
  UseExistingClientSecret?: boolean;
147
155
  }
148
156
  /**
157
+ * @public
149
158
  * <p>Information about an action that returns a custom HTTP response.</p>
150
159
  */
151
160
  export interface FixedResponseActionConfig {
@@ -165,6 +174,7 @@ export interface FixedResponseActionConfig {
165
174
  ContentType?: string;
166
175
  }
167
176
  /**
177
+ * @public
168
178
  * <p>Information about how traffic will be distributed between multiple target groups in a
169
179
  * forward rule.</p>
170
180
  */
@@ -179,6 +189,7 @@ export interface TargetGroupTuple {
179
189
  Weight?: number;
180
190
  }
181
191
  /**
192
+ * @public
182
193
  * <p>Information about the target group stickiness for a rule.</p>
183
194
  */
184
195
  export interface TargetGroupStickinessConfig {
@@ -193,6 +204,7 @@ export interface TargetGroupStickinessConfig {
193
204
  DurationSeconds?: number;
194
205
  }
195
206
  /**
207
+ * @public
196
208
  * <p>Information about a forward action.</p>
197
209
  */
198
210
  export interface ForwardActionConfig {
@@ -206,11 +218,15 @@ export interface ForwardActionConfig {
206
218
  */
207
219
  TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
208
220
  }
221
+ /**
222
+ * @public
223
+ */
209
224
  export declare enum RedirectActionStatusCodeEnum {
210
225
  HTTP_301 = "HTTP_301",
211
226
  HTTP_302 = "HTTP_302"
212
227
  }
213
228
  /**
229
+ * @public
214
230
  * <p>Information about a redirect action.</p>
215
231
  * <p>A URI consists of the following components: protocol://hostname:port/path?query. You must
216
232
  * modify at least one of the following components to avoid a redirect loop: protocol, hostname,
@@ -218,42 +234,42 @@ export declare enum RedirectActionStatusCodeEnum {
218
234
  * <p>You can reuse URI components using the following reserved keywords:</p>
219
235
  * <ul>
220
236
  * <li>
221
- * <p>#{protocol}</p>
237
+ * <p>#\{protocol\}</p>
222
238
  * </li>
223
239
  * <li>
224
- * <p>#{host}</p>
240
+ * <p>#\{host\}</p>
225
241
  * </li>
226
242
  * <li>
227
- * <p>#{port}</p>
243
+ * <p>#\{port\}</p>
228
244
  * </li>
229
245
  * <li>
230
- * <p>#{path} (the leading "/" is removed)</p>
246
+ * <p>#\{path\} (the leading "/" is removed)</p>
231
247
  * </li>
232
248
  * <li>
233
- * <p>#{query}</p>
249
+ * <p>#\{query\}</p>
234
250
  * </li>
235
251
  * </ul>
236
- * <p>For example, you can change the path to "/new/#{path}", the hostname to "example.#{host}",
237
- * or the query to "#{query}&value=xyz".</p>
252
+ * <p>For example, you can change the path to "/new/#\{path\}", the hostname to "example.#\{host\}",
253
+ * or the query to "#\{query\}&value=xyz".</p>
238
254
  */
239
255
  export interface RedirectActionConfig {
240
256
  /**
241
- * <p>The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP,
257
+ * <p>The protocol. You can specify HTTP, HTTPS, or #\{protocol\}. You can redirect HTTP to HTTP,
242
258
  * HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.</p>
243
259
  */
244
260
  Protocol?: string;
245
261
  /**
246
- * <p>The port. You can specify a value from 1 to 65535 or #{port}.</p>
262
+ * <p>The port. You can specify a value from 1 to 65535 or #\{port\}.</p>
247
263
  */
248
264
  Port?: string;
249
265
  /**
250
266
  * <p>The hostname. This component is not percent-encoded. The hostname can contain
251
- * #{host}.</p>
267
+ * #\{host\}.</p>
252
268
  */
253
269
  Host?: string;
254
270
  /**
255
271
  * <p>The absolute path, starting with the leading "/". This component is not percent-encoded.
256
- * The path can contain #{host}, #{path}, and #{port}.</p>
272
+ * The path can contain #\{host\}, #\{path\}, and #\{port\}.</p>
257
273
  */
258
274
  Path?: string;
259
275
  /**
@@ -268,6 +284,9 @@ export interface RedirectActionConfig {
268
284
  */
269
285
  StatusCode: RedirectActionStatusCodeEnum | string | undefined;
270
286
  }
287
+ /**
288
+ * @public
289
+ */
271
290
  export declare enum ActionTypeEnum {
272
291
  AUTHENTICATE_COGNITO = "authenticate-cognito",
273
292
  AUTHENTICATE_OIDC = "authenticate-oidc",
@@ -276,6 +295,7 @@ export declare enum ActionTypeEnum {
276
295
  REDIRECT = "redirect"
277
296
  }
278
297
  /**
298
+ * @public
279
299
  * <p>Information about an action.</p>
280
300
  * <p>Each rule must include exactly one of the following types of actions:
281
301
  * <code>forward</code>, <code>fixed-response</code>, or <code>redirect</code>, and it must be
@@ -328,6 +348,7 @@ export interface Action {
328
348
  ForwardConfig?: ForwardActionConfig;
329
349
  }
330
350
  /**
351
+ * @public
331
352
  * <p>Information about an SSL server certificate.</p>
332
353
  */
333
354
  export interface Certificate {
@@ -342,6 +363,9 @@ export interface Certificate {
342
363
  */
343
364
  IsDefault?: boolean;
344
365
  }
366
+ /**
367
+ * @public
368
+ */
345
369
  export interface AddListenerCertificatesInput {
346
370
  /**
347
371
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
@@ -354,6 +378,9 @@ export interface AddListenerCertificatesInput {
354
378
  */
355
379
  Certificates: Certificate[] | undefined;
356
380
  }
381
+ /**
382
+ * @public
383
+ */
357
384
  export interface AddListenerCertificatesOutput {
358
385
  /**
359
386
  * <p>Information about the certificates in the certificate list.</p>
@@ -361,6 +388,7 @@ export interface AddListenerCertificatesOutput {
361
388
  Certificates?: Certificate[];
362
389
  }
363
390
  /**
391
+ * @public
364
392
  * <p>The specified certificate does not exist.</p>
365
393
  */
366
394
  export declare class CertificateNotFoundException extends __BaseException {
@@ -373,6 +401,7 @@ export declare class CertificateNotFoundException extends __BaseException {
373
401
  constructor(opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>);
374
402
  }
375
403
  /**
404
+ * @public
376
405
  * <p>The specified listener does not exist.</p>
377
406
  */
378
407
  export declare class ListenerNotFoundException extends __BaseException {
@@ -385,6 +414,7 @@ export declare class ListenerNotFoundException extends __BaseException {
385
414
  constructor(opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>);
386
415
  }
387
416
  /**
417
+ * @public
388
418
  * <p>You've reached the limit on the number of certificates per load balancer.</p>
389
419
  */
390
420
  export declare class TooManyCertificatesException extends __BaseException {
@@ -397,6 +427,7 @@ export declare class TooManyCertificatesException extends __BaseException {
397
427
  constructor(opts: __ExceptionOptionType<TooManyCertificatesException, __BaseException>);
398
428
  }
399
429
  /**
430
+ * @public
400
431
  * <p>Information about a tag.</p>
401
432
  */
402
433
  export interface Tag {
@@ -409,6 +440,9 @@ export interface Tag {
409
440
  */
410
441
  Value?: string;
411
442
  }
443
+ /**
444
+ * @public
445
+ */
412
446
  export interface AddTagsInput {
413
447
  /**
414
448
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -419,9 +453,13 @@ export interface AddTagsInput {
419
453
  */
420
454
  Tags: Tag[] | undefined;
421
455
  }
456
+ /**
457
+ * @public
458
+ */
422
459
  export interface AddTagsOutput {
423
460
  }
424
461
  /**
462
+ * @public
425
463
  * <p>A tag key was specified more than once.</p>
426
464
  */
427
465
  export declare class DuplicateTagKeysException extends __BaseException {
@@ -434,6 +472,7 @@ export declare class DuplicateTagKeysException extends __BaseException {
434
472
  constructor(opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>);
435
473
  }
436
474
  /**
475
+ * @public
437
476
  * <p>The specified load balancer does not exist.</p>
438
477
  */
439
478
  export declare class LoadBalancerNotFoundException extends __BaseException {
@@ -446,6 +485,7 @@ export declare class LoadBalancerNotFoundException extends __BaseException {
446
485
  constructor(opts: __ExceptionOptionType<LoadBalancerNotFoundException, __BaseException>);
447
486
  }
448
487
  /**
488
+ * @public
449
489
  * <p>The specified rule does not exist.</p>
450
490
  */
451
491
  export declare class RuleNotFoundException extends __BaseException {
@@ -458,6 +498,7 @@ export declare class RuleNotFoundException extends __BaseException {
458
498
  constructor(opts: __ExceptionOptionType<RuleNotFoundException, __BaseException>);
459
499
  }
460
500
  /**
501
+ * @public
461
502
  * <p>The specified target group does not exist.</p>
462
503
  */
463
504
  export declare class TargetGroupNotFoundException extends __BaseException {
@@ -470,6 +511,7 @@ export declare class TargetGroupNotFoundException extends __BaseException {
470
511
  constructor(opts: __ExceptionOptionType<TargetGroupNotFoundException, __BaseException>);
471
512
  }
472
513
  /**
514
+ * @public
473
515
  * <p>You've reached the limit on the number of tags per load balancer.</p>
474
516
  */
475
517
  export declare class TooManyTagsException extends __BaseException {
@@ -482,6 +524,7 @@ export declare class TooManyTagsException extends __BaseException {
482
524
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
483
525
  }
484
526
  /**
527
+ * @public
485
528
  * <p>The specified allocation ID does not exist.</p>
486
529
  */
487
530
  export declare class AllocationIdNotFoundException extends __BaseException {
@@ -494,6 +537,7 @@ export declare class AllocationIdNotFoundException extends __BaseException {
494
537
  constructor(opts: __ExceptionOptionType<AllocationIdNotFoundException, __BaseException>);
495
538
  }
496
539
  /**
540
+ * @public
497
541
  * <p>The specified ALPN policy is not supported.</p>
498
542
  */
499
543
  export declare class ALPNPolicyNotSupportedException extends __BaseException {
@@ -506,6 +550,7 @@ export declare class ALPNPolicyNotSupportedException extends __BaseException {
506
550
  constructor(opts: __ExceptionOptionType<ALPNPolicyNotSupportedException, __BaseException>);
507
551
  }
508
552
  /**
553
+ * @public
509
554
  * <p>Information about a static IP address for a load balancer.</p>
510
555
  */
511
556
  export interface LoadBalancerAddress {
@@ -528,6 +573,7 @@ export interface LoadBalancerAddress {
528
573
  IPv6Address?: string;
529
574
  }
530
575
  /**
576
+ * @public
531
577
  * <p>Information about an Availability Zone.</p>
532
578
  */
533
579
  export interface AvailabilityZone {
@@ -552,6 +598,7 @@ export interface AvailabilityZone {
552
598
  LoadBalancerAddresses?: LoadBalancerAddress[];
553
599
  }
554
600
  /**
601
+ * @public
555
602
  * <p>The specified Availability Zone is not supported.</p>
556
603
  */
557
604
  export declare class AvailabilityZoneNotSupportedException extends __BaseException {
@@ -564,6 +611,7 @@ export declare class AvailabilityZoneNotSupportedException extends __BaseExcepti
564
611
  constructor(opts: __ExceptionOptionType<AvailabilityZoneNotSupportedException, __BaseException>);
565
612
  }
566
613
  /**
614
+ * @public
567
615
  * <p>Information about a cipher used in a policy.</p>
568
616
  */
569
617
  export interface Cipher {
@@ -576,6 +624,9 @@ export interface Cipher {
576
624
  */
577
625
  Priority?: number;
578
626
  }
627
+ /**
628
+ * @public
629
+ */
579
630
  export declare enum ProtocolEnum {
580
631
  GENEVE = "GENEVE",
581
632
  HTTP = "HTTP",
@@ -585,6 +636,9 @@ export declare enum ProtocolEnum {
585
636
  TLS = "TLS",
586
637
  UDP = "UDP"
587
638
  }
639
+ /**
640
+ * @public
641
+ */
588
642
  export interface CreateListenerInput {
589
643
  /**
590
644
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
@@ -660,6 +714,7 @@ export interface CreateListenerInput {
660
714
  Tags?: Tag[];
661
715
  }
662
716
  /**
717
+ * @public
663
718
  * <p>Information about a listener.</p>
664
719
  */
665
720
  export interface Listener {
@@ -698,6 +753,9 @@ export interface Listener {
698
753
  */
699
754
  AlpnPolicy?: string[];
700
755
  }
756
+ /**
757
+ * @public
758
+ */
701
759
  export interface CreateListenerOutput {
702
760
  /**
703
761
  * <p>Information about the listener.</p>
@@ -705,6 +763,7 @@ export interface CreateListenerOutput {
705
763
  Listeners?: Listener[];
706
764
  }
707
765
  /**
766
+ * @public
708
767
  * <p>A listener with the specified port already exists.</p>
709
768
  */
710
769
  export declare class DuplicateListenerException extends __BaseException {
@@ -717,6 +776,7 @@ export declare class DuplicateListenerException extends __BaseException {
717
776
  constructor(opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>);
718
777
  }
719
778
  /**
779
+ * @public
720
780
  * <p>The specified configuration is not valid with this protocol.</p>
721
781
  */
722
782
  export declare class IncompatibleProtocolsException extends __BaseException {
@@ -729,6 +789,7 @@ export declare class IncompatibleProtocolsException extends __BaseException {
729
789
  constructor(opts: __ExceptionOptionType<IncompatibleProtocolsException, __BaseException>);
730
790
  }
731
791
  /**
792
+ * @public
732
793
  * <p>The requested configuration is not valid.</p>
733
794
  */
734
795
  export declare class InvalidConfigurationRequestException extends __BaseException {
@@ -741,6 +802,7 @@ export declare class InvalidConfigurationRequestException extends __BaseExceptio
741
802
  constructor(opts: __ExceptionOptionType<InvalidConfigurationRequestException, __BaseException>);
742
803
  }
743
804
  /**
805
+ * @public
744
806
  * <p>The requested action is not valid.</p>
745
807
  */
746
808
  export declare class InvalidLoadBalancerActionException extends __BaseException {
@@ -753,6 +815,7 @@ export declare class InvalidLoadBalancerActionException extends __BaseException
753
815
  constructor(opts: __ExceptionOptionType<InvalidLoadBalancerActionException, __BaseException>);
754
816
  }
755
817
  /**
818
+ * @public
756
819
  * <p>The specified SSL policy does not exist.</p>
757
820
  */
758
821
  export declare class SSLPolicyNotFoundException extends __BaseException {
@@ -765,6 +828,7 @@ export declare class SSLPolicyNotFoundException extends __BaseException {
765
828
  constructor(opts: __ExceptionOptionType<SSLPolicyNotFoundException, __BaseException>);
766
829
  }
767
830
  /**
831
+ * @public
768
832
  * <p>You've reached the limit on the number of load balancers per target group.</p>
769
833
  */
770
834
  export declare class TargetGroupAssociationLimitException extends __BaseException {
@@ -777,6 +841,7 @@ export declare class TargetGroupAssociationLimitException extends __BaseExceptio
777
841
  constructor(opts: __ExceptionOptionType<TargetGroupAssociationLimitException, __BaseException>);
778
842
  }
779
843
  /**
844
+ * @public
780
845
  * <p>You've reached the limit on the number of actions per rule.</p>
781
846
  */
782
847
  export declare class TooManyActionsException extends __BaseException {
@@ -789,6 +854,7 @@ export declare class TooManyActionsException extends __BaseException {
789
854
  constructor(opts: __ExceptionOptionType<TooManyActionsException, __BaseException>);
790
855
  }
791
856
  /**
857
+ * @public
792
858
  * <p>You've reached the limit on the number of listeners per load balancer.</p>
793
859
  */
794
860
  export declare class TooManyListenersException extends __BaseException {
@@ -801,6 +867,7 @@ export declare class TooManyListenersException extends __BaseException {
801
867
  constructor(opts: __ExceptionOptionType<TooManyListenersException, __BaseException>);
802
868
  }
803
869
  /**
870
+ * @public
804
871
  * <p>You've reached the limit on the number of times a target can be registered with a load
805
872
  * balancer.</p>
806
873
  */
@@ -814,6 +881,7 @@ export declare class TooManyRegistrationsForTargetIdException extends __BaseExce
814
881
  constructor(opts: __ExceptionOptionType<TooManyRegistrationsForTargetIdException, __BaseException>);
815
882
  }
816
883
  /**
884
+ * @public
817
885
  * <p>You've reached the limit on the number of targets.</p>
818
886
  */
819
887
  export declare class TooManyTargetsException extends __BaseException {
@@ -826,6 +894,7 @@ export declare class TooManyTargetsException extends __BaseException {
826
894
  constructor(opts: __ExceptionOptionType<TooManyTargetsException, __BaseException>);
827
895
  }
828
896
  /**
897
+ * @public
829
898
  * <p>You've reached the limit on the number of unique target groups per load balancer across
830
899
  * all listeners. If a target group is used by multiple actions for a load balancer, it is
831
900
  * counted as only one use.</p>
@@ -840,6 +909,7 @@ export declare class TooManyUniqueTargetGroupsPerLoadBalancerException extends _
840
909
  constructor(opts: __ExceptionOptionType<TooManyUniqueTargetGroupsPerLoadBalancerException, __BaseException>);
841
910
  }
842
911
  /**
912
+ * @public
843
913
  * <p>The specified protocol is not supported.</p>
844
914
  */
845
915
  export declare class UnsupportedProtocolException extends __BaseException {
@@ -851,15 +921,22 @@ export declare class UnsupportedProtocolException extends __BaseException {
851
921
  */
852
922
  constructor(opts: __ExceptionOptionType<UnsupportedProtocolException, __BaseException>);
853
923
  }
924
+ /**
925
+ * @public
926
+ */
854
927
  export declare enum IpAddressType {
855
928
  DUALSTACK = "dualstack",
856
929
  IPV4 = "ipv4"
857
930
  }
931
+ /**
932
+ * @public
933
+ */
858
934
  export declare enum LoadBalancerSchemeEnum {
859
935
  INTERNAL = "internal",
860
936
  INTERNET_FACING = "internet-facing"
861
937
  }
862
938
  /**
939
+ * @public
863
940
  * <p>Information about a subnet mapping.</p>
864
941
  */
865
942
  export interface SubnetMapping {
@@ -881,11 +958,17 @@ export interface SubnetMapping {
881
958
  */
882
959
  IPv6Address?: string;
883
960
  }
961
+ /**
962
+ * @public
963
+ */
884
964
  export declare enum LoadBalancerTypeEnum {
885
965
  APPLICATION = "application",
886
966
  GATEWAY = "gateway",
887
967
  NETWORK = "network"
888
968
  }
969
+ /**
970
+ * @public
971
+ */
889
972
  export interface CreateLoadBalancerInput {
890
973
  /**
891
974
  * <p>The name of the load balancer.</p>
@@ -963,6 +1046,9 @@ export interface CreateLoadBalancerInput {
963
1046
  */
964
1047
  CustomerOwnedIpv4Pool?: string;
965
1048
  }
1049
+ /**
1050
+ * @public
1051
+ */
966
1052
  export declare enum LoadBalancerStateEnum {
967
1053
  ACTIVE = "active",
968
1054
  ACTIVE_IMPAIRED = "active_impaired",
@@ -970,6 +1056,7 @@ export declare enum LoadBalancerStateEnum {
970
1056
  PROVISIONING = "provisioning"
971
1057
  }
972
1058
  /**
1059
+ * @public
973
1060
  * <p>Information about the state of the load balancer.</p>
974
1061
  */
975
1062
  export interface LoadBalancerState {
@@ -987,6 +1074,7 @@ export interface LoadBalancerState {
987
1074
  Reason?: string;
988
1075
  }
989
1076
  /**
1077
+ * @public
990
1078
  * <p>Information about a load balancer.</p>
991
1079
  */
992
1080
  export interface LoadBalancer {
@@ -1052,6 +1140,9 @@ export interface LoadBalancer {
1052
1140
  */
1053
1141
  CustomerOwnedIpv4Pool?: string;
1054
1142
  }
1143
+ /**
1144
+ * @public
1145
+ */
1055
1146
  export interface CreateLoadBalancerOutput {
1056
1147
  /**
1057
1148
  * <p>Information about the load balancer.</p>
@@ -1059,6 +1150,7 @@ export interface CreateLoadBalancerOutput {
1059
1150
  LoadBalancers?: LoadBalancer[];
1060
1151
  }
1061
1152
  /**
1153
+ * @public
1062
1154
  * <p>A load balancer with the specified name already exists.</p>
1063
1155
  */
1064
1156
  export declare class DuplicateLoadBalancerNameException extends __BaseException {
@@ -1071,6 +1163,7 @@ export declare class DuplicateLoadBalancerNameException extends __BaseException
1071
1163
  constructor(opts: __ExceptionOptionType<DuplicateLoadBalancerNameException, __BaseException>);
1072
1164
  }
1073
1165
  /**
1166
+ * @public
1074
1167
  * <p>The requested scheme is not valid.</p>
1075
1168
  */
1076
1169
  export declare class InvalidSchemeException extends __BaseException {
@@ -1083,6 +1176,7 @@ export declare class InvalidSchemeException extends __BaseException {
1083
1176
  constructor(opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>);
1084
1177
  }
1085
1178
  /**
1179
+ * @public
1086
1180
  * <p>The specified security group does not exist.</p>
1087
1181
  */
1088
1182
  export declare class InvalidSecurityGroupException extends __BaseException {
@@ -1095,6 +1189,7 @@ export declare class InvalidSecurityGroupException extends __BaseException {
1095
1189
  constructor(opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>);
1096
1190
  }
1097
1191
  /**
1192
+ * @public
1098
1193
  * <p>The specified subnet is out of available addresses.</p>
1099
1194
  */
1100
1195
  export declare class InvalidSubnetException extends __BaseException {
@@ -1107,6 +1202,7 @@ export declare class InvalidSubnetException extends __BaseException {
1107
1202
  constructor(opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>);
1108
1203
  }
1109
1204
  /**
1205
+ * @public
1110
1206
  * <p>This operation is not allowed.</p>
1111
1207
  */
1112
1208
  export declare class OperationNotPermittedException extends __BaseException {
@@ -1119,6 +1215,7 @@ export declare class OperationNotPermittedException extends __BaseException {
1119
1215
  constructor(opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>);
1120
1216
  }
1121
1217
  /**
1218
+ * @public
1122
1219
  * <p>A specified resource is in use.</p>
1123
1220
  */
1124
1221
  export declare class ResourceInUseException extends __BaseException {
@@ -1131,6 +1228,7 @@ export declare class ResourceInUseException extends __BaseException {
1131
1228
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
1132
1229
  }
1133
1230
  /**
1231
+ * @public
1134
1232
  * <p>The specified subnet does not exist.</p>
1135
1233
  */
1136
1234
  export declare class SubnetNotFoundException extends __BaseException {
@@ -1143,6 +1241,7 @@ export declare class SubnetNotFoundException extends __BaseException {
1143
1241
  constructor(opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>);
1144
1242
  }
1145
1243
  /**
1244
+ * @public
1146
1245
  * <p>You've reached the limit on the number of load balancers for your Amazon Web Services
1147
1246
  * account.</p>
1148
1247
  */
@@ -1156,6 +1255,7 @@ export declare class TooManyLoadBalancersException extends __BaseException {
1156
1255
  constructor(opts: __ExceptionOptionType<TooManyLoadBalancersException, __BaseException>);
1157
1256
  }
1158
1257
  /**
1258
+ * @public
1159
1259
  * <p>Information about a host header condition.</p>
1160
1260
  */
1161
1261
  export interface HostHeaderConditionConfig {
@@ -1169,6 +1269,7 @@ export interface HostHeaderConditionConfig {
1169
1269
  Values?: string[];
1170
1270
  }
1171
1271
  /**
1272
+ * @public
1172
1273
  * <p>Information about an HTTP header condition.</p>
1173
1274
  * <p>There is a set of standard HTTP header fields. You can also define custom HTTP header
1174
1275
  * fields.</p>
@@ -1195,6 +1296,7 @@ export interface HttpHeaderConditionConfig {
1195
1296
  Values?: string[];
1196
1297
  }
1197
1298
  /**
1299
+ * @public
1198
1300
  * <p>Information about an HTTP method condition.</p>
1199
1301
  * <p>HTTP defines a set of request methods, also referred to as HTTP verbs. For more
1200
1302
  * information, see the <a href="https://www.iana.org/assignments/http-methods/http-methods.xhtml">HTTP Method
@@ -1212,6 +1314,7 @@ export interface HttpRequestMethodConditionConfig {
1212
1314
  Values?: string[];
1213
1315
  }
1214
1316
  /**
1317
+ * @public
1215
1318
  * <p>Information about a path pattern condition.</p>
1216
1319
  */
1217
1320
  export interface PathPatternConditionConfig {
@@ -1226,6 +1329,7 @@ export interface PathPatternConditionConfig {
1226
1329
  Values?: string[];
1227
1330
  }
1228
1331
  /**
1332
+ * @public
1229
1333
  * <p>Information about a key/value pair.</p>
1230
1334
  */
1231
1335
  export interface QueryStringKeyValuePair {
@@ -1239,6 +1343,7 @@ export interface QueryStringKeyValuePair {
1239
1343
  Value?: string;
1240
1344
  }
1241
1345
  /**
1346
+ * @public
1242
1347
  * <p>Information about a query string condition.</p>
1243
1348
  * <p>The query string component of a URI starts after the first '?' character and is terminated
1244
1349
  * by either a '#' character or the end of the URI. A typical query string contains key/value
@@ -1258,6 +1363,7 @@ export interface QueryStringConditionConfig {
1258
1363
  Values?: QueryStringKeyValuePair[];
1259
1364
  }
1260
1365
  /**
1366
+ * @public
1261
1367
  * <p>Information about a source IP condition.</p>
1262
1368
  * <p>You can use this condition to route based on the IP address of the source that connects to
1263
1369
  * the load balancer. If a client is behind a proxy, this is the IP address of the proxy not the
@@ -1275,6 +1381,7 @@ export interface SourceIpConditionConfig {
1275
1381
  Values?: string[];
1276
1382
  }
1277
1383
  /**
1384
+ * @public
1278
1385
  * <p>Information about a condition for a rule.</p>
1279
1386
  * <p>Each rule can optionally include up to one of each of the following conditions:
1280
1387
  * <code>http-request-method</code>, <code>host-header</code>, <code>path-pattern</code>, and
@@ -1395,6 +1502,9 @@ export interface RuleCondition {
1395
1502
  */
1396
1503
  SourceIpConfig?: SourceIpConditionConfig;
1397
1504
  }
1505
+ /**
1506
+ * @public
1507
+ */
1398
1508
  export interface CreateRuleInput {
1399
1509
  /**
1400
1510
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
@@ -1418,6 +1528,7 @@ export interface CreateRuleInput {
1418
1528
  Tags?: Tag[];
1419
1529
  }
1420
1530
  /**
1531
+ * @public
1421
1532
  * <p>Information about a rule.</p>
1422
1533
  */
1423
1534
  export interface Rule {
@@ -1447,6 +1558,9 @@ export interface Rule {
1447
1558
  */
1448
1559
  IsDefault?: boolean;
1449
1560
  }
1561
+ /**
1562
+ * @public
1563
+ */
1450
1564
  export interface CreateRuleOutput {
1451
1565
  /**
1452
1566
  * <p>Information about the rule.</p>
@@ -1454,6 +1568,7 @@ export interface CreateRuleOutput {
1454
1568
  Rules?: Rule[];
1455
1569
  }
1456
1570
  /**
1571
+ * @public
1457
1572
  * <p>The specified priority is in use.</p>
1458
1573
  */
1459
1574
  export declare class PriorityInUseException extends __BaseException {
@@ -1466,6 +1581,7 @@ export declare class PriorityInUseException extends __BaseException {
1466
1581
  constructor(opts: __ExceptionOptionType<PriorityInUseException, __BaseException>);
1467
1582
  }
1468
1583
  /**
1584
+ * @public
1469
1585
  * <p>You've reached the limit on the number of rules per load balancer.</p>
1470
1586
  */
1471
1587
  export declare class TooManyRulesException extends __BaseException {
@@ -1478,6 +1594,7 @@ export declare class TooManyRulesException extends __BaseException {
1478
1594
  constructor(opts: __ExceptionOptionType<TooManyRulesException, __BaseException>);
1479
1595
  }
1480
1596
  /**
1597
+ * @public
1481
1598
  * <p>You've reached the limit on the number of target groups for your Amazon Web Services
1482
1599
  * account.</p>
1483
1600
  */
@@ -1490,11 +1607,15 @@ export declare class TooManyTargetGroupsException extends __BaseException {
1490
1607
  */
1491
1608
  constructor(opts: __ExceptionOptionType<TooManyTargetGroupsException, __BaseException>);
1492
1609
  }
1610
+ /**
1611
+ * @public
1612
+ */
1493
1613
  export declare enum TargetGroupIpAddressTypeEnum {
1494
1614
  IPV4 = "ipv4",
1495
1615
  IPV6 = "ipv6"
1496
1616
  }
1497
1617
  /**
1618
+ * @public
1498
1619
  * <p>The codes to use when checking for a successful response from a target. If the protocol
1499
1620
  * version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes. </p>
1500
1621
  */
@@ -1515,12 +1636,18 @@ export interface Matcher {
1515
1636
  */
1516
1637
  GrpcCode?: string;
1517
1638
  }
1639
+ /**
1640
+ * @public
1641
+ */
1518
1642
  export declare enum TargetTypeEnum {
1519
1643
  ALB = "alb",
1520
1644
  INSTANCE = "instance",
1521
1645
  IP = "ip",
1522
1646
  LAMBDA = "lambda"
1523
1647
  }
1648
+ /**
1649
+ * @public
1650
+ */
1524
1651
  export interface CreateTargetGroupInput {
1525
1652
  /**
1526
1653
  * <p>The name of the target group.</p>
@@ -1658,6 +1785,7 @@ export interface CreateTargetGroupInput {
1658
1785
  IpAddressType?: TargetGroupIpAddressTypeEnum | string;
1659
1786
  }
1660
1787
  /**
1788
+ * @public
1661
1789
  * <p>Information about a target group.</p>
1662
1790
  */
1663
1791
  export interface TargetGroup {
@@ -1749,6 +1877,9 @@ export interface TargetGroup {
1749
1877
  */
1750
1878
  IpAddressType?: TargetGroupIpAddressTypeEnum | string;
1751
1879
  }
1880
+ /**
1881
+ * @public
1882
+ */
1752
1883
  export interface CreateTargetGroupOutput {
1753
1884
  /**
1754
1885
  * <p>Information about the target group.</p>
@@ -1756,6 +1887,7 @@ export interface CreateTargetGroupOutput {
1756
1887
  TargetGroups?: TargetGroup[];
1757
1888
  }
1758
1889
  /**
1890
+ * @public
1759
1891
  * <p>A target group with the specified name already exists.</p>
1760
1892
  */
1761
1893
  export declare class DuplicateTargetGroupNameException extends __BaseException {
@@ -1767,39 +1899,64 @@ export declare class DuplicateTargetGroupNameException extends __BaseException {
1767
1899
  */
1768
1900
  constructor(opts: __ExceptionOptionType<DuplicateTargetGroupNameException, __BaseException>);
1769
1901
  }
1902
+ /**
1903
+ * @public
1904
+ */
1770
1905
  export interface DeleteListenerInput {
1771
1906
  /**
1772
1907
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
1773
1908
  */
1774
1909
  ListenerArn: string | undefined;
1775
1910
  }
1911
+ /**
1912
+ * @public
1913
+ */
1776
1914
  export interface DeleteListenerOutput {
1777
1915
  }
1916
+ /**
1917
+ * @public
1918
+ */
1778
1919
  export interface DeleteLoadBalancerInput {
1779
1920
  /**
1780
1921
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
1781
1922
  */
1782
1923
  LoadBalancerArn: string | undefined;
1783
1924
  }
1925
+ /**
1926
+ * @public
1927
+ */
1784
1928
  export interface DeleteLoadBalancerOutput {
1785
1929
  }
1930
+ /**
1931
+ * @public
1932
+ */
1786
1933
  export interface DeleteRuleInput {
1787
1934
  /**
1788
1935
  * <p>The Amazon Resource Name (ARN) of the rule.</p>
1789
1936
  */
1790
1937
  RuleArn: string | undefined;
1791
1938
  }
1939
+ /**
1940
+ * @public
1941
+ */
1792
1942
  export interface DeleteRuleOutput {
1793
1943
  }
1944
+ /**
1945
+ * @public
1946
+ */
1794
1947
  export interface DeleteTargetGroupInput {
1795
1948
  /**
1796
1949
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
1797
1950
  */
1798
1951
  TargetGroupArn: string | undefined;
1799
1952
  }
1953
+ /**
1954
+ * @public
1955
+ */
1800
1956
  export interface DeleteTargetGroupOutput {
1801
1957
  }
1802
1958
  /**
1959
+ * @public
1803
1960
  * <p>Information about a target.</p>
1804
1961
  */
1805
1962
  export interface TargetDescription {
@@ -1837,6 +1994,9 @@ export interface TargetDescription {
1837
1994
  */
1838
1995
  AvailabilityZone?: string;
1839
1996
  }
1997
+ /**
1998
+ * @public
1999
+ */
1840
2000
  export interface DeregisterTargetsInput {
1841
2001
  /**
1842
2002
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
@@ -1848,9 +2008,13 @@ export interface DeregisterTargetsInput {
1848
2008
  */
1849
2009
  Targets: TargetDescription[] | undefined;
1850
2010
  }
2011
+ /**
2012
+ * @public
2013
+ */
1851
2014
  export interface DeregisterTargetsOutput {
1852
2015
  }
1853
2016
  /**
2017
+ * @public
1854
2018
  * <p>The specified target does not exist, is not in the same VPC as the target group, or has an
1855
2019
  * unsupported instance type.</p>
1856
2020
  */
@@ -1863,6 +2027,9 @@ export declare class InvalidTargetException extends __BaseException {
1863
2027
  */
1864
2028
  constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
1865
2029
  }
2030
+ /**
2031
+ * @public
2032
+ */
1866
2033
  export interface DescribeAccountLimitsInput {
1867
2034
  /**
1868
2035
  * <p>The marker for the next set of results. (You received this marker from a previous
@@ -1875,6 +2042,7 @@ export interface DescribeAccountLimitsInput {
1875
2042
  PageSize?: number;
1876
2043
  }
1877
2044
  /**
2045
+ * @public
1878
2046
  * <p>Information about an Elastic Load Balancing resource limit for your Amazon Web Services
1879
2047
  * account.</p>
1880
2048
  */
@@ -1944,6 +2112,9 @@ export interface Limit {
1944
2112
  */
1945
2113
  Max?: string;
1946
2114
  }
2115
+ /**
2116
+ * @public
2117
+ */
1947
2118
  export interface DescribeAccountLimitsOutput {
1948
2119
  /**
1949
2120
  * <p>Information about the limits.</p>
@@ -1955,6 +2126,9 @@ export interface DescribeAccountLimitsOutput {
1955
2126
  */
1956
2127
  NextMarker?: string;
1957
2128
  }
2129
+ /**
2130
+ * @public
2131
+ */
1958
2132
  export interface DescribeListenerCertificatesInput {
1959
2133
  /**
1960
2134
  * <p>The Amazon Resource Names (ARN) of the listener.</p>
@@ -1970,6 +2144,9 @@ export interface DescribeListenerCertificatesInput {
1970
2144
  */
1971
2145
  PageSize?: number;
1972
2146
  }
2147
+ /**
2148
+ * @public
2149
+ */
1973
2150
  export interface DescribeListenerCertificatesOutput {
1974
2151
  /**
1975
2152
  * <p>Information about the certificates.</p>
@@ -1981,6 +2158,9 @@ export interface DescribeListenerCertificatesOutput {
1981
2158
  */
1982
2159
  NextMarker?: string;
1983
2160
  }
2161
+ /**
2162
+ * @public
2163
+ */
1984
2164
  export interface DescribeListenersInput {
1985
2165
  /**
1986
2166
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
@@ -2000,6 +2180,9 @@ export interface DescribeListenersInput {
2000
2180
  */
2001
2181
  PageSize?: number;
2002
2182
  }
2183
+ /**
2184
+ * @public
2185
+ */
2003
2186
  export interface DescribeListenersOutput {
2004
2187
  /**
2005
2188
  * <p>Information about the listeners.</p>
@@ -2011,6 +2194,9 @@ export interface DescribeListenersOutput {
2011
2194
  */
2012
2195
  NextMarker?: string;
2013
2196
  }
2197
+ /**
2198
+ * @public
2199
+ */
2014
2200
  export interface DescribeLoadBalancerAttributesInput {
2015
2201
  /**
2016
2202
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
@@ -2018,6 +2204,7 @@ export interface DescribeLoadBalancerAttributesInput {
2018
2204
  LoadBalancerArn: string | undefined;
2019
2205
  }
2020
2206
  /**
2207
+ * @public
2021
2208
  * <p>Information about a load balancer attribute.</p>
2022
2209
  */
2023
2210
  export interface LoadBalancerAttribute {
@@ -2160,12 +2347,18 @@ export interface LoadBalancerAttribute {
2160
2347
  */
2161
2348
  Value?: string;
2162
2349
  }
2350
+ /**
2351
+ * @public
2352
+ */
2163
2353
  export interface DescribeLoadBalancerAttributesOutput {
2164
2354
  /**
2165
2355
  * <p>Information about the load balancer attributes.</p>
2166
2356
  */
2167
2357
  Attributes?: LoadBalancerAttribute[];
2168
2358
  }
2359
+ /**
2360
+ * @public
2361
+ */
2169
2362
  export interface DescribeLoadBalancersInput {
2170
2363
  /**
2171
2364
  * <p>The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load
@@ -2186,6 +2379,9 @@ export interface DescribeLoadBalancersInput {
2186
2379
  */
2187
2380
  PageSize?: number;
2188
2381
  }
2382
+ /**
2383
+ * @public
2384
+ */
2189
2385
  export interface DescribeLoadBalancersOutput {
2190
2386
  /**
2191
2387
  * <p>Information about the load balancers.</p>
@@ -2197,6 +2393,9 @@ export interface DescribeLoadBalancersOutput {
2197
2393
  */
2198
2394
  NextMarker?: string;
2199
2395
  }
2396
+ /**
2397
+ * @public
2398
+ */
2200
2399
  export interface DescribeRulesInput {
2201
2400
  /**
2202
2401
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
@@ -2216,6 +2415,9 @@ export interface DescribeRulesInput {
2216
2415
  */
2217
2416
  PageSize?: number;
2218
2417
  }
2418
+ /**
2419
+ * @public
2420
+ */
2219
2421
  export interface DescribeRulesOutput {
2220
2422
  /**
2221
2423
  * <p>Information about the rules.</p>
@@ -2227,6 +2429,9 @@ export interface DescribeRulesOutput {
2227
2429
  */
2228
2430
  NextMarker?: string;
2229
2431
  }
2432
+ /**
2433
+ * @public
2434
+ */
2230
2435
  export interface DescribeSSLPoliciesInput {
2231
2436
  /**
2232
2437
  * <p>The names of the policies.</p>
@@ -2248,6 +2453,7 @@ export interface DescribeSSLPoliciesInput {
2248
2453
  LoadBalancerType?: LoadBalancerTypeEnum | string;
2249
2454
  }
2250
2455
  /**
2456
+ * @public
2251
2457
  * <p>Information about a policy used for SSL negotiation.</p>
2252
2458
  */
2253
2459
  export interface SslPolicy {
@@ -2268,6 +2474,9 @@ export interface SslPolicy {
2268
2474
  */
2269
2475
  SupportedLoadBalancerTypes?: string[];
2270
2476
  }
2477
+ /**
2478
+ * @public
2479
+ */
2271
2480
  export interface DescribeSSLPoliciesOutput {
2272
2481
  /**
2273
2482
  * <p>Information about the security policies.</p>
@@ -2279,6 +2488,9 @@ export interface DescribeSSLPoliciesOutput {
2279
2488
  */
2280
2489
  NextMarker?: string;
2281
2490
  }
2491
+ /**
2492
+ * @public
2493
+ */
2282
2494
  export interface DescribeTagsInput {
2283
2495
  /**
2284
2496
  * <p>The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a
@@ -2287,6 +2499,7 @@ export interface DescribeTagsInput {
2287
2499
  ResourceArns: string[] | undefined;
2288
2500
  }
2289
2501
  /**
2502
+ * @public
2290
2503
  * <p>The tags associated with a resource.</p>
2291
2504
  */
2292
2505
  export interface TagDescription {
@@ -2299,12 +2512,18 @@ export interface TagDescription {
2299
2512
  */
2300
2513
  Tags?: Tag[];
2301
2514
  }
2515
+ /**
2516
+ * @public
2517
+ */
2302
2518
  export interface DescribeTagsOutput {
2303
2519
  /**
2304
2520
  * <p>Information about the tags.</p>
2305
2521
  */
2306
2522
  TagDescriptions?: TagDescription[];
2307
2523
  }
2524
+ /**
2525
+ * @public
2526
+ */
2308
2527
  export interface DescribeTargetGroupAttributesInput {
2309
2528
  /**
2310
2529
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
@@ -2312,6 +2531,7 @@ export interface DescribeTargetGroupAttributesInput {
2312
2531
  TargetGroupArn: string | undefined;
2313
2532
  }
2314
2533
  /**
2534
+ * @public
2315
2535
  * <p>Information about a target group attribute.</p>
2316
2536
  */
2317
2537
  export interface TargetGroupAttribute {
@@ -2501,12 +2721,18 @@ export interface TargetGroupAttribute {
2501
2721
  */
2502
2722
  Value?: string;
2503
2723
  }
2724
+ /**
2725
+ * @public
2726
+ */
2504
2727
  export interface DescribeTargetGroupAttributesOutput {
2505
2728
  /**
2506
2729
  * <p>Information about the target group attributes</p>
2507
2730
  */
2508
2731
  Attributes?: TargetGroupAttribute[];
2509
2732
  }
2733
+ /**
2734
+ * @public
2735
+ */
2510
2736
  export interface DescribeTargetGroupsInput {
2511
2737
  /**
2512
2738
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
@@ -2530,6 +2756,9 @@ export interface DescribeTargetGroupsInput {
2530
2756
  */
2531
2757
  PageSize?: number;
2532
2758
  }
2759
+ /**
2760
+ * @public
2761
+ */
2533
2762
  export interface DescribeTargetGroupsOutput {
2534
2763
  /**
2535
2764
  * <p>Information about the target groups.</p>
@@ -2541,6 +2770,9 @@ export interface DescribeTargetGroupsOutput {
2541
2770
  */
2542
2771
  NextMarker?: string;
2543
2772
  }
2773
+ /**
2774
+ * @public
2775
+ */
2544
2776
  export interface DescribeTargetHealthInput {
2545
2777
  /**
2546
2778
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
@@ -2551,6 +2783,9 @@ export interface DescribeTargetHealthInput {
2551
2783
  */
2552
2784
  Targets?: TargetDescription[];
2553
2785
  }
2786
+ /**
2787
+ * @public
2788
+ */
2554
2789
  export declare enum TargetHealthReasonEnum {
2555
2790
  DEREGISTRATION_IN_PROGRESS = "Target.DeregistrationInProgress",
2556
2791
  FAILED_HEALTH_CHECKS = "Target.FailedHealthChecks",
@@ -2565,6 +2800,9 @@ export declare enum TargetHealthReasonEnum {
2565
2800
  RESPONSE_CODE_MISMATCH = "Target.ResponseCodeMismatch",
2566
2801
  TIMEOUT = "Target.Timeout"
2567
2802
  }
2803
+ /**
2804
+ * @public
2805
+ */
2568
2806
  export declare enum TargetHealthStateEnum {
2569
2807
  DRAINING = "draining",
2570
2808
  HEALTHY = "healthy",
@@ -2574,6 +2812,7 @@ export declare enum TargetHealthStateEnum {
2574
2812
  UNUSED = "unused"
2575
2813
  }
2576
2814
  /**
2815
+ * @public
2577
2816
  * <p>Information about the current health of a target.</p>
2578
2817
  */
2579
2818
  export interface TargetHealth {
@@ -2679,6 +2918,7 @@ export interface TargetHealth {
2679
2918
  Description?: string;
2680
2919
  }
2681
2920
  /**
2921
+ * @public
2682
2922
  * <p>Information about the health of a target.</p>
2683
2923
  */
2684
2924
  export interface TargetHealthDescription {
@@ -2695,6 +2935,9 @@ export interface TargetHealthDescription {
2695
2935
  */
2696
2936
  TargetHealth?: TargetHealth;
2697
2937
  }
2938
+ /**
2939
+ * @public
2940
+ */
2698
2941
  export interface DescribeTargetHealthOutput {
2699
2942
  /**
2700
2943
  * <p>Information about the health of the targets.</p>
@@ -2702,6 +2945,7 @@ export interface DescribeTargetHealthOutput {
2702
2945
  TargetHealthDescriptions?: TargetHealthDescription[];
2703
2946
  }
2704
2947
  /**
2948
+ * @public
2705
2949
  * <p>The health of the specified targets could not be retrieved due to an internal
2706
2950
  * error.</p>
2707
2951
  */
@@ -2714,6 +2958,9 @@ export declare class HealthUnavailableException extends __BaseException {
2714
2958
  */
2715
2959
  constructor(opts: __ExceptionOptionType<HealthUnavailableException, __BaseException>);
2716
2960
  }
2961
+ /**
2962
+ * @public
2963
+ */
2717
2964
  export interface ModifyListenerInput {
2718
2965
  /**
2719
2966
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
@@ -2783,12 +3030,18 @@ export interface ModifyListenerInput {
2783
3030
  */
2784
3031
  AlpnPolicy?: string[];
2785
3032
  }
3033
+ /**
3034
+ * @public
3035
+ */
2786
3036
  export interface ModifyListenerOutput {
2787
3037
  /**
2788
3038
  * <p>Information about the modified listener.</p>
2789
3039
  */
2790
3040
  Listeners?: Listener[];
2791
3041
  }
3042
+ /**
3043
+ * @public
3044
+ */
2792
3045
  export interface ModifyLoadBalancerAttributesInput {
2793
3046
  /**
2794
3047
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
@@ -2799,12 +3052,18 @@ export interface ModifyLoadBalancerAttributesInput {
2799
3052
  */
2800
3053
  Attributes: LoadBalancerAttribute[] | undefined;
2801
3054
  }
3055
+ /**
3056
+ * @public
3057
+ */
2802
3058
  export interface ModifyLoadBalancerAttributesOutput {
2803
3059
  /**
2804
3060
  * <p>Information about the load balancer attributes.</p>
2805
3061
  */
2806
3062
  Attributes?: LoadBalancerAttribute[];
2807
3063
  }
3064
+ /**
3065
+ * @public
3066
+ */
2808
3067
  export interface ModifyRuleInput {
2809
3068
  /**
2810
3069
  * <p>The Amazon Resource Name (ARN) of the rule.</p>
@@ -2819,12 +3078,18 @@ export interface ModifyRuleInput {
2819
3078
  */
2820
3079
  Actions?: Action[];
2821
3080
  }
3081
+ /**
3082
+ * @public
3083
+ */
2822
3084
  export interface ModifyRuleOutput {
2823
3085
  /**
2824
3086
  * <p>Information about the modified rule.</p>
2825
3087
  */
2826
3088
  Rules?: Rule[];
2827
3089
  }
3090
+ /**
3091
+ * @public
3092
+ */
2828
3093
  export interface ModifyTargetGroupInput {
2829
3094
  /**
2830
3095
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
@@ -2881,12 +3146,18 @@ export interface ModifyTargetGroupInput {
2881
3146
  */
2882
3147
  Matcher?: Matcher;
2883
3148
  }
3149
+ /**
3150
+ * @public
3151
+ */
2884
3152
  export interface ModifyTargetGroupOutput {
2885
3153
  /**
2886
3154
  * <p>Information about the modified target group.</p>
2887
3155
  */
2888
3156
  TargetGroups?: TargetGroup[];
2889
3157
  }
3158
+ /**
3159
+ * @public
3160
+ */
2890
3161
  export interface ModifyTargetGroupAttributesInput {
2891
3162
  /**
2892
3163
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
@@ -2897,12 +3168,18 @@ export interface ModifyTargetGroupAttributesInput {
2897
3168
  */
2898
3169
  Attributes: TargetGroupAttribute[] | undefined;
2899
3170
  }
3171
+ /**
3172
+ * @public
3173
+ */
2900
3174
  export interface ModifyTargetGroupAttributesOutput {
2901
3175
  /**
2902
3176
  * <p>Information about the attributes.</p>
2903
3177
  */
2904
3178
  Attributes?: TargetGroupAttribute[];
2905
3179
  }
3180
+ /**
3181
+ * @public
3182
+ */
2906
3183
  export interface RegisterTargetsInput {
2907
3184
  /**
2908
3185
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
@@ -2913,8 +3190,14 @@ export interface RegisterTargetsInput {
2913
3190
  */
2914
3191
  Targets: TargetDescription[] | undefined;
2915
3192
  }
3193
+ /**
3194
+ * @public
3195
+ */
2916
3196
  export interface RegisterTargetsOutput {
2917
3197
  }
3198
+ /**
3199
+ * @public
3200
+ */
2918
3201
  export interface RemoveListenerCertificatesInput {
2919
3202
  /**
2920
3203
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
@@ -2927,8 +3210,14 @@ export interface RemoveListenerCertificatesInput {
2927
3210
  */
2928
3211
  Certificates: Certificate[] | undefined;
2929
3212
  }
3213
+ /**
3214
+ * @public
3215
+ */
2930
3216
  export interface RemoveListenerCertificatesOutput {
2931
3217
  }
3218
+ /**
3219
+ * @public
3220
+ */
2932
3221
  export interface RemoveTagsInput {
2933
3222
  /**
2934
3223
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -2939,8 +3228,14 @@ export interface RemoveTagsInput {
2939
3228
  */
2940
3229
  TagKeys: string[] | undefined;
2941
3230
  }
3231
+ /**
3232
+ * @public
3233
+ */
2942
3234
  export interface RemoveTagsOutput {
2943
3235
  }
3236
+ /**
3237
+ * @public
3238
+ */
2944
3239
  export interface SetIpAddressTypeInput {
2945
3240
  /**
2946
3241
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
@@ -2954,6 +3249,9 @@ export interface SetIpAddressTypeInput {
2954
3249
  */
2955
3250
  IpAddressType: IpAddressType | string | undefined;
2956
3251
  }
3252
+ /**
3253
+ * @public
3254
+ */
2957
3255
  export interface SetIpAddressTypeOutput {
2958
3256
  /**
2959
3257
  * <p>The IP address type.</p>
@@ -2961,6 +3259,7 @@ export interface SetIpAddressTypeOutput {
2961
3259
  IpAddressType?: IpAddressType | string;
2962
3260
  }
2963
3261
  /**
3262
+ * @public
2964
3263
  * <p>Information about the priorities for the rules for a listener.</p>
2965
3264
  */
2966
3265
  export interface RulePriorityPair {
@@ -2973,18 +3272,27 @@ export interface RulePriorityPair {
2973
3272
  */
2974
3273
  Priority?: number;
2975
3274
  }
3275
+ /**
3276
+ * @public
3277
+ */
2976
3278
  export interface SetRulePrioritiesInput {
2977
3279
  /**
2978
3280
  * <p>The rule priorities.</p>
2979
3281
  */
2980
3282
  RulePriorities: RulePriorityPair[] | undefined;
2981
3283
  }
3284
+ /**
3285
+ * @public
3286
+ */
2982
3287
  export interface SetRulePrioritiesOutput {
2983
3288
  /**
2984
3289
  * <p>Information about the rules.</p>
2985
3290
  */
2986
3291
  Rules?: Rule[];
2987
3292
  }
3293
+ /**
3294
+ * @public
3295
+ */
2988
3296
  export interface SetSecurityGroupsInput {
2989
3297
  /**
2990
3298
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
@@ -2995,12 +3303,18 @@ export interface SetSecurityGroupsInput {
2995
3303
  */
2996
3304
  SecurityGroups: string[] | undefined;
2997
3305
  }
3306
+ /**
3307
+ * @public
3308
+ */
2998
3309
  export interface SetSecurityGroupsOutput {
2999
3310
  /**
3000
3311
  * <p>The IDs of the security groups associated with the load balancer.</p>
3001
3312
  */
3002
3313
  SecurityGroupIds?: string[];
3003
3314
  }
3315
+ /**
3316
+ * @public
3317
+ */
3004
3318
  export interface SetSubnetsInput {
3005
3319
  /**
3006
3320
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
@@ -3042,6 +3356,9 @@ export interface SetSubnetsInput {
3042
3356
  */
3043
3357
  IpAddressType?: IpAddressType | string;
3044
3358
  }
3359
+ /**
3360
+ * @public
3361
+ */
3045
3362
  export interface SetSubnetsOutput {
3046
3363
  /**
3047
3364
  * <p>Information about the subnets.</p>