@aws-sdk/client-codepipeline 3.926.0 → 3.928.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 (68) hide show
  1. package/dist-cjs/index.js +2313 -2278
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodePipelineClient.js +2 -0
  4. package/dist-es/commands/AcknowledgeJobCommand.js +3 -9
  5. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -9
  6. package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -9
  7. package/dist-es/commands/CreatePipelineCommand.js +3 -9
  8. package/dist-es/commands/DeleteCustomActionTypeCommand.js +3 -9
  9. package/dist-es/commands/DeletePipelineCommand.js +3 -9
  10. package/dist-es/commands/DeleteWebhookCommand.js +3 -9
  11. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -9
  12. package/dist-es/commands/DisableStageTransitionCommand.js +3 -9
  13. package/dist-es/commands/EnableStageTransitionCommand.js +3 -9
  14. package/dist-es/commands/GetActionTypeCommand.js +3 -9
  15. package/dist-es/commands/GetJobDetailsCommand.js +3 -10
  16. package/dist-es/commands/GetPipelineCommand.js +3 -9
  17. package/dist-es/commands/GetPipelineExecutionCommand.js +3 -9
  18. package/dist-es/commands/GetPipelineStateCommand.js +3 -9
  19. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -10
  20. package/dist-es/commands/ListActionExecutionsCommand.js +3 -9
  21. package/dist-es/commands/ListActionTypesCommand.js +3 -9
  22. package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +3 -9
  23. package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -9
  24. package/dist-es/commands/ListPipelinesCommand.js +3 -9
  25. package/dist-es/commands/ListRuleExecutionsCommand.js +3 -9
  26. package/dist-es/commands/ListRuleTypesCommand.js +3 -9
  27. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  28. package/dist-es/commands/ListWebhooksCommand.js +3 -9
  29. package/dist-es/commands/OverrideStageConditionCommand.js +3 -9
  30. package/dist-es/commands/PollForJobsCommand.js +3 -10
  31. package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -9
  32. package/dist-es/commands/PutActionRevisionCommand.js +3 -9
  33. package/dist-es/commands/PutApprovalResultCommand.js +3 -9
  34. package/dist-es/commands/PutJobFailureResultCommand.js +3 -9
  35. package/dist-es/commands/PutJobSuccessResultCommand.js +3 -9
  36. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +3 -9
  37. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +3 -9
  38. package/dist-es/commands/PutWebhookCommand.js +3 -9
  39. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -9
  40. package/dist-es/commands/RetryStageExecutionCommand.js +3 -9
  41. package/dist-es/commands/RollbackStageCommand.js +3 -9
  42. package/dist-es/commands/StartPipelineExecutionCommand.js +3 -9
  43. package/dist-es/commands/StopPipelineExecutionCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/commands/UpdateActionTypeCommand.js +3 -9
  47. package/dist-es/commands/UpdatePipelineCommand.js +3 -9
  48. package/dist-es/models/models_0.js +0 -39
  49. package/dist-es/runtimeConfig.shared.js +7 -0
  50. package/dist-es/schemas/schemas_0.js +2118 -0
  51. package/dist-types/CodePipelineClient.d.ts +10 -1
  52. package/dist-types/models/models_0.d.ts +0 -36
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  54. package/dist-types/runtimeConfig.d.ts +1 -0
  55. package/dist-types/runtimeConfig.native.d.ts +1 -0
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  57. package/dist-types/schemas/schemas_0.d.ts +340 -0
  58. package/dist-types/ts3.4/CodePipelineClient.d.ts +4 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +0 -21
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  64. package/dist-types/ts3.4/schemas/schemas_0.d.ts +347 -0
  65. package/package.json +5 -6
  66. package/dist-es/protocols/Aws_json1_1.js +0 -1804
  67. package/dist-types/protocols/Aws_json1_1.d.ts +0 -398
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -533
@@ -0,0 +1,2118 @@
1
+ const _A = "Artifact";
2
+ const _AACE = "ApprovalAlreadyCompletedException";
3
+ const _AC = "ActionConfiguration";
4
+ const _ACP = "ActionConfigurationProperty";
5
+ const _ACPL = "ActionConfigurationPropertyList";
6
+ const _ACc = "ActionContext";
7
+ const _AD = "ActionDeclaration";
8
+ const _ADL = "ArtifactDetailList";
9
+ const _ADr = "ArtifactDetail";
10
+ const _ADrt = "ArtifactDetails";
11
+ const _AE = "ActionExecution";
12
+ const _AED = "ActionExecutionDetail";
13
+ const _AEDL = "ActionExecutionDetailList";
14
+ const _AEF = "ActionExecutionFilter";
15
+ const _AEI = "ActionExecutionInput";
16
+ const _AENFE = "ActionExecutionNotFoundException";
17
+ const _AEO = "ActionExecutionOutput";
18
+ const _AER = "ActionExecutionResult";
19
+ const _AIPR = "AllowedIPRange";
20
+ const _AJ = "AcknowledgeJob";
21
+ const _AJI = "AcknowledgeJobInput";
22
+ const _AJO = "AcknowledgeJobOutput";
23
+ const _AKI = "AccessKeyId";
24
+ const _AL = "ArtifactLocation";
25
+ const _ALr = "ArtifactList";
26
+ const _ANFE = "ActionNotFoundException";
27
+ const _AR = "ActionRevision";
28
+ const _ARL = "ArtifactRevisionList";
29
+ const _ARp = "ApprovalResult";
30
+ const _ARr = "ArtifactRevision";
31
+ const _AS = "ActionState";
32
+ const _ASL = "ActionStateList";
33
+ const _ASM = "ArtifactStoreMap";
34
+ const _ASr = "ArtifactStore";
35
+ const _AT = "ActionType";
36
+ const _ATAD = "ActionTypeArtifactDetails";
37
+ const _ATD = "ActionTypeDeclaration";
38
+ const _ATE = "ActionTypeExecutor";
39
+ const _ATI = "ActionTypeId";
40
+ const _ATIc = "ActionTypeIdentifier";
41
+ const _ATL = "ActionTypeList";
42
+ const _ATNFE = "ActionTypeNotFoundException";
43
+ const _ATP = "ActionTypePermissions";
44
+ const _ATPJ = "AcknowledgeThirdPartyJob";
45
+ const _ATPJI = "AcknowledgeThirdPartyJobInput";
46
+ const _ATPJO = "AcknowledgeThirdPartyJobOutput";
47
+ const _ATPc = "ActionTypeProperty";
48
+ const _ATPct = "ActionTypeProperties";
49
+ const _ATS = "ActionTypeSettings";
50
+ const _ATU = "ActionTypeUrls";
51
+ const _AWSSC = "AWSSessionCredentials";
52
+ const _BD = "BlockerDeclaration";
53
+ const _BEC = "BeforeEntryConditions";
54
+ const _C = "Condition";
55
+ const _CCAT = "CreateCustomActionType";
56
+ const _CCATI = "CreateCustomActionTypeInput";
57
+ const _CCATO = "CreateCustomActionTypeOutput";
58
+ const _CE = "ConditionExecution";
59
+ const _CEo = "ConflictException";
60
+ const _CL = "ConditionList";
61
+ const _CME = "ConcurrentModificationException";
62
+ const _CNOE = "ConditionNotOverridableException";
63
+ const _CP = "CreatePipeline";
64
+ const _CPELEE = "ConcurrentPipelineExecutionsLimitExceededException";
65
+ const _CPI = "CreatePipelineInput";
66
+ const _CPO = "CreatePipelineOutput";
67
+ const _CR = "CurrentRevision";
68
+ const _CS = "ConditionState";
69
+ const _CSL = "ConditionStateList";
70
+ const _DAET = "DeployActionExecutionTarget";
71
+ const _DAETL = "DeployActionExecutionTargetList";
72
+ const _DCAT = "DeleteCustomActionType";
73
+ const _DCATI = "DeleteCustomActionTypeInput";
74
+ const _DP = "DeletePipeline";
75
+ const _DPI = "DeletePipelineInput";
76
+ const _DSRE = "DuplicatedStopRequestException";
77
+ const _DST = "DisableStageTransition";
78
+ const _DSTI = "DisableStageTransitionInput";
79
+ const _DTE = "DeployTargetEvent";
80
+ const _DTEC = "DeployTargetEventContext";
81
+ const _DTEL = "DeployTargetEventList";
82
+ const _DW = "DeleteWebhook";
83
+ const _DWI = "DeleteWebhookInput";
84
+ const _DWO = "DeleteWebhookOutput";
85
+ const _DWWTP = "DeregisterWebhookWithThirdParty";
86
+ const _DWWTPI = "DeregisterWebhookWithThirdPartyInput";
87
+ const _DWWTPO = "DeregisterWebhookWithThirdPartyOutput";
88
+ const _EC = "ExecutorConfiguration";
89
+ const _ED = "ErrorDetails";
90
+ const _EDx = "ExecutionDetails";
91
+ const _EK = "EncryptionKey";
92
+ const _EST = "EnableStageTransition";
93
+ const _ESTI = "EnableStageTransitionInput";
94
+ const _ET = "ExecutionTrigger";
95
+ const _EV = "EnvironmentVariable";
96
+ const _EVL = "EnvironmentVariableList";
97
+ const _FC = "FailureConditions";
98
+ const _FD = "FailureDetails";
99
+ const _GAT = "GetActionType";
100
+ const _GATI = "GetActionTypeInput";
101
+ const _GATO = "GetActionTypeOutput";
102
+ const _GBFC = "GitBranchFilterCriteria";
103
+ const _GC = "GitConfiguration";
104
+ const _GFPFC = "GitFilePathFilterCriteria";
105
+ const _GJD = "GetJobDetails";
106
+ const _GJDI = "GetJobDetailsInput";
107
+ const _GJDO = "GetJobDetailsOutput";
108
+ const _GP = "GetPipeline";
109
+ const _GPE = "GetPipelineExecution";
110
+ const _GPEI = "GetPipelineExecutionInput";
111
+ const _GPEO = "GetPipelineExecutionOutput";
112
+ const _GPF = "GitPushFilter";
113
+ const _GPFL = "GitPushFilterList";
114
+ const _GPI = "GetPipelineInput";
115
+ const _GPO = "GetPipelineOutput";
116
+ const _GPRF = "GitPullRequestFilter";
117
+ const _GPRFL = "GitPullRequestFilterList";
118
+ const _GPS = "GetPipelineState";
119
+ const _GPSI = "GetPipelineStateInput";
120
+ const _GPSO = "GetPipelineStateOutput";
121
+ const _GTFC = "GitTagFilterCriteria";
122
+ const _GTPJD = "GetThirdPartyJobDetails";
123
+ const _GTPJDI = "GetThirdPartyJobDetailsInput";
124
+ const _GTPJDO = "GetThirdPartyJobDetailsOutput";
125
+ const _IA = "InputArtifact";
126
+ const _IADE = "InvalidActionDeclarationException";
127
+ const _IAE = "InvalidArnException";
128
+ const _IAL = "InputArtifactList";
129
+ const _IATE = "InvalidApprovalTokenException";
130
+ const _IBDE = "InvalidBlockerDeclarationException";
131
+ const _ICTE = "InvalidClientTokenException";
132
+ const _IJE = "InvalidJobException";
133
+ const _IJSE = "InvalidJobStateException";
134
+ const _INE = "InvalidNonceException";
135
+ const _INTE = "InvalidNextTokenException";
136
+ const _ISDE = "InvalidStageDeclarationException";
137
+ const _ISE = "InvalidStructureException";
138
+ const _ITE = "InvalidTagsException";
139
+ const _IWAPE = "InvalidWebhookAuthenticationParametersException";
140
+ const _IWFPE = "InvalidWebhookFilterPatternException";
141
+ const _J = "Job";
142
+ const _JD = "JobData";
143
+ const _JDo = "JobDetails";
144
+ const _JL = "JobList";
145
+ const _JNFE = "JobNotFoundException";
146
+ const _JWEC = "JobWorkerExecutorConfiguration";
147
+ const _LAE = "ListActionExecutions";
148
+ const _LAEI = "ListActionExecutionsInput";
149
+ const _LAEO = "ListActionExecutionsOutput";
150
+ const _LAT = "ListActionTypes";
151
+ const _LATI = "ListActionTypesInput";
152
+ const _LATO = "ListActionTypesOutput";
153
+ const _LDAET = "ListDeployActionExecutionTargets";
154
+ const _LDAETI = "ListDeployActionExecutionTargetsInput";
155
+ const _LDAETO = "ListDeployActionExecutionTargetsOutput";
156
+ const _LEC = "LambdaExecutorConfiguration";
157
+ const _LEE = "LimitExceededException";
158
+ const _LIPEF = "LatestInPipelineExecutionFilter";
159
+ const _LP = "ListPipelines";
160
+ const _LPE = "ListPipelineExecutions";
161
+ const _LPEI = "ListPipelineExecutionsInput";
162
+ const _LPEO = "ListPipelineExecutionsOutput";
163
+ const _LPI = "ListPipelinesInput";
164
+ const _LPO = "ListPipelinesOutput";
165
+ const _LRE = "ListRuleExecutions";
166
+ const _LREI = "ListRuleExecutionsInput";
167
+ const _LREO = "ListRuleExecutionsOutput";
168
+ const _LRT = "ListRuleTypes";
169
+ const _LRTI = "ListRuleTypesInput";
170
+ const _LRTO = "ListRuleTypesOutput";
171
+ const _LTFR = "ListTagsForResource";
172
+ const _LTFRI = "ListTagsForResourceInput";
173
+ const _LTFRO = "ListTagsForResourceOutput";
174
+ const _LW = "ListWebhooks";
175
+ const _LWI = "ListWebhookItem";
176
+ const _LWIi = "ListWebhooksInput";
177
+ const _LWO = "ListWebhooksOutput";
178
+ const _MR = "MaxResults";
179
+ const _NLPEE = "NotLatestPipelineExecutionException";
180
+ const _NT = "NextToken";
181
+ const _OA = "OutputArtifact";
182
+ const _OAL = "OutputArtifactList";
183
+ const _OSC = "OverrideStageCondition";
184
+ const _OSCI = "OverrideStageConditionInput";
185
+ const _OVSEE = "OutputVariablesSizeExceededException";
186
+ const _PAR = "PutActionRevision";
187
+ const _PARI = "PutActionRevisionInput";
188
+ const _PARIu = "PutApprovalResultInput";
189
+ const _PARO = "PutActionRevisionOutput";
190
+ const _PAROu = "PutApprovalResultOutput";
191
+ const _PARu = "PutApprovalResult";
192
+ const _PC = "PipelineContext";
193
+ const _PD = "PipelineDeclaration";
194
+ const _PE = "PipelineExecution";
195
+ const _PEF = "PipelineExecutionFilter";
196
+ const _PENFE = "PipelineExecutionNotFoundException";
197
+ const _PENSE = "PipelineExecutionNotStoppableException";
198
+ const _PEOE = "PipelineExecutionOutdatedException";
199
+ const _PES = "PipelineExecutionSummary";
200
+ const _PESL = "PipelineExecutionSummaryList";
201
+ const _PFJ = "PollForJobs";
202
+ const _PFJI = "PollForJobsInput";
203
+ const _PFJO = "PollForJobsOutput";
204
+ const _PFTPJ = "PollForThirdPartyJobs";
205
+ const _PFTPJI = "PollForThirdPartyJobsInput";
206
+ const _PFTPJO = "PollForThirdPartyJobsOutput";
207
+ const _PJFR = "PutJobFailureResult";
208
+ const _PJFRI = "PutJobFailureResultInput";
209
+ const _PJSR = "PutJobSuccessResult";
210
+ const _PJSRI = "PutJobSuccessResultInput";
211
+ const _PL = "PipelineList";
212
+ const _PM = "PipelineMetadata";
213
+ const _PNFE = "PipelineNotFoundException";
214
+ const _PNIUE = "PipelineNameInUseException";
215
+ const _PRM = "PipelineRollbackMetadata";
216
+ const _PS = "PipelineSummary";
217
+ const _PSDL = "PipelineStageDeclarationList";
218
+ const _PTD = "PipelineTriggerDeclaration";
219
+ const _PTDL = "PipelineTriggerDeclarationList";
220
+ const _PTPJFR = "PutThirdPartyJobFailureResult";
221
+ const _PTPJFRI = "PutThirdPartyJobFailureResultInput";
222
+ const _PTPJSR = "PutThirdPartyJobSuccessResult";
223
+ const _PTPJSRI = "PutThirdPartyJobSuccessResultInput";
224
+ const _PV = "PipelineVariable";
225
+ const _PVD = "PipelineVariableDeclaration";
226
+ const _PVDL = "PipelineVariableDeclarationList";
227
+ const _PVL = "PipelineVariableList";
228
+ const _PVNFE = "PipelineVersionNotFoundException";
229
+ const _PW = "PutWebhook";
230
+ const _PWI = "PutWebhookInput";
231
+ const _PWO = "PutWebhookOutput";
232
+ const _RC = "RetryConfiguration";
233
+ const _RCP = "RuleConfigurationProperty";
234
+ const _RCPL = "RuleConfigurationPropertyList";
235
+ const _RD = "RuleDeclaration";
236
+ const _RDL = "RuleDeclarationList";
237
+ const _RE = "RuleExecution";
238
+ const _RED = "RuleExecutionDetail";
239
+ const _REDL = "RuleExecutionDetailList";
240
+ const _REF = "RuleExecutionFilter";
241
+ const _REI = "RuleExecutionInput";
242
+ const _REO = "RuleExecutionOutput";
243
+ const _RER = "RuleExecutionResult";
244
+ const _RFE = "RequestFailedException";
245
+ const _RNFE = "ResourceNotFoundException";
246
+ const _RPV = "ResolvedPipelineVariable";
247
+ const _RPVL = "ResolvedPipelineVariableList";
248
+ const _RR = "RuleRevision";
249
+ const _RS = "RuleState";
250
+ const _RSE = "RetryStageExecution";
251
+ const _RSEI = "RetryStageExecutionInput";
252
+ const _RSEO = "RetryStageExecutionOutput";
253
+ const _RSI = "RollbackStageInput";
254
+ const _RSL = "RuleStateList";
255
+ const _RSM = "RetryStageMetadata";
256
+ const _RSO = "RollbackStageOutput";
257
+ const _RSo = "RollbackStage";
258
+ const _RT = "RuleType";
259
+ const _RTI = "RuleTypeId";
260
+ const _RTL = "RuleTypeList";
261
+ const _RTS = "RuleTypeSettings";
262
+ const _RWWTP = "RegisterWebhookWithThirdParty";
263
+ const _RWWTPI = "RegisterWebhookWithThirdPartyInput";
264
+ const _RWWTPO = "RegisterWebhookWithThirdPartyOutput";
265
+ const _SADL = "StageActionDeclarationList";
266
+ const _SAK = "SecretAccessKey";
267
+ const _SAL = "S3ArtifactLocation";
268
+ const _SBDL = "StageBlockerDeclarationList";
269
+ const _SC = "StageContext";
270
+ const _SCE = "StageConditionsExecution";
271
+ const _SCS = "StageConditionState";
272
+ const _SCu = "SuccessConditions";
273
+ const _SD = "StageDeclaration";
274
+ const _SE = "StageExecution";
275
+ const _SEL = "StageExecutionList";
276
+ const _SET = "StopExecutionTrigger";
277
+ const _SISF = "SucceededInStageFilter";
278
+ const _SL = "S3Location";
279
+ const _SNFE = "StageNotFoundException";
280
+ const _SNRE = "StageNotRetryableException";
281
+ const _SPE = "StartPipelineExecution";
282
+ const _SPEI = "StartPipelineExecutionInput";
283
+ const _SPEIt = "StopPipelineExecutionInput";
284
+ const _SPEO = "StartPipelineExecutionOutput";
285
+ const _SPEOt = "StopPipelineExecutionOutput";
286
+ const _SPEt = "StopPipelineExecution";
287
+ const _SR = "SourceRevision";
288
+ const _SRL = "SourceRevisionList";
289
+ const _SRO = "SourceRevisionOverride";
290
+ const _SROL = "SourceRevisionOverrideList";
291
+ const _SS = "StageState";
292
+ const _SSL = "StageStateList";
293
+ const _ST = "SessionToken";
294
+ const _STe = "SecretToken";
295
+ const _T = "Tag";
296
+ const _TF = "TargetFilter";
297
+ const _TFL = "TargetFilterList";
298
+ const _TL = "TagList";
299
+ const _TMTE = "TooManyTagsException";
300
+ const _TPJ = "ThirdPartyJob";
301
+ const _TPJD = "ThirdPartyJobData";
302
+ const _TPJDh = "ThirdPartyJobDetails";
303
+ const _TPJL = "ThirdPartyJobList";
304
+ const _TR = "TagResource";
305
+ const _TRI = "TagResourceInput";
306
+ const _TRO = "TagResourceOutput";
307
+ const _TS = "TransitionState";
308
+ const _UAT = "UpdateActionType";
309
+ const _UATI = "UpdateActionTypeInput";
310
+ const _UP = "UpdatePipeline";
311
+ const _UPI = "UpdatePipelineInput";
312
+ const _UPO = "UpdatePipelineOutput";
313
+ const _UR = "UntagResource";
314
+ const _URI = "UntagResourceInput";
315
+ const _URO = "UntagResourceOutput";
316
+ const _UTRSE = "UnableToRollbackStageException";
317
+ const _VE = "ValidationException";
318
+ const _WAC = "WebhookAuthConfiguration";
319
+ const _WD = "WebhookDefinition";
320
+ const _WF = "WebhookFilters";
321
+ const _WFR = "WebhookFilterRule";
322
+ const _WL = "WebhookList";
323
+ const _WNFE = "WebhookNotFoundException";
324
+ const _a = "arn";
325
+ const _aA = "allowedAccounts";
326
+ const _aAp = "approvedAt";
327
+ const _aC = "actionConfiguration";
328
+ const _aCP = "actionConfigurationProperties";
329
+ const _aCr = "artifactCredentials";
330
+ const _aCu = "authenticationConfiguration";
331
+ const _aED = "actionExecutionDetails";
332
+ const _aEI = "actionExecutionId";
333
+ const _aI = "accountId";
334
+ const _aKI = "accessKeyId";
335
+ const _aN = "actionName";
336
+ const _aOF = "actionOwnerFilter";
337
+ const _aR = "artifactRevisions";
338
+ const _aRc = "actionRevision";
339
+ const _aS = "artifactStore";
340
+ const _aSRA = "autoStageRetryAttempt";
341
+ const _aSc = "actionStates";
342
+ const _aSr = "artifactStores";
343
+ const _aT = "actionType";
344
+ const _aTI = "actionTypeId";
345
+ const _aTc = "actionTypes";
346
+ const _ab = "abandon";
347
+ const _ac = "action";
348
+ const _act = "actions";
349
+ const _au = "authentication";
350
+ const _b = "branches";
351
+ const _bE = "beforeEntry";
352
+ const _bECS = "beforeEntryConditionState";
353
+ const _bN = "bucketName";
354
+ const _bl = "blockers";
355
+ const _bu = "bucket";
356
+ const _c = "configuration";
357
+ const _cI = "changeIdentifier";
358
+ const _cIl = "clientId";
359
+ const _cP = "configurationProperties";
360
+ const _cR = "currentRevision";
361
+ const _cRT = "clientRequestToken";
362
+ const _cS = "conditionStates";
363
+ const _cT = "clientToken";
364
+ const _cTo = "continuationToken";
365
+ const _cTon = "conditionType";
366
+ const _cU = "configurationUrl";
367
+ const _ca = "category";
368
+ const _cl = "client";
369
+ const _co = "commands";
370
+ const _cod = "code";
371
+ const _con = "conditions";
372
+ const _cont = "context";
373
+ const _cr = "created";
374
+ const _d = "description";
375
+ const _dR = "disabledReason";
376
+ const _dV = "defaultValue";
377
+ const _da = "data";
378
+ const _de = "definition";
379
+ const _e = "error";
380
+ const _eC = "errorCode";
381
+ const _eD = "errorDetails";
382
+ const _eDx = "executionDetails";
383
+ const _eEI = "externalExecutionId";
384
+ const _eES = "externalExecutionSummary";
385
+ const _eEU = "externalExecutionUrl";
386
+ const _eK = "encryptionKey";
387
+ const _eM = "errorMessage";
388
+ const _eMx = "executionMode";
389
+ const _eR = "executionResult";
390
+ const _eT = "endTime";
391
+ const _eTx = "executionType";
392
+ const _eU = "entityUrl";
393
+ const _eUT = "entityUrlTemplate";
394
+ const _eUTx = "executionUrlTemplate";
395
+ const _eV = "environmentVariables";
396
+ const _en = "enabled";
397
+ const _ev = "events";
398
+ const _ex = "executor";
399
+ const _exc = "excludes";
400
+ const _f = "filter";
401
+ const _fD = "failureDetails";
402
+ const _fP = "filePaths";
403
+ const _fi = "filters";
404
+ const _fil = "files";
405
+ const _gC = "gitConfiguration";
406
+ const _hE = "httpError";
407
+ const _i = "input";
408
+ const _iA = "inputArtifacts";
409
+ const _iAD = "inputArtifactDetails";
410
+ const _iE = "inboundExecution";
411
+ const _iEn = "inboundExecutions";
412
+ const _iTS = "inboundTransitionState";
413
+ const _id = "id";
414
+ const _in = "includes";
415
+ const _j = "jobs";
416
+ const _jD = "jobDetails";
417
+ const _jI = "jobId";
418
+ const _jP = "jsonPath";
419
+ const _jT = "jobTimeout";
420
+ const _jWEC = "jobWorkerExecutorConfiguration";
421
+ const _k = "key";
422
+ const _l = "location";
423
+ const _lCA = "lastChangedAt";
424
+ const _lCB = "lastChangedBy";
425
+ const _lE = "latestExecution";
426
+ const _lEC = "lambdaExecutorConfiguration";
427
+ const _lFA = "lambdaFunctionArn";
428
+ const _lIPE = "latestInPipelineExecution";
429
+ const _lRT = "latestRetryTrigger";
430
+ const _lSARN = "logStreamARN";
431
+ const _lSC = "lastStatusChange";
432
+ const _lT = "lastTriggered";
433
+ const _lUB = "lastUpdatedBy";
434
+ const _lUT = "lastUpdateTime";
435
+ const _m = "message";
436
+ const _mBS = "maxBatchSize";
437
+ const _mC = "minimumCount";
438
+ const _mCa = "maximumCount";
439
+ const _mE = "matchEquals";
440
+ const _mR = "maxResults";
441
+ const _mSRA = "manualStageRetryAttempt";
442
+ const _me = "metadata";
443
+ const _n = "nonce";
444
+ const _nE = "noEcho";
445
+ const _nR = "newRevision";
446
+ const _nT = "nextToken";
447
+ const _na = "name";
448
+ const _nam = "namespace";
449
+ const _o = "output";
450
+ const _oA = "outputArtifacts";
451
+ const _oAD = "outputArtifactDetails";
452
+ const _oF = "onFailure";
453
+ const _oFCS = "onFailureConditionState";
454
+ const _oK = "objectKey";
455
+ const _oS = "onSuccess";
456
+ const _oSCS = "onSuccessConditionState";
457
+ const _oV = "outputVariables";
458
+ const _op = "optional";
459
+ const _ow = "owner";
460
+ const _p = "permissions";
461
+ const _pA = "pollingAccounts";
462
+ const _pAi = "pipelineArn";
463
+ const _pC = "percentComplete";
464
+ const _pCi = "pipelineContext";
465
+ const _pDA = "pollingDisabledAt";
466
+ const _pE = "pipelineExecution";
467
+ const _pEI = "pipelineExecutionId";
468
+ const _pES = "pipelineExecutionSummaries";
469
+ const _pN = "pipelineName";
470
+ const _pR = "pullRequest";
471
+ const _pSP = "pollingServicePrincipals";
472
+ const _pST = "policyStatementsTemplate";
473
+ const _pT = "pipelineType";
474
+ const _pTr = "providerType";
475
+ const _pV = "pipelineVersion";
476
+ const _pi = "pipeline";
477
+ const _pip = "pipelines";
478
+ const _pr = "properties";
479
+ const _pro = "provider";
480
+ const _pu = "push";
481
+ const _q = "queryable";
482
+ const _qP = "queryParam";
483
+ const _r = "required";
484
+ const _rA = "roleArn";
485
+ const _rAe = "resourceArn";
486
+ const _rC = "resolvedConfiguration";
487
+ const _rCI = "revisionChangeId";
488
+ const _rCIe = "revisionChangeIdentifier";
489
+ const _rCP = "ruleConfigurationProperties";
490
+ const _rCe = "retryConfiguration";
491
+ const _rED = "ruleExecutionDetails";
492
+ const _rEI = "ruleExecutionId";
493
+ const _rF = "regionFilter";
494
+ const _rI = "revisionId";
495
+ const _rM = "rollbackMetadata";
496
+ const _rMe = "retryMode";
497
+ const _rN = "ruleName";
498
+ const _rO = "runOrder";
499
+ const _rOF = "ruleOwnerFilter";
500
+ const _rS = "revisionSummary";
501
+ const _rSM = "retryStageMetadata";
502
+ const _rSu = "ruleStates";
503
+ const _rT = "ruleTypes";
504
+ const _rTI = "ruleTypeId";
505
+ const _rTPEI = "rollbackTargetPipelineExecutionId";
506
+ const _rTe = "revisionType";
507
+ const _rU = "revisionUrl";
508
+ const _rUT = "revisionUrlTemplate";
509
+ const _rV = "resolvedValue";
510
+ const _rVe = "revisionValue";
511
+ const _re = "region";
512
+ const _rea = "reason";
513
+ const _res = "result";
514
+ const _rev = "revision";
515
+ const _ru = "rules";
516
+ const _s = "status";
517
+ const _sAK = "secretAccessKey";
518
+ const _sAN = "sourceActionName";
519
+ const _sCI = "ssmCommandId";
520
+ const _sIS = "succeededInStage";
521
+ const _sL = "s3Location";
522
+ const _sN = "stageName";
523
+ const _sR = "sourceRevisions";
524
+ const _sS = "stageStates";
525
+ const _sSt = "statusSummary";
526
+ const _sT = "startTime";
527
+ const _sTR = "startTimeRange";
528
+ const _sTe = "sessionToken";
529
+ const _sTt = "stopTrigger";
530
+ const _se = "secret";
531
+ const _set = "settings";
532
+ const _sl = "s3location";
533
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codepipeline";
534
+ const _st = "stage";
535
+ const _sta = "stages";
536
+ const _su = "summary";
537
+ const _t = "type";
538
+ const _tA = "targetAction";
539
+ const _tD = "triggerDetail";
540
+ const _tI = "targetId";
541
+ const _tIM = "timeoutInMinutes";
542
+ const _tK = "tagKeys";
543
+ const _tP = "targetPipeline";
544
+ const _tPCU = "thirdPartyConfigurationUrl";
545
+ const _tPEI = "targetPipelineExecutionId";
546
+ const _tT = "targetType";
547
+ const _tTr = "transitionType";
548
+ const _tTri = "triggerType";
549
+ const _ta = "tags";
550
+ const _tar = "targets";
551
+ const _to = "token";
552
+ const _tr = "triggers";
553
+ const _tri = "trigger";
554
+ const _u = "urls";
555
+ const _uB = "updatedBy";
556
+ const _up = "updated";
557
+ const _ur = "url";
558
+ const _v = "version";
559
+ const _va = "value";
560
+ const _val = "values";
561
+ const _var = "variables";
562
+ const _w = "webhooks";
563
+ const _wN = "webhookName";
564
+ const _we = "webhook";
565
+ const n0 = "com.amazonaws.codepipeline";
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/index";
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 = [
578
+ 3,
579
+ n0,
580
+ _ACP,
581
+ 0,
582
+ [_na, _r, _k, _se, _q, _d, _t],
583
+ [0, 2, 2, 2, 2, 0, 0],
584
+ ];
585
+ export var ActionContext = [3, n0, _ACc, 0, [_na, _aEI], [0, 0]];
586
+ export var ActionDeclaration = [
587
+ 3,
588
+ n0,
589
+ _AD,
590
+ 0,
591
+ [_na, _aTI, _rO, _c, _co, _oA, _iA, _oV, _rA, _re, _nam, _tIM, _eV],
592
+ [
593
+ 0,
594
+ () => ActionTypeId,
595
+ 1,
596
+ 128 | 0,
597
+ 64 | 0,
598
+ () => OutputArtifactList,
599
+ () => InputArtifactList,
600
+ 64 | 0,
601
+ 0,
602
+ 0,
603
+ 0,
604
+ 1,
605
+ () => EnvironmentVariableList,
606
+ ],
607
+ ];
608
+ export var ActionExecution = [
609
+ 3,
610
+ n0,
611
+ _AE,
612
+ 0,
613
+ [_aEI, _s, _su, _lSC, _to, _lUB, _eEI, _eEU, _pC, _eD, _lSARN],
614
+ [0, 0, 0, 4, 0, 0, 0, 0, 1, () => ErrorDetails, 0],
615
+ ];
616
+ export var ActionExecutionDetail = [
617
+ 3,
618
+ n0,
619
+ _AED,
620
+ 0,
621
+ [_pEI, _aEI, _pV, _sN, _aN, _sT, _lUT, _uB, _s, _i, _o],
622
+ [0, 0, 1, 0, 0, 4, 4, 0, 0, () => ActionExecutionInput, () => ActionExecutionOutput],
623
+ ];
624
+ export var ActionExecutionFilter = [
625
+ 3,
626
+ n0,
627
+ _AEF,
628
+ 0,
629
+ [_pEI, _lIPE],
630
+ [0, () => LatestInPipelineExecutionFilter],
631
+ ];
632
+ export var ActionExecutionInput = [
633
+ 3,
634
+ n0,
635
+ _AEI,
636
+ 0,
637
+ [_aTI, _c, _rC, _rA, _re, _iA, _nam],
638
+ [() => ActionTypeId, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList, 0],
639
+ ];
640
+ export var ActionExecutionNotFoundException = [
641
+ -3,
642
+ n0,
643
+ _AENFE,
644
+ {
645
+ [_e]: _cl,
646
+ },
647
+ [_m],
648
+ [0],
649
+ ];
650
+ TypeRegistry.for(n0).registerError(ActionExecutionNotFoundException, __ActionExecutionNotFoundException);
651
+ export var ActionExecutionOutput = [
652
+ 3,
653
+ n0,
654
+ _AEO,
655
+ 0,
656
+ [_oA, _eR, _oV],
657
+ [() => ArtifactDetailList, () => ActionExecutionResult, 128 | 0],
658
+ ];
659
+ export var ActionExecutionResult = [
660
+ 3,
661
+ n0,
662
+ _AER,
663
+ 0,
664
+ [_eEI, _eES, _eEU, _eD, _lSARN],
665
+ [0, 0, 0, () => ErrorDetails, 0],
666
+ ];
667
+ export var ActionNotFoundException = [
668
+ -3,
669
+ n0,
670
+ _ANFE,
671
+ {
672
+ [_e]: _cl,
673
+ },
674
+ [_m],
675
+ [0],
676
+ ];
677
+ TypeRegistry.for(n0).registerError(ActionNotFoundException, __ActionNotFoundException);
678
+ export var ActionRevision = [3, n0, _AR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
679
+ export var ActionState = [
680
+ 3,
681
+ n0,
682
+ _AS,
683
+ 0,
684
+ [_aN, _cR, _lE, _eU, _rU],
685
+ [0, () => ActionRevision, () => ActionExecution, 0, 0],
686
+ ];
687
+ export var ActionType = [
688
+ 3,
689
+ n0,
690
+ _AT,
691
+ 0,
692
+ [_id, _set, _aCP, _iAD, _oAD],
693
+ [
694
+ () => ActionTypeId,
695
+ () => ActionTypeSettings,
696
+ () => ActionConfigurationPropertyList,
697
+ () => ArtifactDetails,
698
+ () => ArtifactDetails,
699
+ ],
700
+ ];
701
+ export var ActionTypeArtifactDetails = [3, n0, _ATAD, 0, [_mC, _mCa], [1, 1]];
702
+ export var ActionTypeDeclaration = [
703
+ 3,
704
+ n0,
705
+ _ATD,
706
+ 0,
707
+ [_d, _ex, _id, _iAD, _oAD, _p, _pr, _u],
708
+ [
709
+ 0,
710
+ () => ActionTypeExecutor,
711
+ () => ActionTypeIdentifier,
712
+ () => ActionTypeArtifactDetails,
713
+ () => ActionTypeArtifactDetails,
714
+ () => ActionTypePermissions,
715
+ () => ActionTypeProperties,
716
+ () => ActionTypeUrls,
717
+ ],
718
+ ];
719
+ export var ActionTypeExecutor = [
720
+ 3,
721
+ n0,
722
+ _ATE,
723
+ 0,
724
+ [_c, _t, _pST, _jT],
725
+ [() => ExecutorConfiguration, 0, 0, 1],
726
+ ];
727
+ export var ActionTypeId = [3, n0, _ATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
728
+ 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
+ ];
739
+ TypeRegistry.for(n0).registerError(ActionTypeNotFoundException, __ActionTypeNotFoundException);
740
+ export var ActionTypePermissions = [3, n0, _ATP, 0, [_aA], [64 | 0]];
741
+ export var ActionTypeProperty = [
742
+ 3,
743
+ n0,
744
+ _ATPc,
745
+ 0,
746
+ [_na, _op, _k, _nE, _q, _d],
747
+ [0, 2, 2, 2, 2, 0],
748
+ ];
749
+ export var ActionTypeSettings = [3, n0, _ATS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
750
+ 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
+ ];
761
+ TypeRegistry.for(n0).registerError(ApprovalAlreadyCompletedException, __ApprovalAlreadyCompletedException);
762
+ export var ApprovalResult = [3, n0, _ARp, 0, [_su, _s], [0, 0]];
763
+ export var Artifact = [3, n0, _A, 0, [_na, _rev, _l], [0, 0, () => ArtifactLocation]];
764
+ export var ArtifactDetail = [3, n0, _ADr, 0, [_na, _sl], [0, () => S3Location]];
765
+ export var ArtifactDetails = [3, n0, _ADrt, 0, [_mC, _mCa], [1, 1]];
766
+ export var ArtifactLocation = [3, n0, _AL, 0, [_t, _sL], [0, () => S3ArtifactLocation]];
767
+ export var ArtifactRevision = [
768
+ 3,
769
+ n0,
770
+ _ARr,
771
+ 0,
772
+ [_na, _rI, _rCIe, _rS, _cr, _rU],
773
+ [0, 0, 0, 0, 4, 0],
774
+ ];
775
+ export var ArtifactStore = [3, n0, _ASr, 0, [_t, _l, _eK], [0, 0, () => EncryptionKey]];
776
+ export var AWSSessionCredentials = [
777
+ 3,
778
+ n0,
779
+ _AWSSC,
780
+ 8,
781
+ [_aKI, _sAK, _sTe],
782
+ [
783
+ [() => AccessKeyId, 0],
784
+ [() => SecretAccessKey, 0],
785
+ [() => SessionToken, 0],
786
+ ],
787
+ ];
788
+ export var BeforeEntryConditions = [3, n0, _BEC, 0, [_con], [() => ConditionList]];
789
+ 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
+ ];
800
+ TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
801
+ export var ConcurrentPipelineExecutionsLimitExceededException = [
802
+ -3,
803
+ n0,
804
+ _CPELEE,
805
+ {
806
+ [_e]: _cl,
807
+ },
808
+ [_m],
809
+ [0],
810
+ ];
811
+ TypeRegistry.for(n0).registerError(ConcurrentPipelineExecutionsLimitExceededException, __ConcurrentPipelineExecutionsLimitExceededException);
812
+ export var Condition = [3, n0, _C, 0, [_res, _ru], [0, () => RuleDeclarationList]];
813
+ 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
+ ];
824
+ TypeRegistry.for(n0).registerError(ConditionNotOverridableException, __ConditionNotOverridableException);
825
+ export var ConditionState = [
826
+ 3,
827
+ n0,
828
+ _CS,
829
+ 0,
830
+ [_lE, _rSu],
831
+ [() => ConditionExecution, () => RuleStateList],
832
+ ];
833
+ export var ConflictException = [
834
+ -3,
835
+ n0,
836
+ _CEo,
837
+ {
838
+ [_e]: _cl,
839
+ [_hE]: 409,
840
+ },
841
+ [_m],
842
+ [0],
843
+ ];
844
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
845
+ export var CreateCustomActionTypeInput = [
846
+ 3,
847
+ n0,
848
+ _CCATI,
849
+ 0,
850
+ [_ca, _pro, _v, _set, _cP, _iAD, _oAD, _ta],
851
+ [
852
+ 0,
853
+ 0,
854
+ 0,
855
+ () => ActionTypeSettings,
856
+ () => ActionConfigurationPropertyList,
857
+ () => ArtifactDetails,
858
+ () => ArtifactDetails,
859
+ () => TagList,
860
+ ],
861
+ ];
862
+ export var CreateCustomActionTypeOutput = [
863
+ 3,
864
+ n0,
865
+ _CCATO,
866
+ 0,
867
+ [_aT, _ta],
868
+ [() => ActionType, () => TagList],
869
+ ];
870
+ export var CreatePipelineInput = [
871
+ 3,
872
+ n0,
873
+ _CPI,
874
+ 0,
875
+ [_pi, _ta],
876
+ [() => PipelineDeclaration, () => TagList],
877
+ ];
878
+ export var CreatePipelineOutput = [
879
+ 3,
880
+ n0,
881
+ _CPO,
882
+ 0,
883
+ [_pi, _ta],
884
+ [() => PipelineDeclaration, () => TagList],
885
+ ];
886
+ export var CurrentRevision = [3, n0, _CR, 0, [_rev, _cI, _cr, _rS], [0, 0, 4, 0]];
887
+ export var DeleteCustomActionTypeInput = [3, n0, _DCATI, 0, [_ca, _pro, _v], [0, 0, 0]];
888
+ export var DeletePipelineInput = [3, n0, _DPI, 0, [_na], [0]];
889
+ export var DeleteWebhookInput = [3, n0, _DWI, 0, [_na], [0]];
890
+ export var DeleteWebhookOutput = [3, n0, _DWO, 0, [], []];
891
+ export var DeployActionExecutionTarget = [
892
+ 3,
893
+ n0,
894
+ _DAET,
895
+ 0,
896
+ [_tI, _tT, _s, _sT, _eT, _ev],
897
+ [0, 0, 0, 4, 4, () => DeployTargetEventList],
898
+ ];
899
+ export var DeployTargetEvent = [
900
+ 3,
901
+ n0,
902
+ _DTE,
903
+ 0,
904
+ [_na, _s, _sT, _eT, _cont],
905
+ [0, 0, 4, 4, () => DeployTargetEventContext],
906
+ ];
907
+ export var DeployTargetEventContext = [3, n0, _DTEC, 0, [_sCI, _m], [0, 0]];
908
+ export var DeregisterWebhookWithThirdPartyInput = [3, n0, _DWWTPI, 0, [_wN], [0]];
909
+ export var DeregisterWebhookWithThirdPartyOutput = [3, n0, _DWWTPO, 0, [], []];
910
+ 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
+ ];
921
+ TypeRegistry.for(n0).registerError(DuplicatedStopRequestException, __DuplicatedStopRequestException);
922
+ export var EnableStageTransitionInput = [3, n0, _ESTI, 0, [_pN, _sN, _tTr], [0, 0, 0]];
923
+ export var EncryptionKey = [3, n0, _EK, 0, [_id, _t], [0, 0]];
924
+ export var EnvironmentVariable = [3, n0, _EV, 0, [_na, _va, _t], [0, 0, 0]];
925
+ export var ErrorDetails = [3, n0, _ED, 0, [_cod, _m], [0, 0]];
926
+ export var ExecutionDetails = [3, n0, _EDx, 0, [_su, _eEI, _pC], [0, 0, 1]];
927
+ export var ExecutionTrigger = [3, n0, _ET, 0, [_tTri, _tD], [0, 0]];
928
+ export var ExecutorConfiguration = [
929
+ 3,
930
+ n0,
931
+ _EC,
932
+ 0,
933
+ [_lEC, _jWEC],
934
+ [() => LambdaExecutorConfiguration, () => JobWorkerExecutorConfiguration],
935
+ ];
936
+ export var FailureConditions = [
937
+ 3,
938
+ n0,
939
+ _FC,
940
+ 0,
941
+ [_res, _rCe, _con],
942
+ [0, () => RetryConfiguration, () => ConditionList],
943
+ ];
944
+ export var FailureDetails = [3, n0, _FD, 0, [_t, _m, _eEI], [0, 0, 0]];
945
+ export var GetActionTypeInput = [3, n0, _GATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
946
+ export var GetActionTypeOutput = [3, n0, _GATO, 0, [_aT], [() => ActionTypeDeclaration]];
947
+ export var GetJobDetailsInput = [3, n0, _GJDI, 0, [_jI], [0]];
948
+ export var GetJobDetailsOutput = [3, n0, _GJDO, 0, [_jD], [[() => JobDetails, 0]]];
949
+ export var GetPipelineExecutionInput = [3, n0, _GPEI, 0, [_pN, _pEI], [0, 0]];
950
+ export var GetPipelineExecutionOutput = [3, n0, _GPEO, 0, [_pE], [() => PipelineExecution]];
951
+ export var GetPipelineInput = [3, n0, _GPI, 0, [_na, _v], [0, 1]];
952
+ export var GetPipelineOutput = [
953
+ 3,
954
+ n0,
955
+ _GPO,
956
+ 0,
957
+ [_pi, _me],
958
+ [() => PipelineDeclaration, () => PipelineMetadata],
959
+ ];
960
+ export var GetPipelineStateInput = [3, n0, _GPSI, 0, [_na], [0]];
961
+ export var GetPipelineStateOutput = [
962
+ 3,
963
+ n0,
964
+ _GPSO,
965
+ 0,
966
+ [_pN, _pV, _sS, _cr, _up],
967
+ [0, 1, () => StageStateList, 4, 4],
968
+ ];
969
+ export var GetThirdPartyJobDetailsInput = [3, n0, _GTPJDI, 0, [_jI, _cT], [0, 0]];
970
+ export var GetThirdPartyJobDetailsOutput = [
971
+ 3,
972
+ n0,
973
+ _GTPJDO,
974
+ 0,
975
+ [_jD],
976
+ [[() => ThirdPartyJobDetails, 0]],
977
+ ];
978
+ export var GitBranchFilterCriteria = [3, n0, _GBFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
979
+ export var GitConfiguration = [
980
+ 3,
981
+ n0,
982
+ _GC,
983
+ 0,
984
+ [_sAN, _pu, _pR],
985
+ [0, () => GitPushFilterList, () => GitPullRequestFilterList],
986
+ ];
987
+ export var GitFilePathFilterCriteria = [3, n0, _GFPFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
988
+ export var GitPullRequestFilter = [
989
+ 3,
990
+ n0,
991
+ _GPRF,
992
+ 0,
993
+ [_ev, _b, _fP],
994
+ [64 | 0, () => GitBranchFilterCriteria, () => GitFilePathFilterCriteria],
995
+ ];
996
+ export var GitPushFilter = [
997
+ 3,
998
+ n0,
999
+ _GPF,
1000
+ 0,
1001
+ [_ta, _b, _fP],
1002
+ [() => GitTagFilterCriteria, () => GitBranchFilterCriteria, () => GitFilePathFilterCriteria],
1003
+ ];
1004
+ export var GitTagFilterCriteria = [3, n0, _GTFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
1005
+ 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
+ ];
1016
+ 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
+ ];
1027
+ 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
+ ];
1038
+ 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
+ ];
1049
+ 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
+ ];
1060
+ 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
+ ];
1071
+ 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
+ ];
1082
+ 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
+ ];
1093
+ 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
+ ];
1104
+ 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
+ ];
1115
+ 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
+ ];
1126
+ 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
+ ];
1137
+ TypeRegistry.for(n0).registerError(InvalidTagsException, __InvalidTagsException);
1138
+ export var InvalidWebhookAuthenticationParametersException = [
1139
+ -3,
1140
+ n0,
1141
+ _IWAPE,
1142
+ {
1143
+ [_e]: _cl,
1144
+ },
1145
+ [_m],
1146
+ [0],
1147
+ ];
1148
+ 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
+ ];
1159
+ TypeRegistry.for(n0).registerError(InvalidWebhookFilterPatternException, __InvalidWebhookFilterPatternException);
1160
+ export var Job = [3, n0, _J, 0, [_id, _da, _n, _aI], [0, [() => JobData, 0], 0, 0]];
1161
+ export var JobData = [
1162
+ 3,
1163
+ n0,
1164
+ _JD,
1165
+ 0,
1166
+ [_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
1167
+ [
1168
+ () => ActionTypeId,
1169
+ () => ActionConfiguration,
1170
+ () => PipelineContext,
1171
+ () => ArtifactList,
1172
+ () => ArtifactList,
1173
+ [() => AWSSessionCredentials, 0],
1174
+ 0,
1175
+ () => EncryptionKey,
1176
+ ],
1177
+ ];
1178
+ 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
+ ];
1189
+ TypeRegistry.for(n0).registerError(JobNotFoundException, __JobNotFoundException);
1190
+ export var JobWorkerExecutorConfiguration = [3, n0, _JWEC, 0, [_pA, _pSP], [64 | 0, 64 | 0]];
1191
+ export var LambdaExecutorConfiguration = [3, n0, _LEC, 0, [_lFA], [0]];
1192
+ 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
+ ];
1203
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1204
+ export var ListActionExecutionsInput = [
1205
+ 3,
1206
+ n0,
1207
+ _LAEI,
1208
+ 0,
1209
+ [_pN, _f, _mR, _nT],
1210
+ [0, () => ActionExecutionFilter, 1, 0],
1211
+ ];
1212
+ export var ListActionExecutionsOutput = [
1213
+ 3,
1214
+ n0,
1215
+ _LAEO,
1216
+ 0,
1217
+ [_aED, _nT],
1218
+ [() => ActionExecutionDetailList, 0],
1219
+ ];
1220
+ export var ListActionTypesInput = [3, n0, _LATI, 0, [_aOF, _nT, _rF], [0, 0, 0]];
1221
+ export var ListActionTypesOutput = [3, n0, _LATO, 0, [_aTc, _nT], [() => ActionTypeList, 0]];
1222
+ export var ListDeployActionExecutionTargetsInput = [
1223
+ 3,
1224
+ n0,
1225
+ _LDAETI,
1226
+ 0,
1227
+ [_pN, _aEI, _fi, _mR, _nT],
1228
+ [0, 0, () => TargetFilterList, 1, 0],
1229
+ ];
1230
+ export var ListDeployActionExecutionTargetsOutput = [
1231
+ 3,
1232
+ n0,
1233
+ _LDAETO,
1234
+ 0,
1235
+ [_tar, _nT],
1236
+ [() => DeployActionExecutionTargetList, 0],
1237
+ ];
1238
+ export var ListPipelineExecutionsInput = [
1239
+ 3,
1240
+ n0,
1241
+ _LPEI,
1242
+ 0,
1243
+ [_pN, _mR, _f, _nT],
1244
+ [0, 1, () => PipelineExecutionFilter, 0],
1245
+ ];
1246
+ export var ListPipelineExecutionsOutput = [
1247
+ 3,
1248
+ n0,
1249
+ _LPEO,
1250
+ 0,
1251
+ [_pES, _nT],
1252
+ [() => PipelineExecutionSummaryList, 0],
1253
+ ];
1254
+ export var ListPipelinesInput = [3, n0, _LPI, 0, [_nT, _mR], [0, 1]];
1255
+ export var ListPipelinesOutput = [3, n0, _LPO, 0, [_pip, _nT], [() => PipelineList, 0]];
1256
+ export var ListRuleExecutionsInput = [
1257
+ 3,
1258
+ n0,
1259
+ _LREI,
1260
+ 0,
1261
+ [_pN, _f, _mR, _nT],
1262
+ [0, () => RuleExecutionFilter, 1, 0],
1263
+ ];
1264
+ export var ListRuleExecutionsOutput = [
1265
+ 3,
1266
+ n0,
1267
+ _LREO,
1268
+ 0,
1269
+ [_rED, _nT],
1270
+ [() => RuleExecutionDetailList, 0],
1271
+ ];
1272
+ export var ListRuleTypesInput = [3, n0, _LRTI, 0, [_rOF, _rF], [0, 0]];
1273
+ export var ListRuleTypesOutput = [3, n0, _LRTO, 0, [_rT], [() => RuleTypeList]];
1274
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rAe, _nT, _mR], [0, 0, 1]];
1275
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_ta, _nT], [() => TagList, 0]];
1276
+ export var ListWebhookItem = [
1277
+ 3,
1278
+ n0,
1279
+ _LWI,
1280
+ 0,
1281
+ [_de, _ur, _eM, _eC, _lT, _a, _ta],
1282
+ [() => WebhookDefinition, 0, 0, 0, 4, 0, () => TagList],
1283
+ ];
1284
+ export var ListWebhooksInput = [3, n0, _LWIi, 0, [_NT, _MR], [0, 1]];
1285
+ 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
+ ];
1296
+ TypeRegistry.for(n0).registerError(NotLatestPipelineExecutionException, __NotLatestPipelineExecutionException);
1297
+ 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
+ ];
1308
+ TypeRegistry.for(n0).registerError(OutputVariablesSizeExceededException, __OutputVariablesSizeExceededException);
1309
+ export var OverrideStageConditionInput = [
1310
+ 3,
1311
+ n0,
1312
+ _OSCI,
1313
+ 0,
1314
+ [_pN, _sN, _pEI, _cTon],
1315
+ [0, 0, 0, 0],
1316
+ ];
1317
+ export var PipelineContext = [
1318
+ 3,
1319
+ n0,
1320
+ _PC,
1321
+ 0,
1322
+ [_pN, _st, _ac, _pAi, _pEI],
1323
+ [0, () => StageContext, () => ActionContext, 0, 0],
1324
+ ];
1325
+ export var PipelineDeclaration = [
1326
+ 3,
1327
+ n0,
1328
+ _PD,
1329
+ 0,
1330
+ [_na, _rA, _aS, _aSr, _sta, _v, _eMx, _pT, _var, _tr],
1331
+ [
1332
+ 0,
1333
+ 0,
1334
+ () => ArtifactStore,
1335
+ () => ArtifactStoreMap,
1336
+ () => PipelineStageDeclarationList,
1337
+ 1,
1338
+ 0,
1339
+ 0,
1340
+ () => PipelineVariableDeclarationList,
1341
+ () => PipelineTriggerDeclarationList,
1342
+ ],
1343
+ ];
1344
+ export var PipelineExecution = [
1345
+ 3,
1346
+ n0,
1347
+ _PE,
1348
+ 0,
1349
+ [_pN, _pV, _pEI, _s, _sSt, _aR, _var, _tri, _eMx, _eTx, _rM],
1350
+ [
1351
+ 0,
1352
+ 1,
1353
+ 0,
1354
+ 0,
1355
+ 0,
1356
+ () => ArtifactRevisionList,
1357
+ () => ResolvedPipelineVariableList,
1358
+ () => ExecutionTrigger,
1359
+ 0,
1360
+ 0,
1361
+ () => PipelineRollbackMetadata,
1362
+ ],
1363
+ ];
1364
+ 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
+ ];
1375
+ 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
+ ];
1386
+ 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
+ ];
1397
+ TypeRegistry.for(n0).registerError(PipelineExecutionOutdatedException, __PipelineExecutionOutdatedException);
1398
+ export var PipelineExecutionSummary = [
1399
+ 3,
1400
+ n0,
1401
+ _PES,
1402
+ 0,
1403
+ [_pEI, _s, _sSt, _sT, _lUT, _sR, _tri, _sTt, _eMx, _eTx, _rM],
1404
+ [
1405
+ 0,
1406
+ 0,
1407
+ 0,
1408
+ 4,
1409
+ 4,
1410
+ () => SourceRevisionList,
1411
+ () => ExecutionTrigger,
1412
+ () => StopExecutionTrigger,
1413
+ 0,
1414
+ 0,
1415
+ () => PipelineRollbackMetadata,
1416
+ ],
1417
+ ];
1418
+ 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
+ ];
1429
+ 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
+ ];
1440
+ TypeRegistry.for(n0).registerError(PipelineNotFoundException, __PipelineNotFoundException);
1441
+ export var PipelineRollbackMetadata = [3, n0, _PRM, 0, [_rTPEI], [0]];
1442
+ export var PipelineSummary = [3, n0, _PS, 0, [_na, _v, _pT, _eMx, _cr, _up], [0, 1, 0, 0, 4, 4]];
1443
+ export var PipelineTriggerDeclaration = [
1444
+ 3,
1445
+ n0,
1446
+ _PTD,
1447
+ 0,
1448
+ [_pTr, _gC],
1449
+ [0, () => GitConfiguration],
1450
+ ];
1451
+ export var PipelineVariable = [3, n0, _PV, 0, [_na, _va], [0, 0]];
1452
+ 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
+ ];
1463
+ TypeRegistry.for(n0).registerError(PipelineVersionNotFoundException, __PipelineVersionNotFoundException);
1464
+ export var PollForJobsInput = [
1465
+ 3,
1466
+ n0,
1467
+ _PFJI,
1468
+ 0,
1469
+ [_aTI, _mBS, _qP],
1470
+ [() => ActionTypeId, 1, 128 | 0],
1471
+ ];
1472
+ export var PollForJobsOutput = [3, n0, _PFJO, 0, [_j], [[() => JobList, 0]]];
1473
+ export var PollForThirdPartyJobsInput = [
1474
+ 3,
1475
+ n0,
1476
+ _PFTPJI,
1477
+ 0,
1478
+ [_aTI, _mBS],
1479
+ [() => ActionTypeId, 1],
1480
+ ];
1481
+ export var PollForThirdPartyJobsOutput = [3, n0, _PFTPJO, 0, [_j], [() => ThirdPartyJobList]];
1482
+ export var PutActionRevisionInput = [
1483
+ 3,
1484
+ n0,
1485
+ _PARI,
1486
+ 0,
1487
+ [_pN, _sN, _aN, _aRc],
1488
+ [0, 0, 0, () => ActionRevision],
1489
+ ];
1490
+ export var PutActionRevisionOutput = [3, n0, _PARO, 0, [_nR, _pEI], [2, 0]];
1491
+ export var PutApprovalResultInput = [
1492
+ 3,
1493
+ n0,
1494
+ _PARIu,
1495
+ 0,
1496
+ [_pN, _sN, _aN, _res, _to],
1497
+ [0, 0, 0, () => ApprovalResult, 0],
1498
+ ];
1499
+ export var PutApprovalResultOutput = [3, n0, _PAROu, 0, [_aAp], [4]];
1500
+ export var PutJobFailureResultInput = [3, n0, _PJFRI, 0, [_jI, _fD], [0, () => FailureDetails]];
1501
+ export var PutJobSuccessResultInput = [
1502
+ 3,
1503
+ n0,
1504
+ _PJSRI,
1505
+ 0,
1506
+ [_jI, _cR, _cTo, _eDx, _oV],
1507
+ [0, () => CurrentRevision, 0, () => ExecutionDetails, 128 | 0],
1508
+ ];
1509
+ export var PutThirdPartyJobFailureResultInput = [
1510
+ 3,
1511
+ n0,
1512
+ _PTPJFRI,
1513
+ 0,
1514
+ [_jI, _cT, _fD],
1515
+ [0, 0, () => FailureDetails],
1516
+ ];
1517
+ export var PutThirdPartyJobSuccessResultInput = [
1518
+ 3,
1519
+ n0,
1520
+ _PTPJSRI,
1521
+ 0,
1522
+ [_jI, _cT, _cR, _cTo, _eDx],
1523
+ [0, 0, () => CurrentRevision, 0, () => ExecutionDetails],
1524
+ ];
1525
+ export var PutWebhookInput = [
1526
+ 3,
1527
+ n0,
1528
+ _PWI,
1529
+ 0,
1530
+ [_we, _ta],
1531
+ [() => WebhookDefinition, () => TagList],
1532
+ ];
1533
+ export var PutWebhookOutput = [3, n0, _PWO, 0, [_we], [() => ListWebhookItem]];
1534
+ export var RegisterWebhookWithThirdPartyInput = [3, n0, _RWWTPI, 0, [_wN], [0]];
1535
+ 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
+ ];
1546
+ TypeRegistry.for(n0).registerError(RequestFailedException, __RequestFailedException);
1547
+ 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
+ ];
1558
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1559
+ export var RetryConfiguration = [3, n0, _RC, 0, [_rMe], [0]];
1560
+ export var RetryStageExecutionInput = [3, n0, _RSEI, 0, [_pN, _sN, _pEI, _rMe], [0, 0, 0, 0]];
1561
+ export var RetryStageExecutionOutput = [3, n0, _RSEO, 0, [_pEI], [0]];
1562
+ export var RetryStageMetadata = [3, n0, _RSM, 0, [_aSRA, _mSRA, _lRT], [1, 1, 0]];
1563
+ export var RollbackStageInput = [3, n0, _RSI, 0, [_pN, _sN, _tPEI], [0, 0, 0]];
1564
+ export var RollbackStageOutput = [3, n0, _RSO, 0, [_pEI], [0]];
1565
+ export var RuleConfigurationProperty = [
1566
+ 3,
1567
+ n0,
1568
+ _RCP,
1569
+ 0,
1570
+ [_na, _r, _k, _se, _q, _d, _t],
1571
+ [0, 2, 2, 2, 2, 0, 0],
1572
+ ];
1573
+ export var RuleDeclaration = [
1574
+ 3,
1575
+ n0,
1576
+ _RD,
1577
+ 0,
1578
+ [_na, _rTI, _c, _co, _iA, _rA, _re, _tIM],
1579
+ [0, () => RuleTypeId, 128 | 0, 64 | 0, () => InputArtifactList, 0, 0, 1],
1580
+ ];
1581
+ export var RuleExecution = [
1582
+ 3,
1583
+ n0,
1584
+ _RE,
1585
+ 0,
1586
+ [_rEI, _s, _su, _lSC, _to, _lUB, _eEI, _eEU, _eD],
1587
+ [0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails],
1588
+ ];
1589
+ export var RuleExecutionDetail = [
1590
+ 3,
1591
+ n0,
1592
+ _RED,
1593
+ 0,
1594
+ [_pEI, _rEI, _pV, _sN, _rN, _sT, _lUT, _uB, _s, _i, _o],
1595
+ [0, 0, 1, 0, 0, 4, 4, 0, 0, () => RuleExecutionInput, () => RuleExecutionOutput],
1596
+ ];
1597
+ export var RuleExecutionFilter = [
1598
+ 3,
1599
+ n0,
1600
+ _REF,
1601
+ 0,
1602
+ [_pEI, _lIPE],
1603
+ [0, () => LatestInPipelineExecutionFilter],
1604
+ ];
1605
+ export var RuleExecutionInput = [
1606
+ 3,
1607
+ n0,
1608
+ _REI,
1609
+ 0,
1610
+ [_rTI, _c, _rC, _rA, _re, _iA],
1611
+ [() => RuleTypeId, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList],
1612
+ ];
1613
+ export var RuleExecutionOutput = [3, n0, _REO, 0, [_eR], [() => RuleExecutionResult]];
1614
+ export var RuleExecutionResult = [
1615
+ 3,
1616
+ n0,
1617
+ _RER,
1618
+ 0,
1619
+ [_eEI, _eES, _eEU, _eD],
1620
+ [0, 0, 0, () => ErrorDetails],
1621
+ ];
1622
+ export var RuleRevision = [3, n0, _RR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
1623
+ export var RuleState = [
1624
+ 3,
1625
+ n0,
1626
+ _RS,
1627
+ 0,
1628
+ [_rN, _cR, _lE, _eU, _rU],
1629
+ [0, () => RuleRevision, () => RuleExecution, 0, 0],
1630
+ ];
1631
+ export var RuleType = [
1632
+ 3,
1633
+ n0,
1634
+ _RT,
1635
+ 0,
1636
+ [_id, _set, _rCP, _iAD],
1637
+ [() => RuleTypeId, () => RuleTypeSettings, () => RuleConfigurationPropertyList, () => ArtifactDetails],
1638
+ ];
1639
+ export var RuleTypeId = [3, n0, _RTI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
1640
+ export var RuleTypeSettings = [3, n0, _RTS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
1641
+ export var S3ArtifactLocation = [3, n0, _SAL, 0, [_bN, _oK], [0, 0]];
1642
+ export var S3Location = [3, n0, _SL, 0, [_bu, _k], [0, 0]];
1643
+ export var SourceRevision = [3, n0, _SR, 0, [_aN, _rI, _rS, _rU], [0, 0, 0, 0]];
1644
+ export var SourceRevisionOverride = [3, n0, _SRO, 0, [_aN, _rTe, _rVe], [0, 0, 0]];
1645
+ export var StageConditionsExecution = [3, n0, _SCE, 0, [_s, _su], [0, 0]];
1646
+ export var StageConditionState = [
1647
+ 3,
1648
+ n0,
1649
+ _SCS,
1650
+ 0,
1651
+ [_lE, _cS],
1652
+ [() => StageConditionsExecution, () => ConditionStateList],
1653
+ ];
1654
+ export var StageContext = [3, n0, _SC, 0, [_na], [0]];
1655
+ export var StageDeclaration = [
1656
+ 3,
1657
+ n0,
1658
+ _SD,
1659
+ 0,
1660
+ [_na, _bl, _act, _oF, _oS, _bE],
1661
+ [
1662
+ 0,
1663
+ () => StageBlockerDeclarationList,
1664
+ () => StageActionDeclarationList,
1665
+ () => FailureConditions,
1666
+ () => SuccessConditions,
1667
+ () => BeforeEntryConditions,
1668
+ ],
1669
+ ];
1670
+ 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
+ ];
1681
+ 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
+ ];
1692
+ TypeRegistry.for(n0).registerError(StageNotRetryableException, __StageNotRetryableException);
1693
+ export var StageState = [
1694
+ 3,
1695
+ n0,
1696
+ _SS,
1697
+ 0,
1698
+ [_sN, _iE, _iEn, _iTS, _aSc, _lE, _bECS, _oSCS, _oFCS, _rSM],
1699
+ [
1700
+ 0,
1701
+ () => StageExecution,
1702
+ () => StageExecutionList,
1703
+ () => TransitionState,
1704
+ () => ActionStateList,
1705
+ () => StageExecution,
1706
+ () => StageConditionState,
1707
+ () => StageConditionState,
1708
+ () => StageConditionState,
1709
+ () => RetryStageMetadata,
1710
+ ],
1711
+ ];
1712
+ export var StartPipelineExecutionInput = [
1713
+ 3,
1714
+ n0,
1715
+ _SPEI,
1716
+ 0,
1717
+ [_na, _var, _cRT, _sR],
1718
+ [0, () => PipelineVariableList, [0, 4], () => SourceRevisionOverrideList],
1719
+ ];
1720
+ export var StartPipelineExecutionOutput = [3, n0, _SPEO, 0, [_pEI], [0]];
1721
+ export var StopExecutionTrigger = [3, n0, _SET, 0, [_rea], [0]];
1722
+ export var StopPipelineExecutionInput = [3, n0, _SPEIt, 0, [_pN, _pEI, _ab, _rea], [0, 0, 2, 0]];
1723
+ export var StopPipelineExecutionOutput = [3, n0, _SPEOt, 0, [_pEI], [0]];
1724
+ export var SucceededInStageFilter = [3, n0, _SISF, 0, [_sN], [0]];
1725
+ export var SuccessConditions = [3, n0, _SCu, 0, [_con], [() => ConditionList]];
1726
+ export var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
1727
+ export var TagResourceInput = [3, n0, _TRI, 0, [_rAe, _ta], [0, () => TagList]];
1728
+ export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
1729
+ export var TargetFilter = [3, n0, _TF, 0, [_na, _val], [0, 64 | 0]];
1730
+ export var ThirdPartyJob = [3, n0, _TPJ, 0, [_cIl, _jI], [0, 0]];
1731
+ export var ThirdPartyJobData = [
1732
+ 3,
1733
+ n0,
1734
+ _TPJD,
1735
+ 0,
1736
+ [_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
1737
+ [
1738
+ () => ActionTypeId,
1739
+ () => ActionConfiguration,
1740
+ () => PipelineContext,
1741
+ () => ArtifactList,
1742
+ () => ArtifactList,
1743
+ [() => AWSSessionCredentials, 0],
1744
+ 0,
1745
+ () => EncryptionKey,
1746
+ ],
1747
+ ];
1748
+ export var ThirdPartyJobDetails = [
1749
+ 3,
1750
+ n0,
1751
+ _TPJDh,
1752
+ 0,
1753
+ [_id, _da, _n],
1754
+ [0, [() => ThirdPartyJobData, 0], 0],
1755
+ ];
1756
+ export var TooManyTagsException = [
1757
+ -3,
1758
+ n0,
1759
+ _TMTE,
1760
+ {
1761
+ [_e]: _cl,
1762
+ },
1763
+ [_m],
1764
+ [0],
1765
+ ];
1766
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1767
+ 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
+ ];
1778
+ TypeRegistry.for(n0).registerError(UnableToRollbackStageException, __UnableToRollbackStageException);
1779
+ export var UntagResourceInput = [3, n0, _URI, 0, [_rAe, _tK], [0, 64 | 0]];
1780
+ export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
1781
+ export var UpdateActionTypeInput = [3, n0, _UATI, 0, [_aT], [() => ActionTypeDeclaration]];
1782
+ export var UpdatePipelineInput = [3, n0, _UPI, 0, [_pi], [() => PipelineDeclaration]];
1783
+ 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
+ ];
1794
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1795
+ export var WebhookAuthConfiguration = [3, n0, _WAC, 0, [_AIPR, _STe], [0, 0]];
1796
+ export var WebhookDefinition = [
1797
+ 3,
1798
+ n0,
1799
+ _WD,
1800
+ 0,
1801
+ [_na, _tP, _tA, _fi, _au, _aCu],
1802
+ [0, 0, 0, () => WebhookFilters, 0, () => WebhookAuthConfiguration],
1803
+ ];
1804
+ 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
+ ];
1815
+ TypeRegistry.for(n0).registerError(WebhookNotFoundException, __WebhookNotFoundException);
1816
+ export var __Unit = "unit";
1817
+ export var CodePipelineServiceException = [-3, _sm, "CodePipelineServiceException", 0, [], []];
1818
+ TypeRegistry.for(_sm).registerError(CodePipelineServiceException, __CodePipelineServiceException);
1819
+ export var ActionConfigurationPropertyList = [1, n0, _ACPL, 0, () => ActionConfigurationProperty];
1820
+ export var ActionExecutionDetailList = [1, n0, _AEDL, 0, () => ActionExecutionDetail];
1821
+ export var ActionStateList = [1, n0, _ASL, 0, () => ActionState];
1822
+ export var ActionTypeList = [1, n0, _ATL, 0, () => ActionType];
1823
+ export var ActionTypeProperties = [1, n0, _ATPct, 0, () => ActionTypeProperty];
1824
+ export var AllowedAccounts = 64 | 0;
1825
+ export var ArtifactDetailList = [1, n0, _ADL, 0, () => ArtifactDetail];
1826
+ export var ArtifactList = [1, n0, _ALr, 0, () => Artifact];
1827
+ export var ArtifactRevisionList = [1, n0, _ARL, 0, () => ArtifactRevision];
1828
+ export var CommandList = 64 | 0;
1829
+ export var ConditionList = [1, n0, _CL, 0, () => Condition];
1830
+ export var ConditionStateList = [1, n0, _CSL, 0, () => ConditionState];
1831
+ export var DeployActionExecutionTargetList = [1, n0, _DAETL, 0, () => DeployActionExecutionTarget];
1832
+ export var DeployTargetEventList = [1, n0, _DTEL, 0, () => DeployTargetEvent];
1833
+ export var EnvironmentVariableList = [1, n0, _EVL, 0, () => EnvironmentVariable];
1834
+ export var FilePathList = 64 | 0;
1835
+ export var GitBranchPatternList = 64 | 0;
1836
+ export var GitFilePathPatternList = 64 | 0;
1837
+ export var GitPullRequestEventTypeList = 64 | 0;
1838
+ export var GitPullRequestFilterList = [1, n0, _GPRFL, 0, () => GitPullRequestFilter];
1839
+ export var GitPushFilterList = [1, n0, _GPFL, 0, () => GitPushFilter];
1840
+ export var GitTagPatternList = 64 | 0;
1841
+ export var InputArtifactList = [1, n0, _IAL, 0, () => InputArtifact];
1842
+ export var JobList = [1, n0, _JL, 0, [() => Job, 0]];
1843
+ export var OutputArtifactList = [1, n0, _OAL, 0, () => OutputArtifact];
1844
+ export var OutputVariableList = 64 | 0;
1845
+ export var PipelineExecutionSummaryList = [1, n0, _PESL, 0, () => PipelineExecutionSummary];
1846
+ export var PipelineList = [1, n0, _PL, 0, () => PipelineSummary];
1847
+ export var PipelineStageDeclarationList = [1, n0, _PSDL, 0, () => StageDeclaration];
1848
+ export var PipelineTriggerDeclarationList = [1, n0, _PTDL, 0, () => PipelineTriggerDeclaration];
1849
+ export var PipelineVariableDeclarationList = [1, n0, _PVDL, 0, () => PipelineVariableDeclaration];
1850
+ export var PipelineVariableList = [1, n0, _PVL, 0, () => PipelineVariable];
1851
+ export var PollingAccountList = 64 | 0;
1852
+ export var PollingServicePrincipalList = 64 | 0;
1853
+ export var ResolvedPipelineVariableList = [1, n0, _RPVL, 0, () => ResolvedPipelineVariable];
1854
+ export var RuleConfigurationPropertyList = [1, n0, _RCPL, 0, () => RuleConfigurationProperty];
1855
+ export var RuleDeclarationList = [1, n0, _RDL, 0, () => RuleDeclaration];
1856
+ export var RuleExecutionDetailList = [1, n0, _REDL, 0, () => RuleExecutionDetail];
1857
+ export var RuleStateList = [1, n0, _RSL, 0, () => RuleState];
1858
+ export var RuleTypeList = [1, n0, _RTL, 0, () => RuleType];
1859
+ export var SourceRevisionList = [1, n0, _SRL, 0, () => SourceRevision];
1860
+ export var SourceRevisionOverrideList = [1, n0, _SROL, 0, () => SourceRevisionOverride];
1861
+ export var StageActionDeclarationList = [1, n0, _SADL, 0, () => ActionDeclaration];
1862
+ export var StageBlockerDeclarationList = [1, n0, _SBDL, 0, () => BlockerDeclaration];
1863
+ export var StageExecutionList = [1, n0, _SEL, 0, () => StageExecution];
1864
+ export var StageStateList = [1, n0, _SSL, 0, () => StageState];
1865
+ export var TagKeyList = 64 | 0;
1866
+ export var TagList = [1, n0, _TL, 0, () => Tag];
1867
+ export var TargetFilterList = [1, n0, _TFL, 0, () => TargetFilter];
1868
+ export var TargetFilterValueList = 64 | 0;
1869
+ export var ThirdPartyJobList = [1, n0, _TPJL, 0, () => ThirdPartyJob];
1870
+ export var WebhookFilters = [1, n0, _WF, 0, () => WebhookFilterRule];
1871
+ export var WebhookList = [1, n0, _WL, 0, () => ListWebhookItem];
1872
+ export var ActionConfigurationMap = 128 | 0;
1873
+ export var ArtifactStoreMap = [2, n0, _ASM, 0, 0, () => ArtifactStore];
1874
+ export var OutputVariablesMap = 128 | 0;
1875
+ export var QueryParamMap = 128 | 0;
1876
+ export var ResolvedActionConfigurationMap = 128 | 0;
1877
+ export var ResolvedRuleConfigurationMap = 128 | 0;
1878
+ export var RuleConfigurationMap = 128 | 0;
1879
+ export var AcknowledgeJob = [
1880
+ 9,
1881
+ n0,
1882
+ _AJ,
1883
+ 0,
1884
+ () => AcknowledgeJobInput,
1885
+ () => AcknowledgeJobOutput,
1886
+ ];
1887
+ export var AcknowledgeThirdPartyJob = [
1888
+ 9,
1889
+ n0,
1890
+ _ATPJ,
1891
+ 0,
1892
+ () => AcknowledgeThirdPartyJobInput,
1893
+ () => AcknowledgeThirdPartyJobOutput,
1894
+ ];
1895
+ export var CreateCustomActionType = [
1896
+ 9,
1897
+ n0,
1898
+ _CCAT,
1899
+ 0,
1900
+ () => CreateCustomActionTypeInput,
1901
+ () => CreateCustomActionTypeOutput,
1902
+ ];
1903
+ export var CreatePipeline = [
1904
+ 9,
1905
+ n0,
1906
+ _CP,
1907
+ 0,
1908
+ () => CreatePipelineInput,
1909
+ () => CreatePipelineOutput,
1910
+ ];
1911
+ export var DeleteCustomActionType = [
1912
+ 9,
1913
+ n0,
1914
+ _DCAT,
1915
+ 0,
1916
+ () => DeleteCustomActionTypeInput,
1917
+ () => __Unit,
1918
+ ];
1919
+ export var DeletePipeline = [9, n0, _DP, 0, () => DeletePipelineInput, () => __Unit];
1920
+ export var DeleteWebhook = [9, n0, _DW, 0, () => DeleteWebhookInput, () => DeleteWebhookOutput];
1921
+ export var DeregisterWebhookWithThirdParty = [
1922
+ 9,
1923
+ n0,
1924
+ _DWWTP,
1925
+ 0,
1926
+ () => DeregisterWebhookWithThirdPartyInput,
1927
+ () => DeregisterWebhookWithThirdPartyOutput,
1928
+ ];
1929
+ export var DisableStageTransition = [
1930
+ 9,
1931
+ n0,
1932
+ _DST,
1933
+ 0,
1934
+ () => DisableStageTransitionInput,
1935
+ () => __Unit,
1936
+ ];
1937
+ export var EnableStageTransition = [
1938
+ 9,
1939
+ n0,
1940
+ _EST,
1941
+ 0,
1942
+ () => EnableStageTransitionInput,
1943
+ () => __Unit,
1944
+ ];
1945
+ export var GetActionType = [9, n0, _GAT, 0, () => GetActionTypeInput, () => GetActionTypeOutput];
1946
+ export var GetJobDetails = [9, n0, _GJD, 0, () => GetJobDetailsInput, () => GetJobDetailsOutput];
1947
+ export var GetPipeline = [9, n0, _GP, 0, () => GetPipelineInput, () => GetPipelineOutput];
1948
+ export var GetPipelineExecution = [
1949
+ 9,
1950
+ n0,
1951
+ _GPE,
1952
+ 0,
1953
+ () => GetPipelineExecutionInput,
1954
+ () => GetPipelineExecutionOutput,
1955
+ ];
1956
+ export var GetPipelineState = [
1957
+ 9,
1958
+ n0,
1959
+ _GPS,
1960
+ 0,
1961
+ () => GetPipelineStateInput,
1962
+ () => GetPipelineStateOutput,
1963
+ ];
1964
+ export var GetThirdPartyJobDetails = [
1965
+ 9,
1966
+ n0,
1967
+ _GTPJD,
1968
+ 0,
1969
+ () => GetThirdPartyJobDetailsInput,
1970
+ () => GetThirdPartyJobDetailsOutput,
1971
+ ];
1972
+ export var ListActionExecutions = [
1973
+ 9,
1974
+ n0,
1975
+ _LAE,
1976
+ 0,
1977
+ () => ListActionExecutionsInput,
1978
+ () => ListActionExecutionsOutput,
1979
+ ];
1980
+ export var ListActionTypes = [
1981
+ 9,
1982
+ n0,
1983
+ _LAT,
1984
+ 0,
1985
+ () => ListActionTypesInput,
1986
+ () => ListActionTypesOutput,
1987
+ ];
1988
+ export var ListDeployActionExecutionTargets = [
1989
+ 9,
1990
+ n0,
1991
+ _LDAET,
1992
+ 0,
1993
+ () => ListDeployActionExecutionTargetsInput,
1994
+ () => ListDeployActionExecutionTargetsOutput,
1995
+ ];
1996
+ export var ListPipelineExecutions = [
1997
+ 9,
1998
+ n0,
1999
+ _LPE,
2000
+ 0,
2001
+ () => ListPipelineExecutionsInput,
2002
+ () => ListPipelineExecutionsOutput,
2003
+ ];
2004
+ export var ListPipelines = [9, n0, _LP, 0, () => ListPipelinesInput, () => ListPipelinesOutput];
2005
+ export var ListRuleExecutions = [
2006
+ 9,
2007
+ n0,
2008
+ _LRE,
2009
+ 0,
2010
+ () => ListRuleExecutionsInput,
2011
+ () => ListRuleExecutionsOutput,
2012
+ ];
2013
+ export var ListRuleTypes = [9, n0, _LRT, 0, () => ListRuleTypesInput, () => ListRuleTypesOutput];
2014
+ export var ListTagsForResource = [
2015
+ 9,
2016
+ n0,
2017
+ _LTFR,
2018
+ 0,
2019
+ () => ListTagsForResourceInput,
2020
+ () => ListTagsForResourceOutput,
2021
+ ];
2022
+ export var ListWebhooks = [9, n0, _LW, 0, () => ListWebhooksInput, () => ListWebhooksOutput];
2023
+ export var OverrideStageCondition = [
2024
+ 9,
2025
+ n0,
2026
+ _OSC,
2027
+ 0,
2028
+ () => OverrideStageConditionInput,
2029
+ () => __Unit,
2030
+ ];
2031
+ export var PollForJobs = [9, n0, _PFJ, 0, () => PollForJobsInput, () => PollForJobsOutput];
2032
+ export var PollForThirdPartyJobs = [
2033
+ 9,
2034
+ n0,
2035
+ _PFTPJ,
2036
+ 0,
2037
+ () => PollForThirdPartyJobsInput,
2038
+ () => PollForThirdPartyJobsOutput,
2039
+ ];
2040
+ export var PutActionRevision = [
2041
+ 9,
2042
+ n0,
2043
+ _PAR,
2044
+ 0,
2045
+ () => PutActionRevisionInput,
2046
+ () => PutActionRevisionOutput,
2047
+ ];
2048
+ export var PutApprovalResult = [
2049
+ 9,
2050
+ n0,
2051
+ _PARu,
2052
+ 0,
2053
+ () => PutApprovalResultInput,
2054
+ () => PutApprovalResultOutput,
2055
+ ];
2056
+ export var PutJobFailureResult = [9, n0, _PJFR, 0, () => PutJobFailureResultInput, () => __Unit];
2057
+ export var PutJobSuccessResult = [9, n0, _PJSR, 0, () => PutJobSuccessResultInput, () => __Unit];
2058
+ export var PutThirdPartyJobFailureResult = [
2059
+ 9,
2060
+ n0,
2061
+ _PTPJFR,
2062
+ 0,
2063
+ () => PutThirdPartyJobFailureResultInput,
2064
+ () => __Unit,
2065
+ ];
2066
+ export var PutThirdPartyJobSuccessResult = [
2067
+ 9,
2068
+ n0,
2069
+ _PTPJSR,
2070
+ 0,
2071
+ () => PutThirdPartyJobSuccessResultInput,
2072
+ () => __Unit,
2073
+ ];
2074
+ export var PutWebhook = [9, n0, _PW, 0, () => PutWebhookInput, () => PutWebhookOutput];
2075
+ export var RegisterWebhookWithThirdParty = [
2076
+ 9,
2077
+ n0,
2078
+ _RWWTP,
2079
+ 0,
2080
+ () => RegisterWebhookWithThirdPartyInput,
2081
+ () => RegisterWebhookWithThirdPartyOutput,
2082
+ ];
2083
+ export var RetryStageExecution = [
2084
+ 9,
2085
+ n0,
2086
+ _RSE,
2087
+ 0,
2088
+ () => RetryStageExecutionInput,
2089
+ () => RetryStageExecutionOutput,
2090
+ ];
2091
+ export var RollbackStage = [9, n0, _RSo, 0, () => RollbackStageInput, () => RollbackStageOutput];
2092
+ export var StartPipelineExecution = [
2093
+ 9,
2094
+ n0,
2095
+ _SPE,
2096
+ 0,
2097
+ () => StartPipelineExecutionInput,
2098
+ () => StartPipelineExecutionOutput,
2099
+ ];
2100
+ export var StopPipelineExecution = [
2101
+ 9,
2102
+ n0,
2103
+ _SPEt,
2104
+ 0,
2105
+ () => StopPipelineExecutionInput,
2106
+ () => StopPipelineExecutionOutput,
2107
+ ];
2108
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => TagResourceOutput];
2109
+ export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
2110
+ export var UpdateActionType = [9, n0, _UAT, 0, () => UpdateActionTypeInput, () => __Unit];
2111
+ export var UpdatePipeline = [
2112
+ 9,
2113
+ n0,
2114
+ _UP,
2115
+ 0,
2116
+ () => UpdatePipelineInput,
2117
+ () => UpdatePipelineOutput,
2118
+ ];