@aws-sdk/client-codepipeline 3.1068.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +180 -200
- package/dist-cjs/models/CodePipelineServiceException.js +4 -8
- package/dist-cjs/models/errors.js +83 -127
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +666 -443
- package/package.json +8 -8
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActionContext$ = exports.ActionConfigurationProperty$ = exports.ActionConfiguration$ = exports.AcknowledgeThirdPartyJobOutput$ = exports.AcknowledgeThirdPartyJobInput$ = exports.AcknowledgeJobOutput$ = exports.AcknowledgeJobInput$ = exports.errorTypeRegistries = exports.WebhookNotFoundException$ = exports.ValidationException$ = exports.UnableToRollbackStageException$ = exports.TooManyTagsException$ = exports.StageNotRetryableException$ = exports.StageNotFoundException$ = exports.ResourceNotFoundException$ = exports.RequestFailedException$ = exports.PipelineVersionNotFoundException$ = exports.PipelineNotFoundException$ = exports.PipelineNameInUseException$ = exports.PipelineExecutionOutdatedException$ = exports.PipelineExecutionNotStoppableException$ = exports.PipelineExecutionNotFoundException$ = exports.OutputVariablesSizeExceededException$ = exports.NotLatestPipelineExecutionException$ = exports.LimitExceededException$ = exports.JobNotFoundException$ = exports.InvalidWebhookFilterPatternException$ = exports.InvalidWebhookAuthenticationParametersException$ = exports.InvalidTagsException$ = exports.InvalidStructureException$ = exports.InvalidStageDeclarationException$ = exports.InvalidNonceException$ = exports.InvalidNextTokenException$ = exports.InvalidJobStateException$ = exports.InvalidJobException$ = exports.InvalidClientTokenException$ = exports.InvalidBlockerDeclarationException$ = exports.InvalidArnException$ = exports.InvalidApprovalTokenException$ = exports.InvalidActionDeclarationException$ = exports.DuplicatedStopRequestException$ = exports.ConflictException$ = exports.ConditionNotOverridableException$ = exports.ConcurrentPipelineExecutionsLimitExceededException$ = exports.ConcurrentModificationException$ = exports.ApprovalAlreadyCompletedException$ = exports.ActionTypeNotFoundException$ = exports.ActionNotFoundException$ = exports.ActionExecutionNotFoundException$ = exports.CodePipelineServiceException$ = void 0;
|
|
4
|
-
exports.EnvironmentVariable$ = exports.EncryptionKey$ = exports.EnableStageTransitionInput$ = exports.DisableStageTransitionInput$ = exports.DeregisterWebhookWithThirdPartyOutput$ = exports.DeregisterWebhookWithThirdPartyInput$ = exports.DeployTargetEventContext$ = exports.DeployTargetEvent$ = exports.DeployActionExecutionTarget$ = exports.DeleteWebhookOutput$ = exports.DeleteWebhookInput$ = exports.DeletePipelineInput$ = exports.DeleteCustomActionTypeInput$ = exports.CurrentRevision$ = exports.CreatePipelineOutput$ = exports.CreatePipelineInput$ = exports.CreateCustomActionTypeOutput$ = exports.CreateCustomActionTypeInput$ = exports.ConditionState$ = exports.ConditionExecution$ = exports.Condition$ = exports.BlockerDeclaration$ = exports.BeforeEntryConditions$ = exports.AWSSessionCredentials$ = exports.ArtifactStore$ = exports.ArtifactRevision$ = exports.ArtifactLocation$ = exports.ArtifactDetails$ = exports.ArtifactDetail$ = exports.Artifact$ = exports.ApprovalResult$ = exports.ActionTypeUrls$ = exports.ActionTypeSettings$ = exports.ActionTypeProperty$ = exports.ActionTypePermissions$ = exports.ActionTypeIdentifier$ = exports.ActionTypeId$ = exports.ActionTypeExecutor$ = exports.ActionTypeDeclaration$ = exports.ActionTypeArtifactDetails$ = exports.ActionType$ = exports.ActionState$ = exports.ActionRevision$ = exports.ActionExecutionResult$ = exports.ActionExecutionOutput$ = exports.ActionExecutionInput$ = exports.ActionExecutionFilter$ = exports.ActionExecutionDetail$ = exports.ActionExecution$ = exports.ActionDeclaration$ = void 0;
|
|
5
|
-
exports.ListWebhooksOutput$ = exports.ListWebhooksInput$ = exports.ListWebhookItem$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListRuleTypesOutput$ = exports.ListRuleTypesInput$ = exports.ListRuleExecutionsOutput$ = exports.ListRuleExecutionsInput$ = exports.ListPipelinesOutput$ = exports.ListPipelinesInput$ = exports.ListPipelineExecutionsOutput$ = exports.ListPipelineExecutionsInput$ = exports.ListDeployActionExecutionTargetsOutput$ = exports.ListDeployActionExecutionTargetsInput$ = exports.ListActionTypesOutput$ = exports.ListActionTypesInput$ = exports.ListActionExecutionsOutput$ = exports.ListActionExecutionsInput$ = exports.LatestInPipelineExecutionFilter$ = exports.LambdaExecutorConfiguration$ = exports.JobWorkerExecutorConfiguration$ = exports.JobDetails$ = exports.JobData$ = exports.Job$ = exports.InputArtifact$ = exports.GitTagFilterCriteria$ = exports.GitPushFilter$ = exports.GitPullRequestFilter$ = exports.GitFilePathFilterCriteria$ = exports.GitConfiguration$ = exports.GitBranchFilterCriteria$ = exports.GetThirdPartyJobDetailsOutput$ = exports.GetThirdPartyJobDetailsInput$ = exports.GetPipelineStateOutput$ = exports.GetPipelineStateInput$ = exports.GetPipelineOutput$ = exports.GetPipelineInput$ = exports.GetPipelineExecutionOutput$ = exports.GetPipelineExecutionInput$ = exports.GetJobDetailsOutput$ = exports.GetJobDetailsInput$ = exports.GetActionTypeOutput$ = exports.GetActionTypeInput$ = exports.FailureDetails$ = exports.FailureConditions$ = exports.ExecutorConfiguration$ = exports.ExecutionTrigger$ = exports.ExecutionDetails$ = exports.ErrorDetails$ = void 0;
|
|
6
|
-
exports.S3ArtifactLocation$ = exports.RuleTypeSettings$ = exports.RuleTypeId$ = exports.RuleType$ = exports.RuleState$ = exports.RuleRevision$ = exports.RuleExecutionResult$ = exports.RuleExecutionOutput$ = exports.RuleExecutionInput$ = exports.RuleExecutionFilter$ = exports.RuleExecutionDetail$ = exports.RuleExecution$ = exports.RuleDeclaration$ = exports.RuleConfigurationProperty$ = exports.RollbackStageOutput$ = exports.RollbackStageInput$ = exports.RetryStageMetadata$ = exports.RetryStageExecutionOutput$ = exports.RetryStageExecutionInput$ = exports.RetryConfiguration$ = exports.ResolvedPipelineVariable$ = exports.RegisterWebhookWithThirdPartyOutput$ = exports.RegisterWebhookWithThirdPartyInput$ = exports.PutWebhookOutput$ = exports.PutWebhookInput$ = exports.PutThirdPartyJobSuccessResultInput$ = exports.PutThirdPartyJobFailureResultInput$ = exports.PutJobSuccessResultInput$ = exports.PutJobFailureResultInput$ = exports.PutApprovalResultOutput$ = exports.PutApprovalResultInput$ = exports.PutActionRevisionOutput$ = exports.PutActionRevisionInput$ = exports.PollForThirdPartyJobsOutput$ = exports.PollForThirdPartyJobsInput$ = exports.PollForJobsOutput$ = exports.PollForJobsInput$ = exports.PipelineVariableDeclaration$ = exports.PipelineVariable$ = exports.PipelineTriggerDeclaration$ = exports.PipelineSummary$ = exports.PipelineRollbackMetadata$ = exports.PipelineMetadata$ = exports.PipelineExecutionSummary$ = exports.PipelineExecutionFilter$ = exports.PipelineExecution$ = exports.PipelineDeclaration$ = exports.PipelineContext$ = exports.OverrideStageConditionInput$ = exports.OutputArtifact$ = void 0;
|
|
7
|
-
exports.ListActionTypes$ = exports.ListActionExecutions$ = exports.GetThirdPartyJobDetails$ = exports.GetPipelineState$ = exports.GetPipelineExecution$ = exports.GetPipeline$ = exports.GetJobDetails$ = exports.GetActionType$ = exports.EnableStageTransition$ = exports.DisableStageTransition$ = exports.DeregisterWebhookWithThirdParty$ = exports.DeleteWebhook$ = exports.DeletePipeline$ = exports.DeleteCustomActionType$ = exports.CreatePipeline$ = exports.CreateCustomActionType$ = exports.AcknowledgeThirdPartyJob$ = exports.AcknowledgeJob$ = exports.WebhookFilterRule$ = exports.WebhookDefinition$ = exports.WebhookAuthConfiguration$ = exports.UpdatePipelineOutput$ = exports.UpdatePipelineInput$ = exports.UpdateActionTypeInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TransitionState$ = exports.ThirdPartyJobDetails$ = exports.ThirdPartyJobData$ = exports.ThirdPartyJob$ = exports.TargetFilter$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.SuccessConditions$ = exports.SucceededInStageFilter$ = exports.StopPipelineExecutionOutput$ = exports.StopPipelineExecutionInput$ = exports.StopExecutionTrigger$ = exports.StartPipelineExecutionOutput$ = exports.StartPipelineExecutionInput$ = exports.StageState$ = exports.StageExecution$ = exports.StageDeclaration$ = exports.StageContext$ = exports.StageConditionState$ = exports.StageConditionsExecution$ = exports.SourceRevisionOverride$ = exports.SourceRevision$ = exports.S3Location$ = void 0;
|
|
8
|
-
exports.UpdatePipeline$ = exports.UpdateActionType$ = exports.UntagResource$ = exports.TagResource$ = exports.StopPipelineExecution$ = exports.StartPipelineExecution$ = exports.RollbackStage$ = exports.RetryStageExecution$ = exports.RegisterWebhookWithThirdParty$ = exports.PutWebhook$ = exports.PutThirdPartyJobSuccessResult$ = exports.PutThirdPartyJobFailureResult$ = exports.PutJobSuccessResult$ = exports.PutJobFailureResult$ = exports.PutApprovalResult$ = exports.PutActionRevision$ = exports.PollForThirdPartyJobs$ = exports.PollForJobs$ = exports.OverrideStageCondition$ = exports.ListWebhooks$ = exports.ListTagsForResource$ = exports.ListRuleTypes$ = exports.ListRuleExecutions$ = exports.ListPipelines$ = exports.ListPipelineExecutions$ = exports.ListDeployActionExecutionTargets$ = void 0;
|
|
9
1
|
const _A = "Artifact";
|
|
10
2
|
const _AACE = "ApprovalAlreadyCompletedException";
|
|
11
3
|
const _AC = "ActionConfiguration";
|
|
@@ -571,259 +563,301 @@ const _w = "webhooks";
|
|
|
571
563
|
const _wN = "webhookName";
|
|
572
564
|
const _we = "webhook";
|
|
573
565
|
const n0 = "com.amazonaws.codepipeline";
|
|
574
|
-
const
|
|
575
|
-
const
|
|
576
|
-
const
|
|
577
|
-
const _s_registry =
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
566
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
567
|
+
const { CodePipelineServiceException } = require("../models/CodePipelineServiceException");
|
|
568
|
+
const { ActionExecutionNotFoundException, ActionNotFoundException, ActionTypeNotFoundException, ApprovalAlreadyCompletedException, ConcurrentModificationException, ConcurrentPipelineExecutionsLimitExceededException, ConditionNotOverridableException, ConflictException, DuplicatedStopRequestException, InvalidActionDeclarationException, InvalidApprovalTokenException, InvalidArnException, InvalidBlockerDeclarationException, InvalidClientTokenException, InvalidJobException, InvalidJobStateException, InvalidNextTokenException, InvalidNonceException, InvalidStageDeclarationException, InvalidStructureException, InvalidTagsException, InvalidWebhookAuthenticationParametersException, InvalidWebhookFilterPatternException, JobNotFoundException, LimitExceededException, NotLatestPipelineExecutionException, OutputVariablesSizeExceededException, PipelineExecutionNotFoundException, PipelineExecutionNotStoppableException, PipelineExecutionOutdatedException, PipelineNameInUseException, PipelineNotFoundException, PipelineVersionNotFoundException, RequestFailedException, ResourceNotFoundException, StageNotFoundException, StageNotRetryableException, TooManyTagsException, UnableToRollbackStageException, ValidationException, WebhookNotFoundException } = require("../models/errors");
|
|
569
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
570
|
+
const CodePipelineServiceException$ = [-3, _s, "CodePipelineServiceException", 0, [], []];
|
|
571
|
+
exports.CodePipelineServiceException$ = CodePipelineServiceException$;
|
|
572
|
+
_s_registry.registerError(CodePipelineServiceException$, CodePipelineServiceException);
|
|
573
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
574
|
+
const ActionExecutionNotFoundException$ = [-3, n0, _AENFE,
|
|
582
575
|
{ [_e]: _c },
|
|
583
576
|
[_m],
|
|
584
577
|
[0]
|
|
585
578
|
];
|
|
586
|
-
|
|
587
|
-
|
|
579
|
+
exports.ActionExecutionNotFoundException$ = ActionExecutionNotFoundException$;
|
|
580
|
+
n0_registry.registerError(ActionExecutionNotFoundException$, ActionExecutionNotFoundException);
|
|
581
|
+
const ActionNotFoundException$ = [-3, n0, _ANFE,
|
|
588
582
|
{ [_e]: _c },
|
|
589
583
|
[_m],
|
|
590
584
|
[0]
|
|
591
585
|
];
|
|
592
|
-
|
|
593
|
-
|
|
586
|
+
exports.ActionNotFoundException$ = ActionNotFoundException$;
|
|
587
|
+
n0_registry.registerError(ActionNotFoundException$, ActionNotFoundException);
|
|
588
|
+
const ActionTypeNotFoundException$ = [-3, n0, _ATNFE,
|
|
594
589
|
{ [_e]: _c },
|
|
595
590
|
[_m],
|
|
596
591
|
[0]
|
|
597
592
|
];
|
|
598
|
-
|
|
599
|
-
|
|
593
|
+
exports.ActionTypeNotFoundException$ = ActionTypeNotFoundException$;
|
|
594
|
+
n0_registry.registerError(ActionTypeNotFoundException$, ActionTypeNotFoundException);
|
|
595
|
+
const ApprovalAlreadyCompletedException$ = [-3, n0, _AACE,
|
|
600
596
|
{ [_e]: _c },
|
|
601
597
|
[_m],
|
|
602
598
|
[0]
|
|
603
599
|
];
|
|
604
|
-
|
|
605
|
-
|
|
600
|
+
exports.ApprovalAlreadyCompletedException$ = ApprovalAlreadyCompletedException$;
|
|
601
|
+
n0_registry.registerError(ApprovalAlreadyCompletedException$, ApprovalAlreadyCompletedException);
|
|
602
|
+
const ConcurrentModificationException$ = [-3, n0, _CME,
|
|
606
603
|
{ [_e]: _c },
|
|
607
604
|
[_m],
|
|
608
605
|
[0]
|
|
609
606
|
];
|
|
610
|
-
|
|
611
|
-
|
|
607
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
608
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
609
|
+
const ConcurrentPipelineExecutionsLimitExceededException$ = [-3, n0, _CPELEE,
|
|
612
610
|
{ [_e]: _c },
|
|
613
611
|
[_m],
|
|
614
612
|
[0]
|
|
615
613
|
];
|
|
616
|
-
|
|
617
|
-
|
|
614
|
+
exports.ConcurrentPipelineExecutionsLimitExceededException$ = ConcurrentPipelineExecutionsLimitExceededException$;
|
|
615
|
+
n0_registry.registerError(ConcurrentPipelineExecutionsLimitExceededException$, ConcurrentPipelineExecutionsLimitExceededException);
|
|
616
|
+
const ConditionNotOverridableException$ = [-3, n0, _CNOE,
|
|
618
617
|
{ [_e]: _c },
|
|
619
618
|
[_m],
|
|
620
619
|
[0]
|
|
621
620
|
];
|
|
622
|
-
|
|
623
|
-
|
|
621
|
+
exports.ConditionNotOverridableException$ = ConditionNotOverridableException$;
|
|
622
|
+
n0_registry.registerError(ConditionNotOverridableException$, ConditionNotOverridableException);
|
|
623
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
624
624
|
{ [_e]: _c, [_hE]: 409 },
|
|
625
625
|
[_m],
|
|
626
626
|
[0]
|
|
627
627
|
];
|
|
628
|
-
|
|
629
|
-
|
|
628
|
+
exports.ConflictException$ = ConflictException$;
|
|
629
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
630
|
+
const DuplicatedStopRequestException$ = [-3, n0, _DSRE,
|
|
630
631
|
{ [_e]: _c },
|
|
631
632
|
[_m],
|
|
632
633
|
[0]
|
|
633
634
|
];
|
|
634
|
-
|
|
635
|
-
|
|
635
|
+
exports.DuplicatedStopRequestException$ = DuplicatedStopRequestException$;
|
|
636
|
+
n0_registry.registerError(DuplicatedStopRequestException$, DuplicatedStopRequestException);
|
|
637
|
+
const InvalidActionDeclarationException$ = [-3, n0, _IADE,
|
|
636
638
|
{ [_e]: _c },
|
|
637
639
|
[_m],
|
|
638
640
|
[0]
|
|
639
641
|
];
|
|
640
|
-
|
|
641
|
-
|
|
642
|
+
exports.InvalidActionDeclarationException$ = InvalidActionDeclarationException$;
|
|
643
|
+
n0_registry.registerError(InvalidActionDeclarationException$, InvalidActionDeclarationException);
|
|
644
|
+
const InvalidApprovalTokenException$ = [-3, n0, _IATE,
|
|
642
645
|
{ [_e]: _c },
|
|
643
646
|
[_m],
|
|
644
647
|
[0]
|
|
645
648
|
];
|
|
646
|
-
|
|
647
|
-
|
|
649
|
+
exports.InvalidApprovalTokenException$ = InvalidApprovalTokenException$;
|
|
650
|
+
n0_registry.registerError(InvalidApprovalTokenException$, InvalidApprovalTokenException);
|
|
651
|
+
const InvalidArnException$ = [-3, n0, _IAE,
|
|
648
652
|
{ [_e]: _c },
|
|
649
653
|
[_m],
|
|
650
654
|
[0]
|
|
651
655
|
];
|
|
652
|
-
|
|
653
|
-
|
|
656
|
+
exports.InvalidArnException$ = InvalidArnException$;
|
|
657
|
+
n0_registry.registerError(InvalidArnException$, InvalidArnException);
|
|
658
|
+
const InvalidBlockerDeclarationException$ = [-3, n0, _IBDE,
|
|
654
659
|
{ [_e]: _c },
|
|
655
660
|
[_m],
|
|
656
661
|
[0]
|
|
657
662
|
];
|
|
658
|
-
|
|
659
|
-
|
|
663
|
+
exports.InvalidBlockerDeclarationException$ = InvalidBlockerDeclarationException$;
|
|
664
|
+
n0_registry.registerError(InvalidBlockerDeclarationException$, InvalidBlockerDeclarationException);
|
|
665
|
+
const InvalidClientTokenException$ = [-3, n0, _ICTE,
|
|
660
666
|
{ [_e]: _c },
|
|
661
667
|
[_m],
|
|
662
668
|
[0]
|
|
663
669
|
];
|
|
664
|
-
|
|
665
|
-
|
|
670
|
+
exports.InvalidClientTokenException$ = InvalidClientTokenException$;
|
|
671
|
+
n0_registry.registerError(InvalidClientTokenException$, InvalidClientTokenException);
|
|
672
|
+
const InvalidJobException$ = [-3, n0, _IJE,
|
|
666
673
|
{ [_e]: _c },
|
|
667
674
|
[_m],
|
|
668
675
|
[0]
|
|
669
676
|
];
|
|
670
|
-
|
|
671
|
-
|
|
677
|
+
exports.InvalidJobException$ = InvalidJobException$;
|
|
678
|
+
n0_registry.registerError(InvalidJobException$, InvalidJobException);
|
|
679
|
+
const InvalidJobStateException$ = [-3, n0, _IJSE,
|
|
672
680
|
{ [_e]: _c },
|
|
673
681
|
[_m],
|
|
674
682
|
[0]
|
|
675
683
|
];
|
|
676
|
-
|
|
677
|
-
|
|
684
|
+
exports.InvalidJobStateException$ = InvalidJobStateException$;
|
|
685
|
+
n0_registry.registerError(InvalidJobStateException$, InvalidJobStateException);
|
|
686
|
+
const InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
678
687
|
{ [_e]: _c },
|
|
679
688
|
[_m],
|
|
680
689
|
[0]
|
|
681
690
|
];
|
|
682
|
-
|
|
683
|
-
|
|
691
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
692
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
693
|
+
const InvalidNonceException$ = [-3, n0, _INE,
|
|
684
694
|
{ [_e]: _c },
|
|
685
695
|
[_m],
|
|
686
696
|
[0]
|
|
687
697
|
];
|
|
688
|
-
|
|
689
|
-
|
|
698
|
+
exports.InvalidNonceException$ = InvalidNonceException$;
|
|
699
|
+
n0_registry.registerError(InvalidNonceException$, InvalidNonceException);
|
|
700
|
+
const InvalidStageDeclarationException$ = [-3, n0, _ISDE,
|
|
690
701
|
{ [_e]: _c },
|
|
691
702
|
[_m],
|
|
692
703
|
[0]
|
|
693
704
|
];
|
|
694
|
-
|
|
695
|
-
|
|
705
|
+
exports.InvalidStageDeclarationException$ = InvalidStageDeclarationException$;
|
|
706
|
+
n0_registry.registerError(InvalidStageDeclarationException$, InvalidStageDeclarationException);
|
|
707
|
+
const InvalidStructureException$ = [-3, n0, _ISE,
|
|
696
708
|
{ [_e]: _c },
|
|
697
709
|
[_m],
|
|
698
710
|
[0]
|
|
699
711
|
];
|
|
700
|
-
|
|
701
|
-
|
|
712
|
+
exports.InvalidStructureException$ = InvalidStructureException$;
|
|
713
|
+
n0_registry.registerError(InvalidStructureException$, InvalidStructureException);
|
|
714
|
+
const InvalidTagsException$ = [-3, n0, _ITE,
|
|
702
715
|
{ [_e]: _c },
|
|
703
716
|
[_m],
|
|
704
717
|
[0]
|
|
705
718
|
];
|
|
706
|
-
|
|
707
|
-
|
|
719
|
+
exports.InvalidTagsException$ = InvalidTagsException$;
|
|
720
|
+
n0_registry.registerError(InvalidTagsException$, InvalidTagsException);
|
|
721
|
+
const InvalidWebhookAuthenticationParametersException$ = [-3, n0, _IWAPE,
|
|
708
722
|
{ [_e]: _c },
|
|
709
723
|
[_m],
|
|
710
724
|
[0]
|
|
711
725
|
];
|
|
712
|
-
|
|
713
|
-
|
|
726
|
+
exports.InvalidWebhookAuthenticationParametersException$ = InvalidWebhookAuthenticationParametersException$;
|
|
727
|
+
n0_registry.registerError(InvalidWebhookAuthenticationParametersException$, InvalidWebhookAuthenticationParametersException);
|
|
728
|
+
const InvalidWebhookFilterPatternException$ = [-3, n0, _IWFPE,
|
|
714
729
|
{ [_e]: _c },
|
|
715
730
|
[_m],
|
|
716
731
|
[0]
|
|
717
732
|
];
|
|
718
|
-
|
|
719
|
-
|
|
733
|
+
exports.InvalidWebhookFilterPatternException$ = InvalidWebhookFilterPatternException$;
|
|
734
|
+
n0_registry.registerError(InvalidWebhookFilterPatternException$, InvalidWebhookFilterPatternException);
|
|
735
|
+
const JobNotFoundException$ = [-3, n0, _JNFE,
|
|
720
736
|
{ [_e]: _c },
|
|
721
737
|
[_m],
|
|
722
738
|
[0]
|
|
723
739
|
];
|
|
724
|
-
|
|
725
|
-
|
|
740
|
+
exports.JobNotFoundException$ = JobNotFoundException$;
|
|
741
|
+
n0_registry.registerError(JobNotFoundException$, JobNotFoundException);
|
|
742
|
+
const LimitExceededException$ = [-3, n0, _LEE,
|
|
726
743
|
{ [_e]: _c },
|
|
727
744
|
[_m],
|
|
728
745
|
[0]
|
|
729
746
|
];
|
|
730
|
-
|
|
731
|
-
|
|
747
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
748
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
749
|
+
const NotLatestPipelineExecutionException$ = [-3, n0, _NLPEE,
|
|
732
750
|
{ [_e]: _c },
|
|
733
751
|
[_m],
|
|
734
752
|
[0]
|
|
735
753
|
];
|
|
736
|
-
|
|
737
|
-
|
|
754
|
+
exports.NotLatestPipelineExecutionException$ = NotLatestPipelineExecutionException$;
|
|
755
|
+
n0_registry.registerError(NotLatestPipelineExecutionException$, NotLatestPipelineExecutionException);
|
|
756
|
+
const OutputVariablesSizeExceededException$ = [-3, n0, _OVSEE,
|
|
738
757
|
{ [_e]: _c },
|
|
739
758
|
[_m],
|
|
740
759
|
[0]
|
|
741
760
|
];
|
|
742
|
-
|
|
743
|
-
|
|
761
|
+
exports.OutputVariablesSizeExceededException$ = OutputVariablesSizeExceededException$;
|
|
762
|
+
n0_registry.registerError(OutputVariablesSizeExceededException$, OutputVariablesSizeExceededException);
|
|
763
|
+
const PipelineExecutionNotFoundException$ = [-3, n0, _PENFE,
|
|
744
764
|
{ [_e]: _c },
|
|
745
765
|
[_m],
|
|
746
766
|
[0]
|
|
747
767
|
];
|
|
748
|
-
|
|
749
|
-
|
|
768
|
+
exports.PipelineExecutionNotFoundException$ = PipelineExecutionNotFoundException$;
|
|
769
|
+
n0_registry.registerError(PipelineExecutionNotFoundException$, PipelineExecutionNotFoundException);
|
|
770
|
+
const PipelineExecutionNotStoppableException$ = [-3, n0, _PENSE,
|
|
750
771
|
{ [_e]: _c },
|
|
751
772
|
[_m],
|
|
752
773
|
[0]
|
|
753
774
|
];
|
|
754
|
-
|
|
755
|
-
|
|
775
|
+
exports.PipelineExecutionNotStoppableException$ = PipelineExecutionNotStoppableException$;
|
|
776
|
+
n0_registry.registerError(PipelineExecutionNotStoppableException$, PipelineExecutionNotStoppableException);
|
|
777
|
+
const PipelineExecutionOutdatedException$ = [-3, n0, _PEOE,
|
|
756
778
|
{ [_e]: _c },
|
|
757
779
|
[_m],
|
|
758
780
|
[0]
|
|
759
781
|
];
|
|
760
|
-
|
|
761
|
-
|
|
782
|
+
exports.PipelineExecutionOutdatedException$ = PipelineExecutionOutdatedException$;
|
|
783
|
+
n0_registry.registerError(PipelineExecutionOutdatedException$, PipelineExecutionOutdatedException);
|
|
784
|
+
const PipelineNameInUseException$ = [-3, n0, _PNIUE,
|
|
762
785
|
{ [_e]: _c },
|
|
763
786
|
[_m],
|
|
764
787
|
[0]
|
|
765
788
|
];
|
|
766
|
-
|
|
767
|
-
|
|
789
|
+
exports.PipelineNameInUseException$ = PipelineNameInUseException$;
|
|
790
|
+
n0_registry.registerError(PipelineNameInUseException$, PipelineNameInUseException);
|
|
791
|
+
const PipelineNotFoundException$ = [-3, n0, _PNFE,
|
|
768
792
|
{ [_e]: _c },
|
|
769
793
|
[_m],
|
|
770
794
|
[0]
|
|
771
795
|
];
|
|
772
|
-
|
|
773
|
-
|
|
796
|
+
exports.PipelineNotFoundException$ = PipelineNotFoundException$;
|
|
797
|
+
n0_registry.registerError(PipelineNotFoundException$, PipelineNotFoundException);
|
|
798
|
+
const PipelineVersionNotFoundException$ = [-3, n0, _PVNFE,
|
|
774
799
|
{ [_e]: _c },
|
|
775
800
|
[_m],
|
|
776
801
|
[0]
|
|
777
802
|
];
|
|
778
|
-
|
|
779
|
-
|
|
803
|
+
exports.PipelineVersionNotFoundException$ = PipelineVersionNotFoundException$;
|
|
804
|
+
n0_registry.registerError(PipelineVersionNotFoundException$, PipelineVersionNotFoundException);
|
|
805
|
+
const RequestFailedException$ = [-3, n0, _RFE,
|
|
780
806
|
{ [_e]: _c },
|
|
781
807
|
[_m],
|
|
782
808
|
[0]
|
|
783
809
|
];
|
|
784
|
-
|
|
785
|
-
|
|
810
|
+
exports.RequestFailedException$ = RequestFailedException$;
|
|
811
|
+
n0_registry.registerError(RequestFailedException$, RequestFailedException);
|
|
812
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
786
813
|
{ [_e]: _c },
|
|
787
814
|
[_m],
|
|
788
815
|
[0]
|
|
789
816
|
];
|
|
790
|
-
|
|
791
|
-
|
|
817
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
818
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
819
|
+
const StageNotFoundException$ = [-3, n0, _SNFE,
|
|
792
820
|
{ [_e]: _c },
|
|
793
821
|
[_m],
|
|
794
822
|
[0]
|
|
795
823
|
];
|
|
796
|
-
|
|
797
|
-
|
|
824
|
+
exports.StageNotFoundException$ = StageNotFoundException$;
|
|
825
|
+
n0_registry.registerError(StageNotFoundException$, StageNotFoundException);
|
|
826
|
+
const StageNotRetryableException$ = [-3, n0, _SNRE,
|
|
798
827
|
{ [_e]: _c },
|
|
799
828
|
[_m],
|
|
800
829
|
[0]
|
|
801
830
|
];
|
|
802
|
-
|
|
803
|
-
|
|
831
|
+
exports.StageNotRetryableException$ = StageNotRetryableException$;
|
|
832
|
+
n0_registry.registerError(StageNotRetryableException$, StageNotRetryableException);
|
|
833
|
+
const TooManyTagsException$ = [-3, n0, _TMTE,
|
|
804
834
|
{ [_e]: _c },
|
|
805
835
|
[_m],
|
|
806
836
|
[0]
|
|
807
837
|
];
|
|
808
|
-
|
|
809
|
-
|
|
838
|
+
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
839
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
840
|
+
const UnableToRollbackStageException$ = [-3, n0, _UTRSE,
|
|
810
841
|
{ [_e]: _c },
|
|
811
842
|
[_m],
|
|
812
843
|
[0]
|
|
813
844
|
];
|
|
814
|
-
|
|
815
|
-
|
|
845
|
+
exports.UnableToRollbackStageException$ = UnableToRollbackStageException$;
|
|
846
|
+
n0_registry.registerError(UnableToRollbackStageException$, UnableToRollbackStageException);
|
|
847
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
816
848
|
{ [_e]: _c },
|
|
817
849
|
[_m],
|
|
818
850
|
[0]
|
|
819
851
|
];
|
|
820
|
-
|
|
821
|
-
|
|
852
|
+
exports.ValidationException$ = ValidationException$;
|
|
853
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
854
|
+
const WebhookNotFoundException$ = [-3, n0, _WNFE,
|
|
822
855
|
{ [_e]: _c },
|
|
823
856
|
[],
|
|
824
857
|
[]
|
|
825
858
|
];
|
|
826
|
-
|
|
859
|
+
exports.WebhookNotFoundException$ = WebhookNotFoundException$;
|
|
860
|
+
n0_registry.registerError(WebhookNotFoundException$, WebhookNotFoundException);
|
|
827
861
|
exports.errorTypeRegistries = [
|
|
828
862
|
_s_registry,
|
|
829
863
|
n0_registry,
|
|
@@ -831,1091 +865,1280 @@ exports.errorTypeRegistries = [
|
|
|
831
865
|
var AccessKeyId = [0, n0, _AKI, 8, 0];
|
|
832
866
|
var SecretAccessKey = [0, n0, _SAK, 8, 0];
|
|
833
867
|
var SessionToken = [0, n0, _ST, 8, 0];
|
|
834
|
-
|
|
868
|
+
const AcknowledgeJobInput$ = [3, n0, _AJI,
|
|
835
869
|
0,
|
|
836
870
|
[_jI, _n],
|
|
837
871
|
[0, 0], 2
|
|
838
872
|
];
|
|
839
|
-
exports.
|
|
873
|
+
exports.AcknowledgeJobInput$ = AcknowledgeJobInput$;
|
|
874
|
+
const AcknowledgeJobOutput$ = [3, n0, _AJO,
|
|
840
875
|
0,
|
|
841
876
|
[_st],
|
|
842
877
|
[0]
|
|
843
878
|
];
|
|
844
|
-
exports.
|
|
879
|
+
exports.AcknowledgeJobOutput$ = AcknowledgeJobOutput$;
|
|
880
|
+
const AcknowledgeThirdPartyJobInput$ = [3, n0, _ATPJI,
|
|
845
881
|
0,
|
|
846
882
|
[_jI, _n, _cT],
|
|
847
883
|
[0, 0, 0], 3
|
|
848
884
|
];
|
|
849
|
-
exports.
|
|
885
|
+
exports.AcknowledgeThirdPartyJobInput$ = AcknowledgeThirdPartyJobInput$;
|
|
886
|
+
const AcknowledgeThirdPartyJobOutput$ = [3, n0, _ATPJO,
|
|
850
887
|
0,
|
|
851
888
|
[_st],
|
|
852
889
|
[0]
|
|
853
890
|
];
|
|
854
|
-
exports.
|
|
891
|
+
exports.AcknowledgeThirdPartyJobOutput$ = AcknowledgeThirdPartyJobOutput$;
|
|
892
|
+
const ActionConfiguration$ = [3, n0, _AC,
|
|
855
893
|
0,
|
|
856
894
|
[_co],
|
|
857
895
|
[128 | 0]
|
|
858
896
|
];
|
|
859
|
-
exports.
|
|
897
|
+
exports.ActionConfiguration$ = ActionConfiguration$;
|
|
898
|
+
const ActionConfigurationProperty$ = [3, n0, _ACP,
|
|
860
899
|
0,
|
|
861
900
|
[_na, _r, _k, _se, _q, _d, _t],
|
|
862
901
|
[0, 2, 2, 2, 2, 0, 0], 4
|
|
863
902
|
];
|
|
864
|
-
exports.
|
|
903
|
+
exports.ActionConfigurationProperty$ = ActionConfigurationProperty$;
|
|
904
|
+
const ActionContext$ = [3, n0, _ACc,
|
|
865
905
|
0,
|
|
866
906
|
[_na, _aEI],
|
|
867
907
|
[0, 0]
|
|
868
908
|
];
|
|
869
|
-
exports.
|
|
909
|
+
exports.ActionContext$ = ActionContext$;
|
|
910
|
+
const ActionDeclaration$ = [3, n0, _AD,
|
|
870
911
|
0,
|
|
871
912
|
[_na, _aTI, _rO, _co, _com, _oA, _iA, _oV, _rA, _re, _nam, _tIM, _eV],
|
|
872
|
-
[0, () =>
|
|
913
|
+
[0, () => ActionTypeId$, 1, 128 | 0, 64 | 0, () => OutputArtifactList, () => InputArtifactList, 64 | 0, 0, 0, 0, 1, () => EnvironmentVariableList], 2
|
|
873
914
|
];
|
|
874
|
-
exports.
|
|
915
|
+
exports.ActionDeclaration$ = ActionDeclaration$;
|
|
916
|
+
const ActionExecution$ = [3, n0, _AE,
|
|
875
917
|
0,
|
|
876
918
|
[_aEI, _st, _su, _lSC, _to, _lUB, _eEI, _eEU, _pC, _eD, _lSARN],
|
|
877
|
-
[0, 0, 0, 4, 0, 0, 0, 0, 1, () =>
|
|
919
|
+
[0, 0, 0, 4, 0, 0, 0, 0, 1, () => ErrorDetails$, 0]
|
|
878
920
|
];
|
|
879
|
-
exports.
|
|
921
|
+
exports.ActionExecution$ = ActionExecution$;
|
|
922
|
+
const ActionExecutionDetail$ = [3, n0, _AED,
|
|
880
923
|
0,
|
|
881
924
|
[_pEI, _aEI, _pV, _sN, _aN, _sT, _lUT, _uB, _st, _i, _o],
|
|
882
|
-
[0, 0, 1, 0, 0, 4, 4, 0, 0, () =>
|
|
925
|
+
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => ActionExecutionInput$, () => ActionExecutionOutput$]
|
|
883
926
|
];
|
|
884
|
-
exports.
|
|
927
|
+
exports.ActionExecutionDetail$ = ActionExecutionDetail$;
|
|
928
|
+
const ActionExecutionFilter$ = [3, n0, _AEF,
|
|
885
929
|
0,
|
|
886
930
|
[_pEI, _lIPE],
|
|
887
|
-
[0, () =>
|
|
931
|
+
[0, () => LatestInPipelineExecutionFilter$]
|
|
888
932
|
];
|
|
889
|
-
exports.
|
|
933
|
+
exports.ActionExecutionFilter$ = ActionExecutionFilter$;
|
|
934
|
+
const ActionExecutionInput$ = [3, n0, _AEI,
|
|
890
935
|
0,
|
|
891
936
|
[_aTI, _co, _rC, _rA, _re, _iA, _nam],
|
|
892
|
-
[() =>
|
|
937
|
+
[() => ActionTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList, 0]
|
|
893
938
|
];
|
|
894
|
-
exports.
|
|
939
|
+
exports.ActionExecutionInput$ = ActionExecutionInput$;
|
|
940
|
+
const ActionExecutionOutput$ = [3, n0, _AEO,
|
|
895
941
|
0,
|
|
896
942
|
[_oA, _eR, _oV],
|
|
897
|
-
[() => ArtifactDetailList, () =>
|
|
943
|
+
[() => ArtifactDetailList, () => ActionExecutionResult$, 128 | 0]
|
|
898
944
|
];
|
|
899
|
-
exports.
|
|
945
|
+
exports.ActionExecutionOutput$ = ActionExecutionOutput$;
|
|
946
|
+
const ActionExecutionResult$ = [3, n0, _AER,
|
|
900
947
|
0,
|
|
901
948
|
[_eEI, _eES, _eEU, _eD, _lSARN],
|
|
902
|
-
[0, 0, 0, () =>
|
|
949
|
+
[0, 0, 0, () => ErrorDetails$, 0]
|
|
903
950
|
];
|
|
904
|
-
exports.
|
|
951
|
+
exports.ActionExecutionResult$ = ActionExecutionResult$;
|
|
952
|
+
const ActionRevision$ = [3, n0, _AR,
|
|
905
953
|
0,
|
|
906
954
|
[_rI, _rCI, _cr],
|
|
907
955
|
[0, 0, 4], 3
|
|
908
956
|
];
|
|
909
|
-
exports.
|
|
957
|
+
exports.ActionRevision$ = ActionRevision$;
|
|
958
|
+
const ActionState$ = [3, n0, _AS,
|
|
910
959
|
0,
|
|
911
960
|
[_aN, _cR, _lE, _eU, _rU],
|
|
912
|
-
[0, () =>
|
|
961
|
+
[0, () => ActionRevision$, () => ActionExecution$, 0, 0]
|
|
913
962
|
];
|
|
914
|
-
exports.
|
|
963
|
+
exports.ActionState$ = ActionState$;
|
|
964
|
+
const ActionType$ = [3, n0, _AT,
|
|
915
965
|
0,
|
|
916
966
|
[_id, _iAD, _oAD, _set, _aCP],
|
|
917
|
-
[() =>
|
|
967
|
+
[() => ActionTypeId$, () => ArtifactDetails$, () => ArtifactDetails$, () => ActionTypeSettings$, () => ActionConfigurationPropertyList], 3
|
|
918
968
|
];
|
|
919
|
-
exports.
|
|
969
|
+
exports.ActionType$ = ActionType$;
|
|
970
|
+
const ActionTypeArtifactDetails$ = [3, n0, _ATAD,
|
|
920
971
|
0,
|
|
921
972
|
[_mC, _mCa],
|
|
922
973
|
[1, 1], 2
|
|
923
974
|
];
|
|
924
|
-
exports.
|
|
975
|
+
exports.ActionTypeArtifactDetails$ = ActionTypeArtifactDetails$;
|
|
976
|
+
const ActionTypeDeclaration$ = [3, n0, _ATD,
|
|
925
977
|
0,
|
|
926
978
|
[_ex, _id, _iAD, _oAD, _d, _p, _pr, _u],
|
|
927
|
-
[() =>
|
|
979
|
+
[() => ActionTypeExecutor$, () => ActionTypeIdentifier$, () => ActionTypeArtifactDetails$, () => ActionTypeArtifactDetails$, 0, () => ActionTypePermissions$, () => ActionTypeProperties, () => ActionTypeUrls$], 4
|
|
928
980
|
];
|
|
929
|
-
exports.
|
|
981
|
+
exports.ActionTypeDeclaration$ = ActionTypeDeclaration$;
|
|
982
|
+
const ActionTypeExecutor$ = [3, n0, _ATE,
|
|
930
983
|
0,
|
|
931
984
|
[_co, _t, _pST, _jT],
|
|
932
|
-
[() =>
|
|
985
|
+
[() => ExecutorConfiguration$, 0, 0, 1], 2
|
|
933
986
|
];
|
|
934
|
-
exports.
|
|
987
|
+
exports.ActionTypeExecutor$ = ActionTypeExecutor$;
|
|
988
|
+
const ActionTypeId$ = [3, n0, _ATI,
|
|
935
989
|
0,
|
|
936
990
|
[_ca, _ow, _pro, _v],
|
|
937
991
|
[0, 0, 0, 0], 4
|
|
938
992
|
];
|
|
939
|
-
exports.
|
|
993
|
+
exports.ActionTypeId$ = ActionTypeId$;
|
|
994
|
+
const ActionTypeIdentifier$ = [3, n0, _ATIc,
|
|
940
995
|
0,
|
|
941
996
|
[_ca, _ow, _pro, _v],
|
|
942
997
|
[0, 0, 0, 0], 4
|
|
943
998
|
];
|
|
944
|
-
exports.
|
|
999
|
+
exports.ActionTypeIdentifier$ = ActionTypeIdentifier$;
|
|
1000
|
+
const ActionTypePermissions$ = [3, n0, _ATP,
|
|
945
1001
|
0,
|
|
946
1002
|
[_aA],
|
|
947
1003
|
[64 | 0], 1
|
|
948
1004
|
];
|
|
949
|
-
exports.
|
|
1005
|
+
exports.ActionTypePermissions$ = ActionTypePermissions$;
|
|
1006
|
+
const ActionTypeProperty$ = [3, n0, _ATPc,
|
|
950
1007
|
0,
|
|
951
1008
|
[_na, _op, _k, _nE, _q, _d],
|
|
952
1009
|
[0, 2, 2, 2, 2, 0], 4
|
|
953
1010
|
];
|
|
954
|
-
exports.
|
|
1011
|
+
exports.ActionTypeProperty$ = ActionTypeProperty$;
|
|
1012
|
+
const ActionTypeSettings$ = [3, n0, _ATS,
|
|
955
1013
|
0,
|
|
956
1014
|
[_tPCU, _eUT, _eUTx, _rUT],
|
|
957
1015
|
[0, 0, 0, 0]
|
|
958
1016
|
];
|
|
959
|
-
exports.
|
|
1017
|
+
exports.ActionTypeSettings$ = ActionTypeSettings$;
|
|
1018
|
+
const ActionTypeUrls$ = [3, n0, _ATU,
|
|
960
1019
|
0,
|
|
961
1020
|
[_cU, _eUT, _eUTx, _rUT],
|
|
962
1021
|
[0, 0, 0, 0]
|
|
963
1022
|
];
|
|
964
|
-
exports.
|
|
1023
|
+
exports.ActionTypeUrls$ = ActionTypeUrls$;
|
|
1024
|
+
const ApprovalResult$ = [3, n0, _ARp,
|
|
965
1025
|
0,
|
|
966
1026
|
[_su, _st],
|
|
967
1027
|
[0, 0], 2
|
|
968
1028
|
];
|
|
969
|
-
exports.
|
|
1029
|
+
exports.ApprovalResult$ = ApprovalResult$;
|
|
1030
|
+
const Artifact$ = [3, n0, _A,
|
|
970
1031
|
0,
|
|
971
1032
|
[_na, _rev, _l],
|
|
972
|
-
[0, 0, () =>
|
|
1033
|
+
[0, 0, () => ArtifactLocation$]
|
|
973
1034
|
];
|
|
974
|
-
exports.
|
|
1035
|
+
exports.Artifact$ = Artifact$;
|
|
1036
|
+
const ArtifactDetail$ = [3, n0, _ADr,
|
|
975
1037
|
0,
|
|
976
1038
|
[_na, _sl],
|
|
977
|
-
[0, () =>
|
|
1039
|
+
[0, () => S3Location$]
|
|
978
1040
|
];
|
|
979
|
-
exports.
|
|
1041
|
+
exports.ArtifactDetail$ = ArtifactDetail$;
|
|
1042
|
+
const ArtifactDetails$ = [3, n0, _ADrt,
|
|
980
1043
|
0,
|
|
981
1044
|
[_mC, _mCa],
|
|
982
1045
|
[1, 1], 2
|
|
983
1046
|
];
|
|
984
|
-
exports.
|
|
1047
|
+
exports.ArtifactDetails$ = ArtifactDetails$;
|
|
1048
|
+
const ArtifactLocation$ = [3, n0, _AL,
|
|
985
1049
|
0,
|
|
986
1050
|
[_t, _sL],
|
|
987
|
-
[0, () =>
|
|
1051
|
+
[0, () => S3ArtifactLocation$]
|
|
988
1052
|
];
|
|
989
|
-
exports.
|
|
1053
|
+
exports.ArtifactLocation$ = ArtifactLocation$;
|
|
1054
|
+
const ArtifactRevision$ = [3, n0, _ARr,
|
|
990
1055
|
0,
|
|
991
1056
|
[_na, _rI, _rCIe, _rS, _cr, _rU],
|
|
992
1057
|
[0, 0, 0, 0, 4, 0]
|
|
993
1058
|
];
|
|
994
|
-
exports.
|
|
1059
|
+
exports.ArtifactRevision$ = ArtifactRevision$;
|
|
1060
|
+
const ArtifactStore$ = [3, n0, _ASr,
|
|
995
1061
|
0,
|
|
996
1062
|
[_t, _l, _eK],
|
|
997
|
-
[0, 0, () =>
|
|
1063
|
+
[0, 0, () => EncryptionKey$], 2
|
|
998
1064
|
];
|
|
999
|
-
exports.
|
|
1065
|
+
exports.ArtifactStore$ = ArtifactStore$;
|
|
1066
|
+
const AWSSessionCredentials$ = [3, n0, _AWSSC,
|
|
1000
1067
|
8,
|
|
1001
1068
|
[_aKI, _sAK, _sTe],
|
|
1002
1069
|
[[() => AccessKeyId, 0], [() => SecretAccessKey, 0], [() => SessionToken, 0]], 3
|
|
1003
1070
|
];
|
|
1004
|
-
exports.
|
|
1071
|
+
exports.AWSSessionCredentials$ = AWSSessionCredentials$;
|
|
1072
|
+
const BeforeEntryConditions$ = [3, n0, _BEC,
|
|
1005
1073
|
0,
|
|
1006
1074
|
[_con],
|
|
1007
1075
|
[() => ConditionList], 1
|
|
1008
1076
|
];
|
|
1009
|
-
exports.
|
|
1077
|
+
exports.BeforeEntryConditions$ = BeforeEntryConditions$;
|
|
1078
|
+
const BlockerDeclaration$ = [3, n0, _BD,
|
|
1010
1079
|
0,
|
|
1011
1080
|
[_na, _t],
|
|
1012
1081
|
[0, 0], 2
|
|
1013
1082
|
];
|
|
1014
|
-
exports.
|
|
1083
|
+
exports.BlockerDeclaration$ = BlockerDeclaration$;
|
|
1084
|
+
const Condition$ = [3, n0, _C,
|
|
1015
1085
|
0,
|
|
1016
1086
|
[_res, _ru],
|
|
1017
1087
|
[0, () => RuleDeclarationList]
|
|
1018
1088
|
];
|
|
1019
|
-
exports.
|
|
1089
|
+
exports.Condition$ = Condition$;
|
|
1090
|
+
const ConditionExecution$ = [3, n0, _CEo,
|
|
1020
1091
|
0,
|
|
1021
1092
|
[_st, _su, _lSC],
|
|
1022
1093
|
[0, 0, 4]
|
|
1023
1094
|
];
|
|
1024
|
-
exports.
|
|
1095
|
+
exports.ConditionExecution$ = ConditionExecution$;
|
|
1096
|
+
const ConditionState$ = [3, n0, _CS,
|
|
1025
1097
|
0,
|
|
1026
1098
|
[_lE, _rSu],
|
|
1027
|
-
[() =>
|
|
1099
|
+
[() => ConditionExecution$, () => RuleStateList]
|
|
1028
1100
|
];
|
|
1029
|
-
exports.
|
|
1101
|
+
exports.ConditionState$ = ConditionState$;
|
|
1102
|
+
const CreateCustomActionTypeInput$ = [3, n0, _CCATI,
|
|
1030
1103
|
0,
|
|
1031
1104
|
[_ca, _pro, _v, _iAD, _oAD, _set, _cP, _ta],
|
|
1032
|
-
[0, 0, 0, () =>
|
|
1105
|
+
[0, 0, 0, () => ArtifactDetails$, () => ArtifactDetails$, () => ActionTypeSettings$, () => ActionConfigurationPropertyList, () => TagList], 5
|
|
1033
1106
|
];
|
|
1034
|
-
exports.
|
|
1107
|
+
exports.CreateCustomActionTypeInput$ = CreateCustomActionTypeInput$;
|
|
1108
|
+
const CreateCustomActionTypeOutput$ = [3, n0, _CCATO,
|
|
1035
1109
|
0,
|
|
1036
1110
|
[_aT, _ta],
|
|
1037
|
-
[() =>
|
|
1111
|
+
[() => ActionType$, () => TagList], 1
|
|
1038
1112
|
];
|
|
1039
|
-
exports.
|
|
1113
|
+
exports.CreateCustomActionTypeOutput$ = CreateCustomActionTypeOutput$;
|
|
1114
|
+
const CreatePipelineInput$ = [3, n0, _CPI,
|
|
1040
1115
|
0,
|
|
1041
1116
|
[_pi, _ta],
|
|
1042
|
-
[() =>
|
|
1117
|
+
[() => PipelineDeclaration$, () => TagList], 1
|
|
1043
1118
|
];
|
|
1044
|
-
exports.
|
|
1119
|
+
exports.CreatePipelineInput$ = CreatePipelineInput$;
|
|
1120
|
+
const CreatePipelineOutput$ = [3, n0, _CPO,
|
|
1045
1121
|
0,
|
|
1046
1122
|
[_pi, _ta],
|
|
1047
|
-
[() =>
|
|
1123
|
+
[() => PipelineDeclaration$, () => TagList]
|
|
1048
1124
|
];
|
|
1049
|
-
exports.
|
|
1125
|
+
exports.CreatePipelineOutput$ = CreatePipelineOutput$;
|
|
1126
|
+
const CurrentRevision$ = [3, n0, _CR,
|
|
1050
1127
|
0,
|
|
1051
1128
|
[_rev, _cI, _cr, _rS],
|
|
1052
1129
|
[0, 0, 4, 0], 2
|
|
1053
1130
|
];
|
|
1054
|
-
exports.
|
|
1131
|
+
exports.CurrentRevision$ = CurrentRevision$;
|
|
1132
|
+
const DeleteCustomActionTypeInput$ = [3, n0, _DCATI,
|
|
1055
1133
|
0,
|
|
1056
1134
|
[_ca, _pro, _v],
|
|
1057
1135
|
[0, 0, 0], 3
|
|
1058
1136
|
];
|
|
1059
|
-
exports.
|
|
1137
|
+
exports.DeleteCustomActionTypeInput$ = DeleteCustomActionTypeInput$;
|
|
1138
|
+
const DeletePipelineInput$ = [3, n0, _DPI,
|
|
1060
1139
|
0,
|
|
1061
1140
|
[_na],
|
|
1062
1141
|
[0], 1
|
|
1063
1142
|
];
|
|
1064
|
-
exports.
|
|
1143
|
+
exports.DeletePipelineInput$ = DeletePipelineInput$;
|
|
1144
|
+
const DeleteWebhookInput$ = [3, n0, _DWI,
|
|
1065
1145
|
0,
|
|
1066
1146
|
[_na],
|
|
1067
1147
|
[0], 1
|
|
1068
1148
|
];
|
|
1069
|
-
exports.
|
|
1149
|
+
exports.DeleteWebhookInput$ = DeleteWebhookInput$;
|
|
1150
|
+
const DeleteWebhookOutput$ = [3, n0, _DWO,
|
|
1070
1151
|
0,
|
|
1071
1152
|
[],
|
|
1072
1153
|
[]
|
|
1073
1154
|
];
|
|
1074
|
-
exports.
|
|
1155
|
+
exports.DeleteWebhookOutput$ = DeleteWebhookOutput$;
|
|
1156
|
+
const DeployActionExecutionTarget$ = [3, n0, _DAET,
|
|
1075
1157
|
0,
|
|
1076
1158
|
[_tI, _tT, _st, _sT, _eT, _ev],
|
|
1077
1159
|
[0, 0, 0, 4, 4, () => DeployTargetEventList]
|
|
1078
1160
|
];
|
|
1079
|
-
exports.
|
|
1161
|
+
exports.DeployActionExecutionTarget$ = DeployActionExecutionTarget$;
|
|
1162
|
+
const DeployTargetEvent$ = [3, n0, _DTE,
|
|
1080
1163
|
0,
|
|
1081
1164
|
[_na, _st, _sT, _eT, _cont],
|
|
1082
|
-
[0, 0, 4, 4, () =>
|
|
1165
|
+
[0, 0, 4, 4, () => DeployTargetEventContext$]
|
|
1083
1166
|
];
|
|
1084
|
-
exports.
|
|
1167
|
+
exports.DeployTargetEvent$ = DeployTargetEvent$;
|
|
1168
|
+
const DeployTargetEventContext$ = [3, n0, _DTEC,
|
|
1085
1169
|
0,
|
|
1086
1170
|
[_sCI, _m],
|
|
1087
1171
|
[0, 0]
|
|
1088
1172
|
];
|
|
1089
|
-
exports.
|
|
1173
|
+
exports.DeployTargetEventContext$ = DeployTargetEventContext$;
|
|
1174
|
+
const DeregisterWebhookWithThirdPartyInput$ = [3, n0, _DWWTPI,
|
|
1090
1175
|
0,
|
|
1091
1176
|
[_wN],
|
|
1092
1177
|
[0]
|
|
1093
1178
|
];
|
|
1094
|
-
exports.
|
|
1179
|
+
exports.DeregisterWebhookWithThirdPartyInput$ = DeregisterWebhookWithThirdPartyInput$;
|
|
1180
|
+
const DeregisterWebhookWithThirdPartyOutput$ = [3, n0, _DWWTPO,
|
|
1095
1181
|
0,
|
|
1096
1182
|
[],
|
|
1097
1183
|
[]
|
|
1098
1184
|
];
|
|
1099
|
-
exports.
|
|
1185
|
+
exports.DeregisterWebhookWithThirdPartyOutput$ = DeregisterWebhookWithThirdPartyOutput$;
|
|
1186
|
+
const DisableStageTransitionInput$ = [3, n0, _DSTI,
|
|
1100
1187
|
0,
|
|
1101
1188
|
[_pN, _sN, _tTr, _rea],
|
|
1102
1189
|
[0, 0, 0, 0], 4
|
|
1103
1190
|
];
|
|
1104
|
-
exports.
|
|
1191
|
+
exports.DisableStageTransitionInput$ = DisableStageTransitionInput$;
|
|
1192
|
+
const EnableStageTransitionInput$ = [3, n0, _ESTI,
|
|
1105
1193
|
0,
|
|
1106
1194
|
[_pN, _sN, _tTr],
|
|
1107
1195
|
[0, 0, 0], 3
|
|
1108
1196
|
];
|
|
1109
|
-
exports.
|
|
1197
|
+
exports.EnableStageTransitionInput$ = EnableStageTransitionInput$;
|
|
1198
|
+
const EncryptionKey$ = [3, n0, _EK,
|
|
1110
1199
|
0,
|
|
1111
1200
|
[_id, _t],
|
|
1112
1201
|
[0, 0], 2
|
|
1113
1202
|
];
|
|
1114
|
-
exports.
|
|
1203
|
+
exports.EncryptionKey$ = EncryptionKey$;
|
|
1204
|
+
const EnvironmentVariable$ = [3, n0, _EV,
|
|
1115
1205
|
0,
|
|
1116
1206
|
[_na, _va, _t],
|
|
1117
1207
|
[0, 0, 0], 2
|
|
1118
1208
|
];
|
|
1119
|
-
exports.
|
|
1209
|
+
exports.EnvironmentVariable$ = EnvironmentVariable$;
|
|
1210
|
+
const ErrorDetails$ = [3, n0, _ED,
|
|
1120
1211
|
0,
|
|
1121
1212
|
[_cod, _m],
|
|
1122
1213
|
[0, 0]
|
|
1123
1214
|
];
|
|
1124
|
-
exports.
|
|
1215
|
+
exports.ErrorDetails$ = ErrorDetails$;
|
|
1216
|
+
const ExecutionDetails$ = [3, n0, _EDx,
|
|
1125
1217
|
0,
|
|
1126
1218
|
[_su, _eEI, _pC],
|
|
1127
1219
|
[0, 0, 1]
|
|
1128
1220
|
];
|
|
1129
|
-
exports.
|
|
1221
|
+
exports.ExecutionDetails$ = ExecutionDetails$;
|
|
1222
|
+
const ExecutionTrigger$ = [3, n0, _ET,
|
|
1130
1223
|
0,
|
|
1131
1224
|
[_tTri, _tD],
|
|
1132
1225
|
[0, 0]
|
|
1133
1226
|
];
|
|
1134
|
-
exports.
|
|
1227
|
+
exports.ExecutionTrigger$ = ExecutionTrigger$;
|
|
1228
|
+
const ExecutorConfiguration$ = [3, n0, _EC,
|
|
1135
1229
|
0,
|
|
1136
1230
|
[_lEC, _jWEC],
|
|
1137
|
-
[() =>
|
|
1231
|
+
[() => LambdaExecutorConfiguration$, () => JobWorkerExecutorConfiguration$]
|
|
1138
1232
|
];
|
|
1139
|
-
exports.
|
|
1233
|
+
exports.ExecutorConfiguration$ = ExecutorConfiguration$;
|
|
1234
|
+
const FailureConditions$ = [3, n0, _FC,
|
|
1140
1235
|
0,
|
|
1141
1236
|
[_res, _rCe, _con],
|
|
1142
|
-
[0, () =>
|
|
1237
|
+
[0, () => RetryConfiguration$, () => ConditionList]
|
|
1143
1238
|
];
|
|
1144
|
-
exports.
|
|
1239
|
+
exports.FailureConditions$ = FailureConditions$;
|
|
1240
|
+
const FailureDetails$ = [3, n0, _FD,
|
|
1145
1241
|
0,
|
|
1146
1242
|
[_t, _m, _eEI],
|
|
1147
1243
|
[0, 0, 0], 2
|
|
1148
1244
|
];
|
|
1149
|
-
exports.
|
|
1245
|
+
exports.FailureDetails$ = FailureDetails$;
|
|
1246
|
+
const GetActionTypeInput$ = [3, n0, _GATI,
|
|
1150
1247
|
0,
|
|
1151
1248
|
[_ca, _ow, _pro, _v],
|
|
1152
1249
|
[0, 0, 0, 0], 4
|
|
1153
1250
|
];
|
|
1154
|
-
exports.
|
|
1251
|
+
exports.GetActionTypeInput$ = GetActionTypeInput$;
|
|
1252
|
+
const GetActionTypeOutput$ = [3, n0, _GATO,
|
|
1155
1253
|
0,
|
|
1156
1254
|
[_aT],
|
|
1157
|
-
[() =>
|
|
1255
|
+
[() => ActionTypeDeclaration$]
|
|
1158
1256
|
];
|
|
1159
|
-
exports.
|
|
1257
|
+
exports.GetActionTypeOutput$ = GetActionTypeOutput$;
|
|
1258
|
+
const GetJobDetailsInput$ = [3, n0, _GJDI,
|
|
1160
1259
|
0,
|
|
1161
1260
|
[_jI],
|
|
1162
1261
|
[0], 1
|
|
1163
1262
|
];
|
|
1164
|
-
exports.
|
|
1263
|
+
exports.GetJobDetailsInput$ = GetJobDetailsInput$;
|
|
1264
|
+
const GetJobDetailsOutput$ = [3, n0, _GJDO,
|
|
1165
1265
|
0,
|
|
1166
1266
|
[_jD],
|
|
1167
|
-
[[() =>
|
|
1267
|
+
[[() => JobDetails$, 0]]
|
|
1168
1268
|
];
|
|
1169
|
-
exports.
|
|
1269
|
+
exports.GetJobDetailsOutput$ = GetJobDetailsOutput$;
|
|
1270
|
+
const GetPipelineExecutionInput$ = [3, n0, _GPEI,
|
|
1170
1271
|
0,
|
|
1171
1272
|
[_pN, _pEI],
|
|
1172
1273
|
[0, 0], 2
|
|
1173
1274
|
];
|
|
1174
|
-
exports.
|
|
1275
|
+
exports.GetPipelineExecutionInput$ = GetPipelineExecutionInput$;
|
|
1276
|
+
const GetPipelineExecutionOutput$ = [3, n0, _GPEO,
|
|
1175
1277
|
0,
|
|
1176
1278
|
[_pE],
|
|
1177
|
-
[() =>
|
|
1279
|
+
[() => PipelineExecution$]
|
|
1178
1280
|
];
|
|
1179
|
-
exports.
|
|
1281
|
+
exports.GetPipelineExecutionOutput$ = GetPipelineExecutionOutput$;
|
|
1282
|
+
const GetPipelineInput$ = [3, n0, _GPI,
|
|
1180
1283
|
0,
|
|
1181
1284
|
[_na, _v],
|
|
1182
1285
|
[0, 1], 1
|
|
1183
1286
|
];
|
|
1184
|
-
exports.
|
|
1287
|
+
exports.GetPipelineInput$ = GetPipelineInput$;
|
|
1288
|
+
const GetPipelineOutput$ = [3, n0, _GPO,
|
|
1185
1289
|
0,
|
|
1186
1290
|
[_pi, _me],
|
|
1187
|
-
[() =>
|
|
1291
|
+
[() => PipelineDeclaration$, () => PipelineMetadata$]
|
|
1188
1292
|
];
|
|
1189
|
-
exports.
|
|
1293
|
+
exports.GetPipelineOutput$ = GetPipelineOutput$;
|
|
1294
|
+
const GetPipelineStateInput$ = [3, n0, _GPSI,
|
|
1190
1295
|
0,
|
|
1191
1296
|
[_na],
|
|
1192
1297
|
[0], 1
|
|
1193
1298
|
];
|
|
1194
|
-
exports.
|
|
1299
|
+
exports.GetPipelineStateInput$ = GetPipelineStateInput$;
|
|
1300
|
+
const GetPipelineStateOutput$ = [3, n0, _GPSO,
|
|
1195
1301
|
0,
|
|
1196
1302
|
[_pN, _pV, _sS, _cr, _up],
|
|
1197
1303
|
[0, 1, () => StageStateList, 4, 4]
|
|
1198
1304
|
];
|
|
1199
|
-
exports.
|
|
1305
|
+
exports.GetPipelineStateOutput$ = GetPipelineStateOutput$;
|
|
1306
|
+
const GetThirdPartyJobDetailsInput$ = [3, n0, _GTPJDI,
|
|
1200
1307
|
0,
|
|
1201
1308
|
[_jI, _cT],
|
|
1202
1309
|
[0, 0], 2
|
|
1203
1310
|
];
|
|
1204
|
-
exports.
|
|
1311
|
+
exports.GetThirdPartyJobDetailsInput$ = GetThirdPartyJobDetailsInput$;
|
|
1312
|
+
const GetThirdPartyJobDetailsOutput$ = [3, n0, _GTPJDO,
|
|
1205
1313
|
0,
|
|
1206
1314
|
[_jD],
|
|
1207
|
-
[[() =>
|
|
1315
|
+
[[() => ThirdPartyJobDetails$, 0]]
|
|
1208
1316
|
];
|
|
1209
|
-
exports.
|
|
1317
|
+
exports.GetThirdPartyJobDetailsOutput$ = GetThirdPartyJobDetailsOutput$;
|
|
1318
|
+
const GitBranchFilterCriteria$ = [3, n0, _GBFC,
|
|
1210
1319
|
0,
|
|
1211
1320
|
[_in, _exc],
|
|
1212
1321
|
[64 | 0, 64 | 0]
|
|
1213
1322
|
];
|
|
1214
|
-
exports.
|
|
1323
|
+
exports.GitBranchFilterCriteria$ = GitBranchFilterCriteria$;
|
|
1324
|
+
const GitConfiguration$ = [3, n0, _GC,
|
|
1215
1325
|
0,
|
|
1216
1326
|
[_sAN, _pu, _pR],
|
|
1217
1327
|
[0, () => GitPushFilterList, () => GitPullRequestFilterList], 1
|
|
1218
1328
|
];
|
|
1219
|
-
exports.
|
|
1329
|
+
exports.GitConfiguration$ = GitConfiguration$;
|
|
1330
|
+
const GitFilePathFilterCriteria$ = [3, n0, _GFPFC,
|
|
1220
1331
|
0,
|
|
1221
1332
|
[_in, _exc],
|
|
1222
1333
|
[64 | 0, 64 | 0]
|
|
1223
1334
|
];
|
|
1224
|
-
exports.
|
|
1335
|
+
exports.GitFilePathFilterCriteria$ = GitFilePathFilterCriteria$;
|
|
1336
|
+
const GitPullRequestFilter$ = [3, n0, _GPRF,
|
|
1225
1337
|
0,
|
|
1226
1338
|
[_ev, _b, _fP],
|
|
1227
|
-
[64 | 0, () =>
|
|
1339
|
+
[64 | 0, () => GitBranchFilterCriteria$, () => GitFilePathFilterCriteria$]
|
|
1228
1340
|
];
|
|
1229
|
-
exports.
|
|
1341
|
+
exports.GitPullRequestFilter$ = GitPullRequestFilter$;
|
|
1342
|
+
const GitPushFilter$ = [3, n0, _GPF,
|
|
1230
1343
|
0,
|
|
1231
1344
|
[_ta, _b, _fP],
|
|
1232
|
-
[() =>
|
|
1345
|
+
[() => GitTagFilterCriteria$, () => GitBranchFilterCriteria$, () => GitFilePathFilterCriteria$]
|
|
1233
1346
|
];
|
|
1234
|
-
exports.
|
|
1347
|
+
exports.GitPushFilter$ = GitPushFilter$;
|
|
1348
|
+
const GitTagFilterCriteria$ = [3, n0, _GTFC,
|
|
1235
1349
|
0,
|
|
1236
1350
|
[_in, _exc],
|
|
1237
1351
|
[64 | 0, 64 | 0]
|
|
1238
1352
|
];
|
|
1239
|
-
exports.
|
|
1353
|
+
exports.GitTagFilterCriteria$ = GitTagFilterCriteria$;
|
|
1354
|
+
const InputArtifact$ = [3, n0, _IA,
|
|
1240
1355
|
0,
|
|
1241
1356
|
[_na],
|
|
1242
1357
|
[0], 1
|
|
1243
1358
|
];
|
|
1244
|
-
exports.
|
|
1359
|
+
exports.InputArtifact$ = InputArtifact$;
|
|
1360
|
+
const Job$ = [3, n0, _J,
|
|
1245
1361
|
0,
|
|
1246
1362
|
[_id, _da, _n, _aI],
|
|
1247
|
-
[0, [() =>
|
|
1363
|
+
[0, [() => JobData$, 0], 0, 0]
|
|
1248
1364
|
];
|
|
1249
|
-
exports.
|
|
1365
|
+
exports.Job$ = Job$;
|
|
1366
|
+
const JobData$ = [3, n0, _JD,
|
|
1250
1367
|
0,
|
|
1251
1368
|
[_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
|
|
1252
|
-
[() =>
|
|
1369
|
+
[() => ActionTypeId$, () => ActionConfiguration$, () => PipelineContext$, () => ArtifactList, () => ArtifactList, [() => AWSSessionCredentials$, 0], 0, () => EncryptionKey$]
|
|
1253
1370
|
];
|
|
1254
|
-
exports.
|
|
1371
|
+
exports.JobData$ = JobData$;
|
|
1372
|
+
const JobDetails$ = [3, n0, _JDo,
|
|
1255
1373
|
0,
|
|
1256
1374
|
[_id, _da, _aI],
|
|
1257
|
-
[0, [() =>
|
|
1375
|
+
[0, [() => JobData$, 0], 0]
|
|
1258
1376
|
];
|
|
1259
|
-
exports.
|
|
1377
|
+
exports.JobDetails$ = JobDetails$;
|
|
1378
|
+
const JobWorkerExecutorConfiguration$ = [3, n0, _JWEC,
|
|
1260
1379
|
0,
|
|
1261
1380
|
[_pA, _pSP],
|
|
1262
1381
|
[64 | 0, 64 | 0]
|
|
1263
1382
|
];
|
|
1264
|
-
exports.
|
|
1383
|
+
exports.JobWorkerExecutorConfiguration$ = JobWorkerExecutorConfiguration$;
|
|
1384
|
+
const LambdaExecutorConfiguration$ = [3, n0, _LEC,
|
|
1265
1385
|
0,
|
|
1266
1386
|
[_lFA],
|
|
1267
1387
|
[0], 1
|
|
1268
1388
|
];
|
|
1269
|
-
exports.
|
|
1389
|
+
exports.LambdaExecutorConfiguration$ = LambdaExecutorConfiguration$;
|
|
1390
|
+
const LatestInPipelineExecutionFilter$ = [3, n0, _LIPEF,
|
|
1270
1391
|
0,
|
|
1271
1392
|
[_pEI, _sTR],
|
|
1272
1393
|
[0, 0], 2
|
|
1273
1394
|
];
|
|
1274
|
-
exports.
|
|
1395
|
+
exports.LatestInPipelineExecutionFilter$ = LatestInPipelineExecutionFilter$;
|
|
1396
|
+
const ListActionExecutionsInput$ = [3, n0, _LAEI,
|
|
1275
1397
|
0,
|
|
1276
1398
|
[_pN, _f, _mR, _nT],
|
|
1277
|
-
[0, () =>
|
|
1399
|
+
[0, () => ActionExecutionFilter$, 1, 0], 1
|
|
1278
1400
|
];
|
|
1279
|
-
exports.
|
|
1401
|
+
exports.ListActionExecutionsInput$ = ListActionExecutionsInput$;
|
|
1402
|
+
const ListActionExecutionsOutput$ = [3, n0, _LAEO,
|
|
1280
1403
|
0,
|
|
1281
1404
|
[_aED, _nT],
|
|
1282
1405
|
[() => ActionExecutionDetailList, 0]
|
|
1283
1406
|
];
|
|
1284
|
-
exports.
|
|
1407
|
+
exports.ListActionExecutionsOutput$ = ListActionExecutionsOutput$;
|
|
1408
|
+
const ListActionTypesInput$ = [3, n0, _LATI,
|
|
1285
1409
|
0,
|
|
1286
1410
|
[_aOF, _nT, _rF],
|
|
1287
1411
|
[0, 0, 0]
|
|
1288
1412
|
];
|
|
1289
|
-
exports.
|
|
1413
|
+
exports.ListActionTypesInput$ = ListActionTypesInput$;
|
|
1414
|
+
const ListActionTypesOutput$ = [3, n0, _LATO,
|
|
1290
1415
|
0,
|
|
1291
1416
|
[_aTc, _nT],
|
|
1292
1417
|
[() => ActionTypeList, 0], 1
|
|
1293
1418
|
];
|
|
1294
|
-
exports.
|
|
1419
|
+
exports.ListActionTypesOutput$ = ListActionTypesOutput$;
|
|
1420
|
+
const ListDeployActionExecutionTargetsInput$ = [3, n0, _LDAETI,
|
|
1295
1421
|
0,
|
|
1296
1422
|
[_aEI, _pN, _fi, _mR, _nT],
|
|
1297
1423
|
[0, 0, () => TargetFilterList, 1, 0], 1
|
|
1298
1424
|
];
|
|
1299
|
-
exports.
|
|
1425
|
+
exports.ListDeployActionExecutionTargetsInput$ = ListDeployActionExecutionTargetsInput$;
|
|
1426
|
+
const ListDeployActionExecutionTargetsOutput$ = [3, n0, _LDAETO,
|
|
1300
1427
|
0,
|
|
1301
1428
|
[_tar, _nT],
|
|
1302
1429
|
[() => DeployActionExecutionTargetList, 0]
|
|
1303
1430
|
];
|
|
1304
|
-
exports.
|
|
1431
|
+
exports.ListDeployActionExecutionTargetsOutput$ = ListDeployActionExecutionTargetsOutput$;
|
|
1432
|
+
const ListPipelineExecutionsInput$ = [3, n0, _LPEI,
|
|
1305
1433
|
0,
|
|
1306
1434
|
[_pN, _mR, _f, _nT],
|
|
1307
|
-
[0, 1, () =>
|
|
1435
|
+
[0, 1, () => PipelineExecutionFilter$, 0], 1
|
|
1308
1436
|
];
|
|
1309
|
-
exports.
|
|
1437
|
+
exports.ListPipelineExecutionsInput$ = ListPipelineExecutionsInput$;
|
|
1438
|
+
const ListPipelineExecutionsOutput$ = [3, n0, _LPEO,
|
|
1310
1439
|
0,
|
|
1311
1440
|
[_pES, _nT],
|
|
1312
1441
|
[() => PipelineExecutionSummaryList, 0]
|
|
1313
1442
|
];
|
|
1314
|
-
exports.
|
|
1443
|
+
exports.ListPipelineExecutionsOutput$ = ListPipelineExecutionsOutput$;
|
|
1444
|
+
const ListPipelinesInput$ = [3, n0, _LPI,
|
|
1315
1445
|
0,
|
|
1316
1446
|
[_nT, _mR],
|
|
1317
1447
|
[0, 1]
|
|
1318
1448
|
];
|
|
1319
|
-
exports.
|
|
1449
|
+
exports.ListPipelinesInput$ = ListPipelinesInput$;
|
|
1450
|
+
const ListPipelinesOutput$ = [3, n0, _LPO,
|
|
1320
1451
|
0,
|
|
1321
1452
|
[_pip, _nT],
|
|
1322
1453
|
[() => PipelineList, 0]
|
|
1323
1454
|
];
|
|
1324
|
-
exports.
|
|
1455
|
+
exports.ListPipelinesOutput$ = ListPipelinesOutput$;
|
|
1456
|
+
const ListRuleExecutionsInput$ = [3, n0, _LREI,
|
|
1325
1457
|
0,
|
|
1326
1458
|
[_pN, _f, _mR, _nT],
|
|
1327
|
-
[0, () =>
|
|
1459
|
+
[0, () => RuleExecutionFilter$, 1, 0], 1
|
|
1328
1460
|
];
|
|
1329
|
-
exports.
|
|
1461
|
+
exports.ListRuleExecutionsInput$ = ListRuleExecutionsInput$;
|
|
1462
|
+
const ListRuleExecutionsOutput$ = [3, n0, _LREO,
|
|
1330
1463
|
0,
|
|
1331
1464
|
[_rED, _nT],
|
|
1332
1465
|
[() => RuleExecutionDetailList, 0]
|
|
1333
1466
|
];
|
|
1334
|
-
exports.
|
|
1467
|
+
exports.ListRuleExecutionsOutput$ = ListRuleExecutionsOutput$;
|
|
1468
|
+
const ListRuleTypesInput$ = [3, n0, _LRTI,
|
|
1335
1469
|
0,
|
|
1336
1470
|
[_rOF, _rF],
|
|
1337
1471
|
[0, 0]
|
|
1338
1472
|
];
|
|
1339
|
-
exports.
|
|
1473
|
+
exports.ListRuleTypesInput$ = ListRuleTypesInput$;
|
|
1474
|
+
const ListRuleTypesOutput$ = [3, n0, _LRTO,
|
|
1340
1475
|
0,
|
|
1341
1476
|
[_rT],
|
|
1342
1477
|
[() => RuleTypeList], 1
|
|
1343
1478
|
];
|
|
1344
|
-
exports.
|
|
1479
|
+
exports.ListRuleTypesOutput$ = ListRuleTypesOutput$;
|
|
1480
|
+
const ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
1345
1481
|
0,
|
|
1346
1482
|
[_rAe, _nT, _mR],
|
|
1347
1483
|
[0, 0, 1], 1
|
|
1348
1484
|
];
|
|
1349
|
-
exports.
|
|
1485
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
1486
|
+
const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
1350
1487
|
0,
|
|
1351
1488
|
[_ta, _nT],
|
|
1352
1489
|
[() => TagList, 0]
|
|
1353
1490
|
];
|
|
1354
|
-
exports.
|
|
1491
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
1492
|
+
const ListWebhookItem$ = [3, n0, _LWI,
|
|
1355
1493
|
0,
|
|
1356
1494
|
[_de, _ur, _eM, _eC, _lT, _a, _ta],
|
|
1357
|
-
[() =>
|
|
1495
|
+
[() => WebhookDefinition$, 0, 0, 0, 4, 0, () => TagList], 2
|
|
1358
1496
|
];
|
|
1359
|
-
exports.
|
|
1497
|
+
exports.ListWebhookItem$ = ListWebhookItem$;
|
|
1498
|
+
const ListWebhooksInput$ = [3, n0, _LWIi,
|
|
1360
1499
|
0,
|
|
1361
1500
|
[_NT, _MR],
|
|
1362
1501
|
[0, 1]
|
|
1363
1502
|
];
|
|
1364
|
-
exports.
|
|
1503
|
+
exports.ListWebhooksInput$ = ListWebhooksInput$;
|
|
1504
|
+
const ListWebhooksOutput$ = [3, n0, _LWO,
|
|
1365
1505
|
0,
|
|
1366
1506
|
[_w, _NT],
|
|
1367
1507
|
[() => WebhookList, 0]
|
|
1368
1508
|
];
|
|
1369
|
-
exports.
|
|
1509
|
+
exports.ListWebhooksOutput$ = ListWebhooksOutput$;
|
|
1510
|
+
const OutputArtifact$ = [3, n0, _OA,
|
|
1370
1511
|
0,
|
|
1371
1512
|
[_na, _fil],
|
|
1372
1513
|
[0, 64 | 0], 1
|
|
1373
1514
|
];
|
|
1374
|
-
exports.
|
|
1515
|
+
exports.OutputArtifact$ = OutputArtifact$;
|
|
1516
|
+
const OverrideStageConditionInput$ = [3, n0, _OSCI,
|
|
1375
1517
|
0,
|
|
1376
1518
|
[_pN, _sN, _pEI, _cTon],
|
|
1377
1519
|
[0, 0, 0, 0], 4
|
|
1378
1520
|
];
|
|
1379
|
-
exports.
|
|
1521
|
+
exports.OverrideStageConditionInput$ = OverrideStageConditionInput$;
|
|
1522
|
+
const PipelineContext$ = [3, n0, _PC,
|
|
1380
1523
|
0,
|
|
1381
1524
|
[_pN, _sta, _ac, _pAi, _pEI],
|
|
1382
|
-
[0, () =>
|
|
1525
|
+
[0, () => StageContext$, () => ActionContext$, 0, 0]
|
|
1383
1526
|
];
|
|
1384
|
-
exports.
|
|
1527
|
+
exports.PipelineContext$ = PipelineContext$;
|
|
1528
|
+
const PipelineDeclaration$ = [3, n0, _PD,
|
|
1385
1529
|
0,
|
|
1386
1530
|
[_na, _rA, _stag, _aS, _aSr, _v, _eMx, _pT, _var, _tr],
|
|
1387
|
-
[0, 0, () => PipelineStageDeclarationList, () =>
|
|
1531
|
+
[0, 0, () => PipelineStageDeclarationList, () => ArtifactStore$, () => ArtifactStoreMap, 1, 0, 0, () => PipelineVariableDeclarationList, () => PipelineTriggerDeclarationList], 3
|
|
1388
1532
|
];
|
|
1389
|
-
exports.
|
|
1533
|
+
exports.PipelineDeclaration$ = PipelineDeclaration$;
|
|
1534
|
+
const PipelineExecution$ = [3, n0, _PE,
|
|
1390
1535
|
0,
|
|
1391
1536
|
[_pN, _pV, _pEI, _st, _sSt, _aR, _var, _tri, _eMx, _eTx, _rM],
|
|
1392
|
-
[0, 1, 0, 0, 0, () => ArtifactRevisionList, () => ResolvedPipelineVariableList, () =>
|
|
1537
|
+
[0, 1, 0, 0, 0, () => ArtifactRevisionList, () => ResolvedPipelineVariableList, () => ExecutionTrigger$, 0, 0, () => PipelineRollbackMetadata$]
|
|
1393
1538
|
];
|
|
1394
|
-
exports.
|
|
1539
|
+
exports.PipelineExecution$ = PipelineExecution$;
|
|
1540
|
+
const PipelineExecutionFilter$ = [3, n0, _PEF,
|
|
1395
1541
|
0,
|
|
1396
1542
|
[_sIS],
|
|
1397
|
-
[() =>
|
|
1543
|
+
[() => SucceededInStageFilter$]
|
|
1398
1544
|
];
|
|
1399
|
-
exports.
|
|
1545
|
+
exports.PipelineExecutionFilter$ = PipelineExecutionFilter$;
|
|
1546
|
+
const PipelineExecutionSummary$ = [3, n0, _PES,
|
|
1400
1547
|
0,
|
|
1401
1548
|
[_pEI, _st, _sSt, _sT, _lUT, _sR, _tri, _sTt, _eMx, _eTx, _rM],
|
|
1402
|
-
[0, 0, 0, 4, 4, () => SourceRevisionList, () =>
|
|
1549
|
+
[0, 0, 0, 4, 4, () => SourceRevisionList, () => ExecutionTrigger$, () => StopExecutionTrigger$, 0, 0, () => PipelineRollbackMetadata$]
|
|
1403
1550
|
];
|
|
1404
|
-
exports.
|
|
1551
|
+
exports.PipelineExecutionSummary$ = PipelineExecutionSummary$;
|
|
1552
|
+
const PipelineMetadata$ = [3, n0, _PM,
|
|
1405
1553
|
0,
|
|
1406
1554
|
[_pAi, _cr, _up, _pDA],
|
|
1407
1555
|
[0, 4, 4, 4]
|
|
1408
1556
|
];
|
|
1409
|
-
exports.
|
|
1557
|
+
exports.PipelineMetadata$ = PipelineMetadata$;
|
|
1558
|
+
const PipelineRollbackMetadata$ = [3, n0, _PRM,
|
|
1410
1559
|
0,
|
|
1411
1560
|
[_rTPEI],
|
|
1412
1561
|
[0]
|
|
1413
1562
|
];
|
|
1414
|
-
exports.
|
|
1563
|
+
exports.PipelineRollbackMetadata$ = PipelineRollbackMetadata$;
|
|
1564
|
+
const PipelineSummary$ = [3, n0, _PS,
|
|
1415
1565
|
0,
|
|
1416
1566
|
[_na, _v, _pT, _eMx, _cr, _up],
|
|
1417
1567
|
[0, 1, 0, 0, 4, 4]
|
|
1418
1568
|
];
|
|
1419
|
-
exports.
|
|
1569
|
+
exports.PipelineSummary$ = PipelineSummary$;
|
|
1570
|
+
const PipelineTriggerDeclaration$ = [3, n0, _PTD,
|
|
1420
1571
|
0,
|
|
1421
1572
|
[_pTr, _gC],
|
|
1422
|
-
[0, () =>
|
|
1573
|
+
[0, () => GitConfiguration$], 2
|
|
1423
1574
|
];
|
|
1424
|
-
exports.
|
|
1575
|
+
exports.PipelineTriggerDeclaration$ = PipelineTriggerDeclaration$;
|
|
1576
|
+
const PipelineVariable$ = [3, n0, _PV,
|
|
1425
1577
|
0,
|
|
1426
1578
|
[_na, _va],
|
|
1427
1579
|
[0, 0], 2
|
|
1428
1580
|
];
|
|
1429
|
-
exports.
|
|
1581
|
+
exports.PipelineVariable$ = PipelineVariable$;
|
|
1582
|
+
const PipelineVariableDeclaration$ = [3, n0, _PVD,
|
|
1430
1583
|
0,
|
|
1431
1584
|
[_na, _dV, _d],
|
|
1432
1585
|
[0, 0, 0], 1
|
|
1433
1586
|
];
|
|
1434
|
-
exports.
|
|
1587
|
+
exports.PipelineVariableDeclaration$ = PipelineVariableDeclaration$;
|
|
1588
|
+
const PollForJobsInput$ = [3, n0, _PFJI,
|
|
1435
1589
|
0,
|
|
1436
1590
|
[_aTI, _mBS, _qP],
|
|
1437
|
-
[() =>
|
|
1591
|
+
[() => ActionTypeId$, 1, 128 | 0], 1
|
|
1438
1592
|
];
|
|
1439
|
-
exports.
|
|
1593
|
+
exports.PollForJobsInput$ = PollForJobsInput$;
|
|
1594
|
+
const PollForJobsOutput$ = [3, n0, _PFJO,
|
|
1440
1595
|
0,
|
|
1441
1596
|
[_j],
|
|
1442
1597
|
[[() => JobList, 0]]
|
|
1443
1598
|
];
|
|
1444
|
-
exports.
|
|
1599
|
+
exports.PollForJobsOutput$ = PollForJobsOutput$;
|
|
1600
|
+
const PollForThirdPartyJobsInput$ = [3, n0, _PFTPJI,
|
|
1445
1601
|
0,
|
|
1446
1602
|
[_aTI, _mBS],
|
|
1447
|
-
[() =>
|
|
1603
|
+
[() => ActionTypeId$, 1], 1
|
|
1448
1604
|
];
|
|
1449
|
-
exports.
|
|
1605
|
+
exports.PollForThirdPartyJobsInput$ = PollForThirdPartyJobsInput$;
|
|
1606
|
+
const PollForThirdPartyJobsOutput$ = [3, n0, _PFTPJO,
|
|
1450
1607
|
0,
|
|
1451
1608
|
[_j],
|
|
1452
1609
|
[() => ThirdPartyJobList]
|
|
1453
1610
|
];
|
|
1454
|
-
exports.
|
|
1611
|
+
exports.PollForThirdPartyJobsOutput$ = PollForThirdPartyJobsOutput$;
|
|
1612
|
+
const PutActionRevisionInput$ = [3, n0, _PARI,
|
|
1455
1613
|
0,
|
|
1456
1614
|
[_pN, _sN, _aN, _aRc],
|
|
1457
|
-
[0, 0, 0, () =>
|
|
1615
|
+
[0, 0, 0, () => ActionRevision$], 4
|
|
1458
1616
|
];
|
|
1459
|
-
exports.
|
|
1617
|
+
exports.PutActionRevisionInput$ = PutActionRevisionInput$;
|
|
1618
|
+
const PutActionRevisionOutput$ = [3, n0, _PARO,
|
|
1460
1619
|
0,
|
|
1461
1620
|
[_nR, _pEI],
|
|
1462
1621
|
[2, 0]
|
|
1463
1622
|
];
|
|
1464
|
-
exports.
|
|
1623
|
+
exports.PutActionRevisionOutput$ = PutActionRevisionOutput$;
|
|
1624
|
+
const PutApprovalResultInput$ = [3, n0, _PARIu,
|
|
1465
1625
|
0,
|
|
1466
1626
|
[_pN, _sN, _aN, _res, _to],
|
|
1467
|
-
[0, 0, 0, () =>
|
|
1627
|
+
[0, 0, 0, () => ApprovalResult$, 0], 5
|
|
1468
1628
|
];
|
|
1469
|
-
exports.
|
|
1629
|
+
exports.PutApprovalResultInput$ = PutApprovalResultInput$;
|
|
1630
|
+
const PutApprovalResultOutput$ = [3, n0, _PAROu,
|
|
1470
1631
|
0,
|
|
1471
1632
|
[_aAp],
|
|
1472
1633
|
[4]
|
|
1473
1634
|
];
|
|
1474
|
-
exports.
|
|
1635
|
+
exports.PutApprovalResultOutput$ = PutApprovalResultOutput$;
|
|
1636
|
+
const PutJobFailureResultInput$ = [3, n0, _PJFRI,
|
|
1475
1637
|
0,
|
|
1476
1638
|
[_jI, _fD],
|
|
1477
|
-
[0, () =>
|
|
1639
|
+
[0, () => FailureDetails$], 2
|
|
1478
1640
|
];
|
|
1479
|
-
exports.
|
|
1641
|
+
exports.PutJobFailureResultInput$ = PutJobFailureResultInput$;
|
|
1642
|
+
const PutJobSuccessResultInput$ = [3, n0, _PJSRI,
|
|
1480
1643
|
0,
|
|
1481
1644
|
[_jI, _cR, _cTo, _eDx, _oV],
|
|
1482
|
-
[0, () =>
|
|
1645
|
+
[0, () => CurrentRevision$, 0, () => ExecutionDetails$, 128 | 0], 1
|
|
1483
1646
|
];
|
|
1484
|
-
exports.
|
|
1647
|
+
exports.PutJobSuccessResultInput$ = PutJobSuccessResultInput$;
|
|
1648
|
+
const PutThirdPartyJobFailureResultInput$ = [3, n0, _PTPJFRI,
|
|
1485
1649
|
0,
|
|
1486
1650
|
[_jI, _cT, _fD],
|
|
1487
|
-
[0, 0, () =>
|
|
1651
|
+
[0, 0, () => FailureDetails$], 3
|
|
1488
1652
|
];
|
|
1489
|
-
exports.
|
|
1653
|
+
exports.PutThirdPartyJobFailureResultInput$ = PutThirdPartyJobFailureResultInput$;
|
|
1654
|
+
const PutThirdPartyJobSuccessResultInput$ = [3, n0, _PTPJSRI,
|
|
1490
1655
|
0,
|
|
1491
1656
|
[_jI, _cT, _cR, _cTo, _eDx],
|
|
1492
|
-
[0, 0, () =>
|
|
1657
|
+
[0, 0, () => CurrentRevision$, 0, () => ExecutionDetails$], 2
|
|
1493
1658
|
];
|
|
1494
|
-
exports.
|
|
1659
|
+
exports.PutThirdPartyJobSuccessResultInput$ = PutThirdPartyJobSuccessResultInput$;
|
|
1660
|
+
const PutWebhookInput$ = [3, n0, _PWI,
|
|
1495
1661
|
0,
|
|
1496
1662
|
[_we, _ta],
|
|
1497
|
-
[() =>
|
|
1663
|
+
[() => WebhookDefinition$, () => TagList], 1
|
|
1498
1664
|
];
|
|
1499
|
-
exports.
|
|
1665
|
+
exports.PutWebhookInput$ = PutWebhookInput$;
|
|
1666
|
+
const PutWebhookOutput$ = [3, n0, _PWO,
|
|
1500
1667
|
0,
|
|
1501
1668
|
[_we],
|
|
1502
|
-
[() =>
|
|
1669
|
+
[() => ListWebhookItem$]
|
|
1503
1670
|
];
|
|
1504
|
-
exports.
|
|
1671
|
+
exports.PutWebhookOutput$ = PutWebhookOutput$;
|
|
1672
|
+
const RegisterWebhookWithThirdPartyInput$ = [3, n0, _RWWTPI,
|
|
1505
1673
|
0,
|
|
1506
1674
|
[_wN],
|
|
1507
1675
|
[0]
|
|
1508
1676
|
];
|
|
1509
|
-
exports.
|
|
1677
|
+
exports.RegisterWebhookWithThirdPartyInput$ = RegisterWebhookWithThirdPartyInput$;
|
|
1678
|
+
const RegisterWebhookWithThirdPartyOutput$ = [3, n0, _RWWTPO,
|
|
1510
1679
|
0,
|
|
1511
1680
|
[],
|
|
1512
1681
|
[]
|
|
1513
1682
|
];
|
|
1514
|
-
exports.
|
|
1683
|
+
exports.RegisterWebhookWithThirdPartyOutput$ = RegisterWebhookWithThirdPartyOutput$;
|
|
1684
|
+
const ResolvedPipelineVariable$ = [3, n0, _RPV,
|
|
1515
1685
|
0,
|
|
1516
1686
|
[_na, _rV],
|
|
1517
1687
|
[0, 0]
|
|
1518
1688
|
];
|
|
1519
|
-
exports.
|
|
1689
|
+
exports.ResolvedPipelineVariable$ = ResolvedPipelineVariable$;
|
|
1690
|
+
const RetryConfiguration$ = [3, n0, _RC,
|
|
1520
1691
|
0,
|
|
1521
1692
|
[_rMe],
|
|
1522
1693
|
[0]
|
|
1523
1694
|
];
|
|
1524
|
-
exports.
|
|
1695
|
+
exports.RetryConfiguration$ = RetryConfiguration$;
|
|
1696
|
+
const RetryStageExecutionInput$ = [3, n0, _RSEI,
|
|
1525
1697
|
0,
|
|
1526
1698
|
[_pN, _sN, _pEI, _rMe],
|
|
1527
1699
|
[0, 0, 0, 0], 4
|
|
1528
1700
|
];
|
|
1529
|
-
exports.
|
|
1701
|
+
exports.RetryStageExecutionInput$ = RetryStageExecutionInput$;
|
|
1702
|
+
const RetryStageExecutionOutput$ = [3, n0, _RSEO,
|
|
1530
1703
|
0,
|
|
1531
1704
|
[_pEI],
|
|
1532
1705
|
[0]
|
|
1533
1706
|
];
|
|
1534
|
-
exports.
|
|
1707
|
+
exports.RetryStageExecutionOutput$ = RetryStageExecutionOutput$;
|
|
1708
|
+
const RetryStageMetadata$ = [3, n0, _RSM,
|
|
1535
1709
|
0,
|
|
1536
1710
|
[_aSRA, _mSRA, _lRT],
|
|
1537
1711
|
[1, 1, 0]
|
|
1538
1712
|
];
|
|
1539
|
-
exports.
|
|
1713
|
+
exports.RetryStageMetadata$ = RetryStageMetadata$;
|
|
1714
|
+
const RollbackStageInput$ = [3, n0, _RSI,
|
|
1540
1715
|
0,
|
|
1541
1716
|
[_pN, _sN, _tPEI],
|
|
1542
1717
|
[0, 0, 0], 3
|
|
1543
1718
|
];
|
|
1544
|
-
exports.
|
|
1719
|
+
exports.RollbackStageInput$ = RollbackStageInput$;
|
|
1720
|
+
const RollbackStageOutput$ = [3, n0, _RSO,
|
|
1545
1721
|
0,
|
|
1546
1722
|
[_pEI],
|
|
1547
1723
|
[0], 1
|
|
1548
1724
|
];
|
|
1549
|
-
exports.
|
|
1725
|
+
exports.RollbackStageOutput$ = RollbackStageOutput$;
|
|
1726
|
+
const RuleConfigurationProperty$ = [3, n0, _RCP,
|
|
1550
1727
|
0,
|
|
1551
1728
|
[_na, _r, _k, _se, _q, _d, _t],
|
|
1552
1729
|
[0, 2, 2, 2, 2, 0, 0], 4
|
|
1553
1730
|
];
|
|
1554
|
-
exports.
|
|
1731
|
+
exports.RuleConfigurationProperty$ = RuleConfigurationProperty$;
|
|
1732
|
+
const RuleDeclaration$ = [3, n0, _RD,
|
|
1555
1733
|
0,
|
|
1556
1734
|
[_na, _rTI, _co, _com, _iA, _rA, _re, _tIM],
|
|
1557
|
-
[0, () =>
|
|
1735
|
+
[0, () => RuleTypeId$, 128 | 0, 64 | 0, () => InputArtifactList, 0, 0, 1], 2
|
|
1558
1736
|
];
|
|
1559
|
-
exports.
|
|
1737
|
+
exports.RuleDeclaration$ = RuleDeclaration$;
|
|
1738
|
+
const RuleExecution$ = [3, n0, _RE,
|
|
1560
1739
|
0,
|
|
1561
1740
|
[_rEI, _st, _su, _lSC, _to, _lUB, _eEI, _eEU, _eD],
|
|
1562
|
-
[0, 0, 0, 4, 0, 0, 0, 0, () =>
|
|
1741
|
+
[0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails$]
|
|
1563
1742
|
];
|
|
1564
|
-
exports.
|
|
1743
|
+
exports.RuleExecution$ = RuleExecution$;
|
|
1744
|
+
const RuleExecutionDetail$ = [3, n0, _RED,
|
|
1565
1745
|
0,
|
|
1566
1746
|
[_pEI, _rEI, _pV, _sN, _rN, _sT, _lUT, _uB, _st, _i, _o],
|
|
1567
|
-
[0, 0, 1, 0, 0, 4, 4, 0, 0, () =>
|
|
1747
|
+
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => RuleExecutionInput$, () => RuleExecutionOutput$]
|
|
1568
1748
|
];
|
|
1569
|
-
exports.
|
|
1749
|
+
exports.RuleExecutionDetail$ = RuleExecutionDetail$;
|
|
1750
|
+
const RuleExecutionFilter$ = [3, n0, _REF,
|
|
1570
1751
|
0,
|
|
1571
1752
|
[_pEI, _lIPE],
|
|
1572
|
-
[0, () =>
|
|
1753
|
+
[0, () => LatestInPipelineExecutionFilter$]
|
|
1573
1754
|
];
|
|
1574
|
-
exports.
|
|
1755
|
+
exports.RuleExecutionFilter$ = RuleExecutionFilter$;
|
|
1756
|
+
const RuleExecutionInput$ = [3, n0, _REI,
|
|
1575
1757
|
0,
|
|
1576
1758
|
[_rTI, _co, _rC, _rA, _re, _iA],
|
|
1577
|
-
[() =>
|
|
1759
|
+
[() => RuleTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList]
|
|
1578
1760
|
];
|
|
1579
|
-
exports.
|
|
1761
|
+
exports.RuleExecutionInput$ = RuleExecutionInput$;
|
|
1762
|
+
const RuleExecutionOutput$ = [3, n0, _REO,
|
|
1580
1763
|
0,
|
|
1581
1764
|
[_eR],
|
|
1582
|
-
[() =>
|
|
1765
|
+
[() => RuleExecutionResult$]
|
|
1583
1766
|
];
|
|
1584
|
-
exports.
|
|
1767
|
+
exports.RuleExecutionOutput$ = RuleExecutionOutput$;
|
|
1768
|
+
const RuleExecutionResult$ = [3, n0, _RER,
|
|
1585
1769
|
0,
|
|
1586
1770
|
[_eEI, _eES, _eEU, _eD],
|
|
1587
|
-
[0, 0, 0, () =>
|
|
1771
|
+
[0, 0, 0, () => ErrorDetails$]
|
|
1588
1772
|
];
|
|
1589
|
-
exports.
|
|
1773
|
+
exports.RuleExecutionResult$ = RuleExecutionResult$;
|
|
1774
|
+
const RuleRevision$ = [3, n0, _RR,
|
|
1590
1775
|
0,
|
|
1591
1776
|
[_rI, _rCI, _cr],
|
|
1592
1777
|
[0, 0, 4], 3
|
|
1593
1778
|
];
|
|
1594
|
-
exports.
|
|
1779
|
+
exports.RuleRevision$ = RuleRevision$;
|
|
1780
|
+
const RuleState$ = [3, n0, _RS,
|
|
1595
1781
|
0,
|
|
1596
1782
|
[_rN, _cR, _lE, _eU, _rU],
|
|
1597
|
-
[0, () =>
|
|
1783
|
+
[0, () => RuleRevision$, () => RuleExecution$, 0, 0]
|
|
1598
1784
|
];
|
|
1599
|
-
exports.
|
|
1785
|
+
exports.RuleState$ = RuleState$;
|
|
1786
|
+
const RuleType$ = [3, n0, _RT,
|
|
1600
1787
|
0,
|
|
1601
1788
|
[_id, _iAD, _set, _rCP],
|
|
1602
|
-
[() =>
|
|
1789
|
+
[() => RuleTypeId$, () => ArtifactDetails$, () => RuleTypeSettings$, () => RuleConfigurationPropertyList], 2
|
|
1603
1790
|
];
|
|
1604
|
-
exports.
|
|
1791
|
+
exports.RuleType$ = RuleType$;
|
|
1792
|
+
const RuleTypeId$ = [3, n0, _RTI,
|
|
1605
1793
|
0,
|
|
1606
1794
|
[_ca, _pro, _ow, _v],
|
|
1607
1795
|
[0, 0, 0, 0], 2
|
|
1608
1796
|
];
|
|
1609
|
-
exports.
|
|
1797
|
+
exports.RuleTypeId$ = RuleTypeId$;
|
|
1798
|
+
const RuleTypeSettings$ = [3, n0, _RTS,
|
|
1610
1799
|
0,
|
|
1611
1800
|
[_tPCU, _eUT, _eUTx, _rUT],
|
|
1612
1801
|
[0, 0, 0, 0]
|
|
1613
1802
|
];
|
|
1614
|
-
exports.
|
|
1803
|
+
exports.RuleTypeSettings$ = RuleTypeSettings$;
|
|
1804
|
+
const S3ArtifactLocation$ = [3, n0, _SAL,
|
|
1615
1805
|
0,
|
|
1616
1806
|
[_bN, _oK],
|
|
1617
1807
|
[0, 0], 2
|
|
1618
1808
|
];
|
|
1619
|
-
exports.
|
|
1809
|
+
exports.S3ArtifactLocation$ = S3ArtifactLocation$;
|
|
1810
|
+
const S3Location$ = [3, n0, _SL,
|
|
1620
1811
|
0,
|
|
1621
1812
|
[_bu, _k],
|
|
1622
1813
|
[0, 0]
|
|
1623
1814
|
];
|
|
1624
|
-
exports.
|
|
1815
|
+
exports.S3Location$ = S3Location$;
|
|
1816
|
+
const SourceRevision$ = [3, n0, _SR,
|
|
1625
1817
|
0,
|
|
1626
1818
|
[_aN, _rI, _rS, _rU],
|
|
1627
1819
|
[0, 0, 0, 0], 1
|
|
1628
1820
|
];
|
|
1629
|
-
exports.
|
|
1821
|
+
exports.SourceRevision$ = SourceRevision$;
|
|
1822
|
+
const SourceRevisionOverride$ = [3, n0, _SRO,
|
|
1630
1823
|
0,
|
|
1631
1824
|
[_aN, _rTe, _rVe],
|
|
1632
1825
|
[0, 0, 0], 3
|
|
1633
1826
|
];
|
|
1634
|
-
exports.
|
|
1827
|
+
exports.SourceRevisionOverride$ = SourceRevisionOverride$;
|
|
1828
|
+
const StageConditionsExecution$ = [3, n0, _SCE,
|
|
1635
1829
|
0,
|
|
1636
1830
|
[_st, _su],
|
|
1637
1831
|
[0, 0]
|
|
1638
1832
|
];
|
|
1639
|
-
exports.
|
|
1833
|
+
exports.StageConditionsExecution$ = StageConditionsExecution$;
|
|
1834
|
+
const StageConditionState$ = [3, n0, _SCS,
|
|
1640
1835
|
0,
|
|
1641
1836
|
[_lE, _cS],
|
|
1642
|
-
[() =>
|
|
1837
|
+
[() => StageConditionsExecution$, () => ConditionStateList]
|
|
1643
1838
|
];
|
|
1644
|
-
exports.
|
|
1839
|
+
exports.StageConditionState$ = StageConditionState$;
|
|
1840
|
+
const StageContext$ = [3, n0, _SC,
|
|
1645
1841
|
0,
|
|
1646
1842
|
[_na],
|
|
1647
1843
|
[0]
|
|
1648
1844
|
];
|
|
1649
|
-
exports.
|
|
1845
|
+
exports.StageContext$ = StageContext$;
|
|
1846
|
+
const StageDeclaration$ = [3, n0, _SD,
|
|
1650
1847
|
0,
|
|
1651
1848
|
[_na, _act, _bl, _oF, _oS, _bE],
|
|
1652
|
-
[0, () => StageActionDeclarationList, () => StageBlockerDeclarationList, () =>
|
|
1849
|
+
[0, () => StageActionDeclarationList, () => StageBlockerDeclarationList, () => FailureConditions$, () => SuccessConditions$, () => BeforeEntryConditions$], 2
|
|
1653
1850
|
];
|
|
1654
|
-
exports.
|
|
1851
|
+
exports.StageDeclaration$ = StageDeclaration$;
|
|
1852
|
+
const StageExecution$ = [3, n0, _SE,
|
|
1655
1853
|
0,
|
|
1656
1854
|
[_pEI, _st, _t],
|
|
1657
1855
|
[0, 0, 0], 2
|
|
1658
1856
|
];
|
|
1659
|
-
exports.
|
|
1857
|
+
exports.StageExecution$ = StageExecution$;
|
|
1858
|
+
const StageState$ = [3, n0, _SS,
|
|
1660
1859
|
0,
|
|
1661
1860
|
[_sN, _iE, _iEn, _iTS, _aSc, _lE, _bECS, _oSCS, _oFCS, _rSM],
|
|
1662
|
-
[0, () =>
|
|
1861
|
+
[0, () => StageExecution$, () => StageExecutionList, () => TransitionState$, () => ActionStateList, () => StageExecution$, () => StageConditionState$, () => StageConditionState$, () => StageConditionState$, () => RetryStageMetadata$]
|
|
1663
1862
|
];
|
|
1664
|
-
exports.
|
|
1863
|
+
exports.StageState$ = StageState$;
|
|
1864
|
+
const StartPipelineExecutionInput$ = [3, n0, _SPEI,
|
|
1665
1865
|
0,
|
|
1666
1866
|
[_na, _var, _cRT, _sR],
|
|
1667
1867
|
[0, () => PipelineVariableList, [0, 4], () => SourceRevisionOverrideList], 1
|
|
1668
1868
|
];
|
|
1669
|
-
exports.
|
|
1869
|
+
exports.StartPipelineExecutionInput$ = StartPipelineExecutionInput$;
|
|
1870
|
+
const StartPipelineExecutionOutput$ = [3, n0, _SPEO,
|
|
1670
1871
|
0,
|
|
1671
1872
|
[_pEI],
|
|
1672
1873
|
[0]
|
|
1673
1874
|
];
|
|
1674
|
-
exports.
|
|
1875
|
+
exports.StartPipelineExecutionOutput$ = StartPipelineExecutionOutput$;
|
|
1876
|
+
const StopExecutionTrigger$ = [3, n0, _SET,
|
|
1675
1877
|
0,
|
|
1676
1878
|
[_rea],
|
|
1677
1879
|
[0]
|
|
1678
1880
|
];
|
|
1679
|
-
exports.
|
|
1881
|
+
exports.StopExecutionTrigger$ = StopExecutionTrigger$;
|
|
1882
|
+
const StopPipelineExecutionInput$ = [3, n0, _SPEIt,
|
|
1680
1883
|
0,
|
|
1681
1884
|
[_pN, _pEI, _ab, _rea],
|
|
1682
1885
|
[0, 0, 2, 0], 2
|
|
1683
1886
|
];
|
|
1684
|
-
exports.
|
|
1887
|
+
exports.StopPipelineExecutionInput$ = StopPipelineExecutionInput$;
|
|
1888
|
+
const StopPipelineExecutionOutput$ = [3, n0, _SPEOt,
|
|
1685
1889
|
0,
|
|
1686
1890
|
[_pEI],
|
|
1687
1891
|
[0]
|
|
1688
1892
|
];
|
|
1689
|
-
exports.
|
|
1893
|
+
exports.StopPipelineExecutionOutput$ = StopPipelineExecutionOutput$;
|
|
1894
|
+
const SucceededInStageFilter$ = [3, n0, _SISF,
|
|
1690
1895
|
0,
|
|
1691
1896
|
[_sN],
|
|
1692
1897
|
[0]
|
|
1693
1898
|
];
|
|
1694
|
-
exports.
|
|
1899
|
+
exports.SucceededInStageFilter$ = SucceededInStageFilter$;
|
|
1900
|
+
const SuccessConditions$ = [3, n0, _SCu,
|
|
1695
1901
|
0,
|
|
1696
1902
|
[_con],
|
|
1697
1903
|
[() => ConditionList], 1
|
|
1698
1904
|
];
|
|
1699
|
-
exports.
|
|
1905
|
+
exports.SuccessConditions$ = SuccessConditions$;
|
|
1906
|
+
const Tag$ = [3, n0, _T,
|
|
1700
1907
|
0,
|
|
1701
1908
|
[_k, _va],
|
|
1702
1909
|
[0, 0], 2
|
|
1703
1910
|
];
|
|
1704
|
-
exports.
|
|
1911
|
+
exports.Tag$ = Tag$;
|
|
1912
|
+
const TagResourceInput$ = [3, n0, _TRI,
|
|
1705
1913
|
0,
|
|
1706
1914
|
[_rAe, _ta],
|
|
1707
1915
|
[0, () => TagList], 2
|
|
1708
1916
|
];
|
|
1709
|
-
exports.
|
|
1917
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
1918
|
+
const TagResourceOutput$ = [3, n0, _TRO,
|
|
1710
1919
|
0,
|
|
1711
1920
|
[],
|
|
1712
1921
|
[]
|
|
1713
1922
|
];
|
|
1714
|
-
exports.
|
|
1923
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
1924
|
+
const TargetFilter$ = [3, n0, _TF,
|
|
1715
1925
|
0,
|
|
1716
1926
|
[_na, _val],
|
|
1717
1927
|
[0, 64 | 0]
|
|
1718
1928
|
];
|
|
1719
|
-
exports.
|
|
1929
|
+
exports.TargetFilter$ = TargetFilter$;
|
|
1930
|
+
const ThirdPartyJob$ = [3, n0, _TPJ,
|
|
1720
1931
|
0,
|
|
1721
1932
|
[_cIl, _jI],
|
|
1722
1933
|
[0, 0]
|
|
1723
1934
|
];
|
|
1724
|
-
exports.
|
|
1935
|
+
exports.ThirdPartyJob$ = ThirdPartyJob$;
|
|
1936
|
+
const ThirdPartyJobData$ = [3, n0, _TPJD,
|
|
1725
1937
|
0,
|
|
1726
1938
|
[_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
|
|
1727
|
-
[() =>
|
|
1939
|
+
[() => ActionTypeId$, () => ActionConfiguration$, () => PipelineContext$, () => ArtifactList, () => ArtifactList, [() => AWSSessionCredentials$, 0], 0, () => EncryptionKey$]
|
|
1728
1940
|
];
|
|
1729
|
-
exports.
|
|
1941
|
+
exports.ThirdPartyJobData$ = ThirdPartyJobData$;
|
|
1942
|
+
const ThirdPartyJobDetails$ = [3, n0, _TPJDh,
|
|
1730
1943
|
0,
|
|
1731
1944
|
[_id, _da, _n],
|
|
1732
|
-
[0, [() =>
|
|
1945
|
+
[0, [() => ThirdPartyJobData$, 0], 0]
|
|
1733
1946
|
];
|
|
1734
|
-
exports.
|
|
1947
|
+
exports.ThirdPartyJobDetails$ = ThirdPartyJobDetails$;
|
|
1948
|
+
const TransitionState$ = [3, n0, _TS,
|
|
1735
1949
|
0,
|
|
1736
1950
|
[_en, _lCB, _lCA, _dR],
|
|
1737
1951
|
[2, 0, 4, 0]
|
|
1738
1952
|
];
|
|
1739
|
-
exports.
|
|
1953
|
+
exports.TransitionState$ = TransitionState$;
|
|
1954
|
+
const UntagResourceInput$ = [3, n0, _URI,
|
|
1740
1955
|
0,
|
|
1741
1956
|
[_rAe, _tK],
|
|
1742
1957
|
[0, 64 | 0], 2
|
|
1743
1958
|
];
|
|
1744
|
-
exports.
|
|
1959
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
1960
|
+
const UntagResourceOutput$ = [3, n0, _URO,
|
|
1745
1961
|
0,
|
|
1746
1962
|
[],
|
|
1747
1963
|
[]
|
|
1748
1964
|
];
|
|
1749
|
-
exports.
|
|
1965
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
1966
|
+
const UpdateActionTypeInput$ = [3, n0, _UATI,
|
|
1750
1967
|
0,
|
|
1751
1968
|
[_aT],
|
|
1752
|
-
[() =>
|
|
1969
|
+
[() => ActionTypeDeclaration$], 1
|
|
1753
1970
|
];
|
|
1754
|
-
exports.
|
|
1971
|
+
exports.UpdateActionTypeInput$ = UpdateActionTypeInput$;
|
|
1972
|
+
const UpdatePipelineInput$ = [3, n0, _UPI,
|
|
1755
1973
|
0,
|
|
1756
1974
|
[_pi],
|
|
1757
|
-
[() =>
|
|
1975
|
+
[() => PipelineDeclaration$], 1
|
|
1758
1976
|
];
|
|
1759
|
-
exports.
|
|
1977
|
+
exports.UpdatePipelineInput$ = UpdatePipelineInput$;
|
|
1978
|
+
const UpdatePipelineOutput$ = [3, n0, _UPO,
|
|
1760
1979
|
0,
|
|
1761
1980
|
[_pi],
|
|
1762
|
-
[() =>
|
|
1981
|
+
[() => PipelineDeclaration$]
|
|
1763
1982
|
];
|
|
1764
|
-
exports.
|
|
1983
|
+
exports.UpdatePipelineOutput$ = UpdatePipelineOutput$;
|
|
1984
|
+
const WebhookAuthConfiguration$ = [3, n0, _WAC,
|
|
1765
1985
|
0,
|
|
1766
1986
|
[_AIPR, _STe],
|
|
1767
1987
|
[0, 0]
|
|
1768
1988
|
];
|
|
1769
|
-
exports.
|
|
1989
|
+
exports.WebhookAuthConfiguration$ = WebhookAuthConfiguration$;
|
|
1990
|
+
const WebhookDefinition$ = [3, n0, _WD,
|
|
1770
1991
|
0,
|
|
1771
1992
|
[_na, _tP, _tA, _fi, _au, _aCu],
|
|
1772
|
-
[0, 0, 0, () => WebhookFilters, 0, () =>
|
|
1993
|
+
[0, 0, 0, () => WebhookFilters, 0, () => WebhookAuthConfiguration$], 6
|
|
1773
1994
|
];
|
|
1774
|
-
exports.
|
|
1995
|
+
exports.WebhookDefinition$ = WebhookDefinition$;
|
|
1996
|
+
const WebhookFilterRule$ = [3, n0, _WFR,
|
|
1775
1997
|
0,
|
|
1776
1998
|
[_jP, _mE],
|
|
1777
1999
|
[0, 0], 1
|
|
1778
2000
|
];
|
|
2001
|
+
exports.WebhookFilterRule$ = WebhookFilterRule$;
|
|
1779
2002
|
var __Unit = "unit";
|
|
1780
2003
|
var ActionConfigurationPropertyList = [1, n0, _ACPL,
|
|
1781
|
-
0, () =>
|
|
2004
|
+
0, () => ActionConfigurationProperty$
|
|
1782
2005
|
];
|
|
1783
2006
|
var ActionExecutionDetailList = [1, n0, _AEDL,
|
|
1784
|
-
0, () =>
|
|
2007
|
+
0, () => ActionExecutionDetail$
|
|
1785
2008
|
];
|
|
1786
2009
|
var ActionStateList = [1, n0, _ASL,
|
|
1787
|
-
0, () =>
|
|
2010
|
+
0, () => ActionState$
|
|
1788
2011
|
];
|
|
1789
2012
|
var ActionTypeList = [1, n0, _ATL,
|
|
1790
|
-
0, () =>
|
|
2013
|
+
0, () => ActionType$
|
|
1791
2014
|
];
|
|
1792
2015
|
var ActionTypeProperties = [1, n0, _ATPct,
|
|
1793
|
-
0, () =>
|
|
2016
|
+
0, () => ActionTypeProperty$
|
|
1794
2017
|
];
|
|
1795
2018
|
var AllowedAccounts = 64 | 0;
|
|
1796
2019
|
var ArtifactDetailList = [1, n0, _ADL,
|
|
1797
|
-
0, () =>
|
|
2020
|
+
0, () => ArtifactDetail$
|
|
1798
2021
|
];
|
|
1799
2022
|
var ArtifactList = [1, n0, _ALr,
|
|
1800
|
-
0, () =>
|
|
2023
|
+
0, () => Artifact$
|
|
1801
2024
|
];
|
|
1802
2025
|
var ArtifactRevisionList = [1, n0, _ARL,
|
|
1803
|
-
0, () =>
|
|
2026
|
+
0, () => ArtifactRevision$
|
|
1804
2027
|
];
|
|
1805
2028
|
var CommandList = 64 | 0;
|
|
1806
2029
|
var ConditionList = [1, n0, _CL,
|
|
1807
|
-
0, () =>
|
|
2030
|
+
0, () => Condition$
|
|
1808
2031
|
];
|
|
1809
2032
|
var ConditionStateList = [1, n0, _CSL,
|
|
1810
|
-
0, () =>
|
|
2033
|
+
0, () => ConditionState$
|
|
1811
2034
|
];
|
|
1812
2035
|
var DeployActionExecutionTargetList = [1, n0, _DAETL,
|
|
1813
|
-
0, () =>
|
|
2036
|
+
0, () => DeployActionExecutionTarget$
|
|
1814
2037
|
];
|
|
1815
2038
|
var DeployTargetEventList = [1, n0, _DTEL,
|
|
1816
|
-
0, () =>
|
|
2039
|
+
0, () => DeployTargetEvent$
|
|
1817
2040
|
];
|
|
1818
2041
|
var EnvironmentVariableList = [1, n0, _EVL,
|
|
1819
|
-
0, () =>
|
|
2042
|
+
0, () => EnvironmentVariable$
|
|
1820
2043
|
];
|
|
1821
2044
|
var FilePathList = 64 | 0;
|
|
1822
2045
|
var GitBranchPatternList = 64 | 0;
|
|
1823
2046
|
var GitFilePathPatternList = 64 | 0;
|
|
1824
2047
|
var GitPullRequestEventTypeList = 64 | 0;
|
|
1825
2048
|
var GitPullRequestFilterList = [1, n0, _GPRFL,
|
|
1826
|
-
0, () =>
|
|
2049
|
+
0, () => GitPullRequestFilter$
|
|
1827
2050
|
];
|
|
1828
2051
|
var GitPushFilterList = [1, n0, _GPFL,
|
|
1829
|
-
0, () =>
|
|
2052
|
+
0, () => GitPushFilter$
|
|
1830
2053
|
];
|
|
1831
2054
|
var GitTagPatternList = 64 | 0;
|
|
1832
2055
|
var InputArtifactList = [1, n0, _IAL,
|
|
1833
|
-
0, () =>
|
|
2056
|
+
0, () => InputArtifact$
|
|
1834
2057
|
];
|
|
1835
2058
|
var JobList = [1, n0, _JL,
|
|
1836
|
-
0, [() =>
|
|
2059
|
+
0, [() => Job$,
|
|
1837
2060
|
0]
|
|
1838
2061
|
];
|
|
1839
2062
|
var OutputArtifactList = [1, n0, _OAL,
|
|
1840
|
-
0, () =>
|
|
2063
|
+
0, () => OutputArtifact$
|
|
1841
2064
|
];
|
|
1842
2065
|
var OutputVariableList = 64 | 0;
|
|
1843
2066
|
var PipelineExecutionSummaryList = [1, n0, _PESL,
|
|
1844
|
-
0, () =>
|
|
2067
|
+
0, () => PipelineExecutionSummary$
|
|
1845
2068
|
];
|
|
1846
2069
|
var PipelineList = [1, n0, _PL,
|
|
1847
|
-
0, () =>
|
|
2070
|
+
0, () => PipelineSummary$
|
|
1848
2071
|
];
|
|
1849
2072
|
var PipelineStageDeclarationList = [1, n0, _PSDL,
|
|
1850
|
-
0, () =>
|
|
2073
|
+
0, () => StageDeclaration$
|
|
1851
2074
|
];
|
|
1852
2075
|
var PipelineTriggerDeclarationList = [1, n0, _PTDL,
|
|
1853
|
-
0, () =>
|
|
2076
|
+
0, () => PipelineTriggerDeclaration$
|
|
1854
2077
|
];
|
|
1855
2078
|
var PipelineVariableDeclarationList = [1, n0, _PVDL,
|
|
1856
|
-
0, () =>
|
|
2079
|
+
0, () => PipelineVariableDeclaration$
|
|
1857
2080
|
];
|
|
1858
2081
|
var PipelineVariableList = [1, n0, _PVL,
|
|
1859
|
-
0, () =>
|
|
2082
|
+
0, () => PipelineVariable$
|
|
1860
2083
|
];
|
|
1861
2084
|
var PollingAccountList = 64 | 0;
|
|
1862
2085
|
var PollingServicePrincipalList = 64 | 0;
|
|
1863
2086
|
var ResolvedPipelineVariableList = [1, n0, _RPVL,
|
|
1864
|
-
0, () =>
|
|
2087
|
+
0, () => ResolvedPipelineVariable$
|
|
1865
2088
|
];
|
|
1866
2089
|
var RuleConfigurationPropertyList = [1, n0, _RCPL,
|
|
1867
|
-
0, () =>
|
|
2090
|
+
0, () => RuleConfigurationProperty$
|
|
1868
2091
|
];
|
|
1869
2092
|
var RuleDeclarationList = [1, n0, _RDL,
|
|
1870
|
-
0, () =>
|
|
2093
|
+
0, () => RuleDeclaration$
|
|
1871
2094
|
];
|
|
1872
2095
|
var RuleExecutionDetailList = [1, n0, _REDL,
|
|
1873
|
-
0, () =>
|
|
2096
|
+
0, () => RuleExecutionDetail$
|
|
1874
2097
|
];
|
|
1875
2098
|
var RuleStateList = [1, n0, _RSL,
|
|
1876
|
-
0, () =>
|
|
2099
|
+
0, () => RuleState$
|
|
1877
2100
|
];
|
|
1878
2101
|
var RuleTypeList = [1, n0, _RTL,
|
|
1879
|
-
0, () =>
|
|
2102
|
+
0, () => RuleType$
|
|
1880
2103
|
];
|
|
1881
2104
|
var SourceRevisionList = [1, n0, _SRL,
|
|
1882
|
-
0, () =>
|
|
2105
|
+
0, () => SourceRevision$
|
|
1883
2106
|
];
|
|
1884
2107
|
var SourceRevisionOverrideList = [1, n0, _SROL,
|
|
1885
|
-
0, () =>
|
|
2108
|
+
0, () => SourceRevisionOverride$
|
|
1886
2109
|
];
|
|
1887
2110
|
var StageActionDeclarationList = [1, n0, _SADL,
|
|
1888
|
-
0, () =>
|
|
2111
|
+
0, () => ActionDeclaration$
|
|
1889
2112
|
];
|
|
1890
2113
|
var StageBlockerDeclarationList = [1, n0, _SBDL,
|
|
1891
|
-
0, () =>
|
|
2114
|
+
0, () => BlockerDeclaration$
|
|
1892
2115
|
];
|
|
1893
2116
|
var StageExecutionList = [1, n0, _SEL,
|
|
1894
|
-
0, () =>
|
|
2117
|
+
0, () => StageExecution$
|
|
1895
2118
|
];
|
|
1896
2119
|
var StageStateList = [1, n0, _SSL,
|
|
1897
|
-
0, () =>
|
|
2120
|
+
0, () => StageState$
|
|
1898
2121
|
];
|
|
1899
2122
|
var TagKeyList = 64 | 0;
|
|
1900
2123
|
var TagList = [1, n0, _TL,
|
|
1901
|
-
0, () =>
|
|
2124
|
+
0, () => Tag$
|
|
1902
2125
|
];
|
|
1903
2126
|
var TargetFilterList = [1, n0, _TFL,
|
|
1904
|
-
0, () =>
|
|
2127
|
+
0, () => TargetFilter$
|
|
1905
2128
|
];
|
|
1906
2129
|
var TargetFilterValueList = 64 | 0;
|
|
1907
2130
|
var ThirdPartyJobList = [1, n0, _TPJL,
|
|
1908
|
-
0, () =>
|
|
2131
|
+
0, () => ThirdPartyJob$
|
|
1909
2132
|
];
|
|
1910
2133
|
var WebhookFilters = [1, n0, _WF,
|
|
1911
|
-
0, () =>
|
|
2134
|
+
0, () => WebhookFilterRule$
|
|
1912
2135
|
];
|
|
1913
2136
|
var WebhookList = [1, n0, _WL,
|
|
1914
|
-
0, () =>
|
|
2137
|
+
0, () => ListWebhookItem$
|
|
1915
2138
|
];
|
|
1916
2139
|
var ActionConfigurationMap = 128 | 0;
|
|
1917
2140
|
var ArtifactStoreMap = [2, n0, _ASM,
|
|
1918
|
-
0, 0, () =>
|
|
2141
|
+
0, 0, () => ArtifactStore$
|
|
1919
2142
|
];
|
|
1920
2143
|
var OutputVariablesMap = 128 | 0;
|
|
1921
2144
|
var QueryParamMap = 128 | 0;
|
|
@@ -1923,134 +2146,134 @@ var ResolvedActionConfigurationMap = 128 | 0;
|
|
|
1923
2146
|
var ResolvedRuleConfigurationMap = 128 | 0;
|
|
1924
2147
|
var RuleConfigurationMap = 128 | 0;
|
|
1925
2148
|
exports.AcknowledgeJob$ = [9, n0, _AJ,
|
|
1926
|
-
0, () =>
|
|
2149
|
+
0, () => AcknowledgeJobInput$, () => AcknowledgeJobOutput$
|
|
1927
2150
|
];
|
|
1928
2151
|
exports.AcknowledgeThirdPartyJob$ = [9, n0, _ATPJ,
|
|
1929
|
-
0, () =>
|
|
2152
|
+
0, () => AcknowledgeThirdPartyJobInput$, () => AcknowledgeThirdPartyJobOutput$
|
|
1930
2153
|
];
|
|
1931
2154
|
exports.CreateCustomActionType$ = [9, n0, _CCAT,
|
|
1932
|
-
0, () =>
|
|
2155
|
+
0, () => CreateCustomActionTypeInput$, () => CreateCustomActionTypeOutput$
|
|
1933
2156
|
];
|
|
1934
2157
|
exports.CreatePipeline$ = [9, n0, _CP,
|
|
1935
|
-
0, () =>
|
|
2158
|
+
0, () => CreatePipelineInput$, () => CreatePipelineOutput$
|
|
1936
2159
|
];
|
|
1937
2160
|
exports.DeleteCustomActionType$ = [9, n0, _DCAT,
|
|
1938
|
-
0, () =>
|
|
2161
|
+
0, () => DeleteCustomActionTypeInput$, () => __Unit
|
|
1939
2162
|
];
|
|
1940
2163
|
exports.DeletePipeline$ = [9, n0, _DP,
|
|
1941
|
-
0, () =>
|
|
2164
|
+
0, () => DeletePipelineInput$, () => __Unit
|
|
1942
2165
|
];
|
|
1943
2166
|
exports.DeleteWebhook$ = [9, n0, _DW,
|
|
1944
|
-
0, () =>
|
|
2167
|
+
0, () => DeleteWebhookInput$, () => DeleteWebhookOutput$
|
|
1945
2168
|
];
|
|
1946
2169
|
exports.DeregisterWebhookWithThirdParty$ = [9, n0, _DWWTP,
|
|
1947
|
-
0, () =>
|
|
2170
|
+
0, () => DeregisterWebhookWithThirdPartyInput$, () => DeregisterWebhookWithThirdPartyOutput$
|
|
1948
2171
|
];
|
|
1949
2172
|
exports.DisableStageTransition$ = [9, n0, _DST,
|
|
1950
|
-
0, () =>
|
|
2173
|
+
0, () => DisableStageTransitionInput$, () => __Unit
|
|
1951
2174
|
];
|
|
1952
2175
|
exports.EnableStageTransition$ = [9, n0, _EST,
|
|
1953
|
-
0, () =>
|
|
2176
|
+
0, () => EnableStageTransitionInput$, () => __Unit
|
|
1954
2177
|
];
|
|
1955
2178
|
exports.GetActionType$ = [9, n0, _GAT,
|
|
1956
|
-
0, () =>
|
|
2179
|
+
0, () => GetActionTypeInput$, () => GetActionTypeOutput$
|
|
1957
2180
|
];
|
|
1958
2181
|
exports.GetJobDetails$ = [9, n0, _GJD,
|
|
1959
|
-
0, () =>
|
|
2182
|
+
0, () => GetJobDetailsInput$, () => GetJobDetailsOutput$
|
|
1960
2183
|
];
|
|
1961
2184
|
exports.GetPipeline$ = [9, n0, _GP,
|
|
1962
|
-
0, () =>
|
|
2185
|
+
0, () => GetPipelineInput$, () => GetPipelineOutput$
|
|
1963
2186
|
];
|
|
1964
2187
|
exports.GetPipelineExecution$ = [9, n0, _GPE,
|
|
1965
|
-
0, () =>
|
|
2188
|
+
0, () => GetPipelineExecutionInput$, () => GetPipelineExecutionOutput$
|
|
1966
2189
|
];
|
|
1967
2190
|
exports.GetPipelineState$ = [9, n0, _GPS,
|
|
1968
|
-
0, () =>
|
|
2191
|
+
0, () => GetPipelineStateInput$, () => GetPipelineStateOutput$
|
|
1969
2192
|
];
|
|
1970
2193
|
exports.GetThirdPartyJobDetails$ = [9, n0, _GTPJD,
|
|
1971
|
-
0, () =>
|
|
2194
|
+
0, () => GetThirdPartyJobDetailsInput$, () => GetThirdPartyJobDetailsOutput$
|
|
1972
2195
|
];
|
|
1973
2196
|
exports.ListActionExecutions$ = [9, n0, _LAE,
|
|
1974
|
-
0, () =>
|
|
2197
|
+
0, () => ListActionExecutionsInput$, () => ListActionExecutionsOutput$
|
|
1975
2198
|
];
|
|
1976
2199
|
exports.ListActionTypes$ = [9, n0, _LAT,
|
|
1977
|
-
0, () =>
|
|
2200
|
+
0, () => ListActionTypesInput$, () => ListActionTypesOutput$
|
|
1978
2201
|
];
|
|
1979
2202
|
exports.ListDeployActionExecutionTargets$ = [9, n0, _LDAET,
|
|
1980
|
-
0, () =>
|
|
2203
|
+
0, () => ListDeployActionExecutionTargetsInput$, () => ListDeployActionExecutionTargetsOutput$
|
|
1981
2204
|
];
|
|
1982
2205
|
exports.ListPipelineExecutions$ = [9, n0, _LPE,
|
|
1983
|
-
0, () =>
|
|
2206
|
+
0, () => ListPipelineExecutionsInput$, () => ListPipelineExecutionsOutput$
|
|
1984
2207
|
];
|
|
1985
2208
|
exports.ListPipelines$ = [9, n0, _LP,
|
|
1986
|
-
0, () =>
|
|
2209
|
+
0, () => ListPipelinesInput$, () => ListPipelinesOutput$
|
|
1987
2210
|
];
|
|
1988
2211
|
exports.ListRuleExecutions$ = [9, n0, _LRE,
|
|
1989
|
-
0, () =>
|
|
2212
|
+
0, () => ListRuleExecutionsInput$, () => ListRuleExecutionsOutput$
|
|
1990
2213
|
];
|
|
1991
2214
|
exports.ListRuleTypes$ = [9, n0, _LRT,
|
|
1992
|
-
0, () =>
|
|
2215
|
+
0, () => ListRuleTypesInput$, () => ListRuleTypesOutput$
|
|
1993
2216
|
];
|
|
1994
2217
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1995
|
-
0, () =>
|
|
2218
|
+
0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
1996
2219
|
];
|
|
1997
2220
|
exports.ListWebhooks$ = [9, n0, _LW,
|
|
1998
|
-
0, () =>
|
|
2221
|
+
0, () => ListWebhooksInput$, () => ListWebhooksOutput$
|
|
1999
2222
|
];
|
|
2000
2223
|
exports.OverrideStageCondition$ = [9, n0, _OSC,
|
|
2001
|
-
0, () =>
|
|
2224
|
+
0, () => OverrideStageConditionInput$, () => __Unit
|
|
2002
2225
|
];
|
|
2003
2226
|
exports.PollForJobs$ = [9, n0, _PFJ,
|
|
2004
|
-
0, () =>
|
|
2227
|
+
0, () => PollForJobsInput$, () => PollForJobsOutput$
|
|
2005
2228
|
];
|
|
2006
2229
|
exports.PollForThirdPartyJobs$ = [9, n0, _PFTPJ,
|
|
2007
|
-
0, () =>
|
|
2230
|
+
0, () => PollForThirdPartyJobsInput$, () => PollForThirdPartyJobsOutput$
|
|
2008
2231
|
];
|
|
2009
2232
|
exports.PutActionRevision$ = [9, n0, _PAR,
|
|
2010
|
-
0, () =>
|
|
2233
|
+
0, () => PutActionRevisionInput$, () => PutActionRevisionOutput$
|
|
2011
2234
|
];
|
|
2012
2235
|
exports.PutApprovalResult$ = [9, n0, _PARu,
|
|
2013
|
-
0, () =>
|
|
2236
|
+
0, () => PutApprovalResultInput$, () => PutApprovalResultOutput$
|
|
2014
2237
|
];
|
|
2015
2238
|
exports.PutJobFailureResult$ = [9, n0, _PJFR,
|
|
2016
|
-
0, () =>
|
|
2239
|
+
0, () => PutJobFailureResultInput$, () => __Unit
|
|
2017
2240
|
];
|
|
2018
2241
|
exports.PutJobSuccessResult$ = [9, n0, _PJSR,
|
|
2019
|
-
0, () =>
|
|
2242
|
+
0, () => PutJobSuccessResultInput$, () => __Unit
|
|
2020
2243
|
];
|
|
2021
2244
|
exports.PutThirdPartyJobFailureResult$ = [9, n0, _PTPJFR,
|
|
2022
|
-
0, () =>
|
|
2245
|
+
0, () => PutThirdPartyJobFailureResultInput$, () => __Unit
|
|
2023
2246
|
];
|
|
2024
2247
|
exports.PutThirdPartyJobSuccessResult$ = [9, n0, _PTPJSR,
|
|
2025
|
-
0, () =>
|
|
2248
|
+
0, () => PutThirdPartyJobSuccessResultInput$, () => __Unit
|
|
2026
2249
|
];
|
|
2027
2250
|
exports.PutWebhook$ = [9, n0, _PW,
|
|
2028
|
-
0, () =>
|
|
2251
|
+
0, () => PutWebhookInput$, () => PutWebhookOutput$
|
|
2029
2252
|
];
|
|
2030
2253
|
exports.RegisterWebhookWithThirdParty$ = [9, n0, _RWWTP,
|
|
2031
|
-
0, () =>
|
|
2254
|
+
0, () => RegisterWebhookWithThirdPartyInput$, () => RegisterWebhookWithThirdPartyOutput$
|
|
2032
2255
|
];
|
|
2033
2256
|
exports.RetryStageExecution$ = [9, n0, _RSE,
|
|
2034
|
-
0, () =>
|
|
2257
|
+
0, () => RetryStageExecutionInput$, () => RetryStageExecutionOutput$
|
|
2035
2258
|
];
|
|
2036
2259
|
exports.RollbackStage$ = [9, n0, _RSo,
|
|
2037
|
-
0, () =>
|
|
2260
|
+
0, () => RollbackStageInput$, () => RollbackStageOutput$
|
|
2038
2261
|
];
|
|
2039
2262
|
exports.StartPipelineExecution$ = [9, n0, _SPE,
|
|
2040
|
-
0, () =>
|
|
2263
|
+
0, () => StartPipelineExecutionInput$, () => StartPipelineExecutionOutput$
|
|
2041
2264
|
];
|
|
2042
2265
|
exports.StopPipelineExecution$ = [9, n0, _SPEt,
|
|
2043
|
-
0, () =>
|
|
2266
|
+
0, () => StopPipelineExecutionInput$, () => StopPipelineExecutionOutput$
|
|
2044
2267
|
];
|
|
2045
2268
|
exports.TagResource$ = [9, n0, _TR,
|
|
2046
|
-
0, () =>
|
|
2269
|
+
0, () => TagResourceInput$, () => TagResourceOutput$
|
|
2047
2270
|
];
|
|
2048
2271
|
exports.UntagResource$ = [9, n0, _UR,
|
|
2049
|
-
0, () =>
|
|
2272
|
+
0, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
2050
2273
|
];
|
|
2051
2274
|
exports.UpdateActionType$ = [9, n0, _UAT,
|
|
2052
|
-
0, () =>
|
|
2275
|
+
0, () => UpdateActionTypeInput$, () => __Unit
|
|
2053
2276
|
];
|
|
2054
2277
|
exports.UpdatePipeline$ = [9, n0, _UP,
|
|
2055
|
-
0, () =>
|
|
2278
|
+
0, () => UpdatePipelineInput$, () => UpdatePipelineOutput$
|
|
2056
2279
|
];
|