@aws-sdk/client-codepipeline 3.948.0 → 3.953.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.
Files changed (64) hide show
  1. package/dist-cjs/index.js +1033 -667
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AcknowledgeJobCommand.js +2 -2
  4. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
  5. package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -2
  6. package/dist-es/commands/CreatePipelineCommand.js +2 -2
  7. package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -2
  8. package/dist-es/commands/DeletePipelineCommand.js +2 -2
  9. package/dist-es/commands/DeleteWebhookCommand.js +2 -2
  10. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
  11. package/dist-es/commands/DisableStageTransitionCommand.js +2 -2
  12. package/dist-es/commands/EnableStageTransitionCommand.js +2 -2
  13. package/dist-es/commands/GetActionTypeCommand.js +2 -2
  14. package/dist-es/commands/GetJobDetailsCommand.js +2 -2
  15. package/dist-es/commands/GetPipelineCommand.js +2 -2
  16. package/dist-es/commands/GetPipelineExecutionCommand.js +2 -2
  17. package/dist-es/commands/GetPipelineStateCommand.js +2 -2
  18. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -2
  19. package/dist-es/commands/ListActionExecutionsCommand.js +2 -2
  20. package/dist-es/commands/ListActionTypesCommand.js +2 -2
  21. package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -2
  22. package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -2
  23. package/dist-es/commands/ListPipelinesCommand.js +2 -2
  24. package/dist-es/commands/ListRuleExecutionsCommand.js +2 -2
  25. package/dist-es/commands/ListRuleTypesCommand.js +2 -2
  26. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-es/commands/ListWebhooksCommand.js +2 -2
  28. package/dist-es/commands/OverrideStageConditionCommand.js +2 -2
  29. package/dist-es/commands/PollForJobsCommand.js +2 -2
  30. package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -2
  31. package/dist-es/commands/PutActionRevisionCommand.js +2 -2
  32. package/dist-es/commands/PutApprovalResultCommand.js +2 -2
  33. package/dist-es/commands/PutJobFailureResultCommand.js +2 -2
  34. package/dist-es/commands/PutJobSuccessResultCommand.js +2 -2
  35. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
  36. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
  37. package/dist-es/commands/PutWebhookCommand.js +2 -2
  38. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
  39. package/dist-es/commands/RetryStageExecutionCommand.js +2 -2
  40. package/dist-es/commands/RollbackStageCommand.js +2 -2
  41. package/dist-es/commands/StartPipelineExecutionCommand.js +2 -2
  42. package/dist-es/commands/StopPipelineExecutionCommand.js +2 -2
  43. package/dist-es/commands/TagResourceCommand.js +2 -2
  44. package/dist-es/commands/UntagResourceCommand.js +2 -2
  45. package/dist-es/commands/UpdateActionTypeCommand.js +2 -2
  46. package/dist-es/commands/UpdatePipelineCommand.js +2 -2
  47. package/dist-es/index.js +1 -0
  48. package/dist-es/runtimeConfig.shared.js +7 -6
  49. package/dist-es/schemas/schemas_0.js +613 -522
  50. package/dist-types/CodePipelineClient.d.ts +1 -10
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  53. package/dist-types/runtimeConfig.d.ts +6 -2
  54. package/dist-types/runtimeConfig.native.d.ts +6 -2
  55. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  56. package/dist-types/schemas/schemas_0.d.ts +276 -340
  57. package/dist-types/ts3.4/CodePipelineClient.d.ts +0 -4
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +275 -342
  64. package/package.json +34 -34
@@ -564,17 +564,17 @@ const _wN = "webhookName";
564
564
  const _we = "webhook";
565
565
  const n0 = "com.amazonaws.codepipeline";
566
566
  import { TypeRegistry } from "@smithy/core/schema";
