@aws-sdk/client-codepipeline 3.943.0 → 3.947.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 (79) hide show
  1. package/dist-cjs/index.js +41 -397
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/CodePipelineClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +41 -397
  8. package/dist-types/CodePipeline.d.ts +1 -1
  9. package/dist-types/CodePipelineClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AcknowledgeJobCommand.d.ts +3 -3
  13. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +3 -3
  15. package/dist-types/commands/CreatePipelineCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +3 -3
  17. package/dist-types/commands/DeletePipelineCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -3
  19. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -3
  20. package/dist-types/commands/DisableStageTransitionCommand.d.ts +3 -3
  21. package/dist-types/commands/EnableStageTransitionCommand.d.ts +3 -3
  22. package/dist-types/commands/GetActionTypeCommand.d.ts +3 -3
  23. package/dist-types/commands/GetJobDetailsCommand.d.ts +3 -3
  24. package/dist-types/commands/GetPipelineCommand.d.ts +3 -3
  25. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +3 -3
  26. package/dist-types/commands/GetPipelineStateCommand.d.ts +3 -3
  27. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +3 -3
  28. package/dist-types/commands/ListActionExecutionsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListActionTypesCommand.d.ts +3 -3
  30. package/dist-types/commands/ListDeployActionExecutionTargetsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListPipelinesCommand.d.ts +3 -3
  33. package/dist-types/commands/ListRuleExecutionsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListRuleTypesCommand.d.ts +3 -3
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  36. package/dist-types/commands/ListWebhooksCommand.d.ts +3 -3
  37. package/dist-types/commands/OverrideStageConditionCommand.d.ts +3 -3
  38. package/dist-types/commands/PollForJobsCommand.d.ts +3 -3
  39. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +3 -3
  40. package/dist-types/commands/PutActionRevisionCommand.d.ts +3 -3
  41. package/dist-types/commands/PutApprovalResultCommand.d.ts +3 -3
  42. package/dist-types/commands/PutJobFailureResultCommand.d.ts +3 -3
  43. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +3 -3
  44. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +3 -3
  45. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +3 -3
  46. package/dist-types/commands/PutWebhookCommand.d.ts +3 -3
  47. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -3
  48. package/dist-types/commands/RetryStageExecutionCommand.d.ts +3 -3
  49. package/dist-types/commands/RollbackStageCommand.d.ts +3 -3
  50. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +3 -3
  51. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -3
  52. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  53. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  54. package/dist-types/commands/UpdateActionTypeCommand.d.ts +3 -3
  55. package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -3
  56. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  57. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  58. package/dist-types/extensionConfiguration.d.ts +4 -4
  59. package/dist-types/models/CodePipelineServiceException.d.ts +1 -1
  60. package/dist-types/models/errors.d.ts +1 -1
  61. package/dist-types/pagination/Interfaces.d.ts +1 -1
  62. package/dist-types/pagination/ListActionExecutionsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListActionTypesPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListDeployActionExecutionTargetsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListRuleExecutionsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListWebhooksPaginator.d.ts +1 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  71. package/dist-types/runtimeConfig.d.ts +1 -1
  72. package/dist-types/runtimeConfig.native.d.ts +1 -1
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  74. package/dist-types/runtimeExtensions.d.ts +1 -1
  75. package/dist-types/schemas/schemas_0.d.ts +1 -1
  76. package/dist-types/ts3.4/CodePipelineClient.d.ts +3 -3
  77. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  78. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -1
  79. package/package.json +13 -12
@@ -637,16 +637,7 @@ export var ActionExecutionInput = [
637
637
  [_aTI, _c, _rC, _rA, _re, _iA, _nam],
638
638
  [() => ActionTypeId, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList, 0],
639
639
  ];
640
- export var ActionExecutionNotFoundException = [
641
- -3,
642
- n0,
643
- _AENFE,
644
- {
645
- [_e]: _cl,
646
- },
647
- [_m],
648
- [0],
649
- ];
640
+ export var ActionExecutionNotFoundException = [-3, n0, _AENFE, { [_e]: _cl }, [_m], [0]];
650
641
  TypeRegistry.for(n0).registerError(ActionExecutionNotFoundException, __ActionExecutionNotFoundException);
