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