567
- import { CodePipelineServiceException as __CodePipelineServiceException } from "../models/CodePipelineServiceException";
568
- import { ActionExecutionNotFoundException as __ActionExecutionNotFoundException, ActionNotFoundException as __ActionNotFoundException, ActionTypeNotFoundException as __ActionTypeNotFoundException, ApprovalAlreadyCompletedException as __ApprovalAlreadyCompletedException, ConcurrentModificationException as __ConcurrentModificationException, ConcurrentPipelineExecutionsLimitExceededException as __ConcurrentPipelineExecutionsLimitExceededException, ConditionNotOverridableException as __ConditionNotOverridableException, ConflictException as __ConflictException, DuplicatedStopRequestException as __DuplicatedStopRequestException, InvalidActionDeclarationException as __InvalidActionDeclarationException, InvalidApprovalTokenException as __InvalidApprovalTokenException, InvalidArnException as __InvalidArnException, InvalidBlockerDeclarationException as __InvalidBlockerDeclarationException, InvalidClientTokenException as __InvalidClientTokenException, InvalidJobException as __InvalidJobException, InvalidJobStateException as __InvalidJobStateException, InvalidNextTokenException as __InvalidNextTokenException, InvalidNonceException as __InvalidNonceException, InvalidStageDeclarationException as __InvalidStageDeclarationException, InvalidStructureException as __InvalidStructureException, InvalidTagsException as __InvalidTagsException, InvalidWebhookAuthenticationParametersException as __InvalidWebhookAuthenticationParametersException, InvalidWebhookFilterPatternException as __InvalidWebhookFilterPatternException, JobNotFoundException as __JobNotFoundException, LimitExceededException as __LimitExceededException, NotLatestPipelineExecutionException as __NotLatestPipelineExecutionException, OutputVariablesSizeExceededException as __OutputVariablesSizeExceededException, PipelineExecutionNotFoundException as __PipelineExecutionNotFoundException, PipelineExecutionNotStoppableException as __PipelineExecutionNotStoppableException, PipelineExecutionOutdatedException as __PipelineExecutionOutdatedException, PipelineNameInUseException as __PipelineNameInUseException, PipelineNotFoundException as __PipelineNotFoundException, PipelineVersionNotFoundException as __PipelineVersionNotFoundException, RequestFailedException as __RequestFailedException, ResourceNotFoundException as __ResourceNotFoundException, StageNotFoundException as __StageNotFoundException, StageNotRetryableException as __StageNotRetryableException, TooManyTagsException as __TooManyTagsException, UnableToRollbackStageException as __UnableToRollbackStageException, ValidationException as __ValidationException, WebhookNotFoundException as __WebhookNotFoundException, } from "../models/errors";
569
- export var AccessKeyId = [0, n0, _AKI, 8, 0];
570
- export var SecretAccessKey = [0, n0, _SAK, 8, 0];
571
- export var SessionToken = [0, n0, _ST, 8, 0];
572
- export var AcknowledgeJobInput = [3, n0, _AJI, 0, [_jI, _n], [0, 0]];
573
- export var AcknowledgeJobOutput = [3, n0, _AJO, 0, [_s], [0]];
574
- export var AcknowledgeThirdPartyJobInput = [3, n0, _ATPJI, 0, [_jI, _n, _cT], [0, 0, 0]];
575
- export var AcknowledgeThirdPartyJobOutput = [3, n0, _ATPJO, 0, [_s], [0]];
576
- export var ActionConfiguration = [3, n0, _AC, 0, [_c], [128 | 0]];
577
- export var ActionConfigurationProperty = [
567
+ import { CodePipelineServiceException } from "../models/CodePipelineServiceException";
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
+ var AccessKeyId = [0, n0, _AKI, 8, 0];
570
+ var SecretAccessKey = [0, n0, _SAK, 8, 0];
571
+ var SessionToken = [0, n0, _ST, 8, 0];
572
+ export var AcknowledgeJobInput$ = [3, n0, _AJI, 0, [_jI, _n], [0, 0]];
573
+ export var AcknowledgeJobOutput$ = [3, n0, _AJO, 0, [_s], [0]];
574
+ export var AcknowledgeThirdPartyJobInput$ = [3, n0, _ATPJI, 0, [_jI, _n, _cT], [0, 0, 0]];
575
+ export var AcknowledgeThirdPartyJobOutput$ = [3, n0, _ATPJO, 0, [_s], [0]];
576
+ export var ActionConfiguration$ = [3, n0, _AC, 0, [_c], [128 | 0]];
577
+ export var ActionConfigurationProperty$ = [
578
578
  3,
579
579
  n0,
580
580
  _ACP,
@@ -582,8 +582,8 @@ export var ActionConfigurationProperty = [
582
582
  [_na, _r, _k, _se, _q, _d, _t],
583
583
  [0, 2, 2, 2, 2, 0, 0],
584
584
  ];
585
- export var ActionContext = [3, n0, _ACc, 0, [_na, _aEI], [0, 0]];
586
- export var ActionDeclaration = [
585
+ export var ActionContext$ = [3, n0, _ACc, 0, [_na, _aEI], [0, 0]];
586
+ export var ActionDeclaration$ = [
587
587
  3,
588
588
  n0,
589
589
  _AD,
@@ -591,7 +591,7 @@ export var ActionDeclaration = [
591
591
  [_na, _aTI, _rO, _c, _co, _oA, _iA, _oV, _rA, _re, _nam, _tIM, _eV],
592
592
  [
593
593
  0,
594
- () => ActionTypeId,
594
+ () => ActionTypeId$,
595
595
  1,
596
596
  128 | 0,
597
597
  64 | 0,
@@ -605,83 +605,83 @@ export var ActionDeclaration = [
605
605
  () => EnvironmentVariableList,
606
606
  ],
607
607
  ];
608
- export var ActionExecution = [
608
+ export var ActionExecution$ = [
609
609
  3,
610
610
  n0,
611
611
  _AE,
612
612
  0,
613
613
  [_aEI, _s, _su, _lSC, _to, _lUB, _eEI, _eEU, _pC, _eD, _lSARN],
614
- [0, 0, 0, 4, 0, 0, 0, 0, 1, () => ErrorDetails, 0],
614
+ [0, 0, 0, 4, 0, 0, 0, 0, 1, () => ErrorDetails$, 0],
615
615
  ];
616
- export var ActionExecutionDetail = [
616
+ export var ActionExecutionDetail$ = [
617
617
  3,
618
618
  n0,
619
619
  _AED,
620
620
  0,
621
621
  [_pEI, _aEI, _pV, _sN, _aN, _sT, _lUT, _uB, _s, _i, _o],
622
- [0, 0, 1, 0, 0, 4, 4, 0, 0, () => ActionExecutionInput, () => ActionExecutionOutput],
622
+ [0, 0, 1, 0, 0, 4, 4, 0, 0, () => ActionExecutionInput$, () => ActionExecutionOutput$],
623
623
  ];
624
- export var ActionExecutionFilter = [
624
+ export var ActionExecutionFilter$ = [
625
625
  3,
626
626
  n0,
627
627
  _AEF,
628
628
  0,
629
629
  [_pEI, _lIPE],
630
- [0, () => LatestInPipelineExecutionFilter],
630
+ [0, () => LatestInPipelineExecutionFilter$],
631
631
  ];
632
- export var ActionExecutionInput = [
632
+ export var ActionExecutionInput$ = [
633
633
  3,
634
634
  n0,
635
635
  _AEI,
636
636
  0,
637
637
  [_aTI, _c, _rC, _rA, _re, _iA, _nam],
638
- [() => ActionTypeId, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList, 0],
638
+ [() => ActionTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList, 0],
639
639
  ];
640
- export var ActionExecutionNotFoundException = [-3, n0, _AENFE, { [_e]: _cl }, [_m], [0]];
641
- TypeRegistry.for(n0).registerError(ActionExecutionNotFoundException, __ActionExecutionNotFoundException);
642
- export var ActionExecutionOutput = [
640
+ export var ActionExecutionNotFoundException$ = [-3, n0, _AENFE, { [_e]: _cl }, [_m], [0]];
641
+ TypeRegistry.for(n0).registerError(ActionExecutionNotFoundException$, ActionExecutionNotFoundException);
642
+ export var ActionExecutionOutput$ = [
643
643
  3,
644
644
  n0,
645
645
  _AEO,
646
646
  0,
647
647
  [_oA, _eR, _oV],
648
- [() => ArtifactDetailList, () => ActionExecutionResult, 128 | 0],
648
+ [() => ArtifactDetailList, () => ActionExecutionResult$, 128 | 0],
649
649
  ];
650
- export var ActionExecutionResult = [
650
+ export var ActionExecutionResult$ = [
651
651
  3,
652
652
  n0,
653
653
  _AER,
654
654
  0,
655
655
  [_eEI, _eES, _eEU, _eD, _lSARN],
656
- [0, 0, 0, () => ErrorDetails, 0],
656
+ [0, 0, 0, () => ErrorDetails$, 0],
657
657
  ];
658
- export var ActionNotFoundException = [-3, n0, _ANFE, { [_e]: _cl }, [_m], [0]];
659
- TypeRegistry.for(n0).registerError(ActionNotFoundException, __ActionNotFoundException);
660
- export var ActionRevision = [3, n0, _AR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
661
- export var ActionState = [
658
+ export var ActionNotFoundException$ = [-3, n0, _ANFE, { [_e]: _cl }, [_m], [0]];
659
+ TypeRegistry.for(n0).registerError(ActionNotFoundException$, ActionNotFoundException);
660
+ export var ActionRevision$ = [3, n0, _AR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
661
+ export var ActionState$ = [
662
662
  3,
663
663
  n0,
664
664
  _AS,
665
665
  0,
666
666
  [_aN, _cR, _lE, _eU, _rU],
667
- [0, () => ActionRevision, () => ActionExecution, 0, 0],
667
+ [0, () => ActionRevision$, () => ActionExecution$, 0, 0],
668
668
  ];
669
- export var ActionType = [
669
+ export var ActionType$ = [
670
670
  3,
671
671
  n0,
672
672
  _AT,
673
673
  0,
674
674
  [_id, _set, _aCP, _iAD, _oAD],
675
675
  [
676
- () => ActionTypeId,
677
- () => ActionTypeSettings,
676
+ () => ActionTypeId$,
677
+ () => ActionTypeSettings$,
678
678
  () => ActionConfigurationPropertyList,
679
- () => ArtifactDetails,
680
- () => ArtifactDetails,
679
+ () => ArtifactDetails$,
680
+ () => ArtifactDetails$,
681
681
  ],
682
682
  ];
683
- export var ActionTypeArtifactDetails = [3, n0, _ATAD, 0, [_mC, _mCa], [1, 1]];
684
- export var ActionTypeDeclaration = [
683
+ export var ActionTypeArtifactDetails$ = [3, n0, _ATAD, 0, [_mC, _mCa], [1, 1]];
684
+ export var ActionTypeDeclaration$ = [
685
685
  3,
686
686
  n0,
687
687
  _ATD,
@@ -689,29 +689,29 @@ export var ActionTypeDeclaration = [
689
689
  [_d, _ex, _id, _iAD, _oAD, _p, _pr, _u],
690
690
  [
691
691
  0,
692
- () => ActionTypeExecutor,
693
- () => ActionTypeIdentifier,
694
- () => ActionTypeArtifactDetails,
695
- () => ActionTypeArtifactDetails,
696
- () => ActionTypePermissions,
692
+ () => ActionTypeExecutor$,
693
+ () => ActionTypeIdentifier$,
694
+ () => ActionTypeArtifactDetails$,
695
+ () => ActionTypeArtifactDetails$,
696
+ () => ActionTypePermissions$,
697
697
  () => ActionTypeProperties,
698
- () => ActionTypeUrls,
698
+ () => ActionTypeUrls$,
699
699
  ],
700
700
  ];
701
- export var ActionTypeExecutor = [
701
+ export var ActionTypeExecutor$ = [
702
702
  3,
703
703
  n0,
704
704
  _ATE,
705
705
  0,
706
706
  [_c, _t, _pST, _jT],
707
- [() => ExecutorConfiguration, 0, 0, 1],
707
+ [() => ExecutorConfiguration$, 0, 0, 1],
708
708
  ];
709
- export var ActionTypeId = [3, n0, _ATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
710
- export var ActionTypeIdentifier = [3, n0, _ATIc, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
711
- export var ActionTypeNotFoundException = [-3, n0, _ATNFE, { [_e]: _cl }, [_m], [0]];
712
- TypeRegistry.for(n0).registerError(ActionTypeNotFoundException, __ActionTypeNotFoundException);
713
- export var ActionTypePermissions = [3, n0, _ATP, 0, [_aA], [64 | 0]];
714
- export var ActionTypeProperty = [
709
+ export var ActionTypeId$ = [3, n0, _ATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
710
+ export var ActionTypeIdentifier$ = [3, n0, _ATIc, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
711
+ export var ActionTypeNotFoundException$ = [-3, n0, _ATNFE, { [_e]: _cl }, [_m], [0]];
712
+ TypeRegistry.for(n0).registerError(ActionTypeNotFoundException$, ActionTypeNotFoundException);
713
+ export var ActionTypePermissions$ = [3, n0, _ATP, 0, [_aA], [64 | 0]];
714
+ export var ActionTypeProperty$ = [
715
715
  3,
716
716
  n0,
717
717
  _ATPc,
@@ -719,16 +719,16 @@ export var ActionTypeProperty = [
719
719
  [_na, _op, _k, _nE, _q, _d],
720
720
  [0, 2, 2, 2, 2, 0],
721
721
  ];
722
- export var ActionTypeSettings = [3, n0, _ATS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
723
- export var ActionTypeUrls = [3, n0, _ATU, 0, [_cU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
724
- export var ApprovalAlreadyCompletedException = [-3, n0, _AACE, { [_e]: _cl }, [_m], [0]];
725
- TypeRegistry.for(n0).registerError(ApprovalAlreadyCompletedException, __ApprovalAlreadyCompletedException);
726
- export var ApprovalResult = [3, n0, _ARp, 0, [_su, _s], [0, 0]];
727
- export var Artifact = [3, n0, _A, 0, [_na, _rev, _l], [0, 0, () => ArtifactLocation]];
728
- export var ArtifactDetail = [3, n0, _ADr, 0, [_na, _sl], [0, () => S3Location]];
729
- export var ArtifactDetails = [3, n0, _ADrt, 0, [_mC, _mCa], [1, 1]];
730
- export var ArtifactLocation = [3, n0, _AL, 0, [_t, _sL], [0, () => S3ArtifactLocation]];
731
- export var ArtifactRevision = [
722
+ export var ActionTypeSettings$ = [3, n0, _ATS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
723
+ export var ActionTypeUrls$ = [3, n0, _ATU, 0, [_cU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
724
+ export var ApprovalAlreadyCompletedException$ = [-3, n0, _AACE, { [_e]: _cl }, [_m], [0]];
725
+ TypeRegistry.for(n0).registerError(ApprovalAlreadyCompletedException$, ApprovalAlreadyCompletedException);
726
+ export var ApprovalResult$ = [3, n0, _ARp, 0, [_su, _s], [0, 0]];
727
+ export var Artifact$ = [3, n0, _A, 0, [_na, _rev, _l], [0, 0, () => ArtifactLocation$]];
728
+ export var ArtifactDetail$ = [3, n0, _ADr, 0, [_na, _sl], [0, () => S3Location$]];
729
+ export var ArtifactDetails$ = [3, n0, _ADrt, 0, [_mC, _mCa], [1, 1]];
730
+ export var ArtifactLocation$ = [3, n0, _AL, 0, [_t, _sL], [0, () => S3ArtifactLocation$]];
731
+ export var ArtifactRevision$ = [
732
732
  3,
733
733
  n0,
734
734
  _ARr,
@@ -736,8 +736,8 @@ export var ArtifactRevision = [
736
736
  [_na, _rI, _rCIe, _rS, _cr, _rU],
737
737
  [0, 0, 0, 0, 4, 0],
738
738
  ];
739
- export var ArtifactStore = [3, n0, _ASr, 0, [_t, _l, _eK], [0, 0, () => EncryptionKey]];
740
- export var AWSSessionCredentials = [
739
+ export var ArtifactStore$ = [3, n0, _ASr, 0, [_t, _l, _eK], [0, 0, () => EncryptionKey$]];
740
+ export var AWSSessionCredentials$ = [
741
741
  3,
742
742
  n0,
743
743
  _AWSSC,
@@ -749,11 +749,11 @@ export var AWSSessionCredentials = [
749
749
  [() => SessionToken, 0],
750
750
  ],
751
751
  ];
752
- export var BeforeEntryConditions = [3, n0, _BEC, 0, [_con], [() => ConditionList]];
753
- export var BlockerDeclaration = [3, n0, _BD, 0, [_na, _t], [0, 0]];
754
- export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _cl }, [_m], [0]];
755
- TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
756
- export var ConcurrentPipelineExecutionsLimitExceededException = [
752
+ export var BeforeEntryConditions$ = [3, n0, _BEC, 0, [_con], [() => ConditionList]];
753
+ export var BlockerDeclaration$ = [3, n0, _BD, 0, [_na, _t], [0, 0]];
754
+ export var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _cl }, [_m], [0]];
755
+ TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
756
+ export var ConcurrentPipelineExecutionsLimitExceededException$ = [
757
757
  -3,
758
758
  n0,
759
759
  _CPELEE,
@@ -761,22 +761,22 @@ export var ConcurrentPipelineExecutionsLimitExceededException = [
761
761
  [_m],
762
762
  [0],
763
763
  ];
764
- TypeRegistry.for(n0).registerError(ConcurrentPipelineExecutionsLimitExceededException, __ConcurrentPipelineExecutionsLimitExceededException);
765
- export var Condition = [3, n0, _C, 0, [_res, _ru], [0, () => RuleDeclarationList]];
766
- export var ConditionExecution = [3, n0, _CE, 0, [_s, _su, _lSC], [0, 0, 4]];
767
- export var ConditionNotOverridableException = [-3, n0, _CNOE, { [_e]: _cl }, [_m], [0]];
768
- TypeRegistry.for(n0).registerError(ConditionNotOverridableException, __ConditionNotOverridableException);
769
- export var ConditionState = [
764
+ TypeRegistry.for(n0).registerError(ConcurrentPipelineExecutionsLimitExceededException$, ConcurrentPipelineExecutionsLimitExceededException);
765
+ export var Condition$ = [3, n0, _C, 0, [_res, _ru], [0, () => RuleDeclarationList]];
766
+ export var ConditionExecution$ = [3, n0, _CE, 0, [_s, _su, _lSC], [0, 0, 4]];
767
+ export var ConditionNotOverridableException$ = [-3, n0, _CNOE, { [_e]: _cl }, [_m], [0]];
768
+ TypeRegistry.for(n0).registerError(ConditionNotOverridableException$, ConditionNotOverridableException);
769
+ export var ConditionState$ = [
770
770
  3,
771
771
  n0,
772
772
  _CS,
773
773
  0,
774
774
  [_lE, _rSu],
775
- [() => ConditionExecution, () => RuleStateList],
775
+ [() => ConditionExecution$, () => RuleStateList],
776
776
  ];
777
- export var ConflictException = [-3, n0, _CEo, { [_e]: _cl, [_hE]: 409 }, [_m], [0]];
778
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
779
- export var CreateCustomActionTypeInput = [
777
+ export var ConflictException$ = [-3, n0, _CEo, { [_e]: _cl, [_hE]: 409 }, [_m], [0]];
778
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
779
+ export var CreateCustomActionTypeInput$ = [
780
780
  3,
781
781
  n0,
782
782
  _CCATI,
@@ -786,43 +786,43 @@ export var CreateCustomActionTypeInput = [
786
786
  0,
787
787
  0,
788
788
  0,
789
- () => ActionTypeSettings,
789
+ () => ActionTypeSettings$,
790
790
  () => ActionConfigurationPropertyList,
791
- () => ArtifactDetails,
792
- () => ArtifactDetails,
791
+ () => ArtifactDetails$,
792
+ () => ArtifactDetails$,
793
793
  () => TagList,
794
794
  ],
795
795
  ];
796
- export var CreateCustomActionTypeOutput = [
796
+ export var CreateCustomActionTypeOutput$ = [
797
797
  3,
798
798
  n0,
799
799
  _CCATO,
800
800
  0,
801
801
  [_aT, _ta],
802
- [() => ActionType, () => TagList],
802
+ [() => ActionType$, () => TagList],
803
803
  ];
804
- export var CreatePipelineInput = [
804
+ export var CreatePipelineInput$ = [
805
805
  3,
806
806
  n0,
807
807
  _CPI,
808
808
  0,
809
809
  [_pi, _ta],
810
- [() => PipelineDeclaration, () => TagList],
810
+ [() => PipelineDeclaration$, () => TagList],
811
811
  ];
812
- export var CreatePipelineOutput = [
812
+ export var CreatePipelineOutput$ = [
813
813
  3,
814
814
  n0,
815
815
  _CPO,
816
816
  0,
817
817
  [_pi, _ta],
818
- [() => PipelineDeclaration, () => TagList],
818
+ [() => PipelineDeclaration$, () => TagList],
819
819
  ];
820
- export var CurrentRevision = [3, n0, _CR, 0, [_rev, _cI, _cr, _rS], [0, 0, 4, 0]];
821
- export var DeleteCustomActionTypeInput = [3, n0, _DCATI, 0, [_ca, _pro, _v], [0, 0, 0]];
822
- export var DeletePipelineInput = [3, n0, _DPI, 0, [_na], [0]];
823
- export var DeleteWebhookInput = [3, n0, _DWI, 0, [_na], [0]];
824
- export var DeleteWebhookOutput = [3, n0, _DWO, 0, [], []];
825
- export var DeployActionExecutionTarget = [
820
+ export var CurrentRevision$ = [3, n0, _CR, 0, [_rev, _cI, _cr, _rS], [0, 0, 4, 0]];
821
+ export var DeleteCustomActionTypeInput$ = [3, n0, _DCATI, 0, [_ca, _pro, _v], [0, 0, 0]];
822
+ export var DeletePipelineInput$ = [3, n0, _DPI, 0, [_na], [0]];
823
+ export var DeleteWebhookInput$ = [3, n0, _DWI, 0, [_na], [0]];
824
+ export var DeleteWebhookOutput$ = [3, n0, _DWO, 0, [], []];
825
+ export var DeployActionExecutionTarget$ = [
826
826
  3,
827
827
  n0,
828
828
  _DAET,
@@ -830,60 +830,67 @@ export var DeployActionExecutionTarget = [
830
830
  [_tI, _tT, _s, _sT, _eT, _ev],
831
831
  [0, 0, 0, 4, 4, () => DeployTargetEventList],
832
832
  ];
833
- export var DeployTargetEvent = [
833
+ export var DeployTargetEvent$ = [
834
834
  3,
835
835
  n0,
836
836
  _DTE,
837
837
  0,
838
838
  [_na, _s, _sT, _eT, _cont],
839
- [0, 0, 4, 4, () => DeployTargetEventContext],
840
- ];
841
- export var DeployTargetEventContext = [3, n0, _DTEC, 0, [_sCI, _m], [0, 0]];
842
- export var DeregisterWebhookWithThirdPartyInput = [3, n0, _DWWTPI, 0, [_wN], [0]];
843
- export var DeregisterWebhookWithThirdPartyOutput = [3, n0, _DWWTPO, 0, [], []];
844
- export var DisableStageTransitionInput = [3, n0, _DSTI, 0, [_pN, _sN, _tTr, _rea], [0, 0, 0, 0]];
845
- export var DuplicatedStopRequestException = [-3, n0, _DSRE, { [_e]: _cl }, [_m], [0]];
846
- TypeRegistry.for(n0).registerError(DuplicatedStopRequestException, __DuplicatedStopRequestException);
847
- export var EnableStageTransitionInput = [3, n0, _ESTI, 0, [_pN, _sN, _tTr], [0, 0, 0]];
848
- export var EncryptionKey = [3, n0, _EK, 0, [_id, _t], [0, 0]];
849
- export var EnvironmentVariable = [3, n0, _EV, 0, [_na, _va, _t], [0, 0, 0]];
850
- export var ErrorDetails = [3, n0, _ED, 0, [_cod, _m], [0, 0]];
851
- export var ExecutionDetails = [3, n0, _EDx, 0, [_su, _eEI, _pC], [0, 0, 1]];
852
- export var ExecutionTrigger = [3, n0, _ET, 0, [_tTri, _tD], [0, 0]];
853
- export var ExecutorConfiguration = [
839
+ [0, 0, 4, 4, () => DeployTargetEventContext$],
840
+ ];
841
+ export var DeployTargetEventContext$ = [3, n0, _DTEC, 0, [_sCI, _m], [0, 0]];
842
+ export var DeregisterWebhookWithThirdPartyInput$ = [3, n0, _DWWTPI, 0, [_wN], [0]];
843
+ export var DeregisterWebhookWithThirdPartyOutput$ = [3, n0, _DWWTPO, 0, [], []];
844
+ export var DisableStageTransitionInput$ = [
845
+ 3,
846
+ n0,
847
+ _DSTI,
848
+ 0,
849
+ [_pN, _sN, _tTr, _rea],
850
+ [0, 0, 0, 0],
851
+ ];
852
+ export var DuplicatedStopRequestException$ = [-3, n0, _DSRE, { [_e]: _cl }, [_m], [0]];
853
+ TypeRegistry.for(n0).registerError(DuplicatedStopRequestException$, DuplicatedStopRequestException);
854
+ export var EnableStageTransitionInput$ = [3, n0, _ESTI, 0, [_pN, _sN, _tTr], [0, 0, 0]];
855
+ export var EncryptionKey$ = [3, n0, _EK, 0, [_id, _t], [0, 0]];
856
+ export var EnvironmentVariable$ = [3, n0, _EV, 0, [_na, _va, _t], [0, 0, 0]];
857
+ export var ErrorDetails$ = [3, n0, _ED, 0, [_cod, _m], [0, 0]];
858
+ export var ExecutionDetails$ = [3, n0, _EDx, 0, [_su, _eEI, _pC], [0, 0, 1]];
859
+ export var ExecutionTrigger$ = [3, n0, _ET, 0, [_tTri, _tD], [0, 0]];
860
+ export var ExecutorConfiguration$ = [
854
861
  3,
855
862
  n0,
856
863
  _EC,
857
864
  0,
858
865
  [_lEC, _jWEC],
859
- [() => LambdaExecutorConfiguration, () => JobWorkerExecutorConfiguration],
866
+ [() => LambdaExecutorConfiguration$, () => JobWorkerExecutorConfiguration$],
860
867
  ];
861
- export var FailureConditions = [
868
+ export var FailureConditions$ = [
862
869
  3,
863
870
  n0,
864
871
  _FC,
865
872
  0,
866
873
  [_res, _rCe, _con],
867
- [0, () => RetryConfiguration, () => ConditionList],
874
+ [0, () => RetryConfiguration$, () => ConditionList],
868
875
  ];
869
- export var FailureDetails = [3, n0, _FD, 0, [_t, _m, _eEI], [0, 0, 0]];
870
- export var GetActionTypeInput = [3, n0, _GATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
871
- export var GetActionTypeOutput = [3, n0, _GATO, 0, [_aT], [() => ActionTypeDeclaration]];
872
- export var GetJobDetailsInput = [3, n0, _GJDI, 0, [_jI], [0]];
873
- export var GetJobDetailsOutput = [3, n0, _GJDO, 0, [_jD], [[() => JobDetails, 0]]];
874
- export var GetPipelineExecutionInput = [3, n0, _GPEI, 0, [_pN, _pEI], [0, 0]];
875
- export var GetPipelineExecutionOutput = [3, n0, _GPEO, 0, [_pE], [() => PipelineExecution]];
876
- export var GetPipelineInput = [3, n0, _GPI, 0, [_na, _v], [0, 1]];
877
- export var GetPipelineOutput = [
876
+ export var FailureDetails$ = [3, n0, _FD, 0, [_t, _m, _eEI], [0, 0, 0]];
877
+ export var GetActionTypeInput$ = [3, n0, _GATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
878
+ export var GetActionTypeOutput$ = [3, n0, _GATO, 0, [_aT], [() => ActionTypeDeclaration$]];
879
+ export var GetJobDetailsInput$ = [3, n0, _GJDI, 0, [_jI], [0]];
880
+ export var GetJobDetailsOutput$ = [3, n0, _GJDO, 0, [_jD], [[() => JobDetails$, 0]]];
881
+ export var GetPipelineExecutionInput$ = [3, n0, _GPEI, 0, [_pN, _pEI], [0, 0]];
882
+ export var GetPipelineExecutionOutput$ = [3, n0, _GPEO, 0, [_pE], [() => PipelineExecution$]];
883
+ export var GetPipelineInput$ = [3, n0, _GPI, 0, [_na, _v], [0, 1]];
884
+ export var GetPipelineOutput$ = [
878
885
  3,
879
886
  n0,
880
887
  _GPO,
881
888
  0,
882
889
  [_pi, _me],
883
- [() => PipelineDeclaration, () => PipelineMetadata],
890
+ [() => PipelineDeclaration$, () => PipelineMetadata$],
884
891
  ];
885
- export var GetPipelineStateInput = [3, n0, _GPSI, 0, [_na], [0]];
886
- export var GetPipelineStateOutput = [
892
+ export var GetPipelineStateInput$ = [3, n0, _GPSI, 0, [_na], [0]];
893
+ export var GetPipelineStateOutput$ = [
887
894
  3,
888
895
  n0,
889
896
  _GPSO,
@@ -891,17 +898,17 @@ export var GetPipelineStateOutput = [
891
898
  [_pN, _pV, _sS, _cr, _up],
892
899
  [0, 1, () => StageStateList, 4, 4],
893
900
  ];
894
- export var GetThirdPartyJobDetailsInput = [3, n0, _GTPJDI, 0, [_jI, _cT], [0, 0]];
895
- export var GetThirdPartyJobDetailsOutput = [
901
+ export var GetThirdPartyJobDetailsInput$ = [3, n0, _GTPJDI, 0, [_jI, _cT], [0, 0]];
902
+ export var GetThirdPartyJobDetailsOutput$ = [
896
903
  3,
897
904
  n0,
898
905
  _GTPJDO,
899
906
  0,
900
907
  [_jD],
901
- [[() => ThirdPartyJobDetails, 0]],
908
+ [[() => ThirdPartyJobDetails$, 0]],
902
909
  ];
903
- export var GitBranchFilterCriteria = [3, n0, _GBFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
904
- export var GitConfiguration = [
910
+ export var GitBranchFilterCriteria$ = [3, n0, _GBFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
911
+ export var GitConfiguration$ = [
905
912
  3,
906
913
  n0,
907
914
  _GC,
@@ -909,50 +916,50 @@ export var GitConfiguration = [
909
916
  [_sAN, _pu, _pR],
910
917
  [0, () => GitPushFilterList, () => GitPullRequestFilterList],
911
918
  ];
912
- export var GitFilePathFilterCriteria = [3, n0, _GFPFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
913
- export var GitPullRequestFilter = [
919
+ export var GitFilePathFilterCriteria$ = [3, n0, _GFPFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
920
+ export var GitPullRequestFilter$ = [
914
921
  3,
915
922
  n0,
916
923
  _GPRF,
917
924
  0,
918
925
  [_ev, _b, _fP],
919
- [64 | 0, () => GitBranchFilterCriteria, () => GitFilePathFilterCriteria],
926
+ [64 | 0, () => GitBranchFilterCriteria$, () => GitFilePathFilterCriteria$],
920
927
  ];
921
- export var GitPushFilter = [
928
+ export var GitPushFilter$ = [
922
929
  3,
923
930
  n0,
924
931
  _GPF,
925
932
  0,
926
933
  [_ta, _b, _fP],
927
- [() => GitTagFilterCriteria, () => GitBranchFilterCriteria, () => GitFilePathFilterCriteria],
928
- ];
929
- export var GitTagFilterCriteria = [3, n0, _GTFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
930
- export var InputArtifact = [3, n0, _IA, 0, [_na], [0]];
931
- export var InvalidActionDeclarationException = [-3, n0, _IADE, { [_e]: _cl }, [_m], [0]];
932
- TypeRegistry.for(n0).registerError(InvalidActionDeclarationException, __InvalidActionDeclarationException);
933
- export var InvalidApprovalTokenException = [-3, n0, _IATE, { [_e]: _cl }, [_m], [0]];
934
- TypeRegistry.for(n0).registerError(InvalidApprovalTokenException, __InvalidApprovalTokenException);
935
- export var InvalidArnException = [-3, n0, _IAE, { [_e]: _cl }, [_m], [0]];
936
- TypeRegistry.for(n0).registerError(InvalidArnException, __InvalidArnException);
937
- export var InvalidBlockerDeclarationException = [-3, n0, _IBDE, { [_e]: _cl }, [_m], [0]];
938
- TypeRegistry.for(n0).registerError(InvalidBlockerDeclarationException, __InvalidBlockerDeclarationException);
939
- export var InvalidClientTokenException = [-3, n0, _ICTE, { [_e]: _cl }, [_m], [0]];
940
- TypeRegistry.for(n0).registerError(InvalidClientTokenException, __InvalidClientTokenException);
941
- export var InvalidJobException = [-3, n0, _IJE, { [_e]: _cl }, [_m], [0]];
942
- TypeRegistry.for(n0).registerError(InvalidJobException, __InvalidJobException);
943
- export var InvalidJobStateException = [-3, n0, _IJSE, { [_e]: _cl }, [_m], [0]];
944
- TypeRegistry.for(n0).registerError(InvalidJobStateException, __InvalidJobStateException);
945
- export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _cl }, [_m], [0]];
946
- TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
947
- export var InvalidNonceException = [-3, n0, _INE, { [_e]: _cl }, [_m], [0]];
948
- TypeRegistry.for(n0).registerError(InvalidNonceException, __InvalidNonceException);
949
- export var InvalidStageDeclarationException = [-3, n0, _ISDE, { [_e]: _cl }, [_m], [0]];
950
- TypeRegistry.for(n0).registerError(InvalidStageDeclarationException, __InvalidStageDeclarationException);
951
- export var InvalidStructureException = [-3, n0, _ISE, { [_e]: _cl }, [_m], [0]];
952
- TypeRegistry.for(n0).registerError(InvalidStructureException, __InvalidStructureException);
953
- export var InvalidTagsException = [-3, n0, _ITE, { [_e]: _cl }, [_m], [0]];
954
- TypeRegistry.for(n0).registerError(InvalidTagsException, __InvalidTagsException);
955
- export var InvalidWebhookAuthenticationParametersException = [
934
+ [() => GitTagFilterCriteria$, () => GitBranchFilterCriteria$, () => GitFilePathFilterCriteria$],
935
+ ];
936
+ export var GitTagFilterCriteria$ = [3, n0, _GTFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
937
+ export var InputArtifact$ = [3, n0, _IA, 0, [_na], [0]];
938
+ export var InvalidActionDeclarationException$ = [-3, n0, _IADE, { [_e]: _cl }, [_m], [0]];
939
+ TypeRegistry.for(n0).registerError(InvalidActionDeclarationException$, InvalidActionDeclarationException);
940
+ export var InvalidApprovalTokenException$ = [-3, n0, _IATE, { [_e]: _cl }, [_m], [0]];
941
+ TypeRegistry.for(n0).registerError(InvalidApprovalTokenException$, InvalidApprovalTokenException);
942
+ export var InvalidArnException$ = [-3, n0, _IAE, { [_e]: _cl }, [_m], [0]];
943
+ TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
944
+ export var InvalidBlockerDeclarationException$ = [-3, n0, _IBDE, { [_e]: _cl }, [_m], [0]];
945
+ TypeRegistry.for(n0).registerError(InvalidBlockerDeclarationException$, InvalidBlockerDeclarationException);
946
+ export var InvalidClientTokenException$ = [-3, n0, _ICTE, { [_e]: _cl }, [_m], [0]];
947
+ TypeRegistry.for(n0).registerError(InvalidClientTokenException$, InvalidClientTokenException);
948
+ export var InvalidJobException$ = [-3, n0, _IJE, { [_e]: _cl }, [_m], [0]];
949
+ TypeRegistry.for(n0).registerError(InvalidJobException$, InvalidJobException);
950
+ export var InvalidJobStateException$ = [-3, n0, _IJSE, { [_e]: _cl }, [_m], [0]];
951
+ TypeRegistry.for(n0).registerError(InvalidJobStateException$, InvalidJobStateException);
952
+ export var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _cl }, [_m], [0]];
953
+ TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
954
+ export var InvalidNonceException$ = [-3, n0, _INE, { [_e]: _cl }, [_m], [0]];
955
+ TypeRegistry.for(n0).registerError(InvalidNonceException$, InvalidNonceException);
956
+ export var InvalidStageDeclarationException$ = [-3, n0, _ISDE, { [_e]: _cl }, [_m], [0]];
957
+ TypeRegistry.for(n0).registerError(InvalidStageDeclarationException$, InvalidStageDeclarationException);
958
+ export var InvalidStructureException$ = [-3, n0, _ISE, { [_e]: _cl }, [_m], [0]];
959
+ TypeRegistry.for(n0).registerError(InvalidStructureException$, InvalidStructureException);
960
+ export var InvalidTagsException$ = [-3, n0, _ITE, { [_e]: _cl }, [_m], [0]];
961
+ TypeRegistry.for(n0).registerError(InvalidTagsException$, InvalidTagsException);
962
+ export var InvalidWebhookAuthenticationParametersException$ = [
956
963
  -3,
957
964
  n0,
958
965
  _IWAPE,
@@ -960,44 +967,44 @@ export var InvalidWebhookAuthenticationParametersException = [
960
967
  [_m],
961
968
  [0],
962
969
  ];
963
- TypeRegistry.for(n0).registerError(InvalidWebhookAuthenticationParametersException, __InvalidWebhookAuthenticationParametersException);
964
- export var InvalidWebhookFilterPatternException = [-3, n0, _IWFPE, { [_e]: _cl }, [_m], [0]];
965
- TypeRegistry.for(n0).registerError(InvalidWebhookFilterPatternException, __InvalidWebhookFilterPatternException);
966
- export var Job = [3, n0, _J, 0, [_id, _da, _n, _aI], [0, [() => JobData, 0], 0, 0]];
967
- export var JobData = [
970
+ TypeRegistry.for(n0).registerError(InvalidWebhookAuthenticationParametersException$, InvalidWebhookAuthenticationParametersException);
971
+ export var InvalidWebhookFilterPatternException$ = [-3, n0, _IWFPE, { [_e]: _cl }, [_m], [0]];
972
+ TypeRegistry.for(n0).registerError(InvalidWebhookFilterPatternException$, InvalidWebhookFilterPatternException);
973
+ export var Job$ = [3, n0, _J, 0, [_id, _da, _n, _aI], [0, [() => JobData$, 0], 0, 0]];
974
+ export var JobData$ = [
968
975
  3,
969
976
  n0,
970
977
  _JD,
971
978
  0,
972
979
  [_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
973
980
  [
974
- () => ActionTypeId,
975
- () => ActionConfiguration,
976
- () => PipelineContext,
981
+ () => ActionTypeId$,
982
+ () => ActionConfiguration$,
983
+ () => PipelineContext$,
977
984
  () => ArtifactList,
978
985
  () => ArtifactList,
979
- [() => AWSSessionCredentials, 0],
986
+ [() => AWSSessionCredentials$, 0],
980
987
  0,
981
- () => EncryptionKey,
988
+ () => EncryptionKey$,
982
989
  ],
983
990
  ];
984
- export var JobDetails = [3, n0, _JDo, 0, [_id, _da, _aI], [0, [() => JobData, 0], 0]];
985
- export var JobNotFoundException = [-3, n0, _JNFE, { [_e]: _cl }, [_m], [0]];
986
- TypeRegistry.for(n0).registerError(JobNotFoundException, __JobNotFoundException);
987
- export var JobWorkerExecutorConfiguration = [3, n0, _JWEC, 0, [_pA, _pSP], [64 | 0, 64 | 0]];
988
- export var LambdaExecutorConfiguration = [3, n0, _LEC, 0, [_lFA], [0]];
989
- export var LatestInPipelineExecutionFilter = [3, n0, _LIPEF, 0, [_pEI, _sTR], [0, 0]];
990
- export var LimitExceededException = [-3, n0, _LEE, { [_e]: _cl }, [_m], [0]];
991
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
992
- export var ListActionExecutionsInput = [
991
+ export var JobDetails$ = [3, n0, _JDo, 0, [_id, _da, _aI], [0, [() => JobData$, 0], 0]];
992
+ export var JobNotFoundException$ = [-3, n0, _JNFE, { [_e]: _cl }, [_m], [0]];
993
+ TypeRegistry.for(n0).registerError(JobNotFoundException$, JobNotFoundException);
994
+ export var JobWorkerExecutorConfiguration$ = [3, n0, _JWEC, 0, [_pA, _pSP], [64 | 0, 64 | 0]];
995
+ export var LambdaExecutorConfiguration$ = [3, n0, _LEC, 0, [_lFA], [0]];
996
+ export var LatestInPipelineExecutionFilter$ = [3, n0, _LIPEF, 0, [_pEI, _sTR], [0, 0]];
997
+ export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _cl }, [_m], [0]];
998
+ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
999
+ export var ListActionExecutionsInput$ = [
993
1000
  3,
994
1001
  n0,
995
1002
  _LAEI,
996
1003
  0,
997
1004
  [_pN, _f, _mR, _nT],
998
- [0, () => ActionExecutionFilter, 1, 0],
1005
+ [0, () => ActionExecutionFilter$, 1, 0],
999
1006
  ];
1000
- export var ListActionExecutionsOutput = [
1007
+ export var ListActionExecutionsOutput$ = [
1001
1008
  3,
1002
1009
  n0,
1003
1010
  _LAEO,
@@ -1005,9 +1012,9 @@ export var ListActionExecutionsOutput = [
1005
1012
  [_aED, _nT],
1006
1013
  [() => ActionExecutionDetailList, 0],
1007
1014
  ];
1008
- export var ListActionTypesInput = [3, n0, _LATI, 0, [_aOF, _nT, _rF], [0, 0, 0]];
1009
- export var ListActionTypesOutput = [3, n0, _LATO, 0, [_aTc, _nT], [() => ActionTypeList, 0]];
1010
- export var ListDeployActionExecutionTargetsInput = [
1015
+ export var ListActionTypesInput$ = [3, n0, _LATI, 0, [_aOF, _nT, _rF], [0, 0, 0]];
1016
+ export var ListActionTypesOutput$ = [3, n0, _LATO, 0, [_aTc, _nT], [() => ActionTypeList, 0]];
1017
+ export var ListDeployActionExecutionTargetsInput$ = [
1011
1018
  3,
1012
1019
  n0,
1013
1020
  _LDAETI,
@@ -1015,7 +1022,7 @@ export var ListDeployActionExecutionTargetsInput = [
1015
1022
  [_pN, _aEI, _fi, _mR, _nT],
1016
1023
  [0, 0, () => TargetFilterList, 1, 0],
1017
1024
  ];
1018
- export var ListDeployActionExecutionTargetsOutput = [
1025
+ export var ListDeployActionExecutionTargetsOutput$ = [
1019
1026
  3,
1020
1027
  n0,
1021
1028
  _LDAETO,
@@ -1023,15 +1030,15 @@ export var ListDeployActionExecutionTargetsOutput = [
1023
1030
  [_tar, _nT],
1024
1031
  [() => DeployActionExecutionTargetList, 0],
1025
1032
  ];
1026
- export var ListPipelineExecutionsInput = [
1033
+ export var ListPipelineExecutionsInput$ = [
1027
1034
  3,
1028
1035
  n0,
1029
1036
  _LPEI,
1030
1037
  0,
1031
1038
  [_pN, _mR, _f, _nT],
1032
- [0, 1, () => PipelineExecutionFilter, 0],
1039
+ [0, 1, () => PipelineExecutionFilter$, 0],
1033
1040
  ];
1034
- export var ListPipelineExecutionsOutput = [
1041
+ export var ListPipelineExecutionsOutput$ = [
1035
1042
  3,
1036
1043
  n0,
1037
1044
  _LPEO,
@@ -1039,17 +1046,17 @@ export var ListPipelineExecutionsOutput = [
1039
1046
  [_pES, _nT],
1040
1047
  [() => PipelineExecutionSummaryList, 0],
1041
1048
  ];
1042
- export var ListPipelinesInput = [3, n0, _LPI, 0, [_nT, _mR], [0, 1]];
1043
- export var ListPipelinesOutput = [3, n0, _LPO, 0, [_pip, _nT], [() => PipelineList, 0]];
1044
- export var ListRuleExecutionsInput = [
1049
+ export var ListPipelinesInput$ = [3, n0, _LPI, 0, [_nT, _mR], [0, 1]];
1050
+ export var ListPipelinesOutput$ = [3, n0, _LPO, 0, [_pip, _nT], [() => PipelineList, 0]];
1051
+ export var ListRuleExecutionsInput$ = [
1045
1052
  3,
1046
1053
  n0,
1047
1054
  _LREI,
1048
1055
  0,
1049
1056
  [_pN, _f, _mR, _nT],
1050
- [0, () => RuleExecutionFilter, 1, 0],
1057
+ [0, () => RuleExecutionFilter$, 1, 0],
1051
1058
  ];
1052
- export var ListRuleExecutionsOutput = [
1059
+ export var ListRuleExecutionsOutput$ = [
1053
1060
  3,
1054
1061
  n0,
1055
1062
  _LREO,
@@ -1057,26 +1064,26 @@ export var ListRuleExecutionsOutput = [
1057
1064
  [_rED, _nT],
1058
1065
  [() => RuleExecutionDetailList, 0],
1059
1066
  ];
1060
- export var ListRuleTypesInput = [3, n0, _LRTI, 0, [_rOF, _rF], [0, 0]];
1061
- export var ListRuleTypesOutput = [3, n0, _LRTO, 0, [_rT], [() => RuleTypeList]];
1062
- export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rAe, _nT, _mR], [0, 0, 1]];
1063
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_ta, _nT], [() => TagList, 0]];
1064
- export var ListWebhookItem = [
1067
+ export var ListRuleTypesInput$ = [3, n0, _LRTI, 0, [_rOF, _rF], [0, 0]];
1068
+ export var ListRuleTypesOutput$ = [3, n0, _LRTO, 0, [_rT], [() => RuleTypeList]];
1069
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rAe, _nT, _mR], [0, 0, 1]];
1070
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_ta, _nT], [() => TagList, 0]];
1071
+ export var ListWebhookItem$ = [
1065
1072
  3,
1066
1073
  n0,
1067
1074
  _LWI,
1068
1075
  0,
1069
1076
  [_de, _ur, _eM, _eC, _lT, _a, _ta],
1070
- [() => WebhookDefinition, 0, 0, 0, 4, 0, () => TagList],
1077
+ [() => WebhookDefinition$, 0, 0, 0, 4, 0, () => TagList],
1071
1078
  ];
1072
- export var ListWebhooksInput = [3, n0, _LWIi, 0, [_NT, _MR], [0, 1]];
1073
- export var ListWebhooksOutput = [3, n0, _LWO, 0, [_w, _NT], [() => WebhookList, 0]];
1074
- export var NotLatestPipelineExecutionException = [-3, n0, _NLPEE, { [_e]: _cl }, [_m], [0]];
1075
- TypeRegistry.for(n0).registerError(NotLatestPipelineExecutionException, __NotLatestPipelineExecutionException);
1076
- export var OutputArtifact = [3, n0, _OA, 0, [_na, _fil], [0, 64 | 0]];
1077
- export var OutputVariablesSizeExceededException = [-3, n0, _OVSEE, { [_e]: _cl }, [_m], [0]];
1078
- TypeRegistry.for(n0).registerError(OutputVariablesSizeExceededException, __OutputVariablesSizeExceededException);
1079
- export var OverrideStageConditionInput = [
1079
+ export var ListWebhooksInput$ = [3, n0, _LWIi, 0, [_NT, _MR], [0, 1]];
1080
+ export var ListWebhooksOutput$ = [3, n0, _LWO, 0, [_w, _NT], [() => WebhookList, 0]];
1081
+ export var NotLatestPipelineExecutionException$ = [-3, n0, _NLPEE, { [_e]: _cl }, [_m], [0]];
1082
+ TypeRegistry.for(n0).registerError(NotLatestPipelineExecutionException$, NotLatestPipelineExecutionException);
1083
+ export var OutputArtifact$ = [3, n0, _OA, 0, [_na, _fil], [0, 64 | 0]];
1084
+ export var OutputVariablesSizeExceededException$ = [-3, n0, _OVSEE, { [_e]: _cl }, [_m], [0]];
1085
+ TypeRegistry.for(n0).registerError(OutputVariablesSizeExceededException$, OutputVariablesSizeExceededException);
1086
+ export var OverrideStageConditionInput$ = [
1080
1087
  3,
1081
1088
  n0,
1082
1089
  _OSCI,
@@ -1084,15 +1091,15 @@ export var OverrideStageConditionInput = [
1084
1091
  [_pN, _sN, _pEI, _cTon],
1085
1092
  [0, 0, 0, 0],
1086
1093
  ];
1087
- export var PipelineContext = [
1094
+ export var PipelineContext$ = [
1088
1095
  3,
1089
1096
  n0,
1090
1097
  _PC,
1091
1098
  0,
1092
1099
  [_pN, _st, _ac, _pAi, _pEI],
1093
- [0, () => StageContext, () => ActionContext, 0, 0],
1100
+ [0, () => StageContext$, () => ActionContext$, 0, 0],
1094
1101
  ];
1095
- export var PipelineDeclaration = [
1102
+ export var PipelineDeclaration$ = [
1096
1103
  3,
1097
1104
  n0,
1098
1105
  _PD,
@@ -1101,7 +1108,7 @@ export var PipelineDeclaration = [
1101
1108
  [
1102
1109
  0,
1103
1110
  0,
1104
- () => ArtifactStore,
1111
+ () => ArtifactStore$,
1105
1112
  () => ArtifactStoreMap,
1106
1113
  () => PipelineStageDeclarationList,
1107
1114
  1,
@@ -1111,7 +1118,7 @@ export var PipelineDeclaration = [
1111
1118
  () => PipelineTriggerDeclarationList,
1112
1119
  ],
1113
1120
  ];
1114
- export var PipelineExecution = [
1121
+ export var PipelineExecution$ = [
1115
1122
  3,
1116
1123
  n0,
1117
1124
  _PE,
@@ -1125,20 +1132,20 @@ export var PipelineExecution = [
1125
1132
  0,
1126
1133
  () => ArtifactRevisionList,
1127
1134
  () => ResolvedPipelineVariableList,
1128
- () => ExecutionTrigger,
1135
+ () => ExecutionTrigger$,
1129
1136
  0,
1130
1137
  0,
1131
- () => PipelineRollbackMetadata,
1138
+ () => PipelineRollbackMetadata$,
1132
1139
  ],
1133
1140
  ];
1134
- export var PipelineExecutionFilter = [3, n0, _PEF, 0, [_sIS], [() => SucceededInStageFilter]];
1135
- export var PipelineExecutionNotFoundException = [-3, n0, _PENFE, { [_e]: _cl }, [_m], [0]];
1136
- TypeRegistry.for(n0).registerError(PipelineExecutionNotFoundException, __PipelineExecutionNotFoundException);
1137
- export var PipelineExecutionNotStoppableException = [-3, n0, _PENSE, { [_e]: _cl }, [_m], [0]];
1138
- TypeRegistry.for(n0).registerError(PipelineExecutionNotStoppableException, __PipelineExecutionNotStoppableException);
1139
- export var PipelineExecutionOutdatedException = [-3, n0, _PEOE, { [_e]: _cl }, [_m], [0]];
1140
- TypeRegistry.for(n0).registerError(PipelineExecutionOutdatedException, __PipelineExecutionOutdatedException);
1141
- export var PipelineExecutionSummary = [
1141
+ export var PipelineExecutionFilter$ = [3, n0, _PEF, 0, [_sIS], [() => SucceededInStageFilter$]];
1142
+ export var PipelineExecutionNotFoundException$ = [-3, n0, _PENFE, { [_e]: _cl }, [_m], [0]];
1143
+ TypeRegistry.for(n0).registerError(PipelineExecutionNotFoundException$, PipelineExecutionNotFoundException);
1144
+ export var PipelineExecutionNotStoppableException$ = [-3, n0, _PENSE, { [_e]: _cl }, [_m], [0]];
1145
+ TypeRegistry.for(n0).registerError(PipelineExecutionNotStoppableException$, PipelineExecutionNotStoppableException);
1146
+ export var PipelineExecutionOutdatedException$ = [-3, n0, _PEOE, { [_e]: _cl }, [_m], [0]];
1147
+ TypeRegistry.for(n0).registerError(PipelineExecutionOutdatedException$, PipelineExecutionOutdatedException);
1148
+ export var PipelineExecutionSummary$ = [
1142
1149
  3,
1143
1150
  n0,
1144
1151
  _PES,
@@ -1151,116 +1158,130 @@ export var PipelineExecutionSummary = [
1151
1158
  4,
1152
1159
  4,
1153
1160
  () => SourceRevisionList,
1154
- () => ExecutionTrigger,
1155
- () => StopExecutionTrigger,
1161
+ () => ExecutionTrigger$,
1162
+ () => StopExecutionTrigger$,
1156
1163
  0,
1157
1164
  0,
1158
- () => PipelineRollbackMetadata,
1165
+ () => PipelineRollbackMetadata$,
1159
1166
  ],
1160
1167
  ];
1161
- export var PipelineMetadata = [3, n0, _PM, 0, [_pAi, _cr, _up, _pDA], [0, 4, 4, 4]];
1162
- export var PipelineNameInUseException = [-3, n0, _PNIUE, { [_e]: _cl }, [_m], [0]];
1163
- TypeRegistry.for(n0).registerError(PipelineNameInUseException, __PipelineNameInUseException);
1164
- export var PipelineNotFoundException = [-3, n0, _PNFE, { [_e]: _cl }, [_m], [0]];
1165
- TypeRegistry.for(n0).registerError(PipelineNotFoundException, __PipelineNotFoundException);
1166
- export var PipelineRollbackMetadata = [3, n0, _PRM, 0, [_rTPEI], [0]];
1167
- export var PipelineSummary = [3, n0, _PS, 0, [_na, _v, _pT, _eMx, _cr, _up], [0, 1, 0, 0, 4, 4]];
1168
- export var PipelineTriggerDeclaration = [
1168
+ export var PipelineMetadata$ = [3, n0, _PM, 0, [_pAi, _cr, _up, _pDA], [0, 4, 4, 4]];
1169
+ export var PipelineNameInUseException$ = [-3, n0, _PNIUE, { [_e]: _cl }, [_m], [0]];
1170
+ TypeRegistry.for(n0).registerError(PipelineNameInUseException$, PipelineNameInUseException);
1171
+ export var PipelineNotFoundException$ = [-3, n0, _PNFE, { [_e]: _cl }, [_m], [0]];
1172
+ TypeRegistry.for(n0).registerError(PipelineNotFoundException$, PipelineNotFoundException);
1173
+ export var PipelineRollbackMetadata$ = [3, n0, _PRM, 0, [_rTPEI], [0]];
1174
+ export var PipelineSummary$ = [
1175
+ 3,
1176
+ n0,
1177
+ _PS,
1178
+ 0,
1179
+ [_na, _v, _pT, _eMx, _cr, _up],
1180
+ [0, 1, 0, 0, 4, 4],
1181
+ ];
1182
+ export var PipelineTriggerDeclaration$ = [
1169
1183
  3,
1170
1184
  n0,
1171
1185
  _PTD,
1172
1186
  0,
1173
1187
  [_pTr, _gC],
1174
- [0, () => GitConfiguration],
1188
+ [0, () => GitConfiguration$],
1175
1189
  ];
1176
- export var PipelineVariable = [3, n0, _PV, 0, [_na, _va], [0, 0]];
1177
- export var PipelineVariableDeclaration = [3, n0, _PVD, 0, [_na, _dV, _d], [0, 0, 0]];
1178
- export var PipelineVersionNotFoundException = [-3, n0, _PVNFE, { [_e]: _cl }, [_m], [0]];
1179
- TypeRegistry.for(n0).registerError(PipelineVersionNotFoundException, __PipelineVersionNotFoundException);
1180
- export var PollForJobsInput = [
1190
+ export var PipelineVariable$ = [3, n0, _PV, 0, [_na, _va], [0, 0]];
1191
+ export var PipelineVariableDeclaration$ = [3, n0, _PVD, 0, [_na, _dV, _d], [0, 0, 0]];
1192
+ export var PipelineVersionNotFoundException$ = [-3, n0, _PVNFE, { [_e]: _cl }, [_m], [0]];
1193
+ TypeRegistry.for(n0).registerError(PipelineVersionNotFoundException$, PipelineVersionNotFoundException);
1194
+ export var PollForJobsInput$ = [
1181
1195
  3,
1182
1196
  n0,
1183
1197
  _PFJI,
1184
1198
  0,
1185
1199
  [_aTI, _mBS, _qP],
1186
- [() => ActionTypeId, 1, 128 | 0],
1200
+ [() => ActionTypeId$, 1, 128 | 0],
1187
1201
  ];
1188
- export var PollForJobsOutput = [3, n0, _PFJO, 0, [_j], [[() => JobList, 0]]];
1189
- export var PollForThirdPartyJobsInput = [
1202
+ export var PollForJobsOutput$ = [3, n0, _PFJO, 0, [_j], [[() => JobList, 0]]];
1203
+ export var PollForThirdPartyJobsInput$ = [
1190
1204
  3,
1191
1205
  n0,
1192
1206
  _PFTPJI,
1193
1207
  0,
1194
1208
  [_aTI, _mBS],
1195
- [() => ActionTypeId, 1],
1209
+ [() => ActionTypeId$, 1],
1196
1210
  ];
1197
- export var PollForThirdPartyJobsOutput = [3, n0, _PFTPJO, 0, [_j], [() => ThirdPartyJobList]];
1198
- export var PutActionRevisionInput = [
1211
+ export var PollForThirdPartyJobsOutput$ = [3, n0, _PFTPJO, 0, [_j], [() => ThirdPartyJobList]];
1212
+ export var PutActionRevisionInput$ = [
1199
1213
  3,
1200
1214
  n0,
1201
1215
  _PARI,
1202
1216
  0,
1203
1217
  [_pN, _sN, _aN, _aRc],
1204
- [0, 0, 0, () => ActionRevision],
1218
+ [0, 0, 0, () => ActionRevision$],
1205
1219
  ];
1206
- export var PutActionRevisionOutput = [3, n0, _PARO, 0, [_nR, _pEI], [2, 0]];
1207
- export var PutApprovalResultInput = [
1220
+ export var PutActionRevisionOutput$ = [3, n0, _PARO, 0, [_nR, _pEI], [2, 0]];
1221
+ export var PutApprovalResultInput$ = [
1208
1222
  3,
1209
1223
  n0,
1210
1224
  _PARIu,
1211
1225
  0,
1212
1226
  [_pN, _sN, _aN, _res, _to],
1213
- [0, 0, 0, () => ApprovalResult, 0],
1227
+ [0, 0, 0, () => ApprovalResult$, 0],
1228
+ ];
1229
+ export var PutApprovalResultOutput$ = [3, n0, _PAROu, 0, [_aAp], [4]];
1230
+ export var PutJobFailureResultInput$ = [
1231
+ 3,
1232
+ n0,
1233
+ _PJFRI,
1234
+ 0,
1235
+ [_jI, _fD],
1236
+ [0, () => FailureDetails$],
1214
1237
  ];
1215
- export var PutApprovalResultOutput = [3, n0, _PAROu, 0, [_aAp], [4]];
1216
- export var PutJobFailureResultInput = [3, n0, _PJFRI, 0, [_jI, _fD], [0, () => FailureDetails]];
1217
- export var PutJobSuccessResultInput = [
1238
+ export var PutJobSuccessResultInput$ = [
1218
1239
  3,
1219
1240
  n0,
1220
1241
  _PJSRI,
1221
1242
  0,
1222
1243
  [_jI, _cR, _cTo, _eDx, _oV],
1223
- [0, () => CurrentRevision, 0, () => ExecutionDetails, 128 | 0],
1244
+ [0, () => CurrentRevision$, 0, () => ExecutionDetails$, 128 | 0],
1224
1245
  ];
1225
- export var PutThirdPartyJobFailureResultInput = [
1246
+ export var PutThirdPartyJobFailureResultInput$ = [
1226
1247
  3,
1227
1248
  n0,
1228
1249
  _PTPJFRI,
1229
1250
  0,
1230
1251
  [_jI, _cT, _fD],
1231
- [0, 0, () => FailureDetails],
1252
+ [0, 0, () => FailureDetails$],
1232
1253
  ];
1233
- export var PutThirdPartyJobSuccessResultInput = [
1254
+ export var PutThirdPartyJobSuccessResultInput$ = [
1234
1255
  3,
1235
1256
  n0,
1236
1257
  _PTPJSRI,
1237
1258
  0,
1238
1259
  [_jI, _cT, _cR, _cTo, _eDx],
1239
- [0, 0, () => CurrentRevision, 0, () => ExecutionDetails],
1260
+ [0, 0, () => CurrentRevision$, 0, () => ExecutionDetails$],
1240
1261
  ];
1241
- export var PutWebhookInput = [
1262
+ export var PutWebhookInput$ = [
1242
1263
  3,
1243
1264
  n0,
1244
1265
  _PWI,
1245
1266
  0,
1246
1267
  [_we, _ta],
1247
- [() => WebhookDefinition, () => TagList],
1248
- ];
1249
- export var PutWebhookOutput = [3, n0, _PWO, 0, [_we], [() => ListWebhookItem]];
1250
- export var RegisterWebhookWithThirdPartyInput = [3, n0, _RWWTPI, 0, [_wN], [0]];
1251
- export var RegisterWebhookWithThirdPartyOutput = [3, n0, _RWWTPO, 0, [], []];
1252
- export var RequestFailedException = [-3, n0, _RFE, { [_e]: _cl }, [_m], [0]];
1253
- TypeRegistry.for(n0).registerError(RequestFailedException, __RequestFailedException);
1254
- export var ResolvedPipelineVariable = [3, n0, _RPV, 0, [_na, _rV], [0, 0]];
1255
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl }, [_m], [0]];
1256
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1257
- export var RetryConfiguration = [3, n0, _RC, 0, [_rMe], [0]];
1258
- export var RetryStageExecutionInput = [3, n0, _RSEI, 0, [_pN, _sN, _pEI, _rMe], [0, 0, 0, 0]];
1259
- export var RetryStageExecutionOutput = [3, n0, _RSEO, 0, [_pEI], [0]];
1260
- export var RetryStageMetadata = [3, n0, _RSM, 0, [_aSRA, _mSRA, _lRT], [1, 1, 0]];
1261
- export var RollbackStageInput = [3, n0, _RSI, 0, [_pN, _sN, _tPEI], [0, 0, 0]];
1262
- export var RollbackStageOutput = [3, n0, _RSO, 0, [_pEI], [0]];
1263
- export var RuleConfigurationProperty = [
1268
+ [() => WebhookDefinition$, () => TagList],
1269
+ ];
1270
+ export var PutWebhookOutput$ = [3, n0, _PWO, 0, [_we], [() => ListWebhookItem$]];
1271
+ export var RegisterWebhookWithThirdPartyInput$ = [3, n0, _RWWTPI, 0, [_wN], [0]];
1272
+ export var RegisterWebhookWithThirdPartyOutput$ = [3, n0, _RWWTPO, 0, [], []];
1273
+ export var RequestFailedException$ = [-3, n0, _RFE, { [_e]: _cl }, [_m], [0]];
1274
+ TypeRegistry.for(n0).registerError(RequestFailedException$, RequestFailedException);
1275
+ export var ResolvedPipelineVariable$ = [3, n0, _RPV, 0, [_na, _rV], [0, 0]];
1276
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _cl }, [_m], [0]];
1277
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1278
+ export var RetryConfiguration$ = [3, n0, _RC, 0, [_rMe], [0]];
1279
+ export var RetryStageExecutionInput$ = [3, n0, _RSEI, 0, [_pN, _sN, _pEI, _rMe], [0, 0, 0, 0]];
1280
+ export var RetryStageExecutionOutput$ = [3, n0, _RSEO, 0, [_pEI], [0]];
1281
+ export var RetryStageMetadata$ = [3, n0, _RSM, 0, [_aSRA, _mSRA, _lRT], [1, 1, 0]];
1282
+ export var RollbackStageInput$ = [3, n0, _RSI, 0, [_pN, _sN, _tPEI], [0, 0, 0]];
1283
+ export var RollbackStageOutput$ = [3, n0, _RSO, 0, [_pEI], [0]];
1284
+ export var RuleConfigurationProperty$ = [
1264
1285
  3,
1265
1286
  n0,
1266
1287
  _RCP,
@@ -1268,89 +1289,89 @@ export var RuleConfigurationProperty = [
1268
1289
  [_na, _r, _k, _se, _q, _d, _t],
1269
1290
  [0, 2, 2, 2, 2, 0, 0],
1270
1291
  ];
1271
- export var RuleDeclaration = [
1292
+ export var RuleDeclaration$ = [
1272
1293
  3,
1273
1294
  n0,
1274
1295
  _RD,
1275
1296
  0,
1276
1297
  [_na, _rTI, _c, _co, _iA, _rA, _re, _tIM],
1277
- [0, () => RuleTypeId, 128 | 0, 64 | 0, () => InputArtifactList, 0, 0, 1],
1298
+ [0, () => RuleTypeId$, 128 | 0, 64 | 0, () => InputArtifactList, 0, 0, 1],
1278
1299
  ];
1279
- export var RuleExecution = [
1300
+ export var RuleExecution$ = [
1280
1301
  3,
1281
1302
  n0,
1282
1303
  _RE,
1283
1304
  0,
1284
1305
  [_rEI, _s, _su, _lSC, _to, _lUB, _eEI, _eEU, _eD],
1285
- [0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails],
1306
+ [0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails$],
1286
1307
  ];
1287
- export var RuleExecutionDetail = [
1308
+ export var RuleExecutionDetail$ = [
1288
1309
  3,
1289
1310
  n0,
1290
1311
  _RED,
1291
1312
  0,
1292
1313
  [_pEI, _rEI, _pV, _sN, _rN, _sT, _lUT, _uB, _s, _i, _o],
1293
- [0, 0, 1, 0, 0, 4, 4, 0, 0, () => RuleExecutionInput, () => RuleExecutionOutput],
1314
+ [0, 0, 1, 0, 0, 4, 4, 0, 0, () => RuleExecutionInput$, () => RuleExecutionOutput$],
1294
1315
  ];
1295
- export var RuleExecutionFilter = [
1316
+ export var RuleExecutionFilter$ = [
1296
1317
  3,
1297
1318
  n0,
1298
1319
  _REF,
1299
1320
  0,
1300
1321
  [_pEI, _lIPE],
1301
- [0, () => LatestInPipelineExecutionFilter],
1322
+ [0, () => LatestInPipelineExecutionFilter$],
1302
1323
  ];
1303
- export var RuleExecutionInput = [
1324
+ export var RuleExecutionInput$ = [
1304
1325
  3,
1305
1326
  n0,
1306
1327
  _REI,
1307
1328
  0,
1308
1329
  [_rTI, _c, _rC, _rA, _re, _iA],
1309
- [() => RuleTypeId, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList],
1330
+ [() => RuleTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList],
1310
1331
  ];
1311
- export var RuleExecutionOutput = [3, n0, _REO, 0, [_eR], [() => RuleExecutionResult]];
1312
- export var RuleExecutionResult = [
1332
+ export var RuleExecutionOutput$ = [3, n0, _REO, 0, [_eR], [() => RuleExecutionResult$]];
1333
+ export var RuleExecutionResult$ = [
1313
1334
  3,
1314
1335
  n0,
1315
1336
  _RER,
1316
1337
  0,
1317
1338
  [_eEI, _eES, _eEU, _eD],
1318
- [0, 0, 0, () => ErrorDetails],
1339
+ [0, 0, 0, () => ErrorDetails$],
1319
1340
  ];
1320
- export var RuleRevision = [3, n0, _RR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
1321
- export var RuleState = [
1341
+ export var RuleRevision$ = [3, n0, _RR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
1342
+ export var RuleState$ = [
1322
1343
  3,
1323
1344
  n0,
1324
1345
  _RS,
1325
1346
  0,
1326
1347
  [_rN, _cR, _lE, _eU, _rU],
1327
- [0, () => RuleRevision, () => RuleExecution, 0, 0],
1348
+ [0, () => RuleRevision$, () => RuleExecution$, 0, 0],
1328
1349
  ];
1329
- export var RuleType = [
1350
+ export var RuleType$ = [
1330
1351
  3,
1331
1352
  n0,
1332
1353
  _RT,
1333
1354
  0,
1334
1355
  [_id, _set, _rCP, _iAD],
1335
- [() => RuleTypeId, () => RuleTypeSettings, () => RuleConfigurationPropertyList, () => ArtifactDetails],
1356
+ [() => RuleTypeId$, () => RuleTypeSettings$, () => RuleConfigurationPropertyList, () => ArtifactDetails$],
1336
1357
  ];
1337
- export var RuleTypeId = [3, n0, _RTI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
1338
- export var RuleTypeSettings = [3, n0, _RTS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
1339
- export var S3ArtifactLocation = [3, n0, _SAL, 0, [_bN, _oK], [0, 0]];
1340
- export var S3Location = [3, n0, _SL, 0, [_bu, _k], [0, 0]];
1341
- export var SourceRevision = [3, n0, _SR, 0, [_aN, _rI, _rS, _rU], [0, 0, 0, 0]];
1342
- export var SourceRevisionOverride = [3, n0, _SRO, 0, [_aN, _rTe, _rVe], [0, 0, 0]];
1343
- export var StageConditionsExecution = [3, n0, _SCE, 0, [_s, _su], [0, 0]];
1344
- export var StageConditionState = [
1358
+ export var RuleTypeId$ = [3, n0, _RTI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
1359
+ export var RuleTypeSettings$ = [3, n0, _RTS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
1360
+ export var S3ArtifactLocation$ = [3, n0, _SAL, 0, [_bN, _oK], [0, 0]];
1361
+ export var S3Location$ = [3, n0, _SL, 0, [_bu, _k], [0, 0]];
1362
+ export var SourceRevision$ = [3, n0, _SR, 0, [_aN, _rI, _rS, _rU], [0, 0, 0, 0]];
1363
+ export var SourceRevisionOverride$ = [3, n0, _SRO, 0, [_aN, _rTe, _rVe], [0, 0, 0]];
1364
+ export var StageConditionsExecution$ = [3, n0, _SCE, 0, [_s, _su], [0, 0]];
1365
+ export var StageConditionState$ = [
1345
1366
  3,
1346
1367
  n0,
1347
1368
  _SCS,
1348
1369
  0,
1349
1370
  [_lE, _cS],
1350
- [() => StageConditionsExecution, () => ConditionStateList],
1371
+ [() => StageConditionsExecution$, () => ConditionStateList],
1351
1372
  ];
1352
- export var StageContext = [3, n0, _SC, 0, [_na], [0]];
1353
- export var StageDeclaration = [
1373
+ export var StageContext$ = [3, n0, _SC, 0, [_na], [0]];
1374
+ export var StageDeclaration$ = [
1354
1375
  3,
1355
1376
  n0,
1356
1377
  _SD,
@@ -1360,17 +1381,17 @@ export var StageDeclaration = [
1360
1381
  0,
1361
1382
  () => StageBlockerDeclarationList,
1362
1383
  () => StageActionDeclarationList,
1363
- () => FailureConditions,
1364
- () => SuccessConditions,
1365
- () => BeforeEntryConditions,
1384
+ () => FailureConditions$,
1385
+ () => SuccessConditions$,
1386
+ () => BeforeEntryConditions$,
1366
1387
  ],
1367
1388
  ];
1368
- export var StageExecution = [3, n0, _SE, 0, [_pEI, _s, _t], [0, 0, 0]];
1369
- export var StageNotFoundException = [-3, n0, _SNFE, { [_e]: _cl }, [_m], [0]];
1370
- TypeRegistry.for(n0).registerError(StageNotFoundException, __StageNotFoundException);
1371
- export var StageNotRetryableException = [-3, n0, _SNRE, { [_e]: _cl }, [_m], [0]];
1372
- TypeRegistry.for(n0).registerError(StageNotRetryableException, __StageNotRetryableException);
1373
- export var StageState = [
1389
+ export var StageExecution$ = [3, n0, _SE, 0, [_pEI, _s, _t], [0, 0, 0]];
1390
+ export var StageNotFoundException$ = [-3, n0, _SNFE, { [_e]: _cl }, [_m], [0]];
1391
+ TypeRegistry.for(n0).registerError(StageNotFoundException$, StageNotFoundException);
1392
+ export var StageNotRetryableException$ = [-3, n0, _SNRE, { [_e]: _cl }, [_m], [0]];
1393
+ TypeRegistry.for(n0).registerError(StageNotRetryableException$, StageNotRetryableException);
1394
+ export var StageState$ = [
1374
1395
  3,
1375
1396
  n0,
1376
1397
  _SS,
@@ -1378,18 +1399,18 @@ export var StageState = [
1378
1399
  [_sN, _iE, _iEn, _iTS, _aSc, _lE, _bECS, _oSCS, _oFCS, _rSM],
1379
1400
  [
1380
1401
  0,
1381
- () => StageExecution,
1402
+ () => StageExecution$,
1382
1403
  () => StageExecutionList,
1383
- () => TransitionState,
1404
+ () => TransitionState$,
1384
1405
  () => ActionStateList,
1385
- () => StageExecution,
1386
- () => StageConditionState,
1387
- () => StageConditionState,
1388
- () => StageConditionState,
1389
- () => RetryStageMetadata,
1406
+ () => StageExecution$,
1407
+ () => StageConditionState$,
1408
+ () => StageConditionState$,
1409
+ () => StageConditionState$,
1410
+ () => RetryStageMetadata$,
1390
1411
  ],
1391
1412
  ];
1392
- export var StartPipelineExecutionInput = [
1413
+ export var StartPipelineExecutionInput$ = [
1393
1414
  3,
1394
1415
  n0,
1395
1416
  _SPEI,
@@ -1397,366 +1418,436 @@ export var StartPipelineExecutionInput = [
1397
1418
  [_na, _var, _cRT, _sR],
1398
1419
  [0, () => PipelineVariableList, [0, 4], () => SourceRevisionOverrideList],
1399
1420
  ];
1400
- export var StartPipelineExecutionOutput = [3, n0, _SPEO, 0, [_pEI], [0]];
1401
- export var StopExecutionTrigger = [3, n0, _SET, 0, [_rea], [0]];
1402
- export var StopPipelineExecutionInput = [3, n0, _SPEIt, 0, [_pN, _pEI, _ab, _rea], [0, 0, 2, 0]];
1403
- export var StopPipelineExecutionOutput = [3, n0, _SPEOt, 0, [_pEI], [0]];
1404
- export var SucceededInStageFilter = [3, n0, _SISF, 0, [_sN], [0]];
1405
- export var SuccessConditions = [3, n0, _SCu, 0, [_con], [() => ConditionList]];
1406
- export var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
1407
- export var TagResourceInput = [3, n0, _TRI, 0, [_rAe, _ta], [0, () => TagList]];
1408
- export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
1409
- export var TargetFilter = [3, n0, _TF, 0, [_na, _val], [0, 64 | 0]];
1410
- export var ThirdPartyJob = [3, n0, _TPJ, 0, [_cIl, _jI], [0, 0]];
1411
- export var ThirdPartyJobData = [
1421
+ export var StartPipelineExecutionOutput$ = [3, n0, _SPEO, 0, [_pEI], [0]];
1422
+ export var StopExecutionTrigger$ = [3, n0, _SET, 0, [_rea], [0]];
1423
+ export var StopPipelineExecutionInput$ = [
1424
+ 3,
1425
+ n0,
1426
+ _SPEIt,
1427
+ 0,
1428
+ [_pN, _pEI, _ab, _rea],
1429
+ [0, 0, 2, 0],
1430
+ ];
1431
+ export var StopPipelineExecutionOutput$ = [3, n0, _SPEOt, 0, [_pEI], [0]];
1432
+ export var SucceededInStageFilter$ = [3, n0, _SISF, 0, [_sN], [0]];
1433
+ export var SuccessConditions$ = [3, n0, _SCu, 0, [_con], [() => ConditionList]];
1434
+ export var Tag$ = [3, n0, _T, 0, [_k, _va], [0, 0]];
1435
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_rAe, _ta], [0, () => TagList]];
1436
+ export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
1437
+ export var TargetFilter$ = [3, n0, _TF, 0, [_na, _val], [0, 64 | 0]];
1438
+ export var ThirdPartyJob$ = [3, n0, _TPJ, 0, [_cIl, _jI], [0, 0]];
1439
+ export var ThirdPartyJobData$ = [
1412
1440
  3,
1413
1441
  n0,
1414
1442
  _TPJD,
1415
1443
  0,
1416
1444
  [_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
1417
1445
  [
1418
- () => ActionTypeId,
1419
- () => ActionConfiguration,
1420
- () => PipelineContext,
1446
+ () => ActionTypeId$,
1447
+ () => ActionConfiguration$,
1448
+ () => PipelineContext$,
1421
1449
  () => ArtifactList,
1422
1450
  () => ArtifactList,
1423
- [() => AWSSessionCredentials, 0],
1451
+ [() => AWSSessionCredentials$, 0],
1424
1452
  0,
1425
- () => EncryptionKey,
1453
+ () => EncryptionKey$,
1426
1454
  ],
1427
1455
  ];
1428
- export var ThirdPartyJobDetails = [
1456
+ export var ThirdPartyJobDetails$ = [
1429
1457
  3,
1430
1458
  n0,
1431
1459
  _TPJDh,
1432
1460
  0,
1433
1461
  [_id, _da, _n],
1434
- [0, [() => ThirdPartyJobData, 0], 0],
1435
- ];
1436
- export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _cl }, [_m], [0]];
1437
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1438
- export var TransitionState = [3, n0, _TS, 0, [_en, _lCB, _lCA, _dR], [2, 0, 4, 0]];
1439
- export var UnableToRollbackStageException = [-3, n0, _UTRSE, { [_e]: _cl }, [_m], [0]];
1440
- TypeRegistry.for(n0).registerError(UnableToRollbackStageException, __UnableToRollbackStageException);
1441
- export var UntagResourceInput = [3, n0, _URI, 0, [_rAe, _tK], [0, 64 | 0]];
1442
- export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
1443
- export var UpdateActionTypeInput = [3, n0, _UATI, 0, [_aT], [() => ActionTypeDeclaration]];
1444
- export var UpdatePipelineInput = [3, n0, _UPI, 0, [_pi], [() => PipelineDeclaration]];
1445
- export var UpdatePipelineOutput = [3, n0, _UPO, 0, [_pi], [() => PipelineDeclaration]];
1446
- export var ValidationException = [-3, n0, _VE, { [_e]: _cl }, [_m], [0]];
1447
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1448
- export var WebhookAuthConfiguration = [3, n0, _WAC, 0, [_AIPR, _STe], [0, 0]];
1449
- export var WebhookDefinition = [
1462
+ [0, [() => ThirdPartyJobData$, 0], 0],
1463
+ ];
1464
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _cl }, [_m], [0]];
1465
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1466
+ export var TransitionState$ = [3, n0, _TS, 0, [_en, _lCB, _lCA, _dR], [2, 0, 4, 0]];
1467
+ export var UnableToRollbackStageException$ = [-3, n0, _UTRSE, { [_e]: _cl }, [_m], [0]];
1468
+ TypeRegistry.for(n0).registerError(UnableToRollbackStageException$, UnableToRollbackStageException);
1469
+ export var UntagResourceInput$ = [3, n0, _URI, 0, [_rAe, _tK], [0, 64 | 0]];
1470
+ export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
1471
+ export var UpdateActionTypeInput$ = [3, n0, _UATI, 0, [_aT], [() => ActionTypeDeclaration$]];
1472
+ export var UpdatePipelineInput$ = [3, n0, _UPI, 0, [_pi], [() => PipelineDeclaration$]];
1473
+ export var UpdatePipelineOutput$ = [3, n0, _UPO, 0, [_pi], [() => PipelineDeclaration$]];
1474
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _cl }, [_m], [0]];
1475
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1476
+ export var WebhookAuthConfiguration$ = [3, n0, _WAC, 0, [_AIPR, _STe], [0, 0]];
1477
+ export var WebhookDefinition$ = [
1450
1478
  3,
1451
1479
  n0,
1452
1480
  _WD,
1453
1481
  0,
1454
1482
  [_na, _tP, _tA, _fi, _au, _aCu],
1455
- [0, 0, 0, () => WebhookFilters, 0, () => WebhookAuthConfiguration],
1456
- ];
1457
- export var WebhookFilterRule = [3, n0, _WFR, 0, [_jP, _mE], [0, 0]];
1458
- export var WebhookNotFoundException = [-3, n0, _WNFE, { [_e]: _cl }, [], []];
1459
- TypeRegistry.for(n0).registerError(WebhookNotFoundException, __WebhookNotFoundException);
1460
- export var __Unit = "unit";
1461
- export var CodePipelineServiceException = [-3, _sm, "CodePipelineServiceException", 0, [], []];
1462
- TypeRegistry.for(_sm).registerError(CodePipelineServiceException, __CodePipelineServiceException);
1463
- export var ActionConfigurationPropertyList = [1, n0, _ACPL, 0, () => ActionConfigurationProperty];
1464
- export var ActionExecutionDetailList = [1, n0, _AEDL, 0, () => ActionExecutionDetail];
1465
- export var ActionStateList = [1, n0, _ASL, 0, () => ActionState];
1466
- export var ActionTypeList = [1, n0, _ATL, 0, () => ActionType];
1467
- export var ActionTypeProperties = [1, n0, _ATPct, 0, () => ActionTypeProperty];
1468
- export var AllowedAccounts = 64 | 0;
1469
- export var ArtifactDetailList = [1, n0, _ADL, 0, () => ArtifactDetail];
1470
- export var ArtifactList = [1, n0, _ALr, 0, () => Artifact];
1471
- export var ArtifactRevisionList = [1, n0, _ARL, 0, () => ArtifactRevision];
1472
- export var CommandList = 64 | 0;
1473
- export var ConditionList = [1, n0, _CL, 0, () => Condition];
1474
- export var ConditionStateList = [1, n0, _CSL, 0, () => ConditionState];
1475
- export var DeployActionExecutionTargetList = [1, n0, _DAETL, 0, () => DeployActionExecutionTarget];
1476
- export var DeployTargetEventList = [1, n0, _DTEL, 0, () => DeployTargetEvent];
1477
- export var EnvironmentVariableList = [1, n0, _EVL, 0, () => EnvironmentVariable];
1478
- export var FilePathList = 64 | 0;
1479
- export var GitBranchPatternList = 64 | 0;
1480
- export var GitFilePathPatternList = 64 | 0;
1481
- export var GitPullRequestEventTypeList = 64 | 0;
1482
- export var GitPullRequestFilterList = [1, n0, _GPRFL, 0, () => GitPullRequestFilter];
1483
- export var GitPushFilterList = [1, n0, _GPFL, 0, () => GitPushFilter];
1484
- export var GitTagPatternList = 64 | 0;
1485
- export var InputArtifactList = [1, n0, _IAL, 0, () => InputArtifact];
1486
- export var JobList = [1, n0, _JL, 0, [() => Job, 0]];
1487
- export var OutputArtifactList = [1, n0, _OAL, 0, () => OutputArtifact];
1488
- export var OutputVariableList = 64 | 0;
1489
- export var PipelineExecutionSummaryList = [1, n0, _PESL, 0, () => PipelineExecutionSummary];
1490
- export var PipelineList = [1, n0, _PL, 0, () => PipelineSummary];
1491
- export var PipelineStageDeclarationList = [1, n0, _PSDL, 0, () => StageDeclaration];
1492
- export var PipelineTriggerDeclarationList = [1, n0, _PTDL, 0, () => PipelineTriggerDeclaration];
1493
- export var PipelineVariableDeclarationList = [1, n0, _PVDL, 0, () => PipelineVariableDeclaration];
1494
- export var PipelineVariableList = [1, n0, _PVL, 0, () => PipelineVariable];
1495
- export var PollingAccountList = 64 | 0;
1496
- export var PollingServicePrincipalList = 64 | 0;
1497
- export var ResolvedPipelineVariableList = [1, n0, _RPVL, 0, () => ResolvedPipelineVariable];
1498
- export var RuleConfigurationPropertyList = [1, n0, _RCPL, 0, () => RuleConfigurationProperty];
1499
- export var RuleDeclarationList = [1, n0, _RDL, 0, () => RuleDeclaration];
1500
- export var RuleExecutionDetailList = [1, n0, _REDL, 0, () => RuleExecutionDetail];
1501
- export var RuleStateList = [1, n0, _RSL, 0, () => RuleState];
1502
- export var RuleTypeList = [1, n0, _RTL, 0, () => RuleType];
1503
- export var SourceRevisionList = [1, n0, _SRL, 0, () => SourceRevision];
1504
- export var SourceRevisionOverrideList = [1, n0, _SROL, 0, () => SourceRevisionOverride];
1505
- export var StageActionDeclarationList = [1, n0, _SADL, 0, () => ActionDeclaration];
1506
- export var StageBlockerDeclarationList = [1, n0, _SBDL, 0, () => BlockerDeclaration];
1507
- export var StageExecutionList = [1, n0, _SEL, 0, () => StageExecution];
1508
- export var StageStateList = [1, n0, _SSL, 0, () => StageState];
1509
- export var TagKeyList = 64 | 0;
1510
- export var TagList = [1, n0, _TL, 0, () => Tag];
1511
- export var TargetFilterList = [1, n0, _TFL, 0, () => TargetFilter];
1512
- export var TargetFilterValueList = 64 | 0;
1513
- export var ThirdPartyJobList = [1, n0, _TPJL, 0, () => ThirdPartyJob];
1514
- export var WebhookFilters = [1, n0, _WF, 0, () => WebhookFilterRule];
1515
- export var WebhookList = [1, n0, _WL, 0, () => ListWebhookItem];
1516
- export var ActionConfigurationMap = 128 | 0;
1517
- export var ArtifactStoreMap = [2, n0, _ASM, 0, 0, () => ArtifactStore];
1518
- export var OutputVariablesMap = 128 | 0;
1519
- export var QueryParamMap = 128 | 0;
1520
- export var ResolvedActionConfigurationMap = 128 | 0;
1521
- export var ResolvedRuleConfigurationMap = 128 | 0;
1522
- export var RuleConfigurationMap = 128 | 0;
1523
- export var AcknowledgeJob = [
1483
+ [0, 0, 0, () => WebhookFilters, 0, () => WebhookAuthConfiguration$],
1484
+ ];
1485
+ export var WebhookFilterRule$ = [3, n0, _WFR, 0, [_jP, _mE], [0, 0]];
1486
+ export var WebhookNotFoundException$ = [-3, n0, _WNFE, { [_e]: _cl }, [], []];
1487
+ TypeRegistry.for(n0).registerError(WebhookNotFoundException$, WebhookNotFoundException);
1488
+ var __Unit = "unit";
1489
+ export var CodePipelineServiceException$ = [-3, _sm, "CodePipelineServiceException", 0, [], []];
1490
+ TypeRegistry.for(_sm).registerError(CodePipelineServiceException$, CodePipelineServiceException);
1491
+ var ActionConfigurationPropertyList = [1, n0, _ACPL, 0, () => ActionConfigurationProperty$];
1492
+ var ActionExecutionDetailList = [1, n0, _AEDL, 0, () => ActionExecutionDetail$];
1493
+ var ActionStateList = [1, n0, _ASL, 0, () => ActionState$];
1494
+ var ActionTypeList = [1, n0, _ATL, 0, () => ActionType$];
1495
+ var ActionTypeProperties = [1, n0, _ATPct, 0, () => ActionTypeProperty$];
1496
+ var AllowedAccounts = 64 | 0;
1497
+ var ArtifactDetailList = [1, n0, _ADL, 0, () => ArtifactDetail$];
1498
+ var ArtifactList = [1, n0, _ALr, 0, () => Artifact$];
1499
+ var ArtifactRevisionList = [1, n0, _ARL, 0, () => ArtifactRevision$];
1500
+ var CommandList = 64 | 0;
1501
+ var ConditionList = [1, n0, _CL, 0, () => Condition$];
1502
+ var ConditionStateList = [1, n0, _CSL, 0, () => ConditionState$];
1503
+ var DeployActionExecutionTargetList = [1, n0, _DAETL, 0, () => DeployActionExecutionTarget$];
1504
+ var DeployTargetEventList = [1, n0, _DTEL, 0, () => DeployTargetEvent$];
1505
+ var EnvironmentVariableList = [1, n0, _EVL, 0, () => EnvironmentVariable$];
1506
+ var FilePathList = 64 | 0;
1507
+ var GitBranchPatternList = 64 | 0;
1508
+ var GitFilePathPatternList = 64 | 0;
1509
+ var GitPullRequestEventTypeList = 64 | 0;
1510
+ var GitPullRequestFilterList = [1, n0, _GPRFL, 0, () => GitPullRequestFilter$];
1511
+ var GitPushFilterList = [1, n0, _GPFL, 0, () => GitPushFilter$];
1512
+ var GitTagPatternList = 64 | 0;
1513
+ var InputArtifactList = [1, n0, _IAL, 0, () => InputArtifact$];
1514
+ var JobList = [1, n0, _JL, 0, [() => Job$, 0]];
1515
+ var OutputArtifactList = [1, n0, _OAL, 0, () => OutputArtifact$];
1516
+ var OutputVariableList = 64 | 0;
1517
+ var PipelineExecutionSummaryList = [1, n0, _PESL, 0, () => PipelineExecutionSummary$];
1518
+ var PipelineList = [1, n0, _PL, 0, () => PipelineSummary$];
1519
+ var PipelineStageDeclarationList = [1, n0, _PSDL, 0, () => StageDeclaration$];
1520
+ var PipelineTriggerDeclarationList = [1, n0, _PTDL, 0, () => PipelineTriggerDeclaration$];
1521
+ var PipelineVariableDeclarationList = [1, n0, _PVDL, 0, () => PipelineVariableDeclaration$];
1522
+ var PipelineVariableList = [1, n0, _PVL, 0, () => PipelineVariable$];
1523
+ var PollingAccountList = 64 | 0;
1524
+ var PollingServicePrincipalList = 64 | 0;
1525
+ var ResolvedPipelineVariableList = [1, n0, _RPVL, 0, () => ResolvedPipelineVariable$];
1526
+ var RuleConfigurationPropertyList = [1, n0, _RCPL, 0, () => RuleConfigurationProperty$];
1527
+ var RuleDeclarationList = [1, n0, _RDL, 0, () => RuleDeclaration$];
1528
+ var RuleExecutionDetailList = [1, n0, _REDL, 0, () => RuleExecutionDetail$];
1529
+ var RuleStateList = [1, n0, _RSL, 0, () => RuleState$];
1530
+ var RuleTypeList = [1, n0, _RTL, 0, () => RuleType$];
1531
+ var SourceRevisionList = [1, n0, _SRL, 0, () => SourceRevision$];
1532
+ var SourceRevisionOverrideList = [1, n0, _SROL, 0, () => SourceRevisionOverride$];
1533
+ var StageActionDeclarationList = [1, n0, _SADL, 0, () => ActionDeclaration$];
1534
+ var StageBlockerDeclarationList = [1, n0, _SBDL, 0, () => BlockerDeclaration$];
1535
+ var StageExecutionList = [1, n0, _SEL, 0, () => StageExecution$];
1536
+ var StageStateList = [1, n0, _SSL, 0, () => StageState$];
1537
+ var TagKeyList = 64 | 0;
1538
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1539
+ var TargetFilterList = [1, n0, _TFL, 0, () => TargetFilter$];
1540
+ var TargetFilterValueList = 64 | 0;
1541
+ var ThirdPartyJobList = [1, n0, _TPJL, 0, () => ThirdPartyJob$];
1542
+ var WebhookFilters = [1, n0, _WF, 0, () => WebhookFilterRule$];
1543
+ var WebhookList = [1, n0, _WL, 0, () => ListWebhookItem$];
1544
+ var ActionConfigurationMap = 128 | 0;
1545
+ var ArtifactStoreMap = [2, n0, _ASM, 0, 0, () => ArtifactStore$];
1546
+ var OutputVariablesMap = 128 | 0;
1547
+ var QueryParamMap = 128 | 0;
1548
+ var ResolvedActionConfigurationMap = 128 | 0;
1549
+ var ResolvedRuleConfigurationMap = 128 | 0;
1550
+ var RuleConfigurationMap = 128 | 0;
1551
+ export var AcknowledgeJob$ = [
1524
1552
  9,
1525
1553
  n0,
1526
1554
  _AJ,
1527
1555
  0,
1528
- () => AcknowledgeJobInput,
1529
- () => AcknowledgeJobOutput,
1556
+ () => AcknowledgeJobInput$,
1557
+ () => AcknowledgeJobOutput$,
1530
1558
  ];
1531
- export var AcknowledgeThirdPartyJob = [
1559
+ export var AcknowledgeThirdPartyJob$ = [
1532
1560
  9,
1533
1561
  n0,
1534
1562
  _ATPJ,
1535
1563
  0,
1536
- () => AcknowledgeThirdPartyJobInput,
1537
- () => AcknowledgeThirdPartyJobOutput,
1564
+ () => AcknowledgeThirdPartyJobInput$,
1565
+ () => AcknowledgeThirdPartyJobOutput$,
1538
1566
  ];
1539
- export var CreateCustomActionType = [
1567
+ export var CreateCustomActionType$ = [
1540
1568
  9,
1541
1569
  n0,
1542
1570
  _CCAT,
1543
1571
  0,
1544
- () => CreateCustomActionTypeInput,
1545
- () => CreateCustomActionTypeOutput,
1572
+ () => CreateCustomActionTypeInput$,
1573
+ () => CreateCustomActionTypeOutput$,
1546
1574
  ];
1547
- export var CreatePipeline = [
1575
+ export var CreatePipeline$ = [
1548
1576
  9,
1549
1577
  n0,
1550
1578
  _CP,
1551
1579
  0,
1552
- () => CreatePipelineInput,
1553
- () => CreatePipelineOutput,
1580
+ () => CreatePipelineInput$,
1581
+ () => CreatePipelineOutput$,
1554
1582
  ];
1555
- export var DeleteCustomActionType = [
1583
+ export var DeleteCustomActionType$ = [
1556
1584
  9,
1557
1585
  n0,
1558
1586
  _DCAT,
1559
1587
  0,
1560
- () => DeleteCustomActionTypeInput,
1588
+ () => DeleteCustomActionTypeInput$,
1561
1589
  () => __Unit,
1562
1590
  ];
1563
- export var DeletePipeline = [9, n0, _DP, 0, () => DeletePipelineInput, () => __Unit];
1564
- export var DeleteWebhook = [9, n0, _DW, 0, () => DeleteWebhookInput, () => DeleteWebhookOutput];
1565
- export var DeregisterWebhookWithThirdParty = [
1591
+ export var DeletePipeline$ = [9, n0, _DP, 0, () => DeletePipelineInput$, () => __Unit];
1592
+ export var DeleteWebhook$ = [
1593
+ 9,
1594
+ n0,
1595
+ _DW,
1596
+ 0,
1597
+ () => DeleteWebhookInput$,
1598
+ () => DeleteWebhookOutput$,
1599
+ ];
1600
+ export var DeregisterWebhookWithThirdParty$ = [
1566
1601
  9,
1567
1602
  n0,
1568
1603
  _DWWTP,
1569
1604
  0,
1570
- () => DeregisterWebhookWithThirdPartyInput,
1571
- () => DeregisterWebhookWithThirdPartyOutput,
1605
+ () => DeregisterWebhookWithThirdPartyInput$,
1606
+ () => DeregisterWebhookWithThirdPartyOutput$,
1572
1607
  ];
1573
- export var DisableStageTransition = [
1608
+ export var DisableStageTransition$ = [
1574
1609
  9,
1575
1610
  n0,
1576
1611
  _DST,
1577
1612
  0,
1578
- () => DisableStageTransitionInput,
1613
+ () => DisableStageTransitionInput$,
1579
1614
  () => __Unit,
1580
1615
  ];
1581
- export var EnableStageTransition = [
1616
+ export var EnableStageTransition$ = [
1582
1617
  9,
1583
1618
  n0,
1584
1619
  _EST,
1585
1620
  0,
1586
- () => EnableStageTransitionInput,
1621
+ () => EnableStageTransitionInput$,
1587
1622
  () => __Unit,
1588
1623
  ];
1589
- export var GetActionType = [9, n0, _GAT, 0, () => GetActionTypeInput, () => GetActionTypeOutput];
1590
- export var GetJobDetails = [9, n0, _GJD, 0, () => GetJobDetailsInput, () => GetJobDetailsOutput];
1591
- export var GetPipeline = [9, n0, _GP, 0, () => GetPipelineInput, () => GetPipelineOutput];
1592
- export var GetPipelineExecution = [
1624
+ export var GetActionType$ = [
1625
+ 9,
1626
+ n0,
1627
+ _GAT,
1628
+ 0,
1629
+ () => GetActionTypeInput$,
1630
+ () => GetActionTypeOutput$,
1631
+ ];
1632
+ export var GetJobDetails$ = [
1633
+ 9,
1634
+ n0,
1635
+ _GJD,
1636
+ 0,
1637
+ () => GetJobDetailsInput$,
1638
+ () => GetJobDetailsOutput$,
1639
+ ];
1640
+ export var GetPipeline$ = [9, n0, _GP, 0, () => GetPipelineInput$, () => GetPipelineOutput$];
1641
+ export var GetPipelineExecution$ = [
1593
1642
  9,
1594
1643
  n0,
1595
1644
  _GPE,
1596
1645
  0,
1597
- () => GetPipelineExecutionInput,
1598
- () => GetPipelineExecutionOutput,
1646
+ () => GetPipelineExecutionInput$,
1647
+ () => GetPipelineExecutionOutput$,
1599
1648
  ];
1600
- export var GetPipelineState = [
1649
+ export var GetPipelineState$ = [
1601
1650
  9,
1602
1651
  n0,
1603
1652
  _GPS,
1604
1653
  0,
1605
- () => GetPipelineStateInput,
1606
- () => GetPipelineStateOutput,
1654
+ () => GetPipelineStateInput$,
1655
+ () => GetPipelineStateOutput$,
1607
1656
  ];
1608
- export var GetThirdPartyJobDetails = [
1657
+ export var GetThirdPartyJobDetails$ = [
1609
1658
  9,
1610
1659
  n0,
1611
1660
  _GTPJD,
1612
1661
  0,
1613
- () => GetThirdPartyJobDetailsInput,
1614
- () => GetThirdPartyJobDetailsOutput,
1662
+ () => GetThirdPartyJobDetailsInput$,
1663
+ () => GetThirdPartyJobDetailsOutput$,
1615
1664
  ];
1616
- export var ListActionExecutions = [
1665
+ export var ListActionExecutions$ = [
1617
1666
  9,
1618
1667
  n0,
1619
1668
  _LAE,
1620
1669
  0,
1621
- () => ListActionExecutionsInput,
1622
- () => ListActionExecutionsOutput,
1670
+ () => ListActionExecutionsInput$,
1671
+ () => ListActionExecutionsOutput$,
1623
1672
  ];
1624
- export var ListActionTypes = [
1673
+ export var ListActionTypes$ = [
1625
1674
  9,
1626
1675
  n0,
1627
1676
  _LAT,
1628
1677
  0,
1629
- () => ListActionTypesInput,
1630
- () => ListActionTypesOutput,
1678
+ () => ListActionTypesInput$,
1679
+ () => ListActionTypesOutput$,
1631
1680
  ];
1632
- export var ListDeployActionExecutionTargets = [
1681
+ export var ListDeployActionExecutionTargets$ = [
1633
1682
  9,
1634
1683
  n0,
1635
1684
  _LDAET,
1636
1685
  0,
1637
- () => ListDeployActionExecutionTargetsInput,
1638
- () => ListDeployActionExecutionTargetsOutput,
1686
+ () => ListDeployActionExecutionTargetsInput$,
1687
+ () => ListDeployActionExecutionTargetsOutput$,
1639
1688
  ];
1640
- export var ListPipelineExecutions = [
1689
+ export var ListPipelineExecutions$ = [
1641
1690
  9,
1642
1691
  n0,
1643
1692
  _LPE,
1644
1693
  0,
1645
- () => ListPipelineExecutionsInput,
1646
- () => ListPipelineExecutionsOutput,
1694
+ () => ListPipelineExecutionsInput$,
1695
+ () => ListPipelineExecutionsOutput$,
1647
1696
  ];
1648
- export var ListPipelines = [9, n0, _LP, 0, () => ListPipelinesInput, () => ListPipelinesOutput];
1649
- export var ListRuleExecutions = [
1697
+ export var ListPipelines$ = [
1698
+ 9,
1699
+ n0,
1700
+ _LP,
1701
+ 0,
1702
+ () => ListPipelinesInput$,
1703
+ () => ListPipelinesOutput$,
1704
+ ];
1705
+ export var ListRuleExecutions$ = [
1650
1706
  9,
1651
1707
  n0,
1652
1708
  _LRE,
1653
1709
  0,
1654
- () => ListRuleExecutionsInput,
1655
- () => ListRuleExecutionsOutput,
1710
+ () => ListRuleExecutionsInput$,
1711
+ () => ListRuleExecutionsOutput$,
1712
+ ];
1713
+ export var ListRuleTypes$ = [
1714
+ 9,
1715
+ n0,
1716
+ _LRT,
1717
+ 0,
1718
+ () => ListRuleTypesInput$,
1719
+ () => ListRuleTypesOutput$,
1656
1720
  ];
1657
- export var ListRuleTypes = [9, n0, _LRT, 0, () => ListRuleTypesInput, () => ListRuleTypesOutput];
1658
- export var ListTagsForResource = [
1721
+ export var ListTagsForResource$ = [
1659
1722
  9,
1660
1723
  n0,
1661
1724
  _LTFR,
1662
1725
  0,
1663
- () => ListTagsForResourceInput,
1664
- () => ListTagsForResourceOutput,
1726
+ () => ListTagsForResourceInput$,
1727
+ () => ListTagsForResourceOutput$,
1665
1728
  ];
1666
- export var ListWebhooks = [9, n0, _LW, 0, () => ListWebhooksInput, () => ListWebhooksOutput];
1667
- export var OverrideStageCondition = [
1729
+ export var ListWebhooks$ = [9, n0, _LW, 0, () => ListWebhooksInput$, () => ListWebhooksOutput$];
1730
+ export var OverrideStageCondition$ = [
1668
1731
  9,
1669
1732
  n0,
1670
1733
  _OSC,
1671
1734
  0,
1672
- () => OverrideStageConditionInput,
1735
+ () => OverrideStageConditionInput$,
1673
1736
  () => __Unit,
1674
1737
  ];
1675
- export var PollForJobs = [9, n0, _PFJ, 0, () => PollForJobsInput, () => PollForJobsOutput];
1676
- export var PollForThirdPartyJobs = [
1738
+ export var PollForJobs$ = [9, n0, _PFJ, 0, () => PollForJobsInput$, () => PollForJobsOutput$];
1739
+ export var PollForThirdPartyJobs$ = [
1677
1740
  9,
1678
1741
  n0,
1679
1742
  _PFTPJ,
1680
1743
  0,
1681
- () => PollForThirdPartyJobsInput,
1682
- () => PollForThirdPartyJobsOutput,
1744
+ () => PollForThirdPartyJobsInput$,
1745
+ () => PollForThirdPartyJobsOutput$,
1683
1746
  ];
1684
- export var PutActionRevision = [
1747
+ export var PutActionRevision$ = [
1685
1748
  9,
1686
1749
  n0,
1687
1750
  _PAR,
1688
1751
  0,
1689
- () => PutActionRevisionInput,
1690
- () => PutActionRevisionOutput,
1752
+ () => PutActionRevisionInput$,
1753
+ () => PutActionRevisionOutput$,
1691
1754
  ];
1692
- export var PutApprovalResult = [
1755
+ export var PutApprovalResult$ = [
1693
1756
  9,
1694
1757
  n0,
1695
1758
  _PARu,
1696
1759
  0,
1697
- () => PutApprovalResultInput,
1698
- () => PutApprovalResultOutput,
1760
+ () => PutApprovalResultInput$,
1761
+ () => PutApprovalResultOutput$,
1762
+ ];
1763
+ export var PutJobFailureResult$ = [
1764
+ 9,
1765
+ n0,
1766
+ _PJFR,
1767
+ 0,
1768
+ () => PutJobFailureResultInput$,
1769
+ () => __Unit,
1699
1770
  ];
1700
- export var PutJobFailureResult = [9, n0, _PJFR, 0, () => PutJobFailureResultInput, () => __Unit];
1701
- export var PutJobSuccessResult = [9, n0, _PJSR, 0, () => PutJobSuccessResultInput, () => __Unit];
1702
- export var PutThirdPartyJobFailureResult = [
1771
+ export var PutJobSuccessResult$ = [
1772
+ 9,
1773
+ n0,
1774
+ _PJSR,
1775
+ 0,
1776
+ () => PutJobSuccessResultInput$,
1777
+ () => __Unit,
1778
+ ];
1779
+ export var PutThirdPartyJobFailureResult$ = [
1703
1780
  9,
1704
1781
  n0,
1705
1782
  _PTPJFR,
1706
1783
  0,
1707
- () => PutThirdPartyJobFailureResultInput,
1784
+ () => PutThirdPartyJobFailureResultInput$,
1708
1785
  () => __Unit,
1709
1786
  ];
1710
- export var PutThirdPartyJobSuccessResult = [
1787
+ export var PutThirdPartyJobSuccessResult$ = [
1711
1788
  9,
1712
1789
  n0,
1713
1790
  _PTPJSR,
1714
1791
  0,
1715
- () => PutThirdPartyJobSuccessResultInput,
1792
+ () => PutThirdPartyJobSuccessResultInput$,
1716
1793
  () => __Unit,
1717
1794
  ];
1718
- export var PutWebhook = [9, n0, _PW, 0, () => PutWebhookInput, () => PutWebhookOutput];
1719
- export var RegisterWebhookWithThirdParty = [
1795
+ export var PutWebhook$ = [9, n0, _PW, 0, () => PutWebhookInput$, () => PutWebhookOutput$];
1796
+ export var RegisterWebhookWithThirdParty$ = [
1720
1797
  9,
1721
1798
  n0,
1722
1799
  _RWWTP,
1723
1800
  0,
1724
- () => RegisterWebhookWithThirdPartyInput,
1725
- () => RegisterWebhookWithThirdPartyOutput,
1801
+ () => RegisterWebhookWithThirdPartyInput$,
1802
+ () => RegisterWebhookWithThirdPartyOutput$,
1726
1803
  ];
1727
- export var RetryStageExecution = [
1804
+ export var RetryStageExecution$ = [
1728
1805
  9,
1729
1806
  n0,
1730
1807
  _RSE,
1731
1808
  0,
1732
- () => RetryStageExecutionInput,
1733
- () => RetryStageExecutionOutput,
1809
+ () => RetryStageExecutionInput$,
1810
+ () => RetryStageExecutionOutput$,
1811
+ ];
1812
+ export var RollbackStage$ = [
1813
+ 9,
1814
+ n0,
1815
+ _RSo,
1816
+ 0,
1817
+ () => RollbackStageInput$,
1818
+ () => RollbackStageOutput$,
1734
1819
  ];
1735
- export var RollbackStage = [9, n0, _RSo, 0, () => RollbackStageInput, () => RollbackStageOutput];
1736
- export var StartPipelineExecution = [
1820
+ export var StartPipelineExecution$ = [
1737
1821
  9,
1738
1822
  n0,
1739
1823
  _SPE,
1740
1824
  0,
1741
- () => StartPipelineExecutionInput,
1742
- () => StartPipelineExecutionOutput,
1825
+ () => StartPipelineExecutionInput$,
1826
+ () => StartPipelineExecutionOutput$,
1743
1827
  ];
1744
- export var StopPipelineExecution = [
1828
+ export var StopPipelineExecution$ = [
1745
1829
  9,
1746
1830
  n0,
1747
1831
  _SPEt,
1748
1832
  0,
1749
- () => StopPipelineExecutionInput,
1750
- () => StopPipelineExecutionOutput,
1833
+ () => StopPipelineExecutionInput$,
1834
+ () => StopPipelineExecutionOutput$,
1835
+ ];
1836
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
1837
+ export var UntagResource$ = [
1838
+ 9,
1839
+ n0,
1840
+ _UR,
1841
+ 0,
1842
+ () => UntagResourceInput$,
1843
+ () => UntagResourceOutput$,
1751
1844
  ];
1752
- export var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => TagResourceOutput];
1753
- export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
1754
- export var UpdateActionType = [9, n0, _UAT, 0, () => UpdateActionTypeInput, () => __Unit];
1755
- export var UpdatePipeline = [
1845
+ export var UpdateActionType$ = [9, n0, _UAT, 0, () => UpdateActionTypeInput$, () => __Unit];
1846
+ export var UpdatePipeline$ = [
1756
1847
  9,
1757
1848
  n0,
1758
1849
  _UP,
1759
1850
  0,
1760
- () => UpdatePipelineInput,
1761
- () => UpdatePipelineOutput,
1851
+ () => UpdatePipelineInput$,
1852
+ () => UpdatePipelineOutput$,
1762
1853
  ];