@aws-sdk/client-codedeploy 3.952.0 → 3.954.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1274 -941
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -2
- package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +2 -2
- package/dist-es/commands/BatchGetApplicationsCommand.js +2 -2
- package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +2 -2
- package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +2 -2
- package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +2 -2
- package/dist-es/commands/BatchGetDeploymentsCommand.js +2 -2
- package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +2 -2
- package/dist-es/commands/ContinueDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentConfigCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentGroupCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentGroupCommand.js +2 -2
- package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +2 -2
- package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +2 -2
- package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetApplicationRevisionCommand.js +2 -2
- package/dist-es/commands/GetDeploymentCommand.js +2 -2
- package/dist-es/commands/GetDeploymentConfigCommand.js +2 -2
- package/dist-es/commands/GetDeploymentGroupCommand.js +2 -2
- package/dist-es/commands/GetDeploymentInstanceCommand.js +2 -2
- package/dist-es/commands/GetDeploymentTargetCommand.js +2 -2
- package/dist-es/commands/GetOnPremisesInstanceCommand.js +2 -2
- package/dist-es/commands/ListApplicationRevisionsCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentConfigsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentGroupsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentInstancesCommand.js +2 -2
- package/dist-es/commands/ListDeploymentTargetsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +2 -2
- package/dist-es/commands/ListOnPremisesInstancesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -2
- package/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -2
- package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -2
- package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -2
- package/dist-es/commands/StopDeploymentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateDeploymentGroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +627 -592
- package/dist-types/CodeDeployClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +299 -341
- package/dist-types/ts3.4/CodeDeployClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +298 -342
- package/package.json +35 -35
|
@@ -546,9 +546,9 @@ const _wTIM = "waitTimeInMinutes";
|
|
|
546
546
|
const _zC = "zonalConfig";
|
|
547
547
|
const n0 = "com.amazonaws.codedeploy";
|
|
548
548
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
549
|
-
import { CodeDeployServiceException
|
|
550
|
-
import { AlarmsLimitExceededException
|
|
551
|
-
export var AddTagsToOnPremisesInstancesInput = [
|
|
549
|
+
import { CodeDeployServiceException } from "../models/CodeDeployServiceException";
|
|
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
552
|
3,
|
|
553
553
|
n0,
|
|
554
554
|
_ATTOPII,
|
|
@@ -556,15 +556,15 @@ export var AddTagsToOnPremisesInstancesInput = [
|
|
|
556
556
|
[_t, _iN],
|
|
557
557
|
[() => TagList, 64 | 0],
|
|
558
558
|
];
|
|
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
|
-
TypeRegistry.for(n0).registerError(AlarmsLimitExceededException
|
|
563
|
-
export var ApplicationAlreadyExistsException = [-3, n0, _AAEE, { [_er]: _c }, [_m], [0]];
|
|
564
|
-
TypeRegistry.for(n0).registerError(ApplicationAlreadyExistsException
|
|
565
|
-
export var ApplicationDoesNotExistException = [-3, n0, _ADNEE, { [_er]: _c }, [_m], [0]];
|
|
566
|
-
TypeRegistry.for(n0).registerError(ApplicationDoesNotExistException
|
|
567
|
-
export var ApplicationInfo = [
|
|
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
|
+
TypeRegistry.for(n0).registerError(AlarmsLimitExceededException$, AlarmsLimitExceededException);
|
|
563
|
+
export var ApplicationAlreadyExistsException$ = [-3, n0, _AAEE, { [_er]: _c }, [_m], [0]];
|
|
564
|
+
TypeRegistry.for(n0).registerError(ApplicationAlreadyExistsException$, ApplicationAlreadyExistsException);
|
|
565
|
+
export var ApplicationDoesNotExistException$ = [-3, n0, _ADNEE, { [_er]: _c }, [_m], [0]];
|
|
566
|
+
TypeRegistry.for(n0).registerError(ApplicationDoesNotExistException$, ApplicationDoesNotExistException);
|
|
567
|
+
export var ApplicationInfo$ = [
|
|
568
568
|
3,
|
|
569
569
|
n0,
|
|
570
570
|
_AI,
|
|
@@ -572,16 +572,16 @@ export var ApplicationInfo = [
|
|
|
572
572
|
[_aI, _aN, _cT, _lTGH, _gHAN, _cP],
|
|
573
573
|
[0, 0, 4, 2, 0, 0],
|
|
574
574
|
];
|
|
575
|
-
export var ApplicationLimitExceededException = [-3, n0, _ALEEp, { [_er]: _c }, [_m], [0]];
|
|
576
|
-
TypeRegistry.for(n0).registerError(ApplicationLimitExceededException
|
|
577
|
-
export var ApplicationNameRequiredException = [-3, n0, _ANRE, { [_er]: _c }, [_m], [0]];
|
|
578
|
-
TypeRegistry.for(n0).registerError(ApplicationNameRequiredException
|
|
579
|
-
export var AppSpecContent = [3, n0, _ASC, 0, [_co, _s], [0, 0]];
|
|
580
|
-
export var ArnNotSupportedException = [-3, n0, _ANSE, { [_er]: _c }, [_m], [0]];
|
|
581
|
-
TypeRegistry.for(n0).registerError(ArnNotSupportedException
|
|
582
|
-
export var AutoRollbackConfiguration = [3, n0, _ARC, 0, [_e, _ev], [2, 64 | 0]];
|
|
583
|
-
export var AutoScalingGroup = [3, n0, _ASG, 0, [_n, _h, _tH], [0, 0, 0]];
|
|
584
|
-
export var BatchGetApplicationRevisionsInput = [
|
|
575
|
+
export var ApplicationLimitExceededException$ = [-3, n0, _ALEEp, { [_er]: _c }, [_m], [0]];
|
|
576
|
+
TypeRegistry.for(n0).registerError(ApplicationLimitExceededException$, ApplicationLimitExceededException);
|
|
577
|
+
export var ApplicationNameRequiredException$ = [-3, n0, _ANRE, { [_er]: _c }, [_m], [0]];
|
|
578
|
+
TypeRegistry.for(n0).registerError(ApplicationNameRequiredException$, ApplicationNameRequiredException);
|
|
579
|
+
export var AppSpecContent$ = [3, n0, _ASC, 0, [_co, _s], [0, 0]];
|
|
580
|
+
export var ArnNotSupportedException$ = [-3, n0, _ANSE, { [_er]: _c }, [_m], [0]];
|
|
581
|
+
TypeRegistry.for(n0).registerError(ArnNotSupportedException$, ArnNotSupportedException);
|
|
582
|
+
export var AutoRollbackConfiguration$ = [3, n0, _ARC, 0, [_e, _ev], [2, 64 | 0]];
|
|
583
|
+
export var AutoScalingGroup$ = [3, n0, _ASG, 0, [_n, _h, _tH], [0, 0, 0]];
|
|
584
|
+
export var BatchGetApplicationRevisionsInput$ = [
|
|
585
585
|
3,
|
|
586
586
|
n0,
|
|
587
587
|
_BGARI,
|
|
@@ -589,7 +589,7 @@ export var BatchGetApplicationRevisionsInput = [
|
|
|
589
589
|
[_aN, _r],
|
|
590
590
|
[0, () => RevisionLocationList],
|
|
591
591
|
];
|
|
592
|
-
export var BatchGetApplicationRevisionsOutput = [
|
|
592
|
+
export var BatchGetApplicationRevisionsOutput$ = [
|
|
593
593
|
3,
|
|
594
594
|
n0,
|
|
595
595
|
_BGARO,
|
|
@@ -597,10 +597,10 @@ export var BatchGetApplicationRevisionsOutput = [
|
|
|
597
597
|
[_aN, _eM, _r],
|
|
598
598
|
[0, 0, () => RevisionInfoList],
|
|
599
599
|
];
|
|
600
|
-
export var BatchGetApplicationsInput = [3, n0, _BGAI, 0, [_aNp], [64 | 0]];
|
|
601
|
-
export var BatchGetApplicationsOutput = [3, n0, _BGAO, 0, [_aIp], [() => ApplicationsInfoList]];
|
|
602
|
-
export var BatchGetDeploymentGroupsInput = [3, n0, _BGDGI, 0, [_aN, _dGN], [0, 64 | 0]];
|
|
603
|
-
export var BatchGetDeploymentGroupsOutput = [
|
|
600
|
+
export var BatchGetApplicationsInput$ = [3, n0, _BGAI, 0, [_aNp], [64 | 0]];
|
|
601
|
+
export var BatchGetApplicationsOutput$ = [3, n0, _BGAO, 0, [_aIp], [() => ApplicationsInfoList]];
|
|
602
|
+
export var BatchGetDeploymentGroupsInput$ = [3, n0, _BGDGI, 0, [_aN, _dGN], [0, 64 | 0]];
|
|
603
|
+
export var BatchGetDeploymentGroupsOutput$ = [
|
|
604
604
|
3,
|
|
605
605
|
n0,
|
|
606
606
|
_BGDGO,
|
|
@@ -608,8 +608,8 @@ export var BatchGetDeploymentGroupsOutput = [
|
|
|
608
608
|
[_dGI, _eM],
|
|
609
609
|
[() => DeploymentGroupInfoList, 0],
|
|
610
610
|
];
|
|
611
|
-
export var BatchGetDeploymentInstancesInput = [3, n0, _BGDII, 0, [_dI, _iI], [0, 64 | 0]];
|
|
612
|
-
export var BatchGetDeploymentInstancesOutput = [
|
|
611
|
+
export var BatchGetDeploymentInstancesInput$ = [3, n0, _BGDII, 0, [_dI, _iI], [0, 64 | 0]];
|
|
612
|
+
export var BatchGetDeploymentInstancesOutput$ = [
|
|
613
613
|
3,
|
|
614
614
|
n0,
|
|
615
615
|
_BGDIO,
|
|
@@ -617,10 +617,10 @@ export var BatchGetDeploymentInstancesOutput = [
|
|
|
617
617
|
[_iS, _eM],
|
|
618
618
|
[() => InstanceSummaryList, 0],
|
|
619
619
|
];
|
|
620
|
-
export var BatchGetDeploymentsInput = [3, n0, _BGDI, 0, [_dIe], [64 | 0]];
|
|
621
|
-
export var BatchGetDeploymentsOutput = [3, n0, _BGDO, 0, [_dIep], [() => DeploymentsInfoList]];
|
|
622
|
-
export var BatchGetDeploymentTargetsInput = [3, n0, _BGDTI, 0, [_dI, _tI], [0, 64 | 0]];
|
|
623
|
-
export var BatchGetDeploymentTargetsOutput = [
|
|
620
|
+
export var BatchGetDeploymentsInput$ = [3, n0, _BGDI, 0, [_dIe], [64 | 0]];
|
|
621
|
+
export var BatchGetDeploymentsOutput$ = [3, n0, _BGDO, 0, [_dIep], [() => DeploymentsInfoList]];
|
|
622
|
+
export var BatchGetDeploymentTargetsInput$ = [3, n0, _BGDTI, 0, [_dI, _tI], [0, 64 | 0]];
|
|
623
|
+
export var BatchGetDeploymentTargetsOutput$ = [
|
|
624
624
|
3,
|
|
625
625
|
n0,
|
|
626
626
|
_BGDTO,
|
|
@@ -628,8 +628,8 @@ export var BatchGetDeploymentTargetsOutput = [
|
|
|
628
628
|
[_dT],
|
|
629
629
|
[() => DeploymentTargetList],
|
|
630
630
|
];
|
|
631
|
-
export var BatchGetOnPremisesInstancesInput = [3, n0, _BGOPII, 0, [_iN], [64 | 0]];
|
|
632
|
-
export var BatchGetOnPremisesInstancesOutput = [
|
|
631
|
+
export var BatchGetOnPremisesInstancesInput$ = [3, n0, _BGOPII, 0, [_iN], [64 | 0]];
|
|
632
|
+
export var BatchGetOnPremisesInstancesOutput$ = [
|
|
633
633
|
3,
|
|
634
634
|
n0,
|
|
635
635
|
_BGOPIO,
|
|
@@ -637,20 +637,20 @@ export var BatchGetOnPremisesInstancesOutput = [
|
|
|
637
637
|
[_iIn],
|
|
638
638
|
[() => InstanceInfoList],
|
|
639
639
|
];
|
|
640
|
-
export var BatchLimitExceededException = [-3, n0, _BLEE, { [_er]: _c }, [_m], [0]];
|
|
641
|
-
TypeRegistry.for(n0).registerError(BatchLimitExceededException
|
|
642
|
-
export var BlueGreenDeploymentConfiguration = [
|
|
640
|
+
export var BatchLimitExceededException$ = [-3, n0, _BLEE, { [_er]: _c }, [_m], [0]];
|
|
641
|
+
TypeRegistry.for(n0).registerError(BatchLimitExceededException$, BatchLimitExceededException);
|
|
642
|
+
export var BlueGreenDeploymentConfiguration$ = [
|
|
643
643
|
3,
|
|
644
644
|
n0,
|
|
645
645
|
_BGDC,
|
|
646
646
|
0,
|
|
647
647
|
[_tBIODS, _dRO, _gFPO],
|
|
648
|
-
[() => BlueInstanceTerminationOption
|
|
648
|
+
[() => BlueInstanceTerminationOption$, () => DeploymentReadyOption$, () => GreenFleetProvisioningOption$],
|
|
649
649
|
];
|
|
650
|
-
export var BlueInstanceTerminationOption = [3, n0, _BITO, 0, [_ac, _tWTIM], [0, 1]];
|
|
651
|
-
export var BucketNameFilterRequiredException = [-3, n0, _BNFRE, { [_er]: _c }, [_m], [0]];
|
|
652
|
-
TypeRegistry.for(n0).registerError(BucketNameFilterRequiredException
|
|
653
|
-
export var CloudFormationTarget = [
|
|
650
|
+
export var BlueInstanceTerminationOption$ = [3, n0, _BITO, 0, [_ac, _tWTIM], [0, 1]];
|
|
651
|
+
export var BucketNameFilterRequiredException$ = [-3, n0, _BNFRE, { [_er]: _c }, [_m], [0]];
|
|
652
|
+
TypeRegistry.for(n0).registerError(BucketNameFilterRequiredException$, BucketNameFilterRequiredException);
|
|
653
|
+
export var CloudFormationTarget$ = [
|
|
654
654
|
3,
|
|
655
655
|
n0,
|
|
656
656
|
_CFT,
|
|
@@ -658,19 +658,19 @@ export var CloudFormationTarget = [
|
|
|
658
658
|
[_dI, _tIa, _lUA, _lE, _st, _rT, _tVW],
|
|
659
659
|
[0, 0, 4, () => LifecycleEventList, 0, 0, 1],
|
|
660
660
|
];
|
|
661
|
-
export var ContinueDeploymentInput = [3, n0, _CDI, 0, [_dI, _dWT], [0, 0]];
|
|
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 = [
|
|
661
|
+
export var ContinueDeploymentInput$ = [3, n0, _CDI, 0, [_dI, _dWT], [0, 0]];
|
|
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
665
|
3,
|
|
666
666
|
n0,
|
|
667
667
|
_CDCI,
|
|
668
668
|
0,
|
|
669
669
|
[_dCN, _mHH, _tRC, _cP, _zC],
|
|
670
|
-
[0, () => MinimumHealthyHosts
|
|
670
|
+
[0, () => MinimumHealthyHosts$, () => TrafficRoutingConfig$, 0, () => ZonalConfig$],
|
|
671
671
|
];
|
|
672
|
-
export var CreateDeploymentConfigOutput = [3, n0, _CDCO, 0, [_dCI], [0]];
|
|
673
|
-
export var CreateDeploymentGroupInput = [
|
|
672
|
+
export var CreateDeploymentConfigOutput$ = [3, n0, _CDCO, 0, [_dCI], [0]];
|
|
673
|
+
export var CreateDeploymentGroupInput$ = [
|
|
674
674
|
3,
|
|
675
675
|
n0,
|
|
676
676
|
_CDGI,
|
|
@@ -685,21 +685,21 @@ export var CreateDeploymentGroupInput = [
|
|
|
685
685
|
64 | 0,
|
|
686
686
|
0,
|
|
687
687
|
() => TriggerConfigList,
|
|
688
|
-
() => AlarmConfiguration
|
|
689
|
-
() => AutoRollbackConfiguration
|
|
688
|
+
() => AlarmConfiguration$,
|
|
689
|
+
() => AutoRollbackConfiguration$,
|
|
690
690
|
0,
|
|
691
|
-
() => DeploymentStyle
|
|
692
|
-
() => BlueGreenDeploymentConfiguration
|
|
693
|
-
() => LoadBalancerInfo
|
|
694
|
-
() => EC2TagSet
|
|
691
|
+
() => DeploymentStyle$,
|
|
692
|
+
() => BlueGreenDeploymentConfiguration$,
|
|
693
|
+
() => LoadBalancerInfo$,
|
|
694
|
+
() => EC2TagSet$,
|
|
695
695
|
() => ECSServiceList,
|
|
696
|
-
() => OnPremisesTagSet
|
|
696
|
+
() => OnPremisesTagSet$,
|
|
697
697
|
() => TagList,
|
|
698
698
|
2,
|
|
699
699
|
],
|
|
700
700
|
];
|
|
701
|
-
export var CreateDeploymentGroupOutput = [3, n0, _CDGO, 0, [_dGIe], [0]];
|
|
702
|
-
export var CreateDeploymentInput = [
|
|
701
|
+
export var CreateDeploymentGroupOutput$ = [3, n0, _CDGO, 0, [_dGIe], [0]];
|
|
702
|
+
export var CreateDeploymentInput$ = [
|
|
703
703
|
3,
|
|
704
704
|
n0,
|
|
705
705
|
_CDIr,
|
|
@@ -708,22 +708,22 @@ export var CreateDeploymentInput = [
|
|
|
708
708
|
[
|
|
709
709
|
0,
|
|
710
710
|
0,
|
|
711
|
-
() => RevisionLocation
|
|
711
|
+
() => RevisionLocation$,
|
|
712
712
|
0,
|
|
713
713
|
0,
|
|
714
714
|
2,
|
|
715
|
-
() => TargetInstances
|
|
716
|
-
() => AutoRollbackConfiguration
|
|
715
|
+
() => TargetInstances$,
|
|
716
|
+
() => AutoRollbackConfiguration$,
|
|
717
717
|
2,
|
|
718
718
|
0,
|
|
719
|
-
() => AlarmConfiguration
|
|
719
|
+
() => AlarmConfiguration$,
|
|
720
720
|
],
|
|
721
721
|
];
|
|
722
|
-
export var CreateDeploymentOutput = [3, n0, _CDO, 0, [_dI], [0]];
|
|
723
|
-
export var DeleteApplicationInput = [3, n0, _DAI, 0, [_aN], [0]];
|
|
724
|
-
export var DeleteDeploymentConfigInput = [3, n0, _DDCI, 0, [_dCN], [0]];
|
|
725
|
-
export var DeleteDeploymentGroupInput = [3, n0, _DDGI, 0, [_aN, _dGNe], [0, 0]];
|
|
726
|
-
export var DeleteDeploymentGroupOutput = [
|
|
722
|
+
export var CreateDeploymentOutput$ = [3, n0, _CDO, 0, [_dI], [0]];
|
|
723
|
+
export var DeleteApplicationInput$ = [3, n0, _DAI, 0, [_aN], [0]];
|
|
724
|
+
export var DeleteDeploymentConfigInput$ = [3, n0, _DDCI, 0, [_dCN], [0]];
|
|
725
|
+
export var DeleteDeploymentGroupInput$ = [3, n0, _DDGI, 0, [_aN, _dGNe], [0, 0]];
|
|
726
|
+
export var DeleteDeploymentGroupOutput$ = [
|
|
727
727
|
3,
|
|
728
728
|
n0,
|
|
729
729
|
_DDGO,
|
|
@@ -731,37 +731,37 @@ export var DeleteDeploymentGroupOutput = [
|
|
|
731
731
|
[_hNCU],
|
|
732
732
|
[() => AutoScalingGroupList],
|
|
733
733
|
];
|
|
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
|
-
TypeRegistry.for(n0).registerError(DeploymentAlreadyCompletedException
|
|
740
|
-
export var DeploymentConfigAlreadyExistsException = [-3, n0, _DCAEE, { [_er]: _c }, [_m], [0]];
|
|
741
|
-
TypeRegistry.for(n0).registerError(DeploymentConfigAlreadyExistsException
|
|
742
|
-
export var DeploymentConfigDoesNotExistException = [-3, n0, _DCDNEE, { [_er]: _c }, [_m], [0]];
|
|
743
|
-
TypeRegistry.for(n0).registerError(DeploymentConfigDoesNotExistException
|
|
744
|
-
export var DeploymentConfigInfo = [
|
|
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
|
+
TypeRegistry.for(n0).registerError(DeploymentAlreadyCompletedException$, DeploymentAlreadyCompletedException);
|
|
740
|
+
export var DeploymentConfigAlreadyExistsException$ = [-3, n0, _DCAEE, { [_er]: _c }, [_m], [0]];
|
|
741
|
+
TypeRegistry.for(n0).registerError(DeploymentConfigAlreadyExistsException$, DeploymentConfigAlreadyExistsException);
|
|
742
|
+
export var DeploymentConfigDoesNotExistException$ = [-3, n0, _DCDNEE, { [_er]: _c }, [_m], [0]];
|
|
743
|
+
TypeRegistry.for(n0).registerError(DeploymentConfigDoesNotExistException$, DeploymentConfigDoesNotExistException);
|
|
744
|
+
export var DeploymentConfigInfo$ = [
|
|
745
745
|
3,
|
|
746
746
|
n0,
|
|
747
747
|
_DCI,
|
|
748
748
|
0,
|
|
749
749
|
[_dCI, _dCN, _mHH, _cT, _cP, _tRC, _zC],
|
|
750
|
-
[0, 0, () => MinimumHealthyHosts
|
|
751
|
-
];
|
|
752
|
-
export var DeploymentConfigInUseException = [-3, n0, _DCIUE, { [_er]: _c }, [_m], [0]];
|
|
753
|
-
TypeRegistry.for(n0).registerError(DeploymentConfigInUseException
|
|
754
|
-
export var DeploymentConfigLimitExceededException = [-3, n0, _DCLEE, { [_er]: _c }, [_m], [0]];
|
|
755
|
-
TypeRegistry.for(n0).registerError(DeploymentConfigLimitExceededException
|
|
756
|
-
export var DeploymentConfigNameRequiredException = [-3, n0, _DCNRE, { [_er]: _c }, [_m], [0]];
|
|
757
|
-
TypeRegistry.for(n0).registerError(DeploymentConfigNameRequiredException
|
|
758
|
-
export var DeploymentDoesNotExistException = [-3, n0, _DDNEE, { [_er]: _c }, [_m], [0]];
|
|
759
|
-
TypeRegistry.for(n0).registerError(DeploymentDoesNotExistException
|
|
760
|
-
export var DeploymentGroupAlreadyExistsException = [-3, n0, _DGAEE, { [_er]: _c }, [_m], [0]];
|
|
761
|
-
TypeRegistry.for(n0).registerError(DeploymentGroupAlreadyExistsException
|
|
762
|
-
export var DeploymentGroupDoesNotExistException = [-3, n0, _DGDNEE, { [_er]: _c }, [_m], [0]];
|
|
763
|
-
TypeRegistry.for(n0).registerError(DeploymentGroupDoesNotExistException
|
|
764
|
-
export var DeploymentGroupInfo = [
|
|
750
|
+
[0, 0, () => MinimumHealthyHosts$, 4, 0, () => TrafficRoutingConfig$, () => ZonalConfig$],
|
|
751
|
+
];
|
|
752
|
+
export var DeploymentConfigInUseException$ = [-3, n0, _DCIUE, { [_er]: _c }, [_m], [0]];
|
|
753
|
+
TypeRegistry.for(n0).registerError(DeploymentConfigInUseException$, DeploymentConfigInUseException);
|
|
754
|
+
export var DeploymentConfigLimitExceededException$ = [-3, n0, _DCLEE, { [_er]: _c }, [_m], [0]];
|
|
755
|
+
TypeRegistry.for(n0).registerError(DeploymentConfigLimitExceededException$, DeploymentConfigLimitExceededException);
|
|
756
|
+
export var DeploymentConfigNameRequiredException$ = [-3, n0, _DCNRE, { [_er]: _c }, [_m], [0]];
|
|
757
|
+
TypeRegistry.for(n0).registerError(DeploymentConfigNameRequiredException$, DeploymentConfigNameRequiredException);
|
|
758
|
+
export var DeploymentDoesNotExistException$ = [-3, n0, _DDNEE, { [_er]: _c }, [_m], [0]];
|
|
759
|
+
TypeRegistry.for(n0).registerError(DeploymentDoesNotExistException$, DeploymentDoesNotExistException);
|
|
760
|
+
export var DeploymentGroupAlreadyExistsException$ = [-3, n0, _DGAEE, { [_er]: _c }, [_m], [0]];
|
|
761
|
+
TypeRegistry.for(n0).registerError(DeploymentGroupAlreadyExistsException$, DeploymentGroupAlreadyExistsException);
|
|
762
|
+
export var DeploymentGroupDoesNotExistException$ = [-3, n0, _DGDNEE, { [_er]: _c }, [_m], [0]];
|
|
763
|
+
TypeRegistry.for(n0).registerError(DeploymentGroupDoesNotExistException$, DeploymentGroupDoesNotExistException);
|
|
764
|
+
export var DeploymentGroupInfo$ = [
|
|
765
765
|
3,
|
|
766
766
|
n0,
|
|
767
767
|
_DGI,
|
|
@@ -800,30 +800,30 @@ export var DeploymentGroupInfo = [
|
|
|
800
800
|
() => TagFilterList,
|
|
801
801
|
() => AutoScalingGroupList,
|
|
802
802
|
0,
|
|
803
|
-
() => RevisionLocation
|
|
803
|
+
() => RevisionLocation$,
|
|
804
804
|
() => TriggerConfigList,
|
|
805
|
-
() => AlarmConfiguration
|
|
806
|
-
() => AutoRollbackConfiguration
|
|
807
|
-
() => DeploymentStyle
|
|
805
|
+
() => AlarmConfiguration$,
|
|
806
|
+
() => AutoRollbackConfiguration$,
|
|
807
|
+
() => DeploymentStyle$,
|
|
808
808
|
0,
|
|
809
|
-
() => BlueGreenDeploymentConfiguration
|
|
810
|
-
() => LoadBalancerInfo
|
|
811
|
-
() => LastDeploymentInfo
|
|
812
|
-
() => LastDeploymentInfo
|
|
813
|
-
() => EC2TagSet
|
|
814
|
-
() => OnPremisesTagSet
|
|
809
|
+
() => BlueGreenDeploymentConfiguration$,
|
|
810
|
+
() => LoadBalancerInfo$,
|
|
811
|
+
() => LastDeploymentInfo$,
|
|
812
|
+
() => LastDeploymentInfo$,
|
|
813
|
+
() => EC2TagSet$,
|
|
814
|
+
() => OnPremisesTagSet$,
|
|
815
815
|
0,
|
|
816
816
|
() => ECSServiceList,
|
|
817
817
|
2,
|
|
818
818
|
],
|
|
819
819
|
];
|
|
820
|
-
export var DeploymentGroupLimitExceededException = [-3, n0, _DGLEE, { [_er]: _c }, [_m], [0]];
|
|
821
|
-
TypeRegistry.for(n0).registerError(DeploymentGroupLimitExceededException
|
|
822
|
-
export var DeploymentGroupNameRequiredException = [-3, n0, _DGNRE, { [_er]: _c }, [_m], [0]];
|
|
823
|
-
TypeRegistry.for(n0).registerError(DeploymentGroupNameRequiredException
|
|
824
|
-
export var DeploymentIdRequiredException = [-3, n0, _DIRE, { [_er]: _c }, [_m], [0]];
|
|
825
|
-
TypeRegistry.for(n0).registerError(DeploymentIdRequiredException
|
|
826
|
-
export var DeploymentInfo = [
|
|
820
|
+
export var DeploymentGroupLimitExceededException$ = [-3, n0, _DGLEE, { [_er]: _c }, [_m], [0]];
|
|
821
|
+
TypeRegistry.for(n0).registerError(DeploymentGroupLimitExceededException$, DeploymentGroupLimitExceededException);
|
|
822
|
+
export var DeploymentGroupNameRequiredException$ = [-3, n0, _DGNRE, { [_er]: _c }, [_m], [0]];
|
|
823
|
+
TypeRegistry.for(n0).registerError(DeploymentGroupNameRequiredException$, DeploymentGroupNameRequiredException);
|
|
824
|
+
export var DeploymentIdRequiredException$ = [-3, n0, _DIRE, { [_er]: _c }, [_m], [0]];
|
|
825
|
+
TypeRegistry.for(n0).registerError(DeploymentIdRequiredException$, DeploymentIdRequiredException);
|
|
826
|
+
export var DeploymentInfo$ = [
|
|
827
827
|
3,
|
|
828
828
|
n0,
|
|
829
829
|
_DI,
|
|
@@ -865,67 +865,67 @@ export var DeploymentInfo = [
|
|
|
865
865
|
0,
|
|
866
866
|
0,
|
|
867
867
|
0,
|
|
868
|
-
() => RevisionLocation
|
|
869
|
-
() => RevisionLocation
|
|
868
|
+
() => RevisionLocation$,
|
|
869
|
+
() => RevisionLocation$,
|
|
870
870
|
0,
|
|
871
|
-
() => ErrorInformation
|
|
871
|
+
() => ErrorInformation$,
|
|
872
872
|
4,
|
|
873
873
|
4,
|
|
874
874
|
4,
|
|
875
|
-
() => DeploymentOverview
|
|
875
|
+
() => DeploymentOverview$,
|
|
876
876
|
0,
|
|
877
877
|
0,
|
|
878
878
|
2,
|
|
879
|
-
() => AutoRollbackConfiguration
|
|
879
|
+
() => AutoRollbackConfiguration$,
|
|
880
880
|
2,
|
|
881
|
-
() => RollbackInfo
|
|
882
|
-
() => DeploymentStyle
|
|
883
|
-
() => TargetInstances
|
|
881
|
+
() => RollbackInfo$,
|
|
882
|
+
() => DeploymentStyle$,
|
|
883
|
+
() => TargetInstances$,
|
|
884
884
|
2,
|
|
885
|
-
() => BlueGreenDeploymentConfiguration
|
|
886
|
-
() => LoadBalancerInfo
|
|
885
|
+
() => BlueGreenDeploymentConfiguration$,
|
|
886
|
+
() => LoadBalancerInfo$,
|
|
887
887
|
0,
|
|
888
888
|
0,
|
|
889
889
|
64 | 0,
|
|
890
890
|
0,
|
|
891
891
|
0,
|
|
892
|
-
() => RelatedDeployments
|
|
893
|
-
() => AlarmConfiguration
|
|
892
|
+
() => RelatedDeployments$,
|
|
893
|
+
() => AlarmConfiguration$,
|
|
894
894
|
],
|
|
895
895
|
];
|
|
896
|
-
export var DeploymentIsNotInReadyStateException = [-3, n0, _DINIRSE, { [_er]: _c }, [_m], [0]];
|
|
897
|
-
TypeRegistry.for(n0).registerError(DeploymentIsNotInReadyStateException
|
|
898
|
-
export var DeploymentLimitExceededException = [-3, n0, _DLEE, { [_er]: _c }, [_m], [0]];
|
|
899
|
-
TypeRegistry.for(n0).registerError(DeploymentLimitExceededException
|
|
900
|
-
export var DeploymentNotStartedException = [-3, n0, _DNSE, { [_er]: _c }, [_m], [0]];
|
|
901
|
-
TypeRegistry.for(n0).registerError(DeploymentNotStartedException
|
|
902
|
-
export var DeploymentOverview = [3, n0, _DO, 0, [_P, _IP, _S, _F, _Sk, _R], [1, 1, 1, 1, 1, 1]];
|
|
903
|
-
export var DeploymentReadyOption = [3, n0, _DRO, 0, [_aOT, _wTIM], [0, 1]];
|
|
904
|
-
export var DeploymentStyle = [3, n0, _DS, 0, [_dTe, _dOe], [0, 0]];
|
|
905
|
-
export var DeploymentTarget = [
|
|
896
|
+
export var DeploymentIsNotInReadyStateException$ = [-3, n0, _DINIRSE, { [_er]: _c }, [_m], [0]];
|
|
897
|
+
TypeRegistry.for(n0).registerError(DeploymentIsNotInReadyStateException$, DeploymentIsNotInReadyStateException);
|
|
898
|
+
export var DeploymentLimitExceededException$ = [-3, n0, _DLEE, { [_er]: _c }, [_m], [0]];
|
|
899
|
+
TypeRegistry.for(n0).registerError(DeploymentLimitExceededException$, DeploymentLimitExceededException);
|
|
900
|
+
export var DeploymentNotStartedException$ = [-3, n0, _DNSE, { [_er]: _c }, [_m], [0]];
|
|
901
|
+
TypeRegistry.for(n0).registerError(DeploymentNotStartedException$, DeploymentNotStartedException);
|
|
902
|
+
export var DeploymentOverview$ = [3, n0, _DO, 0, [_P, _IP, _S, _F, _Sk, _R], [1, 1, 1, 1, 1, 1]];
|
|
903
|
+
export var DeploymentReadyOption$ = [3, n0, _DRO, 0, [_aOT, _wTIM], [0, 1]];
|
|
904
|
+
export var DeploymentStyle$ = [3, n0, _DS, 0, [_dTe, _dOe], [0, 0]];
|
|
905
|
+
export var DeploymentTarget$ = [
|
|
906
906
|
3,
|
|
907
907
|
n0,
|
|
908
908
|
_DT,
|
|
909
909
|
0,
|
|
910
910
|
[_dTT, _iT, _lT, _eT, _cFT],
|
|
911
|
-
[0, () => InstanceTarget
|
|
912
|
-
];
|
|
913
|
-
export var DeploymentTargetDoesNotExistException = [-3, n0, _DTDNEE, { [_er]: _c }, [_m], [0]];
|
|
914
|
-
TypeRegistry.for(n0).registerError(DeploymentTargetDoesNotExistException
|
|
915
|
-
export var DeploymentTargetIdRequiredException = [-3, n0, _DTIRE, { [_er]: _c }, [_m], [0]];
|
|
916
|
-
TypeRegistry.for(n0).registerError(DeploymentTargetIdRequiredException
|
|
917
|
-
export var DeploymentTargetListSizeExceededException = [-3, n0, _DTLSEE, { [_er]: _c }, [_m], [0]];
|
|
918
|
-
TypeRegistry.for(n0).registerError(DeploymentTargetListSizeExceededException
|
|
919
|
-
export var DeregisterOnPremisesInstanceInput = [3, n0, _DOPII, 0, [_iNn], [0]];
|
|
920
|
-
export var DescriptionTooLongException = [-3, n0, _DTLE, { [_er]: _c }, [_m], [0]];
|
|
921
|
-
TypeRegistry.for(n0).registerError(DescriptionTooLongException
|
|
922
|
-
export var Diagnostics = [3, n0, _D, 0, [_eC, _sN, _m, _lTo], [0, 0, 0, 0]];
|
|
923
|
-
export var EC2TagFilter = [3, n0, _ECTF, 0, [_K, _V, _T], [0, 0, 0]];
|
|
924
|
-
export var EC2TagSet = [3, n0, _ECTS, 0, [_eTSL], [() => EC2TagSetList]];
|
|
925
|
-
export var ECSService = [3, n0, _ECSS, 0, [_sNe, _cN], [0, 0]];
|
|
926
|
-
export var ECSServiceMappingLimitExceededException = [-3, n0, _ECSSMLEE, { [_er]: _c }, [_m], [0]];
|
|
927
|
-
TypeRegistry.for(n0).registerError(ECSServiceMappingLimitExceededException
|
|
928
|
-
export var ECSTarget = [
|
|
911
|
+
[0, () => InstanceTarget$, () => LambdaTarget$, () => ECSTarget$, () => CloudFormationTarget$],
|
|
912
|
+
];
|
|
913
|
+
export var DeploymentTargetDoesNotExistException$ = [-3, n0, _DTDNEE, { [_er]: _c }, [_m], [0]];
|
|
914
|
+
TypeRegistry.for(n0).registerError(DeploymentTargetDoesNotExistException$, DeploymentTargetDoesNotExistException);
|
|
915
|
+
export var DeploymentTargetIdRequiredException$ = [-3, n0, _DTIRE, { [_er]: _c }, [_m], [0]];
|
|
916
|
+
TypeRegistry.for(n0).registerError(DeploymentTargetIdRequiredException$, DeploymentTargetIdRequiredException);
|
|
917
|
+
export var DeploymentTargetListSizeExceededException$ = [-3, n0, _DTLSEE, { [_er]: _c }, [_m], [0]];
|
|
918
|
+
TypeRegistry.for(n0).registerError(DeploymentTargetListSizeExceededException$, DeploymentTargetListSizeExceededException);
|
|
919
|
+
export var DeregisterOnPremisesInstanceInput$ = [3, n0, _DOPII, 0, [_iNn], [0]];
|
|
920
|
+
export var DescriptionTooLongException$ = [-3, n0, _DTLE, { [_er]: _c }, [_m], [0]];
|
|
921
|
+
TypeRegistry.for(n0).registerError(DescriptionTooLongException$, DescriptionTooLongException);
|
|
922
|
+
export var Diagnostics$ = [3, n0, _D, 0, [_eC, _sN, _m, _lTo], [0, 0, 0, 0]];
|
|
923
|
+
export var EC2TagFilter$ = [3, n0, _ECTF, 0, [_K, _V, _T], [0, 0, 0]];
|
|
924
|
+
export var EC2TagSet$ = [3, n0, _ECTS, 0, [_eTSL], [() => EC2TagSetList]];
|
|
925
|
+
export var ECSService$ = [3, n0, _ECSS, 0, [_sNe, _cN], [0, 0]];
|
|
926
|
+
export var ECSServiceMappingLimitExceededException$ = [-3, n0, _ECSSMLEE, { [_er]: _c }, [_m], [0]];
|
|
927
|
+
TypeRegistry.for(n0).registerError(ECSServiceMappingLimitExceededException$, ECSServiceMappingLimitExceededException);
|
|
928
|
+
export var ECSTarget$ = [
|
|
929
929
|
3,
|
|
930
930
|
n0,
|
|
931
931
|
_ECST,
|
|
@@ -933,17 +933,17 @@ export var ECSTarget = [
|
|
|
933
933
|
[_dI, _tIa, _tA, _lUA, _lE, _st, _tSI],
|
|
934
934
|
[0, 0, 0, 4, () => LifecycleEventList, 0, () => ECSTaskSetList],
|
|
935
935
|
];
|
|
936
|
-
export var ECSTaskSet = [
|
|
936
|
+
export var ECSTaskSet$ = [
|
|
937
937
|
3,
|
|
938
938
|
n0,
|
|
939
939
|
_ECSTS,
|
|
940
940
|
0,
|
|
941
941
|
[_i, _dC, _pC, _rC, _st, _tW, _tG, _tSL],
|
|
942
|
-
[0, 1, 1, 1, 0, 1, () => TargetGroupInfo
|
|
942
|
+
[0, 1, 1, 1, 0, 1, () => TargetGroupInfo$, 0],
|
|
943
943
|
];
|
|
944
|
-
export var ELBInfo = [3, n0, _ELBI, 0, [_n], [0]];
|
|
945
|
-
export var ErrorInformation = [3, n0, _EI, 0, [_cod, _m], [0, 0]];
|
|
946
|
-
export var GenericRevisionInfo = [
|
|
944
|
+
export var ELBInfo$ = [3, n0, _ELBI, 0, [_n], [0]];
|
|
945
|
+
export var ErrorInformation$ = [3, n0, _EI, 0, [_cod, _m], [0, 0]];
|
|
946
|
+
export var GenericRevisionInfo$ = [
|
|
947
947
|
3,
|
|
948
948
|
n0,
|
|
949
949
|
_GRI,
|
|
@@ -951,55 +951,62 @@ export var GenericRevisionInfo = [
|
|
|
951
951
|
[_d, _dG, _fUT, _lUT, _rTe],
|
|
952
952
|
[0, 64 | 0, 4, 4, 4],
|
|
953
953
|
];
|
|
954
|
-
export var GetApplicationInput = [3, n0, _GAI, 0, [_aN], [0]];
|
|
955
|
-
export var GetApplicationOutput = [3, n0, _GAO, 0, [_ap], [() => ApplicationInfo]];
|
|
956
|
-
export var GetApplicationRevisionInput = [
|
|
954
|
+
export var GetApplicationInput$ = [3, n0, _GAI, 0, [_aN], [0]];
|
|
955
|
+
export var GetApplicationOutput$ = [3, n0, _GAO, 0, [_ap], [() => ApplicationInfo$]];
|
|
956
|
+
export var GetApplicationRevisionInput$ = [
|
|
957
957
|
3,
|
|
958
958
|
n0,
|
|
959
959
|
_GARI,
|
|
960
960
|
0,
|
|
961
961
|
[_aN, _re],
|
|
962
|
-
[0, () => RevisionLocation],
|
|
962
|
+
[0, () => RevisionLocation$],
|
|
963
963
|
];
|
|
964
|
-
export var GetApplicationRevisionOutput = [
|
|
964
|
+
export var GetApplicationRevisionOutput$ = [
|
|
965
965
|
3,
|
|
966
966
|
n0,
|
|
967
967
|
_GARO,
|
|
968
968
|
0,
|
|
969
969
|
[_aN, _re, _rIe],
|
|
970
|
-
[0, () => RevisionLocation
|
|
971
|
-
];
|
|
972
|
-
export var GetDeploymentConfigInput = [3, n0, _GDCI, 0, [_dCN], [0]];
|
|
973
|
-
export var GetDeploymentConfigOutput = [
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
export var
|
|
982
|
-
export var
|
|
983
|
-
export var
|
|
984
|
-
export var
|
|
985
|
-
|
|
986
|
-
export var
|
|
987
|
-
|
|
988
|
-
export var
|
|
989
|
-
export var
|
|
990
|
-
export var
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
export var
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
970
|
+
[0, () => RevisionLocation$, () => GenericRevisionInfo$],
|
|
971
|
+
];
|
|
972
|
+
export var GetDeploymentConfigInput$ = [3, n0, _GDCI, 0, [_dCN], [0]];
|
|
973
|
+
export var GetDeploymentConfigOutput$ = [
|
|
974
|
+
3,
|
|
975
|
+
n0,
|
|
976
|
+
_GDCO,
|
|
977
|
+
0,
|
|
978
|
+
[_dCIe],
|
|
979
|
+
[() => DeploymentConfigInfo$],
|
|
980
|
+
];
|
|
981
|
+
export var GetDeploymentGroupInput$ = [3, n0, _GDGI, 0, [_aN, _dGNe], [0, 0]];
|
|
982
|
+
export var GetDeploymentGroupOutput$ = [3, n0, _GDGO, 0, [_dGIep], [() => DeploymentGroupInfo$]];
|
|
983
|
+
export var GetDeploymentInput$ = [3, n0, _GDI, 0, [_dI], [0]];
|
|
984
|
+
export var GetDeploymentInstanceInput$ = [3, n0, _GDII, 0, [_dI, _iIns], [0, 0]];
|
|
985
|
+
export var GetDeploymentInstanceOutput$ = [3, n0, _GDIO, 0, [_iSn], [() => InstanceSummary$]];
|
|
986
|
+
export var GetDeploymentOutput$ = [3, n0, _GDO, 0, [_dIepl], [() => DeploymentInfo$]];
|
|
987
|
+
export var GetDeploymentTargetInput$ = [3, n0, _GDTI, 0, [_dI, _tIa], [0, 0]];
|
|
988
|
+
export var GetDeploymentTargetOutput$ = [3, n0, _GDTO, 0, [_dTep], [() => DeploymentTarget$]];
|
|
989
|
+
export var GetOnPremisesInstanceInput$ = [3, n0, _GOPII, 0, [_iNn], [0]];
|
|
990
|
+
export var GetOnPremisesInstanceOutput$ = [3, n0, _GOPIO, 0, [_iInst], [() => InstanceInfo$]];
|
|
991
|
+
export var GitHubAccountTokenDoesNotExistException$ = [-3, n0, _GHATDNEE, { [_er]: _c }, [_m], [0]];
|
|
992
|
+
TypeRegistry.for(n0).registerError(GitHubAccountTokenDoesNotExistException$, GitHubAccountTokenDoesNotExistException);
|
|
993
|
+
export var GitHubAccountTokenNameRequiredException$ = [-3, n0, _GHATNRE, { [_er]: _c }, [_m], [0]];
|
|
994
|
+
TypeRegistry.for(n0).registerError(GitHubAccountTokenNameRequiredException$, GitHubAccountTokenNameRequiredException);
|
|
995
|
+
export var GitHubLocation$ = [3, n0, _GHL, 0, [_rep, _cI], [0, 0]];
|
|
996
|
+
export var GreenFleetProvisioningOption$ = [3, n0, _GFPO, 0, [_ac], [0]];
|
|
997
|
+
export var IamArnRequiredException$ = [-3, n0, _IARE, { [_er]: _c }, [_m], [0]];
|
|
998
|
+
TypeRegistry.for(n0).registerError(IamArnRequiredException$, IamArnRequiredException);
|
|
999
|
+
export var IamSessionArnAlreadyRegisteredException$ = [-3, n0, _ISAARE, { [_er]: _c }, [_m], [0]];
|
|
1000
|
+
TypeRegistry.for(n0).registerError(IamSessionArnAlreadyRegisteredException$, IamSessionArnAlreadyRegisteredException);
|
|
1001
|
+
export var IamUserArnAlreadyRegisteredException$ = [-3, n0, _IUAARE, { [_er]: _c }, [_m], [0]];
|
|
1002
|
+
TypeRegistry.for(n0).registerError(IamUserArnAlreadyRegisteredException$, IamUserArnAlreadyRegisteredException);
|
|
1003
|
+
export var IamUserArnRequiredException$ = [-3, n0, _IUARE, { [_er]: _c }, [_m], [0]];
|
|
1004
|
+
TypeRegistry.for(n0).registerError(IamUserArnRequiredException$, IamUserArnRequiredException);
|
|
1005
|
+
export var InstanceDoesNotExistException$ = [-3, n0, _IDNEE, { [_er]: _c }, [_m], [0]];
|
|
1006
|
+
TypeRegistry.for(n0).registerError(InstanceDoesNotExistException$, InstanceDoesNotExistException);
|
|
1007
|
+
export var InstanceIdRequiredException$ = [-3, n0, _IIRE, { [_er]: _c }, [_m], [0]];
|
|
1008
|
+
TypeRegistry.for(n0).registerError(InstanceIdRequiredException$, InstanceIdRequiredException);
|
|
1009
|
+
export var InstanceInfo$ = [
|
|
1003
1010
|
3,
|
|
1004
1011
|
n0,
|
|
1005
1012
|
_II,
|
|
@@ -1007,15 +1014,15 @@ export var InstanceInfo = [
|
|
|
1007
1014
|
[_iNn, _iSA, _iUA, _iA, _rTe, _dTer, _t],
|
|
1008
1015
|
[0, 0, 0, 0, 4, 4, () => TagList],
|
|
1009
1016
|
];
|
|
1010
|
-
export var InstanceLimitExceededException = [-3, n0, _ILEE, { [_er]: _c }, [_m], [0]];
|
|
1011
|
-
TypeRegistry.for(n0).registerError(InstanceLimitExceededException
|
|
1012
|
-
export var InstanceNameAlreadyRegisteredException = [-3, n0, _INARE, { [_er]: _c }, [_m], [0]];
|
|
1013
|
-
TypeRegistry.for(n0).registerError(InstanceNameAlreadyRegisteredException
|
|
1014
|
-
export var InstanceNameRequiredException = [-3, n0, _INRE, { [_er]: _c }, [_m], [0]];
|
|
1015
|
-
TypeRegistry.for(n0).registerError(InstanceNameRequiredException
|
|
1016
|
-
export var InstanceNotRegisteredException = [-3, n0, _INREn, { [_er]: _c }, [_m], [0]];
|
|
1017
|
-
TypeRegistry.for(n0).registerError(InstanceNotRegisteredException
|
|
1018
|
-
export var InstanceSummary = [
|
|
1017
|
+
export var InstanceLimitExceededException$ = [-3, n0, _ILEE, { [_er]: _c }, [_m], [0]];
|
|
1018
|
+
TypeRegistry.for(n0).registerError(InstanceLimitExceededException$, InstanceLimitExceededException);
|
|
1019
|
+
export var InstanceNameAlreadyRegisteredException$ = [-3, n0, _INARE, { [_er]: _c }, [_m], [0]];
|
|
1020
|
+
TypeRegistry.for(n0).registerError(InstanceNameAlreadyRegisteredException$, InstanceNameAlreadyRegisteredException);
|
|
1021
|
+
export var InstanceNameRequiredException$ = [-3, n0, _INRE, { [_er]: _c }, [_m], [0]];
|
|
1022
|
+
TypeRegistry.for(n0).registerError(InstanceNameRequiredException$, InstanceNameRequiredException);
|
|
1023
|
+
export var InstanceNotRegisteredException$ = [-3, n0, _INREn, { [_er]: _c }, [_m], [0]];
|
|
1024
|
+
TypeRegistry.for(n0).registerError(InstanceNotRegisteredException$, InstanceNotRegisteredException);
|
|
1025
|
+
export var InstanceSummary$ = [
|
|
1019
1026
|
3,
|
|
1020
1027
|
n0,
|
|
1021
1028
|
_IS,
|
|
@@ -1023,7 +1030,7 @@ export var InstanceSummary = [
|
|
|
1023
1030
|
[_dI, _iIns, _st, _lUA, _lE, _iTn],
|
|
1024
1031
|
[0, 0, 0, 4, () => LifecycleEventList, 0],
|
|
1025
1032
|
];
|
|
1026
|
-
export var InstanceTarget = [
|
|
1033
|
+
export var InstanceTarget$ = [
|
|
1027
1034
|
3,
|
|
1028
1035
|
n0,
|
|
1029
1036
|
_IT,
|
|
@@ -1031,17 +1038,17 @@ export var InstanceTarget = [
|
|
|
1031
1038
|
[_dI, _tIa, _tA, _st, _lUA, _lE, _iL],
|
|
1032
1039
|
[0, 0, 0, 0, 4, () => LifecycleEventList, 0],
|
|
1033
1040
|
];
|
|
1034
|
-
export var InvalidAlarmConfigException = [-3, n0, _IACE, { [_er]: _c }, [_m], [0]];
|
|
1035
|
-
TypeRegistry.for(n0).registerError(InvalidAlarmConfigException
|
|
1036
|
-
export var InvalidApplicationNameException = [-3, n0, _IANE, { [_er]: _c }, [_m], [0]];
|
|
1037
|
-
TypeRegistry.for(n0).registerError(InvalidApplicationNameException
|
|
1038
|
-
export var InvalidArnException = [-3, n0, _IAE, { [_er]: _c }, [_m], [0]];
|
|
1039
|
-
TypeRegistry.for(n0).registerError(InvalidArnException
|
|
1040
|
-
export var InvalidAutoRollbackConfigException = [-3, n0, _IARCE, { [_er]: _c }, [_m], [0]];
|
|
1041
|
-
TypeRegistry.for(n0).registerError(InvalidAutoRollbackConfigException
|
|
1042
|
-
export var InvalidAutoScalingGroupException = [-3, n0, _IASGE, { [_er]: _c }, [_m], [0]];
|
|
1043
|
-
TypeRegistry.for(n0).registerError(InvalidAutoScalingGroupException
|
|
1044
|
-
export var InvalidBlueGreenDeploymentConfigurationException = [
|
|
1041
|
+
export var InvalidAlarmConfigException$ = [-3, n0, _IACE, { [_er]: _c }, [_m], [0]];
|
|
1042
|
+
TypeRegistry.for(n0).registerError(InvalidAlarmConfigException$, InvalidAlarmConfigException);
|
|
1043
|
+
export var InvalidApplicationNameException$ = [-3, n0, _IANE, { [_er]: _c }, [_m], [0]];
|
|
1044
|
+
TypeRegistry.for(n0).registerError(InvalidApplicationNameException$, InvalidApplicationNameException);
|
|
1045
|
+
export var InvalidArnException$ = [-3, n0, _IAE, { [_er]: _c }, [_m], [0]];
|
|
1046
|
+
TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
1047
|
+
export var InvalidAutoRollbackConfigException$ = [-3, n0, _IARCE, { [_er]: _c }, [_m], [0]];
|
|
1048
|
+
TypeRegistry.for(n0).registerError(InvalidAutoRollbackConfigException$, InvalidAutoRollbackConfigException);
|
|
1049
|
+
export var InvalidAutoScalingGroupException$ = [-3, n0, _IASGE, { [_er]: _c }, [_m], [0]];
|
|
1050
|
+
TypeRegistry.for(n0).registerError(InvalidAutoScalingGroupException$, InvalidAutoScalingGroupException);
|
|
1051
|
+
export var InvalidBlueGreenDeploymentConfigurationException$ = [
|
|
1045
1052
|
-3,
|
|
1046
1053
|
n0,
|
|
1047
1054
|
_IBGDCE,
|
|
@@ -1049,48 +1056,48 @@ export var InvalidBlueGreenDeploymentConfigurationException = [
|
|
|
1049
1056
|
[_m],
|
|
1050
1057
|
[0],
|
|
1051
1058
|
];
|
|
1052
|
-
TypeRegistry.for(n0).registerError(InvalidBlueGreenDeploymentConfigurationException
|
|
1053
|
-
export var InvalidBucketNameFilterException = [-3, n0, _IBNFE, { [_er]: _c }, [_m], [0]];
|
|
1054
|
-
TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException
|
|
1055
|
-
export var InvalidComputePlatformException = [-3, n0, _ICPE, { [_er]: _c }, [_m], [0]];
|
|
1056
|
-
TypeRegistry.for(n0).registerError(InvalidComputePlatformException
|
|
1057
|
-
export var InvalidDeployedStateFilterException = [-3, n0, _IDSFE, { [_er]: _c }, [_m], [0]];
|
|
1058
|
-
TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException
|
|
1059
|
-
export var InvalidDeploymentConfigNameException = [-3, n0, _IDCNE, { [_er]: _c }, [_m], [0]];
|
|
1060
|
-
TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException
|
|
1061
|
-
export var InvalidDeploymentGroupNameException = [-3, n0, _IDGNE, { [_er]: _c }, [_m], [0]];
|
|
1062
|
-
TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException
|
|
1063
|
-
export var InvalidDeploymentIdException = [-3, n0, _IDIE, { [_er]: _c }, [_m], [0]];
|
|
1064
|
-
TypeRegistry.for(n0).registerError(InvalidDeploymentIdException
|
|
1065
|
-
export var InvalidDeploymentInstanceTypeException = [-3, n0, _IDITE, { [_er]: _c }, [_m], [0]];
|
|
1066
|
-
TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException
|
|
1067
|
-
export var InvalidDeploymentStatusException = [-3, n0, _IDSE, { [_er]: _c }, [_m], [0]];
|
|
1068
|
-
TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException
|
|
1069
|
-
export var InvalidDeploymentStyleException = [-3, n0, _IDSEn, { [_er]: _c }, [_m], [0]];
|
|
1070
|
-
TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException
|
|
1071
|
-
export var InvalidDeploymentTargetIdException = [-3, n0, _IDTIE, { [_er]: _c }, [_m], [0]];
|
|
1072
|
-
TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException
|
|
1073
|
-
export var InvalidDeploymentWaitTypeException = [-3, n0, _IDWTE, { [_er]: _c }, [_m], [0]];
|
|
1074
|
-
TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException
|
|
1075
|
-
export var InvalidEC2TagCombinationException = [-3, n0, _IECTCE, { [_er]: _c }, [_m], [0]];
|
|
1076
|
-
TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException
|
|
1077
|
-
export var InvalidEC2TagException = [-3, n0, _IECTE, { [_er]: _c }, [_m], [0]];
|
|
1078
|
-
TypeRegistry.for(n0).registerError(InvalidEC2TagException
|
|
1079
|
-
export var InvalidECSServiceException = [-3, n0, _IECSSE, { [_er]: _c }, [_m], [0]];
|
|
1080
|
-
TypeRegistry.for(n0).registerError(InvalidECSServiceException
|
|
1081
|
-
export var InvalidExternalIdException = [-3, n0, _IEIE, { [_er]: _c }, [_m], [0]];
|
|
1082
|
-
TypeRegistry.for(n0).registerError(InvalidExternalIdException
|
|
1083
|
-
export var InvalidFileExistsBehaviorException = [-3, n0, _IFEBE, { [_er]: _c }, [_m], [0]];
|
|
1084
|
-
TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException
|
|
1085
|
-
export var InvalidGitHubAccountTokenException = [-3, n0, _IGHATE, { [_er]: _c }, [_m], [0]];
|
|
1086
|
-
TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException
|
|
1087
|
-
export var InvalidGitHubAccountTokenNameException = [-3, n0, _IGHATNE, { [_er]: _c }, [_m], [0]];
|
|
1088
|
-
TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException
|
|
1089
|
-
export var InvalidIamSessionArnException = [-3, n0, _IISAE, { [_er]: _c }, [_m], [0]];
|
|
1090
|
-
TypeRegistry.for(n0).registerError(InvalidIamSessionArnException
|
|
1091
|
-
export var InvalidIamUserArnException = [-3, n0, _IIUAE, { [_er]: _c }, [_m], [0]];
|
|
1092
|
-
TypeRegistry.for(n0).registerError(InvalidIamUserArnException
|
|
1093
|
-
export var InvalidIgnoreApplicationStopFailuresValueException = [
|
|
1059
|
+
TypeRegistry.for(n0).registerError(InvalidBlueGreenDeploymentConfigurationException$, InvalidBlueGreenDeploymentConfigurationException);
|
|
1060
|
+
export var InvalidBucketNameFilterException$ = [-3, n0, _IBNFE, { [_er]: _c }, [_m], [0]];
|
|
1061
|
+
TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException$, InvalidBucketNameFilterException);
|
|
1062
|
+
export var InvalidComputePlatformException$ = [-3, n0, _ICPE, { [_er]: _c }, [_m], [0]];
|
|
1063
|
+
TypeRegistry.for(n0).registerError(InvalidComputePlatformException$, InvalidComputePlatformException);
|
|
1064
|
+
export var InvalidDeployedStateFilterException$ = [-3, n0, _IDSFE, { [_er]: _c }, [_m], [0]];
|
|
1065
|
+
TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException$, InvalidDeployedStateFilterException);
|
|
1066
|
+
export var InvalidDeploymentConfigNameException$ = [-3, n0, _IDCNE, { [_er]: _c }, [_m], [0]];
|
|
1067
|
+
TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException$, InvalidDeploymentConfigNameException);
|
|
1068
|
+
export var InvalidDeploymentGroupNameException$ = [-3, n0, _IDGNE, { [_er]: _c }, [_m], [0]];
|
|
1069
|
+
TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException$, InvalidDeploymentGroupNameException);
|
|
1070
|
+
export var InvalidDeploymentIdException$ = [-3, n0, _IDIE, { [_er]: _c }, [_m], [0]];
|
|
1071
|
+
TypeRegistry.for(n0).registerError(InvalidDeploymentIdException$, InvalidDeploymentIdException);
|
|
1072
|
+
export var InvalidDeploymentInstanceTypeException$ = [-3, n0, _IDITE, { [_er]: _c }, [_m], [0]];
|
|
1073
|
+
TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException$, InvalidDeploymentInstanceTypeException);
|
|
1074
|
+
export var InvalidDeploymentStatusException$ = [-3, n0, _IDSE, { [_er]: _c }, [_m], [0]];
|
|
1075
|
+
TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException$, InvalidDeploymentStatusException);
|
|
1076
|
+
export var InvalidDeploymentStyleException$ = [-3, n0, _IDSEn, { [_er]: _c }, [_m], [0]];
|
|
1077
|
+
TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException$, InvalidDeploymentStyleException);
|
|
1078
|
+
export var InvalidDeploymentTargetIdException$ = [-3, n0, _IDTIE, { [_er]: _c }, [_m], [0]];
|
|
1079
|
+
TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException$, InvalidDeploymentTargetIdException);
|
|
1080
|
+
export var InvalidDeploymentWaitTypeException$ = [-3, n0, _IDWTE, { [_er]: _c }, [_m], [0]];
|
|
1081
|
+
TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException$, InvalidDeploymentWaitTypeException);
|
|
1082
|
+
export var InvalidEC2TagCombinationException$ = [-3, n0, _IECTCE, { [_er]: _c }, [_m], [0]];
|
|
1083
|
+
TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException$, InvalidEC2TagCombinationException);
|
|
1084
|
+
export var InvalidEC2TagException$ = [-3, n0, _IECTE, { [_er]: _c }, [_m], [0]];
|
|
1085
|
+
TypeRegistry.for(n0).registerError(InvalidEC2TagException$, InvalidEC2TagException);
|
|
1086
|
+
export var InvalidECSServiceException$ = [-3, n0, _IECSSE, { [_er]: _c }, [_m], [0]];
|
|
1087
|
+
TypeRegistry.for(n0).registerError(InvalidECSServiceException$, InvalidECSServiceException);
|
|
1088
|
+
export var InvalidExternalIdException$ = [-3, n0, _IEIE, { [_er]: _c }, [_m], [0]];
|
|
1089
|
+
TypeRegistry.for(n0).registerError(InvalidExternalIdException$, InvalidExternalIdException);
|
|
1090
|
+
export var InvalidFileExistsBehaviorException$ = [-3, n0, _IFEBE, { [_er]: _c }, [_m], [0]];
|
|
1091
|
+
TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException$, InvalidFileExistsBehaviorException);
|
|
1092
|
+
export var InvalidGitHubAccountTokenException$ = [-3, n0, _IGHATE, { [_er]: _c }, [_m], [0]];
|
|
1093
|
+
TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException$, InvalidGitHubAccountTokenException);
|
|
1094
|
+
export var InvalidGitHubAccountTokenNameException$ = [-3, n0, _IGHATNE, { [_er]: _c }, [_m], [0]];
|
|
1095
|
+
TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException$, InvalidGitHubAccountTokenNameException);
|
|
1096
|
+
export var InvalidIamSessionArnException$ = [-3, n0, _IISAE, { [_er]: _c }, [_m], [0]];
|
|
1097
|
+
TypeRegistry.for(n0).registerError(InvalidIamSessionArnException$, InvalidIamSessionArnException);
|
|
1098
|
+
export var InvalidIamUserArnException$ = [-3, n0, _IIUAE, { [_er]: _c }, [_m], [0]];
|
|
1099
|
+
TypeRegistry.for(n0).registerError(InvalidIamUserArnException$, InvalidIamUserArnException);
|
|
1100
|
+
export var InvalidIgnoreApplicationStopFailuresValueException$ = [
|
|
1094
1101
|
-3,
|
|
1095
1102
|
n0,
|
|
1096
1103
|
_IIASFVE,
|
|
@@ -1098,18 +1105,18 @@ export var InvalidIgnoreApplicationStopFailuresValueException = [
|
|
|
1098
1105
|
[_m],
|
|
1099
1106
|
[0],
|
|
1100
1107
|
];
|
|
1101
|
-
TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException
|
|
1102
|
-
export var InvalidInputException = [-3, n0, _IIE, { [_er]: _c }, [_m], [0]];
|
|
1103
|
-
TypeRegistry.for(n0).registerError(InvalidInputException
|
|
1104
|
-
export var InvalidInstanceNameException = [-3, n0, _IINE, { [_er]: _c }, [_m], [0]];
|
|
1105
|
-
TypeRegistry.for(n0).registerError(InvalidInstanceNameException
|
|
1106
|
-
export var InvalidInstanceStatusException = [-3, n0, _IISE, { [_er]: _c }, [_m], [0]];
|
|
1107
|
-
TypeRegistry.for(n0).registerError(InvalidInstanceStatusException
|
|
1108
|
-
export var InvalidInstanceTypeException = [-3, n0, _IITE, { [_er]: _c }, [_m], [0]];
|
|
1109
|
-
TypeRegistry.for(n0).registerError(InvalidInstanceTypeException
|
|
1110
|
-
export var InvalidKeyPrefixFilterException = [-3, n0, _IKPFE, { [_er]: _c }, [_m], [0]];
|
|
1111
|
-
TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException
|
|
1112
|
-
export var InvalidLifecycleEventHookExecutionIdException = [
|
|
1108
|
+
TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException$, InvalidIgnoreApplicationStopFailuresValueException);
|
|
1109
|
+
export var InvalidInputException$ = [-3, n0, _IIE, { [_er]: _c }, [_m], [0]];
|
|
1110
|
+
TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
|
|
1111
|
+
export var InvalidInstanceNameException$ = [-3, n0, _IINE, { [_er]: _c }, [_m], [0]];
|
|
1112
|
+
TypeRegistry.for(n0).registerError(InvalidInstanceNameException$, InvalidInstanceNameException);
|
|
1113
|
+
export var InvalidInstanceStatusException$ = [-3, n0, _IISE, { [_er]: _c }, [_m], [0]];
|
|
1114
|
+
TypeRegistry.for(n0).registerError(InvalidInstanceStatusException$, InvalidInstanceStatusException);
|
|
1115
|
+
export var InvalidInstanceTypeException$ = [-3, n0, _IITE, { [_er]: _c }, [_m], [0]];
|
|
1116
|
+
TypeRegistry.for(n0).registerError(InvalidInstanceTypeException$, InvalidInstanceTypeException);
|
|
1117
|
+
export var InvalidKeyPrefixFilterException$ = [-3, n0, _IKPFE, { [_er]: _c }, [_m], [0]];
|
|
1118
|
+
TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException$, InvalidKeyPrefixFilterException);
|
|
1119
|
+
export var InvalidLifecycleEventHookExecutionIdException$ = [
|
|
1113
1120
|
-3,
|
|
1114
1121
|
n0,
|
|
1115
1122
|
_ILEHEIE,
|
|
@@ -1117,8 +1124,8 @@ export var InvalidLifecycleEventHookExecutionIdException = [
|
|
|
1117
1124
|
[_m],
|
|
1118
1125
|
[0],
|
|
1119
1126
|
];
|
|
1120
|
-
TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionIdException
|
|
1121
|
-
export var InvalidLifecycleEventHookExecutionStatusException = [
|
|
1127
|
+
TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionIdException$, InvalidLifecycleEventHookExecutionIdException);
|
|
1128
|
+
export var InvalidLifecycleEventHookExecutionStatusException$ = [
|
|
1122
1129
|
-3,
|
|
1123
1130
|
n0,
|
|
1124
1131
|
_ILEHESE,
|
|
@@ -1126,46 +1133,46 @@ export var InvalidLifecycleEventHookExecutionStatusException = [
|
|
|
1126
1133
|
[_m],
|
|
1127
1134
|
[0],
|
|
1128
1135
|
];
|
|
1129
|
-
TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionStatusException
|
|
1130
|
-
export var InvalidLoadBalancerInfoException = [-3, n0, _ILBIE, { [_er]: _c }, [_m], [0]];
|
|
1131
|
-
TypeRegistry.for(n0).registerError(InvalidLoadBalancerInfoException
|
|
1132
|
-
export var InvalidMinimumHealthyHostValueException = [-3, n0, _IMHHVE, { [_er]: _c }, [_m], [0]];
|
|
1133
|
-
TypeRegistry.for(n0).registerError(InvalidMinimumHealthyHostValueException
|
|
1134
|
-
export var InvalidNextTokenException = [-3, n0, _INTE, { [_er]: _c }, [_m], [0]];
|
|
1135
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
1136
|
-
export var InvalidOnPremisesTagCombinationException = [-3, n0, _IOPTCE, { [_er]: _c }, [_m], [0]];
|
|
1137
|
-
TypeRegistry.for(n0).registerError(InvalidOnPremisesTagCombinationException
|
|
1138
|
-
export var InvalidOperationException = [-3, n0, _IOE, { [_er]: _c }, [_m], [0]];
|
|
1139
|
-
TypeRegistry.for(n0).registerError(InvalidOperationException
|
|
1140
|
-
export var InvalidRegistrationStatusException = [-3, n0, _IRSE, { [_er]: _c }, [_m], [0]];
|
|
1141
|
-
TypeRegistry.for(n0).registerError(InvalidRegistrationStatusException
|
|
1142
|
-
export var InvalidRevisionException = [-3, n0, _IRE, { [_er]: _c }, [_m], [0]];
|
|
1143
|
-
TypeRegistry.for(n0).registerError(InvalidRevisionException
|
|
1144
|
-
export var InvalidRoleException = [-3, n0, _IREn, { [_er]: _c }, [_m], [0]];
|
|
1145
|
-
TypeRegistry.for(n0).registerError(InvalidRoleException
|
|
1146
|
-
export var InvalidSortByException = [-3, n0, _ISBE, { [_er]: _c }, [_m], [0]];
|
|
1147
|
-
TypeRegistry.for(n0).registerError(InvalidSortByException
|
|
1148
|
-
export var InvalidSortOrderException = [-3, n0, _ISOE, { [_er]: _c }, [_m], [0]];
|
|
1149
|
-
TypeRegistry.for(n0).registerError(InvalidSortOrderException
|
|
1150
|
-
export var InvalidTagException = [-3, n0, _ITE, { [_er]: _c }, [_m], [0]];
|
|
1151
|
-
TypeRegistry.for(n0).registerError(InvalidTagException
|
|
1152
|
-
export var InvalidTagFilterException = [-3, n0, _ITFE, { [_er]: _c }, [_m], [0]];
|
|
1153
|
-
TypeRegistry.for(n0).registerError(InvalidTagFilterException
|
|
1154
|
-
export var InvalidTagsToAddException = [-3, n0, _ITTAE, { [_er]: _c }, [_m], [0]];
|
|
1155
|
-
TypeRegistry.for(n0).registerError(InvalidTagsToAddException
|
|
1156
|
-
export var InvalidTargetFilterNameException = [-3, n0, _ITFNE, { [_er]: _c }, [_m], [0]];
|
|
1157
|
-
TypeRegistry.for(n0).registerError(InvalidTargetFilterNameException
|
|
1158
|
-
export var InvalidTargetGroupPairException = [-3, n0, _ITGPE, { [_er]: _c }, [_m], [0]];
|
|
1159
|
-
TypeRegistry.for(n0).registerError(InvalidTargetGroupPairException
|
|
1160
|
-
export var InvalidTargetInstancesException = [-3, n0, _ITIE, { [_er]: _c }, [_m], [0]];
|
|
1161
|
-
TypeRegistry.for(n0).registerError(InvalidTargetInstancesException
|
|
1162
|
-
export var InvalidTimeRangeException = [-3, n0, _ITRE, { [_er]: _c }, [_m], [0]];
|
|
1163
|
-
TypeRegistry.for(n0).registerError(InvalidTimeRangeException
|
|
1164
|
-
export var InvalidTrafficRoutingConfigurationException = [-3, n0, _ITRCE, { [_er]: _c }, [_m], [0]];
|
|
1165
|
-
TypeRegistry.for(n0).registerError(InvalidTrafficRoutingConfigurationException
|
|
1166
|
-
export var InvalidTriggerConfigException = [-3, n0, _ITCE, { [_er]: _c }, [_m], [0]];
|
|
1167
|
-
TypeRegistry.for(n0).registerError(InvalidTriggerConfigException
|
|
1168
|
-
export var InvalidUpdateOutdatedInstancesOnlyValueException = [
|
|
1136
|
+
TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionStatusException$, InvalidLifecycleEventHookExecutionStatusException);
|
|
1137
|
+
export var InvalidLoadBalancerInfoException$ = [-3, n0, _ILBIE, { [_er]: _c }, [_m], [0]];
|
|
1138
|
+
TypeRegistry.for(n0).registerError(InvalidLoadBalancerInfoException$, InvalidLoadBalancerInfoException);
|
|
1139
|
+
export var InvalidMinimumHealthyHostValueException$ = [-3, n0, _IMHHVE, { [_er]: _c }, [_m], [0]];
|
|
1140
|
+
TypeRegistry.for(n0).registerError(InvalidMinimumHealthyHostValueException$, InvalidMinimumHealthyHostValueException);
|
|
1141
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE, { [_er]: _c }, [_m], [0]];
|
|
1142
|
+
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1143
|
+
export var InvalidOnPremisesTagCombinationException$ = [-3, n0, _IOPTCE, { [_er]: _c }, [_m], [0]];
|
|
1144
|
+
TypeRegistry.for(n0).registerError(InvalidOnPremisesTagCombinationException$, InvalidOnPremisesTagCombinationException);
|
|
1145
|
+
export var InvalidOperationException$ = [-3, n0, _IOE, { [_er]: _c }, [_m], [0]];
|
|
1146
|
+
TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
|
|
1147
|
+
export var InvalidRegistrationStatusException$ = [-3, n0, _IRSE, { [_er]: _c }, [_m], [0]];
|
|
1148
|
+
TypeRegistry.for(n0).registerError(InvalidRegistrationStatusException$, InvalidRegistrationStatusException);
|
|
1149
|
+
export var InvalidRevisionException$ = [-3, n0, _IRE, { [_er]: _c }, [_m], [0]];
|
|
1150
|
+
TypeRegistry.for(n0).registerError(InvalidRevisionException$, InvalidRevisionException);
|
|
1151
|
+
export var InvalidRoleException$ = [-3, n0, _IREn, { [_er]: _c }, [_m], [0]];
|
|
1152
|
+
TypeRegistry.for(n0).registerError(InvalidRoleException$, InvalidRoleException);
|
|
1153
|
+
export var InvalidSortByException$ = [-3, n0, _ISBE, { [_er]: _c }, [_m], [0]];
|
|
1154
|
+
TypeRegistry.for(n0).registerError(InvalidSortByException$, InvalidSortByException);
|
|
1155
|
+
export var InvalidSortOrderException$ = [-3, n0, _ISOE, { [_er]: _c }, [_m], [0]];
|
|
1156
|
+
TypeRegistry.for(n0).registerError(InvalidSortOrderException$, InvalidSortOrderException);
|
|
1157
|
+
export var InvalidTagException$ = [-3, n0, _ITE, { [_er]: _c }, [_m], [0]];
|
|
1158
|
+
TypeRegistry.for(n0).registerError(InvalidTagException$, InvalidTagException);
|
|
1159
|
+
export var InvalidTagFilterException$ = [-3, n0, _ITFE, { [_er]: _c }, [_m], [0]];
|
|
1160
|
+
TypeRegistry.for(n0).registerError(InvalidTagFilterException$, InvalidTagFilterException);
|
|
1161
|
+
export var InvalidTagsToAddException$ = [-3, n0, _ITTAE, { [_er]: _c }, [_m], [0]];
|
|
1162
|
+
TypeRegistry.for(n0).registerError(InvalidTagsToAddException$, InvalidTagsToAddException);
|
|
1163
|
+
export var InvalidTargetFilterNameException$ = [-3, n0, _ITFNE, { [_er]: _c }, [_m], [0]];
|
|
1164
|
+
TypeRegistry.for(n0).registerError(InvalidTargetFilterNameException$, InvalidTargetFilterNameException);
|
|
1165
|
+
export var InvalidTargetGroupPairException$ = [-3, n0, _ITGPE, { [_er]: _c }, [_m], [0]];
|
|
1166
|
+
TypeRegistry.for(n0).registerError(InvalidTargetGroupPairException$, InvalidTargetGroupPairException);
|
|
1167
|
+
export var InvalidTargetInstancesException$ = [-3, n0, _ITIE, { [_er]: _c }, [_m], [0]];
|
|
1168
|
+
TypeRegistry.for(n0).registerError(InvalidTargetInstancesException$, InvalidTargetInstancesException);
|
|
1169
|
+
export var InvalidTimeRangeException$ = [-3, n0, _ITRE, { [_er]: _c }, [_m], [0]];
|
|
1170
|
+
TypeRegistry.for(n0).registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
|
|
1171
|
+
export var InvalidTrafficRoutingConfigurationException$ = [-3, n0, _ITRCE, { [_er]: _c }, [_m], [0]];
|
|
1172
|
+
TypeRegistry.for(n0).registerError(InvalidTrafficRoutingConfigurationException$, InvalidTrafficRoutingConfigurationException);
|
|
1173
|
+
export var InvalidTriggerConfigException$ = [-3, n0, _ITCE, { [_er]: _c }, [_m], [0]];
|
|
1174
|
+
TypeRegistry.for(n0).registerError(InvalidTriggerConfigException$, InvalidTriggerConfigException);
|
|
1175
|
+
export var InvalidUpdateOutdatedInstancesOnlyValueException$ = [
|
|
1169
1176
|
-3,
|
|
1170
1177
|
n0,
|
|
1171
1178
|
_IUOIOVE,
|
|
@@ -1173,32 +1180,39 @@ export var InvalidUpdateOutdatedInstancesOnlyValueException = [
|
|
|
1173
1180
|
[_m],
|
|
1174
1181
|
[0],
|
|
1175
1182
|
];
|
|
1176
|
-
TypeRegistry.for(n0).registerError(InvalidUpdateOutdatedInstancesOnlyValueException
|
|
1177
|
-
export var InvalidZonalDeploymentConfigurationException = [
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1183
|
+
TypeRegistry.for(n0).registerError(InvalidUpdateOutdatedInstancesOnlyValueException$, InvalidUpdateOutdatedInstancesOnlyValueException);
|
|
1184
|
+
export var InvalidZonalDeploymentConfigurationException$ = [
|
|
1185
|
+
-3,
|
|
1186
|
+
n0,
|
|
1187
|
+
_IZDCE,
|
|
1188
|
+
{ [_er]: _c },
|
|
1189
|
+
[_m],
|
|
1190
|
+
[0],
|
|
1191
|
+
];
|
|
1192
|
+
TypeRegistry.for(n0).registerError(InvalidZonalDeploymentConfigurationException$, InvalidZonalDeploymentConfigurationException);
|
|
1193
|
+
export var LambdaFunctionInfo$ = [3, n0, _LFI, 0, [_fN, _fA, _cV, _tV, _tVW], [0, 0, 0, 0, 1]];
|
|
1194
|
+
export var LambdaTarget$ = [
|
|
1181
1195
|
3,
|
|
1182
1196
|
n0,
|
|
1183
1197
|
_LT,
|
|
1184
1198
|
0,
|
|
1185
1199
|
[_dI, _tIa, _tA, _st, _lUA, _lE, _lFI],
|
|
1186
|
-
[0, 0, 0, 0, 4, () => LifecycleEventList, () => LambdaFunctionInfo],
|
|
1200
|
+
[0, 0, 0, 0, 4, () => LifecycleEventList, () => LambdaFunctionInfo$],
|
|
1187
1201
|
];
|
|
1188
|
-
export var LastDeploymentInfo = [3, n0, _LDI, 0, [_dI, _st, _eTn, _cT], [0, 0, 4, 4]];
|
|
1189
|
-
export var LifecycleEvent = [
|
|
1202
|
+
export var LastDeploymentInfo$ = [3, n0, _LDI, 0, [_dI, _st, _eTn, _cT], [0, 0, 4, 4]];
|
|
1203
|
+
export var LifecycleEvent$ = [
|
|
1190
1204
|
3,
|
|
1191
1205
|
n0,
|
|
1192
1206
|
_LE,
|
|
1193
1207
|
0,
|
|
1194
1208
|
[_lEN, _di, _sT, _eTn, _st],
|
|
1195
|
-
[0, () => Diagnostics
|
|
1209
|
+
[0, () => Diagnostics$, 4, 4, 0],
|
|
1196
1210
|
];
|
|
1197
|
-
export var LifecycleEventAlreadyCompletedException = [-3, n0, _LEACE, { [_er]: _c }, [_m], [0]];
|
|
1198
|
-
TypeRegistry.for(n0).registerError(LifecycleEventAlreadyCompletedException
|
|
1199
|
-
export var LifecycleHookLimitExceededException = [-3, n0, _LHLEE, { [_er]: _c }, [_m], [0]];
|
|
1200
|
-
TypeRegistry.for(n0).registerError(LifecycleHookLimitExceededException
|
|
1201
|
-
export var ListApplicationRevisionsInput = [
|
|
1211
|
+
export var LifecycleEventAlreadyCompletedException$ = [-3, n0, _LEACE, { [_er]: _c }, [_m], [0]];
|
|
1212
|
+
TypeRegistry.for(n0).registerError(LifecycleEventAlreadyCompletedException$, LifecycleEventAlreadyCompletedException);
|
|
1213
|
+
export var LifecycleHookLimitExceededException$ = [-3, n0, _LHLEE, { [_er]: _c }, [_m], [0]];
|
|
1214
|
+
TypeRegistry.for(n0).registerError(LifecycleHookLimitExceededException$, LifecycleHookLimitExceededException);
|
|
1215
|
+
export var ListApplicationRevisionsInput$ = [
|
|
1202
1216
|
3,
|
|
1203
1217
|
n0,
|
|
1204
1218
|
_LARI,
|
|
@@ -1206,7 +1220,7 @@ export var ListApplicationRevisionsInput = [
|
|
|
1206
1220
|
[_aN, _sB, _sO, _sBu, _sKP, _de, _nT],
|
|
1207
1221
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1208
1222
|
];
|
|
1209
|
-
export var ListApplicationRevisionsOutput = [
|
|
1223
|
+
export var ListApplicationRevisionsOutput$ = [
|
|
1210
1224
|
3,
|
|
1211
1225
|
n0,
|
|
1212
1226
|
_LARO,
|
|
@@ -1214,13 +1228,13 @@ export var ListApplicationRevisionsOutput = [
|
|
|
1214
1228
|
[_r, _nT],
|
|
1215
1229
|
[() => RevisionLocationList, 0],
|
|
1216
1230
|
];
|
|
1217
|
-
export var ListApplicationsInput = [3, n0, _LAI, 0, [_nT], [0]];
|
|
1218
|
-
export var ListApplicationsOutput = [3, n0, _LAO, 0, [_app, _nT], [64 | 0, 0]];
|
|
1219
|
-
export var ListDeploymentConfigsInput = [3, n0, _LDCI, 0, [_nT], [0]];
|
|
1220
|
-
export var ListDeploymentConfigsOutput = [3, n0, _LDCO, 0, [_dCL, _nT], [64 | 0, 0]];
|
|
1221
|
-
export var ListDeploymentGroupsInput = [3, n0, _LDGI, 0, [_aN, _nT], [0, 0]];
|
|
1222
|
-
export var ListDeploymentGroupsOutput = [3, n0, _LDGO, 0, [_aN, _dG, _nT], [0, 64 | 0, 0]];
|
|
1223
|
-
export var ListDeploymentInstancesInput = [
|
|
1231
|
+
export var ListApplicationsInput$ = [3, n0, _LAI, 0, [_nT], [0]];
|
|
1232
|
+
export var ListApplicationsOutput$ = [3, n0, _LAO, 0, [_app, _nT], [64 | 0, 0]];
|
|
1233
|
+
export var ListDeploymentConfigsInput$ = [3, n0, _LDCI, 0, [_nT], [0]];
|
|
1234
|
+
export var ListDeploymentConfigsOutput$ = [3, n0, _LDCO, 0, [_dCL, _nT], [64 | 0, 0]];
|
|
1235
|
+
export var ListDeploymentGroupsInput$ = [3, n0, _LDGI, 0, [_aN, _nT], [0, 0]];
|
|
1236
|
+
export var ListDeploymentGroupsOutput$ = [3, n0, _LDGO, 0, [_aN, _dG, _nT], [0, 64 | 0, 0]];
|
|
1237
|
+
export var ListDeploymentInstancesInput$ = [
|
|
1224
1238
|
3,
|
|
1225
1239
|
n0,
|
|
1226
1240
|
_LDII,
|
|
@@ -1228,17 +1242,17 @@ export var ListDeploymentInstancesInput = [
|
|
|
1228
1242
|
[_dI, _nT, _iSF, _iTF],
|
|
1229
1243
|
[0, 0, 64 | 0, 64 | 0],
|
|
1230
1244
|
];
|
|
1231
|
-
export var ListDeploymentInstancesOutput = [3, n0, _LDIO, 0, [_iLn, _nT], [64 | 0, 0]];
|
|
1232
|
-
export var ListDeploymentsInput = [
|
|
1245
|
+
export var ListDeploymentInstancesOutput$ = [3, n0, _LDIO, 0, [_iLn, _nT], [64 | 0, 0]];
|
|
1246
|
+
export var ListDeploymentsInput$ = [
|
|
1233
1247
|
3,
|
|
1234
1248
|
n0,
|
|
1235
1249
|
_LDIi,
|
|
1236
1250
|
0,
|
|
1237
1251
|
[_aN, _dGNe, _eI, _iOS, _cTR, _nT],
|
|
1238
|
-
[0, 0, 0, 64 | 0, () => TimeRange
|
|
1252
|
+
[0, 0, 0, 64 | 0, () => TimeRange$, 0],
|
|
1239
1253
|
];
|
|
1240
|
-
export var ListDeploymentsOutput = [3, n0, _LDO, 0, [_dep, _nT], [64 | 0, 0]];
|
|
1241
|
-
export var ListDeploymentTargetsInput = [
|
|
1254
|
+
export var ListDeploymentsOutput$ = [3, n0, _LDO, 0, [_dep, _nT], [64 | 0, 0]];
|
|
1255
|
+
export var ListDeploymentTargetsInput$ = [
|
|
1242
1256
|
3,
|
|
1243
1257
|
n0,
|
|
1244
1258
|
_LDTI,
|
|
@@ -1246,10 +1260,10 @@ export var ListDeploymentTargetsInput = [
|
|
|
1246
1260
|
[_dI, _nT, _tF],
|
|
1247
1261
|
[0, 0, [2, n0, _TF, 0, 0, 64 | 0]],
|
|
1248
1262
|
];
|
|
1249
|
-
export var ListDeploymentTargetsOutput = [3, n0, _LDTO, 0, [_tI, _nT], [64 | 0, 0]];
|
|
1250
|
-
export var ListGitHubAccountTokenNamesInput = [3, n0, _LGHATNI, 0, [_nT], [0]];
|
|
1251
|
-
export var ListGitHubAccountTokenNamesOutput = [3, n0, _LGHATNO, 0, [_tNL, _nT], [64 | 0, 0]];
|
|
1252
|
-
export var ListOnPremisesInstancesInput = [
|
|
1263
|
+
export var ListDeploymentTargetsOutput$ = [3, n0, _LDTO, 0, [_tI, _nT], [64 | 0, 0]];
|
|
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$ = [
|
|
1253
1267
|
3,
|
|
1254
1268
|
n0,
|
|
1255
1269
|
_LOPII,
|
|
@@ -1257,10 +1271,10 @@ export var ListOnPremisesInstancesInput = [
|
|
|
1257
1271
|
[_rS, _tFa, _nT],
|
|
1258
1272
|
[0, () => TagFilterList, 0],
|
|
1259
1273
|
];
|
|
1260
|
-
export var ListOnPremisesInstancesOutput = [3, n0, _LOPIO, 0, [_iN, _nT], [64 | 0, 0]];
|
|
1261
|
-
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA, _NT], [0, 0]];
|
|
1262
|
-
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
1263
|
-
export var LoadBalancerInfo = [
|
|
1274
|
+
export var ListOnPremisesInstancesOutput$ = [3, n0, _LOPIO, 0, [_iN, _nT], [64 | 0, 0]];
|
|
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$ = [
|
|
1264
1278
|
3,
|
|
1265
1279
|
n0,
|
|
1266
1280
|
_LBI,
|
|
@@ -1268,14 +1282,14 @@ export var LoadBalancerInfo = [
|
|
|
1268
1282
|
[_eIL, _tGIL, _tGPIL],
|
|
1269
1283
|
[() => ELBInfoList, () => TargetGroupInfoList, () => TargetGroupPairInfoList],
|
|
1270
1284
|
];
|
|
1271
|
-
export var MinimumHealthyHosts = [3, n0, _MHH, 0, [_ty, _v], [0, 1]];
|
|
1272
|
-
export var MinimumHealthyHostsPerZone = [3, n0, _MHHPZ, 0, [_ty, _v], [0, 1]];
|
|
1273
|
-
export var MultipleIamArnsProvidedException = [-3, n0, _MIAPE, { [_er]: _c }, [_m], [0]];
|
|
1274
|
-
TypeRegistry.for(n0).registerError(MultipleIamArnsProvidedException
|
|
1275
|
-
export var OnPremisesTagSet = [3, n0, _OPTS, 0, [_oPTSL], [() => OnPremisesTagSetList]];
|
|
1276
|
-
export var OperationNotSupportedException = [-3, n0, _ONSE, { [_er]: _c }, [_m], [0]];
|
|
1277
|
-
TypeRegistry.for(n0).registerError(OperationNotSupportedException
|
|
1278
|
-
export var PutLifecycleEventHookExecutionStatusInput = [
|
|
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
|
+
TypeRegistry.for(n0).registerError(MultipleIamArnsProvidedException$, MultipleIamArnsProvidedException);
|
|
1289
|
+
export var OnPremisesTagSet$ = [3, n0, _OPTS, 0, [_oPTSL], [() => OnPremisesTagSetList]];
|
|
1290
|
+
export var OperationNotSupportedException$ = [-3, n0, _ONSE, { [_er]: _c }, [_m], [0]];
|
|
1291
|
+
TypeRegistry.for(n0).registerError(OperationNotSupportedException$, OperationNotSupportedException);
|
|
1292
|
+
export var PutLifecycleEventHookExecutionStatusInput$ = [
|
|
1279
1293
|
3,
|
|
1280
1294
|
n0,
|
|
1281
1295
|
_PLEHESI,
|
|
@@ -1283,19 +1297,19 @@ export var PutLifecycleEventHookExecutionStatusInput = [
|
|
|
1283
1297
|
[_dI, _lEHEI, _st],
|
|
1284
1298
|
[0, 0, 0],
|
|
1285
1299
|
];
|
|
1286
|
-
export var PutLifecycleEventHookExecutionStatusOutput = [3, n0, _PLEHESO, 0, [_lEHEI], [0]];
|
|
1287
|
-
export var RawString = [3, n0, _RS, 0, [_co, _s], [0, 0]];
|
|
1288
|
-
export var RegisterApplicationRevisionInput = [
|
|
1300
|
+
export var PutLifecycleEventHookExecutionStatusOutput$ = [3, n0, _PLEHESO, 0, [_lEHEI], [0]];
|
|
1301
|
+
export var RawString$ = [3, n0, _RS, 0, [_co, _s], [0, 0]];
|
|
1302
|
+
export var RegisterApplicationRevisionInput$ = [
|
|
1289
1303
|
3,
|
|
1290
1304
|
n0,
|
|
1291
1305
|
_RARI,
|
|
1292
1306
|
0,
|
|
1293
1307
|
[_aN, _d, _re],
|
|
1294
|
-
[0, 0, () => RevisionLocation],
|
|
1308
|
+
[0, 0, () => RevisionLocation$],
|
|
1295
1309
|
];
|
|
1296
|
-
export var RegisterOnPremisesInstanceInput = [3, n0, _ROPII, 0, [_iNn, _iSA, _iUA], [0, 0, 0]];
|
|
1297
|
-
export var RelatedDeployments = [3, n0, _RD, 0, [_aUOIRDI, _aUOIDI], [0, 64 | 0]];
|
|
1298
|
-
export var RemoveTagsFromOnPremisesInstancesInput = [
|
|
1310
|
+
export var RegisterOnPremisesInstanceInput$ = [3, n0, _ROPII, 0, [_iNn, _iSA, _iUA], [0, 0, 0]];
|
|
1311
|
+
export var RelatedDeployments$ = [3, n0, _RD, 0, [_aUOIRDI, _aUOIDI], [0, 64 | 0]];
|
|
1312
|
+
export var RemoveTagsFromOnPremisesInstancesInput$ = [
|
|
1299
1313
|
3,
|
|
1300
1314
|
n0,
|
|
1301
1315
|
_RTFOPII,
|
|
@@ -1303,87 +1317,94 @@ export var RemoveTagsFromOnPremisesInstancesInput = [
|
|
|
1303
1317
|
[_t, _iN],
|
|
1304
1318
|
[() => TagList, 64 | 0],
|
|
1305
1319
|
];
|
|
1306
|
-
export var ResourceArnRequiredException = [-3, n0, _RARE, { [_er]: _c }, [_m], [0]];
|
|
1307
|
-
TypeRegistry.for(n0).registerError(ResourceArnRequiredException
|
|
1308
|
-
export var ResourceValidationException = [-3, n0, _RVE, { [_er]: _c }, [_m], [0]];
|
|
1309
|
-
TypeRegistry.for(n0).registerError(ResourceValidationException
|
|
1310
|
-
export var RevisionDoesNotExistException = [-3, n0, _RDNEE, { [_er]: _c }, [_m], [0]];
|
|
1311
|
-
TypeRegistry.for(n0).registerError(RevisionDoesNotExistException
|
|
1312
|
-
export var RevisionInfo = [
|
|
1320
|
+
export var ResourceArnRequiredException$ = [-3, n0, _RARE, { [_er]: _c }, [_m], [0]];
|
|
1321
|
+
TypeRegistry.for(n0).registerError(ResourceArnRequiredException$, ResourceArnRequiredException);
|
|
1322
|
+
export var ResourceValidationException$ = [-3, n0, _RVE, { [_er]: _c }, [_m], [0]];
|
|
1323
|
+
TypeRegistry.for(n0).registerError(ResourceValidationException$, ResourceValidationException);
|
|
1324
|
+
export var RevisionDoesNotExistException$ = [-3, n0, _RDNEE, { [_er]: _c }, [_m], [0]];
|
|
1325
|
+
TypeRegistry.for(n0).registerError(RevisionDoesNotExistException$, RevisionDoesNotExistException);
|
|
1326
|
+
export var RevisionInfo$ = [
|
|
1313
1327
|
3,
|
|
1314
1328
|
n0,
|
|
1315
1329
|
_RI,
|
|
1316
1330
|
0,
|
|
1317
1331
|
[_rL, _gRI],
|
|
1318
|
-
[() => RevisionLocation
|
|
1332
|
+
[() => RevisionLocation$, () => GenericRevisionInfo$],
|
|
1319
1333
|
];
|
|
1320
|
-
export var RevisionLocation = [
|
|
1334
|
+
export var RevisionLocation$ = [
|
|
1321
1335
|
3,
|
|
1322
1336
|
n0,
|
|
1323
1337
|
_RL,
|
|
1324
1338
|
0,
|
|
1325
1339
|
[_rTev, _sL, _gHL, _str, _aSC],
|
|
1326
|
-
[0, () => S3Location
|
|
1327
|
-
];
|
|
1328
|
-
export var RevisionRequiredException = [-3, n0, _RRE, { [_er]: _c }, [_m], [0]];
|
|
1329
|
-
TypeRegistry.for(n0).registerError(RevisionRequiredException
|
|
1330
|
-
export var RoleRequiredException = [-3, n0, _RREo, { [_er]: _c }, [_m], [0]];
|
|
1331
|
-
TypeRegistry.for(n0).registerError(RoleRequiredException
|
|
1332
|
-
export var RollbackInfo = [3, n0, _RIo, 0, [_rDI, _rTDI, _rM], [0, 0, 0]];
|
|
1333
|
-
export var S3Location = [3, n0, _SL, 0, [_b, _k, _bT, _ve, _eTa], [0, 0, 0, 0, 0]];
|
|
1334
|
-
export var SkipWaitTimeForInstanceTerminationInput = [3, n0, _SWTFITI, 0, [_dI], [0]];
|
|
1335
|
-
export var StopDeploymentInput = [3, n0, _SDI, 0, [_dI, _aRE], [0, 2]];
|
|
1336
|
-
export var StopDeploymentOutput = [3, n0, _SDO, 0, [_st, _sM], [0, 0]];
|
|
1337
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1338
|
-
export var TagFilter = [3, n0, _TFa, 0, [_K, _V, _T], [0, 0, 0]];
|
|
1339
|
-
export var TagLimitExceededException = [-3, n0, _TLEE, { [_er]: _c }, [_m], [0]];
|
|
1340
|
-
TypeRegistry.for(n0).registerError(TagLimitExceededException
|
|
1341
|
-
export var TagRequiredException = [-3, n0, _TRE, { [_er]: _c }, [_m], [0]];
|
|
1342
|
-
TypeRegistry.for(n0).registerError(TagRequiredException
|
|
1343
|
-
export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
|
|
1344
|
-
export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
1345
|
-
export var TagSetListLimitExceededException = [-3, n0, _TSLLEE, { [_er]: _c }, [_m], [0]];
|
|
1346
|
-
TypeRegistry.for(n0).registerError(TagSetListLimitExceededException
|
|
1347
|
-
export var TargetGroupInfo = [3, n0, _TGI, 0, [_n], [0]];
|
|
1348
|
-
export var TargetGroupPairInfo = [
|
|
1340
|
+
[0, () => S3Location$, () => GitHubLocation$, () => RawString$, () => AppSpecContent$],
|
|
1341
|
+
];
|
|
1342
|
+
export var RevisionRequiredException$ = [-3, n0, _RRE, { [_er]: _c }, [_m], [0]];
|
|
1343
|
+
TypeRegistry.for(n0).registerError(RevisionRequiredException$, RevisionRequiredException);
|
|
1344
|
+
export var RoleRequiredException$ = [-3, n0, _RREo, { [_er]: _c }, [_m], [0]];
|
|
1345
|
+
TypeRegistry.for(n0).registerError(RoleRequiredException$, RoleRequiredException);
|
|
1346
|
+
export var RollbackInfo$ = [3, n0, _RIo, 0, [_rDI, _rTDI, _rM], [0, 0, 0]];
|
|
1347
|
+
export var S3Location$ = [3, n0, _SL, 0, [_b, _k, _bT, _ve, _eTa], [0, 0, 0, 0, 0]];
|
|
1348
|
+
export var SkipWaitTimeForInstanceTerminationInput$ = [3, n0, _SWTFITI, 0, [_dI], [0]];
|
|
1349
|
+
export var StopDeploymentInput$ = [3, n0, _SDI, 0, [_dI, _aRE], [0, 2]];
|
|
1350
|
+
export var StopDeploymentOutput$ = [3, n0, _SDO, 0, [_st, _sM], [0, 0]];
|
|
1351
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1352
|
+
export var TagFilter$ = [3, n0, _TFa, 0, [_K, _V, _T], [0, 0, 0]];
|
|
1353
|
+
export var TagLimitExceededException$ = [-3, n0, _TLEE, { [_er]: _c }, [_m], [0]];
|
|
1354
|
+
TypeRegistry.for(n0).registerError(TagLimitExceededException$, TagLimitExceededException);
|
|
1355
|
+
export var TagRequiredException$ = [-3, n0, _TRE, { [_er]: _c }, [_m], [0]];
|
|
1356
|
+
TypeRegistry.for(n0).registerError(TagRequiredException$, TagRequiredException);
|
|
1357
|
+
export var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
|
|
1358
|
+
export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
|
|
1359
|
+
export var TagSetListLimitExceededException$ = [-3, n0, _TSLLEE, { [_er]: _c }, [_m], [0]];
|
|
1360
|
+
TypeRegistry.for(n0).registerError(TagSetListLimitExceededException$, TagSetListLimitExceededException);
|
|
1361
|
+
export var TargetGroupInfo$ = [3, n0, _TGI, 0, [_n], [0]];
|
|
1362
|
+
export var TargetGroupPairInfo$ = [
|
|
1349
1363
|
3,
|
|
1350
1364
|
n0,
|
|
1351
1365
|
_TGPI,
|
|
1352
1366
|
0,
|
|
1353
1367
|
[_tGa, _pTR, _tTR],
|
|
1354
|
-
[() => TargetGroupInfoList, () => TrafficRoute
|
|
1368
|
+
[() => TargetGroupInfoList, () => TrafficRoute$, () => TrafficRoute$],
|
|
1355
1369
|
];
|
|
1356
|
-
export var TargetInstances = [
|
|
1370
|
+
export var TargetInstances$ = [
|
|
1357
1371
|
3,
|
|
1358
1372
|
n0,
|
|
1359
1373
|
_TI,
|
|
1360
1374
|
0,
|
|
1361
1375
|
[_tFa, _aSG, _eTS],
|
|
1362
|
-
[() => EC2TagFilterList, 64 | 0, () => EC2TagSet],
|
|
1363
|
-
];
|
|
1364
|
-
export var ThrottlingException = [-3, n0, _TE, { [_er]: _c }, [_m], [0]];
|
|
1365
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1366
|
-
export var TimeBasedCanary = [3, n0, _TBC, 0, [_cPa, _cIa], [1, 1]];
|
|
1367
|
-
export var TimeBasedLinear = [3, n0, _TBL, 0, [_lP, _lI], [1, 1]];
|
|
1368
|
-
export var TimeRange = [3, n0, _TR, 0, [_sta, _en], [4, 4]];
|
|
1369
|
-
export var TrafficRoute = [3, n0, _TRr, 0, [_lA], [64 | 0]];
|
|
1370
|
-
export var TrafficRoutingConfig = [
|
|
1376
|
+
[() => EC2TagFilterList, 64 | 0, () => EC2TagSet$],
|
|
1377
|
+
];
|
|
1378
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_er]: _c }, [_m], [0]];
|
|
1379
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1380
|
+
export var TimeBasedCanary$ = [3, n0, _TBC, 0, [_cPa, _cIa], [1, 1]];
|
|
1381
|
+
export var TimeBasedLinear$ = [3, n0, _TBL, 0, [_lP, _lI], [1, 1]];
|
|
1382
|
+
export var TimeRange$ = [3, n0, _TR, 0, [_sta, _en], [4, 4]];
|
|
1383
|
+
export var TrafficRoute$ = [3, n0, _TRr, 0, [_lA], [64 | 0]];
|
|
1384
|
+
export var TrafficRoutingConfig$ = [
|
|
1371
1385
|
3,
|
|
1372
1386
|
n0,
|
|
1373
1387
|
_TRC,
|
|
1374
1388
|
0,
|
|
1375
1389
|
[_ty, _tBC, _tBL],
|
|
1376
|
-
[0, () => TimeBasedCanary
|
|
1377
|
-
];
|
|
1378
|
-
export var TriggerConfig = [3, n0, _TC, 0, [_tNr, _tTA, _tE], [0, 0, 64 | 0]];
|
|
1379
|
-
export var TriggerTargetsLimitExceededException = [-3, n0, _TTLEE, { [_er]: _c }, [_m], [0]];
|
|
1380
|
-
TypeRegistry.for(n0).registerError(TriggerTargetsLimitExceededException
|
|
1381
|
-
export var UnsupportedActionForDeploymentTypeException = [
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1390
|
+
[0, () => TimeBasedCanary$, () => TimeBasedLinear$],
|
|
1391
|
+
];
|
|
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
|
+
TypeRegistry.for(n0).registerError(TriggerTargetsLimitExceededException$, TriggerTargetsLimitExceededException);
|
|
1395
|
+
export var UnsupportedActionForDeploymentTypeException$ = [
|
|
1396
|
+
-3,
|
|
1397
|
+
n0,
|
|
1398
|
+
_UAFDTE,
|
|
1399
|
+
{ [_er]: _c },
|
|
1400
|
+
[_m],
|
|
1401
|
+
[0],
|
|
1402
|
+
];
|
|
1403
|
+
TypeRegistry.for(n0).registerError(UnsupportedActionForDeploymentTypeException$, UnsupportedActionForDeploymentTypeException);
|
|
1404
|
+
export var UntagResourceInput$ = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
|
|
1405
|
+
export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
|
|
1406
|
+
export var UpdateApplicationInput$ = [3, n0, _UAI, 0, [_aN, _nAN], [0, 0]];
|
|
1407
|
+
export var UpdateDeploymentGroupInput$ = [
|
|
1387
1408
|
3,
|
|
1388
1409
|
n0,
|
|
1389
1410
|
_UDGI,
|
|
@@ -1399,19 +1420,19 @@ export var UpdateDeploymentGroupInput = [
|
|
|
1399
1420
|
64 | 0,
|
|
1400
1421
|
0,
|
|
1401
1422
|
() => TriggerConfigList,
|
|
1402
|
-
() => AlarmConfiguration
|
|
1403
|
-
() => AutoRollbackConfiguration
|
|
1423
|
+
() => AlarmConfiguration$,
|
|
1424
|
+
() => AutoRollbackConfiguration$,
|
|
1404
1425
|
0,
|
|
1405
|
-
() => DeploymentStyle
|
|
1406
|
-
() => BlueGreenDeploymentConfiguration
|
|
1407
|
-
() => LoadBalancerInfo
|
|
1408
|
-
() => EC2TagSet
|
|
1426
|
+
() => DeploymentStyle$,
|
|
1427
|
+
() => BlueGreenDeploymentConfiguration$,
|
|
1428
|
+
() => LoadBalancerInfo$,
|
|
1429
|
+
() => EC2TagSet$,
|
|
1409
1430
|
() => ECSServiceList,
|
|
1410
|
-
() => OnPremisesTagSet
|
|
1431
|
+
() => OnPremisesTagSet$,
|
|
1411
1432
|
2,
|
|
1412
1433
|
],
|
|
1413
1434
|
];
|
|
1414
|
-
export var UpdateDeploymentGroupOutput = [
|
|
1435
|
+
export var UpdateDeploymentGroupOutput$ = [
|
|
1415
1436
|
3,
|
|
1416
1437
|
n0,
|
|
1417
1438
|
_UDGO,
|
|
@@ -1419,389 +1440,403 @@ export var UpdateDeploymentGroupOutput = [
|
|
|
1419
1440
|
[_hNCU],
|
|
1420
1441
|
[() => AutoScalingGroupList],
|
|
1421
1442
|
];
|
|
1422
|
-
export var ZonalConfig = [
|
|
1443
|
+
export var ZonalConfig$ = [
|
|
1423
1444
|
3,
|
|
1424
1445
|
n0,
|
|
1425
1446
|
_ZC,
|
|
1426
1447
|
0,
|
|
1427
1448
|
[_fZMDIS, _mDIS, _mHHPZ],
|
|
1428
|
-
[1, 1, () => MinimumHealthyHostsPerZone],
|
|
1429
|
-
];
|
|
1430
|
-
|
|
1431
|
-
export var CodeDeployServiceException = [-3, _sm, "CodeDeployServiceException", 0, [], []];
|
|
1432
|
-
TypeRegistry.for(_sm).registerError(CodeDeployServiceException
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
export var AddTagsToOnPremisesInstances = [
|
|
1449
|
+
[1, 1, () => MinimumHealthyHostsPerZone$],
|
|
1450
|
+
];
|
|
1451
|
+
var __Unit = "unit";
|
|
1452
|
+
export var CodeDeployServiceException$ = [-3, _sm, "CodeDeployServiceException", 0, [], []];
|
|
1453
|
+
TypeRegistry.for(_sm).registerError(CodeDeployServiceException$, CodeDeployServiceException);
|
|
1454
|
+
var AlarmList = [1, n0, _AL, 0, () => Alarm$];
|
|
1455
|
+
var ApplicationsInfoList = [1, n0, _AIL, 0, () => ApplicationInfo$];
|
|
1456
|
+
var ApplicationsList = 64 | 0;
|
|
1457
|
+
var AutoRollbackEventsList = 64 | 0;
|
|
1458
|
+
var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup$];
|
|
1459
|
+
var AutoScalingGroupNameList = 64 | 0;
|
|
1460
|
+
var DeploymentConfigsList = 64 | 0;
|
|
1461
|
+
var DeploymentGroupInfoList = [1, n0, _DGIL, 0, () => DeploymentGroupInfo$];
|
|
1462
|
+
var DeploymentGroupsList = 64 | 0;
|
|
1463
|
+
var DeploymentsInfoList = [1, n0, _DIL, 0, () => DeploymentInfo$];
|
|
1464
|
+
var DeploymentsList = 64 | 0;
|
|
1465
|
+
var DeploymentStatusList = 64 | 0;
|
|
1466
|
+
var DeploymentStatusMessageList = 64 | 0;
|
|
1467
|
+
var DeploymentTargetList = [1, n0, _DTL, 0, () => DeploymentTarget$];
|
|
1468
|
+
var EC2TagFilterList = [1, n0, _ECTFL, 0, () => EC2TagFilter$];
|
|
1469
|
+
var EC2TagSetList = [1, n0, _ECTSL, 0, () => EC2TagFilterList];
|
|
1470
|
+
var ECSServiceList = [1, n0, _ECSSL, 0, () => ECSService$];
|
|
1471
|
+
var ECSTaskSetList = [1, n0, _ECSTSL, 0, () => ECSTaskSet$];
|
|
1472
|
+
var ELBInfoList = [1, n0, _ELBIL, 0, () => ELBInfo$];
|
|
1473
|
+
var FilterValueList = 64 | 0;
|
|
1474
|
+
var GitHubAccountTokenNameList = 64 | 0;
|
|
1475
|
+
var InstanceInfoList = [1, n0, _IIL, 0, () => InstanceInfo$];
|
|
1476
|
+
var InstanceNameList = 64 | 0;
|
|
1477
|
+
var InstancesList = 64 | 0;
|
|
1478
|
+
var InstanceStatusList = 64 | 0;
|
|
1479
|
+
var InstanceSummaryList = [1, n0, _ISL, 0, () => InstanceSummary$];
|
|
1480
|
+
var InstanceTypeList = 64 | 0;
|
|
1481
|
+
var LifecycleEventList = [1, n0, _LEL, 0, () => LifecycleEvent$];
|
|
1482
|
+
var ListenerArnList = 64 | 0;
|
|
1483
|
+
var OnPremisesTagSetList = [1, n0, _OPTSL, 0, () => TagFilterList];
|
|
1484
|
+
var RevisionInfoList = [1, n0, _RIL, 0, () => RevisionInfo$];
|
|
1485
|
+
var RevisionLocationList = [1, n0, _RLL, 0, () => RevisionLocation$];
|
|
1486
|
+
var TagFilterList = [1, n0, _TFL, 0, () => TagFilter$];
|
|
1487
|
+
var TagKeyList = 64 | 0;
|
|
1488
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1489
|
+
var TargetGroupInfoList = [1, n0, _TGIL, 0, () => TargetGroupInfo$];
|
|
1490
|
+
var TargetGroupPairInfoList = [1, n0, _TGPIL, 0, () => TargetGroupPairInfo$];
|
|
1491
|
+
var TargetIdList = 64 | 0;
|
|
1492
|
+
var TriggerConfigList = [1, n0, _TCL, 0, () => TriggerConfig$];
|
|
1493
|
+
var TriggerEventTypeList = 64 | 0;
|
|
1494
|
+
var TargetFilters = [2, n0, _TF, 0, 0, 64 | 0];
|
|
1495
|
+
export var AddTagsToOnPremisesInstances$ = [
|
|
1475
1496
|
9,
|
|
1476
1497
|
n0,
|
|
1477
1498
|
_ATTOPI,
|
|
1478
1499
|
0,
|
|
1479
|
-
() => AddTagsToOnPremisesInstancesInput
|
|
1500
|
+
() => AddTagsToOnPremisesInstancesInput$,
|
|
1480
1501
|
() => __Unit,
|
|
1481
1502
|
];
|
|
1482
|
-
export var BatchGetApplicationRevisions = [
|
|
1503
|
+
export var BatchGetApplicationRevisions$ = [
|
|
1483
1504
|
9,
|
|
1484
1505
|
n0,
|
|
1485
1506
|
_BGAR,
|
|
1486
1507
|
0,
|
|
1487
|
-
() => BatchGetApplicationRevisionsInput
|
|
1488
|
-
() => BatchGetApplicationRevisionsOutput
|
|
1508
|
+
() => BatchGetApplicationRevisionsInput$,
|
|
1509
|
+
() => BatchGetApplicationRevisionsOutput$,
|
|
1489
1510
|
];
|
|
1490
|
-
export var BatchGetApplications = [
|
|
1511
|
+
export var BatchGetApplications$ = [
|
|
1491
1512
|
9,
|
|
1492
1513
|
n0,
|
|
1493
1514
|
_BGA,
|
|
1494
1515
|
0,
|
|
1495
|
-
() => BatchGetApplicationsInput
|
|
1496
|
-
() => BatchGetApplicationsOutput
|
|
1516
|
+
() => BatchGetApplicationsInput$,
|
|
1517
|
+
() => BatchGetApplicationsOutput$,
|
|
1497
1518
|
];
|
|
1498
|
-
export var BatchGetDeploymentGroups = [
|
|
1519
|
+
export var BatchGetDeploymentGroups$ = [
|
|
1499
1520
|
9,
|
|
1500
1521
|
n0,
|
|
1501
1522
|
_BGDG,
|
|
1502
1523
|
0,
|
|
1503
|
-
() => BatchGetDeploymentGroupsInput
|
|
1504
|
-
() => BatchGetDeploymentGroupsOutput
|
|
1524
|
+
() => BatchGetDeploymentGroupsInput$,
|
|
1525
|
+
() => BatchGetDeploymentGroupsOutput$,
|
|
1505
1526
|
];
|
|
1506
|
-
export var BatchGetDeploymentInstances = [
|
|
1527
|
+
export var BatchGetDeploymentInstances$ = [
|
|
1507
1528
|
9,
|
|
1508
1529
|
n0,
|
|
1509
1530
|
_BGDIa,
|
|
1510
1531
|
0,
|
|
1511
|
-
() => BatchGetDeploymentInstancesInput
|
|
1512
|
-
() => BatchGetDeploymentInstancesOutput
|
|
1532
|
+
() => BatchGetDeploymentInstancesInput$,
|
|
1533
|
+
() => BatchGetDeploymentInstancesOutput$,
|
|
1513
1534
|
];
|
|
1514
|
-
export var BatchGetDeployments = [
|
|
1535
|
+
export var BatchGetDeployments$ = [
|
|
1515
1536
|
9,
|
|
1516
1537
|
n0,
|
|
1517
1538
|
_BGD,
|
|
1518
1539
|
0,
|
|
1519
|
-
() => BatchGetDeploymentsInput
|
|
1520
|
-
() => BatchGetDeploymentsOutput
|
|
1540
|
+
() => BatchGetDeploymentsInput$,
|
|
1541
|
+
() => BatchGetDeploymentsOutput$,
|
|
1521
1542
|
];
|
|
1522
|
-
export var BatchGetDeploymentTargets = [
|
|
1543
|
+
export var BatchGetDeploymentTargets$ = [
|
|
1523
1544
|
9,
|
|
1524
1545
|
n0,
|
|
1525
1546
|
_BGDT,
|
|
1526
1547
|
0,
|
|
1527
|
-
() => BatchGetDeploymentTargetsInput
|
|
1528
|
-
() => BatchGetDeploymentTargetsOutput
|
|
1548
|
+
() => BatchGetDeploymentTargetsInput$,
|
|
1549
|
+
() => BatchGetDeploymentTargetsOutput$,
|
|
1529
1550
|
];
|
|
1530
|
-
export var BatchGetOnPremisesInstances = [
|
|
1551
|
+
export var BatchGetOnPremisesInstances$ = [
|
|
1531
1552
|
9,
|
|
1532
1553
|
n0,
|
|
1533
1554
|
_BGOPI,
|
|
1534
1555
|
0,
|
|
1535
|
-
() => BatchGetOnPremisesInstancesInput
|
|
1536
|
-
() => BatchGetOnPremisesInstancesOutput
|
|
1556
|
+
() => BatchGetOnPremisesInstancesInput$,
|
|
1557
|
+
() => BatchGetOnPremisesInstancesOutput$,
|
|
1537
1558
|
];
|
|
1538
|
-
export var ContinueDeployment = [9, n0, _CD, 0, () => ContinueDeploymentInput
|
|
1539
|
-
export var CreateApplication = [
|
|
1559
|
+
export var ContinueDeployment$ = [9, n0, _CD, 0, () => ContinueDeploymentInput$, () => __Unit];
|
|
1560
|
+
export var CreateApplication$ = [
|
|
1540
1561
|
9,
|
|
1541
1562
|
n0,
|
|
1542
1563
|
_CA,
|
|
1543
1564
|
0,
|
|
1544
|
-
() => CreateApplicationInput
|
|
1545
|
-
() => CreateApplicationOutput
|
|
1565
|
+
() => CreateApplicationInput$,
|
|
1566
|
+
() => CreateApplicationOutput$,
|
|
1546
1567
|
];
|
|
1547
|
-
export var CreateDeployment = [
|
|
1568
|
+
export var CreateDeployment$ = [
|
|
1548
1569
|
9,
|
|
1549
1570
|
n0,
|
|
1550
1571
|
_CDr,
|
|
1551
1572
|
0,
|
|
1552
|
-
() => CreateDeploymentInput
|
|
1553
|
-
() => CreateDeploymentOutput
|
|
1573
|
+
() => CreateDeploymentInput$,
|
|
1574
|
+
() => CreateDeploymentOutput$,
|
|
1554
1575
|
];
|
|
1555
|
-
export var CreateDeploymentConfig = [
|
|
1576
|
+
export var CreateDeploymentConfig$ = [
|
|
1556
1577
|
9,
|
|
1557
1578
|
n0,
|
|
1558
1579
|
_CDC,
|
|
1559
1580
|
0,
|
|
1560
|
-
() => CreateDeploymentConfigInput
|
|
1561
|
-
() => CreateDeploymentConfigOutput
|
|
1581
|
+
() => CreateDeploymentConfigInput$,
|
|
1582
|
+
() => CreateDeploymentConfigOutput$,
|
|
1562
1583
|
];
|
|
1563
|
-
export var CreateDeploymentGroup = [
|
|
1584
|
+
export var CreateDeploymentGroup$ = [
|
|
1564
1585
|
9,
|
|
1565
1586
|
n0,
|
|
1566
1587
|
_CDG,
|
|
1567
1588
|
0,
|
|
1568
|
-
() => CreateDeploymentGroupInput
|
|
1569
|
-
() => CreateDeploymentGroupOutput
|
|
1589
|
+
() => CreateDeploymentGroupInput$,
|
|
1590
|
+
() => CreateDeploymentGroupOutput$,
|
|
1570
1591
|
];
|
|
1571
|
-
export var DeleteApplication = [9, n0, _DA, 0, () => DeleteApplicationInput
|
|
1572
|
-
export var DeleteDeploymentConfig = [
|
|
1592
|
+
export var DeleteApplication$ = [9, n0, _DA, 0, () => DeleteApplicationInput$, () => __Unit];
|
|
1593
|
+
export var DeleteDeploymentConfig$ = [
|
|
1573
1594
|
9,
|
|
1574
1595
|
n0,
|
|
1575
1596
|
_DDC,
|
|
1576
1597
|
0,
|
|
1577
|
-
() => DeleteDeploymentConfigInput
|
|
1598
|
+
() => DeleteDeploymentConfigInput$,
|
|
1578
1599
|
() => __Unit,
|
|
1579
1600
|
];
|
|
1580
|
-
export var DeleteDeploymentGroup = [
|
|
1601
|
+
export var DeleteDeploymentGroup$ = [
|
|
1581
1602
|
9,
|
|
1582
1603
|
n0,
|
|
1583
1604
|
_DDG,
|
|
1584
1605
|
0,
|
|
1585
|
-
() => DeleteDeploymentGroupInput
|
|
1586
|
-
() => DeleteDeploymentGroupOutput
|
|
1606
|
+
() => DeleteDeploymentGroupInput$,
|
|
1607
|
+
() => DeleteDeploymentGroupOutput$,
|
|
1587
1608
|
];
|
|
1588
|
-
export var DeleteGitHubAccountToken = [
|
|
1609
|
+
export var DeleteGitHubAccountToken$ = [
|
|
1589
1610
|
9,
|
|
1590
1611
|
n0,
|
|
1591
1612
|
_DGHAT,
|
|
1592
1613
|
0,
|
|
1593
|
-
() => DeleteGitHubAccountTokenInput
|
|
1594
|
-
() => DeleteGitHubAccountTokenOutput
|
|
1614
|
+
() => DeleteGitHubAccountTokenInput$,
|
|
1615
|
+
() => DeleteGitHubAccountTokenOutput$,
|
|
1595
1616
|
];
|
|
1596
|
-
export var DeleteResourcesByExternalId = [
|
|
1617
|
+
export var DeleteResourcesByExternalId$ = [
|
|
1597
1618
|
9,
|
|
1598
1619
|
n0,
|
|
1599
1620
|
_DRBEI,
|
|
1600
1621
|
0,
|
|
1601
|
-
() => DeleteResourcesByExternalIdInput
|
|
1602
|
-
() => DeleteResourcesByExternalIdOutput
|
|
1622
|
+
() => DeleteResourcesByExternalIdInput$,
|
|
1623
|
+
() => DeleteResourcesByExternalIdOutput$,
|
|
1603
1624
|
];
|
|
1604
|
-
export var DeregisterOnPremisesInstance = [
|
|
1625
|
+
export var DeregisterOnPremisesInstance$ = [
|
|
1605
1626
|
9,
|
|
1606
1627
|
n0,
|
|
1607
1628
|
_DOPI,
|
|
1608
1629
|
0,
|
|
1609
|
-
() => DeregisterOnPremisesInstanceInput
|
|
1630
|
+
() => DeregisterOnPremisesInstanceInput$,
|
|
1610
1631
|
() => __Unit,
|
|
1611
1632
|
];
|
|
1612
|
-
export var GetApplication = [
|
|
1633
|
+
export var GetApplication$ = [
|
|
1613
1634
|
9,
|
|
1614
1635
|
n0,
|
|
1615
1636
|
_GA,
|
|
1616
1637
|
0,
|
|
1617
|
-
() => GetApplicationInput
|
|
1618
|
-
() => GetApplicationOutput
|
|
1638
|
+
() => GetApplicationInput$,
|
|
1639
|
+
() => GetApplicationOutput$,
|
|
1619
1640
|
];
|
|
1620
|
-
export var GetApplicationRevision = [
|
|
1641
|
+
export var GetApplicationRevision$ = [
|
|
1621
1642
|
9,
|
|
1622
1643
|
n0,
|
|
1623
1644
|
_GAR,
|
|
1624
1645
|
0,
|
|
1625
|
-
() => GetApplicationRevisionInput
|
|
1626
|
-
() => GetApplicationRevisionOutput
|
|
1646
|
+
() => GetApplicationRevisionInput$,
|
|
1647
|
+
() => GetApplicationRevisionOutput$,
|
|
1648
|
+
];
|
|
1649
|
+
export var GetDeployment$ = [
|
|
1650
|
+
9,
|
|
1651
|
+
n0,
|
|
1652
|
+
_GD,
|
|
1653
|
+
0,
|
|
1654
|
+
() => GetDeploymentInput$,
|
|
1655
|
+
() => GetDeploymentOutput$,
|
|
1627
1656
|
];
|
|
1628
|
-
export var
|
|
1629
|
-
export var GetDeploymentConfig = [
|
|
1657
|
+
export var GetDeploymentConfig$ = [
|
|
1630
1658
|
9,
|
|
1631
1659
|
n0,
|
|
1632
1660
|
_GDC,
|
|
1633
1661
|
0,
|
|
1634
|
-
() => GetDeploymentConfigInput
|
|
1635
|
-
() => GetDeploymentConfigOutput
|
|
1662
|
+
() => GetDeploymentConfigInput$,
|
|
1663
|
+
() => GetDeploymentConfigOutput$,
|
|
1636
1664
|
];
|
|
1637
|
-
export var GetDeploymentGroup = [
|
|
1665
|
+
export var GetDeploymentGroup$ = [
|
|
1638
1666
|
9,
|
|
1639
1667
|
n0,
|
|
1640
1668
|
_GDG,
|
|
1641
1669
|
0,
|
|
1642
|
-
() => GetDeploymentGroupInput
|
|
1643
|
-
() => GetDeploymentGroupOutput
|
|
1670
|
+
() => GetDeploymentGroupInput$,
|
|
1671
|
+
() => GetDeploymentGroupOutput$,
|
|
1644
1672
|
];
|
|
1645
|
-
export var GetDeploymentInstance = [
|
|
1673
|
+
export var GetDeploymentInstance$ = [
|
|
1646
1674
|
9,
|
|
1647
1675
|
n0,
|
|
1648
1676
|
_GDIe,
|
|
1649
1677
|
0,
|
|
1650
|
-
() => GetDeploymentInstanceInput
|
|
1651
|
-
() => GetDeploymentInstanceOutput
|
|
1678
|
+
() => GetDeploymentInstanceInput$,
|
|
1679
|
+
() => GetDeploymentInstanceOutput$,
|
|
1652
1680
|
];
|
|
1653
|
-
export var GetDeploymentTarget = [
|
|
1681
|
+
export var GetDeploymentTarget$ = [
|
|
1654
1682
|
9,
|
|
1655
1683
|
n0,
|
|
1656
1684
|
_GDT,
|
|
1657
1685
|
0,
|
|
1658
|
-
() => GetDeploymentTargetInput
|
|
1659
|
-
() => GetDeploymentTargetOutput
|
|
1686
|
+
() => GetDeploymentTargetInput$,
|
|
1687
|
+
() => GetDeploymentTargetOutput$,
|
|
1660
1688
|
];
|
|
1661
|
-
export var GetOnPremisesInstance = [
|
|
1689
|
+
export var GetOnPremisesInstance$ = [
|
|
1662
1690
|
9,
|
|
1663
1691
|
n0,
|
|
1664
1692
|
_GOPI,
|
|
1665
1693
|
0,
|
|
1666
|
-
() => GetOnPremisesInstanceInput
|
|
1667
|
-
() => GetOnPremisesInstanceOutput
|
|
1694
|
+
() => GetOnPremisesInstanceInput$,
|
|
1695
|
+
() => GetOnPremisesInstanceOutput$,
|
|
1668
1696
|
];
|
|
1669
|
-
export var ListApplicationRevisions = [
|
|
1697
|
+
export var ListApplicationRevisions$ = [
|
|
1670
1698
|
9,
|
|
1671
1699
|
n0,
|
|
1672
1700
|
_LAR,
|
|
1673
1701
|
0,
|
|
1674
|
-
() => ListApplicationRevisionsInput
|
|
1675
|
-
() => ListApplicationRevisionsOutput
|
|
1702
|
+
() => ListApplicationRevisionsInput$,
|
|
1703
|
+
() => ListApplicationRevisionsOutput$,
|
|
1676
1704
|
];
|
|
1677
|
-
export var ListApplications = [
|
|
1705
|
+
export var ListApplications$ = [
|
|
1678
1706
|
9,
|
|
1679
1707
|
n0,
|
|
1680
1708
|
_LA,
|
|
1681
1709
|
0,
|
|
1682
|
-
() => ListApplicationsInput
|
|
1683
|
-
() => ListApplicationsOutput
|
|
1710
|
+
() => ListApplicationsInput$,
|
|
1711
|
+
() => ListApplicationsOutput$,
|
|
1684
1712
|
];
|
|
1685
|
-
export var ListDeploymentConfigs = [
|
|
1713
|
+
export var ListDeploymentConfigs$ = [
|
|
1686
1714
|
9,
|
|
1687
1715
|
n0,
|
|
1688
1716
|
_LDC,
|
|
1689
1717
|
0,
|
|
1690
|
-
() => ListDeploymentConfigsInput
|
|
1691
|
-
() => ListDeploymentConfigsOutput
|
|
1718
|
+
() => ListDeploymentConfigsInput$,
|
|
1719
|
+
() => ListDeploymentConfigsOutput$,
|
|
1692
1720
|
];
|
|
1693
|
-
export var ListDeploymentGroups = [
|
|
1721
|
+
export var ListDeploymentGroups$ = [
|
|
1694
1722
|
9,
|
|
1695
1723
|
n0,
|
|
1696
1724
|
_LDG,
|
|
1697
1725
|
0,
|
|
1698
|
-
() => ListDeploymentGroupsInput
|
|
1699
|
-
() => ListDeploymentGroupsOutput
|
|
1726
|
+
() => ListDeploymentGroupsInput$,
|
|
1727
|
+
() => ListDeploymentGroupsOutput$,
|
|
1700
1728
|
];
|
|
1701
|
-
export var ListDeploymentInstances = [
|
|
1729
|
+
export var ListDeploymentInstances$ = [
|
|
1702
1730
|
9,
|
|
1703
1731
|
n0,
|
|
1704
1732
|
_LDIis,
|
|
1705
1733
|
0,
|
|
1706
|
-
() => ListDeploymentInstancesInput
|
|
1707
|
-
() => ListDeploymentInstancesOutput
|
|
1734
|
+
() => ListDeploymentInstancesInput$,
|
|
1735
|
+
() => ListDeploymentInstancesOutput$,
|
|
1708
1736
|
];
|
|
1709
|
-
export var ListDeployments = [
|
|
1737
|
+
export var ListDeployments$ = [
|
|
1710
1738
|
9,
|
|
1711
1739
|
n0,
|
|
1712
1740
|
_LD,
|
|
1713
1741
|
0,
|
|
1714
|
-
() => ListDeploymentsInput
|
|
1715
|
-
() => ListDeploymentsOutput
|
|
1742
|
+
() => ListDeploymentsInput$,
|
|
1743
|
+
() => ListDeploymentsOutput$,
|
|
1716
1744
|
];
|
|
1717
|
-
export var ListDeploymentTargets = [
|
|
1745
|
+
export var ListDeploymentTargets$ = [
|
|
1718
1746
|
9,
|
|
1719
1747
|
n0,
|
|
1720
1748
|
_LDT,
|
|
1721
1749
|
0,
|
|
1722
|
-
() => ListDeploymentTargetsInput
|
|
1723
|
-
() => ListDeploymentTargetsOutput
|
|
1750
|
+
() => ListDeploymentTargetsInput$,
|
|
1751
|
+
() => ListDeploymentTargetsOutput$,
|
|
1724
1752
|
];
|
|
1725
|
-
export var ListGitHubAccountTokenNames = [
|
|
1753
|
+
export var ListGitHubAccountTokenNames$ = [
|
|
1726
1754
|
9,
|
|
1727
1755
|
n0,
|
|
1728
1756
|
_LGHATN,
|
|
1729
1757
|
0,
|
|
1730
|
-
() => ListGitHubAccountTokenNamesInput
|
|
1731
|
-
() => ListGitHubAccountTokenNamesOutput
|
|
1758
|
+
() => ListGitHubAccountTokenNamesInput$,
|
|
1759
|
+
() => ListGitHubAccountTokenNamesOutput$,
|
|
1732
1760
|
];
|
|
1733
|
-
export var ListOnPremisesInstances = [
|
|
1761
|
+
export var ListOnPremisesInstances$ = [
|
|
1734
1762
|
9,
|
|
1735
1763
|
n0,
|
|
1736
1764
|
_LOPI,
|
|
1737
1765
|
0,
|
|
1738
|
-
() => ListOnPremisesInstancesInput
|
|
1739
|
-
() => ListOnPremisesInstancesOutput
|
|
1766
|
+
() => ListOnPremisesInstancesInput$,
|
|
1767
|
+
() => ListOnPremisesInstancesOutput$,
|
|
1740
1768
|
];
|
|
1741
|
-
export var ListTagsForResource = [
|
|
1769
|
+
export var ListTagsForResource$ = [
|
|
1742
1770
|
9,
|
|
1743
1771
|
n0,
|
|
1744
1772
|
_LTFR,
|
|
1745
1773
|
0,
|
|
1746
|
-
() => ListTagsForResourceInput
|
|
1747
|
-
() => ListTagsForResourceOutput
|
|
1774
|
+
() => ListTagsForResourceInput$,
|
|
1775
|
+
() => ListTagsForResourceOutput$,
|
|
1748
1776
|
];
|
|
1749
|
-
export var PutLifecycleEventHookExecutionStatus = [
|
|
1777
|
+
export var PutLifecycleEventHookExecutionStatus$ = [
|
|
1750
1778
|
9,
|
|
1751
1779
|
n0,
|
|
1752
1780
|
_PLEHES,
|
|
1753
1781
|
0,
|
|
1754
|
-
() => PutLifecycleEventHookExecutionStatusInput
|
|
1755
|
-
() => PutLifecycleEventHookExecutionStatusOutput
|
|
1782
|
+
() => PutLifecycleEventHookExecutionStatusInput$,
|
|
1783
|
+
() => PutLifecycleEventHookExecutionStatusOutput$,
|
|
1756
1784
|
];
|
|
1757
|
-
export var RegisterApplicationRevision = [
|
|
1785
|
+
export var RegisterApplicationRevision$ = [
|
|
1758
1786
|
9,
|
|
1759
1787
|
n0,
|
|
1760
1788
|
_RAR,
|
|
1761
1789
|
0,
|
|
1762
|
-
() => RegisterApplicationRevisionInput
|
|
1790
|
+
() => RegisterApplicationRevisionInput$,
|
|
1763
1791
|
() => __Unit,
|
|
1764
1792
|
];
|
|
1765
|
-
export var RegisterOnPremisesInstance = [
|
|
1793
|
+
export var RegisterOnPremisesInstance$ = [
|
|
1766
1794
|
9,
|
|
1767
1795
|
n0,
|
|
1768
1796
|
_ROPI,
|
|
1769
1797
|
0,
|
|
1770
|
-
() => RegisterOnPremisesInstanceInput
|
|
1798
|
+
() => RegisterOnPremisesInstanceInput$,
|
|
1771
1799
|
() => __Unit,
|
|
1772
1800
|
];
|
|
1773
|
-
export var RemoveTagsFromOnPremisesInstances = [
|
|
1801
|
+
export var RemoveTagsFromOnPremisesInstances$ = [
|
|
1774
1802
|
9,
|
|
1775
1803
|
n0,
|
|
1776
1804
|
_RTFOPI,
|
|
1777
1805
|
0,
|
|
1778
|
-
() => RemoveTagsFromOnPremisesInstancesInput
|
|
1806
|
+
() => RemoveTagsFromOnPremisesInstancesInput$,
|
|
1779
1807
|
() => __Unit,
|
|
1780
1808
|
];
|
|
1781
|
-
export var SkipWaitTimeForInstanceTermination = [
|
|
1809
|
+
export var SkipWaitTimeForInstanceTermination$ = [
|
|
1782
1810
|
9,
|
|
1783
1811
|
n0,
|
|
1784
1812
|
_SWTFIT,
|
|
1785
1813
|
0,
|
|
1786
|
-
() => SkipWaitTimeForInstanceTerminationInput
|
|
1814
|
+
() => SkipWaitTimeForInstanceTerminationInput$,
|
|
1787
1815
|
() => __Unit,
|
|
1788
1816
|
];
|
|
1789
|
-
export var StopDeployment = [
|
|
1817
|
+
export var StopDeployment$ = [
|
|
1790
1818
|
9,
|
|
1791
1819
|
n0,
|
|
1792
1820
|
_SD,
|
|
1793
1821
|
0,
|
|
1794
|
-
() => StopDeploymentInput
|
|
1795
|
-
() => StopDeploymentOutput
|
|
1822
|
+
() => StopDeploymentInput$,
|
|
1823
|
+
() => StopDeploymentOutput$,
|
|
1824
|
+
];
|
|
1825
|
+
export var TagResource$ = [9, n0, _TRa, 0, () => TagResourceInput$, () => TagResourceOutput$];
|
|
1826
|
+
export var UntagResource$ = [
|
|
1827
|
+
9,
|
|
1828
|
+
n0,
|
|
1829
|
+
_UR,
|
|
1830
|
+
0,
|
|
1831
|
+
() => UntagResourceInput$,
|
|
1832
|
+
() => UntagResourceOutput$,
|
|
1796
1833
|
];
|
|
1797
|
-
export var
|
|
1798
|
-
export var
|
|
1799
|
-
export var UpdateApplication = [9, n0, _UA, 0, () => UpdateApplicationInput, () => __Unit];
|
|
1800
|
-
export var UpdateDeploymentGroup = [
|
|
1834
|
+
export var UpdateApplication$ = [9, n0, _UA, 0, () => UpdateApplicationInput$, () => __Unit];
|
|
1835
|
+
export var UpdateDeploymentGroup$ = [
|
|
1801
1836
|
9,
|
|
1802
1837
|
n0,
|
|
1803
1838
|
_UDG,
|
|
1804
1839
|
0,
|
|
1805
|
-
() => UpdateDeploymentGroupInput
|
|
1806
|
-
() => UpdateDeploymentGroupOutput
|
|
1840
|
+
() => UpdateDeploymentGroupInput$,
|
|
1841
|
+
() => UpdateDeploymentGroupOutput$,
|
|
1807
1842
|
];
|