@aws-sdk/client-codedeploy 3.957.0 → 3.958.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 -52
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1288 -991
- 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/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1286 -987
- package/dist-es/waiters/waitForDeploymentSuccessful.js +3 -3
- package/package.json +2 -2
|
@@ -548,1295 +548,1594 @@ const n0 = "com.amazonaws.codedeploy";
|
|
|
548
548
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
549
549
|
import { CodeDeployServiceException } from "../models/CodeDeployServiceException";
|
|
550
550
|
import { AlarmsLimitExceededException, ApplicationAlreadyExistsException, ApplicationDoesNotExistException, ApplicationLimitExceededException, ApplicationNameRequiredException, ArnNotSupportedException, BatchLimitExceededException, BucketNameFilterRequiredException, DeploymentAlreadyCompletedException, DeploymentConfigAlreadyExistsException, DeploymentConfigDoesNotExistException, DeploymentConfigInUseException, DeploymentConfigLimitExceededException, DeploymentConfigNameRequiredException, DeploymentDoesNotExistException, DeploymentGroupAlreadyExistsException, DeploymentGroupDoesNotExistException, DeploymentGroupLimitExceededException, DeploymentGroupNameRequiredException, DeploymentIdRequiredException, DeploymentIsNotInReadyStateException, DeploymentLimitExceededException, DeploymentNotStartedException, DeploymentTargetDoesNotExistException, DeploymentTargetIdRequiredException, DeploymentTargetListSizeExceededException, DescriptionTooLongException, ECSServiceMappingLimitExceededException, GitHubAccountTokenDoesNotExistException, GitHubAccountTokenNameRequiredException, IamArnRequiredException, IamSessionArnAlreadyRegisteredException, IamUserArnAlreadyRegisteredException, IamUserArnRequiredException, InstanceDoesNotExistException, InstanceIdRequiredException, InstanceLimitExceededException, InstanceNameAlreadyRegisteredException, InstanceNameRequiredException, InstanceNotRegisteredException, InvalidAlarmConfigException, InvalidApplicationNameException, InvalidArnException, InvalidAutoRollbackConfigException, InvalidAutoScalingGroupException, InvalidBlueGreenDeploymentConfigurationException, InvalidBucketNameFilterException, InvalidComputePlatformException, InvalidDeployedStateFilterException, InvalidDeploymentConfigNameException, InvalidDeploymentGroupNameException, InvalidDeploymentIdException, InvalidDeploymentInstanceTypeException, InvalidDeploymentStatusException, InvalidDeploymentStyleException, InvalidDeploymentTargetIdException, InvalidDeploymentWaitTypeException, InvalidEC2TagCombinationException, InvalidEC2TagException, InvalidECSServiceException, InvalidExternalIdException, InvalidFileExistsBehaviorException, InvalidGitHubAccountTokenException, InvalidGitHubAccountTokenNameException, InvalidIamSessionArnException, InvalidIamUserArnException, InvalidIgnoreApplicationStopFailuresValueException, InvalidInputException, InvalidInstanceNameException, InvalidInstanceStatusException, InvalidInstanceTypeException, InvalidKeyPrefixFilterException, InvalidLifecycleEventHookExecutionIdException, InvalidLifecycleEventHookExecutionStatusException, InvalidLoadBalancerInfoException, InvalidMinimumHealthyHostValueException, InvalidNextTokenException, InvalidOnPremisesTagCombinationException, InvalidOperationException, InvalidRegistrationStatusException, InvalidRevisionException, InvalidRoleException, InvalidSortByException, InvalidSortOrderException, InvalidTagException, InvalidTagFilterException, InvalidTagsToAddException, InvalidTargetFilterNameException, InvalidTargetGroupPairException, InvalidTargetInstancesException, InvalidTimeRangeException, InvalidTrafficRoutingConfigurationException, InvalidTriggerConfigException, InvalidUpdateOutdatedInstancesOnlyValueException, InvalidZonalDeploymentConfigurationException, LifecycleEventAlreadyCompletedException, LifecycleHookLimitExceededException, MultipleIamArnsProvidedException, OperationNotSupportedException, ResourceArnRequiredException, ResourceValidationException, RevisionDoesNotExistException, RevisionRequiredException, RoleRequiredException, TagLimitExceededException, TagRequiredException, TagSetListLimitExceededException, ThrottlingException, TriggerTargetsLimitExceededException, UnsupportedActionForDeploymentTypeException, } from "../models/errors";
|
|
551
|
-
export var AddTagsToOnPremisesInstancesInput$ = [
|
|
552
|
-
3,
|
|
553
|
-
n0,
|
|
554
|
-
_ATTOPII,
|
|
551
|
+
export var AddTagsToOnPremisesInstancesInput$ = [3, n0, _ATTOPII,
|
|
555
552
|
0,
|
|
556
553
|
[_t, _iN],
|
|
557
|
-
[() => TagList, 64 | 0]
|
|
554
|
+
[() => TagList, 64 | 0]
|
|
555
|
+
];
|
|
556
|
+
export var Alarm$ = [3, n0, _A,
|
|
557
|
+
0,
|
|
558
|
+
[_n],
|
|
559
|
+
[0]
|
|
560
|
+
];
|
|
561
|
+
export var AlarmConfiguration$ = [3, n0, _AC,
|
|
562
|
+
0,
|
|
563
|
+
[_e, _iPAF, _a],
|
|
564
|
+
[2, 2, () => AlarmList]
|
|
565
|
+
];
|
|
566
|
+
export var AlarmsLimitExceededException$ = [-3, n0, _ALEE,
|
|
567
|
+
{ [_er]: _c },
|
|
568
|
+
[_m],
|
|
569
|
+
[0]
|
|
558
570
|
];
|
|
559
|
-
export var Alarm$ = [3, n0, _A, 0, [_n], [0]];
|
|
560
|
-
export var AlarmConfiguration$ = [3, n0, _AC, 0, [_e, _iPAF, _a], [2, 2, () => AlarmList]];
|
|
561
|
-
export var AlarmsLimitExceededException$ = [-3, n0, _ALEE, { [_er]: _c }, [_m], [0]];
|
|
562
571
|
TypeRegistry.for(n0).registerError(AlarmsLimitExceededException$, AlarmsLimitExceededException);
|
|
563
|
-
export var ApplicationAlreadyExistsException$ = [-3, n0, _AAEE,
|
|
572
|
+
export var ApplicationAlreadyExistsException$ = [-3, n0, _AAEE,
|
|
573
|
+
{ [_er]: _c },
|
|
574
|
+
[_m],
|
|
575
|
+
[0]
|
|
576
|
+
];
|
|
564
577
|
TypeRegistry.for(n0).registerError(ApplicationAlreadyExistsException$, ApplicationAlreadyExistsException);
|
|
565
|
-
export var ApplicationDoesNotExistException$ = [-3, n0, _ADNEE,
|
|
578
|
+
export var ApplicationDoesNotExistException$ = [-3, n0, _ADNEE,
|
|
579
|
+
{ [_er]: _c },
|
|
580
|
+
[_m],
|
|
581
|
+
[0]
|
|
582
|
+
];
|
|
566
583
|
TypeRegistry.for(n0).registerError(ApplicationDoesNotExistException$, ApplicationDoesNotExistException);
|
|
567
|
-
export var ApplicationInfo$ = [
|
|
568
|
-
3,
|
|
569
|
-
n0,
|
|
570
|
-
_AI,
|
|
584
|
+
export var ApplicationInfo$ = [3, n0, _AI,
|
|
571
585
|
0,
|
|
572
586
|
[_aI, _aN, _cT, _lTGH, _gHAN, _cP],
|
|
573
|
-
[0, 0, 4, 2, 0, 0]
|
|
587
|
+
[0, 0, 4, 2, 0, 0]
|
|
588
|
+
];
|
|
589
|
+
export var ApplicationLimitExceededException$ = [-3, n0, _ALEEp,
|
|
590
|
+
{ [_er]: _c },
|
|
591
|
+
[_m],
|
|
592
|
+
[0]
|
|
574
593
|
];
|
|
575
|
-
export var ApplicationLimitExceededException$ = [-3, n0, _ALEEp, { [_er]: _c }, [_m], [0]];
|
|
576
594
|
TypeRegistry.for(n0).registerError(ApplicationLimitExceededException$, ApplicationLimitExceededException);
|
|
577
|
-
export var ApplicationNameRequiredException$ = [-3, n0, _ANRE,
|
|
595
|
+
export var ApplicationNameRequiredException$ = [-3, n0, _ANRE,
|
|
596
|
+
{ [_er]: _c },
|
|
597
|
+
[_m],
|
|
598
|
+
[0]
|
|
599
|
+
];
|
|
578
600
|
TypeRegistry.for(n0).registerError(ApplicationNameRequiredException$, ApplicationNameRequiredException);
|
|
579
|
-
export var AppSpecContent$ = [3, n0, _ASC,
|
|
580
|
-
|
|
601
|
+
export var AppSpecContent$ = [3, n0, _ASC,
|
|
602
|
+
0,
|
|
603
|
+
[_co, _s],
|
|
604
|
+
[0, 0]
|
|
605
|
+
];
|
|
606
|
+
export var ArnNotSupportedException$ = [-3, n0, _ANSE,
|
|
607
|
+
{ [_er]: _c },
|
|
608
|
+
[_m],
|
|
609
|
+
[0]
|
|
610
|
+
];
|
|
581
611
|
TypeRegistry.for(n0).registerError(ArnNotSupportedException$, ArnNotSupportedException);
|
|
582
|
-
export var AutoRollbackConfiguration$ = [3, n0, _ARC,
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
612
|
+
export var AutoRollbackConfiguration$ = [3, n0, _ARC,
|
|
613
|
+
0,
|
|
614
|
+
[_e, _ev],
|
|
615
|
+
[2, 64 | 0]
|
|
616
|
+
];
|
|
617
|
+
export var AutoScalingGroup$ = [3, n0, _ASG,
|
|
618
|
+
0,
|
|
619
|
+
[_n, _h, _tH],
|
|
620
|
+
[0, 0, 0]
|
|
621
|
+
];
|
|
622
|
+
export var BatchGetApplicationRevisionsInput$ = [3, n0, _BGARI,
|
|
588
623
|
0,
|
|
589
624
|
[_aN, _r],
|
|
590
|
-
[0, () => RevisionLocationList]
|
|
625
|
+
[0, () => RevisionLocationList]
|
|
591
626
|
];
|
|
592
|
-
export var BatchGetApplicationRevisionsOutput$ = [
|
|
593
|
-
3,
|
|
594
|
-
n0,
|
|
595
|
-
_BGARO,
|
|
627
|
+
export var BatchGetApplicationRevisionsOutput$ = [3, n0, _BGARO,
|
|
596
628
|
0,
|
|
597
629
|
[_aN, _eM, _r],
|
|
598
|
-
[0, 0, () => RevisionInfoList]
|
|
630
|
+
[0, 0, () => RevisionInfoList]
|
|
631
|
+
];
|
|
632
|
+
export var BatchGetApplicationsInput$ = [3, n0, _BGAI,
|
|
633
|
+
0,
|
|
634
|
+
[_aNp],
|
|
635
|
+
[64 | 0]
|
|
599
636
|
];
|
|
600
|
-
export var
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
637
|
+
export var BatchGetApplicationsOutput$ = [3, n0, _BGAO,
|
|
638
|
+
0,
|
|
639
|
+
[_aIp],
|
|
640
|
+
[() => ApplicationsInfoList]
|
|
641
|
+
];
|
|
642
|
+
export var BatchGetDeploymentGroupsInput$ = [3, n0, _BGDGI,
|
|
643
|
+
0,
|
|
644
|
+
[_aN, _dGN],
|
|
645
|
+
[0, 64 | 0]
|
|
646
|
+
];
|
|
647
|
+
export var BatchGetDeploymentGroupsOutput$ = [3, n0, _BGDGO,
|
|
607
648
|
0,
|
|
608
649
|
[_dGI, _eM],
|
|
609
|
-
[() => DeploymentGroupInfoList, 0]
|
|
650
|
+
[() => DeploymentGroupInfoList, 0]
|
|
651
|
+
];
|
|
652
|
+
export var BatchGetDeploymentInstancesInput$ = [3, n0, _BGDII,
|
|
653
|
+
0,
|
|
654
|
+
[_dI, _iI],
|
|
655
|
+
[0, 64 | 0]
|
|
610
656
|
];
|
|
611
|
-
export var
|
|
612
|
-
export var BatchGetDeploymentInstancesOutput$ = [
|
|
613
|
-
3,
|
|
614
|
-
n0,
|
|
615
|
-
_BGDIO,
|
|
657
|
+
export var BatchGetDeploymentInstancesOutput$ = [3, n0, _BGDIO,
|
|
616
658
|
0,
|
|
617
659
|
[_iS, _eM],
|
|
618
|
-
[() => InstanceSummaryList, 0]
|
|
660
|
+
[() => InstanceSummaryList, 0]
|
|
661
|
+
];
|
|
662
|
+
export var BatchGetDeploymentsInput$ = [3, n0, _BGDI,
|
|
663
|
+
0,
|
|
664
|
+
[_dIe],
|
|
665
|
+
[64 | 0]
|
|
666
|
+
];
|
|
667
|
+
export var BatchGetDeploymentsOutput$ = [3, n0, _BGDO,
|
|
668
|
+
0,
|
|
669
|
+
[_dIep],
|
|
670
|
+
[() => DeploymentsInfoList]
|
|
619
671
|
];
|
|
620
|
-
export var
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
_BGDTO,
|
|
672
|
+
export var BatchGetDeploymentTargetsInput$ = [3, n0, _BGDTI,
|
|
673
|
+
0,
|
|
674
|
+
[_dI, _tI],
|
|
675
|
+
[0, 64 | 0]
|
|
676
|
+
];
|
|
677
|
+
export var BatchGetDeploymentTargetsOutput$ = [3, n0, _BGDTO,
|
|
627
678
|
0,
|
|
628
679
|
[_dT],
|
|
629
|
-
[() => DeploymentTargetList]
|
|
680
|
+
[() => DeploymentTargetList]
|
|
630
681
|
];
|
|
631
|
-
export var BatchGetOnPremisesInstancesInput$ = [3, n0, _BGOPII,
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
682
|
+
export var BatchGetOnPremisesInstancesInput$ = [3, n0, _BGOPII,
|
|
683
|
+
0,
|
|
684
|
+
[_iN],
|
|
685
|
+
[64 | 0]
|
|
686
|
+
];
|
|
687
|
+
export var BatchGetOnPremisesInstancesOutput$ = [3, n0, _BGOPIO,
|
|
636
688
|
0,
|
|
637
689
|
[_iIn],
|
|
638
|
-
[() => InstanceInfoList]
|
|
690
|
+
[() => InstanceInfoList]
|
|
691
|
+
];
|
|
692
|
+
export var BatchLimitExceededException$ = [-3, n0, _BLEE,
|
|
693
|
+
{ [_er]: _c },
|
|
694
|
+
[_m],
|
|
695
|
+
[0]
|
|
639
696
|
];
|
|
640
|
-
export var BatchLimitExceededException$ = [-3, n0, _BLEE, { [_er]: _c }, [_m], [0]];
|
|
641
697
|
TypeRegistry.for(n0).registerError(BatchLimitExceededException$, BatchLimitExceededException);
|
|
642
|
-
export var BlueGreenDeploymentConfiguration$ = [
|
|
643
|
-
3,
|
|
644
|
-
n0,
|
|
645
|
-
_BGDC,
|
|
698
|
+
export var BlueGreenDeploymentConfiguration$ = [3, n0, _BGDC,
|
|
646
699
|
0,
|
|
647
700
|
[_tBIODS, _dRO, _gFPO],
|
|
648
|
-
[() => BlueInstanceTerminationOption$, () => DeploymentReadyOption$, () => GreenFleetProvisioningOption$]
|
|
701
|
+
[() => BlueInstanceTerminationOption$, () => DeploymentReadyOption$, () => GreenFleetProvisioningOption$]
|
|
702
|
+
];
|
|
703
|
+
export var BlueInstanceTerminationOption$ = [3, n0, _BITO,
|
|
704
|
+
0,
|
|
705
|
+
[_ac, _tWTIM],
|
|
706
|
+
[0, 1]
|
|
707
|
+
];
|
|
708
|
+
export var BucketNameFilterRequiredException$ = [-3, n0, _BNFRE,
|
|
709
|
+
{ [_er]: _c },
|
|
710
|
+
[_m],
|
|
711
|
+
[0]
|
|
649
712
|
];
|
|
650
|
-
export var BlueInstanceTerminationOption$ = [3, n0, _BITO, 0, [_ac, _tWTIM], [0, 1]];
|
|
651
|
-
export var BucketNameFilterRequiredException$ = [-3, n0, _BNFRE, { [_er]: _c }, [_m], [0]];
|
|
652
713
|
TypeRegistry.for(n0).registerError(BucketNameFilterRequiredException$, BucketNameFilterRequiredException);
|
|
653
|
-
export var CloudFormationTarget$ = [
|
|
654
|
-
3,
|
|
655
|
-
n0,
|
|
656
|
-
_CFT,
|
|
714
|
+
export var CloudFormationTarget$ = [3, n0, _CFT,
|
|
657
715
|
0,
|
|
658
716
|
[_dI, _tIa, _lUA, _lE, _st, _rT, _tVW],
|
|
659
|
-
[0, 0, 4, () => LifecycleEventList, 0, 0, 1]
|
|
717
|
+
[0, 0, 4, () => LifecycleEventList, 0, 0, 1]
|
|
718
|
+
];
|
|
719
|
+
export var ContinueDeploymentInput$ = [3, n0, _CDI,
|
|
720
|
+
0,
|
|
721
|
+
[_dI, _dWT],
|
|
722
|
+
[0, 0]
|
|
723
|
+
];
|
|
724
|
+
export var CreateApplicationInput$ = [3, n0, _CAI,
|
|
725
|
+
0,
|
|
726
|
+
[_aN, _cP, _t],
|
|
727
|
+
[0, 0, () => TagList]
|
|
728
|
+
];
|
|
729
|
+
export var CreateApplicationOutput$ = [3, n0, _CAO,
|
|
730
|
+
0,
|
|
731
|
+
[_aI],
|
|
732
|
+
[0]
|
|
660
733
|
];
|
|
661
|
-
export var
|
|
662
|
-
export var CreateApplicationInput$ = [3, n0, _CAI, 0, [_aN, _cP, _t], [0, 0, () => TagList]];
|
|
663
|
-
export var CreateApplicationOutput$ = [3, n0, _CAO, 0, [_aI], [0]];
|
|
664
|
-
export var CreateDeploymentConfigInput$ = [
|
|
665
|
-
3,
|
|
666
|
-
n0,
|
|
667
|
-
_CDCI,
|
|
734
|
+
export var CreateDeploymentConfigInput$ = [3, n0, _CDCI,
|
|
668
735
|
0,
|
|
669
736
|
[_dCN, _mHH, _tRC, _cP, _zC],
|
|
670
|
-
[0, () => MinimumHealthyHosts$, () => TrafficRoutingConfig$, 0, () => ZonalConfig$]
|
|
737
|
+
[0, () => MinimumHealthyHosts$, () => TrafficRoutingConfig$, 0, () => ZonalConfig$]
|
|
738
|
+
];
|
|
739
|
+
export var CreateDeploymentConfigOutput$ = [3, n0, _CDCO,
|
|
740
|
+
0,
|
|
741
|
+
[_dCI],
|
|
742
|
+
[0]
|
|
671
743
|
];
|
|
672
|
-
export var
|
|
673
|
-
export var CreateDeploymentGroupInput$ = [
|
|
674
|
-
3,
|
|
675
|
-
n0,
|
|
676
|
-
_CDGI,
|
|
744
|
+
export var CreateDeploymentGroupInput$ = [3, n0, _CDGI,
|
|
677
745
|
0,
|
|
678
746
|
[_aN, _dGNe, _dCN, _eTF, _oPITF, _aSG, _sRA, _tC, _aC, _aRC, _oIS, _dS, _bGDC, _lBI, _eTS, _eS, _oPTS, _t, _tHE],
|
|
679
|
-
[
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
() => TriggerConfigList,
|
|
688
|
-
() => AlarmConfiguration$,
|
|
689
|
-
() => AutoRollbackConfiguration$,
|
|
690
|
-
0,
|
|
691
|
-
() => DeploymentStyle$,
|
|
692
|
-
() => BlueGreenDeploymentConfiguration$,
|
|
693
|
-
() => LoadBalancerInfo$,
|
|
694
|
-
() => EC2TagSet$,
|
|
695
|
-
() => ECSServiceList,
|
|
696
|
-
() => OnPremisesTagSet$,
|
|
697
|
-
() => TagList,
|
|
698
|
-
2,
|
|
699
|
-
],
|
|
700
|
-
];
|
|
701
|
-
export var CreateDeploymentGroupOutput$ = [3, n0, _CDGO, 0, [_dGIe], [0]];
|
|
702
|
-
export var CreateDeploymentInput$ = [
|
|
703
|
-
3,
|
|
704
|
-
n0,
|
|
705
|
-
_CDIr,
|
|
747
|
+
[0, 0, 0, () => EC2TagFilterList, () => TagFilterList, 64 | 0, 0, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, 0, () => DeploymentStyle$, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => EC2TagSet$, () => ECSServiceList, () => OnPremisesTagSet$, () => TagList, 2]
|
|
748
|
+
];
|
|
749
|
+
export var CreateDeploymentGroupOutput$ = [3, n0, _CDGO,
|
|
750
|
+
0,
|
|
751
|
+
[_dGIe],
|
|
752
|
+
[0]
|
|
753
|
+
];
|
|
754
|
+
export var CreateDeploymentInput$ = [3, n0, _CDIr,
|
|
706
755
|
0,
|
|
707
756
|
[_aN, _dGNe, _re, _dCN, _d, _iASF, _tIar, _aRC, _uOIO, _fEB, _oAC],
|
|
708
|
-
[
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
export var DeleteDeploymentGroupInput$ = [3, n0, _DDGI,
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
757
|
+
[0, 0, () => RevisionLocation$, 0, 0, 2, () => TargetInstances$, () => AutoRollbackConfiguration$, 2, 0, () => AlarmConfiguration$]
|
|
758
|
+
];
|
|
759
|
+
export var CreateDeploymentOutput$ = [3, n0, _CDO,
|
|
760
|
+
0,
|
|
761
|
+
[_dI],
|
|
762
|
+
[0]
|
|
763
|
+
];
|
|
764
|
+
export var DeleteApplicationInput$ = [3, n0, _DAI,
|
|
765
|
+
0,
|
|
766
|
+
[_aN],
|
|
767
|
+
[0]
|
|
768
|
+
];
|
|
769
|
+
export var DeleteDeploymentConfigInput$ = [3, n0, _DDCI,
|
|
770
|
+
0,
|
|
771
|
+
[_dCN],
|
|
772
|
+
[0]
|
|
773
|
+
];
|
|
774
|
+
export var DeleteDeploymentGroupInput$ = [3, n0, _DDGI,
|
|
775
|
+
0,
|
|
776
|
+
[_aN, _dGNe],
|
|
777
|
+
[0, 0]
|
|
778
|
+
];
|
|
779
|
+
export var DeleteDeploymentGroupOutput$ = [3, n0, _DDGO,
|
|
730
780
|
0,
|
|
731
781
|
[_hNCU],
|
|
732
|
-
[() => AutoScalingGroupList]
|
|
782
|
+
[() => AutoScalingGroupList]
|
|
783
|
+
];
|
|
784
|
+
export var DeleteGitHubAccountTokenInput$ = [3, n0, _DGHATI,
|
|
785
|
+
0,
|
|
786
|
+
[_tN],
|
|
787
|
+
[0]
|
|
788
|
+
];
|
|
789
|
+
export var DeleteGitHubAccountTokenOutput$ = [3, n0, _DGHATO,
|
|
790
|
+
0,
|
|
791
|
+
[_tN],
|
|
792
|
+
[0]
|
|
793
|
+
];
|
|
794
|
+
export var DeleteResourcesByExternalIdInput$ = [3, n0, _DRBEII,
|
|
795
|
+
0,
|
|
796
|
+
[_eI],
|
|
797
|
+
[0]
|
|
798
|
+
];
|
|
799
|
+
export var DeleteResourcesByExternalIdOutput$ = [3, n0, _DRBEIO,
|
|
800
|
+
0,
|
|
801
|
+
[],
|
|
802
|
+
[]
|
|
803
|
+
];
|
|
804
|
+
export var DeploymentAlreadyCompletedException$ = [-3, n0, _DACE,
|
|
805
|
+
{ [_er]: _c },
|
|
806
|
+
[_m],
|
|
807
|
+
[0]
|
|
733
808
|
];
|
|
734
|
-
export var DeleteGitHubAccountTokenInput$ = [3, n0, _DGHATI, 0, [_tN], [0]];
|
|
735
|
-
export var DeleteGitHubAccountTokenOutput$ = [3, n0, _DGHATO, 0, [_tN], [0]];
|
|
736
|
-
export var DeleteResourcesByExternalIdInput$ = [3, n0, _DRBEII, 0, [_eI], [0]];
|
|
737
|
-
export var DeleteResourcesByExternalIdOutput$ = [3, n0, _DRBEIO, 0, [], []];
|
|
738
|
-
export var DeploymentAlreadyCompletedException$ = [-3, n0, _DACE, { [_er]: _c }, [_m], [0]];
|
|
739
809
|
TypeRegistry.for(n0).registerError(DeploymentAlreadyCompletedException$, DeploymentAlreadyCompletedException);
|
|
740
|
-
export var DeploymentConfigAlreadyExistsException$ = [-3, n0, _DCAEE,
|
|
810
|
+
export var DeploymentConfigAlreadyExistsException$ = [-3, n0, _DCAEE,
|
|
811
|
+
{ [_er]: _c },
|
|
812
|
+
[_m],
|
|
813
|
+
[0]
|
|
814
|
+
];
|
|
741
815
|
TypeRegistry.for(n0).registerError(DeploymentConfigAlreadyExistsException$, DeploymentConfigAlreadyExistsException);
|
|
742
|
-
export var DeploymentConfigDoesNotExistException$ = [-3, n0, _DCDNEE,
|
|
816
|
+
export var DeploymentConfigDoesNotExistException$ = [-3, n0, _DCDNEE,
|
|
817
|
+
{ [_er]: _c },
|
|
818
|
+
[_m],
|
|
819
|
+
[0]
|
|
820
|
+
];
|
|
743
821
|
TypeRegistry.for(n0).registerError(DeploymentConfigDoesNotExistException$, DeploymentConfigDoesNotExistException);
|
|
744
|
-
export var DeploymentConfigInfo$ = [
|
|
745
|
-
3,
|
|
746
|
-
n0,
|
|
747
|
-
_DCI,
|
|
822
|
+
export var DeploymentConfigInfo$ = [3, n0, _DCI,
|
|
748
823
|
0,
|
|
749
824
|
[_dCI, _dCN, _mHH, _cT, _cP, _tRC, _zC],
|
|
750
|
-
[0, 0, () => MinimumHealthyHosts$, 4, 0, () => TrafficRoutingConfig$, () => ZonalConfig$]
|
|
825
|
+
[0, 0, () => MinimumHealthyHosts$, 4, 0, () => TrafficRoutingConfig$, () => ZonalConfig$]
|
|
826
|
+
];
|
|
827
|
+
export var DeploymentConfigInUseException$ = [-3, n0, _DCIUE,
|
|
828
|
+
{ [_er]: _c },
|
|
829
|
+
[_m],
|
|
830
|
+
[0]
|
|
751
831
|
];
|
|
752
|
-
export var DeploymentConfigInUseException$ = [-3, n0, _DCIUE, { [_er]: _c }, [_m], [0]];
|
|
753
832
|
TypeRegistry.for(n0).registerError(DeploymentConfigInUseException$, DeploymentConfigInUseException);
|
|
754
|
-
export var DeploymentConfigLimitExceededException$ = [-3, n0, _DCLEE,
|
|
833
|
+
export var DeploymentConfigLimitExceededException$ = [-3, n0, _DCLEE,
|
|
834
|
+
{ [_er]: _c },
|
|
835
|
+
[_m],
|
|
836
|
+
[0]
|
|
837
|
+
];
|
|
755
838
|
TypeRegistry.for(n0).registerError(DeploymentConfigLimitExceededException$, DeploymentConfigLimitExceededException);
|
|
756
|
-
export var DeploymentConfigNameRequiredException$ = [-3, n0, _DCNRE,
|
|
839
|
+
export var DeploymentConfigNameRequiredException$ = [-3, n0, _DCNRE,
|
|
840
|
+
{ [_er]: _c },
|
|
841
|
+
[_m],
|
|
842
|
+
[0]
|
|
843
|
+
];
|
|
757
844
|
TypeRegistry.for(n0).registerError(DeploymentConfigNameRequiredException$, DeploymentConfigNameRequiredException);
|
|
758
|
-
export var DeploymentDoesNotExistException$ = [-3, n0, _DDNEE,
|
|
845
|
+
export var DeploymentDoesNotExistException$ = [-3, n0, _DDNEE,
|
|
846
|
+
{ [_er]: _c },
|
|
847
|
+
[_m],
|
|
848
|
+
[0]
|
|
849
|
+
];
|
|
759
850
|
TypeRegistry.for(n0).registerError(DeploymentDoesNotExistException$, DeploymentDoesNotExistException);
|
|
760
|
-
export var DeploymentGroupAlreadyExistsException$ = [-3, n0, _DGAEE,
|
|
851
|
+
export var DeploymentGroupAlreadyExistsException$ = [-3, n0, _DGAEE,
|
|
852
|
+
{ [_er]: _c },
|
|
853
|
+
[_m],
|
|
854
|
+
[0]
|
|
855
|
+
];
|
|
761
856
|
TypeRegistry.for(n0).registerError(DeploymentGroupAlreadyExistsException$, DeploymentGroupAlreadyExistsException);
|
|
762
|
-
export var DeploymentGroupDoesNotExistException$ = [-3, n0, _DGDNEE,
|
|
857
|
+
export var DeploymentGroupDoesNotExistException$ = [-3, n0, _DGDNEE,
|
|
858
|
+
{ [_er]: _c },
|
|
859
|
+
[_m],
|
|
860
|
+
[0]
|
|
861
|
+
];
|
|
763
862
|
TypeRegistry.for(n0).registerError(DeploymentGroupDoesNotExistException$, DeploymentGroupDoesNotExistException);
|
|
764
|
-
export var DeploymentGroupInfo$ = [
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
_eTF,
|
|
775
|
-
_oPITF,
|
|
776
|
-
_aSG,
|
|
777
|
-
_sRA,
|
|
778
|
-
_tR,
|
|
779
|
-
_tC,
|
|
780
|
-
_aC,
|
|
781
|
-
_aRC,
|
|
782
|
-
_dS,
|
|
783
|
-
_oIS,
|
|
784
|
-
_bGDC,
|
|
785
|
-
_lBI,
|
|
786
|
-
_lSD,
|
|
787
|
-
_lAD,
|
|
788
|
-
_eTS,
|
|
789
|
-
_oPTS,
|
|
790
|
-
_cP,
|
|
791
|
-
_eS,
|
|
792
|
-
_tHE,
|
|
793
|
-
],
|
|
794
|
-
[
|
|
795
|
-
0,
|
|
796
|
-
0,
|
|
797
|
-
0,
|
|
798
|
-
0,
|
|
799
|
-
() => EC2TagFilterList,
|
|
800
|
-
() => TagFilterList,
|
|
801
|
-
() => AutoScalingGroupList,
|
|
802
|
-
0,
|
|
803
|
-
() => RevisionLocation$,
|
|
804
|
-
() => TriggerConfigList,
|
|
805
|
-
() => AlarmConfiguration$,
|
|
806
|
-
() => AutoRollbackConfiguration$,
|
|
807
|
-
() => DeploymentStyle$,
|
|
808
|
-
0,
|
|
809
|
-
() => BlueGreenDeploymentConfiguration$,
|
|
810
|
-
() => LoadBalancerInfo$,
|
|
811
|
-
() => LastDeploymentInfo$,
|
|
812
|
-
() => LastDeploymentInfo$,
|
|
813
|
-
() => EC2TagSet$,
|
|
814
|
-
() => OnPremisesTagSet$,
|
|
815
|
-
0,
|
|
816
|
-
() => ECSServiceList,
|
|
817
|
-
2,
|
|
818
|
-
],
|
|
819
|
-
];
|
|
820
|
-
export var DeploymentGroupLimitExceededException$ = [-3, n0, _DGLEE, { [_er]: _c }, [_m], [0]];
|
|
863
|
+
export var DeploymentGroupInfo$ = [3, n0, _DGI,
|
|
864
|
+
0,
|
|
865
|
+
[_aN, _dGIe, _dGNe, _dCN, _eTF, _oPITF, _aSG, _sRA, _tR, _tC, _aC, _aRC, _dS, _oIS, _bGDC, _lBI, _lSD, _lAD, _eTS, _oPTS, _cP, _eS, _tHE],
|
|
866
|
+
[0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, () => AutoScalingGroupList, 0, () => RevisionLocation$, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, () => DeploymentStyle$, 0, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => LastDeploymentInfo$, () => LastDeploymentInfo$, () => EC2TagSet$, () => OnPremisesTagSet$, 0, () => ECSServiceList, 2]
|
|
867
|
+
];
|
|
868
|
+
export var DeploymentGroupLimitExceededException$ = [-3, n0, _DGLEE,
|
|
869
|
+
{ [_er]: _c },
|
|
870
|
+
[_m],
|
|
871
|
+
[0]
|
|
872
|
+
];
|
|
821
873
|
TypeRegistry.for(n0).registerError(DeploymentGroupLimitExceededException$, DeploymentGroupLimitExceededException);
|
|
822
|
-
export var DeploymentGroupNameRequiredException$ = [-3, n0, _DGNRE,
|
|
874
|
+
export var DeploymentGroupNameRequiredException$ = [-3, n0, _DGNRE,
|
|
875
|
+
{ [_er]: _c },
|
|
876
|
+
[_m],
|
|
877
|
+
[0]
|
|
878
|
+
];
|
|
823
879
|
TypeRegistry.for(n0).registerError(DeploymentGroupNameRequiredException$, DeploymentGroupNameRequiredException);
|
|
824
|
-
export var DeploymentIdRequiredException$ = [-3, n0, _DIRE,
|
|
880
|
+
export var DeploymentIdRequiredException$ = [-3, n0, _DIRE,
|
|
881
|
+
{ [_er]: _c },
|
|
882
|
+
[_m],
|
|
883
|
+
[0]
|
|
884
|
+
];
|
|
825
885
|
TypeRegistry.for(n0).registerError(DeploymentIdRequiredException$, DeploymentIdRequiredException);
|
|
826
|
-
export var DeploymentInfo$ = [
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
_pR,
|
|
837
|
-
_re,
|
|
838
|
-
_st,
|
|
839
|
-
_eIr,
|
|
840
|
-
_cT,
|
|
841
|
-
_sT,
|
|
842
|
-
_cTo,
|
|
843
|
-
_dO,
|
|
844
|
-
_d,
|
|
845
|
-
_cr,
|
|
846
|
-
_iASF,
|
|
847
|
-
_aRC,
|
|
848
|
-
_uOIO,
|
|
849
|
-
_rI,
|
|
850
|
-
_dS,
|
|
851
|
-
_tIar,
|
|
852
|
-
_iTWTS,
|
|
853
|
-
_bGDC,
|
|
854
|
-
_lBI,
|
|
855
|
-
_aDSI,
|
|
856
|
-
_fEB,
|
|
857
|
-
_dSM,
|
|
858
|
-
_cP,
|
|
859
|
-
_eI,
|
|
860
|
-
_rD,
|
|
861
|
-
_oAC,
|
|
862
|
-
],
|
|
863
|
-
[
|
|
864
|
-
0,
|
|
865
|
-
0,
|
|
866
|
-
0,
|
|
867
|
-
0,
|
|
868
|
-
() => RevisionLocation$,
|
|
869
|
-
() => RevisionLocation$,
|
|
870
|
-
0,
|
|
871
|
-
() => ErrorInformation$,
|
|
872
|
-
4,
|
|
873
|
-
4,
|
|
874
|
-
4,
|
|
875
|
-
() => DeploymentOverview$,
|
|
876
|
-
0,
|
|
877
|
-
0,
|
|
878
|
-
2,
|
|
879
|
-
() => AutoRollbackConfiguration$,
|
|
880
|
-
2,
|
|
881
|
-
() => RollbackInfo$,
|
|
882
|
-
() => DeploymentStyle$,
|
|
883
|
-
() => TargetInstances$,
|
|
884
|
-
2,
|
|
885
|
-
() => BlueGreenDeploymentConfiguration$,
|
|
886
|
-
() => LoadBalancerInfo$,
|
|
887
|
-
0,
|
|
888
|
-
0,
|
|
889
|
-
64 | 0,
|
|
890
|
-
0,
|
|
891
|
-
0,
|
|
892
|
-
() => RelatedDeployments$,
|
|
893
|
-
() => AlarmConfiguration$,
|
|
894
|
-
],
|
|
895
|
-
];
|
|
896
|
-
export var DeploymentIsNotInReadyStateException$ = [-3, n0, _DINIRSE, { [_er]: _c }, [_m], [0]];
|
|
886
|
+
export var DeploymentInfo$ = [3, n0, _DI,
|
|
887
|
+
0,
|
|
888
|
+
[_aN, _dGNe, _dCN, _dI, _pR, _re, _st, _eIr, _cT, _sT, _cTo, _dO, _d, _cr, _iASF, _aRC, _uOIO, _rI, _dS, _tIar, _iTWTS, _bGDC, _lBI, _aDSI, _fEB, _dSM, _cP, _eI, _rD, _oAC],
|
|
889
|
+
[0, 0, 0, 0, () => RevisionLocation$, () => RevisionLocation$, 0, () => ErrorInformation$, 4, 4, 4, () => DeploymentOverview$, 0, 0, 2, () => AutoRollbackConfiguration$, 2, () => RollbackInfo$, () => DeploymentStyle$, () => TargetInstances$, 2, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, 0, 0, 64 | 0, 0, 0, () => RelatedDeployments$, () => AlarmConfiguration$]
|
|
890
|
+
];
|
|
891
|
+
export var DeploymentIsNotInReadyStateException$ = [-3, n0, _DINIRSE,
|
|
892
|
+
{ [_er]: _c },
|
|
893
|
+
[_m],
|
|
894
|
+
[0]
|
|
895
|
+
];
|
|
897
896
|
TypeRegistry.for(n0).registerError(DeploymentIsNotInReadyStateException$, DeploymentIsNotInReadyStateException);
|
|
898
|
-
export var DeploymentLimitExceededException$ = [-3, n0, _DLEE,
|
|
897
|
+
export var DeploymentLimitExceededException$ = [-3, n0, _DLEE,
|
|
898
|
+
{ [_er]: _c },
|
|
899
|
+
[_m],
|
|
900
|
+
[0]
|
|
901
|
+
];
|
|
899
902
|
TypeRegistry.for(n0).registerError(DeploymentLimitExceededException$, DeploymentLimitExceededException);
|
|
900
|
-
export var DeploymentNotStartedException$ = [-3, n0, _DNSE,
|
|
903
|
+
export var DeploymentNotStartedException$ = [-3, n0, _DNSE,
|
|
904
|
+
{ [_er]: _c },
|
|
905
|
+
[_m],
|
|
906
|
+
[0]
|
|
907
|
+
];
|
|
901
908
|
TypeRegistry.for(n0).registerError(DeploymentNotStartedException$, DeploymentNotStartedException);
|
|
902
|
-
export var DeploymentOverview$ = [3, n0, _DO,
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
+
export var DeploymentOverview$ = [3, n0, _DO,
|
|
910
|
+
0,
|
|
911
|
+
[_P, _IP, _S, _F, _Sk, _R],
|
|
912
|
+
[1, 1, 1, 1, 1, 1]
|
|
913
|
+
];
|
|
914
|
+
export var DeploymentReadyOption$ = [3, n0, _DRO,
|
|
915
|
+
0,
|
|
916
|
+
[_aOT, _wTIM],
|
|
917
|
+
[0, 1]
|
|
918
|
+
];
|
|
919
|
+
export var DeploymentStyle$ = [3, n0, _DS,
|
|
920
|
+
0,
|
|
921
|
+
[_dTe, _dOe],
|
|
922
|
+
[0, 0]
|
|
923
|
+
];
|
|
924
|
+
export var DeploymentTarget$ = [3, n0, _DT,
|
|
909
925
|
0,
|
|
910
926
|
[_dTT, _iT, _lT, _eT, _cFT],
|
|
911
|
-
[0, () => InstanceTarget$, () => LambdaTarget$, () => ECSTarget$, () => CloudFormationTarget$]
|
|
927
|
+
[0, () => InstanceTarget$, () => LambdaTarget$, () => ECSTarget$, () => CloudFormationTarget$]
|
|
928
|
+
];
|
|
929
|
+
export var DeploymentTargetDoesNotExistException$ = [-3, n0, _DTDNEE,
|
|
930
|
+
{ [_er]: _c },
|
|
931
|
+
[_m],
|
|
932
|
+
[0]
|
|
912
933
|
];
|
|
913
|
-
export var DeploymentTargetDoesNotExistException$ = [-3, n0, _DTDNEE, { [_er]: _c }, [_m], [0]];
|
|
914
934
|
TypeRegistry.for(n0).registerError(DeploymentTargetDoesNotExistException$, DeploymentTargetDoesNotExistException);
|
|
915
|
-
export var DeploymentTargetIdRequiredException$ = [-3, n0, _DTIRE,
|
|
935
|
+
export var DeploymentTargetIdRequiredException$ = [-3, n0, _DTIRE,
|
|
936
|
+
{ [_er]: _c },
|
|
937
|
+
[_m],
|
|
938
|
+
[0]
|
|
939
|
+
];
|
|
916
940
|
TypeRegistry.for(n0).registerError(DeploymentTargetIdRequiredException$, DeploymentTargetIdRequiredException);
|
|
917
|
-
export var DeploymentTargetListSizeExceededException$ = [-3, n0, _DTLSEE,
|
|
941
|
+
export var DeploymentTargetListSizeExceededException$ = [-3, n0, _DTLSEE,
|
|
942
|
+
{ [_er]: _c },
|
|
943
|
+
[_m],
|
|
944
|
+
[0]
|
|
945
|
+
];
|
|
918
946
|
TypeRegistry.for(n0).registerError(DeploymentTargetListSizeExceededException$, DeploymentTargetListSizeExceededException);
|
|
919
|
-
export var DeregisterOnPremisesInstanceInput$ = [3, n0, _DOPII,
|
|
920
|
-
|
|
947
|
+
export var DeregisterOnPremisesInstanceInput$ = [3, n0, _DOPII,
|
|
948
|
+
0,
|
|
949
|
+
[_iNn],
|
|
950
|
+
[0]
|
|
951
|
+
];
|
|
952
|
+
export var DescriptionTooLongException$ = [-3, n0, _DTLE,
|
|
953
|
+
{ [_er]: _c },
|
|
954
|
+
[_m],
|
|
955
|
+
[0]
|
|
956
|
+
];
|
|
921
957
|
TypeRegistry.for(n0).registerError(DescriptionTooLongException$, DescriptionTooLongException);
|
|
922
|
-
export var Diagnostics$ = [3, n0, _D,
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
958
|
+
export var Diagnostics$ = [3, n0, _D,
|
|
959
|
+
0,
|
|
960
|
+
[_eC, _sN, _m, _lTo],
|
|
961
|
+
[0, 0, 0, 0]
|
|
962
|
+
];
|
|
963
|
+
export var EC2TagFilter$ = [3, n0, _ECTF,
|
|
964
|
+
0,
|
|
965
|
+
[_K, _V, _T],
|
|
966
|
+
[0, 0, 0]
|
|
967
|
+
];
|
|
968
|
+
export var EC2TagSet$ = [3, n0, _ECTS,
|
|
969
|
+
0,
|
|
970
|
+
[_eTSL],
|
|
971
|
+
[() => EC2TagSetList]
|
|
972
|
+
];
|
|
973
|
+
export var ECSService$ = [3, n0, _ECSS,
|
|
974
|
+
0,
|
|
975
|
+
[_sNe, _cN],
|
|
976
|
+
[0, 0]
|
|
977
|
+
];
|
|
978
|
+
export var ECSServiceMappingLimitExceededException$ = [-3, n0, _ECSSMLEE,
|
|
979
|
+
{ [_er]: _c },
|
|
980
|
+
[_m],
|
|
981
|
+
[0]
|
|
982
|
+
];
|
|
927
983
|
TypeRegistry.for(n0).registerError(ECSServiceMappingLimitExceededException$, ECSServiceMappingLimitExceededException);
|
|
928
|
-
export var ECSTarget$ = [
|
|
929
|
-
3,
|
|
930
|
-
n0,
|
|
931
|
-
_ECST,
|
|
984
|
+
export var ECSTarget$ = [3, n0, _ECST,
|
|
932
985
|
0,
|
|
933
986
|
[_dI, _tIa, _tA, _lUA, _lE, _st, _tSI],
|
|
934
|
-
[0, 0, 0, 4, () => LifecycleEventList, 0, () => ECSTaskSetList]
|
|
987
|
+
[0, 0, 0, 4, () => LifecycleEventList, 0, () => ECSTaskSetList]
|
|
935
988
|
];
|
|
936
|
-
export var ECSTaskSet$ = [
|
|
937
|
-
3,
|
|
938
|
-
n0,
|
|
939
|
-
_ECSTS,
|
|
989
|
+
export var ECSTaskSet$ = [3, n0, _ECSTS,
|
|
940
990
|
0,
|
|
941
991
|
[_i, _dC, _pC, _rC, _st, _tW, _tG, _tSL],
|
|
942
|
-
[0, 1, 1, 1, 0, 1, () => TargetGroupInfo$, 0]
|
|
992
|
+
[0, 1, 1, 1, 0, 1, () => TargetGroupInfo$, 0]
|
|
993
|
+
];
|
|
994
|
+
export var ELBInfo$ = [3, n0, _ELBI,
|
|
995
|
+
0,
|
|
996
|
+
[_n],
|
|
997
|
+
[0]
|
|
998
|
+
];
|
|
999
|
+
export var ErrorInformation$ = [3, n0, _EI,
|
|
1000
|
+
0,
|
|
1001
|
+
[_cod, _m],
|
|
1002
|
+
[0, 0]
|
|
943
1003
|
];
|
|
944
|
-
export var
|
|
945
|
-
export var ErrorInformation$ = [3, n0, _EI, 0, [_cod, _m], [0, 0]];
|
|
946
|
-
export var GenericRevisionInfo$ = [
|
|
947
|
-
3,
|
|
948
|
-
n0,
|
|
949
|
-
_GRI,
|
|
1004
|
+
export var GenericRevisionInfo$ = [3, n0, _GRI,
|
|
950
1005
|
0,
|
|
951
1006
|
[_d, _dG, _fUT, _lUT, _rTe],
|
|
952
|
-
[0, 64 | 0, 4, 4, 4]
|
|
1007
|
+
[0, 64 | 0, 4, 4, 4]
|
|
953
1008
|
];
|
|
954
|
-
export var GetApplicationInput$ = [3, n0, _GAI,
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
1009
|
+
export var GetApplicationInput$ = [3, n0, _GAI,
|
|
1010
|
+
0,
|
|
1011
|
+
[_aN],
|
|
1012
|
+
[0]
|
|
1013
|
+
];
|
|
1014
|
+
export var GetApplicationOutput$ = [3, n0, _GAO,
|
|
1015
|
+
0,
|
|
1016
|
+
[_ap],
|
|
1017
|
+
[() => ApplicationInfo$]
|
|
1018
|
+
];
|
|
1019
|
+
export var GetApplicationRevisionInput$ = [3, n0, _GARI,
|
|
960
1020
|
0,
|
|
961
1021
|
[_aN, _re],
|
|
962
|
-
[0, () => RevisionLocation$]
|
|
1022
|
+
[0, () => RevisionLocation$]
|
|
963
1023
|
];
|
|
964
|
-
export var GetApplicationRevisionOutput$ = [
|
|
965
|
-
3,
|
|
966
|
-
n0,
|
|
967
|
-
_GARO,
|
|
1024
|
+
export var GetApplicationRevisionOutput$ = [3, n0, _GARO,
|
|
968
1025
|
0,
|
|
969
1026
|
[_aN, _re, _rIe],
|
|
970
|
-
[0, () => RevisionLocation$, () => GenericRevisionInfo$]
|
|
1027
|
+
[0, () => RevisionLocation$, () => GenericRevisionInfo$]
|
|
1028
|
+
];
|
|
1029
|
+
export var GetDeploymentConfigInput$ = [3, n0, _GDCI,
|
|
1030
|
+
0,
|
|
1031
|
+
[_dCN],
|
|
1032
|
+
[0]
|
|
971
1033
|
];
|
|
972
|
-
export var
|
|
973
|
-
export var GetDeploymentConfigOutput$ = [
|
|
974
|
-
3,
|
|
975
|
-
n0,
|
|
976
|
-
_GDCO,
|
|
1034
|
+
export var GetDeploymentConfigOutput$ = [3, n0, _GDCO,
|
|
977
1035
|
0,
|
|
978
1036
|
[_dCIe],
|
|
979
|
-
[() => DeploymentConfigInfo$]
|
|
980
|
-
];
|
|
981
|
-
export var GetDeploymentGroupInput$ = [3, n0, _GDGI,
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
export var
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
export var
|
|
1037
|
+
[() => DeploymentConfigInfo$]
|
|
1038
|
+
];
|
|
1039
|
+
export var GetDeploymentGroupInput$ = [3, n0, _GDGI,
|
|
1040
|
+
0,
|
|
1041
|
+
[_aN, _dGNe],
|
|
1042
|
+
[0, 0]
|
|
1043
|
+
];
|
|
1044
|
+
export var GetDeploymentGroupOutput$ = [3, n0, _GDGO,
|
|
1045
|
+
0,
|
|
1046
|
+
[_dGIep],
|
|
1047
|
+
[() => DeploymentGroupInfo$]
|
|
1048
|
+
];
|
|
1049
|
+
export var GetDeploymentInput$ = [3, n0, _GDI,
|
|
1050
|
+
0,
|
|
1051
|
+
[_dI],
|
|
1052
|
+
[0]
|
|
1053
|
+
];
|
|
1054
|
+
export var GetDeploymentInstanceInput$ = [3, n0, _GDII,
|
|
1055
|
+
0,
|
|
1056
|
+
[_dI, _iIns],
|
|
1057
|
+
[0, 0]
|
|
1058
|
+
];
|
|
1059
|
+
export var GetDeploymentInstanceOutput$ = [3, n0, _GDIO,
|
|
1060
|
+
0,
|
|
1061
|
+
[_iSn],
|
|
1062
|
+
[() => InstanceSummary$]
|
|
1063
|
+
];
|
|
1064
|
+
export var GetDeploymentOutput$ = [3, n0, _GDO,
|
|
1065
|
+
0,
|
|
1066
|
+
[_dIepl],
|
|
1067
|
+
[() => DeploymentInfo$]
|
|
1068
|
+
];
|
|
1069
|
+
export var GetDeploymentTargetInput$ = [3, n0, _GDTI,
|
|
1070
|
+
0,
|
|
1071
|
+
[_dI, _tIa],
|
|
1072
|
+
[0, 0]
|
|
1073
|
+
];
|
|
1074
|
+
export var GetDeploymentTargetOutput$ = [3, n0, _GDTO,
|
|
1075
|
+
0,
|
|
1076
|
+
[_dTep],
|
|
1077
|
+
[() => DeploymentTarget$]
|
|
1078
|
+
];
|
|
1079
|
+
export var GetOnPremisesInstanceInput$ = [3, n0, _GOPII,
|
|
1080
|
+
0,
|
|
1081
|
+
[_iNn],
|
|
1082
|
+
[0]
|
|
1083
|
+
];
|
|
1084
|
+
export var GetOnPremisesInstanceOutput$ = [3, n0, _GOPIO,
|
|
1085
|
+
0,
|
|
1086
|
+
[_iInst],
|
|
1087
|
+
[() => InstanceInfo$]
|
|
1088
|
+
];
|
|
1089
|
+
export var GitHubAccountTokenDoesNotExistException$ = [-3, n0, _GHATDNEE,
|
|
1090
|
+
{ [_er]: _c },
|
|
1091
|
+
[_m],
|
|
1092
|
+
[0]
|
|
1093
|
+
];
|
|
992
1094
|
TypeRegistry.for(n0).registerError(GitHubAccountTokenDoesNotExistException$, GitHubAccountTokenDoesNotExistException);
|
|
993
|
-
export var GitHubAccountTokenNameRequiredException$ = [-3, n0, _GHATNRE,
|
|
1095
|
+
export var GitHubAccountTokenNameRequiredException$ = [-3, n0, _GHATNRE,
|
|
1096
|
+
{ [_er]: _c },
|
|
1097
|
+
[_m],
|
|
1098
|
+
[0]
|
|
1099
|
+
];
|
|
994
1100
|
TypeRegistry.for(n0).registerError(GitHubAccountTokenNameRequiredException$, GitHubAccountTokenNameRequiredException);
|
|
995
|
-
export var GitHubLocation$ = [3, n0, _GHL,
|
|
996
|
-
|
|
997
|
-
|
|
1101
|
+
export var GitHubLocation$ = [3, n0, _GHL,
|
|
1102
|
+
0,
|
|
1103
|
+
[_rep, _cI],
|
|
1104
|
+
[0, 0]
|
|
1105
|
+
];
|
|
1106
|
+
export var GreenFleetProvisioningOption$ = [3, n0, _GFPO,
|
|
1107
|
+
0,
|
|
1108
|
+
[_ac],
|
|
1109
|
+
[0]
|
|
1110
|
+
];
|
|
1111
|
+
export var IamArnRequiredException$ = [-3, n0, _IARE,
|
|
1112
|
+
{ [_er]: _c },
|
|
1113
|
+
[_m],
|
|
1114
|
+
[0]
|
|
1115
|
+
];
|
|
998
1116
|
TypeRegistry.for(n0).registerError(IamArnRequiredException$, IamArnRequiredException);
|
|
999
|
-
export var IamSessionArnAlreadyRegisteredException$ = [-3, n0, _ISAARE,
|
|
1117
|
+
export var IamSessionArnAlreadyRegisteredException$ = [-3, n0, _ISAARE,
|
|
1118
|
+
{ [_er]: _c },
|
|
1119
|
+
[_m],
|
|
1120
|
+
[0]
|
|
1121
|
+
];
|
|
1000
1122
|
TypeRegistry.for(n0).registerError(IamSessionArnAlreadyRegisteredException$, IamSessionArnAlreadyRegisteredException);
|
|
1001
|
-
export var IamUserArnAlreadyRegisteredException$ = [-3, n0, _IUAARE,
|
|
1123
|
+
export var IamUserArnAlreadyRegisteredException$ = [-3, n0, _IUAARE,
|
|
1124
|
+
{ [_er]: _c },
|
|
1125
|
+
[_m],
|
|
1126
|
+
[0]
|
|
1127
|
+
];
|
|
1002
1128
|
TypeRegistry.for(n0).registerError(IamUserArnAlreadyRegisteredException$, IamUserArnAlreadyRegisteredException);
|
|
1003
|
-
export var IamUserArnRequiredException$ = [-3, n0, _IUARE,
|
|
1129
|
+
export var IamUserArnRequiredException$ = [-3, n0, _IUARE,
|
|
1130
|
+
{ [_er]: _c },
|
|
1131
|
+
[_m],
|
|
1132
|
+
[0]
|
|
1133
|
+
];
|
|
1004
1134
|
TypeRegistry.for(n0).registerError(IamUserArnRequiredException$, IamUserArnRequiredException);
|
|
1005
|
-
export var InstanceDoesNotExistException$ = [-3, n0, _IDNEE,
|
|
1135
|
+
export var InstanceDoesNotExistException$ = [-3, n0, _IDNEE,
|
|
1136
|
+
{ [_er]: _c },
|
|
1137
|
+
[_m],
|
|
1138
|
+
[0]
|
|
1139
|
+
];
|
|
1006
1140
|
TypeRegistry.for(n0).registerError(InstanceDoesNotExistException$, InstanceDoesNotExistException);
|
|
1007
|
-
export var InstanceIdRequiredException$ = [-3, n0, _IIRE,
|
|
1141
|
+
export var InstanceIdRequiredException$ = [-3, n0, _IIRE,
|
|
1142
|
+
{ [_er]: _c },
|
|
1143
|
+
[_m],
|
|
1144
|
+
[0]
|
|
1145
|
+
];
|
|
1008
1146
|
TypeRegistry.for(n0).registerError(InstanceIdRequiredException$, InstanceIdRequiredException);
|
|
1009
|
-
export var InstanceInfo$ = [
|
|
1010
|
-
3,
|
|
1011
|
-
n0,
|
|
1012
|
-
_II,
|
|
1147
|
+
export var InstanceInfo$ = [3, n0, _II,
|
|
1013
1148
|
0,
|
|
1014
1149
|
[_iNn, _iSA, _iUA, _iA, _rTe, _dTer, _t],
|
|
1015
|
-
[0, 0, 0, 0, 4, 4, () => TagList]
|
|
1150
|
+
[0, 0, 0, 0, 4, 4, () => TagList]
|
|
1151
|
+
];
|
|
1152
|
+
export var InstanceLimitExceededException$ = [-3, n0, _ILEE,
|
|
1153
|
+
{ [_er]: _c },
|
|
1154
|
+
[_m],
|
|
1155
|
+
[0]
|
|
1016
1156
|
];
|
|
1017
|
-
export var InstanceLimitExceededException$ = [-3, n0, _ILEE, { [_er]: _c }, [_m], [0]];
|
|
1018
1157
|
TypeRegistry.for(n0).registerError(InstanceLimitExceededException$, InstanceLimitExceededException);
|
|
1019
|
-
export var InstanceNameAlreadyRegisteredException$ = [-3, n0, _INARE,
|
|
1158
|
+
export var InstanceNameAlreadyRegisteredException$ = [-3, n0, _INARE,
|
|
1159
|
+
{ [_er]: _c },
|
|
1160
|
+
[_m],
|
|
1161
|
+
[0]
|
|
1162
|
+
];
|
|
1020
1163
|
TypeRegistry.for(n0).registerError(InstanceNameAlreadyRegisteredException$, InstanceNameAlreadyRegisteredException);
|
|
1021
|
-
export var InstanceNameRequiredException$ = [-3, n0, _INRE,
|
|
1164
|
+
export var InstanceNameRequiredException$ = [-3, n0, _INRE,
|
|
1165
|
+
{ [_er]: _c },
|
|
1166
|
+
[_m],
|
|
1167
|
+
[0]
|
|
1168
|
+
];
|
|
1022
1169
|
TypeRegistry.for(n0).registerError(InstanceNameRequiredException$, InstanceNameRequiredException);
|
|
1023
|
-
export var InstanceNotRegisteredException$ = [-3, n0, _INREn,
|
|
1170
|
+
export var InstanceNotRegisteredException$ = [-3, n0, _INREn,
|
|
1171
|
+
{ [_er]: _c },
|
|
1172
|
+
[_m],
|
|
1173
|
+
[0]
|
|
1174
|
+
];
|
|
1024
1175
|
TypeRegistry.for(n0).registerError(InstanceNotRegisteredException$, InstanceNotRegisteredException);
|
|
1025
|
-
export var InstanceSummary$ = [
|
|
1026
|
-
3,
|
|
1027
|
-
n0,
|
|
1028
|
-
_IS,
|
|
1176
|
+
export var InstanceSummary$ = [3, n0, _IS,
|
|
1029
1177
|
0,
|
|
1030
1178
|
[_dI, _iIns, _st, _lUA, _lE, _iTn],
|
|
1031
|
-
[0, 0, 0, 4, () => LifecycleEventList, 0]
|
|
1179
|
+
[0, 0, 0, 4, () => LifecycleEventList, 0]
|
|
1032
1180
|
];
|
|
1033
|
-
export var InstanceTarget$ = [
|
|
1034
|
-
3,
|
|
1035
|
-
n0,
|
|
1036
|
-
_IT,
|
|
1181
|
+
export var InstanceTarget$ = [3, n0, _IT,
|
|
1037
1182
|
0,
|
|
1038
1183
|
[_dI, _tIa, _tA, _st, _lUA, _lE, _iL],
|
|
1039
|
-
[0, 0, 0, 0, 4, () => LifecycleEventList, 0]
|
|
1184
|
+
[0, 0, 0, 0, 4, () => LifecycleEventList, 0]
|
|
1185
|
+
];
|
|
1186
|
+
export var InvalidAlarmConfigException$ = [-3, n0, _IACE,
|
|
1187
|
+
{ [_er]: _c },
|
|
1188
|
+
[_m],
|
|
1189
|
+
[0]
|
|
1040
1190
|
];
|
|
1041
|
-
export var InvalidAlarmConfigException$ = [-3, n0, _IACE, { [_er]: _c }, [_m], [0]];
|
|
1042
1191
|
TypeRegistry.for(n0).registerError(InvalidAlarmConfigException$, InvalidAlarmConfigException);
|
|
1043
|
-
export var InvalidApplicationNameException$ = [-3, n0, _IANE,
|
|
1192
|
+
export var InvalidApplicationNameException$ = [-3, n0, _IANE,
|
|
1193
|
+
{ [_er]: _c },
|
|
1194
|
+
[_m],
|
|
1195
|
+
[0]
|
|
1196
|
+
];
|
|
1044
1197
|
TypeRegistry.for(n0).registerError(InvalidApplicationNameException$, InvalidApplicationNameException);
|
|
1045
|
-
export var InvalidArnException$ = [-3, n0, _IAE,
|
|
1198
|
+
export var InvalidArnException$ = [-3, n0, _IAE,
|
|
1199
|
+
{ [_er]: _c },
|
|
1200
|
+
[_m],
|
|
1201
|
+
[0]
|
|
1202
|
+
];
|
|
1046
1203
|
TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
1047
|
-
export var InvalidAutoRollbackConfigException$ = [-3, n0, _IARCE,
|
|
1204
|
+
export var InvalidAutoRollbackConfigException$ = [-3, n0, _IARCE,
|
|
1205
|
+
{ [_er]: _c },
|
|
1206
|
+
[_m],
|
|
1207
|
+
[0]
|
|
1208
|
+
];
|
|
1048
1209
|
TypeRegistry.for(n0).registerError(InvalidAutoRollbackConfigException$, InvalidAutoRollbackConfigException);
|
|
1049
|
-
export var InvalidAutoScalingGroupException$ = [-3, n0, _IASGE,
|
|
1210
|
+
export var InvalidAutoScalingGroupException$ = [-3, n0, _IASGE,
|
|
1211
|
+
{ [_er]: _c },
|
|
1212
|
+
[_m],
|
|
1213
|
+
[0]
|
|
1214
|
+
];
|
|
1050
1215
|
TypeRegistry.for(n0).registerError(InvalidAutoScalingGroupException$, InvalidAutoScalingGroupException);
|
|
1051
|
-
export var InvalidBlueGreenDeploymentConfigurationException$ = [
|
|
1052
|
-
-3,
|
|
1053
|
-
n0,
|
|
1054
|
-
_IBGDCE,
|
|
1216
|
+
export var InvalidBlueGreenDeploymentConfigurationException$ = [-3, n0, _IBGDCE,
|
|
1055
1217
|
{ [_er]: _c },
|
|
1056
1218
|
[_m],
|
|
1057
|
-
[0]
|
|
1219
|
+
[0]
|
|
1058
1220
|
];
|
|
1059
1221
|
TypeRegistry.for(n0).registerError(InvalidBlueGreenDeploymentConfigurationException$, InvalidBlueGreenDeploymentConfigurationException);
|
|
1060
|
-
export var InvalidBucketNameFilterException$ = [-3, n0, _IBNFE,
|
|
1222
|
+
export var InvalidBucketNameFilterException$ = [-3, n0, _IBNFE,
|
|
1223
|
+
{ [_er]: _c },
|
|
1224
|
+
[_m],
|
|
1225
|
+
[0]
|
|
1226
|
+
];
|
|
1061
1227
|
TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException$, InvalidBucketNameFilterException);
|
|
1062
|
-
export var InvalidComputePlatformException$ = [-3, n0, _ICPE,
|
|
1228
|
+
export var InvalidComputePlatformException$ = [-3, n0, _ICPE,
|
|
1229
|
+
{ [_er]: _c },
|
|
1230
|
+
[_m],
|
|
1231
|
+
[0]
|
|
1232
|
+
];
|
|
1063
1233
|
TypeRegistry.for(n0).registerError(InvalidComputePlatformException$, InvalidComputePlatformException);
|
|
1064
|
-
export var InvalidDeployedStateFilterException$ = [-3, n0, _IDSFE,
|
|
1234
|
+
export var InvalidDeployedStateFilterException$ = [-3, n0, _IDSFE,
|
|
1235
|
+
{ [_er]: _c },
|
|
1236
|
+
[_m],
|
|
1237
|
+
[0]
|
|
1238
|
+
];
|
|
1065
1239
|
TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException$, InvalidDeployedStateFilterException);
|
|
1066
|
-
export var InvalidDeploymentConfigNameException$ = [-3, n0, _IDCNE,
|
|
1240
|
+
export var InvalidDeploymentConfigNameException$ = [-3, n0, _IDCNE,
|
|
1241
|
+
{ [_er]: _c },
|
|
1242
|
+
[_m],
|
|
1243
|
+
[0]
|
|
1244
|
+
];
|
|
1067
1245
|
TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException$, InvalidDeploymentConfigNameException);
|
|
1068
|
-
export var InvalidDeploymentGroupNameException$ = [-3, n0, _IDGNE,
|
|
1246
|
+
export var InvalidDeploymentGroupNameException$ = [-3, n0, _IDGNE,
|
|
1247
|
+
{ [_er]: _c },
|
|
1248
|
+
[_m],
|
|
1249
|
+
[0]
|
|
1250
|
+
];
|
|
1069
1251
|
TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException$, InvalidDeploymentGroupNameException);
|
|
1070
|
-
export var InvalidDeploymentIdException$ = [-3, n0, _IDIE,
|
|
1252
|
+
export var InvalidDeploymentIdException$ = [-3, n0, _IDIE,
|
|
1253
|
+
{ [_er]: _c },
|
|
1254
|
+
[_m],
|
|
1255
|
+
[0]
|
|
1256
|
+
];
|
|
1071
1257
|
TypeRegistry.for(n0).registerError(InvalidDeploymentIdException$, InvalidDeploymentIdException);
|
|
1072
|
-
export var InvalidDeploymentInstanceTypeException$ = [-3, n0, _IDITE,
|
|
1258
|
+
export var InvalidDeploymentInstanceTypeException$ = [-3, n0, _IDITE,
|
|
1259
|
+
{ [_er]: _c },
|
|
1260
|
+
[_m],
|
|
1261
|
+
[0]
|
|
1262
|
+
];
|
|
1073
1263
|
TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException$, InvalidDeploymentInstanceTypeException);
|
|
1074
|
-
export var InvalidDeploymentStatusException$ = [-3, n0, _IDSE,
|
|
1264
|
+
export var InvalidDeploymentStatusException$ = [-3, n0, _IDSE,
|
|
1265
|
+
{ [_er]: _c },
|
|
1266
|
+
[_m],
|
|
1267
|
+
[0]
|
|
1268
|
+
];
|
|
1075
1269
|
TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException$, InvalidDeploymentStatusException);
|
|
1076
|
-
export var InvalidDeploymentStyleException$ = [-3, n0, _IDSEn,
|
|
1270
|
+
export var InvalidDeploymentStyleException$ = [-3, n0, _IDSEn,
|
|
1271
|
+
{ [_er]: _c },
|
|
1272
|
+
[_m],
|
|
1273
|
+
[0]
|
|
1274
|
+
];
|
|
1077
1275
|
TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException$, InvalidDeploymentStyleException);
|
|
1078
|
-
export var InvalidDeploymentTargetIdException$ = [-3, n0, _IDTIE,
|
|
1276
|
+
export var InvalidDeploymentTargetIdException$ = [-3, n0, _IDTIE,
|
|
1277
|
+
{ [_er]: _c },
|
|
1278
|
+
[_m],
|
|
1279
|
+
[0]
|
|
1280
|
+
];
|
|
1079
1281
|
TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException$, InvalidDeploymentTargetIdException);
|
|
1080
|
-
export var InvalidDeploymentWaitTypeException$ = [-3, n0, _IDWTE,
|
|
1282
|
+
export var InvalidDeploymentWaitTypeException$ = [-3, n0, _IDWTE,
|
|
1283
|
+
{ [_er]: _c },
|
|
1284
|
+
[_m],
|
|
1285
|
+
[0]
|
|
1286
|
+
];
|
|
1081
1287
|
TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException$, InvalidDeploymentWaitTypeException);
|
|
1082
|
-
export var InvalidEC2TagCombinationException$ = [-3, n0, _IECTCE,
|
|
1288
|
+
export var InvalidEC2TagCombinationException$ = [-3, n0, _IECTCE,
|
|
1289
|
+
{ [_er]: _c },
|
|
1290
|
+
[_m],
|
|
1291
|
+
[0]
|
|
1292
|
+
];
|
|
1083
1293
|
TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException$, InvalidEC2TagCombinationException);
|
|
1084
|
-
export var InvalidEC2TagException$ = [-3, n0, _IECTE,
|
|
1294
|
+
export var InvalidEC2TagException$ = [-3, n0, _IECTE,
|
|
1295
|
+
{ [_er]: _c },
|
|
1296
|
+
[_m],
|
|
1297
|
+
[0]
|
|
1298
|
+
];
|
|
1085
1299
|
TypeRegistry.for(n0).registerError(InvalidEC2TagException$, InvalidEC2TagException);
|
|
1086
|
-
export var InvalidECSServiceException$ = [-3, n0, _IECSSE,
|
|
1300
|
+
export var InvalidECSServiceException$ = [-3, n0, _IECSSE,
|
|
1301
|
+
{ [_er]: _c },
|
|
1302
|
+
[_m],
|
|
1303
|
+
[0]
|
|
1304
|
+
];
|
|
1087
1305
|
TypeRegistry.for(n0).registerError(InvalidECSServiceException$, InvalidECSServiceException);
|
|
1088
|
-
export var InvalidExternalIdException$ = [-3, n0, _IEIE,
|
|
1306
|
+
export var InvalidExternalIdException$ = [-3, n0, _IEIE,
|
|
1307
|
+
{ [_er]: _c },
|
|
1308
|
+
[_m],
|
|
1309
|
+
[0]
|
|
1310
|
+
];
|
|
1089
1311
|
TypeRegistry.for(n0).registerError(InvalidExternalIdException$, InvalidExternalIdException);
|
|
1090
|
-
export var InvalidFileExistsBehaviorException$ = [-3, n0, _IFEBE,
|
|
1312
|
+
export var InvalidFileExistsBehaviorException$ = [-3, n0, _IFEBE,
|
|
1313
|
+
{ [_er]: _c },
|
|
1314
|
+
[_m],
|
|
1315
|
+
[0]
|
|
1316
|
+
];
|
|
1091
1317
|
TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException$, InvalidFileExistsBehaviorException);
|
|
1092
|
-
export var InvalidGitHubAccountTokenException$ = [-3, n0, _IGHATE,
|
|
1318
|
+
export var InvalidGitHubAccountTokenException$ = [-3, n0, _IGHATE,
|
|
1319
|
+
{ [_er]: _c },
|
|
1320
|
+
[_m],
|
|
1321
|
+
[0]
|
|
1322
|
+
];
|
|
1093
1323
|
TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException$, InvalidGitHubAccountTokenException);
|
|
1094
|
-
export var InvalidGitHubAccountTokenNameException$ = [-3, n0, _IGHATNE,
|
|
1324
|
+
export var InvalidGitHubAccountTokenNameException$ = [-3, n0, _IGHATNE,
|
|
1325
|
+
{ [_er]: _c },
|
|
1326
|
+
[_m],
|
|
1327
|
+
[0]
|
|
1328
|
+
];
|
|
1095
1329
|
TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException$, InvalidGitHubAccountTokenNameException);
|
|
1096
|
-
export var InvalidIamSessionArnException$ = [-3, n0, _IISAE,
|
|
1330
|
+
export var InvalidIamSessionArnException$ = [-3, n0, _IISAE,
|
|
1331
|
+
{ [_er]: _c },
|
|
1332
|
+
[_m],
|
|
1333
|
+
[0]
|
|
1334
|
+
];
|
|
1097
1335
|
TypeRegistry.for(n0).registerError(InvalidIamSessionArnException$, InvalidIamSessionArnException);
|
|
1098
|
-
export var InvalidIamUserArnException$ = [-3, n0, _IIUAE,
|
|
1336
|
+
export var InvalidIamUserArnException$ = [-3, n0, _IIUAE,
|
|
1337
|
+
{ [_er]: _c },
|
|
1338
|
+
[_m],
|
|
1339
|
+
[0]
|
|
1340
|
+
];
|
|
1099
1341
|
TypeRegistry.for(n0).registerError(InvalidIamUserArnException$, InvalidIamUserArnException);
|
|
1100
|
-
export var InvalidIgnoreApplicationStopFailuresValueException$ = [
|
|
1101
|
-
-3,
|
|
1102
|
-
n0,
|
|
1103
|
-
_IIASFVE,
|
|
1342
|
+
export var InvalidIgnoreApplicationStopFailuresValueException$ = [-3, n0, _IIASFVE,
|
|
1104
1343
|
{ [_er]: _c },
|
|
1105
1344
|
[_m],
|
|
1106
|
-
[0]
|
|
1345
|
+
[0]
|
|
1107
1346
|
];
|
|
1108
1347
|
TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException$, InvalidIgnoreApplicationStopFailuresValueException);
|
|
1109
|
-
export var InvalidInputException$ = [-3, n0, _IIE,
|
|
1348
|
+
export var InvalidInputException$ = [-3, n0, _IIE,
|
|
1349
|
+
{ [_er]: _c },
|
|
1350
|
+
[_m],
|
|
1351
|
+
[0]
|
|
1352
|
+
];
|
|
1110
1353
|
TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
|
|
1111
|
-
export var InvalidInstanceNameException$ = [-3, n0, _IINE,
|
|
1354
|
+
export var InvalidInstanceNameException$ = [-3, n0, _IINE,
|
|
1355
|
+
{ [_er]: _c },
|
|
1356
|
+
[_m],
|
|
1357
|
+
[0]
|
|
1358
|
+
];
|
|
1112
1359
|
TypeRegistry.for(n0).registerError(InvalidInstanceNameException$, InvalidInstanceNameException);
|
|
1113
|
-
export var InvalidInstanceStatusException$ = [-3, n0, _IISE,
|
|
1360
|
+
export var InvalidInstanceStatusException$ = [-3, n0, _IISE,
|
|
1361
|
+
{ [_er]: _c },
|
|
1362
|
+
[_m],
|
|
1363
|
+
[0]
|
|
1364
|
+
];
|
|
1114
1365
|
TypeRegistry.for(n0).registerError(InvalidInstanceStatusException$, InvalidInstanceStatusException);
|
|
1115
|
-
export var InvalidInstanceTypeException$ = [-3, n0, _IITE,
|
|
1366
|
+
export var InvalidInstanceTypeException$ = [-3, n0, _IITE,
|
|
1367
|
+
{ [_er]: _c },
|
|
1368
|
+
[_m],
|
|
1369
|
+
[0]
|
|
1370
|
+
];
|
|
1116
1371
|
TypeRegistry.for(n0).registerError(InvalidInstanceTypeException$, InvalidInstanceTypeException);
|
|
1117
|
-
export var InvalidKeyPrefixFilterException$ = [-3, n0, _IKPFE,
|
|
1372
|
+
export var InvalidKeyPrefixFilterException$ = [-3, n0, _IKPFE,
|
|
1373
|
+
{ [_er]: _c },
|
|
1374
|
+
[_m],
|
|
1375
|
+
[0]
|
|
1376
|
+
];
|
|
1118
1377
|
TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException$, InvalidKeyPrefixFilterException);
|
|
1119
|
-
export var InvalidLifecycleEventHookExecutionIdException$ = [
|
|
1120
|
-
-3,
|
|
1121
|
-
n0,
|
|
1122
|
-
_ILEHEIE,
|
|
1378
|
+
export var InvalidLifecycleEventHookExecutionIdException$ = [-3, n0, _ILEHEIE,
|
|
1123
1379
|
{ [_er]: _c },
|
|
1124
1380
|
[_m],
|
|
1125
|
-
[0]
|
|
1381
|
+
[0]
|
|
1126
1382
|
];
|
|
1127
1383
|
TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionIdException$, InvalidLifecycleEventHookExecutionIdException);
|
|
1128
|
-
export var InvalidLifecycleEventHookExecutionStatusException$ = [
|
|
1129
|
-
-3,
|
|
1130
|
-
n0,
|
|
1131
|
-
_ILEHESE,
|
|
1384
|
+
export var InvalidLifecycleEventHookExecutionStatusException$ = [-3, n0, _ILEHESE,
|
|
1132
1385
|
{ [_er]: _c },
|
|
1133
1386
|
[_m],
|
|
1134
|
-
[0]
|
|
1387
|
+
[0]
|
|
1135
1388
|
];
|
|
1136
1389
|
TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionStatusException$, InvalidLifecycleEventHookExecutionStatusException);
|
|
1137
|
-
export var InvalidLoadBalancerInfoException$ = [-3, n0, _ILBIE,
|
|
1390
|
+
export var InvalidLoadBalancerInfoException$ = [-3, n0, _ILBIE,
|
|
1391
|
+
{ [_er]: _c },
|
|
1392
|
+
[_m],
|
|
1393
|
+
[0]
|
|
1394
|
+
];
|
|
1138
1395
|
TypeRegistry.for(n0).registerError(InvalidLoadBalancerInfoException$, InvalidLoadBalancerInfoException);
|
|
1139
|
-
export var InvalidMinimumHealthyHostValueException$ = [-3, n0, _IMHHVE,
|
|
1396
|
+
export var InvalidMinimumHealthyHostValueException$ = [-3, n0, _IMHHVE,
|
|
1397
|
+
{ [_er]: _c },
|
|
1398
|
+
[_m],
|
|
1399
|
+
[0]
|
|
1400
|
+
];
|
|
1140
1401
|
TypeRegistry.for(n0).registerError(InvalidMinimumHealthyHostValueException$, InvalidMinimumHealthyHostValueException);
|
|
1141
|
-
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1402
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1403
|
+
{ [_er]: _c },
|
|
1404
|
+
[_m],
|
|
1405
|
+
[0]
|
|
1406
|
+
];
|
|
1142
1407
|
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1143
|
-
export var InvalidOnPremisesTagCombinationException$ = [-3, n0, _IOPTCE,
|
|
1408
|
+
export var InvalidOnPremisesTagCombinationException$ = [-3, n0, _IOPTCE,
|
|
1409
|
+
{ [_er]: _c },
|
|
1410
|
+
[_m],
|
|
1411
|
+
[0]
|
|
1412
|
+
];
|
|
1144
1413
|
TypeRegistry.for(n0).registerError(InvalidOnPremisesTagCombinationException$, InvalidOnPremisesTagCombinationException);
|
|
1145
|
-
export var InvalidOperationException$ = [-3, n0, _IOE,
|
|
1414
|
+
export var InvalidOperationException$ = [-3, n0, _IOE,
|
|
1415
|
+
{ [_er]: _c },
|
|
1416
|
+
[_m],
|
|
1417
|
+
[0]
|
|
1418
|
+
];
|
|
1146
1419
|
TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
|
|
1147
|
-
export var InvalidRegistrationStatusException$ = [-3, n0, _IRSE,
|
|
1420
|
+
export var InvalidRegistrationStatusException$ = [-3, n0, _IRSE,
|
|
1421
|
+
{ [_er]: _c },
|
|
1422
|
+
[_m],
|
|
1423
|
+
[0]
|
|
1424
|
+
];
|
|
1148
1425
|
TypeRegistry.for(n0).registerError(InvalidRegistrationStatusException$, InvalidRegistrationStatusException);
|
|
1149
|
-
export var InvalidRevisionException$ = [-3, n0, _IRE,
|
|
1426
|
+
export var InvalidRevisionException$ = [-3, n0, _IRE,
|
|
1427
|
+
{ [_er]: _c },
|
|
1428
|
+
[_m],
|
|
1429
|
+
[0]
|
|
1430
|
+
];
|
|
1150
1431
|
TypeRegistry.for(n0).registerError(InvalidRevisionException$, InvalidRevisionException);
|
|
1151
|
-
export var InvalidRoleException$ = [-3, n0, _IREn,
|
|
1432
|
+
export var InvalidRoleException$ = [-3, n0, _IREn,
|
|
1433
|
+
{ [_er]: _c },
|
|
1434
|
+
[_m],
|
|
1435
|
+
[0]
|
|
1436
|
+
];
|
|
1152
1437
|
TypeRegistry.for(n0).registerError(InvalidRoleException$, InvalidRoleException);
|
|
1153
|
-
export var InvalidSortByException$ = [-3, n0, _ISBE,
|
|
1438
|
+
export var InvalidSortByException$ = [-3, n0, _ISBE,
|
|
1439
|
+
{ [_er]: _c },
|
|
1440
|
+
[_m],
|
|
1441
|
+
[0]
|
|
1442
|
+
];
|
|
1154
1443
|
TypeRegistry.for(n0).registerError(InvalidSortByException$, InvalidSortByException);
|
|
1155
|
-
export var InvalidSortOrderException$ = [-3, n0, _ISOE,
|
|
1444
|
+
export var InvalidSortOrderException$ = [-3, n0, _ISOE,
|
|
1445
|
+
{ [_er]: _c },
|
|
1446
|
+
[_m],
|
|
1447
|
+
[0]
|
|
1448
|
+
];
|
|
1156
1449
|
TypeRegistry.for(n0).registerError(InvalidSortOrderException$, InvalidSortOrderException);
|
|
1157
|
-
export var InvalidTagException$ = [-3, n0, _ITE,
|
|
1450
|
+
export var InvalidTagException$ = [-3, n0, _ITE,
|
|
1451
|
+
{ [_er]: _c },
|
|
1452
|
+
[_m],
|
|
1453
|
+
[0]
|
|
1454
|
+
];
|
|
1158
1455
|
TypeRegistry.for(n0).registerError(InvalidTagException$, InvalidTagException);
|
|
1159
|
-
export var InvalidTagFilterException$ = [-3, n0, _ITFE,
|
|
1456
|
+
export var InvalidTagFilterException$ = [-3, n0, _ITFE,
|
|
1457
|
+
{ [_er]: _c },
|
|
1458
|
+
[_m],
|
|
1459
|
+
[0]
|
|
1460
|
+
];
|
|
1160
1461
|
TypeRegistry.for(n0).registerError(InvalidTagFilterException$, InvalidTagFilterException);
|
|
1161
|
-
export var InvalidTagsToAddException$ = [-3, n0, _ITTAE,
|
|
1462
|
+
export var InvalidTagsToAddException$ = [-3, n0, _ITTAE,
|
|
1463
|
+
{ [_er]: _c },
|
|
1464
|
+
[_m],
|
|
1465
|
+
[0]
|
|
1466
|
+
];
|
|
1162
1467
|
TypeRegistry.for(n0).registerError(InvalidTagsToAddException$, InvalidTagsToAddException);
|
|
1163
|
-
export var InvalidTargetFilterNameException$ = [-3, n0, _ITFNE,
|
|
1468
|
+
export var InvalidTargetFilterNameException$ = [-3, n0, _ITFNE,
|
|
1469
|
+
{ [_er]: _c },
|
|
1470
|
+
[_m],
|
|
1471
|
+
[0]
|
|
1472
|
+
];
|
|
1164
1473
|
TypeRegistry.for(n0).registerError(InvalidTargetFilterNameException$, InvalidTargetFilterNameException);
|
|
1165
|
-
export var InvalidTargetGroupPairException$ = [-3, n0, _ITGPE,
|
|
1474
|
+
export var InvalidTargetGroupPairException$ = [-3, n0, _ITGPE,
|
|
1475
|
+
{ [_er]: _c },
|
|
1476
|
+
[_m],
|
|
1477
|
+
[0]
|
|
1478
|
+
];
|
|
1166
1479
|
TypeRegistry.for(n0).registerError(InvalidTargetGroupPairException$, InvalidTargetGroupPairException);
|
|
1167
|
-
export var InvalidTargetInstancesException$ = [-3, n0, _ITIE,
|
|
1480
|
+
export var InvalidTargetInstancesException$ = [-3, n0, _ITIE,
|
|
1481
|
+
{ [_er]: _c },
|
|
1482
|
+
[_m],
|
|
1483
|
+
[0]
|
|
1484
|
+
];
|
|
1168
1485
|
TypeRegistry.for(n0).registerError(InvalidTargetInstancesException$, InvalidTargetInstancesException);
|
|
1169
|
-
export var InvalidTimeRangeException$ = [-3, n0, _ITRE,
|
|
1486
|
+
export var InvalidTimeRangeException$ = [-3, n0, _ITRE,
|
|
1487
|
+
{ [_er]: _c },
|
|
1488
|
+
[_m],
|
|
1489
|
+
[0]
|
|
1490
|
+
];
|
|
1170
1491
|
TypeRegistry.for(n0).registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
|
|
1171
|
-
export var InvalidTrafficRoutingConfigurationException$ = [-3, n0, _ITRCE,
|
|
1492
|
+
export var InvalidTrafficRoutingConfigurationException$ = [-3, n0, _ITRCE,
|
|
1493
|
+
{ [_er]: _c },
|
|
1494
|
+
[_m],
|
|
1495
|
+
[0]
|
|
1496
|
+
];
|
|
1172
1497
|
TypeRegistry.for(n0).registerError(InvalidTrafficRoutingConfigurationException$, InvalidTrafficRoutingConfigurationException);
|
|
1173
|
-
export var InvalidTriggerConfigException$ = [-3, n0, _ITCE,
|
|
1498
|
+
export var InvalidTriggerConfigException$ = [-3, n0, _ITCE,
|
|
1499
|
+
{ [_er]: _c },
|
|
1500
|
+
[_m],
|
|
1501
|
+
[0]
|
|
1502
|
+
];
|
|
1174
1503
|
TypeRegistry.for(n0).registerError(InvalidTriggerConfigException$, InvalidTriggerConfigException);
|
|
1175
|
-
export var InvalidUpdateOutdatedInstancesOnlyValueException$ = [
|
|
1176
|
-
-3,
|
|
1177
|
-
n0,
|
|
1178
|
-
_IUOIOVE,
|
|
1504
|
+
export var InvalidUpdateOutdatedInstancesOnlyValueException$ = [-3, n0, _IUOIOVE,
|
|
1179
1505
|
{ [_er]: _c },
|
|
1180
1506
|
[_m],
|
|
1181
|
-
[0]
|
|
1507
|
+
[0]
|
|
1182
1508
|
];
|
|
1183
1509
|
TypeRegistry.for(n0).registerError(InvalidUpdateOutdatedInstancesOnlyValueException$, InvalidUpdateOutdatedInstancesOnlyValueException);
|
|
1184
|
-
export var InvalidZonalDeploymentConfigurationException$ = [
|
|
1185
|
-
-3,
|
|
1186
|
-
n0,
|
|
1187
|
-
_IZDCE,
|
|
1510
|
+
export var InvalidZonalDeploymentConfigurationException$ = [-3, n0, _IZDCE,
|
|
1188
1511
|
{ [_er]: _c },
|
|
1189
1512
|
[_m],
|
|
1190
|
-
[0]
|
|
1513
|
+
[0]
|
|
1191
1514
|
];
|
|
1192
1515
|
TypeRegistry.for(n0).registerError(InvalidZonalDeploymentConfigurationException$, InvalidZonalDeploymentConfigurationException);
|
|
1193
|
-
export var LambdaFunctionInfo$ = [3, n0, _LFI,
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1516
|
+
export var LambdaFunctionInfo$ = [3, n0, _LFI,
|
|
1517
|
+
0,
|
|
1518
|
+
[_fN, _fA, _cV, _tV, _tVW],
|
|
1519
|
+
[0, 0, 0, 0, 1]
|
|
1520
|
+
];
|
|
1521
|
+
export var LambdaTarget$ = [3, n0, _LT,
|
|
1198
1522
|
0,
|
|
1199
1523
|
[_dI, _tIa, _tA, _st, _lUA, _lE, _lFI],
|
|
1200
|
-
[0, 0, 0, 0, 4, () => LifecycleEventList, () => LambdaFunctionInfo$]
|
|
1524
|
+
[0, 0, 0, 0, 4, () => LifecycleEventList, () => LambdaFunctionInfo$]
|
|
1525
|
+
];
|
|
1526
|
+
export var LastDeploymentInfo$ = [3, n0, _LDI,
|
|
1527
|
+
0,
|
|
1528
|
+
[_dI, _st, _eTn, _cT],
|
|
1529
|
+
[0, 0, 4, 4]
|
|
1201
1530
|
];
|
|
1202
|
-
export var
|
|
1203
|
-
export var LifecycleEvent$ = [
|
|
1204
|
-
3,
|
|
1205
|
-
n0,
|
|
1206
|
-
_LE,
|
|
1531
|
+
export var LifecycleEvent$ = [3, n0, _LE,
|
|
1207
1532
|
0,
|
|
1208
1533
|
[_lEN, _di, _sT, _eTn, _st],
|
|
1209
|
-
[0, () => Diagnostics$, 4, 4, 0]
|
|
1534
|
+
[0, () => Diagnostics$, 4, 4, 0]
|
|
1535
|
+
];
|
|
1536
|
+
export var LifecycleEventAlreadyCompletedException$ = [-3, n0, _LEACE,
|
|
1537
|
+
{ [_er]: _c },
|
|
1538
|
+
[_m],
|
|
1539
|
+
[0]
|
|
1210
1540
|
];
|
|
1211
|
-
export var LifecycleEventAlreadyCompletedException$ = [-3, n0, _LEACE, { [_er]: _c }, [_m], [0]];
|
|
1212
1541
|
TypeRegistry.for(n0).registerError(LifecycleEventAlreadyCompletedException$, LifecycleEventAlreadyCompletedException);
|
|
1213
|
-
export var LifecycleHookLimitExceededException$ = [-3, n0, _LHLEE,
|
|
1542
|
+
export var LifecycleHookLimitExceededException$ = [-3, n0, _LHLEE,
|
|
1543
|
+
{ [_er]: _c },
|
|
1544
|
+
[_m],
|
|
1545
|
+
[0]
|
|
1546
|
+
];
|
|
1214
1547
|
TypeRegistry.for(n0).registerError(LifecycleHookLimitExceededException$, LifecycleHookLimitExceededException);
|
|
1215
|
-
export var ListApplicationRevisionsInput$ = [
|
|
1216
|
-
3,
|
|
1217
|
-
n0,
|
|
1218
|
-
_LARI,
|
|
1548
|
+
export var ListApplicationRevisionsInput$ = [3, n0, _LARI,
|
|
1219
1549
|
0,
|
|
1220
1550
|
[_aN, _sB, _sO, _sBu, _sKP, _de, _nT],
|
|
1221
|
-
[0, 0, 0, 0, 0, 0, 0]
|
|
1551
|
+
[0, 0, 0, 0, 0, 0, 0]
|
|
1222
1552
|
];
|
|
1223
|
-
export var ListApplicationRevisionsOutput$ = [
|
|
1224
|
-
3,
|
|
1225
|
-
n0,
|
|
1226
|
-
_LARO,
|
|
1553
|
+
export var ListApplicationRevisionsOutput$ = [3, n0, _LARO,
|
|
1227
1554
|
0,
|
|
1228
1555
|
[_r, _nT],
|
|
1229
|
-
[() => RevisionLocationList, 0]
|
|
1230
|
-
];
|
|
1231
|
-
export var ListApplicationsInput$ = [3, n0, _LAI,
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
export var
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1556
|
+
[() => RevisionLocationList, 0]
|
|
1557
|
+
];
|
|
1558
|
+
export var ListApplicationsInput$ = [3, n0, _LAI,
|
|
1559
|
+
0,
|
|
1560
|
+
[_nT],
|
|
1561
|
+
[0]
|
|
1562
|
+
];
|
|
1563
|
+
export var ListApplicationsOutput$ = [3, n0, _LAO,
|
|
1564
|
+
0,
|
|
1565
|
+
[_app, _nT],
|
|
1566
|
+
[64 | 0, 0]
|
|
1567
|
+
];
|
|
1568
|
+
export var ListDeploymentConfigsInput$ = [3, n0, _LDCI,
|
|
1569
|
+
0,
|
|
1570
|
+
[_nT],
|
|
1571
|
+
[0]
|
|
1572
|
+
];
|
|
1573
|
+
export var ListDeploymentConfigsOutput$ = [3, n0, _LDCO,
|
|
1574
|
+
0,
|
|
1575
|
+
[_dCL, _nT],
|
|
1576
|
+
[64 | 0, 0]
|
|
1577
|
+
];
|
|
1578
|
+
export var ListDeploymentGroupsInput$ = [3, n0, _LDGI,
|
|
1579
|
+
0,
|
|
1580
|
+
[_aN, _nT],
|
|
1581
|
+
[0, 0]
|
|
1582
|
+
];
|
|
1583
|
+
export var ListDeploymentGroupsOutput$ = [3, n0, _LDGO,
|
|
1584
|
+
0,
|
|
1585
|
+
[_aN, _dG, _nT],
|
|
1586
|
+
[0, 64 | 0, 0]
|
|
1587
|
+
];
|
|
1588
|
+
export var ListDeploymentInstancesInput$ = [3, n0, _LDII,
|
|
1241
1589
|
0,
|
|
1242
1590
|
[_dI, _nT, _iSF, _iTF],
|
|
1243
|
-
[0, 0, 64 | 0, 64 | 0]
|
|
1591
|
+
[0, 0, 64 | 0, 64 | 0]
|
|
1592
|
+
];
|
|
1593
|
+
export var ListDeploymentInstancesOutput$ = [3, n0, _LDIO,
|
|
1594
|
+
0,
|
|
1595
|
+
[_iLn, _nT],
|
|
1596
|
+
[64 | 0, 0]
|
|
1244
1597
|
];
|
|
1245
|
-
export var
|
|
1246
|
-
export var ListDeploymentsInput$ = [
|
|
1247
|
-
3,
|
|
1248
|
-
n0,
|
|
1249
|
-
_LDIi,
|
|
1598
|
+
export var ListDeploymentsInput$ = [3, n0, _LDIi,
|
|
1250
1599
|
0,
|
|
1251
1600
|
[_aN, _dGNe, _eI, _iOS, _cTR, _nT],
|
|
1252
|
-
[0, 0, 0, 64 | 0, () => TimeRange$, 0]
|
|
1601
|
+
[0, 0, 0, 64 | 0, () => TimeRange$, 0]
|
|
1602
|
+
];
|
|
1603
|
+
export var ListDeploymentsOutput$ = [3, n0, _LDO,
|
|
1604
|
+
0,
|
|
1605
|
+
[_dep, _nT],
|
|
1606
|
+
[64 | 0, 0]
|
|
1253
1607
|
];
|
|
1254
|
-
export var
|
|
1255
|
-
export var ListDeploymentTargetsInput$ = [
|
|
1256
|
-
3,
|
|
1257
|
-
n0,
|
|
1258
|
-
_LDTI,
|
|
1608
|
+
export var ListDeploymentTargetsInput$ = [3, n0, _LDTI,
|
|
1259
1609
|
0,
|
|
1260
1610
|
[_dI, _nT, _tF],
|
|
1261
|
-
[0, 0, [2, n0, _TF, 0, 0, 64 | 0]]
|
|
1611
|
+
[0, 0, [2, n0, _TF, 0, 0, 64 | 0]]
|
|
1612
|
+
];
|
|
1613
|
+
export var ListDeploymentTargetsOutput$ = [3, n0, _LDTO,
|
|
1614
|
+
0,
|
|
1615
|
+
[_tI, _nT],
|
|
1616
|
+
[64 | 0, 0]
|
|
1617
|
+
];
|
|
1618
|
+
export var ListGitHubAccountTokenNamesInput$ = [3, n0, _LGHATNI,
|
|
1619
|
+
0,
|
|
1620
|
+
[_nT],
|
|
1621
|
+
[0]
|
|
1622
|
+
];
|
|
1623
|
+
export var ListGitHubAccountTokenNamesOutput$ = [3, n0, _LGHATNO,
|
|
1624
|
+
0,
|
|
1625
|
+
[_tNL, _nT],
|
|
1626
|
+
[64 | 0, 0]
|
|
1262
1627
|
];
|
|
1263
|
-
export var
|
|
1264
|
-
export var ListGitHubAccountTokenNamesInput$ = [3, n0, _LGHATNI, 0, [_nT], [0]];
|
|
1265
|
-
export var ListGitHubAccountTokenNamesOutput$ = [3, n0, _LGHATNO, 0, [_tNL, _nT], [64 | 0, 0]];
|
|
1266
|
-
export var ListOnPremisesInstancesInput$ = [
|
|
1267
|
-
3,
|
|
1268
|
-
n0,
|
|
1269
|
-
_LOPII,
|
|
1628
|
+
export var ListOnPremisesInstancesInput$ = [3, n0, _LOPII,
|
|
1270
1629
|
0,
|
|
1271
1630
|
[_rS, _tFa, _nT],
|
|
1272
|
-
[0, () => TagFilterList, 0]
|
|
1631
|
+
[0, () => TagFilterList, 0]
|
|
1632
|
+
];
|
|
1633
|
+
export var ListOnPremisesInstancesOutput$ = [3, n0, _LOPIO,
|
|
1634
|
+
0,
|
|
1635
|
+
[_iN, _nT],
|
|
1636
|
+
[64 | 0, 0]
|
|
1637
|
+
];
|
|
1638
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
1639
|
+
0,
|
|
1640
|
+
[_RA, _NT],
|
|
1641
|
+
[0, 0]
|
|
1642
|
+
];
|
|
1643
|
+
export var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
1644
|
+
0,
|
|
1645
|
+
[_Ta, _NT],
|
|
1646
|
+
[() => TagList, 0]
|
|
1273
1647
|
];
|
|
1274
|
-
export var
|
|
1275
|
-
export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA, _NT], [0, 0]];
|
|
1276
|
-
export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
1277
|
-
export var LoadBalancerInfo$ = [
|
|
1278
|
-
3,
|
|
1279
|
-
n0,
|
|
1280
|
-
_LBI,
|
|
1648
|
+
export var LoadBalancerInfo$ = [3, n0, _LBI,
|
|
1281
1649
|
0,
|
|
1282
1650
|
[_eIL, _tGIL, _tGPIL],
|
|
1283
|
-
[() => ELBInfoList, () => TargetGroupInfoList, () => TargetGroupPairInfoList]
|
|
1651
|
+
[() => ELBInfoList, () => TargetGroupInfoList, () => TargetGroupPairInfoList]
|
|
1652
|
+
];
|
|
1653
|
+
export var MinimumHealthyHosts$ = [3, n0, _MHH,
|
|
1654
|
+
0,
|
|
1655
|
+
[_ty, _v],
|
|
1656
|
+
[0, 1]
|
|
1657
|
+
];
|
|
1658
|
+
export var MinimumHealthyHostsPerZone$ = [3, n0, _MHHPZ,
|
|
1659
|
+
0,
|
|
1660
|
+
[_ty, _v],
|
|
1661
|
+
[0, 1]
|
|
1662
|
+
];
|
|
1663
|
+
export var MultipleIamArnsProvidedException$ = [-3, n0, _MIAPE,
|
|
1664
|
+
{ [_er]: _c },
|
|
1665
|
+
[_m],
|
|
1666
|
+
[0]
|
|
1284
1667
|
];
|
|
1285
|
-
export var MinimumHealthyHosts$ = [3, n0, _MHH, 0, [_ty, _v], [0, 1]];
|
|
1286
|
-
export var MinimumHealthyHostsPerZone$ = [3, n0, _MHHPZ, 0, [_ty, _v], [0, 1]];
|
|
1287
|
-
export var MultipleIamArnsProvidedException$ = [-3, n0, _MIAPE, { [_er]: _c }, [_m], [0]];
|
|
1288
1668
|
TypeRegistry.for(n0).registerError(MultipleIamArnsProvidedException$, MultipleIamArnsProvidedException);
|
|
1289
|
-
export var OnPremisesTagSet$ = [3, n0, _OPTS,
|
|
1290
|
-
|
|
1669
|
+
export var OnPremisesTagSet$ = [3, n0, _OPTS,
|
|
1670
|
+
0,
|
|
1671
|
+
[_oPTSL],
|
|
1672
|
+
[() => OnPremisesTagSetList]
|
|
1673
|
+
];
|
|
1674
|
+
export var OperationNotSupportedException$ = [-3, n0, _ONSE,
|
|
1675
|
+
{ [_er]: _c },
|
|
1676
|
+
[_m],
|
|
1677
|
+
[0]
|
|
1678
|
+
];
|
|
1291
1679
|
TypeRegistry.for(n0).registerError(OperationNotSupportedException$, OperationNotSupportedException);
|
|
1292
|
-
export var PutLifecycleEventHookExecutionStatusInput$ = [
|
|
1293
|
-
3,
|
|
1294
|
-
n0,
|
|
1295
|
-
_PLEHESI,
|
|
1680
|
+
export var PutLifecycleEventHookExecutionStatusInput$ = [3, n0, _PLEHESI,
|
|
1296
1681
|
0,
|
|
1297
1682
|
[_dI, _lEHEI, _st],
|
|
1298
|
-
[0, 0, 0]
|
|
1683
|
+
[0, 0, 0]
|
|
1684
|
+
];
|
|
1685
|
+
export var PutLifecycleEventHookExecutionStatusOutput$ = [3, n0, _PLEHESO,
|
|
1686
|
+
0,
|
|
1687
|
+
[_lEHEI],
|
|
1688
|
+
[0]
|
|
1689
|
+
];
|
|
1690
|
+
export var RawString$ = [3, n0, _RS,
|
|
1691
|
+
0,
|
|
1692
|
+
[_co, _s],
|
|
1693
|
+
[0, 0]
|
|
1299
1694
|
];
|
|
1300
|
-
export var
|
|
1301
|
-
export var RawString$ = [3, n0, _RS, 0, [_co, _s], [0, 0]];
|
|
1302
|
-
export var RegisterApplicationRevisionInput$ = [
|
|
1303
|
-
3,
|
|
1304
|
-
n0,
|
|
1305
|
-
_RARI,
|
|
1695
|
+
export var RegisterApplicationRevisionInput$ = [3, n0, _RARI,
|
|
1306
1696
|
0,
|
|
1307
1697
|
[_aN, _d, _re],
|
|
1308
|
-
[0, 0, () => RevisionLocation$]
|
|
1698
|
+
[0, 0, () => RevisionLocation$]
|
|
1699
|
+
];
|
|
1700
|
+
export var RegisterOnPremisesInstanceInput$ = [3, n0, _ROPII,
|
|
1701
|
+
0,
|
|
1702
|
+
[_iNn, _iSA, _iUA],
|
|
1703
|
+
[0, 0, 0]
|
|
1704
|
+
];
|
|
1705
|
+
export var RelatedDeployments$ = [3, n0, _RD,
|
|
1706
|
+
0,
|
|
1707
|
+
[_aUOIRDI, _aUOIDI],
|
|
1708
|
+
[0, 64 | 0]
|
|
1309
1709
|
];
|
|
1310
|
-
export var
|
|
1311
|
-
export var RelatedDeployments$ = [3, n0, _RD, 0, [_aUOIRDI, _aUOIDI], [0, 64 | 0]];
|
|
1312
|
-
export var RemoveTagsFromOnPremisesInstancesInput$ = [
|
|
1313
|
-
3,
|
|
1314
|
-
n0,
|
|
1315
|
-
_RTFOPII,
|
|
1710
|
+
export var RemoveTagsFromOnPremisesInstancesInput$ = [3, n0, _RTFOPII,
|
|
1316
1711
|
0,
|
|
1317
1712
|
[_t, _iN],
|
|
1318
|
-
[() => TagList, 64 | 0]
|
|
1713
|
+
[() => TagList, 64 | 0]
|
|
1714
|
+
];
|
|
1715
|
+
export var ResourceArnRequiredException$ = [-3, n0, _RARE,
|
|
1716
|
+
{ [_er]: _c },
|
|
1717
|
+
[_m],
|
|
1718
|
+
[0]
|
|
1319
1719
|
];
|
|
1320
|
-
export var ResourceArnRequiredException$ = [-3, n0, _RARE, { [_er]: _c }, [_m], [0]];
|
|
1321
1720
|
TypeRegistry.for(n0).registerError(ResourceArnRequiredException$, ResourceArnRequiredException);
|
|
1322
|
-
export var ResourceValidationException$ = [-3, n0, _RVE,
|
|
1721
|
+
export var ResourceValidationException$ = [-3, n0, _RVE,
|
|
1722
|
+
{ [_er]: _c },
|
|
1723
|
+
[_m],
|
|
1724
|
+
[0]
|
|
1725
|
+
];
|
|
1323
1726
|
TypeRegistry.for(n0).registerError(ResourceValidationException$, ResourceValidationException);
|
|
1324
|
-
export var RevisionDoesNotExistException$ = [-3, n0, _RDNEE,
|
|
1727
|
+
export var RevisionDoesNotExistException$ = [-3, n0, _RDNEE,
|
|
1728
|
+
{ [_er]: _c },
|
|
1729
|
+
[_m],
|
|
1730
|
+
[0]
|
|
1731
|
+
];
|
|
1325
1732
|
TypeRegistry.for(n0).registerError(RevisionDoesNotExistException$, RevisionDoesNotExistException);
|
|
1326
|
-
export var RevisionInfo$ = [
|
|
1327
|
-
3,
|
|
1328
|
-
n0,
|
|
1329
|
-
_RI,
|
|
1733
|
+
export var RevisionInfo$ = [3, n0, _RI,
|
|
1330
1734
|
0,
|
|
1331
1735
|
[_rL, _gRI],
|
|
1332
|
-
[() => RevisionLocation$, () => GenericRevisionInfo$]
|
|
1736
|
+
[() => RevisionLocation$, () => GenericRevisionInfo$]
|
|
1333
1737
|
];
|
|
1334
|
-
export var RevisionLocation$ = [
|
|
1335
|
-
3,
|
|
1336
|
-
n0,
|
|
1337
|
-
_RL,
|
|
1738
|
+
export var RevisionLocation$ = [3, n0, _RL,
|
|
1338
1739
|
0,
|
|
1339
1740
|
[_rTev, _sL, _gHL, _str, _aSC],
|
|
1340
|
-
[0, () => S3Location$, () => GitHubLocation$, () => RawString$, () => AppSpecContent$]
|
|
1741
|
+
[0, () => S3Location$, () => GitHubLocation$, () => RawString$, () => AppSpecContent$]
|
|
1742
|
+
];
|
|
1743
|
+
export var RevisionRequiredException$ = [-3, n0, _RRE,
|
|
1744
|
+
{ [_er]: _c },
|
|
1745
|
+
[_m],
|
|
1746
|
+
[0]
|
|
1341
1747
|
];
|
|
1342
|
-
export var RevisionRequiredException$ = [-3, n0, _RRE, { [_er]: _c }, [_m], [0]];
|
|
1343
1748
|
TypeRegistry.for(n0).registerError(RevisionRequiredException$, RevisionRequiredException);
|
|
1344
|
-
export var RoleRequiredException$ = [-3, n0, _RREo,
|
|
1749
|
+
export var RoleRequiredException$ = [-3, n0, _RREo,
|
|
1750
|
+
{ [_er]: _c },
|
|
1751
|
+
[_m],
|
|
1752
|
+
[0]
|
|
1753
|
+
];
|
|
1345
1754
|
TypeRegistry.for(n0).registerError(RoleRequiredException$, RoleRequiredException);
|
|
1346
|
-
export var RollbackInfo$ = [3, n0, _RIo,
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
export var
|
|
1352
|
-
|
|
1353
|
-
|
|
1755
|
+
export var RollbackInfo$ = [3, n0, _RIo,
|
|
1756
|
+
0,
|
|
1757
|
+
[_rDI, _rTDI, _rM],
|
|
1758
|
+
[0, 0, 0]
|
|
1759
|
+
];
|
|
1760
|
+
export var S3Location$ = [3, n0, _SL,
|
|
1761
|
+
0,
|
|
1762
|
+
[_b, _k, _bT, _ve, _eTa],
|
|
1763
|
+
[0, 0, 0, 0, 0]
|
|
1764
|
+
];
|
|
1765
|
+
export var SkipWaitTimeForInstanceTerminationInput$ = [3, n0, _SWTFITI,
|
|
1766
|
+
0,
|
|
1767
|
+
[_dI],
|
|
1768
|
+
[0]
|
|
1769
|
+
];
|
|
1770
|
+
export var StopDeploymentInput$ = [3, n0, _SDI,
|
|
1771
|
+
0,
|
|
1772
|
+
[_dI, _aRE],
|
|
1773
|
+
[0, 2]
|
|
1774
|
+
];
|
|
1775
|
+
export var StopDeploymentOutput$ = [3, n0, _SDO,
|
|
1776
|
+
0,
|
|
1777
|
+
[_st, _sM],
|
|
1778
|
+
[0, 0]
|
|
1779
|
+
];
|
|
1780
|
+
export var Tag$ = [3, n0, _Tag,
|
|
1781
|
+
0,
|
|
1782
|
+
[_K, _V],
|
|
1783
|
+
[0, 0]
|
|
1784
|
+
];
|
|
1785
|
+
export var TagFilter$ = [3, n0, _TFa,
|
|
1786
|
+
0,
|
|
1787
|
+
[_K, _V, _T],
|
|
1788
|
+
[0, 0, 0]
|
|
1789
|
+
];
|
|
1790
|
+
export var TagLimitExceededException$ = [-3, n0, _TLEE,
|
|
1791
|
+
{ [_er]: _c },
|
|
1792
|
+
[_m],
|
|
1793
|
+
[0]
|
|
1794
|
+
];
|
|
1354
1795
|
TypeRegistry.for(n0).registerError(TagLimitExceededException$, TagLimitExceededException);
|
|
1355
|
-
export var TagRequiredException$ = [-3, n0, _TRE,
|
|
1796
|
+
export var TagRequiredException$ = [-3, n0, _TRE,
|
|
1797
|
+
{ [_er]: _c },
|
|
1798
|
+
[_m],
|
|
1799
|
+
[0]
|
|
1800
|
+
];
|
|
1356
1801
|
TypeRegistry.for(n0).registerError(TagRequiredException$, TagRequiredException);
|
|
1357
|
-
export var TagResourceInput$ = [3, n0, _TRI,
|
|
1358
|
-
|
|
1359
|
-
|
|
1802
|
+
export var TagResourceInput$ = [3, n0, _TRI,
|
|
1803
|
+
0,
|
|
1804
|
+
[_RA, _Ta],
|
|
1805
|
+
[0, () => TagList]
|
|
1806
|
+
];
|
|
1807
|
+
export var TagResourceOutput$ = [3, n0, _TRO,
|
|
1808
|
+
0,
|
|
1809
|
+
[],
|
|
1810
|
+
[]
|
|
1811
|
+
];
|
|
1812
|
+
export var TagSetListLimitExceededException$ = [-3, n0, _TSLLEE,
|
|
1813
|
+
{ [_er]: _c },
|
|
1814
|
+
[_m],
|
|
1815
|
+
[0]
|
|
1816
|
+
];
|
|
1360
1817
|
TypeRegistry.for(n0).registerError(TagSetListLimitExceededException$, TagSetListLimitExceededException);
|
|
1361
|
-
export var TargetGroupInfo$ = [3, n0, _TGI,
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1818
|
+
export var TargetGroupInfo$ = [3, n0, _TGI,
|
|
1819
|
+
0,
|
|
1820
|
+
[_n],
|
|
1821
|
+
[0]
|
|
1822
|
+
];
|
|
1823
|
+
export var TargetGroupPairInfo$ = [3, n0, _TGPI,
|
|
1366
1824
|
0,
|
|
1367
1825
|
[_tGa, _pTR, _tTR],
|
|
1368
|
-
[() => TargetGroupInfoList, () => TrafficRoute$, () => TrafficRoute$]
|
|
1826
|
+
[() => TargetGroupInfoList, () => TrafficRoute$, () => TrafficRoute$]
|
|
1369
1827
|
];
|
|
1370
|
-
export var TargetInstances$ = [
|
|
1371
|
-
3,
|
|
1372
|
-
n0,
|
|
1373
|
-
_TI,
|
|
1828
|
+
export var TargetInstances$ = [3, n0, _TI,
|
|
1374
1829
|
0,
|
|
1375
1830
|
[_tFa, _aSG, _eTS],
|
|
1376
|
-
[() => EC2TagFilterList, 64 | 0, () => EC2TagSet$]
|
|
1831
|
+
[() => EC2TagFilterList, 64 | 0, () => EC2TagSet$]
|
|
1832
|
+
];
|
|
1833
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1834
|
+
{ [_er]: _c },
|
|
1835
|
+
[_m],
|
|
1836
|
+
[0]
|
|
1377
1837
|
];
|
|
1378
|
-
export var ThrottlingException$ = [-3, n0, _TE, { [_er]: _c }, [_m], [0]];
|
|
1379
1838
|
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1380
|
-
export var TimeBasedCanary$ = [3, n0, _TBC,
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1839
|
+
export var TimeBasedCanary$ = [3, n0, _TBC,
|
|
1840
|
+
0,
|
|
1841
|
+
[_cPa, _cIa],
|
|
1842
|
+
[1, 1]
|
|
1843
|
+
];
|
|
1844
|
+
export var TimeBasedLinear$ = [3, n0, _TBL,
|
|
1845
|
+
0,
|
|
1846
|
+
[_lP, _lI],
|
|
1847
|
+
[1, 1]
|
|
1848
|
+
];
|
|
1849
|
+
export var TimeRange$ = [3, n0, _TR,
|
|
1850
|
+
0,
|
|
1851
|
+
[_sta, _en],
|
|
1852
|
+
[4, 4]
|
|
1853
|
+
];
|
|
1854
|
+
export var TrafficRoute$ = [3, n0, _TRr,
|
|
1855
|
+
0,
|
|
1856
|
+
[_lA],
|
|
1857
|
+
[64 | 0]
|
|
1858
|
+
];
|
|
1859
|
+
export var TrafficRoutingConfig$ = [3, n0, _TRC,
|
|
1388
1860
|
0,
|
|
1389
1861
|
[_ty, _tBC, _tBL],
|
|
1390
|
-
[0, () => TimeBasedCanary$, () => TimeBasedLinear$]
|
|
1862
|
+
[0, () => TimeBasedCanary$, () => TimeBasedLinear$]
|
|
1863
|
+
];
|
|
1864
|
+
export var TriggerConfig$ = [3, n0, _TC,
|
|
1865
|
+
0,
|
|
1866
|
+
[_tNr, _tTA, _tE],
|
|
1867
|
+
[0, 0, 64 | 0]
|
|
1868
|
+
];
|
|
1869
|
+
export var TriggerTargetsLimitExceededException$ = [-3, n0, _TTLEE,
|
|
1870
|
+
{ [_er]: _c },
|
|
1871
|
+
[_m],
|
|
1872
|
+
[0]
|
|
1391
1873
|
];
|
|
1392
|
-
export var TriggerConfig$ = [3, n0, _TC, 0, [_tNr, _tTA, _tE], [0, 0, 64 | 0]];
|
|
1393
|
-
export var TriggerTargetsLimitExceededException$ = [-3, n0, _TTLEE, { [_er]: _c }, [_m], [0]];
|
|
1394
1874
|
TypeRegistry.for(n0).registerError(TriggerTargetsLimitExceededException$, TriggerTargetsLimitExceededException);
|
|
1395
|
-
export var UnsupportedActionForDeploymentTypeException$ = [
|
|
1396
|
-
-3,
|
|
1397
|
-
n0,
|
|
1398
|
-
_UAFDTE,
|
|
1875
|
+
export var UnsupportedActionForDeploymentTypeException$ = [-3, n0, _UAFDTE,
|
|
1399
1876
|
{ [_er]: _c },
|
|
1400
1877
|
[_m],
|
|
1401
|
-
[0]
|
|
1878
|
+
[0]
|
|
1402
1879
|
];
|
|
1403
1880
|
TypeRegistry.for(n0).registerError(UnsupportedActionForDeploymentTypeException$, UnsupportedActionForDeploymentTypeException);
|
|
1404
|
-
export var UntagResourceInput$ = [3, n0, _URI,
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1881
|
+
export var UntagResourceInput$ = [3, n0, _URI,
|
|
1882
|
+
0,
|
|
1883
|
+
[_RA, _TK],
|
|
1884
|
+
[0, 64 | 0]
|
|
1885
|
+
];
|
|
1886
|
+
export var UntagResourceOutput$ = [3, n0, _URO,
|
|
1887
|
+
0,
|
|
1888
|
+
[],
|
|
1889
|
+
[]
|
|
1890
|
+
];
|
|
1891
|
+
export var UpdateApplicationInput$ = [3, n0, _UAI,
|
|
1892
|
+
0,
|
|
1893
|
+
[_aN, _nAN],
|
|
1894
|
+
[0, 0]
|
|
1895
|
+
];
|
|
1896
|
+
export var UpdateDeploymentGroupInput$ = [3, n0, _UDGI,
|
|
1411
1897
|
0,
|
|
1412
1898
|
[_aN, _cDGN, _nDGN, _dCN, _eTF, _oPITF, _aSG, _sRA, _tC, _aC, _aRC, _oIS, _dS, _bGDC, _lBI, _eTS, _eS, _oPTS, _tHE],
|
|
1413
|
-
[
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
0,
|
|
1417
|
-
0,
|
|
1418
|
-
() => EC2TagFilterList,
|
|
1419
|
-
() => TagFilterList,
|
|
1420
|
-
64 | 0,
|
|
1421
|
-
0,
|
|
1422
|
-
() => TriggerConfigList,
|
|
1423
|
-
() => AlarmConfiguration$,
|
|
1424
|
-
() => AutoRollbackConfiguration$,
|
|
1425
|
-
0,
|
|
1426
|
-
() => DeploymentStyle$,
|
|
1427
|
-
() => BlueGreenDeploymentConfiguration$,
|
|
1428
|
-
() => LoadBalancerInfo$,
|
|
1429
|
-
() => EC2TagSet$,
|
|
1430
|
-
() => ECSServiceList,
|
|
1431
|
-
() => OnPremisesTagSet$,
|
|
1432
|
-
2,
|
|
1433
|
-
],
|
|
1434
|
-
];
|
|
1435
|
-
export var UpdateDeploymentGroupOutput$ = [
|
|
1436
|
-
3,
|
|
1437
|
-
n0,
|
|
1438
|
-
_UDGO,
|
|
1899
|
+
[0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, 64 | 0, 0, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, 0, () => DeploymentStyle$, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => EC2TagSet$, () => ECSServiceList, () => OnPremisesTagSet$, 2]
|
|
1900
|
+
];
|
|
1901
|
+
export var UpdateDeploymentGroupOutput$ = [3, n0, _UDGO,
|
|
1439
1902
|
0,
|
|
1440
1903
|
[_hNCU],
|
|
1441
|
-
[() => AutoScalingGroupList]
|
|
1904
|
+
[() => AutoScalingGroupList]
|
|
1442
1905
|
];
|
|
1443
|
-
export var ZonalConfig$ = [
|
|
1444
|
-
3,
|
|
1445
|
-
n0,
|
|
1446
|
-
_ZC,
|
|
1906
|
+
export var ZonalConfig$ = [3, n0, _ZC,
|
|
1447
1907
|
0,
|
|
1448
1908
|
[_fZMDIS, _mDIS, _mHHPZ],
|
|
1449
|
-
[1, 1, () => MinimumHealthyHostsPerZone$]
|
|
1909
|
+
[1, 1, () => MinimumHealthyHostsPerZone$]
|
|
1450
1910
|
];
|
|
1451
1911
|
var __Unit = "unit";
|
|
1452
1912
|
export var CodeDeployServiceException$ = [-3, _sm, "CodeDeployServiceException", 0, [], []];
|
|
1453
1913
|
TypeRegistry.for(_sm).registerError(CodeDeployServiceException$, CodeDeployServiceException);
|
|
1454
|
-
var AlarmList = [1, n0, _AL,
|
|
1455
|
-
|
|
1914
|
+
var AlarmList = [1, n0, _AL,
|
|
1915
|
+
0, () => Alarm$
|
|
1916
|
+
];
|
|
1917
|
+
var ApplicationsInfoList = [1, n0, _AIL,
|
|
1918
|
+
0, () => ApplicationInfo$
|
|
1919
|
+
];
|
|
1456
1920
|
var ApplicationsList = 64 | 0;
|
|
1457
1921
|
var AutoRollbackEventsList = 64 | 0;
|
|
1458
|
-
var AutoScalingGroupList = [1, n0, _ASGL,
|
|
1922
|
+
var AutoScalingGroupList = [1, n0, _ASGL,
|
|
1923
|
+
0, () => AutoScalingGroup$
|
|
1924
|
+
];
|
|
1459
1925
|
var AutoScalingGroupNameList = 64 | 0;
|
|
1460
1926
|
var DeploymentConfigsList = 64 | 0;
|
|
1461
|
-
var DeploymentGroupInfoList = [1, n0, _DGIL,
|
|
1927
|
+
var DeploymentGroupInfoList = [1, n0, _DGIL,
|
|
1928
|
+
0, () => DeploymentGroupInfo$
|
|
1929
|
+
];
|
|
1462
1930
|
var DeploymentGroupsList = 64 | 0;
|
|
1463
|
-
var DeploymentsInfoList = [1, n0, _DIL,
|
|
1931
|
+
var DeploymentsInfoList = [1, n0, _DIL,
|
|
1932
|
+
0, () => DeploymentInfo$
|
|
1933
|
+
];
|
|
1464
1934
|
var DeploymentsList = 64 | 0;
|
|
1465
1935
|
var DeploymentStatusList = 64 | 0;
|
|
1466
1936
|
var DeploymentStatusMessageList = 64 | 0;
|
|
1467
|
-
var DeploymentTargetList = [1, n0, _DTL,
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
var
|
|
1471
|
-
|
|
1472
|
-
|
|
1937
|
+
var DeploymentTargetList = [1, n0, _DTL,
|
|
1938
|
+
0, () => DeploymentTarget$
|
|
1939
|
+
];
|
|
1940
|
+
var EC2TagFilterList = [1, n0, _ECTFL,
|
|
1941
|
+
0, () => EC2TagFilter$
|
|
1942
|
+
];
|
|
1943
|
+
var EC2TagSetList = [1, n0, _ECTSL,
|
|
1944
|
+
0, () => EC2TagFilterList
|
|
1945
|
+
];
|
|
1946
|
+
var ECSServiceList = [1, n0, _ECSSL,
|
|
1947
|
+
0, () => ECSService$
|
|
1948
|
+
];
|
|
1949
|
+
var ECSTaskSetList = [1, n0, _ECSTSL,
|
|
1950
|
+
0, () => ECSTaskSet$
|
|
1951
|
+
];
|
|
1952
|
+
var ELBInfoList = [1, n0, _ELBIL,
|
|
1953
|
+
0, () => ELBInfo$
|
|
1954
|
+
];
|
|
1473
1955
|
var FilterValueList = 64 | 0;
|
|
1474
1956
|
var GitHubAccountTokenNameList = 64 | 0;
|
|
1475
|
-
var InstanceInfoList = [1, n0, _IIL,
|
|
1957
|
+
var InstanceInfoList = [1, n0, _IIL,
|
|
1958
|
+
0, () => InstanceInfo$
|
|
1959
|
+
];
|
|
1476
1960
|
var InstanceNameList = 64 | 0;
|
|
1477
1961
|
var InstancesList = 64 | 0;
|
|
1478
1962
|
var InstanceStatusList = 64 | 0;
|
|
1479
|
-
var InstanceSummaryList = [1, n0, _ISL,
|
|
1963
|
+
var InstanceSummaryList = [1, n0, _ISL,
|
|
1964
|
+
0, () => InstanceSummary$
|
|
1965
|
+
];
|
|
1480
1966
|
var InstanceTypeList = 64 | 0;
|
|
1481
|
-
var LifecycleEventList = [1, n0, _LEL,
|
|
1967
|
+
var LifecycleEventList = [1, n0, _LEL,
|
|
1968
|
+
0, () => LifecycleEvent$
|
|
1969
|
+
];
|
|
1482
1970
|
var ListenerArnList = 64 | 0;
|
|
1483
|
-
var OnPremisesTagSetList = [1, n0, _OPTSL,
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
var
|
|
1971
|
+
var OnPremisesTagSetList = [1, n0, _OPTSL,
|
|
1972
|
+
0, () => TagFilterList
|
|
1973
|
+
];
|
|
1974
|
+
var RevisionInfoList = [1, n0, _RIL,
|
|
1975
|
+
0, () => RevisionInfo$
|
|
1976
|
+
];
|
|
1977
|
+
var RevisionLocationList = [1, n0, _RLL,
|
|
1978
|
+
0, () => RevisionLocation$
|
|
1979
|
+
];
|
|
1980
|
+
var TagFilterList = [1, n0, _TFL,
|
|
1981
|
+
0, () => TagFilter$
|
|
1982
|
+
];
|
|
1487
1983
|
var TagKeyList = 64 | 0;
|
|
1488
|
-
var TagList = [1, n0, _TL,
|
|
1489
|
-
|
|
1490
|
-
|
|
1984
|
+
var TagList = [1, n0, _TL,
|
|
1985
|
+
0, () => Tag$
|
|
1986
|
+
];
|
|
1987
|
+
var TargetGroupInfoList = [1, n0, _TGIL,
|
|
1988
|
+
0, () => TargetGroupInfo$
|
|
1989
|
+
];
|
|
1990
|
+
var TargetGroupPairInfoList = [1, n0, _TGPIL,
|
|
1991
|
+
0, () => TargetGroupPairInfo$
|
|
1992
|
+
];
|
|
1491
1993
|
var TargetIdList = 64 | 0;
|
|
1492
|
-
var TriggerConfigList = [1, n0, _TCL,
|
|
1994
|
+
var TriggerConfigList = [1, n0, _TCL,
|
|
1995
|
+
0, () => TriggerConfig$
|
|
1996
|
+
];
|
|
1493
1997
|
var TriggerEventTypeList = 64 | 0;
|
|
1494
|
-
var TargetFilters = [2, n0, _TF,
|
|
1495
|
-
|
|
1496
|
-
9,
|
|
1497
|
-
n0,
|
|
1498
|
-
_ATTOPI,
|
|
1499
|
-
0,
|
|
1500
|
-
() => AddTagsToOnPremisesInstancesInput$,
|
|
1501
|
-
() => __Unit,
|
|
1502
|
-
];
|
|
1503
|
-
export var BatchGetApplicationRevisions$ = [
|
|
1504
|
-
9,
|
|
1505
|
-
n0,
|
|
1506
|
-
_BGAR,
|
|
1507
|
-
0,
|
|
1508
|
-
() => BatchGetApplicationRevisionsInput$,
|
|
1509
|
-
() => BatchGetApplicationRevisionsOutput$,
|
|
1510
|
-
];
|
|
1511
|
-
export var BatchGetApplications$ = [
|
|
1512
|
-
9,
|
|
1513
|
-
n0,
|
|
1514
|
-
_BGA,
|
|
1515
|
-
0,
|
|
1516
|
-
() => BatchGetApplicationsInput$,
|
|
1517
|
-
() => BatchGetApplicationsOutput$,
|
|
1518
|
-
];
|
|
1519
|
-
export var BatchGetDeploymentGroups$ = [
|
|
1520
|
-
9,
|
|
1521
|
-
n0,
|
|
1522
|
-
_BGDG,
|
|
1523
|
-
0,
|
|
1524
|
-
() => BatchGetDeploymentGroupsInput$,
|
|
1525
|
-
() => BatchGetDeploymentGroupsOutput$,
|
|
1526
|
-
];
|
|
1527
|
-
export var BatchGetDeploymentInstances$ = [
|
|
1528
|
-
9,
|
|
1529
|
-
n0,
|
|
1530
|
-
_BGDIa,
|
|
1531
|
-
0,
|
|
1532
|
-
() => BatchGetDeploymentInstancesInput$,
|
|
1533
|
-
() => BatchGetDeploymentInstancesOutput$,
|
|
1534
|
-
];
|
|
1535
|
-
export var BatchGetDeployments$ = [
|
|
1536
|
-
9,
|
|
1537
|
-
n0,
|
|
1538
|
-
_BGD,
|
|
1539
|
-
0,
|
|
1540
|
-
() => BatchGetDeploymentsInput$,
|
|
1541
|
-
() => BatchGetDeploymentsOutput$,
|
|
1542
|
-
];
|
|
1543
|
-
export var BatchGetDeploymentTargets$ = [
|
|
1544
|
-
9,
|
|
1545
|
-
n0,
|
|
1546
|
-
_BGDT,
|
|
1547
|
-
0,
|
|
1548
|
-
() => BatchGetDeploymentTargetsInput$,
|
|
1549
|
-
() => BatchGetDeploymentTargetsOutput$,
|
|
1550
|
-
];
|
|
1551
|
-
export var BatchGetOnPremisesInstances$ = [
|
|
1552
|
-
9,
|
|
1553
|
-
n0,
|
|
1554
|
-
_BGOPI,
|
|
1555
|
-
0,
|
|
1556
|
-
() => BatchGetOnPremisesInstancesInput$,
|
|
1557
|
-
() => BatchGetOnPremisesInstancesOutput$,
|
|
1558
|
-
];
|
|
1559
|
-
export var ContinueDeployment$ = [9, n0, _CD, 0, () => ContinueDeploymentInput$, () => __Unit];
|
|
1560
|
-
export var CreateApplication$ = [
|
|
1561
|
-
9,
|
|
1562
|
-
n0,
|
|
1563
|
-
_CA,
|
|
1564
|
-
0,
|
|
1565
|
-
() => CreateApplicationInput$,
|
|
1566
|
-
() => CreateApplicationOutput$,
|
|
1567
|
-
];
|
|
1568
|
-
export var CreateDeployment$ = [
|
|
1569
|
-
9,
|
|
1570
|
-
n0,
|
|
1571
|
-
_CDr,
|
|
1572
|
-
0,
|
|
1573
|
-
() => CreateDeploymentInput$,
|
|
1574
|
-
() => CreateDeploymentOutput$,
|
|
1575
|
-
];
|
|
1576
|
-
export var CreateDeploymentConfig$ = [
|
|
1577
|
-
9,
|
|
1578
|
-
n0,
|
|
1579
|
-
_CDC,
|
|
1580
|
-
0,
|
|
1581
|
-
() => CreateDeploymentConfigInput$,
|
|
1582
|
-
() => CreateDeploymentConfigOutput$,
|
|
1583
|
-
];
|
|
1584
|
-
export var CreateDeploymentGroup$ = [
|
|
1585
|
-
9,
|
|
1586
|
-
n0,
|
|
1587
|
-
_CDG,
|
|
1588
|
-
0,
|
|
1589
|
-
() => CreateDeploymentGroupInput$,
|
|
1590
|
-
() => CreateDeploymentGroupOutput$,
|
|
1591
|
-
];
|
|
1592
|
-
export var DeleteApplication$ = [9, n0, _DA, 0, () => DeleteApplicationInput$, () => __Unit];
|
|
1593
|
-
export var DeleteDeploymentConfig$ = [
|
|
1594
|
-
9,
|
|
1595
|
-
n0,
|
|
1596
|
-
_DDC,
|
|
1597
|
-
0,
|
|
1598
|
-
() => DeleteDeploymentConfigInput$,
|
|
1599
|
-
() => __Unit,
|
|
1600
|
-
];
|
|
1601
|
-
export var DeleteDeploymentGroup$ = [
|
|
1602
|
-
9,
|
|
1603
|
-
n0,
|
|
1604
|
-
_DDG,
|
|
1605
|
-
0,
|
|
1606
|
-
() => DeleteDeploymentGroupInput$,
|
|
1607
|
-
() => DeleteDeploymentGroupOutput$,
|
|
1608
|
-
];
|
|
1609
|
-
export var DeleteGitHubAccountToken$ = [
|
|
1610
|
-
9,
|
|
1611
|
-
n0,
|
|
1612
|
-
_DGHAT,
|
|
1613
|
-
0,
|
|
1614
|
-
() => DeleteGitHubAccountTokenInput$,
|
|
1615
|
-
() => DeleteGitHubAccountTokenOutput$,
|
|
1616
|
-
];
|
|
1617
|
-
export var DeleteResourcesByExternalId$ = [
|
|
1618
|
-
9,
|
|
1619
|
-
n0,
|
|
1620
|
-
_DRBEI,
|
|
1621
|
-
0,
|
|
1622
|
-
() => DeleteResourcesByExternalIdInput$,
|
|
1623
|
-
() => DeleteResourcesByExternalIdOutput$,
|
|
1624
|
-
];
|
|
1625
|
-
export var DeregisterOnPremisesInstance$ = [
|
|
1626
|
-
9,
|
|
1627
|
-
n0,
|
|
1628
|
-
_DOPI,
|
|
1629
|
-
0,
|
|
1630
|
-
() => DeregisterOnPremisesInstanceInput$,
|
|
1631
|
-
() => __Unit,
|
|
1632
|
-
];
|
|
1633
|
-
export var GetApplication$ = [
|
|
1634
|
-
9,
|
|
1635
|
-
n0,
|
|
1636
|
-
_GA,
|
|
1637
|
-
0,
|
|
1638
|
-
() => GetApplicationInput$,
|
|
1639
|
-
() => GetApplicationOutput$,
|
|
1640
|
-
];
|
|
1641
|
-
export var GetApplicationRevision$ = [
|
|
1642
|
-
9,
|
|
1643
|
-
n0,
|
|
1644
|
-
_GAR,
|
|
1645
|
-
0,
|
|
1646
|
-
() => GetApplicationRevisionInput$,
|
|
1647
|
-
() => GetApplicationRevisionOutput$,
|
|
1648
|
-
];
|
|
1649
|
-
export var GetDeployment$ = [
|
|
1650
|
-
9,
|
|
1651
|
-
n0,
|
|
1652
|
-
_GD,
|
|
1653
|
-
0,
|
|
1654
|
-
() => GetDeploymentInput$,
|
|
1655
|
-
() => GetDeploymentOutput$,
|
|
1656
|
-
];
|
|
1657
|
-
export var GetDeploymentConfig$ = [
|
|
1658
|
-
9,
|
|
1659
|
-
n0,
|
|
1660
|
-
_GDC,
|
|
1661
|
-
0,
|
|
1662
|
-
() => GetDeploymentConfigInput$,
|
|
1663
|
-
() => GetDeploymentConfigOutput$,
|
|
1998
|
+
var TargetFilters = [2, n0, _TF,
|
|
1999
|
+
0, 0, 64 | 0
|
|
1664
2000
|
];
|
|
1665
|
-
export var
|
|
1666
|
-
|
|
1667
|
-
n0,
|
|
1668
|
-
_GDG,
|
|
1669
|
-
0,
|
|
1670
|
-
() => GetDeploymentGroupInput$,
|
|
1671
|
-
() => GetDeploymentGroupOutput$,
|
|
2001
|
+
export var AddTagsToOnPremisesInstances$ = [9, n0, _ATTOPI,
|
|
2002
|
+
0, () => AddTagsToOnPremisesInstancesInput$, () => __Unit
|
|
1672
2003
|
];
|
|
1673
|
-
export var
|
|
1674
|
-
|
|
1675
|
-
n0,
|
|
1676
|
-
_GDIe,
|
|
1677
|
-
0,
|
|
1678
|
-
() => GetDeploymentInstanceInput$,
|
|
1679
|
-
() => GetDeploymentInstanceOutput$,
|
|
2004
|
+
export var BatchGetApplicationRevisions$ = [9, n0, _BGAR,
|
|
2005
|
+
0, () => BatchGetApplicationRevisionsInput$, () => BatchGetApplicationRevisionsOutput$
|
|
1680
2006
|
];
|
|
1681
|
-
export var
|
|
1682
|
-
|
|
1683
|
-
n0,
|
|
1684
|
-
_GDT,
|
|
1685
|
-
0,
|
|
1686
|
-
() => GetDeploymentTargetInput$,
|
|
1687
|
-
() => GetDeploymentTargetOutput$,
|
|
2007
|
+
export var BatchGetApplications$ = [9, n0, _BGA,
|
|
2008
|
+
0, () => BatchGetApplicationsInput$, () => BatchGetApplicationsOutput$
|
|
1688
2009
|
];
|
|
1689
|
-
export var
|
|
1690
|
-
|
|
1691
|
-
n0,
|
|
1692
|
-
_GOPI,
|
|
1693
|
-
0,
|
|
1694
|
-
() => GetOnPremisesInstanceInput$,
|
|
1695
|
-
() => GetOnPremisesInstanceOutput$,
|
|
2010
|
+
export var BatchGetDeploymentGroups$ = [9, n0, _BGDG,
|
|
2011
|
+
0, () => BatchGetDeploymentGroupsInput$, () => BatchGetDeploymentGroupsOutput$
|
|
1696
2012
|
];
|
|
1697
|
-
export var
|
|
1698
|
-
|
|
1699
|
-
n0,
|
|
1700
|
-
_LAR,
|
|
1701
|
-
0,
|
|
1702
|
-
() => ListApplicationRevisionsInput$,
|
|
1703
|
-
() => ListApplicationRevisionsOutput$,
|
|
2013
|
+
export var BatchGetDeploymentInstances$ = [9, n0, _BGDIa,
|
|
2014
|
+
0, () => BatchGetDeploymentInstancesInput$, () => BatchGetDeploymentInstancesOutput$
|
|
1704
2015
|
];
|
|
1705
|
-
export var
|
|
1706
|
-
|
|
1707
|
-
n0,
|
|
1708
|
-
_LA,
|
|
1709
|
-
0,
|
|
1710
|
-
() => ListApplicationsInput$,
|
|
1711
|
-
() => ListApplicationsOutput$,
|
|
2016
|
+
export var BatchGetDeployments$ = [9, n0, _BGD,
|
|
2017
|
+
0, () => BatchGetDeploymentsInput$, () => BatchGetDeploymentsOutput$
|
|
1712
2018
|
];
|
|
1713
|
-
export var
|
|
1714
|
-
|
|
1715
|
-
n0,
|
|
1716
|
-
_LDC,
|
|
1717
|
-
0,
|
|
1718
|
-
() => ListDeploymentConfigsInput$,
|
|
1719
|
-
() => ListDeploymentConfigsOutput$,
|
|
2019
|
+
export var BatchGetDeploymentTargets$ = [9, n0, _BGDT,
|
|
2020
|
+
0, () => BatchGetDeploymentTargetsInput$, () => BatchGetDeploymentTargetsOutput$
|
|
1720
2021
|
];
|
|
1721
|
-
export var
|
|
1722
|
-
|
|
1723
|
-
n0,
|
|
1724
|
-
_LDG,
|
|
1725
|
-
0,
|
|
1726
|
-
() => ListDeploymentGroupsInput$,
|
|
1727
|
-
() => ListDeploymentGroupsOutput$,
|
|
2022
|
+
export var BatchGetOnPremisesInstances$ = [9, n0, _BGOPI,
|
|
2023
|
+
0, () => BatchGetOnPremisesInstancesInput$, () => BatchGetOnPremisesInstancesOutput$
|
|
1728
2024
|
];
|
|
1729
|
-
export var
|
|
1730
|
-
|
|
1731
|
-
n0,
|
|
1732
|
-
_LDIis,
|
|
1733
|
-
0,
|
|
1734
|
-
() => ListDeploymentInstancesInput$,
|
|
1735
|
-
() => ListDeploymentInstancesOutput$,
|
|
2025
|
+
export var ContinueDeployment$ = [9, n0, _CD,
|
|
2026
|
+
0, () => ContinueDeploymentInput$, () => __Unit
|
|
1736
2027
|
];
|
|
1737
|
-
export var
|
|
1738
|
-
|
|
1739
|
-
n0,
|
|
1740
|
-
_LD,
|
|
1741
|
-
0,
|
|
1742
|
-
() => ListDeploymentsInput$,
|
|
1743
|
-
() => ListDeploymentsOutput$,
|
|
2028
|
+
export var CreateApplication$ = [9, n0, _CA,
|
|
2029
|
+
0, () => CreateApplicationInput$, () => CreateApplicationOutput$
|
|
1744
2030
|
];
|
|
1745
|
-
export var
|
|
1746
|
-
|
|
1747
|
-
n0,
|
|
1748
|
-
_LDT,
|
|
1749
|
-
0,
|
|
1750
|
-
() => ListDeploymentTargetsInput$,
|
|
1751
|
-
() => ListDeploymentTargetsOutput$,
|
|
2031
|
+
export var CreateDeployment$ = [9, n0, _CDr,
|
|
2032
|
+
0, () => CreateDeploymentInput$, () => CreateDeploymentOutput$
|
|
1752
2033
|
];
|
|
1753
|
-
export var
|
|
1754
|
-
|
|
1755
|
-
n0,
|
|
1756
|
-
_LGHATN,
|
|
1757
|
-
0,
|
|
1758
|
-
() => ListGitHubAccountTokenNamesInput$,
|
|
1759
|
-
() => ListGitHubAccountTokenNamesOutput$,
|
|
2034
|
+
export var CreateDeploymentConfig$ = [9, n0, _CDC,
|
|
2035
|
+
0, () => CreateDeploymentConfigInput$, () => CreateDeploymentConfigOutput$
|
|
1760
2036
|
];
|
|
1761
|
-
export var
|
|
1762
|
-
|
|
1763
|
-
n0,
|
|
1764
|
-
_LOPI,
|
|
1765
|
-
0,
|
|
1766
|
-
() => ListOnPremisesInstancesInput$,
|
|
1767
|
-
() => ListOnPremisesInstancesOutput$,
|
|
2037
|
+
export var CreateDeploymentGroup$ = [9, n0, _CDG,
|
|
2038
|
+
0, () => CreateDeploymentGroupInput$, () => CreateDeploymentGroupOutput$
|
|
1768
2039
|
];
|
|
1769
|
-
export var
|
|
1770
|
-
|
|
1771
|
-
n0,
|
|
1772
|
-
_LTFR,
|
|
1773
|
-
0,
|
|
1774
|
-
() => ListTagsForResourceInput$,
|
|
1775
|
-
() => ListTagsForResourceOutput$,
|
|
2040
|
+
export var DeleteApplication$ = [9, n0, _DA,
|
|
2041
|
+
0, () => DeleteApplicationInput$, () => __Unit
|
|
1776
2042
|
];
|
|
1777
|
-
export var
|
|
1778
|
-
|
|
1779
|
-
n0,
|
|
1780
|
-
_PLEHES,
|
|
1781
|
-
0,
|
|
1782
|
-
() => PutLifecycleEventHookExecutionStatusInput$,
|
|
1783
|
-
() => PutLifecycleEventHookExecutionStatusOutput$,
|
|
2043
|
+
export var DeleteDeploymentConfig$ = [9, n0, _DDC,
|
|
2044
|
+
0, () => DeleteDeploymentConfigInput$, () => __Unit
|
|
1784
2045
|
];
|
|
1785
|
-
export var
|
|
1786
|
-
|
|
1787
|
-
n0,
|
|
1788
|
-
_RAR,
|
|
1789
|
-
0,
|
|
1790
|
-
() => RegisterApplicationRevisionInput$,
|
|
1791
|
-
() => __Unit,
|
|
2046
|
+
export var DeleteDeploymentGroup$ = [9, n0, _DDG,
|
|
2047
|
+
0, () => DeleteDeploymentGroupInput$, () => DeleteDeploymentGroupOutput$
|
|
1792
2048
|
];
|
|
1793
|
-
export var
|
|
1794
|
-
|
|
1795
|
-
n0,
|
|
1796
|
-
_ROPI,
|
|
1797
|
-
0,
|
|
1798
|
-
() => RegisterOnPremisesInstanceInput$,
|
|
1799
|
-
() => __Unit,
|
|
2049
|
+
export var DeleteGitHubAccountToken$ = [9, n0, _DGHAT,
|
|
2050
|
+
0, () => DeleteGitHubAccountTokenInput$, () => DeleteGitHubAccountTokenOutput$
|
|
1800
2051
|
];
|
|
1801
|
-
export var
|
|
1802
|
-
|
|
1803
|
-
n0,
|
|
1804
|
-
_RTFOPI,
|
|
1805
|
-
0,
|
|
1806
|
-
() => RemoveTagsFromOnPremisesInstancesInput$,
|
|
1807
|
-
() => __Unit,
|
|
2052
|
+
export var DeleteResourcesByExternalId$ = [9, n0, _DRBEI,
|
|
2053
|
+
0, () => DeleteResourcesByExternalIdInput$, () => DeleteResourcesByExternalIdOutput$
|
|
1808
2054
|
];
|
|
1809
|
-
export var
|
|
1810
|
-
|
|
1811
|
-
n0,
|
|
1812
|
-
_SWTFIT,
|
|
1813
|
-
0,
|
|
1814
|
-
() => SkipWaitTimeForInstanceTerminationInput$,
|
|
1815
|
-
() => __Unit,
|
|
2055
|
+
export var DeregisterOnPremisesInstance$ = [9, n0, _DOPI,
|
|
2056
|
+
0, () => DeregisterOnPremisesInstanceInput$, () => __Unit
|
|
1816
2057
|
];
|
|
1817
|
-
export var
|
|
1818
|
-
|
|
1819
|
-
n0,
|
|
1820
|
-
_SD,
|
|
1821
|
-
0,
|
|
1822
|
-
() => StopDeploymentInput$,
|
|
1823
|
-
() => StopDeploymentOutput$,
|
|
2058
|
+
export var GetApplication$ = [9, n0, _GA,
|
|
2059
|
+
0, () => GetApplicationInput$, () => GetApplicationOutput$
|
|
1824
2060
|
];
|
|
1825
|
-
export var
|
|
1826
|
-
|
|
1827
|
-
9,
|
|
1828
|
-
n0,
|
|
1829
|
-
_UR,
|
|
1830
|
-
0,
|
|
1831
|
-
() => UntagResourceInput$,
|
|
1832
|
-
() => UntagResourceOutput$,
|
|
2061
|
+
export var GetApplicationRevision$ = [9, n0, _GAR,
|
|
2062
|
+
0, () => GetApplicationRevisionInput$, () => GetApplicationRevisionOutput$
|
|
1833
2063
|
];
|
|
1834
|
-
export var
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
() =>
|
|
2064
|
+
export var GetDeployment$ = [9, n0, _GD,
|
|
2065
|
+
0, () => GetDeploymentInput$, () => GetDeploymentOutput$
|
|
2066
|
+
];
|
|
2067
|
+
export var GetDeploymentConfig$ = [9, n0, _GDC,
|
|
2068
|
+
0, () => GetDeploymentConfigInput$, () => GetDeploymentConfigOutput$
|
|
2069
|
+
];
|
|
2070
|
+
export var GetDeploymentGroup$ = [9, n0, _GDG,
|
|
2071
|
+
0, () => GetDeploymentGroupInput$, () => GetDeploymentGroupOutput$
|
|
2072
|
+
];
|
|
2073
|
+
export var GetDeploymentInstance$ = [9, n0, _GDIe,
|
|
2074
|
+
0, () => GetDeploymentInstanceInput$, () => GetDeploymentInstanceOutput$
|
|
2075
|
+
];
|
|
2076
|
+
export var GetDeploymentTarget$ = [9, n0, _GDT,
|
|
2077
|
+
0, () => GetDeploymentTargetInput$, () => GetDeploymentTargetOutput$
|
|
2078
|
+
];
|
|
2079
|
+
export var GetOnPremisesInstance$ = [9, n0, _GOPI,
|
|
2080
|
+
0, () => GetOnPremisesInstanceInput$, () => GetOnPremisesInstanceOutput$
|
|
2081
|
+
];
|
|
2082
|
+
export var ListApplicationRevisions$ = [9, n0, _LAR,
|
|
2083
|
+
0, () => ListApplicationRevisionsInput$, () => ListApplicationRevisionsOutput$
|
|
2084
|
+
];
|
|
2085
|
+
export var ListApplications$ = [9, n0, _LA,
|
|
2086
|
+
0, () => ListApplicationsInput$, () => ListApplicationsOutput$
|
|
2087
|
+
];
|
|
2088
|
+
export var ListDeploymentConfigs$ = [9, n0, _LDC,
|
|
2089
|
+
0, () => ListDeploymentConfigsInput$, () => ListDeploymentConfigsOutput$
|
|
2090
|
+
];
|
|
2091
|
+
export var ListDeploymentGroups$ = [9, n0, _LDG,
|
|
2092
|
+
0, () => ListDeploymentGroupsInput$, () => ListDeploymentGroupsOutput$
|
|
2093
|
+
];
|
|
2094
|
+
export var ListDeploymentInstances$ = [9, n0, _LDIis,
|
|
2095
|
+
0, () => ListDeploymentInstancesInput$, () => ListDeploymentInstancesOutput$
|
|
2096
|
+
];
|
|
2097
|
+
export var ListDeployments$ = [9, n0, _LD,
|
|
2098
|
+
0, () => ListDeploymentsInput$, () => ListDeploymentsOutput$
|
|
2099
|
+
];
|
|
2100
|
+
export var ListDeploymentTargets$ = [9, n0, _LDT,
|
|
2101
|
+
0, () => ListDeploymentTargetsInput$, () => ListDeploymentTargetsOutput$
|
|
2102
|
+
];
|
|
2103
|
+
export var ListGitHubAccountTokenNames$ = [9, n0, _LGHATN,
|
|
2104
|
+
0, () => ListGitHubAccountTokenNamesInput$, () => ListGitHubAccountTokenNamesOutput$
|
|
2105
|
+
];
|
|
2106
|
+
export var ListOnPremisesInstances$ = [9, n0, _LOPI,
|
|
2107
|
+
0, () => ListOnPremisesInstancesInput$, () => ListOnPremisesInstancesOutput$
|
|
2108
|
+
];
|
|
2109
|
+
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
2110
|
+
0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
2111
|
+
];
|
|
2112
|
+
export var PutLifecycleEventHookExecutionStatus$ = [9, n0, _PLEHES,
|
|
2113
|
+
0, () => PutLifecycleEventHookExecutionStatusInput$, () => PutLifecycleEventHookExecutionStatusOutput$
|
|
2114
|
+
];
|
|
2115
|
+
export var RegisterApplicationRevision$ = [9, n0, _RAR,
|
|
2116
|
+
0, () => RegisterApplicationRevisionInput$, () => __Unit
|
|
2117
|
+
];
|
|
2118
|
+
export var RegisterOnPremisesInstance$ = [9, n0, _ROPI,
|
|
2119
|
+
0, () => RegisterOnPremisesInstanceInput$, () => __Unit
|
|
2120
|
+
];
|
|
2121
|
+
export var RemoveTagsFromOnPremisesInstances$ = [9, n0, _RTFOPI,
|
|
2122
|
+
0, () => RemoveTagsFromOnPremisesInstancesInput$, () => __Unit
|
|
2123
|
+
];
|
|
2124
|
+
export var SkipWaitTimeForInstanceTermination$ = [9, n0, _SWTFIT,
|
|
2125
|
+
0, () => SkipWaitTimeForInstanceTerminationInput$, () => __Unit
|
|
2126
|
+
];
|
|
2127
|
+
export var StopDeployment$ = [9, n0, _SD,
|
|
2128
|
+
0, () => StopDeploymentInput$, () => StopDeploymentOutput$
|
|
2129
|
+
];
|
|
2130
|
+
export var TagResource$ = [9, n0, _TRa,
|
|
2131
|
+
0, () => TagResourceInput$, () => TagResourceOutput$
|
|
2132
|
+
];
|
|
2133
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
2134
|
+
0, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
2135
|
+
];
|
|
2136
|
+
export var UpdateApplication$ = [9, n0, _UA,
|
|
2137
|
+
0, () => UpdateApplicationInput$, () => __Unit
|
|
2138
|
+
];
|
|
2139
|
+
export var UpdateDeploymentGroup$ = [9, n0, _UDG,
|
|
2140
|
+
0, () => UpdateDeploymentGroupInput$, () => UpdateDeploymentGroupOutput$
|
|
1842
2141
|
];
|