651
642
  export var ActionExecutionOutput = [
652
643
  3,
@@ -664,16 +655,7 @@ export var ActionExecutionResult = [
664
655
  [_eEI, _eES, _eEU, _eD, _lSARN],
665
656
  [0, 0, 0, () => ErrorDetails, 0],
666
657
  ];
667
- export var ActionNotFoundException = [
668
- -3,
669
- n0,
670
- _ANFE,
671
- {
672
- [_e]: _cl,
673
- },
674
- [_m],
675
- [0],
676
- ];
658
+ export var ActionNotFoundException = [-3, n0, _ANFE, { [_e]: _cl }, [_m], [0]];
677
659
  TypeRegistry.for(n0).registerError(ActionNotFoundException, __ActionNotFoundException);
678
660
  export var ActionRevision = [3, n0, _AR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
679
661
  export var ActionState = [
@@ -726,16 +708,7 @@ export var ActionTypeExecutor = [
726
708
  ];
727
709
  export var ActionTypeId = [3, n0, _ATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
728
710
  export var ActionTypeIdentifier = [3, n0, _ATIc, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
729
- export var ActionTypeNotFoundException = [
730
- -3,
731
- n0,
732
- _ATNFE,
733
- {
734
- [_e]: _cl,
735
- },
736
- [_m],
737
- [0],
738
- ];
711
+ export var ActionTypeNotFoundException = [-3, n0, _ATNFE, { [_e]: _cl }, [_m], [0]];
739
712
  TypeRegistry.for(n0).registerError(ActionTypeNotFoundException, __ActionTypeNotFoundException);
740
713
  export var ActionTypePermissions = [3, n0, _ATP, 0, [_aA], [64 | 0]];
741
714
  export var ActionTypeProperty = [
@@ -748,16 +721,7 @@ export var ActionTypeProperty = [
748
721
  ];
749
722
  export var ActionTypeSettings = [3, n0, _ATS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
750
723
  export var ActionTypeUrls = [3, n0, _ATU, 0, [_cU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
751
- export var ApprovalAlreadyCompletedException = [
752
- -3,
753
- n0,
754
- _AACE,
755
- {
756
- [_e]: _cl,
757
- },
758
- [_m],
759
- [0],
760
- ];
724
+ export var ApprovalAlreadyCompletedException = [-3, n0, _AACE, { [_e]: _cl }, [_m], [0]];
761
725
  TypeRegistry.for(n0).registerError(ApprovalAlreadyCompletedException, __ApprovalAlreadyCompletedException);
762
726
  export var ApprovalResult = [3, n0, _ARp, 0, [_su, _s], [0, 0]];
763
727
  export var Artifact = [3, n0, _A, 0, [_na, _rev, _l], [0, 0, () => ArtifactLocation]];
@@ -787,40 +751,20 @@ export var AWSSessionCredentials = [
787
751
  ];
788
752
  export var BeforeEntryConditions = [3, n0, _BEC, 0, [_con], [() => ConditionList]];
789
753
  export var BlockerDeclaration = [3, n0, _BD, 0, [_na, _t], [0, 0]];
790
- export var ConcurrentModificationException = [
791
- -3,
792
- n0,
793
- _CME,
794
- {
795
- [_e]: _cl,
796
- },
797
- [_m],
798
- [0],
799
- ];
754
+ export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _cl }, [_m], [0]];
800
755
  TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
801
756
  export var ConcurrentPipelineExecutionsLimitExceededException = [
802
757
  -3,
803
758
  n0,
804
759
  _CPELEE,
805
- {
806
- [_e]: _cl,
807
- },
760
+ { [_e]: _cl },
808
761
  [_m],
809
762
  [0],
810
763
  ];
811
764
  TypeRegistry.for(n0).registerError(ConcurrentPipelineExecutionsLimitExceededException, __ConcurrentPipelineExecutionsLimitExceededException);
812
765
  export var Condition = [3, n0, _C, 0, [_res, _ru], [0, () => RuleDeclarationList]];
813
766
  export var ConditionExecution = [3, n0, _CE, 0, [_s, _su, _lSC], [0, 0, 4]];
814
- export var ConditionNotOverridableException = [
815
- -3,
816
- n0,
817
- _CNOE,
818
- {
819
- [_e]: _cl,
820
- },
821
- [_m],
822
- [0],
823
- ];
767
+ export var ConditionNotOverridableException = [-3, n0, _CNOE, { [_e]: _cl }, [_m], [0]];
824
768
  TypeRegistry.for(n0).registerError(ConditionNotOverridableException, __ConditionNotOverridableException);
825
769
  export var ConditionState = [
826
770
  3,
@@ -830,17 +774,7 @@ export var ConditionState = [
830
774
  [_lE, _rSu],
831
775
  [() => ConditionExecution, () => RuleStateList],
832
776
  ];
833
- export var ConflictException = [
834
- -3,
835
- n0,
836
- _CEo,
837
- {
838
- [_e]: _cl,
839
- [_hE]: 409,
840
- },
841
- [_m],
842
- [0],
843
- ];
777
+ export var ConflictException = [-3, n0, _CEo, { [_e]: _cl, [_hE]: 409 }, [_m], [0]];
844
778
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
845
779
  export var CreateCustomActionTypeInput = [
846
780
  3,
@@ -908,16 +842,7 @@ export var DeployTargetEventContext = [3, n0, _DTEC, 0, [_sCI, _m], [0, 0]];
908
842
  export var DeregisterWebhookWithThirdPartyInput = [3, n0, _DWWTPI, 0, [_wN], [0]];
909
843
  export var DeregisterWebhookWithThirdPartyOutput = [3, n0, _DWWTPO, 0, [], []];
910
844
  export var DisableStageTransitionInput = [3, n0, _DSTI, 0, [_pN, _sN, _tTr, _rea], [0, 0, 0, 0]];
911
- export var DuplicatedStopRequestException = [
912
- -3,
913
- n0,
914
- _DSRE,
915
- {
916
- [_e]: _cl,
917
- },
918
- [_m],
919
- [0],
920
- ];
845
+ export var DuplicatedStopRequestException = [-3, n0, _DSRE, { [_e]: _cl }, [_m], [0]];
921
846
  TypeRegistry.for(n0).registerError(DuplicatedStopRequestException, __DuplicatedStopRequestException);
922
847
  export var EnableStageTransitionInput = [3, n0, _ESTI, 0, [_pN, _sN, _tTr], [0, 0, 0]];
923
848
  export var EncryptionKey = [3, n0, _EK, 0, [_id, _t], [0, 0]];
@@ -1003,159 +928,40 @@ export var GitPushFilter = [
1003
928
  ];
1004
929
  export var GitTagFilterCriteria = [3, n0, _GTFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
1005
930
  export var InputArtifact = [3, n0, _IA, 0, [_na], [0]];
1006
- export var InvalidActionDeclarationException = [
1007
- -3,
1008
- n0,
1009
- _IADE,
1010
- {
1011
- [_e]: _cl,
1012
- },
1013
- [_m],
1014
- [0],
1015
- ];
931
+ export var InvalidActionDeclarationException = [-3, n0, _IADE, { [_e]: _cl }, [_m], [0]];
1016
932
  TypeRegistry.for(n0).registerError(InvalidActionDeclarationException, __InvalidActionDeclarationException);
1017
- export var InvalidApprovalTokenException = [
1018
- -3,
1019
- n0,
1020
- _IATE,
1021
- {
1022
- [_e]: _cl,
1023
- },
1024
- [_m],
1025
- [0],
1026
- ];
933
+ export var InvalidApprovalTokenException = [-3, n0, _IATE, { [_e]: _cl }, [_m], [0]];
1027
934
  TypeRegistry.for(n0).registerError(InvalidApprovalTokenException, __InvalidApprovalTokenException);
1028
- export var InvalidArnException = [
1029
- -3,
1030
- n0,
1031
- _IAE,
1032
- {
1033
- [_e]: _cl,
1034
- },
1035
- [_m],
1036
- [0],
1037
- ];
935
+ export var InvalidArnException = [-3, n0, _IAE, { [_e]: _cl }, [_m], [0]];
1038
936
  TypeRegistry.for(n0).registerError(InvalidArnException, __InvalidArnException);
1039
- export var InvalidBlockerDeclarationException = [
1040
- -3,
1041
- n0,
1042
- _IBDE,
1043
- {
1044
- [_e]: _cl,
1045
- },
1046
- [_m],
1047
- [0],
1048
- ];
937
+ export var InvalidBlockerDeclarationException = [-3, n0, _IBDE, { [_e]: _cl }, [_m], [0]];
1049
938
  TypeRegistry.for(n0).registerError(InvalidBlockerDeclarationException, __InvalidBlockerDeclarationException);
1050
- export var InvalidClientTokenException = [
1051
- -3,
1052
- n0,
1053
- _ICTE,
1054
- {
1055
- [_e]: _cl,
1056
- },
1057
- [_m],
1058
- [0],
1059
- ];
939
+ export var InvalidClientTokenException = [-3, n0, _ICTE, { [_e]: _cl }, [_m], [0]];
1060
940
  TypeRegistry.for(n0).registerError(InvalidClientTokenException, __InvalidClientTokenException);
1061
- export var InvalidJobException = [
1062
- -3,
1063
- n0,
1064
- _IJE,
1065
- {
1066
- [_e]: _cl,
1067
- },
1068
- [_m],
1069
- [0],
1070
- ];
941
+ export var InvalidJobException = [-3, n0, _IJE, { [_e]: _cl }, [_m], [0]];
1071
942
  TypeRegistry.for(n0).registerError(InvalidJobException, __InvalidJobException);
1072
- export var InvalidJobStateException = [
1073
- -3,
1074
- n0,
1075
- _IJSE,
1076
- {
1077
- [_e]: _cl,
1078
- },
1079
- [_m],
1080
- [0],
1081
- ];
943
+ export var InvalidJobStateException = [-3, n0, _IJSE, { [_e]: _cl }, [_m], [0]];
1082
944
  TypeRegistry.for(n0).registerError(InvalidJobStateException, __InvalidJobStateException);
1083
- export var InvalidNextTokenException = [
1084
- -3,
1085
- n0,
1086
- _INTE,
1087
- {
1088
- [_e]: _cl,
1089
- },
1090
- [_m],
1091
- [0],
1092
- ];
945
+ export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _cl }, [_m], [0]];
1093
946
  TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
1094
- export var InvalidNonceException = [
1095
- -3,
1096
- n0,
1097
- _INE,
1098
- {
1099
- [_e]: _cl,
1100
- },
1101
- [_m],
1102
- [0],
1103
- ];
947
+ export var InvalidNonceException = [-3, n0, _INE, { [_e]: _cl }, [_m], [0]];
1104
948
  TypeRegistry.for(n0).registerError(InvalidNonceException, __InvalidNonceException);
1105
- export var InvalidStageDeclarationException = [
1106
- -3,
1107
- n0,
1108
- _ISDE,
1109
- {
1110
- [_e]: _cl,
1111
- },
1112
- [_m],
1113
- [0],
1114
- ];
949
+ export var InvalidStageDeclarationException = [-3, n0, _ISDE, { [_e]: _cl }, [_m], [0]];
1115
950
  TypeRegistry.for(n0).registerError(InvalidStageDeclarationException, __InvalidStageDeclarationException);
1116
- export var InvalidStructureException = [
1117
- -3,
1118
- n0,
1119
- _ISE,
1120
- {
1121
- [_e]: _cl,
1122
- },
1123
- [_m],
1124
- [0],
1125
- ];
951
+ export var InvalidStructureException = [-3, n0, _ISE, { [_e]: _cl }, [_m], [0]];
1126
952
  TypeRegistry.for(n0).registerError(InvalidStructureException, __InvalidStructureException);
1127
- export var InvalidTagsException = [
1128
- -3,
1129
- n0,
1130
- _ITE,
1131
- {
1132
- [_e]: _cl,
1133
- },
1134
- [_m],
1135
- [0],
1136
- ];
953
+ export var InvalidTagsException = [-3, n0, _ITE, { [_e]: _cl }, [_m], [0]];
1137
954
  TypeRegistry.for(n0).registerError(InvalidTagsException, __InvalidTagsException);
1138
955
  export var InvalidWebhookAuthenticationParametersException = [
1139
956
  -3,
1140
957
  n0,
1141
958
  _IWAPE,
1142
- {
1143
- [_e]: _cl,
1144
- },
959
+ { [_e]: _cl },
1145
960
  [_m],
1146
961
  [0],
1147
962
  ];
1148
963
  TypeRegistry.for(n0).registerError(InvalidWebhookAuthenticationParametersException, __InvalidWebhookAuthenticationParametersException);
1149
- export var InvalidWebhookFilterPatternException = [
1150
- -3,
1151
- n0,
1152
- _IWFPE,
1153
- {
1154
- [_e]: _cl,
1155
- },
1156
- [_m],
1157
- [0],
1158
- ];
964
+ export var InvalidWebhookFilterPatternException = [-3, n0, _IWFPE, { [_e]: _cl }, [_m], [0]];
1159
965
  TypeRegistry.for(n0).registerError(InvalidWebhookFilterPatternException, __InvalidWebhookFilterPatternException);
1160
966
  export var Job = [3, n0, _J, 0, [_id, _da, _n, _aI], [0, [() => JobData, 0], 0, 0]];
1161
967
  export var JobData = [
@@ -1176,30 +982,12 @@ export var JobData = [
1176
982
  ],
1177
983
  ];
1178
984
  export var JobDetails = [3, n0, _JDo, 0, [_id, _da, _aI], [0, [() => JobData, 0], 0]];
1179
- export var JobNotFoundException = [
1180
- -3,
1181
- n0,
1182
- _JNFE,
1183
- {
1184
- [_e]: _cl,
1185
- },
1186
- [_m],
1187
- [0],
1188
- ];
985
+ export var JobNotFoundException = [-3, n0, _JNFE, { [_e]: _cl }, [_m], [0]];
1189
986
  TypeRegistry.for(n0).registerError(JobNotFoundException, __JobNotFoundException);
1190
987
  export var JobWorkerExecutorConfiguration = [3, n0, _JWEC, 0, [_pA, _pSP], [64 | 0, 64 | 0]];
1191
988
  export var LambdaExecutorConfiguration = [3, n0, _LEC, 0, [_lFA], [0]];
1192
989
  export var LatestInPipelineExecutionFilter = [3, n0, _LIPEF, 0, [_pEI, _sTR], [0, 0]];
1193
- export var LimitExceededException = [
1194
- -3,
1195
- n0,
1196
- _LEE,
1197
- {
1198
- [_e]: _cl,
1199
- },
1200
- [_m],
1201
- [0],
1202
- ];
990
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _cl }, [_m], [0]];
1203
991
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1204
992
  export var ListActionExecutionsInput = [
1205
993
  3,
@@ -1283,28 +1071,10 @@ export var ListWebhookItem = [
1283
1071
  ];
1284
1072
  export var ListWebhooksInput = [3, n0, _LWIi, 0, [_NT, _MR], [0, 1]];
1285
1073
  export var ListWebhooksOutput = [3, n0, _LWO, 0, [_w, _NT], [() => WebhookList, 0]];
1286
- export var NotLatestPipelineExecutionException = [
1287
- -3,
1288
- n0,
1289
- _NLPEE,
1290
- {
1291
- [_e]: _cl,
1292
- },
1293
- [_m],
1294
- [0],
1295
- ];
1074
+ export var NotLatestPipelineExecutionException = [-3, n0, _NLPEE, { [_e]: _cl }, [_m], [0]];
1296
1075
  TypeRegistry.for(n0).registerError(NotLatestPipelineExecutionException, __NotLatestPipelineExecutionException);
1297
1076
  export var OutputArtifact = [3, n0, _OA, 0, [_na, _fil], [0, 64 | 0]];
1298
- export var OutputVariablesSizeExceededException = [
1299
- -3,
1300
- n0,
1301
- _OVSEE,
1302
- {
1303
- [_e]: _cl,
1304
- },
1305
- [_m],
1306
- [0],
1307
- ];
1077
+ export var OutputVariablesSizeExceededException = [-3, n0, _OVSEE, { [_e]: _cl }, [_m], [0]];
1308
1078
  TypeRegistry.for(n0).registerError(OutputVariablesSizeExceededException, __OutputVariablesSizeExceededException);
1309
1079
  export var OverrideStageConditionInput = [
1310
1080
  3,
@@ -1362,38 +1132,11 @@ export var PipelineExecution = [
1362
1132
  ],
1363
1133
  ];
1364
1134
  export var PipelineExecutionFilter = [3, n0, _PEF, 0, [_sIS], [() => SucceededInStageFilter]];
1365
- export var PipelineExecutionNotFoundException = [
1366
- -3,
1367
- n0,
1368
- _PENFE,
1369
- {
1370
- [_e]: _cl,
1371
- },
1372
- [_m],
1373
- [0],
1374
- ];
1135
+ export var PipelineExecutionNotFoundException = [-3, n0, _PENFE, { [_e]: _cl }, [_m], [0]];
1375
1136
  TypeRegistry.for(n0).registerError(PipelineExecutionNotFoundException, __PipelineExecutionNotFoundException);
1376
- export var PipelineExecutionNotStoppableException = [
1377
- -3,
1378
- n0,
1379
- _PENSE,
1380
- {
1381
- [_e]: _cl,
1382
- },
1383
- [_m],
1384
- [0],
1385
- ];
1137
+ export var PipelineExecutionNotStoppableException = [-3, n0, _PENSE, { [_e]: _cl }, [_m], [0]];
1386
1138
  TypeRegistry.for(n0).registerError(PipelineExecutionNotStoppableException, __PipelineExecutionNotStoppableException);
1387
- export var PipelineExecutionOutdatedException = [
1388
- -3,
1389
- n0,
1390
- _PEOE,
1391
- {
1392
- [_e]: _cl,
1393
- },
1394
- [_m],
1395
- [0],
1396
- ];
1139
+ export var PipelineExecutionOutdatedException = [-3, n0, _PEOE, { [_e]: _cl }, [_m], [0]];
1397
1140
  TypeRegistry.for(n0).registerError(PipelineExecutionOutdatedException, __PipelineExecutionOutdatedException);
1398
1141
  export var PipelineExecutionSummary = [
1399
1142
  3,
@@ -1416,27 +1159,9 @@ export var PipelineExecutionSummary = [
1416
1159
  ],
1417
1160
  ];
1418
1161
  export var PipelineMetadata = [3, n0, _PM, 0, [_pAi, _cr, _up, _pDA], [0, 4, 4, 4]];
1419
- export var PipelineNameInUseException = [
1420
- -3,
1421
- n0,
1422
- _PNIUE,
1423
- {
1424
- [_e]: _cl,
1425
- },
1426
- [_m],
1427
- [0],
1428
- ];
1162
+ export var PipelineNameInUseException = [-3, n0, _PNIUE, { [_e]: _cl }, [_m], [0]];
1429
1163
  TypeRegistry.for(n0).registerError(PipelineNameInUseException, __PipelineNameInUseException);
1430
- export var PipelineNotFoundException = [
1431
- -3,
1432
- n0,
1433
- _PNFE,
1434
- {
1435
- [_e]: _cl,
1436
- },
1437
- [_m],
1438
- [0],
1439
- ];
1164
+ export var PipelineNotFoundException = [-3, n0, _PNFE, { [_e]: _cl }, [_m], [0]];
1440
1165
  TypeRegistry.for(n0).registerError(PipelineNotFoundException, __PipelineNotFoundException);
1441
1166
  export var PipelineRollbackMetadata = [3, n0, _PRM, 0, [_rTPEI], [0]];
1442
1167
  export var PipelineSummary = [3, n0, _PS, 0, [_na, _v, _pT, _eMx, _cr, _up], [0, 1, 0, 0, 4, 4]];
@@ -1450,16 +1175,7 @@ export var PipelineTriggerDeclaration = [
1450
1175
  ];
1451
1176
  export var PipelineVariable = [3, n0, _PV, 0, [_na, _va], [0, 0]];
1452
1177
  export var PipelineVariableDeclaration = [3, n0, _PVD, 0, [_na, _dV, _d], [0, 0, 0]];
1453
- export var PipelineVersionNotFoundException = [
1454
- -3,
1455
- n0,
1456
- _PVNFE,
1457
- {
1458
- [_e]: _cl,
1459
- },
1460
- [_m],
1461
- [0],
1462
- ];
1178
+ export var PipelineVersionNotFoundException = [-3, n0, _PVNFE, { [_e]: _cl }, [_m], [0]];
1463
1179
  TypeRegistry.for(n0).registerError(PipelineVersionNotFoundException, __PipelineVersionNotFoundException);
1464
1180
  export var PollForJobsInput = [
1465
1181
  3,
@@ -1533,28 +1249,10 @@ export var PutWebhookInput = [
1533
1249
  export var PutWebhookOutput = [3, n0, _PWO, 0, [_we], [() => ListWebhookItem]];
1534
1250
  export var RegisterWebhookWithThirdPartyInput = [3, n0, _RWWTPI, 0, [_wN], [0]];
1535
1251
  export var RegisterWebhookWithThirdPartyOutput = [3, n0, _RWWTPO, 0, [], []];
1536
- export var RequestFailedException = [
1537
- -3,
1538
- n0,
1539
- _RFE,
1540
- {
1541
- [_e]: _cl,
1542
- },
1543
- [_m],
1544
- [0],
1545
- ];
1252
+ export var RequestFailedException = [-3, n0, _RFE, { [_e]: _cl }, [_m], [0]];
1546
1253
  TypeRegistry.for(n0).registerError(RequestFailedException, __RequestFailedException);
1547
1254
  export var ResolvedPipelineVariable = [3, n0, _RPV, 0, [_na, _rV], [0, 0]];
1548
- export var ResourceNotFoundException = [
1549
- -3,
1550
- n0,
1551
- _RNFE,
1552
- {
1553
- [_e]: _cl,
1554
- },
1555
- [_m],
1556
- [0],
1557
- ];
1255
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl }, [_m], [0]];
1558
1256
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1559
1257
  export var RetryConfiguration = [3, n0, _RC, 0, [_rMe], [0]];
1560
1258
  export var RetryStageExecutionInput = [3, n0, _RSEI, 0, [_pN, _sN, _pEI, _rMe], [0, 0, 0, 0]];
@@ -1668,27 +1366,9 @@ export var StageDeclaration = [
1668
1366
  ],
1669
1367
  ];
1670
1368
  export var StageExecution = [3, n0, _SE, 0, [_pEI, _s, _t], [0, 0, 0]];
1671
- export var StageNotFoundException = [
1672
- -3,
1673
- n0,
1674
- _SNFE,
1675
- {
1676
- [_e]: _cl,
1677
- },
1678
- [_m],
1679
- [0],
1680
- ];
1369
+ export var StageNotFoundException = [-3, n0, _SNFE, { [_e]: _cl }, [_m], [0]];
1681
1370
  TypeRegistry.for(n0).registerError(StageNotFoundException, __StageNotFoundException);
1682
- export var StageNotRetryableException = [
1683
- -3,
1684
- n0,
1685
- _SNRE,
1686
- {
1687
- [_e]: _cl,
1688
- },
1689
- [_m],
1690
- [0],
1691
- ];
1371
+ export var StageNotRetryableException = [-3, n0, _SNRE, { [_e]: _cl }, [_m], [0]];
1692
1372
  TypeRegistry.for(n0).registerError(StageNotRetryableException, __StageNotRetryableException);
1693
1373
  export var StageState = [
1694
1374
  3,
@@ -1753,44 +1433,17 @@ export var ThirdPartyJobDetails = [
1753
1433
  [_id, _da, _n],
1754
1434
  [0, [() => ThirdPartyJobData, 0], 0],
1755
1435
  ];
1756
- export var TooManyTagsException = [
1757
- -3,
1758
- n0,
1759
- _TMTE,
1760
- {
1761
- [_e]: _cl,
1762
- },
1763
- [_m],
1764
- [0],
1765
- ];
1436
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _cl }, [_m], [0]];
1766
1437
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1767
1438
  export var TransitionState = [3, n0, _TS, 0, [_en, _lCB, _lCA, _dR], [2, 0, 4, 0]];
1768
- export var UnableToRollbackStageException = [
1769
- -3,
1770
- n0,
1771
- _UTRSE,
1772
- {
1773
- [_e]: _cl,
1774
- },
1775
- [_m],
1776
- [0],
1777
- ];
1439
+ export var UnableToRollbackStageException = [-3, n0, _UTRSE, { [_e]: _cl }, [_m], [0]];
1778
1440
  TypeRegistry.for(n0).registerError(UnableToRollbackStageException, __UnableToRollbackStageException);
1779
1441
  export var UntagResourceInput = [3, n0, _URI, 0, [_rAe, _tK], [0, 64 | 0]];
1780
1442
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
1781
1443
  export var UpdateActionTypeInput = [3, n0, _UATI, 0, [_aT], [() => ActionTypeDeclaration]];
1782
1444
  export var UpdatePipelineInput = [3, n0, _UPI, 0, [_pi], [() => PipelineDeclaration]];
1783
1445
  export var UpdatePipelineOutput = [3, n0, _UPO, 0, [_pi], [() => PipelineDeclaration]];
1784
- export var ValidationException = [
1785
- -3,
1786
- n0,
1787
- _VE,
1788
- {
1789
- [_e]: _cl,
1790
- },
1791
- [_m],
1792
- [0],
1793
- ];
1446
+ export var ValidationException = [-3, n0, _VE, { [_e]: _cl }, [_m], [0]];
1794
1447
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1795
1448
  export var WebhookAuthConfiguration = [3, n0, _WAC, 0, [_AIPR, _STe], [0, 0]];
1796
1449
  export var WebhookDefinition = [
@@ -1802,16 +1455,7 @@ export var WebhookDefinition = [
1802
1455
  [0, 0, 0, () => WebhookFilters, 0, () => WebhookAuthConfiguration],
1803
1456
  ];
1804
1457
  export var WebhookFilterRule = [3, n0, _WFR, 0, [_jP, _mE], [0, 0]];
1805
- export var WebhookNotFoundException = [
1806
- -3,
1807
- n0,
1808
- _WNFE,
1809
- {
1810
- [_e]: _cl,
1811
- },
1812
- [],
1813
- [],
1814
- ];
1458
+ export var WebhookNotFoundException = [-3, n0, _WNFE, { [_e]: _cl }, [], []];
1815
1459
  TypeRegistry.for(n0).registerError(WebhookNotFoundException, __WebhookNotFoundException);
1816
1460
  export var __Unit = "unit";
1817
1461
  export var CodePipelineServiceException = [-3, _sm, "CodePipelineServiceException", 0, [], []];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CodePipelineClient } from "./CodePipelineClient";
3
3
  import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
4
4
  import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "./commands/AcknowledgeThirdPartyJobCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
11
11
  import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "./commands/AcknowledgeThirdPartyJobCommand";
12
12
  import { CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput } from "./commands/CreateCustomActionTypeCommand";
@@ -52,7 +52,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
52
52
  import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "./commands/UpdateActionTypeCommand";
53
53
  import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
54
54
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
55
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
55
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
56
56
  export { __Client };
57
57
  /**
58
58
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { CodePipelineHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { CodePipelineHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { CodePipelineClientResolvedConfig } from "../CodePipelineClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type CodePipelineClientResolvedConfig } from "../CodePipelineClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
+ import type { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
+ import type { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */