@aws-sdk/client-elastic-load-balancing-v2 3.952.0 → 3.954.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 (71) hide show
  1. package/dist-cjs/index.js +986 -698
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddListenerCertificatesCommand.js +2 -2
  4. package/dist-es/commands/AddTagsCommand.js +2 -2
  5. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +2 -2
  6. package/dist-es/commands/CreateListenerCommand.js +2 -2
  7. package/dist-es/commands/CreateLoadBalancerCommand.js +2 -2
  8. package/dist-es/commands/CreateRuleCommand.js +2 -2
  9. package/dist-es/commands/CreateTargetGroupCommand.js +2 -2
  10. package/dist-es/commands/CreateTrustStoreCommand.js +2 -2
  11. package/dist-es/commands/DeleteListenerCommand.js +2 -2
  12. package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -2
  13. package/dist-es/commands/DeleteRuleCommand.js +2 -2
  14. package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +2 -2
  15. package/dist-es/commands/DeleteTargetGroupCommand.js +2 -2
  16. package/dist-es/commands/DeleteTrustStoreCommand.js +2 -2
  17. package/dist-es/commands/DeregisterTargetsCommand.js +2 -2
  18. package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
  19. package/dist-es/commands/DescribeCapacityReservationCommand.js +2 -2
  20. package/dist-es/commands/DescribeListenerAttributesCommand.js +2 -2
  21. package/dist-es/commands/DescribeListenerCertificatesCommand.js +2 -2
  22. package/dist-es/commands/DescribeListenersCommand.js +2 -2
  23. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
  24. package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
  25. package/dist-es/commands/DescribeRulesCommand.js +2 -2
  26. package/dist-es/commands/DescribeSSLPoliciesCommand.js +2 -2
  27. package/dist-es/commands/DescribeTagsCommand.js +2 -2
  28. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +2 -2
  29. package/dist-es/commands/DescribeTargetGroupsCommand.js +2 -2
  30. package/dist-es/commands/DescribeTargetHealthCommand.js +2 -2
  31. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +2 -2
  32. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +2 -2
  33. package/dist-es/commands/DescribeTrustStoresCommand.js +2 -2
  34. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  35. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +2 -2
  36. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +2 -2
  37. package/dist-es/commands/ModifyCapacityReservationCommand.js +2 -2
  38. package/dist-es/commands/ModifyIpPoolsCommand.js +2 -2
  39. package/dist-es/commands/ModifyListenerAttributesCommand.js +2 -2
  40. package/dist-es/commands/ModifyListenerCommand.js +2 -2
  41. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
  42. package/dist-es/commands/ModifyRuleCommand.js +2 -2
  43. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +2 -2
  44. package/dist-es/commands/ModifyTargetGroupCommand.js +2 -2
  45. package/dist-es/commands/ModifyTrustStoreCommand.js +2 -2
  46. package/dist-es/commands/RegisterTargetsCommand.js +2 -2
  47. package/dist-es/commands/RemoveListenerCertificatesCommand.js +2 -2
  48. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  49. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +2 -2
  50. package/dist-es/commands/SetIpAddressTypeCommand.js +2 -2
  51. package/dist-es/commands/SetRulePrioritiesCommand.js +2 -2
  52. package/dist-es/commands/SetSecurityGroupsCommand.js +2 -2
  53. package/dist-es/commands/SetSubnetsCommand.js +2 -2
  54. package/dist-es/index.js +1 -0
  55. package/dist-es/runtimeConfig.shared.js +7 -6
  56. package/dist-es/schemas/schemas_0.js +524 -502
  57. package/dist-types/ElasticLoadBalancingV2Client.d.ts +1 -10
  58. package/dist-types/index.d.ts +1 -0
  59. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  60. package/dist-types/runtimeConfig.d.ts +6 -2
  61. package/dist-types/runtimeConfig.native.d.ts +6 -2
  62. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  63. package/dist-types/schemas/schemas_0.d.ts +267 -322
  64. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +0 -4
  65. package/dist-types/ts3.4/index.d.ts +1 -0
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +266 -322
  71. package/package.json +35 -35
@@ -465,9 +465,9 @@ const _s = "server";
465
465
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.elasticloadbalancingv2";
466
466
  const n0 = "com.amazonaws.elasticloadbalancingv2";
467
467
  import { TypeRegistry } from "@smithy/core/schema";
