@aws-sdk/client-codepipeline 3.986.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +63 -2883
- package/dist-cjs/models/CodePipelineServiceException.js +12 -0
- package/dist-cjs/models/errors.js +537 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2056 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +286 -280
- package/dist-types/schemas/schemas_0.d.ts +49 -42
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +44 -42
- package/package.json +13 -13
|
@@ -55,8 +55,8 @@ const _C = "Condition";
|
|
|
55
55
|
const _CCAT = "CreateCustomActionType";
|
|
56
56
|
const _CCATI = "CreateCustomActionTypeInput";
|
|
57
57
|
const _CCATO = "CreateCustomActionTypeOutput";
|
|
58
|
-
const _CE = "
|
|
59
|
-
const _CEo = "
|
|
58
|
+
const _CE = "ConflictException";
|
|
59
|
+
const _CEo = "ConditionExecution";
|
|
60
60
|
const _CL = "ConditionList";
|
|
61
61
|
const _CME = "ConcurrentModificationException";
|
|
62
62
|
const _CNOE = "ConditionNotOverridableException";
|
|
@@ -353,7 +353,7 @@ const _bECS = "beforeEntryConditionState";
|
|
|
353
353
|
const _bN = "bucketName";
|
|
354
354
|
const _bl = "blockers";
|
|
355
355
|
const _bu = "bucket";
|
|
356
|
-
const _c = "
|
|
356
|
+
const _c = "client";
|
|
357
357
|
const _cI = "changeIdentifier";
|
|
358
358
|
const _cIl = "clientId";
|
|
359
359
|
const _cP = "configurationProperties";
|
|
@@ -365,9 +365,9 @@ const _cTo = "continuationToken";
|
|
|
365
365
|
const _cTon = "conditionType";
|
|
366
366
|
const _cU = "configurationUrl";
|
|
367
367
|
const _ca = "category";
|
|
368
|
-
const
|
|
369
|
-
const _co = "commands";
|
|
368
|
+
const _co = "configuration";
|
|
370
369
|
const _cod = "code";
|
|
370
|
+
const _com = "commands";
|
|
371
371
|
const _con = "conditions";
|
|
372
372
|
const _cont = "context";
|
|
373
373
|
const _cr = "created";
|
|
@@ -513,7 +513,7 @@ const _rea = "reason";
|
|
|
513
513
|
const _res = "result";
|
|
514
514
|
const _rev = "revision";
|
|
515
515
|
const _ru = "rules";
|
|
516
|
-
const _s = "
|
|
516
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.codepipeline";
|
|
517
517
|
const _sAK = "secretAccessKey";
|
|
518
518
|
const _sAN = "sourceActionName";
|
|
519
519
|
const _sCI = "ssmCommandId";
|
|
@@ -530,9 +530,9 @@ const _sTt = "stopTrigger";
|
|
|
530
530
|
const _se = "secret";
|
|
531
531
|
const _set = "settings";
|
|
532
532
|
const _sl = "s3location";
|
|
533
|
-
const
|
|
534
|
-
const
|
|
535
|
-
const
|
|
533
|
+
const _st = "status";
|
|
534
|
+
const _sta = "stage";
|
|
535
|
+
const _stag = "stages";
|
|
536
536
|
const _su = "summary";
|
|
537
537
|
const _t = "type";
|
|
538
538
|
const _tA = "targetAction";
|
|
@@ -566,6 +566,260 @@ const n0 = "com.amazonaws.codepipeline";
|
|
|
566
566
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
567
567
|
import { CodePipelineServiceException } from "../models/CodePipelineServiceException";
|
|
568
568
|
import { 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, } from "../models/errors";
|
|
569
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
570
|
+
export var CodePipelineServiceException$ = [-3, _s, "CodePipelineServiceException", 0, [], []];
|
|
571
|
+
_s_registry.registerError(CodePipelineServiceException$, CodePipelineServiceException);
|
|
572
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
573
|
+
export var ActionExecutionNotFoundException$ = [-3, n0, _AENFE,
|
|
574
|
+
{ [_e]: _c },
|
|
575
|
+
[_m],
|
|
576
|
+
[0]
|
|
577
|
+
];
|
|
578
|
+
n0_registry.registerError(ActionExecutionNotFoundException$, ActionExecutionNotFoundException);
|
|
579
|
+
export var ActionNotFoundException$ = [-3, n0, _ANFE,
|
|
580
|
+
{ [_e]: _c },
|
|
581
|
+
[_m],
|
|
582
|
+
[0]
|
|
583
|
+
];
|
|
584
|
+
n0_registry.registerError(ActionNotFoundException$, ActionNotFoundException);
|
|
585
|
+
export var ActionTypeNotFoundException$ = [-3, n0, _ATNFE,
|
|
586
|
+
{ [_e]: _c },
|
|
587
|
+
[_m],
|
|
588
|
+
[0]
|
|
589
|
+
];
|
|
590
|
+
n0_registry.registerError(ActionTypeNotFoundException$, ActionTypeNotFoundException);
|
|
591
|
+
export var ApprovalAlreadyCompletedException$ = [-3, n0, _AACE,
|
|
592
|
+
{ [_e]: _c },
|
|
593
|
+
[_m],
|
|
594
|
+
[0]
|
|
595
|
+
];
|
|
596
|
+
n0_registry.registerError(ApprovalAlreadyCompletedException$, ApprovalAlreadyCompletedException);
|
|
597
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
598
|
+
{ [_e]: _c },
|
|
599
|
+
[_m],
|
|
600
|
+
[0]
|
|
601
|
+
];
|
|
602
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
603
|
+
export var ConcurrentPipelineExecutionsLimitExceededException$ = [-3, n0, _CPELEE,
|
|
604
|
+
{ [_e]: _c },
|
|
605
|
+
[_m],
|
|
606
|
+
[0]
|
|
607
|
+
];
|
|
608
|
+
n0_registry.registerError(ConcurrentPipelineExecutionsLimitExceededException$, ConcurrentPipelineExecutionsLimitExceededException);
|
|
609
|
+
export var ConditionNotOverridableException$ = [-3, n0, _CNOE,
|
|
610
|
+
{ [_e]: _c },
|
|
611
|
+
[_m],
|
|
612
|
+
[0]
|
|
613
|
+
];
|
|
614
|
+
n0_registry.registerError(ConditionNotOverridableException$, ConditionNotOverridableException);
|
|
615
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
616
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
617
|
+
[_m],
|
|
618
|
+
[0]
|
|
619
|
+
];
|
|
620
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
621
|
+
export var DuplicatedStopRequestException$ = [-3, n0, _DSRE,
|
|
622
|
+
{ [_e]: _c },
|
|
623
|
+
[_m],
|
|
624
|
+
[0]
|
|
625
|
+
];
|
|
626
|
+
n0_registry.registerError(DuplicatedStopRequestException$, DuplicatedStopRequestException);
|
|
627
|
+
export var InvalidActionDeclarationException$ = [-3, n0, _IADE,
|
|
628
|
+
{ [_e]: _c },
|
|
629
|
+
[_m],
|
|
630
|
+
[0]
|
|
631
|
+
];
|
|
632
|
+
n0_registry.registerError(InvalidActionDeclarationException$, InvalidActionDeclarationException);
|
|
633
|
+
export var InvalidApprovalTokenException$ = [-3, n0, _IATE,
|
|
634
|
+
{ [_e]: _c },
|
|
635
|
+
[_m],
|
|
636
|
+
[0]
|
|
637
|
+
];
|
|
638
|
+
n0_registry.registerError(InvalidApprovalTokenException$, InvalidApprovalTokenException);
|
|
639
|
+
export var InvalidArnException$ = [-3, n0, _IAE,
|
|
640
|
+
{ [_e]: _c },
|
|
641
|
+
[_m],
|
|
642
|
+
[0]
|
|
643
|
+
];
|
|
644
|
+
n0_registry.registerError(InvalidArnException$, InvalidArnException);
|
|
645
|
+
export var InvalidBlockerDeclarationException$ = [-3, n0, _IBDE,
|
|
646
|
+
{ [_e]: _c },
|
|
647
|
+
[_m],
|
|
648
|
+
[0]
|
|
649
|
+
];
|
|
650
|
+
n0_registry.registerError(InvalidBlockerDeclarationException$, InvalidBlockerDeclarationException);
|
|
651
|
+
export var InvalidClientTokenException$ = [-3, n0, _ICTE,
|
|
652
|
+
{ [_e]: _c },
|
|
653
|
+
[_m],
|
|
654
|
+
[0]
|
|
655
|
+
];
|
|
656
|
+
n0_registry.registerError(InvalidClientTokenException$, InvalidClientTokenException);
|
|
657
|
+
export var InvalidJobException$ = [-3, n0, _IJE,
|
|
658
|
+
{ [_e]: _c },
|
|
659
|
+
[_m],
|
|
660
|
+
[0]
|
|
661
|
+
];
|
|
662
|
+
n0_registry.registerError(InvalidJobException$, InvalidJobException);
|
|
663
|
+
export var InvalidJobStateException$ = [-3, n0, _IJSE,
|
|
664
|
+
{ [_e]: _c },
|
|
665
|
+
[_m],
|
|
666
|
+
[0]
|
|
667
|
+
];
|
|
668
|
+
n0_registry.registerError(InvalidJobStateException$, InvalidJobStateException);
|
|
669
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
670
|
+
{ [_e]: _c },
|
|
671
|
+
[_m],
|
|
672
|
+
[0]
|
|
673
|
+
];
|
|
674
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
675
|
+
export var InvalidNonceException$ = [-3, n0, _INE,
|
|
676
|
+
{ [_e]: _c },
|
|
677
|
+
[_m],
|
|
678
|
+
[0]
|
|
679
|
+
];
|
|
680
|
+
n0_registry.registerError(InvalidNonceException$, InvalidNonceException);
|
|
681
|
+
export var InvalidStageDeclarationException$ = [-3, n0, _ISDE,
|
|
682
|
+
{ [_e]: _c },
|
|
683
|
+
[_m],
|
|
684
|
+
[0]
|
|
685
|
+
];
|
|
686
|
+
n0_registry.registerError(InvalidStageDeclarationException$, InvalidStageDeclarationException);
|
|
687
|
+
export var InvalidStructureException$ = [-3, n0, _ISE,
|
|
688
|
+
{ [_e]: _c },
|
|
689
|
+
[_m],
|
|
690
|
+
[0]
|
|
691
|
+
];
|
|
692
|
+
n0_registry.registerError(InvalidStructureException$, InvalidStructureException);
|
|
693
|
+
export var InvalidTagsException$ = [-3, n0, _ITE,
|
|
694
|
+
{ [_e]: _c },
|
|
695
|
+
[_m],
|
|
696
|
+
[0]
|
|
697
|
+
];
|
|
698
|
+
n0_registry.registerError(InvalidTagsException$, InvalidTagsException);
|
|
699
|
+
export var InvalidWebhookAuthenticationParametersException$ = [-3, n0, _IWAPE,
|
|
700
|
+
{ [_e]: _c },
|
|
701
|
+
[_m],
|
|
702
|
+
[0]
|
|
703
|
+
];
|
|
704
|
+
n0_registry.registerError(InvalidWebhookAuthenticationParametersException$, InvalidWebhookAuthenticationParametersException);
|
|
705
|
+
export var InvalidWebhookFilterPatternException$ = [-3, n0, _IWFPE,
|
|
706
|
+
{ [_e]: _c },
|
|
707
|
+
[_m],
|
|
708
|
+
[0]
|
|
709
|
+
];
|
|
710
|
+
n0_registry.registerError(InvalidWebhookFilterPatternException$, InvalidWebhookFilterPatternException);
|
|
711
|
+
export var JobNotFoundException$ = [-3, n0, _JNFE,
|
|
712
|
+
{ [_e]: _c },
|
|
713
|
+
[_m],
|
|
714
|
+
[0]
|
|
715
|
+
];
|
|
716
|
+
n0_registry.registerError(JobNotFoundException$, JobNotFoundException);
|
|
717
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
718
|
+
{ [_e]: _c },
|
|
719
|
+
[_m],
|
|
720
|
+
[0]
|
|
721
|
+
];
|
|
722
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
723
|
+
export var NotLatestPipelineExecutionException$ = [-3, n0, _NLPEE,
|
|
724
|
+
{ [_e]: _c },
|
|
725
|
+
[_m],
|
|
726
|
+
[0]
|
|
727
|
+
];
|
|
728
|
+
n0_registry.registerError(NotLatestPipelineExecutionException$, NotLatestPipelineExecutionException);
|
|
729
|
+
export var OutputVariablesSizeExceededException$ = [-3, n0, _OVSEE,
|
|
730
|
+
{ [_e]: _c },
|
|
731
|
+
[_m],
|
|
732
|
+
[0]
|
|
733
|
+
];
|
|
734
|
+
n0_registry.registerError(OutputVariablesSizeExceededException$, OutputVariablesSizeExceededException);
|
|
735
|
+
export var PipelineExecutionNotFoundException$ = [-3, n0, _PENFE,
|
|
736
|
+
{ [_e]: _c },
|
|
737
|
+
[_m],
|
|
738
|
+
[0]
|
|
739
|
+
];
|
|
740
|
+
n0_registry.registerError(PipelineExecutionNotFoundException$, PipelineExecutionNotFoundException);
|
|
741
|
+
export var PipelineExecutionNotStoppableException$ = [-3, n0, _PENSE,
|
|
742
|
+
{ [_e]: _c },
|
|
743
|
+
[_m],
|
|
744
|
+
[0]
|
|
745
|
+
];
|
|
746
|
+
n0_registry.registerError(PipelineExecutionNotStoppableException$, PipelineExecutionNotStoppableException);
|
|
747
|
+
export var PipelineExecutionOutdatedException$ = [-3, n0, _PEOE,
|
|
748
|
+
{ [_e]: _c },
|
|
749
|
+
[_m],
|
|
750
|
+
[0]
|
|
751
|
+
];
|
|
752
|
+
n0_registry.registerError(PipelineExecutionOutdatedException$, PipelineExecutionOutdatedException);
|
|
753
|
+
export var PipelineNameInUseException$ = [-3, n0, _PNIUE,
|
|
754
|
+
{ [_e]: _c },
|
|
755
|
+
[_m],
|
|
756
|
+
[0]
|
|
757
|
+
];
|
|
758
|
+
n0_registry.registerError(PipelineNameInUseException$, PipelineNameInUseException);
|
|
759
|
+
export var PipelineNotFoundException$ = [-3, n0, _PNFE,
|
|
760
|
+
{ [_e]: _c },
|
|
761
|
+
[_m],
|
|
762
|
+
[0]
|
|
763
|
+
];
|
|
764
|
+
n0_registry.registerError(PipelineNotFoundException$, PipelineNotFoundException);
|
|
765
|
+
export var PipelineVersionNotFoundException$ = [-3, n0, _PVNFE,
|
|
766
|
+
{ [_e]: _c },
|
|
767
|
+
[_m],
|
|
768
|
+
[0]
|
|
769
|
+
];
|
|
770
|
+
n0_registry.registerError(PipelineVersionNotFoundException$, PipelineVersionNotFoundException);
|
|
771
|
+
export var RequestFailedException$ = [-3, n0, _RFE,
|
|
772
|
+
{ [_e]: _c },
|
|
773
|
+
[_m],
|
|
774
|
+
[0]
|
|
775
|
+
];
|
|
776
|
+
n0_registry.registerError(RequestFailedException$, RequestFailedException);
|
|
777
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
778
|
+
{ [_e]: _c },
|
|
779
|
+
[_m],
|
|
780
|
+
[0]
|
|
781
|
+
];
|
|
782
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
783
|
+
export var StageNotFoundException$ = [-3, n0, _SNFE,
|
|
784
|
+
{ [_e]: _c },
|
|
785
|
+
[_m],
|
|
786
|
+
[0]
|
|
787
|
+
];
|
|
788
|
+
n0_registry.registerError(StageNotFoundException$, StageNotFoundException);
|
|
789
|
+
export var StageNotRetryableException$ = [-3, n0, _SNRE,
|
|
790
|
+
{ [_e]: _c },
|
|
791
|
+
[_m],
|
|
792
|
+
[0]
|
|
793
|
+
];
|
|
794
|
+
n0_registry.registerError(StageNotRetryableException$, StageNotRetryableException);
|
|
795
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
796
|
+
{ [_e]: _c },
|
|
797
|
+
[_m],
|
|
798
|
+
[0]
|
|
799
|
+
];
|
|
800
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
801
|
+
export var UnableToRollbackStageException$ = [-3, n0, _UTRSE,
|
|
802
|
+
{ [_e]: _c },
|
|
803
|
+
[_m],
|
|
804
|
+
[0]
|
|
805
|
+
];
|
|
806
|
+
n0_registry.registerError(UnableToRollbackStageException$, UnableToRollbackStageException);
|
|
807
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
808
|
+
{ [_e]: _c },
|
|
809
|
+
[_m],
|
|
810
|
+
[0]
|
|
811
|
+
];
|
|
812
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
813
|
+
export var WebhookNotFoundException$ = [-3, n0, _WNFE,
|
|
814
|
+
{ [_e]: _c },
|
|
815
|
+
[],
|
|
816
|
+
[]
|
|
817
|
+
];
|
|
818
|
+
n0_registry.registerError(WebhookNotFoundException$, WebhookNotFoundException);
|
|
819
|
+
export const errorTypeRegistries = [
|
|
820
|
+
_s_registry,
|
|
821
|
+
n0_registry,
|
|
822
|
+
];
|
|
569
823
|
var AccessKeyId = [0, n0, _AKI, 8, 0];
|
|
570
824
|
var SecretAccessKey = [0, n0, _SAK, 8, 0];
|
|
571
825
|
var SessionToken = [0, n0, _ST, 8, 0];
|
|
@@ -576,7 +830,7 @@ export var AcknowledgeJobInput$ = [3, n0, _AJI,
|
|
|
576
830
|
];
|
|
577
831
|
export var AcknowledgeJobOutput$ = [3, n0, _AJO,
|
|
578
832
|
0,
|
|
579
|
-
[
|
|
833
|
+
[_st],
|
|
580
834
|
[0]
|
|
581
835
|
];
|
|
582
836
|
export var AcknowledgeThirdPartyJobInput$ = [3, n0, _ATPJI,
|
|
@@ -586,12 +840,12 @@ export var AcknowledgeThirdPartyJobInput$ = [3, n0, _ATPJI,
|
|
|
586
840
|
];
|
|
587
841
|
export var AcknowledgeThirdPartyJobOutput$ = [3, n0, _ATPJO,
|
|
588
842
|
0,
|
|
589
|
-
[
|
|
843
|
+
[_st],
|
|
590
844
|
[0]
|
|
591
845
|
];
|
|
592
846
|
export var ActionConfiguration$ = [3, n0, _AC,
|
|
593
847
|
0,
|
|
594
|
-
[
|
|
848
|
+
[_co],
|
|
595
849
|
[128 | 0]
|
|
596
850
|
];
|
|
597
851
|
export var ActionConfigurationProperty$ = [3, n0, _ACP,
|
|
@@ -606,17 +860,17 @@ export var ActionContext$ = [3, n0, _ACc,
|
|
|
606
860
|
];
|
|
607
861
|
export var ActionDeclaration$ = [3, n0, _AD,
|
|
608
862
|
0,
|
|
609
|
-
[_na, _aTI, _rO,
|
|
863
|
+
[_na, _aTI, _rO, _co, _com, _oA, _iA, _oV, _rA, _re, _nam, _tIM, _eV],
|
|
610
864
|
[0, () => ActionTypeId$, 1, 128 | 0, 64 | 0, () => OutputArtifactList, () => InputArtifactList, 64 | 0, 0, 0, 0, 1, () => EnvironmentVariableList], 2
|
|
611
865
|
];
|
|
612
866
|
export var ActionExecution$ = [3, n0, _AE,
|
|
613
867
|
0,
|
|
614
|
-
[_aEI,
|
|
868
|
+
[_aEI, _st, _su, _lSC, _to, _lUB, _eEI, _eEU, _pC, _eD, _lSARN],
|
|
615
869
|
[0, 0, 0, 4, 0, 0, 0, 0, 1, () => ErrorDetails$, 0]
|
|
616
870
|
];
|
|
617
871
|
export var ActionExecutionDetail$ = [3, n0, _AED,
|
|
618
872
|
0,
|
|
619
|
-
[_pEI, _aEI, _pV, _sN, _aN, _sT, _lUT, _uB,
|
|
873
|
+
[_pEI, _aEI, _pV, _sN, _aN, _sT, _lUT, _uB, _st, _i, _o],
|
|
620
874
|
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => ActionExecutionInput$, () => ActionExecutionOutput$]
|
|
621
875
|
];
|
|
622
876
|
export var ActionExecutionFilter$ = [3, n0, _AEF,
|
|
@@ -626,15 +880,9 @@ export var ActionExecutionFilter$ = [3, n0, _AEF,
|
|
|
626
880
|
];
|
|
627
881
|
export var ActionExecutionInput$ = [3, n0, _AEI,
|
|
628
882
|
0,
|
|
629
|
-
[_aTI,
|
|
883
|
+
[_aTI, _co, _rC, _rA, _re, _iA, _nam],
|
|
630
884
|
[() => ActionTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList, 0]
|
|
631
885
|
];
|
|
632
|
-
export var ActionExecutionNotFoundException$ = [-3, n0, _AENFE,
|
|
633
|
-
{ [_e]: _cl },
|
|
634
|
-
[_m],
|
|
635
|
-
[0]
|
|
636
|
-
];
|
|
637
|
-
TypeRegistry.for(n0).registerError(ActionExecutionNotFoundException$, ActionExecutionNotFoundException);
|
|
638
886
|
export var ActionExecutionOutput$ = [3, n0, _AEO,
|
|
639
887
|
0,
|
|
640
888
|
[_oA, _eR, _oV],
|
|
@@ -645,12 +893,6 @@ export var ActionExecutionResult$ = [3, n0, _AER,
|
|
|
645
893
|
[_eEI, _eES, _eEU, _eD, _lSARN],
|
|
646
894
|
[0, 0, 0, () => ErrorDetails$, 0]
|
|
647
895
|
];
|
|
648
|
-
export var ActionNotFoundException$ = [-3, n0, _ANFE,
|
|
649
|
-
{ [_e]: _cl },
|
|
650
|
-
[_m],
|
|
651
|
-
[0]
|
|
652
|
-
];
|
|
653
|
-
TypeRegistry.for(n0).registerError(ActionNotFoundException$, ActionNotFoundException);
|
|
654
896
|
export var ActionRevision$ = [3, n0, _AR,
|
|
655
897
|
0,
|
|
656
898
|
[_rI, _rCI, _cr],
|
|
@@ -678,7 +920,7 @@ export var ActionTypeDeclaration$ = [3, n0, _ATD,
|
|
|
678
920
|
];
|
|
679
921
|
export var ActionTypeExecutor$ = [3, n0, _ATE,
|
|
680
922
|
0,
|
|
681
|
-
[
|
|
923
|
+
[_co, _t, _pST, _jT],
|
|
682
924
|
[() => ExecutorConfiguration$, 0, 0, 1], 2
|
|
683
925
|
];
|
|
684
926
|
export var ActionTypeId$ = [3, n0, _ATI,
|
|
@@ -691,12 +933,6 @@ export var ActionTypeIdentifier$ = [3, n0, _ATIc,
|
|
|
691
933
|
[_ca, _ow, _pro, _v],
|
|
692
934
|
[0, 0, 0, 0], 4
|
|
693
935
|
];
|
|
694
|
-
export var ActionTypeNotFoundException$ = [-3, n0, _ATNFE,
|
|
695
|
-
{ [_e]: _cl },
|
|
696
|
-
[_m],
|
|
697
|
-
[0]
|
|
698
|
-
];
|
|
699
|
-
TypeRegistry.for(n0).registerError(ActionTypeNotFoundException$, ActionTypeNotFoundException);
|
|
700
936
|
export var ActionTypePermissions$ = [3, n0, _ATP,
|
|
701
937
|
0,
|
|
702
938
|
[_aA],
|
|
@@ -717,15 +953,9 @@ export var ActionTypeUrls$ = [3, n0, _ATU,
|
|
|
717
953
|
[_cU, _eUT, _eUTx, _rUT],
|
|
718
954
|
[0, 0, 0, 0]
|
|
719
955
|
];
|
|
720
|
-
export var ApprovalAlreadyCompletedException$ = [-3, n0, _AACE,
|
|
721
|
-
{ [_e]: _cl },
|
|
722
|
-
[_m],
|
|
723
|
-
[0]
|
|
724
|
-
];
|
|
725
|
-
TypeRegistry.for(n0).registerError(ApprovalAlreadyCompletedException$, ApprovalAlreadyCompletedException);
|
|
726
956
|
export var ApprovalResult$ = [3, n0, _ARp,
|
|
727
957
|
0,
|
|
728
|
-
[_su,
|
|
958
|
+
[_su, _st],
|
|
729
959
|
[0, 0], 2
|
|
730
960
|
];
|
|
731
961
|
export var Artifact$ = [3, n0, _A,
|
|
@@ -773,45 +1003,21 @@ export var BlockerDeclaration$ = [3, n0, _BD,
|
|
|
773
1003
|
[_na, _t],
|
|
774
1004
|
[0, 0], 2
|
|
775
1005
|
];
|
|
776
|
-
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
777
|
-
{ [_e]: _cl },
|
|
778
|
-
[_m],
|
|
779
|
-
[0]
|
|
780
|
-
];
|
|
781
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
782
|
-
export var ConcurrentPipelineExecutionsLimitExceededException$ = [-3, n0, _CPELEE,
|
|
783
|
-
{ [_e]: _cl },
|
|
784
|
-
[_m],
|
|
785
|
-
[0]
|
|
786
|
-
];
|
|
787
|
-
TypeRegistry.for(n0).registerError(ConcurrentPipelineExecutionsLimitExceededException$, ConcurrentPipelineExecutionsLimitExceededException);
|
|
788
1006
|
export var Condition$ = [3, n0, _C,
|
|
789
1007
|
0,
|
|
790
1008
|
[_res, _ru],
|
|
791
1009
|
[0, () => RuleDeclarationList]
|
|
792
1010
|
];
|
|
793
|
-
export var ConditionExecution$ = [3, n0,
|
|
1011
|
+
export var ConditionExecution$ = [3, n0, _CEo,
|
|
794
1012
|
0,
|
|
795
|
-
[
|
|
1013
|
+
[_st, _su, _lSC],
|
|
796
1014
|
[0, 0, 4]
|
|
797
1015
|
];
|
|
798
|
-
export var ConditionNotOverridableException$ = [-3, n0, _CNOE,
|
|
799
|
-
{ [_e]: _cl },
|
|
800
|
-
[_m],
|
|
801
|
-
[0]
|
|
802
|
-
];
|
|
803
|
-
TypeRegistry.for(n0).registerError(ConditionNotOverridableException$, ConditionNotOverridableException);
|
|
804
1016
|
export var ConditionState$ = [3, n0, _CS,
|
|
805
1017
|
0,
|
|
806
1018
|
[_lE, _rSu],
|
|
807
1019
|
[() => ConditionExecution$, () => RuleStateList]
|
|
808
1020
|
];
|
|
809
|
-
export var ConflictException$ = [-3, n0, _CEo,
|
|
810
|
-
{ [_e]: _cl, [_hE]: 409 },
|
|
811
|
-
[_m],
|
|
812
|
-
[0]
|
|
813
|
-
];
|
|
814
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
815
1021
|
export var CreateCustomActionTypeInput$ = [3, n0, _CCATI,
|
|
816
1022
|
0,
|
|
817
1023
|
[_ca, _pro, _v, _iAD, _oAD, _set, _cP, _ta],
|
|
@@ -859,12 +1065,12 @@ export var DeleteWebhookOutput$ = [3, n0, _DWO,
|
|
|
859
1065
|
];
|
|
860
1066
|
export var DeployActionExecutionTarget$ = [3, n0, _DAET,
|
|
861
1067
|
0,
|
|
862
|
-
[_tI, _tT,
|
|
1068
|
+
[_tI, _tT, _st, _sT, _eT, _ev],
|
|
863
1069
|
[0, 0, 0, 4, 4, () => DeployTargetEventList]
|
|
864
1070
|
];
|
|
865
1071
|
export var DeployTargetEvent$ = [3, n0, _DTE,
|
|
866
1072
|
0,
|
|
867
|
-
[_na,
|
|
1073
|
+
[_na, _st, _sT, _eT, _cont],
|
|
868
1074
|
[0, 0, 4, 4, () => DeployTargetEventContext$]
|
|
869
1075
|
];
|
|
870
1076
|
export var DeployTargetEventContext$ = [3, n0, _DTEC,
|
|
@@ -887,12 +1093,6 @@ export var DisableStageTransitionInput$ = [3, n0, _DSTI,
|
|
|
887
1093
|
[_pN, _sN, _tTr, _rea],
|
|
888
1094
|
[0, 0, 0, 0], 4
|
|
889
1095
|
];
|
|
890
|
-
export var DuplicatedStopRequestException$ = [-3, n0, _DSRE,
|
|
891
|
-
{ [_e]: _cl },
|
|
892
|
-
[_m],
|
|
893
|
-
[0]
|
|
894
|
-
];
|
|
895
|
-
TypeRegistry.for(n0).registerError(DuplicatedStopRequestException$, DuplicatedStopRequestException);
|
|
896
1096
|
export var EnableStageTransitionInput$ = [3, n0, _ESTI,
|
|
897
1097
|
0,
|
|
898
1098
|
[_pN, _sN, _tTr],
|
|
@@ -1033,90 +1233,6 @@ export var InputArtifact$ = [3, n0, _IA,
|
|
|
1033
1233
|
[_na],
|
|
1034
1234
|
[0], 1
|
|
1035
1235
|
];
|
|
1036
|
-
export var InvalidActionDeclarationException$ = [-3, n0, _IADE,
|
|
1037
|
-
{ [_e]: _cl },
|
|
1038
|
-
[_m],
|
|
1039
|
-
[0]
|
|
1040
|
-
];
|
|
1041
|
-
TypeRegistry.for(n0).registerError(InvalidActionDeclarationException$, InvalidActionDeclarationException);
|
|
1042
|
-
export var InvalidApprovalTokenException$ = [-3, n0, _IATE,
|
|
1043
|
-
{ [_e]: _cl },
|
|
1044
|
-
[_m],
|
|
1045
|
-
[0]
|
|
1046
|
-
];
|
|
1047
|
-
TypeRegistry.for(n0).registerError(InvalidApprovalTokenException$, InvalidApprovalTokenException);
|
|
1048
|
-
export var InvalidArnException$ = [-3, n0, _IAE,
|
|
1049
|
-
{ [_e]: _cl },
|
|
1050
|
-
[_m],
|
|
1051
|
-
[0]
|
|
1052
|
-
];
|
|
1053
|
-
TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
1054
|
-
export var InvalidBlockerDeclarationException$ = [-3, n0, _IBDE,
|
|
1055
|
-
{ [_e]: _cl },
|
|
1056
|
-
[_m],
|
|
1057
|
-
[0]
|
|
1058
|
-
];
|
|
1059
|
-
TypeRegistry.for(n0).registerError(InvalidBlockerDeclarationException$, InvalidBlockerDeclarationException);
|
|
1060
|
-
export var InvalidClientTokenException$ = [-3, n0, _ICTE,
|
|
1061
|
-
{ [_e]: _cl },
|
|
1062
|
-
[_m],
|
|
1063
|
-
[0]
|
|
1064
|
-
];
|
|
1065
|
-
TypeRegistry.for(n0).registerError(InvalidClientTokenException$, InvalidClientTokenException);
|
|
1066
|
-
export var InvalidJobException$ = [-3, n0, _IJE,
|
|
1067
|
-
{ [_e]: _cl },
|
|
1068
|
-
[_m],
|
|
1069
|
-
[0]
|
|
1070
|
-
];
|
|
1071
|
-
TypeRegistry.for(n0).registerError(InvalidJobException$, InvalidJobException);
|
|
1072
|
-
export var InvalidJobStateException$ = [-3, n0, _IJSE,
|
|
1073
|
-
{ [_e]: _cl },
|
|
1074
|
-
[_m],
|
|
1075
|
-
[0]
|
|
1076
|
-
];
|
|
1077
|
-
TypeRegistry.for(n0).registerError(InvalidJobStateException$, InvalidJobStateException);
|
|
1078
|
-
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1079
|
-
{ [_e]: _cl },
|
|
1080
|
-
[_m],
|
|
1081
|
-
[0]
|
|
1082
|
-
];
|
|
1083
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1084
|
-
export var InvalidNonceException$ = [-3, n0, _INE,
|
|
1085
|
-
{ [_e]: _cl },
|
|
1086
|
-
[_m],
|
|
1087
|
-
[0]
|
|
1088
|
-
];
|
|
1089
|
-
TypeRegistry.for(n0).registerError(InvalidNonceException$, InvalidNonceException);
|
|
1090
|
-
export var InvalidStageDeclarationException$ = [-3, n0, _ISDE,
|
|
1091
|
-
{ [_e]: _cl },
|
|
1092
|
-
[_m],
|
|
1093
|
-
[0]
|
|
1094
|
-
];
|
|
1095
|
-
TypeRegistry.for(n0).registerError(InvalidStageDeclarationException$, InvalidStageDeclarationException);
|
|
1096
|
-
export var InvalidStructureException$ = [-3, n0, _ISE,
|
|
1097
|
-
{ [_e]: _cl },
|
|
1098
|
-
[_m],
|
|
1099
|
-
[0]
|
|
1100
|
-
];
|
|
1101
|
-
TypeRegistry.for(n0).registerError(InvalidStructureException$, InvalidStructureException);
|
|
1102
|
-
export var InvalidTagsException$ = [-3, n0, _ITE,
|
|
1103
|
-
{ [_e]: _cl },
|
|
1104
|
-
[_m],
|
|
1105
|
-
[0]
|
|
1106
|
-
];
|
|
1107
|
-
TypeRegistry.for(n0).registerError(InvalidTagsException$, InvalidTagsException);
|
|
1108
|
-
export var InvalidWebhookAuthenticationParametersException$ = [-3, n0, _IWAPE,
|
|
1109
|
-
{ [_e]: _cl },
|
|
1110
|
-
[_m],
|
|
1111
|
-
[0]
|
|
1112
|
-
];
|
|
1113
|
-
TypeRegistry.for(n0).registerError(InvalidWebhookAuthenticationParametersException$, InvalidWebhookAuthenticationParametersException);
|
|
1114
|
-
export var InvalidWebhookFilterPatternException$ = [-3, n0, _IWFPE,
|
|
1115
|
-
{ [_e]: _cl },
|
|
1116
|
-
[_m],
|
|
1117
|
-
[0]
|
|
1118
|
-
];
|
|
1119
|
-
TypeRegistry.for(n0).registerError(InvalidWebhookFilterPatternException$, InvalidWebhookFilterPatternException);
|
|
1120
1236
|
export var Job$ = [3, n0, _J,
|
|
1121
1237
|
0,
|
|
1122
1238
|
[_id, _da, _n, _aI],
|
|
@@ -1132,12 +1248,6 @@ export var JobDetails$ = [3, n0, _JDo,
|
|
|
1132
1248
|
[_id, _da, _aI],
|
|
1133
1249
|
[0, [() => JobData$, 0], 0]
|
|
1134
1250
|
];
|
|
1135
|
-
export var JobNotFoundException$ = [-3, n0, _JNFE,
|
|
1136
|
-
{ [_e]: _cl },
|
|
1137
|
-
[_m],
|
|
1138
|
-
[0]
|
|
1139
|
-
];
|
|
1140
|
-
TypeRegistry.for(n0).registerError(JobNotFoundException$, JobNotFoundException);
|
|
1141
1251
|
export var JobWorkerExecutorConfiguration$ = [3, n0, _JWEC,
|
|
1142
1252
|
0,
|
|
1143
1253
|
[_pA, _pSP],
|
|
@@ -1153,12 +1263,6 @@ export var LatestInPipelineExecutionFilter$ = [3, n0, _LIPEF,
|
|
|
1153
1263
|
[_pEI, _sTR],
|
|
1154
1264
|
[0, 0], 2
|
|
1155
1265
|
];
|
|
1156
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1157
|
-
{ [_e]: _cl },
|
|
1158
|
-
[_m],
|
|
1159
|
-
[0]
|
|
1160
|
-
];
|
|
1161
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1162
1266
|
export var ListActionExecutionsInput$ = [3, n0, _LAEI,
|
|
1163
1267
|
0,
|
|
1164
1268
|
[_pN, _f, _mR, _nT],
|
|
@@ -1254,23 +1358,11 @@ export var ListWebhooksOutput$ = [3, n0, _LWO,
|
|
|
1254
1358
|
[_w, _NT],
|
|
1255
1359
|
[() => WebhookList, 0]
|
|
1256
1360
|
];
|
|
1257
|
-
export var NotLatestPipelineExecutionException$ = [-3, n0, _NLPEE,
|
|
1258
|
-
{ [_e]: _cl },
|
|
1259
|
-
[_m],
|
|
1260
|
-
[0]
|
|
1261
|
-
];
|
|
1262
|
-
TypeRegistry.for(n0).registerError(NotLatestPipelineExecutionException$, NotLatestPipelineExecutionException);
|
|
1263
1361
|
export var OutputArtifact$ = [3, n0, _OA,
|
|
1264
1362
|
0,
|
|
1265
1363
|
[_na, _fil],
|
|
1266
1364
|
[0, 64 | 0], 1
|
|
1267
1365
|
];
|
|
1268
|
-
export var OutputVariablesSizeExceededException$ = [-3, n0, _OVSEE,
|
|
1269
|
-
{ [_e]: _cl },
|
|
1270
|
-
[_m],
|
|
1271
|
-
[0]
|
|
1272
|
-
];
|
|
1273
|
-
TypeRegistry.for(n0).registerError(OutputVariablesSizeExceededException$, OutputVariablesSizeExceededException);
|
|
1274
1366
|
export var OverrideStageConditionInput$ = [3, n0, _OSCI,
|
|
1275
1367
|
0,
|
|
1276
1368
|
[_pN, _sN, _pEI, _cTon],
|
|
@@ -1278,17 +1370,17 @@ export var OverrideStageConditionInput$ = [3, n0, _OSCI,
|
|
|
1278
1370
|
];
|
|
1279
1371
|
export var PipelineContext$ = [3, n0, _PC,
|
|
1280
1372
|
0,
|
|
1281
|
-
[_pN,
|
|
1373
|
+
[_pN, _sta, _ac, _pAi, _pEI],
|
|
1282
1374
|
[0, () => StageContext$, () => ActionContext$, 0, 0]
|
|
1283
1375
|
];
|
|
1284
1376
|
export var PipelineDeclaration$ = [3, n0, _PD,
|
|
1285
1377
|
0,
|
|
1286
|
-
[_na, _rA,
|
|
1378
|
+
[_na, _rA, _stag, _aS, _aSr, _v, _eMx, _pT, _var, _tr],
|
|
1287
1379
|
[0, 0, () => PipelineStageDeclarationList, () => ArtifactStore$, () => ArtifactStoreMap, 1, 0, 0, () => PipelineVariableDeclarationList, () => PipelineTriggerDeclarationList], 3
|
|
1288
1380
|
];
|
|
1289
1381
|
export var PipelineExecution$ = [3, n0, _PE,
|
|
1290
1382
|
0,
|
|
1291
|
-
[_pN, _pV, _pEI,
|
|
1383
|
+
[_pN, _pV, _pEI, _st, _sSt, _aR, _var, _tri, _eMx, _eTx, _rM],
|
|
1292
1384
|
[0, 1, 0, 0, 0, () => ArtifactRevisionList, () => ResolvedPipelineVariableList, () => ExecutionTrigger$, 0, 0, () => PipelineRollbackMetadata$]
|
|
1293
1385
|
];
|
|
1294
1386
|
export var PipelineExecutionFilter$ = [3, n0, _PEF,
|
|
@@ -1296,27 +1388,9 @@ export var PipelineExecutionFilter$ = [3, n0, _PEF,
|
|
|
1296
1388
|
[_sIS],
|
|
1297
1389
|
[() => SucceededInStageFilter$]
|
|
1298
1390
|
];
|
|
1299
|
-
export var PipelineExecutionNotFoundException$ = [-3, n0, _PENFE,
|
|
1300
|
-
{ [_e]: _cl },
|
|
1301
|
-
[_m],
|
|
1302
|
-
[0]
|
|
1303
|
-
];
|
|
1304
|
-
TypeRegistry.for(n0).registerError(PipelineExecutionNotFoundException$, PipelineExecutionNotFoundException);
|
|
1305
|
-
export var PipelineExecutionNotStoppableException$ = [-3, n0, _PENSE,
|
|
1306
|
-
{ [_e]: _cl },
|
|
1307
|
-
[_m],
|
|
1308
|
-
[0]
|
|
1309
|
-
];
|
|
1310
|
-
TypeRegistry.for(n0).registerError(PipelineExecutionNotStoppableException$, PipelineExecutionNotStoppableException);
|
|
1311
|
-
export var PipelineExecutionOutdatedException$ = [-3, n0, _PEOE,
|
|
1312
|
-
{ [_e]: _cl },
|
|
1313
|
-
[_m],
|
|
1314
|
-
[0]
|
|
1315
|
-
];
|
|
1316
|
-
TypeRegistry.for(n0).registerError(PipelineExecutionOutdatedException$, PipelineExecutionOutdatedException);
|
|
1317
1391
|
export var PipelineExecutionSummary$ = [3, n0, _PES,
|
|
1318
1392
|
0,
|
|
1319
|
-
[_pEI,
|
|
1393
|
+
[_pEI, _st, _sSt, _sT, _lUT, _sR, _tri, _sTt, _eMx, _eTx, _rM],
|
|
1320
1394
|
[0, 0, 0, 4, 4, () => SourceRevisionList, () => ExecutionTrigger$, () => StopExecutionTrigger$, 0, 0, () => PipelineRollbackMetadata$]
|
|
1321
1395
|
];
|
|
1322
1396
|
export var PipelineMetadata$ = [3, n0, _PM,
|
|
@@ -1324,18 +1398,6 @@ export var PipelineMetadata$ = [3, n0, _PM,
|
|
|
1324
1398
|
[_pAi, _cr, _up, _pDA],
|
|
1325
1399
|
[0, 4, 4, 4]
|
|
1326
1400
|
];
|
|
1327
|
-
export var PipelineNameInUseException$ = [-3, n0, _PNIUE,
|
|
1328
|
-
{ [_e]: _cl },
|
|
1329
|
-
[_m],
|
|
1330
|
-
[0]
|
|
1331
|
-
];
|
|
1332
|
-
TypeRegistry.for(n0).registerError(PipelineNameInUseException$, PipelineNameInUseException);
|
|
1333
|
-
export var PipelineNotFoundException$ = [-3, n0, _PNFE,
|
|
1334
|
-
{ [_e]: _cl },
|
|
1335
|
-
[_m],
|
|
1336
|
-
[0]
|
|
1337
|
-
];
|
|
1338
|
-
TypeRegistry.for(n0).registerError(PipelineNotFoundException$, PipelineNotFoundException);
|
|
1339
1401
|
export var PipelineRollbackMetadata$ = [3, n0, _PRM,
|
|
1340
1402
|
0,
|
|
1341
1403
|
[_rTPEI],
|
|
@@ -1361,12 +1423,6 @@ export var PipelineVariableDeclaration$ = [3, n0, _PVD,
|
|
|
1361
1423
|
[_na, _dV, _d],
|
|
1362
1424
|
[0, 0, 0], 1
|
|
1363
1425
|
];
|
|
1364
|
-
export var PipelineVersionNotFoundException$ = [-3, n0, _PVNFE,
|
|
1365
|
-
{ [_e]: _cl },
|
|
1366
|
-
[_m],
|
|
1367
|
-
[0]
|
|
1368
|
-
];
|
|
1369
|
-
TypeRegistry.for(n0).registerError(PipelineVersionNotFoundException$, PipelineVersionNotFoundException);
|
|
1370
1426
|
export var PollForJobsInput$ = [3, n0, _PFJI,
|
|
1371
1427
|
0,
|
|
1372
1428
|
[_aTI, _mBS, _qP],
|
|
@@ -1447,23 +1503,11 @@ export var RegisterWebhookWithThirdPartyOutput$ = [3, n0, _RWWTPO,
|
|
|
1447
1503
|
[],
|
|
1448
1504
|
[]
|
|
1449
1505
|
];
|
|
1450
|
-
export var RequestFailedException$ = [-3, n0, _RFE,
|
|
1451
|
-
{ [_e]: _cl },
|
|
1452
|
-
[_m],
|
|
1453
|
-
[0]
|
|
1454
|
-
];
|
|
1455
|
-
TypeRegistry.for(n0).registerError(RequestFailedException$, RequestFailedException);
|
|
1456
1506
|
export var ResolvedPipelineVariable$ = [3, n0, _RPV,
|
|
1457
1507
|
0,
|
|
1458
1508
|
[_na, _rV],
|
|
1459
1509
|
[0, 0]
|
|
1460
1510
|
];
|
|
1461
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1462
|
-
{ [_e]: _cl },
|
|
1463
|
-
[_m],
|
|
1464
|
-
[0]
|
|
1465
|
-
];
|
|
1466
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1467
1511
|
export var RetryConfiguration$ = [3, n0, _RC,
|
|
1468
1512
|
0,
|
|
1469
1513
|
[_rMe],
|
|
@@ -1501,17 +1545,17 @@ export var RuleConfigurationProperty$ = [3, n0, _RCP,
|
|
|
1501
1545
|
];
|
|
1502
1546
|
export var RuleDeclaration$ = [3, n0, _RD,
|
|
1503
1547
|
0,
|
|
1504
|
-
[_na, _rTI,
|
|
1548
|
+
[_na, _rTI, _co, _com, _iA, _rA, _re, _tIM],
|
|
1505
1549
|
[0, () => RuleTypeId$, 128 | 0, 64 | 0, () => InputArtifactList, 0, 0, 1], 2
|
|
1506
1550
|
];
|
|
1507
1551
|
export var RuleExecution$ = [3, n0, _RE,
|
|
1508
1552
|
0,
|
|
1509
|
-
[_rEI,
|
|
1553
|
+
[_rEI, _st, _su, _lSC, _to, _lUB, _eEI, _eEU, _eD],
|
|
1510
1554
|
[0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails$]
|
|
1511
1555
|
];
|
|
1512
1556
|
export var RuleExecutionDetail$ = [3, n0, _RED,
|
|
1513
1557
|
0,
|
|
1514
|
-
[_pEI, _rEI, _pV, _sN, _rN, _sT, _lUT, _uB,
|
|
1558
|
+
[_pEI, _rEI, _pV, _sN, _rN, _sT, _lUT, _uB, _st, _i, _o],
|
|
1515
1559
|
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => RuleExecutionInput$, () => RuleExecutionOutput$]
|
|
1516
1560
|
];
|
|
1517
1561
|
export var RuleExecutionFilter$ = [3, n0, _REF,
|
|
@@ -1521,7 +1565,7 @@ export var RuleExecutionFilter$ = [3, n0, _REF,
|
|
|
1521
1565
|
];
|
|
1522
1566
|
export var RuleExecutionInput$ = [3, n0, _REI,
|
|
1523
1567
|
0,
|
|
1524
|
-
[_rTI,
|
|
1568
|
+
[_rTI, _co, _rC, _rA, _re, _iA],
|
|
1525
1569
|
[() => RuleTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList]
|
|
1526
1570
|
];
|
|
1527
1571
|
export var RuleExecutionOutput$ = [3, n0, _REO,
|
|
@@ -1581,7 +1625,7 @@ export var SourceRevisionOverride$ = [3, n0, _SRO,
|
|
|
1581
1625
|
];
|
|
1582
1626
|
export var StageConditionsExecution$ = [3, n0, _SCE,
|
|
1583
1627
|
0,
|
|
1584
|
-
[
|
|
1628
|
+
[_st, _su],
|
|
1585
1629
|
[0, 0]
|
|
1586
1630
|
];
|
|
1587
1631
|
export var StageConditionState$ = [3, n0, _SCS,
|
|
@@ -1601,21 +1645,9 @@ export var StageDeclaration$ = [3, n0, _SD,
|
|
|
1601
1645
|
];
|
|
1602
1646
|
export var StageExecution$ = [3, n0, _SE,
|
|
1603
1647
|
0,
|
|
1604
|
-
[_pEI,
|
|
1648
|
+
[_pEI, _st, _t],
|
|
1605
1649
|
[0, 0, 0], 2
|
|
1606
1650
|
];
|
|
1607
|
-
export var StageNotFoundException$ = [-3, n0, _SNFE,
|
|
1608
|
-
{ [_e]: _cl },
|
|
1609
|
-
[_m],
|
|
1610
|
-
[0]
|
|
1611
|
-
];
|
|
1612
|
-
TypeRegistry.for(n0).registerError(StageNotFoundException$, StageNotFoundException);
|
|
1613
|
-
export var StageNotRetryableException$ = [-3, n0, _SNRE,
|
|
1614
|
-
{ [_e]: _cl },
|
|
1615
|
-
[_m],
|
|
1616
|
-
[0]
|
|
1617
|
-
];
|
|
1618
|
-
TypeRegistry.for(n0).registerError(StageNotRetryableException$, StageNotRetryableException);
|
|
1619
1651
|
export var StageState$ = [3, n0, _SS,
|
|
1620
1652
|
0,
|
|
1621
1653
|
[_sN, _iE, _iEn, _iTS, _aSc, _lE, _bECS, _oSCS, _oFCS, _rSM],
|
|
@@ -1691,23 +1723,11 @@ export var ThirdPartyJobDetails$ = [3, n0, _TPJDh,
|
|
|
1691
1723
|
[_id, _da, _n],
|
|
1692
1724
|
[0, [() => ThirdPartyJobData$, 0], 0]
|
|
1693
1725
|
];
|
|
1694
|
-
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
1695
|
-
{ [_e]: _cl },
|
|
1696
|
-
[_m],
|
|
1697
|
-
[0]
|
|
1698
|
-
];
|
|
1699
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1700
1726
|
export var TransitionState$ = [3, n0, _TS,
|
|
1701
1727
|
0,
|
|
1702
1728
|
[_en, _lCB, _lCA, _dR],
|
|
1703
1729
|
[2, 0, 4, 0]
|
|
1704
1730
|
];
|
|
1705
|
-
export var UnableToRollbackStageException$ = [-3, n0, _UTRSE,
|
|
1706
|
-
{ [_e]: _cl },
|
|
1707
|
-
[_m],
|
|
1708
|
-
[0]
|
|
1709
|
-
];
|
|
1710
|
-
TypeRegistry.for(n0).registerError(UnableToRollbackStageException$, UnableToRollbackStageException);
|
|
1711
1731
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
1712
1732
|
0,
|
|
1713
1733
|
[_rAe, _tK],
|
|
@@ -1733,12 +1753,6 @@ export var UpdatePipelineOutput$ = [3, n0, _UPO,
|
|
|
1733
1753
|
[_pi],
|
|
1734
1754
|
[() => PipelineDeclaration$]
|
|
1735
1755
|
];
|
|
1736
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1737
|
-
{ [_e]: _cl },
|
|
1738
|
-
[_m],
|
|
1739
|
-
[0]
|
|
1740
|
-
];
|
|
1741
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1742
1756
|
export var WebhookAuthConfiguration$ = [3, n0, _WAC,
|
|
1743
1757
|
0,
|
|
1744
1758
|
[_AIPR, _STe],
|
|
@@ -1754,15 +1768,7 @@ export var WebhookFilterRule$ = [3, n0, _WFR,
|
|
|
1754
1768
|
[_jP, _mE],
|
|
1755
1769
|
[0, 0], 1
|
|
1756
1770
|
];
|
|
1757
|
-
export var WebhookNotFoundException$ = [-3, n0, _WNFE,
|
|
1758
|
-
{ [_e]: _cl },
|
|
1759
|
-
[],
|
|
1760
|
-
[]
|
|
1761
|
-
];
|
|
1762
|
-
TypeRegistry.for(n0).registerError(WebhookNotFoundException$, WebhookNotFoundException);
|
|
1763
1771
|
var __Unit = "unit";
|
|
1764
|
-
export var CodePipelineServiceException$ = [-3, _sm, "CodePipelineServiceException", 0, [], []];
|
|
1765
|
-
TypeRegistry.for(_sm).registerError(CodePipelineServiceException$, CodePipelineServiceException);
|
|
1766
1772
|
var ActionConfigurationPropertyList = [1, n0, _ACPL,
|
|
1767
1773
|
0, () => ActionConfigurationProperty$
|
|
1768
1774
|
];
|