468
- import { ElasticLoadBalancingV2ServiceException as __ElasticLoadBalancingV2ServiceException } from "../models/ElasticLoadBalancingV2ServiceException";
469
- import { AllocationIdNotFoundException as __AllocationIdNotFoundException, ALPNPolicyNotSupportedException as __ALPNPolicyNotSupportedException, AvailabilityZoneNotSupportedException as __AvailabilityZoneNotSupportedException, CaCertificatesBundleNotFoundException as __CaCertificatesBundleNotFoundException, CapacityDecreaseRequestsLimitExceededException as __CapacityDecreaseRequestsLimitExceededException, CapacityReservationPendingException as __CapacityReservationPendingException, CapacityUnitsLimitExceededException as __CapacityUnitsLimitExceededException, CertificateNotFoundException as __CertificateNotFoundException, DeleteAssociationSameAccountException as __DeleteAssociationSameAccountException, DuplicateListenerException as __DuplicateListenerException, DuplicateLoadBalancerNameException as __DuplicateLoadBalancerNameException, DuplicateTagKeysException as __DuplicateTagKeysException, DuplicateTargetGroupNameException as __DuplicateTargetGroupNameException, DuplicateTrustStoreNameException as __DuplicateTrustStoreNameException, HealthUnavailableException as __HealthUnavailableException, IncompatibleProtocolsException as __IncompatibleProtocolsException, InsufficientCapacityException as __InsufficientCapacityException, InvalidCaCertificatesBundleException as __InvalidCaCertificatesBundleException, InvalidConfigurationRequestException as __InvalidConfigurationRequestException, InvalidLoadBalancerActionException as __InvalidLoadBalancerActionException, InvalidRevocationContentException as __InvalidRevocationContentException, InvalidSchemeException as __InvalidSchemeException, InvalidSecurityGroupException as __InvalidSecurityGroupException, InvalidSubnetException as __InvalidSubnetException, InvalidTargetException as __InvalidTargetException, ListenerNotFoundException as __ListenerNotFoundException, LoadBalancerNotFoundException as __LoadBalancerNotFoundException, OperationNotPermittedException as __OperationNotPermittedException, PriorityInUseException as __PriorityInUseException, PriorRequestNotCompleteException as __PriorRequestNotCompleteException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, RevocationContentNotFoundException as __RevocationContentNotFoundException, RevocationIdNotFoundException as __RevocationIdNotFoundException, RuleNotFoundException as __RuleNotFoundException, SSLPolicyNotFoundException as __SSLPolicyNotFoundException, SubnetNotFoundException as __SubnetNotFoundException, TargetGroupAssociationLimitException as __TargetGroupAssociationLimitException, TargetGroupNotFoundException as __TargetGroupNotFoundException, TooManyActionsException as __TooManyActionsException, TooManyCertificatesException as __TooManyCertificatesException, TooManyListenersException as __TooManyListenersException, TooManyLoadBalancersException as __TooManyLoadBalancersException, TooManyRegistrationsForTargetIdException as __TooManyRegistrationsForTargetIdException, TooManyRulesException as __TooManyRulesException, TooManyTagsException as __TooManyTagsException, TooManyTargetGroupsException as __TooManyTargetGroupsException, TooManyTargetsException as __TooManyTargetsException, TooManyTrustStoreRevocationEntriesException as __TooManyTrustStoreRevocationEntriesException, TooManyTrustStoresException as __TooManyTrustStoresException, TooManyUniqueTargetGroupsPerLoadBalancerException as __TooManyUniqueTargetGroupsPerLoadBalancerException, TrustStoreAssociationNotFoundException as __TrustStoreAssociationNotFoundException, TrustStoreInUseException as __TrustStoreInUseException, TrustStoreNotFoundException as __TrustStoreNotFoundException, TrustStoreNotReadyException as __TrustStoreNotReadyException, UnsupportedProtocolException as __UnsupportedProtocolException, } from "../models/errors";
470
- export var Action = [
468
+ import { ElasticLoadBalancingV2ServiceException } from "../models/ElasticLoadBalancingV2ServiceException";
469
+ import { AllocationIdNotFoundException, ALPNPolicyNotSupportedException, AvailabilityZoneNotSupportedException, CaCertificatesBundleNotFoundException, CapacityDecreaseRequestsLimitExceededException, CapacityReservationPendingException, CapacityUnitsLimitExceededException, CertificateNotFoundException, DeleteAssociationSameAccountException, DuplicateListenerException, DuplicateLoadBalancerNameException, DuplicateTagKeysException, DuplicateTargetGroupNameException, DuplicateTrustStoreNameException, HealthUnavailableException, IncompatibleProtocolsException, InsufficientCapacityException, InvalidCaCertificatesBundleException, InvalidConfigurationRequestException, InvalidLoadBalancerActionException, InvalidRevocationContentException, InvalidSchemeException, InvalidSecurityGroupException, InvalidSubnetException, InvalidTargetException, ListenerNotFoundException, LoadBalancerNotFoundException, OperationNotPermittedException, PriorityInUseException, PriorRequestNotCompleteException, ResourceInUseException, ResourceNotFoundException, RevocationContentNotFoundException, RevocationIdNotFoundException, RuleNotFoundException, SSLPolicyNotFoundException, SubnetNotFoundException, TargetGroupAssociationLimitException, TargetGroupNotFoundException, TooManyActionsException, TooManyCertificatesException, TooManyListenersException, TooManyLoadBalancersException, TooManyRegistrationsForTargetIdException, TooManyRulesException, TooManyTagsException, TooManyTargetGroupsException, TooManyTargetsException, TooManyTrustStoreRevocationEntriesException, TooManyTrustStoresException, TooManyUniqueTargetGroupsPerLoadBalancerException, TrustStoreAssociationNotFoundException, TrustStoreInUseException, TrustStoreNotFoundException, TrustStoreNotReadyException, UnsupportedProtocolException, } from "../models/errors";
470
+ export var Action$ = [
471
471
  3,
472
472
  n0,
473
473
  _A,
@@ -476,16 +476,16 @@ export var Action = [
476
476
  [
477
477
  0,
478
478
  0,
479
- () => AuthenticateOidcActionConfig,
480
- () => AuthenticateCognitoActionConfig,
479
+ () => AuthenticateOidcActionConfig$,
480
+ () => AuthenticateCognitoActionConfig$,
481
481
  1,
482
- () => RedirectActionConfig,
483
- () => FixedResponseActionConfig,
484
- () => ForwardActionConfig,
485
- () => JwtValidationActionConfig,
482
+ () => RedirectActionConfig$,
483
+ () => FixedResponseActionConfig$,
484
+ () => ForwardActionConfig$,
485
+ () => JwtValidationActionConfig$,
486
486
  ],
487
487
  ];
488
- export var AddListenerCertificatesInput = [
488
+ export var AddListenerCertificatesInput$ = [
489
489
  3,
490
490
  n0,
491
491
  _ALCI,
@@ -493,10 +493,10 @@ export var AddListenerCertificatesInput = [
493
493
  [_LA, _C],
494
494
  [0, () => CertificateList],
495
495
  ];
496
- export var AddListenerCertificatesOutput = [3, n0, _ALCO, 0, [_C], [() => CertificateList]];
497
- export var AddTagsInput = [3, n0, _ATI, 0, [_RA, _Ta], [64 | 0, () => TagList]];
498
- export var AddTagsOutput = [3, n0, _ATO, 0, [], []];
499
- export var AddTrustStoreRevocationsInput = [
496
+ export var AddListenerCertificatesOutput$ = [3, n0, _ALCO, 0, [_C], [() => CertificateList]];
497
+ export var AddTagsInput$ = [3, n0, _ATI, 0, [_RA, _Ta], [64 | 0, () => TagList]];
498
+ export var AddTagsOutput$ = [3, n0, _ATO, 0, [], []];
499
+ export var AddTrustStoreRevocationsInput$ = [
500
500
  3,
501
501
  n0,
502
502
  _ATSRI,
@@ -504,7 +504,7 @@ export var AddTrustStoreRevocationsInput = [
504
504
  [_TSA, _RCe],
505
505
  [0, () => RevocationContents],
506
506
  ];
507
- export var AddTrustStoreRevocationsOutput = [
507
+ export var AddTrustStoreRevocationsOutput$ = [
508
508
  3,
509
509
  n0,
510
510
  _ATSRO,
@@ -512,8 +512,8 @@ export var AddTrustStoreRevocationsOutput = [
512
512
  [_TSR],
513
513
  [() => TrustStoreRevocations],
514
514
  ];
515
- export var AdministrativeOverride = [3, n0, _AO, 0, [_S, _R, _D], [0, 0, 0]];
516
- export var AllocationIdNotFoundException = [
515
+ export var AdministrativeOverride$ = [3, n0, _AO, 0, [_S, _R, _D], [0, 0, 0]];
516
+ export var AllocationIdNotFoundException$ = [
517
517
  -3,
518
518
  n0,
519
519
  _AINFE,
@@ -521,8 +521,8 @@ export var AllocationIdNotFoundException = [
521
521
  [_M],
522
522
  [0],
523
523
  ];
524
- TypeRegistry.for(n0).registerError(AllocationIdNotFoundException, __AllocationIdNotFoundException);
525
- export var ALPNPolicyNotSupportedException = [
524
+ TypeRegistry.for(n0).registerError(AllocationIdNotFoundException$, AllocationIdNotFoundException);
525
+ export var ALPNPolicyNotSupportedException$ = [
526
526
  -3,
527
527
  n0,
528
528
  _ALPNPNSE,
@@ -530,9 +530,9 @@ export var ALPNPolicyNotSupportedException = [
530
530
  [_M],
531
531
  [0],
532
532
  ];
533
- TypeRegistry.for(n0).registerError(ALPNPolicyNotSupportedException, __ALPNPolicyNotSupportedException);
534
- export var AnomalyDetection = [3, n0, _AD, 0, [_Re, _MIE], [0, 0]];
535
- export var AuthenticateCognitoActionConfig = [
533
+ TypeRegistry.for(n0).registerError(ALPNPolicyNotSupportedException$, ALPNPolicyNotSupportedException);
534
+ export var AnomalyDetection$ = [3, n0, _AD, 0, [_Re, _MIE], [0, 0]];
535
+ export var AuthenticateCognitoActionConfig$ = [
536
536
  3,
537
537
  n0,
538
538
  _ACAC,
@@ -540,7 +540,7 @@ export var AuthenticateCognitoActionConfig = [
540
540
  [_UPA, _UPCI, _UPD, _SCN, _Sc, _ST, _AREP, _OUR],
541
541
  [0, 0, 0, 0, 0, 1, 128 | 0, 0],
542
542
  ];
543
- export var AuthenticateOidcActionConfig = [
543
+ export var AuthenticateOidcActionConfig$ = [
544
544
  3,
545
545
  n0,
546
546
  _AOAC,
@@ -548,7 +548,7 @@ export var AuthenticateOidcActionConfig = [
548
548
  [_I, _AE, _TE, _UIE, _CI, _CS, _SCN, _Sc, _ST, _AREP, _OUR, _UECS],
549
549
  [0, 0, 0, 0, 0, 0, 0, 0, 1, 128 | 0, 0, 2],
550
550
  ];
551
- export var AvailabilityZone = [
551
+ export var AvailabilityZone$ = [
552
552
  3,
553
553
  n0,
554
554
  _AZ,
@@ -556,7 +556,7 @@ export var AvailabilityZone = [
556
556
  [_ZN, _SI, _OI, _LBA, _SNIP],
557
557
  [0, 0, 0, () => LoadBalancerAddresses, 64 | 0],
558
558
  ];
559
- export var AvailabilityZoneNotSupportedException = [
559
+ export var AvailabilityZoneNotSupportedException$ = [
560
560
  -3,
561
561
  n0,
562
562
  _AZNSE,
@@ -564,8 +564,8 @@ export var AvailabilityZoneNotSupportedException = [
564
564
  [_M],
565
565
  [0],
566
566
  ];
567
- TypeRegistry.for(n0).registerError(AvailabilityZoneNotSupportedException, __AvailabilityZoneNotSupportedException);
568
- export var CaCertificatesBundleNotFoundException = [
567
+ TypeRegistry.for(n0).registerError(AvailabilityZoneNotSupportedException$, AvailabilityZoneNotSupportedException);
568
+ export var CaCertificatesBundleNotFoundException$ = [
569
569
  -3,
570
570
  n0,
571
571
  _CCBNFE,
@@ -573,8 +573,8 @@ export var CaCertificatesBundleNotFoundException = [
573
573
  [_M],
574
574
  [0],
575
575
  ];
576
- TypeRegistry.for(n0).registerError(CaCertificatesBundleNotFoundException, __CaCertificatesBundleNotFoundException);
577
- export var CapacityDecreaseRequestsLimitExceededException = [
576
+ TypeRegistry.for(n0).registerError(CaCertificatesBundleNotFoundException$, CaCertificatesBundleNotFoundException);
577
+ export var CapacityDecreaseRequestsLimitExceededException$ = [
578
578
  -3,
579
579
  n0,
580
580
  _CDRLEE,
@@ -582,8 +582,8 @@ export var CapacityDecreaseRequestsLimitExceededException = [
582
582
  [_M],
583
583
  [0],
584
584
  ];
585
- TypeRegistry.for(n0).registerError(CapacityDecreaseRequestsLimitExceededException, __CapacityDecreaseRequestsLimitExceededException);
586
- export var CapacityReservationPendingException = [
585
+ TypeRegistry.for(n0).registerError(CapacityDecreaseRequestsLimitExceededException$, CapacityDecreaseRequestsLimitExceededException);
586
+ export var CapacityReservationPendingException$ = [
587
587
  -3,
588
588
  n0,
589
589
  _CRPE,
@@ -591,9 +591,9 @@ export var CapacityReservationPendingException = [
591
591
  [_M],
592
592
  [0],
593
593
  ];
594
- TypeRegistry.for(n0).registerError(CapacityReservationPendingException, __CapacityReservationPendingException);
595
- export var CapacityReservationStatus = [3, n0, _CRS, 0, [_Co, _R], [0, 0]];
596
- export var CapacityUnitsLimitExceededException = [
594
+ TypeRegistry.for(n0).registerError(CapacityReservationPendingException$, CapacityReservationPendingException);
595
+ export var CapacityReservationStatus$ = [3, n0, _CRS, 0, [_Co, _R], [0, 0]];
596
+ export var CapacityUnitsLimitExceededException$ = [
597
597
  -3,
598
598
  n0,
599
599
  _CULEE,
@@ -601,9 +601,9 @@ export var CapacityUnitsLimitExceededException = [
601
601
  [_M],
602
602
  [0],
603
603
  ];
604
- TypeRegistry.for(n0).registerError(CapacityUnitsLimitExceededException, __CapacityUnitsLimitExceededException);
605
- export var Certificate = [3, n0, _Ce, 0, [_CA, _ID], [0, 2]];
606
- export var CertificateNotFoundException = [
604
+ TypeRegistry.for(n0).registerError(CapacityUnitsLimitExceededException$, CapacityUnitsLimitExceededException);
605
+ export var Certificate$ = [3, n0, _Ce, 0, [_CA, _ID], [0, 2]];
606
+ export var CertificateNotFoundException$ = [
607
607
  -3,
608
608
  n0,
609
609
  _CNFE,
@@ -611,27 +611,27 @@ export var CertificateNotFoundException = [
611
611
  [_M],
612
612
  [0],
613
613
  ];
614
- TypeRegistry.for(n0).registerError(CertificateNotFoundException, __CertificateNotFoundException);
615
- export var Cipher = [3, n0, _Ci, 0, [_N, _P], [0, 1]];
616
- export var CreateListenerInput = [
614
+ TypeRegistry.for(n0).registerError(CertificateNotFoundException$, CertificateNotFoundException);
615
+ export var Cipher$ = [3, n0, _Ci, 0, [_N, _P], [0, 1]];
616
+ export var CreateListenerInput$ = [
617
617
  3,
618
618
  n0,
619
619
  _CLI,
620
620
  0,
621
621
  [_LBAo, _Pr, _Po, _SP, _C, _DA, _AP, _Ta, _MA],
622
- [0, 0, 1, 0, () => CertificateList, () => Actions, 64 | 0, () => TagList, () => MutualAuthenticationAttributes],
622
+ [0, 0, 1, 0, () => CertificateList, () => Actions, 64 | 0, () => TagList, () => MutualAuthenticationAttributes$],
623
623
  ];
624
- export var CreateListenerOutput = [3, n0, _CLO, 0, [_L], [() => Listeners]];
625
- export var CreateLoadBalancerInput = [
624
+ export var CreateListenerOutput$ = [3, n0, _CLO, 0, [_L], [() => Listeners]];
625
+ export var CreateLoadBalancerInput$ = [
626
626
  3,
627
627
  n0,
628
628
  _CLBI,
629
629
  0,
630
630
  [_N, _Su, _SM, _SG, _Sch, _Ta, _T, _IAT, _COIP, _EPFISN, _IP],
631
- [0, 64 | 0, () => SubnetMappings, 64 | 0, 0, () => TagList, 0, 0, 0, 0, () => IpamPools],
631
+ [0, 64 | 0, () => SubnetMappings, 64 | 0, 0, () => TagList, 0, 0, 0, 0, () => IpamPools$],
632
632
  ];
633
- export var CreateLoadBalancerOutput = [3, n0, _CLBO, 0, [_LB], [() => LoadBalancers]];
634
- export var CreateRuleInput = [
633
+ export var CreateLoadBalancerOutput$ = [3, n0, _CLBO, 0, [_LB], [() => LoadBalancers]];
634
+ export var CreateRuleInput$ = [
635
635
  3,
636
636
  n0,
637
637
  _CRI,
@@ -639,17 +639,17 @@ export var CreateRuleInput = [
639
639
  [_LA, _Con, _P, _Ac, _Ta, _Tr],
640
640
  [0, () => RuleConditionList, 1, () => Actions, () => TagList, () => RuleTransformList],
641
641
  ];
642
- export var CreateRuleOutput = [3, n0, _CRO, 0, [_Ru], [() => Rules]];
643
- export var CreateTargetGroupInput = [
642
+ export var CreateRuleOutput$ = [3, n0, _CRO, 0, [_Ru], [() => Rules]];
643
+ export var CreateTargetGroupInput$ = [
644
644
  3,
645
645
  n0,
646
646
  _CTGI,
647
647
  0,
648
648
  [_N, _Pr, _PV, _Po, _VI, _HCP, _HCPe, _HCE, _HCPea, _HCIS, _HCTS, _HTC, _UTC, _Ma, _TT, _Ta, _IAT, _TCP],
649
- [0, 0, 0, 1, 0, 0, 0, 2, 0, 1, 1, 1, 1, () => Matcher, 0, () => TagList, 0, 1],
649
+ [0, 0, 0, 1, 0, 0, 0, 2, 0, 1, 1, 1, 1, () => Matcher$, 0, () => TagList, 0, 1],
650
650
  ];
651
- export var CreateTargetGroupOutput = [3, n0, _CTGO, 0, [_TG], [() => TargetGroups]];
652
- export var CreateTrustStoreInput = [
651
+ export var CreateTargetGroupOutput$ = [3, n0, _CTGO, 0, [_TG], [() => TargetGroups]];
652
+ export var CreateTrustStoreInput$ = [
653
653
  3,
654
654
  n0,
655
655
  _CTSI,
@@ -657,8 +657,8 @@ export var CreateTrustStoreInput = [
657
657
  [_N, _CCBSB, _CCBSK, _CCBSOV, _Ta],
658
658
  [0, 0, 0, 0, () => TagList],
659
659
  ];
660
- export var CreateTrustStoreOutput = [3, n0, _CTSO, 0, [_TS], [() => TrustStores]];
661
- export var DeleteAssociationSameAccountException = [
660
+ export var CreateTrustStoreOutput$ = [3, n0, _CTSO, 0, [_TS], [() => TrustStores]];
661
+ export var DeleteAssociationSameAccountException$ = [
662
662
  -3,
663
663
  n0,
664
664
  _DASAE,
@@ -666,20 +666,20 @@ export var DeleteAssociationSameAccountException = [
666
666
  [_M],
667
667
  [0],
668
668
  ];
669
- TypeRegistry.for(n0).registerError(DeleteAssociationSameAccountException, __DeleteAssociationSameAccountException);
670
- export var DeleteListenerInput = [3, n0, _DLI, 0, [_LA], [0]];
671
- export var DeleteListenerOutput = [3, n0, _DLO, 0, [], []];
672
- export var DeleteLoadBalancerInput = [3, n0, _DLBI, 0, [_LBAo], [0]];
673
- export var DeleteLoadBalancerOutput = [3, n0, _DLBO, 0, [], []];
674
- export var DeleteRuleInput = [3, n0, _DRI, 0, [_RAu], [0]];
675
- export var DeleteRuleOutput = [3, n0, _DRO, 0, [], []];
676
- export var DeleteSharedTrustStoreAssociationInput = [3, n0, _DSTSAI, 0, [_TSA, _RAe], [0, 0]];
677
- export var DeleteSharedTrustStoreAssociationOutput = [3, n0, _DSTSAO, 0, [], []];
678
- export var DeleteTargetGroupInput = [3, n0, _DTGI, 0, [_TGA], [0]];
679
- export var DeleteTargetGroupOutput = [3, n0, _DTGO, 0, [], []];
680
- export var DeleteTrustStoreInput = [3, n0, _DTSI, 0, [_TSA], [0]];
681
- export var DeleteTrustStoreOutput = [3, n0, _DTSO, 0, [], []];
682
- export var DeregisterTargetsInput = [
669
+ TypeRegistry.for(n0).registerError(DeleteAssociationSameAccountException$, DeleteAssociationSameAccountException);
670
+ export var DeleteListenerInput$ = [3, n0, _DLI, 0, [_LA], [0]];
671
+ export var DeleteListenerOutput$ = [3, n0, _DLO, 0, [], []];
672
+ export var DeleteLoadBalancerInput$ = [3, n0, _DLBI, 0, [_LBAo], [0]];
673
+ export var DeleteLoadBalancerOutput$ = [3, n0, _DLBO, 0, [], []];
674
+ export var DeleteRuleInput$ = [3, n0, _DRI, 0, [_RAu], [0]];
675
+ export var DeleteRuleOutput$ = [3, n0, _DRO, 0, [], []];
676
+ export var DeleteSharedTrustStoreAssociationInput$ = [3, n0, _DSTSAI, 0, [_TSA, _RAe], [0, 0]];
677
+ export var DeleteSharedTrustStoreAssociationOutput$ = [3, n0, _DSTSAO, 0, [], []];
678
+ export var DeleteTargetGroupInput$ = [3, n0, _DTGI, 0, [_TGA], [0]];
679
+ export var DeleteTargetGroupOutput$ = [3, n0, _DTGO, 0, [], []];
680
+ export var DeleteTrustStoreInput$ = [3, n0, _DTSI, 0, [_TSA], [0]];
681
+ export var DeleteTrustStoreOutput$ = [3, n0, _DTSO, 0, [], []];
682
+ export var DeregisterTargetsInput$ = [
683
683
  3,
684
684
  n0,
685
685
  _DTI,
@@ -687,20 +687,20 @@ export var DeregisterTargetsInput = [
687
687
  [_TGA, _Tar],
688
688
  [0, () => TargetDescriptions],
689
689
  ];
690
- export var DeregisterTargetsOutput = [3, n0, _DTO, 0, [], []];
691
- export var DescribeAccountLimitsInput = [3, n0, _DALI, 0, [_Mar, _PS], [0, 1]];
692
- export var DescribeAccountLimitsOutput = [3, n0, _DALO, 0, [_Li, _NM], [() => Limits, 0]];
693
- export var DescribeCapacityReservationInput = [3, n0, _DCRI, 0, [_LBAo], [0]];
694
- export var DescribeCapacityReservationOutput = [
690
+ export var DeregisterTargetsOutput$ = [3, n0, _DTO, 0, [], []];
691
+ export var DescribeAccountLimitsInput$ = [3, n0, _DALI, 0, [_Mar, _PS], [0, 1]];
692
+ export var DescribeAccountLimitsOutput$ = [3, n0, _DALO, 0, [_Li, _NM], [() => Limits, 0]];
693
+ export var DescribeCapacityReservationInput$ = [3, n0, _DCRI, 0, [_LBAo], [0]];
694
+ export var DescribeCapacityReservationOutput$ = [
695
695
  3,
696
696
  n0,
697
697
  _DCRO,
698
698
  0,
699
699
  [_LMT, _DRR, _MLBC, _CRSa],
700
- [4, 1, () => MinimumLoadBalancerCapacity, () => ZonalCapacityReservationStates],
700
+ [4, 1, () => MinimumLoadBalancerCapacity$, () => ZonalCapacityReservationStates],
701
701
  ];
702
- export var DescribeListenerAttributesInput = [3, n0, _DLAI, 0, [_LA], [0]];
703
- export var DescribeListenerAttributesOutput = [
702
+ export var DescribeListenerAttributesInput$ = [3, n0, _DLAI, 0, [_LA], [0]];
703
+ export var DescribeListenerAttributesOutput$ = [
704
704
  3,
705
705
  n0,
706
706
  _DLAO,
@@ -708,8 +708,8 @@ export var DescribeListenerAttributesOutput = [
708
708
  [_At],
709
709
  [() => ListenerAttributes],
710
710
  ];
711
- export var DescribeListenerCertificatesInput = [3, n0, _DLCI, 0, [_LA, _Mar, _PS], [0, 0, 1]];
712
- export var DescribeListenerCertificatesOutput = [
711
+ export var DescribeListenerCertificatesInput$ = [3, n0, _DLCI, 0, [_LA, _Mar, _PS], [0, 0, 1]];
712
+ export var DescribeListenerCertificatesOutput$ = [
713
713
  3,
714
714
  n0,
715
715
  _DLCO,
@@ -717,7 +717,7 @@ export var DescribeListenerCertificatesOutput = [
717
717
  [_C, _NM],
718
718
  [() => CertificateList, 0],
719
719
  ];
720
- export var DescribeListenersInput = [
720
+ export var DescribeListenersInput$ = [
721
721
  3,
722
722
  n0,
723
723
  _DLIe,
@@ -725,9 +725,9 @@ export var DescribeListenersInput = [
725
725
  [_LBAo, _LAi, _Mar, _PS],
726
726
  [0, 64 | 0, 0, 1],
727
727
  ];
728
- export var DescribeListenersOutput = [3, n0, _DLOe, 0, [_L, _NM], [() => Listeners, 0]];
729
- export var DescribeLoadBalancerAttributesInput = [3, n0, _DLBAI, 0, [_LBAo], [0]];
730
- export var DescribeLoadBalancerAttributesOutput = [
728
+ export var DescribeListenersOutput$ = [3, n0, _DLOe, 0, [_L, _NM], [() => Listeners, 0]];
729
+ export var DescribeLoadBalancerAttributesInput$ = [3, n0, _DLBAI, 0, [_LBAo], [0]];
730
+ export var DescribeLoadBalancerAttributesOutput$ = [
731
731
  3,
732
732
  n0,
733
733
  _DLBAO,
@@ -735,7 +735,7 @@ export var DescribeLoadBalancerAttributesOutput = [
735
735
  [_At],
736
736
  [() => LoadBalancerAttributes],
737
737
  ];
738
- export var DescribeLoadBalancersInput = [
738
+ export var DescribeLoadBalancersInput$ = [
739
739
  3,
740
740
  n0,
741
741
  _DLBIe,
@@ -743,7 +743,7 @@ export var DescribeLoadBalancersInput = [
743
743
  [_LBAoa, _Na, _Mar, _PS],
744
744
  [64 | 0, 64 | 0, 0, 1],
745
745
  ];
746
- export var DescribeLoadBalancersOutput = [
746
+ export var DescribeLoadBalancersOutput$ = [
747
747
  3,
748
748
  n0,
749
749
  _DLBOe,
@@ -751,9 +751,9 @@ export var DescribeLoadBalancersOutput = [
751
751
  [_LB, _NM],
752
752
  [() => LoadBalancers, 0],
753
753
  ];
754
- export var DescribeRulesInput = [3, n0, _DRIe, 0, [_LA, _RAul, _Mar, _PS], [0, 64 | 0, 0, 1]];
755
- export var DescribeRulesOutput = [3, n0, _DROe, 0, [_Ru, _NM], [() => Rules, 0]];
756
- export var DescribeSSLPoliciesInput = [
754
+ export var DescribeRulesInput$ = [3, n0, _DRIe, 0, [_LA, _RAul, _Mar, _PS], [0, 64 | 0, 0, 1]];
755
+ export var DescribeRulesOutput$ = [3, n0, _DROe, 0, [_Ru, _NM], [() => Rules, 0]];
756
+ export var DescribeSSLPoliciesInput$ = [
757
757
  3,
758
758
  n0,
759
759
  _DSSLPI,
@@ -761,11 +761,11 @@ export var DescribeSSLPoliciesInput = [
761
761
  [_Na, _Mar, _PS, _LBT],
762
762
  [64 | 0, 0, 1, 0],
763
763
  ];
764
- export var DescribeSSLPoliciesOutput = [3, n0, _DSSLPO, 0, [_SPs, _NM], [() => SslPolicies, 0]];
765
- export var DescribeTagsInput = [3, n0, _DTIe, 0, [_RA], [64 | 0]];
766
- export var DescribeTagsOutput = [3, n0, _DTOe, 0, [_TD], [() => TagDescriptions]];
767
- export var DescribeTargetGroupAttributesInput = [3, n0, _DTGAI, 0, [_TGA], [0]];
768
- export var DescribeTargetGroupAttributesOutput = [
764
+ export var DescribeSSLPoliciesOutput$ = [3, n0, _DSSLPO, 0, [_SPs, _NM], [() => SslPolicies, 0]];
765
+ export var DescribeTagsInput$ = [3, n0, _DTIe, 0, [_RA], [64 | 0]];
766
+ export var DescribeTagsOutput$ = [3, n0, _DTOe, 0, [_TD], [() => TagDescriptions]];
767
+ export var DescribeTargetGroupAttributesInput$ = [3, n0, _DTGAI, 0, [_TGA], [0]];
768
+ export var DescribeTargetGroupAttributesOutput$ = [
769
769
  3,
770
770
  n0,
771
771
  _DTGAO,
@@ -773,7 +773,7 @@ export var DescribeTargetGroupAttributesOutput = [
773
773
  [_At],
774
774
  [() => TargetGroupAttributes],
775
775
  ];
776
- export var DescribeTargetGroupsInput = [
776
+ export var DescribeTargetGroupsInput$ = [
777
777
  3,
778
778
  n0,
779
779
  _DTGIe,
@@ -781,8 +781,8 @@ export var DescribeTargetGroupsInput = [
781
781
  [_LBAo, _TGAa, _Na, _Mar, _PS],
782
782
  [0, 64 | 0, 64 | 0, 0, 1],
783
783
  ];
784
- export var DescribeTargetGroupsOutput = [3, n0, _DTGOe, 0, [_TG, _NM], [() => TargetGroups, 0]];
785
- export var DescribeTargetHealthInput = [
784
+ export var DescribeTargetGroupsOutput$ = [3, n0, _DTGOe, 0, [_TG, _NM], [() => TargetGroups, 0]];
785
+ export var DescribeTargetHealthInput$ = [
786
786
  3,
787
787
  n0,
788
788
  _DTHI,
@@ -790,7 +790,7 @@ export var DescribeTargetHealthInput = [
790
790
  [_TGA, _Tar, _In],
791
791
  [0, () => TargetDescriptions, 64 | 0],
792
792
  ];
793
- export var DescribeTargetHealthOutput = [
793
+ export var DescribeTargetHealthOutput$ = [
794
794
  3,
795
795
  n0,
796
796
  _DTHO,
@@ -798,7 +798,7 @@ export var DescribeTargetHealthOutput = [
798
798
  [_THD],
799
799
  [() => TargetHealthDescriptions],
800
800
  ];
801
- export var DescribeTrustStoreAssociationsInput = [
801
+ export var DescribeTrustStoreAssociationsInput$ = [
802
802
  3,
803
803
  n0,
804
804
  _DTSAI,
@@ -806,7 +806,7 @@ export var DescribeTrustStoreAssociationsInput = [
806
806
  [_TSA, _Mar, _PS],
807
807
  [0, 0, 1],
808
808
  ];
809
- export var DescribeTrustStoreAssociationsOutput = [
809
+ export var DescribeTrustStoreAssociationsOutput$ = [
810
810
  3,
811
811
  n0,
812
812
  _DTSAO,
@@ -814,7 +814,7 @@ export var DescribeTrustStoreAssociationsOutput = [
814
814
  [_TSAr, _NM],
815
815
  [() => TrustStoreAssociations, 0],
816
816
  ];
817
- export var DescribeTrustStoreRevocation = [
817
+ export var DescribeTrustStoreRevocation$ = [
818
818
  3,
819
819
  n0,
820
820
  _DTSR,
@@ -822,7 +822,7 @@ export var DescribeTrustStoreRevocation = [
822
822
  [_TSA, _RI, _RT, _NORE],
823
823
  [0, 1, 0, 1],
824
824
  ];
825
- export var DescribeTrustStoreRevocationsInput = [
825
+ export var DescribeTrustStoreRevocationsInput$ = [
826
826
  3,
827
827
  n0,
828
828
  _DTSRI,
@@ -830,7 +830,7 @@ export var DescribeTrustStoreRevocationsInput = [
830
830
  [_TSA, _RIe, _Mar, _PS],
831
831
  [0, 64 | 1, 0, 1],
832
832
  ];
833
- export var DescribeTrustStoreRevocationsOutput = [
833
+ export var DescribeTrustStoreRevocationsOutput$ = [
834
834
  3,
835
835
  n0,
836
836
  _DTSRO,
@@ -838,7 +838,7 @@ export var DescribeTrustStoreRevocationsOutput = [
838
838
  [_TSR, _NM],
839
839
  [() => DescribeTrustStoreRevocationResponse, 0],
840
840
  ];
841
- export var DescribeTrustStoresInput = [
841
+ export var DescribeTrustStoresInput$ = [
842
842
  3,
843
843
  n0,
844
844
  _DTSIe,
@@ -846,8 +846,8 @@ export var DescribeTrustStoresInput = [
846
846
  [_TSAru, _Na, _Mar, _PS],
847
847
  [64 | 0, 64 | 0, 0, 1],
848
848
  ];
849
- export var DescribeTrustStoresOutput = [3, n0, _DTSOe, 0, [_TS, _NM], [() => TrustStores, 0]];
850
- export var DuplicateListenerException = [
849
+ export var DescribeTrustStoresOutput$ = [3, n0, _DTSOe, 0, [_TS, _NM], [() => TrustStores, 0]];
850
+ export var DuplicateListenerException$ = [
851
851
  -3,
852
852
  n0,
853
853
  _DLE,
@@ -855,8 +855,8 @@ export var DuplicateListenerException = [
855
855
  [_M],
856
856
  [0],
857
857
  ];
858
- TypeRegistry.for(n0).registerError(DuplicateListenerException, __DuplicateListenerException);
859
- export var DuplicateLoadBalancerNameException = [
858
+ TypeRegistry.for(n0).registerError(DuplicateListenerException$, DuplicateListenerException);
859
+ export var DuplicateLoadBalancerNameException$ = [
860
860
  -3,
861
861
  n0,
862
862
  _DLBNE,
@@ -864,8 +864,8 @@ export var DuplicateLoadBalancerNameException = [
864
864
  [_M],
865
865
  [0],
866
866
  ];
867
- TypeRegistry.for(n0).registerError(DuplicateLoadBalancerNameException, __DuplicateLoadBalancerNameException);
868
- export var DuplicateTagKeysException = [
867
+ TypeRegistry.for(n0).registerError(DuplicateLoadBalancerNameException$, DuplicateLoadBalancerNameException);
868
+ export var DuplicateTagKeysException$ = [
869
869
  -3,
870
870
  n0,
871
871
  _DTKE,
@@ -873,8 +873,8 @@ export var DuplicateTagKeysException = [
873
873
  [_M],
874
874
  [0],
875
875
  ];
876
- TypeRegistry.for(n0).registerError(DuplicateTagKeysException, __DuplicateTagKeysException);
877
- export var DuplicateTargetGroupNameException = [
876
+ TypeRegistry.for(n0).registerError(DuplicateTagKeysException$, DuplicateTagKeysException);
877
+ export var DuplicateTargetGroupNameException$ = [
878
878
  -3,
879
879
  n0,
880
880
  _DTGNE,
@@ -882,8 +882,8 @@ export var DuplicateTargetGroupNameException = [
882
882
  [_M],
883
883
  [0],
884
884
  ];
885
- TypeRegistry.for(n0).registerError(DuplicateTargetGroupNameException, __DuplicateTargetGroupNameException);
886
- export var DuplicateTrustStoreNameException = [
885
+ TypeRegistry.for(n0).registerError(DuplicateTargetGroupNameException$, DuplicateTargetGroupNameException);
886
+ export var DuplicateTrustStoreNameException$ = [
887
887
  -3,
888
888
  n0,
889
889
  _DTSNE,
@@ -891,23 +891,23 @@ export var DuplicateTrustStoreNameException = [
891
891
  [_M],
892
892
  [0],
893
893
  ];
894
- TypeRegistry.for(n0).registerError(DuplicateTrustStoreNameException, __DuplicateTrustStoreNameException);
895
- export var FixedResponseActionConfig = [3, n0, _FRAC, 0, [_MB, _SC, _CT], [0, 0, 0]];
896
- export var ForwardActionConfig = [
894
+ TypeRegistry.for(n0).registerError(DuplicateTrustStoreNameException$, DuplicateTrustStoreNameException);
895
+ export var FixedResponseActionConfig$ = [3, n0, _FRAC, 0, [_MB, _SC, _CT], [0, 0, 0]];
896
+ export var ForwardActionConfig$ = [
897
897
  3,
898
898
  n0,
899
899
  _FAC,
900
900
  0,
901
901
  [_TG, _TGSC],
902
- [() => TargetGroupList, () => TargetGroupStickinessConfig],
903
- ];
904
- export var GetResourcePolicyInput = [3, n0, _GRPI, 0, [_RAe], [0]];
905
- export var GetResourcePolicyOutput = [3, n0, _GRPO, 0, [_Pol], [0]];
906
- export var GetTrustStoreCaCertificatesBundleInput = [3, n0, _GTSCCBI, 0, [_TSA], [0]];
907
- export var GetTrustStoreCaCertificatesBundleOutput = [3, n0, _GTSCCBO, 0, [_Lo], [0]];
908
- export var GetTrustStoreRevocationContentInput = [3, n0, _GTSRCI, 0, [_TSA, _RI], [0, 1]];
909
- export var GetTrustStoreRevocationContentOutput = [3, n0, _GTSRCO, 0, [_Lo], [0]];
910
- export var HealthUnavailableException = [
902
+ [() => TargetGroupList, () => TargetGroupStickinessConfig$],
903
+ ];
904
+ export var GetResourcePolicyInput$ = [3, n0, _GRPI, 0, [_RAe], [0]];
905
+ export var GetResourcePolicyOutput$ = [3, n0, _GRPO, 0, [_Pol], [0]];
906
+ export var GetTrustStoreCaCertificatesBundleInput$ = [3, n0, _GTSCCBI, 0, [_TSA], [0]];
907
+ export var GetTrustStoreCaCertificatesBundleOutput$ = [3, n0, _GTSCCBO, 0, [_Lo], [0]];
908
+ export var GetTrustStoreRevocationContentInput$ = [3, n0, _GTSRCI, 0, [_TSA, _RI], [0, 1]];
909
+ export var GetTrustStoreRevocationContentOutput$ = [3, n0, _GTSRCO, 0, [_Lo], [0]];
910
+ export var HealthUnavailableException$ = [
911
911
  -3,
912
912
  n0,
913
913
  _HUE,
@@ -915,12 +915,12 @@ export var HealthUnavailableException = [
915
915
  [_M],
916
916
  [0],
917
917
  ];
918
- TypeRegistry.for(n0).registerError(HealthUnavailableException, __HealthUnavailableException);
919
- export var HostHeaderConditionConfig = [3, n0, _HHCC, 0, [_V, _RV], [64 | 0, 64 | 0]];
920
- export var HostHeaderRewriteConfig = [3, n0, _HHRC, 0, [_Rew], [() => RewriteConfigList]];
921
- export var HttpHeaderConditionConfig = [3, n0, _HHCCt, 0, [_HHN, _V, _RV], [0, 64 | 0, 64 | 0]];
922
- export var HttpRequestMethodConditionConfig = [3, n0, _HRMCC, 0, [_V], [64 | 0]];
923
- export var IncompatibleProtocolsException = [
918
+ TypeRegistry.for(n0).registerError(HealthUnavailableException$, HealthUnavailableException);
919
+ export var HostHeaderConditionConfig$ = [3, n0, _HHCC, 0, [_V, _RV], [64 | 0, 64 | 0]];
920
+ export var HostHeaderRewriteConfig$ = [3, n0, _HHRC, 0, [_Rew], [() => RewriteConfigList]];
921
+ export var HttpHeaderConditionConfig$ = [3, n0, _HHCCt, 0, [_HHN, _V, _RV], [0, 64 | 0, 64 | 0]];
922
+ export var HttpRequestMethodConditionConfig$ = [3, n0, _HRMCC, 0, [_V], [64 | 0]];
923
+ export var IncompatibleProtocolsException$ = [
924
924
  -3,
925
925
  n0,
926
926
  _IPE,
@@ -928,8 +928,8 @@ export var IncompatibleProtocolsException = [
928
928
  [_M],
929
929
  [0],
930
930
  ];
931
- TypeRegistry.for(n0).registerError(IncompatibleProtocolsException, __IncompatibleProtocolsException);
932
- export var InsufficientCapacityException = [
931
+ TypeRegistry.for(n0).registerError(IncompatibleProtocolsException$, IncompatibleProtocolsException);
932
+ export var InsufficientCapacityException$ = [
933
933
  -3,
934
934
  n0,
935
935
  _ICE,
@@ -937,8 +937,8 @@ export var InsufficientCapacityException = [
937
937
  [_M],
938
938
  [0],
939
939
  ];
940
- TypeRegistry.for(n0).registerError(InsufficientCapacityException, __InsufficientCapacityException);
941
- export var InvalidCaCertificatesBundleException = [
940
+ TypeRegistry.for(n0).registerError(InsufficientCapacityException$, InsufficientCapacityException);
941
+ export var InvalidCaCertificatesBundleException$ = [
942
942
  -3,
943
943
  n0,
944
944
  _ICCBE,
@@ -946,8 +946,8 @@ export var InvalidCaCertificatesBundleException = [
946
946
  [_M],
947
947
  [0],
948
948
  ];
949
- TypeRegistry.for(n0).registerError(InvalidCaCertificatesBundleException, __InvalidCaCertificatesBundleException);
950
- export var InvalidConfigurationRequestException = [
949
+ TypeRegistry.for(n0).registerError(InvalidCaCertificatesBundleException$, InvalidCaCertificatesBundleException);
950
+ export var InvalidConfigurationRequestException$ = [
951
951
  -3,
952
952
  n0,
953
953
  _ICRE,
@@ -955,8 +955,8 @@ export var InvalidConfigurationRequestException = [
955
955
  [_M],
956
956
  [0],
957
957
  ];
958
- TypeRegistry.for(n0).registerError(InvalidConfigurationRequestException, __InvalidConfigurationRequestException);
959
- export var InvalidLoadBalancerActionException = [
958
+ TypeRegistry.for(n0).registerError(InvalidConfigurationRequestException$, InvalidConfigurationRequestException);
959
+ export var InvalidLoadBalancerActionException$ = [
960
960
  -3,
961
961
  n0,
962
962
  _ILBAE,
@@ -964,8 +964,8 @@ export var InvalidLoadBalancerActionException = [
964
964
  [_M],
965
965
  [0],
966
966
  ];
967
- TypeRegistry.for(n0).registerError(InvalidLoadBalancerActionException, __InvalidLoadBalancerActionException);
968
- export var InvalidRevocationContentException = [
967
+ TypeRegistry.for(n0).registerError(InvalidLoadBalancerActionException$, InvalidLoadBalancerActionException);
968
+ export var InvalidRevocationContentException$ = [
969
969
  -3,
970
970
  n0,
971
971
  _IRCE,
@@ -973,8 +973,8 @@ export var InvalidRevocationContentException = [
973
973
  [_M],
974
974
  [0],
975
975
  ];
976
- TypeRegistry.for(n0).registerError(InvalidRevocationContentException, __InvalidRevocationContentException);
977
- export var InvalidSchemeException = [
976
+ TypeRegistry.for(n0).registerError(InvalidRevocationContentException$, InvalidRevocationContentException);
977
+ export var InvalidSchemeException$ = [
978
978
  -3,
979
979
  n0,
980
980
  _ISE,
@@ -982,8 +982,8 @@ export var InvalidSchemeException = [
982
982
  [_M],
983
983
  [0],
984
984
  ];
985
- TypeRegistry.for(n0).registerError(InvalidSchemeException, __InvalidSchemeException);
986
- export var InvalidSecurityGroupException = [
985
+ TypeRegistry.for(n0).registerError(InvalidSchemeException$, InvalidSchemeException);
986
+ export var InvalidSecurityGroupException$ = [
987
987
  -3,
988
988
  n0,
989
989
  _ISGE,
@@ -991,8 +991,8 @@ export var InvalidSecurityGroupException = [
991
991
  [_M],
992
992
  [0],
993
993
  ];
994
- TypeRegistry.for(n0).registerError(InvalidSecurityGroupException, __InvalidSecurityGroupException);
995
- export var InvalidSubnetException = [
994
+ TypeRegistry.for(n0).registerError(InvalidSecurityGroupException$, InvalidSecurityGroupException);
995
+ export var InvalidSubnetException$ = [
996
996
  -3,
997
997
  n0,
998
998
  _ISEn,
@@ -1000,8 +1000,8 @@ export var InvalidSubnetException = [
1000
1000
  [_M],
1001
1001
  [0],
1002
1002
  ];
1003
- TypeRegistry.for(n0).registerError(InvalidSubnetException, __InvalidSubnetException);
1004
- export var InvalidTargetException = [
1003
+ TypeRegistry.for(n0).registerError(InvalidSubnetException$, InvalidSubnetException);
1004
+ export var InvalidTargetException$ = [
1005
1005
  -3,
1006
1006
  n0,
1007
1007
  _ITE,
@@ -1009,10 +1009,17 @@ export var InvalidTargetException = [
1009
1009
  [_M],
1010
1010
  [0],
1011
1011
  ];
1012
- TypeRegistry.for(n0).registerError(InvalidTargetException, __InvalidTargetException);
1013
- export var IpamPools = [3, n0, _IP, 0, [_IIPI], [0]];
1014
- export var JwtValidationActionAdditionalClaim = [3, n0, _JVAAC, 0, [_F, _N, _V], [0, 0, 64 | 0]];
1015
- export var JwtValidationActionConfig = [
1012
+ TypeRegistry.for(n0).registerError(InvalidTargetException$, InvalidTargetException);
1013
+ export var IpamPools$ = [3, n0, _IP, 0, [_IIPI], [0]];
1014
+ export var JwtValidationActionAdditionalClaim$ = [
1015
+ 3,
1016
+ n0,
1017
+ _JVAAC,
1018
+ 0,
1019
+ [_F, _N, _V],
1020
+ [0, 0, 64 | 0],
1021
+ ];
1022
+ export var JwtValidationActionConfig$ = [
1016
1023
  3,
1017
1024
  n0,
1018
1025
  _JVAC,
@@ -1020,17 +1027,17 @@ export var JwtValidationActionConfig = [
1020
1027
  [_JE, _I, _AC],
1021
1028
  [0, 0, () => JwtValidationActionAdditionalClaims],
1022
1029
  ];
1023
- export var Limit = [3, n0, _Lim, 0, [_N, _Max], [0, 0]];
1024
- export var Listener = [
1030
+ export var Limit$ = [3, n0, _Lim, 0, [_N, _Max], [0, 0]];
1031
+ export var Listener$ = [
1025
1032
  3,
1026
1033
  n0,
1027
1034
  _Lis,
1028
1035
  0,
1029
1036
  [_LA, _LBAo, _Po, _Pr, _C, _SP, _DA, _AP, _MA],
1030
- [0, 0, 1, 0, () => CertificateList, 0, () => Actions, 64 | 0, () => MutualAuthenticationAttributes],
1037
+ [0, 0, 1, 0, () => CertificateList, 0, () => Actions, 64 | 0, () => MutualAuthenticationAttributes$],
1031
1038
  ];
1032
- export var ListenerAttribute = [3, n0, _LAis, 0, [_K, _Va], [0, 0]];
1033
- export var ListenerNotFoundException = [
1039
+ export var ListenerAttribute$ = [3, n0, _LAis, 0, [_K, _Va], [0, 0]];
1040
+ export var ListenerNotFoundException$ = [
1034
1041
  -3,
1035
1042
  n0,
1036
1043
  _LNFE,
@@ -1038,18 +1045,18 @@ export var ListenerNotFoundException = [
1038
1045
  [_M],
1039
1046
  [0],
1040
1047
  ];
1041
- TypeRegistry.for(n0).registerError(ListenerNotFoundException, __ListenerNotFoundException);
1042
- export var LoadBalancer = [
1048
+ TypeRegistry.for(n0).registerError(ListenerNotFoundException$, ListenerNotFoundException);
1049
+ export var LoadBalancer$ = [
1043
1050
  3,
1044
1051
  n0,
1045
1052
  _LBo,
1046
1053
  0,
1047
1054
  [_LBAo, _DNSN, _CHZI, _CTr, _LBN, _Sch, _VI, _S, _T, _AZv, _SG, _IAT, _COIP, _ESGIROPLT, _EPFISN, _IP],
1048
- [0, 0, 0, 4, 0, 0, 0, () => LoadBalancerState, 0, () => AvailabilityZones, 64 | 0, 0, 0, 0, 0, () => IpamPools],
1055
+ [0, 0, 0, 4, 0, 0, 0, () => LoadBalancerState$, 0, () => AvailabilityZones, 64 | 0, 0, 0, 0, 0, () => IpamPools$],
1049
1056
  ];
1050
- export var LoadBalancerAddress = [3, n0, _LBAoad, 0, [_IA, _AI, _PIPA, _IPA], [0, 0, 0, 0]];
1051
- export var LoadBalancerAttribute = [3, n0, _LBAoada, 0, [_K, _Va], [0, 0]];
1052
- export var LoadBalancerNotFoundException = [
1057
+ export var LoadBalancerAddress$ = [3, n0, _LBAoad, 0, [_IA, _AI, _PIPA, _IPA], [0, 0, 0, 0]];
1058
+ export var LoadBalancerAttribute$ = [3, n0, _LBAoada, 0, [_K, _Va], [0, 0]];
1059
+ export var LoadBalancerNotFoundException$ = [
1053
1060
  -3,
1054
1061
  n0,
1055
1062
  _LBNFE,
@@ -1057,36 +1064,36 @@ export var LoadBalancerNotFoundException = [
1057
1064
  [_M],
1058
1065
  [0],
1059
1066
  ];
1060
- TypeRegistry.for(n0).registerError(LoadBalancerNotFoundException, __LoadBalancerNotFoundException);
1061
- export var LoadBalancerState = [3, n0, _LBS, 0, [_Co, _R], [0, 0]];
1062
- export var Matcher = [3, n0, _Ma, 0, [_HC, _GC], [0, 0]];
1063
- export var MinimumLoadBalancerCapacity = [3, n0, _MLBC, 0, [_CU], [1]];
1064
- export var ModifyCapacityReservationInput = [
1067
+ TypeRegistry.for(n0).registerError(LoadBalancerNotFoundException$, LoadBalancerNotFoundException);
1068
+ export var LoadBalancerState$ = [3, n0, _LBS, 0, [_Co, _R], [0, 0]];
1069
+ export var Matcher$ = [3, n0, _Ma, 0, [_HC, _GC], [0, 0]];
1070
+ export var MinimumLoadBalancerCapacity$ = [3, n0, _MLBC, 0, [_CU], [1]];
1071
+ export var ModifyCapacityReservationInput$ = [
1065
1072
  3,
1066
1073
  n0,
1067
1074
  _MCRI,
1068
1075
  0,
1069
1076
  [_LBAo, _MLBC, _RCR],
1070
- [0, () => MinimumLoadBalancerCapacity, 2],
1077
+ [0, () => MinimumLoadBalancerCapacity$, 2],
1071
1078
  ];
1072
- export var ModifyCapacityReservationOutput = [
1079
+ export var ModifyCapacityReservationOutput$ = [
1073
1080
  3,
1074
1081
  n0,
1075
1082
  _MCRO,
1076
1083
  0,
1077
1084
  [_LMT, _DRR, _MLBC, _CRSa],
1078
- [4, 1, () => MinimumLoadBalancerCapacity, () => ZonalCapacityReservationStates],
1085
+ [4, 1, () => MinimumLoadBalancerCapacity$, () => ZonalCapacityReservationStates],
1079
1086
  ];
1080
- export var ModifyIpPoolsInput = [
1087
+ export var ModifyIpPoolsInput$ = [
1081
1088
  3,
1082
1089
  n0,
1083
1090
  _MIPI,
1084
1091
  0,
1085
1092
  [_LBAo, _IP, _RIP],
1086
- [0, () => IpamPools, 64 | 0],
1093
+ [0, () => IpamPools$, 64 | 0],
1087
1094
  ];
1088
- export var ModifyIpPoolsOutput = [3, n0, _MIPO, 0, [_IP], [() => IpamPools]];
1089
- export var ModifyListenerAttributesInput = [
1095
+ export var ModifyIpPoolsOutput$ = [3, n0, _MIPO, 0, [_IP], [() => IpamPools$]];
1096
+ export var ModifyListenerAttributesInput$ = [
1090
1097
  3,
1091
1098
  n0,
1092
1099
  _MLAI,
@@ -1094,17 +1101,24 @@ export var ModifyListenerAttributesInput = [
1094
1101
  [_LA, _At],
1095
1102
  [0, () => ListenerAttributes],
1096
1103
  ];
1097
- export var ModifyListenerAttributesOutput = [3, n0, _MLAO, 0, [_At], [() => ListenerAttributes]];
1098
- export var ModifyListenerInput = [
1104
+ export var ModifyListenerAttributesOutput$ = [
1105
+ 3,
1106
+ n0,
1107
+ _MLAO,
1108
+ 0,
1109
+ [_At],
1110
+ [() => ListenerAttributes],
1111
+ ];
1112
+ export var ModifyListenerInput$ = [
1099
1113
  3,
1100
1114
  n0,
1101
1115
  _MLI,
1102
1116
  0,
1103
1117
  [_LA, _Po, _Pr, _SP, _C, _DA, _AP, _MA],
1104
- [0, 1, 0, 0, () => CertificateList, () => Actions, 64 | 0, () => MutualAuthenticationAttributes],
1118
+ [0, 1, 0, 0, () => CertificateList, () => Actions, 64 | 0, () => MutualAuthenticationAttributes$],
1105
1119
  ];
1106
- export var ModifyListenerOutput = [3, n0, _MLO, 0, [_L], [() => Listeners]];
1107
- export var ModifyLoadBalancerAttributesInput = [
1120
+ export var ModifyListenerOutput$ = [3, n0, _MLO, 0, [_L], [() => Listeners]];
1121
+ export var ModifyLoadBalancerAttributesInput$ = [
1108
1122
  3,
1109
1123
  n0,
1110
1124
  _MLBAI,
@@ -1112,7 +1126,7 @@ export var ModifyLoadBalancerAttributesInput = [
1112
1126
  [_LBAo, _At],
1113
1127
  [0, () => LoadBalancerAttributes],
1114
1128
  ];
1115
- export var ModifyLoadBalancerAttributesOutput = [
1129
+ export var ModifyLoadBalancerAttributesOutput$ = [
1116
1130
  3,
1117
1131
  n0,
1118
1132
  _MLBAO,
@@ -1120,7 +1134,7 @@ export var ModifyLoadBalancerAttributesOutput = [
1120
1134
  [_At],
1121
1135
  [() => LoadBalancerAttributes],
1122
1136
  ];
1123
- export var ModifyRuleInput = [
1137
+ export var ModifyRuleInput$ = [
1124
1138
  3,
1125
1139
  n0,
1126
1140
  _MRI,
@@ -1128,8 +1142,8 @@ export var ModifyRuleInput = [
1128
1142
  [_RAu, _Con, _Ac, _Tr, _RTe],
1129
1143
  [0, () => RuleConditionList, () => Actions, () => RuleTransformList, 2],
1130
1144
  ];
1131
- export var ModifyRuleOutput = [3, n0, _MRO, 0, [_Ru], [() => Rules]];
1132
- export var ModifyTargetGroupAttributesInput = [
1145
+ export var ModifyRuleOutput$ = [3, n0, _MRO, 0, [_Ru], [() => Rules]];
1146
+ export var ModifyTargetGroupAttributesInput$ = [
1133
1147
  3,
1134
1148
  n0,
1135
1149
  _MTGAI,
@@ -1137,7 +1151,7 @@ export var ModifyTargetGroupAttributesInput = [
1137
1151
  [_TGA, _At],
1138
1152
  [0, () => TargetGroupAttributes],
1139
1153
  ];
1140
- export var ModifyTargetGroupAttributesOutput = [
1154
+ export var ModifyTargetGroupAttributesOutput$ = [
1141
1155
  3,
1142
1156
  n0,
1143
1157
  _MTGAO,
@@ -1145,16 +1159,16 @@ export var ModifyTargetGroupAttributesOutput = [
1145
1159
  [_At],
1146
1160
  [() => TargetGroupAttributes],
1147
1161
  ];
1148
- export var ModifyTargetGroupInput = [
1162
+ export var ModifyTargetGroupInput$ = [
1149
1163
  3,
1150
1164
  n0,
1151
1165
  _MTGI,
1152
1166
  0,
1153
1167
  [_TGA, _HCP, _HCPe, _HCPea, _HCE, _HCIS, _HCTS, _HTC, _UTC, _Ma],
1154
- [0, 0, 0, 0, 2, 1, 1, 1, 1, () => Matcher],
1168
+ [0, 0, 0, 0, 2, 1, 1, 1, 1, () => Matcher$],
1155
1169
  ];
1156
- export var ModifyTargetGroupOutput = [3, n0, _MTGO, 0, [_TG], [() => TargetGroups]];
1157
- export var ModifyTrustStoreInput = [
1170
+ export var ModifyTargetGroupOutput$ = [3, n0, _MTGO, 0, [_TG], [() => TargetGroups]];
1171
+ export var ModifyTrustStoreInput$ = [
1158
1172
  3,
1159
1173
  n0,
1160
1174
  _MTSI,
@@ -1162,8 +1176,8 @@ export var ModifyTrustStoreInput = [
1162
1176
  [_TSA, _CCBSB, _CCBSK, _CCBSOV],
1163
1177
  [0, 0, 0, 0],
1164
1178
  ];
1165
- export var ModifyTrustStoreOutput = [3, n0, _MTSO, 0, [_TS], [() => TrustStores]];
1166
- export var MutualAuthenticationAttributes = [
1179
+ export var ModifyTrustStoreOutput$ = [3, n0, _MTSO, 0, [_TS], [() => TrustStores]];
1180
+ export var MutualAuthenticationAttributes$ = [
1167
1181
  3,
1168
1182
  n0,
1169
1183
  _MAA,
@@ -1171,7 +1185,7 @@ export var MutualAuthenticationAttributes = [
1171
1185
  [_Mo, _TSA, _ICCE, _TSAS, _ATSCN],
1172
1186
  [0, 0, 2, 0, 0],
1173
1187
  ];
1174
- export var OperationNotPermittedException = [
1188
+ export var OperationNotPermittedException$ = [
1175
1189
  -3,
1176
1190
  n0,
1177
1191
  _ONPE,
@@ -1179,9 +1193,9 @@ export var OperationNotPermittedException = [
1179
1193
  [_M],
1180
1194
  [0],
1181
1195
  ];
1182
- TypeRegistry.for(n0).registerError(OperationNotPermittedException, __OperationNotPermittedException);
1183
- export var PathPatternConditionConfig = [3, n0, _PPCC, 0, [_V, _RV], [64 | 0, 64 | 0]];
1184
- export var PriorityInUseException = [
1196
+ TypeRegistry.for(n0).registerError(OperationNotPermittedException$, OperationNotPermittedException);
1197
+ export var PathPatternConditionConfig$ = [3, n0, _PPCC, 0, [_V, _RV], [64 | 0, 64 | 0]];
1198
+ export var PriorityInUseException$ = [
1185
1199
  -3,
1186
1200
  n0,
1187
1201
  _PIUE,
@@ -1189,8 +1203,8 @@ export var PriorityInUseException = [
1189
1203
  [_M],
1190
1204
  [0],
1191
1205
  ];
1192
- TypeRegistry.for(n0).registerError(PriorityInUseException, __PriorityInUseException);
1193
- export var PriorRequestNotCompleteException = [
1206
+ TypeRegistry.for(n0).registerError(PriorityInUseException$, PriorityInUseException);
1207
+ export var PriorRequestNotCompleteException$ = [
1194
1208
  -3,
1195
1209
  n0,
1196
1210
  _PRNCE,
@@ -1198,8 +1212,8 @@ export var PriorRequestNotCompleteException = [
1198
1212
  [_M],
1199
1213
  [0],
1200
1214
  ];
1201
- TypeRegistry.for(n0).registerError(PriorRequestNotCompleteException, __PriorRequestNotCompleteException);
1202
- export var QueryStringConditionConfig = [
1215
+ TypeRegistry.for(n0).registerError(PriorRequestNotCompleteException$, PriorRequestNotCompleteException);
1216
+ export var QueryStringConditionConfig$ = [
1203
1217
  3,
1204
1218
  n0,
1205
1219
  _QSCC,
@@ -1207,8 +1221,8 @@ export var QueryStringConditionConfig = [
1207
1221
  [_V],
1208
1222
  [() => QueryStringKeyValuePairList],
1209
1223
  ];
1210
- export var QueryStringKeyValuePair = [3, n0, _QSKVP, 0, [_K, _Va], [0, 0]];
1211
- export var RedirectActionConfig = [
1224
+ export var QueryStringKeyValuePair$ = [3, n0, _QSKVP, 0, [_K, _Va], [0, 0]];
1225
+ export var RedirectActionConfig$ = [
1212
1226
  3,
1213
1227
  n0,
1214
1228
  _RAC,
@@ -1216,9 +1230,9 @@ export var RedirectActionConfig = [
1216
1230
  [_Pr, _Po, _H, _Pa, _Q, _SC],
1217
1231
  [0, 0, 0, 0, 0, 0],
1218
1232
  ];
1219
- export var RegisterTargetsInput = [3, n0, _RTI, 0, [_TGA, _Tar], [0, () => TargetDescriptions]];
1220
- export var RegisterTargetsOutput = [3, n0, _RTO, 0, [], []];
1221
- export var RemoveListenerCertificatesInput = [
1233
+ export var RegisterTargetsInput$ = [3, n0, _RTI, 0, [_TGA, _Tar], [0, () => TargetDescriptions]];
1234
+ export var RegisterTargetsOutput$ = [3, n0, _RTO, 0, [], []];
1235
+ export var RemoveListenerCertificatesInput$ = [
1222
1236
  3,
1223
1237
  n0,
1224
1238
  _RLCI,
@@ -1226,12 +1240,12 @@ export var RemoveListenerCertificatesInput = [
1226
1240
  [_LA, _C],
1227
1241
  [0, () => CertificateList],
1228
1242
  ];
1229
- export var RemoveListenerCertificatesOutput = [3, n0, _RLCO, 0, [], []];
1230
- export var RemoveTagsInput = [3, n0, _RTIe, 0, [_RA, _TK], [64 | 0, 64 | 0]];
1231
- export var RemoveTagsOutput = [3, n0, _RTOe, 0, [], []];
1232
- export var RemoveTrustStoreRevocationsInput = [3, n0, _RTSRI, 0, [_TSA, _RIe], [0, 64 | 1]];
1233
- export var RemoveTrustStoreRevocationsOutput = [3, n0, _RTSRO, 0, [], []];
1234
- export var ResourceInUseException = [
1243
+ export var RemoveListenerCertificatesOutput$ = [3, n0, _RLCO, 0, [], []];
1244
+ export var RemoveTagsInput$ = [3, n0, _RTIe, 0, [_RA, _TK], [64 | 0, 64 | 0]];
1245
+ export var RemoveTagsOutput$ = [3, n0, _RTOe, 0, [], []];
1246
+ export var RemoveTrustStoreRevocationsInput$ = [3, n0, _RTSRI, 0, [_TSA, _RIe], [0, 64 | 1]];
1247
+ export var RemoveTrustStoreRevocationsOutput$ = [3, n0, _RTSRO, 0, [], []];
1248
+ export var ResourceInUseException$ = [
1235
1249
  -3,
1236
1250
  n0,
1237
1251
  _RIUE,
@@ -1239,8 +1253,8 @@ export var ResourceInUseException = [
1239
1253
  [_M],
1240
1254
  [0],
1241
1255
  ];
1242
- TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
1243
- export var ResourceNotFoundException = [
1256
+ TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1257
+ export var ResourceNotFoundException$ = [
1244
1258
  -3,
1245
1259
  n0,
1246
1260
  _RNFE,
@@ -1248,9 +1262,9 @@ export var ResourceNotFoundException = [
1248
1262
  [_M],
1249
1263
  [0],
1250
1264
  ];
1251
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1252
- export var RevocationContent = [3, n0, _RCev, 0, [_SB, _SK, _SOV, _RT], [0, 0, 0, 0]];
1253
- export var RevocationContentNotFoundException = [
1265
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1266
+ export var RevocationContent$ = [3, n0, _RCev, 0, [_SB, _SK, _SOV, _RT], [0, 0, 0, 0]];
1267
+ export var RevocationContentNotFoundException$ = [
1254
1268
  -3,
1255
1269
  n0,
1256
1270
  _RCNFE,
@@ -1258,8 +1272,8 @@ export var RevocationContentNotFoundException = [
1258
1272
  [_M],
1259
1273
  [0],
1260
1274
  ];
1261
- TypeRegistry.for(n0).registerError(RevocationContentNotFoundException, __RevocationContentNotFoundException);
1262
- export var RevocationIdNotFoundException = [
1275
+ TypeRegistry.for(n0).registerError(RevocationContentNotFoundException$, RevocationContentNotFoundException);
1276
+ export var RevocationIdNotFoundException$ = [
1263
1277
  -3,
1264
1278
  n0,
1265
1279
  _RINFE,
@@ -1267,9 +1281,9 @@ export var RevocationIdNotFoundException = [
1267
1281
  [_M],
1268
1282
  [0],
1269
1283
  ];
1270
- TypeRegistry.for(n0).registerError(RevocationIdNotFoundException, __RevocationIdNotFoundException);
1271
- export var RewriteConfig = [3, n0, _RCew, 0, [_Reg, _Rep], [0, 0]];
1272
- export var Rule = [
1284
+ TypeRegistry.for(n0).registerError(RevocationIdNotFoundException$, RevocationIdNotFoundException);
1285
+ export var RewriteConfig$ = [3, n0, _RCew, 0, [_Reg, _Rep], [0, 0]];
1286
+ export var Rule$ = [
1273
1287
  3,
1274
1288
  n0,
1275
1289
  _Rul,
@@ -1277,7 +1291,7 @@ export var Rule = [
1277
1291
  [_RAu, _P, _Con, _Ac, _ID, _Tr],
1278
1292
  [0, 0, () => RuleConditionList, () => Actions, 2, () => RuleTransformList],
1279
1293
  ];
1280
- export var RuleCondition = [
1294
+ export var RuleCondition$ = [
1281
1295
  3,
1282
1296
  n0,
1283
1297
  _RCu,
@@ -1286,16 +1300,16 @@ export var RuleCondition = [
1286
1300
  [
1287
1301
  0,
1288
1302
  64 | 0,
1289
- () => HostHeaderConditionConfig,
1290
- () => PathPatternConditionConfig,
1291
- () => HttpHeaderConditionConfig,
1292
- () => QueryStringConditionConfig,
1293
- () => HttpRequestMethodConditionConfig,
1294
- () => SourceIpConditionConfig,
1303
+ () => HostHeaderConditionConfig$,
1304
+ () => PathPatternConditionConfig$,
1305
+ () => HttpHeaderConditionConfig$,
1306
+ () => QueryStringConditionConfig$,
1307
+ () => HttpRequestMethodConditionConfig$,
1308
+ () => SourceIpConditionConfig$,
1295
1309
  64 | 0,
1296
1310
  ],
1297
1311
  ];
1298
- export var RuleNotFoundException = [
1312
+ export var RuleNotFoundException$ = [
1299
1313
  -3,
1300
1314
  n0,
1301
1315
  _RNFEu,
@@ -1303,23 +1317,23 @@ export var RuleNotFoundException = [
1303
1317
  [_M],
1304
1318
  [0],
1305
1319
  ];
1306
- TypeRegistry.for(n0).registerError(RuleNotFoundException, __RuleNotFoundException);
1307
- export var RulePriorityPair = [3, n0, _RPP, 0, [_RAu, _P], [0, 1]];
1308
- export var RuleTransform = [
1320
+ TypeRegistry.for(n0).registerError(RuleNotFoundException$, RuleNotFoundException);
1321
+ export var RulePriorityPair$ = [3, n0, _RPP, 0, [_RAu, _P], [0, 1]];
1322
+ export var RuleTransform$ = [
1309
1323
  3,
1310
1324
  n0,
1311
1325
  _RTu,
1312
1326
  0,
1313
1327
  [_T, _HHRC, _URC],
1314
- [0, () => HostHeaderRewriteConfig, () => UrlRewriteConfig],
1315
- ];
1316
- export var SetIpAddressTypeInput = [3, n0, _SIATI, 0, [_LBAo, _IAT], [0, 0]];
1317
- export var SetIpAddressTypeOutput = [3, n0, _SIATO, 0, [_IAT], [0]];
1318
- export var SetRulePrioritiesInput = [3, n0, _SRPI, 0, [_RP], [() => RulePriorityList]];
1319
- export var SetRulePrioritiesOutput = [3, n0, _SRPO, 0, [_Ru], [() => Rules]];
1320
- export var SetSecurityGroupsInput = [3, n0, _SSGI, 0, [_LBAo, _SG, _ESGIROPLT], [0, 64 | 0, 0]];
1321
- export var SetSecurityGroupsOutput = [3, n0, _SSGO, 0, [_SGI, _ESGIROPLT], [64 | 0, 0]];
1322
- export var SetSubnetsInput = [
1328
+ [0, () => HostHeaderRewriteConfig$, () => UrlRewriteConfig$],
1329
+ ];
1330
+ export var SetIpAddressTypeInput$ = [3, n0, _SIATI, 0, [_LBAo, _IAT], [0, 0]];
1331
+ export var SetIpAddressTypeOutput$ = [3, n0, _SIATO, 0, [_IAT], [0]];
1332
+ export var SetRulePrioritiesInput$ = [3, n0, _SRPI, 0, [_RP], [() => RulePriorityList]];
1333
+ export var SetRulePrioritiesOutput$ = [3, n0, _SRPO, 0, [_Ru], [() => Rules]];
1334
+ export var SetSecurityGroupsInput$ = [3, n0, _SSGI, 0, [_LBAo, _SG, _ESGIROPLT], [0, 64 | 0, 0]];
1335
+ export var SetSecurityGroupsOutput$ = [3, n0, _SSGO, 0, [_SGI, _ESGIROPLT], [64 | 0, 0]];
1336
+ export var SetSubnetsInput$ = [
1323
1337
  3,
1324
1338
  n0,
1325
1339
  _SSI,
@@ -1327,7 +1341,7 @@ export var SetSubnetsInput = [
1327
1341
  [_LBAo, _Su, _SM, _IAT, _EPFISN],
1328
1342
  [0, 64 | 0, () => SubnetMappings, 0, 0],
1329
1343
  ];
1330
- export var SetSubnetsOutput = [
1344
+ export var SetSubnetsOutput$ = [
1331
1345
  3,
1332
1346
  n0,
1333
1347
  _SSO,
@@ -1335,8 +1349,8 @@ export var SetSubnetsOutput = [
1335
1349
  [_AZv, _IAT, _EPFISN],
1336
1350
  [() => AvailabilityZones, 0, 0],
1337
1351
  ];
1338
- export var SourceIpConditionConfig = [3, n0, _SICC, 0, [_V], [64 | 0]];
1339
- export var SslPolicy = [
1352
+ export var SourceIpConditionConfig$ = [3, n0, _SICC, 0, [_V], [64 | 0]];
1353
+ export var SslPolicy$ = [
1340
1354
  3,
1341
1355
  n0,
1342
1356
  _SP,
@@ -1344,7 +1358,7 @@ export var SslPolicy = [
1344
1358
  [_SPsl, _Cip, _N, _SLBT],
1345
1359
  [64 | 0, () => Ciphers, 0, 64 | 0],
1346
1360
  ];
1347
- export var SSLPolicyNotFoundException = [
1361
+ export var SSLPolicyNotFoundException$ = [
1348
1362
  -3,
1349
1363
  n0,
1350
1364
  _SSLPNFE,
@@ -1352,9 +1366,9 @@ export var SSLPolicyNotFoundException = [
1352
1366
  [_M],
1353
1367
  [0],
1354
1368
  ];
1355
- TypeRegistry.for(n0).registerError(SSLPolicyNotFoundException, __SSLPolicyNotFoundException);
1356
- export var SubnetMapping = [3, n0, _SMu, 0, [_SI, _AI, _PIPA, _IPA, _SNIPo], [0, 0, 0, 0, 0]];
1357
- export var SubnetNotFoundException = [
1369
+ TypeRegistry.for(n0).registerError(SSLPolicyNotFoundException$, SSLPolicyNotFoundException);
1370
+ export var SubnetMapping$ = [3, n0, _SMu, 0, [_SI, _AI, _PIPA, _IPA, _SNIPo], [0, 0, 0, 0, 0]];
1371
+ export var SubnetNotFoundException$ = [
1358
1372
  -3,
1359
1373
  n0,
1360
1374
  _SNFE,
@@ -1362,19 +1376,19 @@ export var SubnetNotFoundException = [
1362
1376
  [_M],
1363
1377
  [0],
1364
1378
  ];
1365
- TypeRegistry.for(n0).registerError(SubnetNotFoundException, __SubnetNotFoundException);
1366
- export var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
1367
- export var TagDescription = [3, n0, _TDa, 0, [_RAe, _Ta], [0, () => TagList]];
1368
- export var TargetDescription = [3, n0, _TDar, 0, [_Id, _Po, _AZ, _QSI], [0, 1, 0, 0]];
1369
- export var TargetGroup = [
1379
+ TypeRegistry.for(n0).registerError(SubnetNotFoundException$, SubnetNotFoundException);
1380
+ export var Tag$ = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
1381
+ export var TagDescription$ = [3, n0, _TDa, 0, [_RAe, _Ta], [0, () => TagList]];
1382
+ export var TargetDescription$ = [3, n0, _TDar, 0, [_Id, _Po, _AZ, _QSI], [0, 1, 0, 0]];
1383
+ export var TargetGroup$ = [
1370
1384
  3,
1371
1385
  n0,
1372
1386
  _TGa,
1373
1387
  0,
1374
1388
  [_TGA, _TGN, _Pr, _Po, _VI, _HCP, _HCPe, _HCE, _HCIS, _HCTS, _HTC, _UTC, _HCPea, _Ma, _LBAoa, _TT, _PV, _IAT, _TCP],
1375
- [0, 0, 0, 1, 0, 0, 0, 2, 1, 1, 1, 1, 0, () => Matcher, 64 | 0, 0, 0, 0, 1],
1389
+ [0, 0, 0, 1, 0, 0, 0, 2, 1, 1, 1, 1, 0, () => Matcher$, 64 | 0, 0, 0, 0, 1],
1376
1390
  ];
1377
- export var TargetGroupAssociationLimitException = [
1391
+ export var TargetGroupAssociationLimitException$ = [
1378
1392
  -3,
1379
1393
  n0,
1380
1394
  _TGALE,
@@ -1382,9 +1396,9 @@ export var TargetGroupAssociationLimitException = [
1382
1396
  [_M],
1383
1397
  [0],
1384
1398
  ];
1385
- TypeRegistry.for(n0).registerError(TargetGroupAssociationLimitException, __TargetGroupAssociationLimitException);
1386
- export var TargetGroupAttribute = [3, n0, _TGAar, 0, [_K, _Va], [0, 0]];
1387
- export var TargetGroupNotFoundException = [
1399
+ TypeRegistry.for(n0).registerError(TargetGroupAssociationLimitException$, TargetGroupAssociationLimitException);
1400
+ export var TargetGroupAttribute$ = [3, n0, _TGAar, 0, [_K, _Va], [0, 0]];
1401
+ export var TargetGroupNotFoundException$ = [
1388
1402
  -3,
1389
1403
  n0,
1390
1404
  _TGNFE,
@@ -1392,19 +1406,19 @@ export var TargetGroupNotFoundException = [
1392
1406
  [_M],
1393
1407
  [0],
1394
1408
  ];
1395
- TypeRegistry.for(n0).registerError(TargetGroupNotFoundException, __TargetGroupNotFoundException);
1396
- export var TargetGroupStickinessConfig = [3, n0, _TGSC, 0, [_E, _DS], [2, 1]];
1397
- export var TargetGroupTuple = [3, n0, _TGT, 0, [_TGA, _W], [0, 1]];
1398
- export var TargetHealth = [3, n0, _TH, 0, [_S, _R, _D], [0, 0, 0]];
1399
- export var TargetHealthDescription = [
1409
+ TypeRegistry.for(n0).registerError(TargetGroupNotFoundException$, TargetGroupNotFoundException);
1410
+ export var TargetGroupStickinessConfig$ = [3, n0, _TGSC, 0, [_E, _DS], [2, 1]];
1411
+ export var TargetGroupTuple$ = [3, n0, _TGT, 0, [_TGA, _W], [0, 1]];
1412
+ export var TargetHealth$ = [3, n0, _TH, 0, [_S, _R, _D], [0, 0, 0]];
1413
+ export var TargetHealthDescription$ = [
1400
1414
  3,
1401
1415
  n0,
1402
1416
  _THDa,
1403
1417
  0,
1404
1418
  [_Targ, _HCPe, _TH, _AD, _AO],
1405
- [() => TargetDescription, 0, () => TargetHealth, () => AnomalyDetection, () => AdministrativeOverride],
1419
+ [() => TargetDescription$, 0, () => TargetHealth$, () => AnomalyDetection$, () => AdministrativeOverride$],
1406
1420
  ];
1407
- export var TooManyActionsException = [
1421
+ export var TooManyActionsException$ = [
1408
1422
  -3,
1409
1423
  n0,
1410
1424
  _TMAE,
@@ -1412,8 +1426,8 @@ export var TooManyActionsException = [
1412
1426
  [_M],
1413
1427
  [0],
1414
1428
  ];
1415
- TypeRegistry.for(n0).registerError(TooManyActionsException, __TooManyActionsException);
1416
- export var TooManyCertificatesException = [
1429
+ TypeRegistry.for(n0).registerError(TooManyActionsException$, TooManyActionsException);
1430
+ export var TooManyCertificatesException$ = [
1417
1431
  -3,
1418
1432
  n0,
1419
1433
  _TMCE,
@@ -1421,8 +1435,8 @@ export var TooManyCertificatesException = [
1421
1435
  [_M],
1422
1436
  [0],
1423
1437
  ];
1424
- TypeRegistry.for(n0).registerError(TooManyCertificatesException, __TooManyCertificatesException);
1425
- export var TooManyListenersException = [
1438
+ TypeRegistry.for(n0).registerError(TooManyCertificatesException$, TooManyCertificatesException);
1439
+ export var TooManyListenersException$ = [
1426
1440
  -3,
1427
1441
  n0,
1428
1442
  _TMLE,
@@ -1430,8 +1444,8 @@ export var TooManyListenersException = [
1430
1444
  [_M],
1431
1445
  [0],
1432
1446
  ];
1433
- TypeRegistry.for(n0).registerError(TooManyListenersException, __TooManyListenersException);
1434
- export var TooManyLoadBalancersException = [
1447
+ TypeRegistry.for(n0).registerError(TooManyListenersException$, TooManyListenersException);
1448
+ export var TooManyLoadBalancersException$ = [
1435
1449
  -3,
1436
1450
  n0,
1437
1451
  _TMLBE,
@@ -1439,8 +1453,8 @@ export var TooManyLoadBalancersException = [
1439
1453
  [_M],
1440
1454
  [0],
1441
1455
  ];
1442
- TypeRegistry.for(n0).registerError(TooManyLoadBalancersException, __TooManyLoadBalancersException);
1443
- export var TooManyRegistrationsForTargetIdException = [
1456
+ TypeRegistry.for(n0).registerError(TooManyLoadBalancersException$, TooManyLoadBalancersException);
1457
+ export var TooManyRegistrationsForTargetIdException$ = [
1444
1458
  -3,
1445
1459
  n0,
1446
1460
  _TMRFTIE,
@@ -1448,8 +1462,8 @@ export var TooManyRegistrationsForTargetIdException = [
1448
1462
  [_M],
1449
1463
  [0],
1450
1464
  ];
1451
- TypeRegistry.for(n0).registerError(TooManyRegistrationsForTargetIdException, __TooManyRegistrationsForTargetIdException);
1452
- export var TooManyRulesException = [
1465
+ TypeRegistry.for(n0).registerError(TooManyRegistrationsForTargetIdException$, TooManyRegistrationsForTargetIdException);
1466
+ export var TooManyRulesException$ = [
1453
1467
  -3,
1454
1468
  n0,
1455
1469
  _TMRE,
@@ -1457,8 +1471,8 @@ export var TooManyRulesException = [
1457
1471
  [_M],
1458
1472
  [0],
1459
1473
  ];
1460
- TypeRegistry.for(n0).registerError(TooManyRulesException, __TooManyRulesException);
1461
- export var TooManyTagsException = [
1474
+ TypeRegistry.for(n0).registerError(TooManyRulesException$, TooManyRulesException);
1475
+ export var TooManyTagsException$ = [
1462
1476
  -3,
1463
1477
  n0,
1464
1478
  _TMTE,
@@ -1466,8 +1480,8 @@ export var TooManyTagsException = [
1466
1480
  [_M],
1467
1481
  [0],
1468
1482
  ];
1469
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1470
- export var TooManyTargetGroupsException = [
1483
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1484
+ export var TooManyTargetGroupsException$ = [
1471
1485
  -3,
1472
1486
  n0,
1473
1487
  _TMTGE,
@@ -1475,8 +1489,8 @@ export var TooManyTargetGroupsException = [
1475
1489
  [_M],
1476
1490
  [0],
1477
1491
  ];
1478
- TypeRegistry.for(n0).registerError(TooManyTargetGroupsException, __TooManyTargetGroupsException);
1479
- export var TooManyTargetsException = [
1492
+ TypeRegistry.for(n0).registerError(TooManyTargetGroupsException$, TooManyTargetGroupsException);
1493
+ export var TooManyTargetsException$ = [
1480
1494
  -3,
1481
1495
  n0,
1482
1496
  _TMTEo,
@@ -1484,8 +1498,8 @@ export var TooManyTargetsException = [
1484
1498
  [_M],
1485
1499
  [0],
1486
1500
  ];
1487
- TypeRegistry.for(n0).registerError(TooManyTargetsException, __TooManyTargetsException);
1488
- export var TooManyTrustStoreRevocationEntriesException = [
1501
+ TypeRegistry.for(n0).registerError(TooManyTargetsException$, TooManyTargetsException);
1502
+ export var TooManyTrustStoreRevocationEntriesException$ = [
1489
1503
  -3,
1490
1504
  n0,
1491
1505
  _TMTSREE,
@@ -1493,8 +1507,8 @@ export var TooManyTrustStoreRevocationEntriesException = [
1493
1507
  [_M],
1494
1508
  [0],
1495
1509
  ];
1496
- TypeRegistry.for(n0).registerError(TooManyTrustStoreRevocationEntriesException, __TooManyTrustStoreRevocationEntriesException);
1497
- export var TooManyTrustStoresException = [
1510
+ TypeRegistry.for(n0).registerError(TooManyTrustStoreRevocationEntriesException$, TooManyTrustStoreRevocationEntriesException);
1511
+ export var TooManyTrustStoresException$ = [
1498
1512
  -3,
1499
1513
  n0,
1500
1514
  _TMTSE,
@@ -1502,8 +1516,8 @@ export var TooManyTrustStoresException = [
1502
1516
  [_M],
1503
1517
  [0],
1504
1518
  ];
1505
- TypeRegistry.for(n0).registerError(TooManyTrustStoresException, __TooManyTrustStoresException);
1506
- export var TooManyUniqueTargetGroupsPerLoadBalancerException = [
1519
+ TypeRegistry.for(n0).registerError(TooManyTrustStoresException$, TooManyTrustStoresException);
1520
+ export var TooManyUniqueTargetGroupsPerLoadBalancerException$ = [
1507
1521
  -3,
1508
1522
  n0,
1509
1523
  _TMUTGPLBE,
@@ -1511,10 +1525,10 @@ export var TooManyUniqueTargetGroupsPerLoadBalancerException = [
1511
1525
  [_M],
1512
1526
  [0],
1513
1527
  ];
1514
- TypeRegistry.for(n0).registerError(TooManyUniqueTargetGroupsPerLoadBalancerException, __TooManyUniqueTargetGroupsPerLoadBalancerException);
1515
- export var TrustStore = [3, n0, _TSr, 0, [_N, _TSA, _St, _NOCC, _TRE], [0, 0, 0, 1, 1]];
1516
- export var TrustStoreAssociation = [3, n0, _TSArus, 0, [_RAe], [0]];
1517
- export var TrustStoreAssociationNotFoundException = [
1528
+ TypeRegistry.for(n0).registerError(TooManyUniqueTargetGroupsPerLoadBalancerException$, TooManyUniqueTargetGroupsPerLoadBalancerException);
1529
+ export var TrustStore$ = [3, n0, _TSr, 0, [_N, _TSA, _St, _NOCC, _TRE], [0, 0, 0, 1, 1]];
1530
+ export var TrustStoreAssociation$ = [3, n0, _TSArus, 0, [_RAe], [0]];
1531
+ export var TrustStoreAssociationNotFoundException$ = [
1518
1532
  -3,
1519
1533
  n0,
1520
1534
  _TSANFE,
@@ -1522,8 +1536,8 @@ export var TrustStoreAssociationNotFoundException = [
1522
1536
  [_M],
1523
1537
  [0],
1524
1538
  ];
1525
- TypeRegistry.for(n0).registerError(TrustStoreAssociationNotFoundException, __TrustStoreAssociationNotFoundException);
1526
- export var TrustStoreInUseException = [
1539
+ TypeRegistry.for(n0).registerError(TrustStoreAssociationNotFoundException$, TrustStoreAssociationNotFoundException);
1540
+ export var TrustStoreInUseException$ = [
1527
1541
  -3,
1528
1542
  n0,
1529
1543
  _TSIUE,
@@ -1531,8 +1545,8 @@ export var TrustStoreInUseException = [
1531
1545
  [_M],
1532
1546
  [0],
1533
1547
  ];
1534
- TypeRegistry.for(n0).registerError(TrustStoreInUseException, __TrustStoreInUseException);
1535
- export var TrustStoreNotFoundException = [
1548
+ TypeRegistry.for(n0).registerError(TrustStoreInUseException$, TrustStoreInUseException);
1549
+ export var TrustStoreNotFoundException$ = [
1536
1550
  -3,
1537
1551
  n0,
1538
1552
  _TSNFE,
@@ -1540,8 +1554,8 @@ export var TrustStoreNotFoundException = [
1540
1554
  [_M],
1541
1555
  [0],
1542
1556
  ];
1543
- TypeRegistry.for(n0).registerError(TrustStoreNotFoundException, __TrustStoreNotFoundException);
1544
- export var TrustStoreNotReadyException = [
1557
+ TypeRegistry.for(n0).registerError(TrustStoreNotFoundException$, TrustStoreNotFoundException);
1558
+ export var TrustStoreNotReadyException$ = [
1545
1559
  -3,
1546
1560
  n0,
1547
1561
  _TSNRE,
@@ -1549,9 +1563,9 @@ export var TrustStoreNotReadyException = [
1549
1563
  [_M],
1550
1564
  [0],
1551
1565
  ];
1552
- TypeRegistry.for(n0).registerError(TrustStoreNotReadyException, __TrustStoreNotReadyException);
1553
- export var TrustStoreRevocation = [3, n0, _TSRr, 0, [_TSA, _RI, _RT, _NORE], [0, 1, 0, 1]];
1554
- export var UnsupportedProtocolException = [
1566
+ TypeRegistry.for(n0).registerError(TrustStoreNotReadyException$, TrustStoreNotReadyException);
1567
+ export var TrustStoreRevocation$ = [3, n0, _TSRr, 0, [_TSA, _RI, _RT, _NORE], [0, 1, 0, 1]];
1568
+ export var UnsupportedProtocolException$ = [
1555
1569
  -3,
1556
1570
  n0,
1557
1571
  _UPE,
@@ -1559,17 +1573,17 @@ export var UnsupportedProtocolException = [
1559
1573
  [_M],
1560
1574
  [0],
1561
1575
  ];
1562
- TypeRegistry.for(n0).registerError(UnsupportedProtocolException, __UnsupportedProtocolException);
1563
- export var UrlRewriteConfig = [3, n0, _URC, 0, [_Rew], [() => RewriteConfigList]];
1564
- export var ZonalCapacityReservationState = [
1576
+ TypeRegistry.for(n0).registerError(UnsupportedProtocolException$, UnsupportedProtocolException);
1577
+ export var UrlRewriteConfig$ = [3, n0, _URC, 0, [_Rew], [() => RewriteConfigList]];
1578
+ export var ZonalCapacityReservationState$ = [
1565
1579
  3,
1566
1580
  n0,
1567
1581
  _ZCRS,
1568
1582
  0,
1569
1583
  [_S, _AZ, _ECU],
1570
- [() => CapacityReservationStatus, 0, 1],
1584
+ [() => CapacityReservationStatus$, 0, 1],
1571
1585
  ];
1572
- export var ElasticLoadBalancingV2ServiceException = [
1586
+ export var ElasticLoadBalancingV2ServiceException$ = [
1573
1587
  -3,
1574
1588
  _sm,
1575
1589
  "ElasticLoadBalancingV2ServiceException",
@@ -1577,416 +1591,424 @@ export var ElasticLoadBalancingV2ServiceException = [
1577
1591
  [],
1578
1592
  [],
1579
1593
  ];
1580
- TypeRegistry.for(_sm).registerError(ElasticLoadBalancingV2ServiceException, __ElasticLoadBalancingV2ServiceException);
1581
- export var Actions = [1, n0, _Ac, 0, () => Action];
1582
- export var AlpnPolicyName = 64 | 0;
1583
- export var AvailabilityZones = [1, n0, _AZv, 0, () => AvailabilityZone];
1584
- export var CertificateList = [1, n0, _CL, 0, () => Certificate];
1585
- export var Ciphers = [1, n0, _Cip, 0, () => Cipher];
1586
- export var DescribeTrustStoreRevocationResponse = [
1587
- 1,
1588
- n0,
1589
- _DTSRR,
1590
- 0,
1591
- () => DescribeTrustStoreRevocation,
1592
- ];
1593
- export var JwtValidationActionAdditionalClaims = [
1594
+ TypeRegistry.for(_sm).registerError(ElasticLoadBalancingV2ServiceException$, ElasticLoadBalancingV2ServiceException);
1595
+ var Actions = [1, n0, _Ac, 0, () => Action$];
1596
+ var AlpnPolicyName = 64 | 0;
1597
+ var AvailabilityZones = [1, n0, _AZv, 0, () => AvailabilityZone$];
1598
+ var CertificateList = [1, n0, _CL, 0, () => Certificate$];
1599
+ var Ciphers = [1, n0, _Cip, 0, () => Cipher$];
1600
+ var DescribeTrustStoreRevocationResponse = [1, n0, _DTSRR, 0, () => DescribeTrustStoreRevocation$];
1601
+ var JwtValidationActionAdditionalClaims = [
1594
1602
  1,
1595
1603
  n0,
1596
1604
  _JVAACw,
1597
1605
  0,
1598
- () => JwtValidationActionAdditionalClaim,
1599
- ];
1600
- export var JwtValidationActionAdditionalClaimValues = 64 | 0;
1601
- export var Limits = [1, n0, _Li, 0, () => Limit];
1602
- export var ListenerArns = 64 | 0;
1603
- export var ListenerAttributes = [1, n0, _LAist, 0, () => ListenerAttribute];
1604
- export var Listeners = [1, n0, _L, 0, () => Listener];
1605
- export var ListOfDescribeTargetHealthIncludeOptions = 64 | 0;
1606
- export var ListOfString = 64 | 0;
1607
- export var LoadBalancerAddresses = [1, n0, _LBA, 0, () => LoadBalancerAddress];
1608
- export var LoadBalancerArns = 64 | 0;
1609
- export var LoadBalancerAttributes = [1, n0, _LBAoadal, 0, () => LoadBalancerAttribute];
1610
- export var LoadBalancerNames = 64 | 0;
1611
- export var LoadBalancers = [1, n0, _LB, 0, () => LoadBalancer];
1612
- export var QueryStringKeyValuePairList = [1, n0, _QSKVPL, 0, () => QueryStringKeyValuePair];
1613
- export var RemoveIpamPools = 64 | 0;
1614
- export var ResourceArns = 64 | 0;
1615
- export var RevocationContents = [1, n0, _RCe, 0, () => RevocationContent];
1616
- export var RevocationIds = 64 | 1;
1617
- export var RewriteConfigList = [1, n0, _RCL, 0, () => RewriteConfig];
1618
- export var RuleArns = 64 | 0;
1619
- export var RuleConditionList = [1, n0, _RCLu, 0, () => RuleCondition];
1620
- export var RulePriorityList = [1, n0, _RPL, 0, () => RulePriorityPair];
1621
- export var Rules = [1, n0, _Ru, 0, () => Rule];
1622
- export var RuleTransformList = [1, n0, _RTL, 0, () => RuleTransform];
1623
- export var SecurityGroups = 64 | 0;
1624
- export var SourceNatIpv6Prefixes = 64 | 0;
1625
- export var SslPolicies = [1, n0, _SPs, 0, () => SslPolicy];
1626
- export var SslPolicyNames = 64 | 0;
1627
- export var SslProtocols = 64 | 0;
1628
- export var SubnetMappings = [1, n0, _SM, 0, () => SubnetMapping];
1629
- export var Subnets = 64 | 0;
1630
- export var TagDescriptions = [1, n0, _TD, 0, () => TagDescription];
1631
- export var TagKeys = 64 | 0;
1632
- export var TagList = [1, n0, _TL, 0, () => Tag];
1633
- export var TargetDescriptions = [1, n0, _TDarg, 0, () => TargetDescription];
1634
- export var TargetGroupArns = 64 | 0;
1635
- export var TargetGroupAttributes = [1, n0, _TGAarg, 0, () => TargetGroupAttribute];
1636
- export var TargetGroupList = [1, n0, _TGL, 0, () => TargetGroupTuple];
1637
- export var TargetGroupNames = 64 | 0;
1638
- export var TargetGroups = [1, n0, _TG, 0, () => TargetGroup];
1639
- export var TargetHealthDescriptions = [1, n0, _THD, 0, () => TargetHealthDescription];
1640
- export var TrustStoreArns = 64 | 0;
1641
- export var TrustStoreAssociations = [1, n0, _TSAr, 0, () => TrustStoreAssociation];
1642
- export var TrustStoreNames = 64 | 0;
1643
- export var TrustStoreRevocations = [1, n0, _TSR, 0, () => TrustStoreRevocation];
1644
- export var TrustStores = [1, n0, _TS, 0, () => TrustStore];
1645
- export var ZonalCapacityReservationStates = [1, n0, _ZCRSo, 0, () => ZonalCapacityReservationState];
1646
- export var AuthenticateCognitoActionAuthenticationRequestExtraParams = 128 | 0;
1647
- export var AuthenticateOidcActionAuthenticationRequestExtraParams = 128 | 0;
1648
- export var AddListenerCertificates = [
1606
+ () => JwtValidationActionAdditionalClaim$,
1607
+ ];
1608
+ var JwtValidationActionAdditionalClaimValues = 64 | 0;
1609
+ var Limits = [1, n0, _Li, 0, () => Limit$];
1610
+ var ListenerArns = 64 | 0;
1611
+ var ListenerAttributes = [1, n0, _LAist, 0, () => ListenerAttribute$];
1612
+ var Listeners = [1, n0, _L, 0, () => Listener$];
1613
+ var ListOfDescribeTargetHealthIncludeOptions = 64 | 0;
1614
+ var ListOfString = 64 | 0;
1615
+ var LoadBalancerAddresses = [1, n0, _LBA, 0, () => LoadBalancerAddress$];
1616
+ var LoadBalancerArns = 64 | 0;
1617
+ var LoadBalancerAttributes = [1, n0, _LBAoadal, 0, () => LoadBalancerAttribute$];
1618
+ var LoadBalancerNames = 64 | 0;
1619
+ var LoadBalancers = [1, n0, _LB, 0, () => LoadBalancer$];
1620
+ var QueryStringKeyValuePairList = [1, n0, _QSKVPL, 0, () => QueryStringKeyValuePair$];
1621
+ var RemoveIpamPools = 64 | 0;
1622
+ var ResourceArns = 64 | 0;
1623
+ var RevocationContents = [1, n0, _RCe, 0, () => RevocationContent$];
1624
+ var RevocationIds = 64 | 1;
1625
+ var RewriteConfigList = [1, n0, _RCL, 0, () => RewriteConfig$];
1626
+ var RuleArns = 64 | 0;
1627
+ var RuleConditionList = [1, n0, _RCLu, 0, () => RuleCondition$];
1628
+ var RulePriorityList = [1, n0, _RPL, 0, () => RulePriorityPair$];
1629
+ var Rules = [1, n0, _Ru, 0, () => Rule$];
1630
+ var RuleTransformList = [1, n0, _RTL, 0, () => RuleTransform$];
1631
+ var SecurityGroups = 64 | 0;
1632
+ var SourceNatIpv6Prefixes = 64 | 0;
1633
+ var SslPolicies = [1, n0, _SPs, 0, () => SslPolicy$];
1634
+ var SslPolicyNames = 64 | 0;
1635
+ var SslProtocols = 64 | 0;
1636
+ var SubnetMappings = [1, n0, _SM, 0, () => SubnetMapping$];
1637
+ var Subnets = 64 | 0;
1638
+ var TagDescriptions = [1, n0, _TD, 0, () => TagDescription$];
1639
+ var TagKeys = 64 | 0;
1640
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1641
+ var TargetDescriptions = [1, n0, _TDarg, 0, () => TargetDescription$];
1642
+ var TargetGroupArns = 64 | 0;
1643
+ var TargetGroupAttributes = [1, n0, _TGAarg, 0, () => TargetGroupAttribute$];
1644
+ var TargetGroupList = [1, n0, _TGL, 0, () => TargetGroupTuple$];
1645
+ var TargetGroupNames = 64 | 0;
1646
+ var TargetGroups = [1, n0, _TG, 0, () => TargetGroup$];
1647
+ var TargetHealthDescriptions = [1, n0, _THD, 0, () => TargetHealthDescription$];
1648
+ var TrustStoreArns = 64 | 0;
1649
+ var TrustStoreAssociations = [1, n0, _TSAr, 0, () => TrustStoreAssociation$];
1650
+ var TrustStoreNames = 64 | 0;
1651
+ var TrustStoreRevocations = [1, n0, _TSR, 0, () => TrustStoreRevocation$];
1652
+ var TrustStores = [1, n0, _TS, 0, () => TrustStore$];
1653
+ var ZonalCapacityReservationStates = [1, n0, _ZCRSo, 0, () => ZonalCapacityReservationState$];
1654
+ var AuthenticateCognitoActionAuthenticationRequestExtraParams = 128 | 0;
1655
+ var AuthenticateOidcActionAuthenticationRequestExtraParams = 128 | 0;
1656
+ export var AddListenerCertificates$ = [
1649
1657
  9,
1650
1658
  n0,
1651
1659
  _ALC,
1652
1660
  0,
1653
- () => AddListenerCertificatesInput,
1654
- () => AddListenerCertificatesOutput,
1661
+ () => AddListenerCertificatesInput$,
1662
+ () => AddListenerCertificatesOutput$,
1655
1663
  ];
1656
- export var AddTags = [9, n0, _AT, 0, () => AddTagsInput, () => AddTagsOutput];
1657
- export var AddTrustStoreRevocations = [
1664
+ export var AddTags$ = [9, n0, _AT, 0, () => AddTagsInput$, () => AddTagsOutput$];
1665
+ export var AddTrustStoreRevocations$ = [
1658
1666
  9,
1659
1667
  n0,
1660
1668
  _ATSR,
1661
1669
  0,
1662
- () => AddTrustStoreRevocationsInput,
1663
- () => AddTrustStoreRevocationsOutput,
1670
+ () => AddTrustStoreRevocationsInput$,
1671
+ () => AddTrustStoreRevocationsOutput$,
1664
1672
  ];
1665
- export var CreateListener = [
1673
+ export var CreateListener$ = [
1666
1674
  9,
1667
1675
  n0,
1668
1676
  _CLr,
1669
1677
  0,
1670
- () => CreateListenerInput,
1671
- () => CreateListenerOutput,
1678
+ () => CreateListenerInput$,
1679
+ () => CreateListenerOutput$,
1672
1680
  ];
1673
- export var CreateLoadBalancer = [
1681
+ export var CreateLoadBalancer$ = [
1674
1682
  9,
1675
1683
  n0,
1676
1684
  _CLB,
1677
1685
  0,
1678
- () => CreateLoadBalancerInput,
1679
- () => CreateLoadBalancerOutput,
1686
+ () => CreateLoadBalancerInput$,
1687
+ () => CreateLoadBalancerOutput$,
1680
1688
  ];
1681
- export var CreateRule = [9, n0, _CR, 0, () => CreateRuleInput, () => CreateRuleOutput];
1682
- export var CreateTargetGroup = [
1689
+ export var CreateRule$ = [9, n0, _CR, 0, () => CreateRuleInput$, () => CreateRuleOutput$];
1690
+ export var CreateTargetGroup$ = [
1683
1691
  9,
1684
1692
  n0,
1685
1693
  _CTG,
1686
1694
  0,
1687
- () => CreateTargetGroupInput,
1688
- () => CreateTargetGroupOutput,
1695
+ () => CreateTargetGroupInput$,
1696
+ () => CreateTargetGroupOutput$,
1689
1697
  ];
1690
- export var CreateTrustStore = [
1698
+ export var CreateTrustStore$ = [
1691
1699
  9,
1692
1700
  n0,
1693
1701
  _CTS,
1694
1702
  0,
1695
- () => CreateTrustStoreInput,
1696
- () => CreateTrustStoreOutput,
1703
+ () => CreateTrustStoreInput$,
1704
+ () => CreateTrustStoreOutput$,
1697
1705
  ];
1698
- export var DeleteListener = [
1706
+ export var DeleteListener$ = [
1699
1707
  9,
1700
1708
  n0,
1701
1709
  _DL,
1702
1710
  0,
1703
- () => DeleteListenerInput,
1704
- () => DeleteListenerOutput,
1711
+ () => DeleteListenerInput$,
1712
+ () => DeleteListenerOutput$,
1705
1713
  ];
1706
- export var DeleteLoadBalancer = [
1714
+ export var DeleteLoadBalancer$ = [
1707
1715
  9,
1708
1716
  n0,
1709
1717
  _DLB,
1710
1718
  0,
1711
- () => DeleteLoadBalancerInput,
1712
- () => DeleteLoadBalancerOutput,
1719
+ () => DeleteLoadBalancerInput$,
1720
+ () => DeleteLoadBalancerOutput$,
1713
1721
  ];
1714
- export var DeleteRule = [9, n0, _DR, 0, () => DeleteRuleInput, () => DeleteRuleOutput];
1715
- export var DeleteSharedTrustStoreAssociation = [
1722
+ export var DeleteRule$ = [9, n0, _DR, 0, () => DeleteRuleInput$, () => DeleteRuleOutput$];
1723
+ export var DeleteSharedTrustStoreAssociation$ = [
1716
1724
  9,
1717
1725
  n0,
1718
1726
  _DSTSA,
1719
1727
  0,
1720
- () => DeleteSharedTrustStoreAssociationInput,
1721
- () => DeleteSharedTrustStoreAssociationOutput,
1728
+ () => DeleteSharedTrustStoreAssociationInput$,
1729
+ () => DeleteSharedTrustStoreAssociationOutput$,
1722
1730
  ];
1723
- export var DeleteTargetGroup = [
1731
+ export var DeleteTargetGroup$ = [
1724
1732
  9,
1725
1733
  n0,
1726
1734
  _DTG,
1727
1735
  0,
1728
- () => DeleteTargetGroupInput,
1729
- () => DeleteTargetGroupOutput,
1736
+ () => DeleteTargetGroupInput$,
1737
+ () => DeleteTargetGroupOutput$,
1730
1738
  ];
1731
- export var DeleteTrustStore = [
1739
+ export var DeleteTrustStore$ = [
1732
1740
  9,
1733
1741
  n0,
1734
1742
  _DTS,
1735
1743
  0,
1736
- () => DeleteTrustStoreInput,
1737
- () => DeleteTrustStoreOutput,
1744
+ () => DeleteTrustStoreInput$,
1745
+ () => DeleteTrustStoreOutput$,
1738
1746
  ];
1739
- export var DeregisterTargets = [
1747
+ export var DeregisterTargets$ = [
1740
1748
  9,
1741
1749
  n0,
1742
1750
  _DT,
1743
1751
  0,
1744
- () => DeregisterTargetsInput,
1745
- () => DeregisterTargetsOutput,
1752
+ () => DeregisterTargetsInput$,
1753
+ () => DeregisterTargetsOutput$,
1746
1754
  ];
1747
- export var DescribeAccountLimits = [
1755
+ export var DescribeAccountLimits$ = [
1748
1756
  9,
1749
1757
  n0,
1750
1758
  _DAL,
1751
1759
  0,
1752
- () => DescribeAccountLimitsInput,
1753
- () => DescribeAccountLimitsOutput,
1760
+ () => DescribeAccountLimitsInput$,
1761
+ () => DescribeAccountLimitsOutput$,
1754
1762
  ];
1755
- export var DescribeCapacityReservation = [
1763
+ export var DescribeCapacityReservation$ = [
1756
1764
  9,
1757
1765
  n0,
1758
1766
  _DCR,
1759
1767
  0,
1760
- () => DescribeCapacityReservationInput,
1761
- () => DescribeCapacityReservationOutput,
1768
+ () => DescribeCapacityReservationInput$,
1769
+ () => DescribeCapacityReservationOutput$,
1762
1770
  ];
1763
- export var DescribeListenerAttributes = [
1771
+ export var DescribeListenerAttributes$ = [
1764
1772
  9,
1765
1773
  n0,
1766
1774
  _DLA,
1767
1775
  0,
1768
- () => DescribeListenerAttributesInput,
1769
- () => DescribeListenerAttributesOutput,
1776
+ () => DescribeListenerAttributesInput$,
1777
+ () => DescribeListenerAttributesOutput$,
1770
1778
  ];
1771
- export var DescribeListenerCertificates = [
1779
+ export var DescribeListenerCertificates$ = [
1772
1780
  9,
1773
1781
  n0,
1774
1782
  _DLC,
1775
1783
  0,
1776
- () => DescribeListenerCertificatesInput,
1777
- () => DescribeListenerCertificatesOutput,
1784
+ () => DescribeListenerCertificatesInput$,
1785
+ () => DescribeListenerCertificatesOutput$,
1778
1786
  ];
1779
- export var DescribeListeners = [
1787
+ export var DescribeListeners$ = [
1780
1788
  9,
1781
1789
  n0,
1782
1790
  _DLe,
1783
1791
  0,
1784
- () => DescribeListenersInput,
1785
- () => DescribeListenersOutput,
1792
+ () => DescribeListenersInput$,
1793
+ () => DescribeListenersOutput$,
1786
1794
  ];
1787
- export var DescribeLoadBalancerAttributes = [
1795
+ export var DescribeLoadBalancerAttributes$ = [
1788
1796
  9,
1789
1797
  n0,
1790
1798
  _DLBA,
1791
1799
  0,
1792
- () => DescribeLoadBalancerAttributesInput,
1793
- () => DescribeLoadBalancerAttributesOutput,
1800
+ () => DescribeLoadBalancerAttributesInput$,
1801
+ () => DescribeLoadBalancerAttributesOutput$,
1794
1802
  ];
1795
- export var DescribeLoadBalancers = [
1803
+ export var DescribeLoadBalancers$ = [
1796
1804
  9,
1797
1805
  n0,
1798
1806
  _DLBe,
1799
1807
  0,
1800
- () => DescribeLoadBalancersInput,
1801
- () => DescribeLoadBalancersOutput,
1808
+ () => DescribeLoadBalancersInput$,
1809
+ () => DescribeLoadBalancersOutput$,
1802
1810
  ];
1803
- export var DescribeRules = [9, n0, _DRe, 0, () => DescribeRulesInput, () => DescribeRulesOutput];
1804
- export var DescribeSSLPolicies = [
1811
+ export var DescribeRules$ = [
1812
+ 9,
1813
+ n0,
1814
+ _DRe,
1815
+ 0,
1816
+ () => DescribeRulesInput$,
1817
+ () => DescribeRulesOutput$,
1818
+ ];
1819
+ export var DescribeSSLPolicies$ = [
1805
1820
  9,
1806
1821
  n0,
1807
1822
  _DSSLP,
1808
1823
  0,
1809
- () => DescribeSSLPoliciesInput,
1810
- () => DescribeSSLPoliciesOutput,
1824
+ () => DescribeSSLPoliciesInput$,
1825
+ () => DescribeSSLPoliciesOutput$,
1811
1826
  ];
1812
- export var DescribeTags = [9, n0, _DTe, 0, () => DescribeTagsInput, () => DescribeTagsOutput];
1813
- export var DescribeTargetGroupAttributes = [
1827
+ export var DescribeTags$ = [9, n0, _DTe, 0, () => DescribeTagsInput$, () => DescribeTagsOutput$];
1828
+ export var DescribeTargetGroupAttributes$ = [
1814
1829
  9,
1815
1830
  n0,
1816
1831
  _DTGA,
1817
1832
  0,
1818
- () => DescribeTargetGroupAttributesInput,
1819
- () => DescribeTargetGroupAttributesOutput,
1833
+ () => DescribeTargetGroupAttributesInput$,
1834
+ () => DescribeTargetGroupAttributesOutput$,
1820
1835
  ];
1821
- export var DescribeTargetGroups = [
1836
+ export var DescribeTargetGroups$ = [
1822
1837
  9,
1823
1838
  n0,
1824
1839
  _DTGe,
1825
1840
  0,
1826
- () => DescribeTargetGroupsInput,
1827
- () => DescribeTargetGroupsOutput,
1841
+ () => DescribeTargetGroupsInput$,
1842
+ () => DescribeTargetGroupsOutput$,
1828
1843
  ];
1829
- export var DescribeTargetHealth = [
1844
+ export var DescribeTargetHealth$ = [
1830
1845
  9,
1831
1846
  n0,
1832
1847
  _DTH,
1833
1848
  0,
1834
- () => DescribeTargetHealthInput,
1835
- () => DescribeTargetHealthOutput,
1849
+ () => DescribeTargetHealthInput$,
1850
+ () => DescribeTargetHealthOutput$,
1836
1851
  ];
1837
- export var DescribeTrustStoreAssociations = [
1852
+ export var DescribeTrustStoreAssociations$ = [
1838
1853
  9,
1839
1854
  n0,
1840
1855
  _DTSA,
1841
1856
  0,
1842
- () => DescribeTrustStoreAssociationsInput,
1843
- () => DescribeTrustStoreAssociationsOutput,
1857
+ () => DescribeTrustStoreAssociationsInput$,
1858
+ () => DescribeTrustStoreAssociationsOutput$,
1844
1859
  ];
1845
- export var DescribeTrustStoreRevocations = [
1860
+ export var DescribeTrustStoreRevocations$ = [
1846
1861
  9,
1847
1862
  n0,
1848
1863
  _DTSRe,
1849
1864
  0,
1850
- () => DescribeTrustStoreRevocationsInput,
1851
- () => DescribeTrustStoreRevocationsOutput,
1865
+ () => DescribeTrustStoreRevocationsInput$,
1866
+ () => DescribeTrustStoreRevocationsOutput$,
1852
1867
  ];
1853
- export var DescribeTrustStores = [
1868
+ export var DescribeTrustStores$ = [
1854
1869
  9,
1855
1870
  n0,
1856
1871
  _DTSe,
1857
1872
  0,
1858
- () => DescribeTrustStoresInput,
1859
- () => DescribeTrustStoresOutput,
1873
+ () => DescribeTrustStoresInput$,
1874
+ () => DescribeTrustStoresOutput$,
1860
1875
  ];
1861
- export var GetResourcePolicy = [
1876
+ export var GetResourcePolicy$ = [
1862
1877
  9,
1863
1878
  n0,
1864
1879
  _GRP,
1865
1880
  0,
1866
- () => GetResourcePolicyInput,
1867
- () => GetResourcePolicyOutput,
1881
+ () => GetResourcePolicyInput$,
1882
+ () => GetResourcePolicyOutput$,
1868
1883
  ];
1869
- export var GetTrustStoreCaCertificatesBundle = [
1884
+ export var GetTrustStoreCaCertificatesBundle$ = [
1870
1885
  9,
1871
1886
  n0,
1872
1887
  _GTSCCB,
1873
1888
  0,
1874
- () => GetTrustStoreCaCertificatesBundleInput,
1875
- () => GetTrustStoreCaCertificatesBundleOutput,
1889
+ () => GetTrustStoreCaCertificatesBundleInput$,
1890
+ () => GetTrustStoreCaCertificatesBundleOutput$,
1876
1891
  ];
1877
- export var GetTrustStoreRevocationContent = [
1892
+ export var GetTrustStoreRevocationContent$ = [
1878
1893
  9,
1879
1894
  n0,
1880
1895
  _GTSRC,
1881
1896
  0,
1882
- () => GetTrustStoreRevocationContentInput,
1883
- () => GetTrustStoreRevocationContentOutput,
1897
+ () => GetTrustStoreRevocationContentInput$,
1898
+ () => GetTrustStoreRevocationContentOutput$,
1884
1899
  ];
1885
- export var ModifyCapacityReservation = [
1900
+ export var ModifyCapacityReservation$ = [
1886
1901
  9,
1887
1902
  n0,
1888
1903
  _MCR,
1889
1904
  0,
1890
- () => ModifyCapacityReservationInput,
1891
- () => ModifyCapacityReservationOutput,
1905
+ () => ModifyCapacityReservationInput$,
1906
+ () => ModifyCapacityReservationOutput$,
1907
+ ];
1908
+ export var ModifyIpPools$ = [
1909
+ 9,
1910
+ n0,
1911
+ _MIP,
1912
+ 0,
1913
+ () => ModifyIpPoolsInput$,
1914
+ () => ModifyIpPoolsOutput$,
1892
1915
  ];
1893
- export var ModifyIpPools = [9, n0, _MIP, 0, () => ModifyIpPoolsInput, () => ModifyIpPoolsOutput];
1894
- export var ModifyListener = [
1916
+ export var ModifyListener$ = [
1895
1917
  9,
1896
1918
  n0,
1897
1919
  _ML,
1898
1920
  0,
1899
- () => ModifyListenerInput,
1900
- () => ModifyListenerOutput,
1921
+ () => ModifyListenerInput$,
1922
+ () => ModifyListenerOutput$,
1901
1923
  ];
1902
- export var ModifyListenerAttributes = [
1924
+ export var ModifyListenerAttributes$ = [
1903
1925
  9,
1904
1926
  n0,
1905
1927
  _MLA,
1906
1928
  0,
1907
- () => ModifyListenerAttributesInput,
1908
- () => ModifyListenerAttributesOutput,
1929
+ () => ModifyListenerAttributesInput$,
1930
+ () => ModifyListenerAttributesOutput$,
1909
1931
  ];
1910
- export var ModifyLoadBalancerAttributes = [
1932
+ export var ModifyLoadBalancerAttributes$ = [
1911
1933
  9,
1912
1934
  n0,
1913
1935
  _MLBA,
1914
1936
  0,
1915
- () => ModifyLoadBalancerAttributesInput,
1916
- () => ModifyLoadBalancerAttributesOutput,
1937
+ () => ModifyLoadBalancerAttributesInput$,
1938
+ () => ModifyLoadBalancerAttributesOutput$,
1917
1939
  ];
1918
- export var ModifyRule = [9, n0, _MR, 0, () => ModifyRuleInput, () => ModifyRuleOutput];
1919
- export var ModifyTargetGroup = [
1940
+ export var ModifyRule$ = [9, n0, _MR, 0, () => ModifyRuleInput$, () => ModifyRuleOutput$];
1941
+ export var ModifyTargetGroup$ = [
1920
1942
  9,
1921
1943
  n0,
1922
1944
  _MTG,
1923
1945
  0,
1924
- () => ModifyTargetGroupInput,
1925
- () => ModifyTargetGroupOutput,
1946
+ () => ModifyTargetGroupInput$,
1947
+ () => ModifyTargetGroupOutput$,
1926
1948
  ];
1927
- export var ModifyTargetGroupAttributes = [
1949
+ export var ModifyTargetGroupAttributes$ = [
1928
1950
  9,
1929
1951
  n0,
1930
1952
  _MTGA,
1931
1953
  0,
1932
- () => ModifyTargetGroupAttributesInput,
1933
- () => ModifyTargetGroupAttributesOutput,
1954
+ () => ModifyTargetGroupAttributesInput$,
1955
+ () => ModifyTargetGroupAttributesOutput$,
1934
1956
  ];
1935
- export var ModifyTrustStore = [
1957
+ export var ModifyTrustStore$ = [
1936
1958
  9,
1937
1959
  n0,
1938
1960
  _MTS,
1939
1961
  0,
1940
- () => ModifyTrustStoreInput,
1941
- () => ModifyTrustStoreOutput,
1962
+ () => ModifyTrustStoreInput$,
1963
+ () => ModifyTrustStoreOutput$,
1942
1964
  ];
1943
- export var RegisterTargets = [
1965
+ export var RegisterTargets$ = [
1944
1966
  9,
1945
1967
  n0,
1946
1968
  _RTeg,
1947
1969
  0,
1948
- () => RegisterTargetsInput,
1949
- () => RegisterTargetsOutput,
1970
+ () => RegisterTargetsInput$,
1971
+ () => RegisterTargetsOutput$,
1950
1972
  ];
1951
- export var RemoveListenerCertificates = [
1973
+ export var RemoveListenerCertificates$ = [
1952
1974
  9,
1953
1975
  n0,
1954
1976
  _RLC,
1955
1977
  0,
1956
- () => RemoveListenerCertificatesInput,
1957
- () => RemoveListenerCertificatesOutput,
1978
+ () => RemoveListenerCertificatesInput$,
1979
+ () => RemoveListenerCertificatesOutput$,
1958
1980
  ];
1959
- export var RemoveTags = [9, n0, _RTem, 0, () => RemoveTagsInput, () => RemoveTagsOutput];
1960
- export var RemoveTrustStoreRevocations = [
1981
+ export var RemoveTags$ = [9, n0, _RTem, 0, () => RemoveTagsInput$, () => RemoveTagsOutput$];
1982
+ export var RemoveTrustStoreRevocations$ = [
1961
1983
  9,
1962
1984
  n0,
1963
1985
  _RTSR,
1964
1986
  0,
1965
- () => RemoveTrustStoreRevocationsInput,
1966
- () => RemoveTrustStoreRevocationsOutput,
1987
+ () => RemoveTrustStoreRevocationsInput$,
1988
+ () => RemoveTrustStoreRevocationsOutput$,
1967
1989
  ];
1968
- export var SetIpAddressType = [
1990
+ export var SetIpAddressType$ = [
1969
1991
  9,
1970
1992
  n0,
1971
1993
  _SIAT,
1972
1994
  0,
1973
- () => SetIpAddressTypeInput,
1974
- () => SetIpAddressTypeOutput,
1995
+ () => SetIpAddressTypeInput$,
1996
+ () => SetIpAddressTypeOutput$,
1975
1997
  ];
1976
- export var SetRulePriorities = [
1998
+ export var SetRulePriorities$ = [
1977
1999
  9,
1978
2000
  n0,
1979
2001
  _SRP,
1980
2002
  0,
1981
- () => SetRulePrioritiesInput,
1982
- () => SetRulePrioritiesOutput,
2003
+ () => SetRulePrioritiesInput$,
2004
+ () => SetRulePrioritiesOutput$,
1983
2005
  ];
1984
- export var SetSecurityGroups = [
2006
+ export var SetSecurityGroups$ = [
1985
2007
  9,
1986
2008
  n0,
1987
2009
  _SSG,
1988
2010
  0,
1989
- () => SetSecurityGroupsInput,
1990
- () => SetSecurityGroupsOutput,
2011
+ () => SetSecurityGroupsInput$,
2012
+ () => SetSecurityGroupsOutput$,
1991
2013
  ];
1992
- export var SetSubnets = [9, n0, _SS, 0, () => SetSubnetsInput, () => SetSubnetsOutput];
2014
+ export var SetSubnets$ = [9, n0, _SS, 0, () => SetSubnetsInput$, () => SetSubnetsOutput$];