@aws-sdk/client-codepipeline 3.315.0 → 3.319.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.
@@ -39,6 +39,242 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
39
39
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
40
  import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "./commands/UpdateActionTypeCommand";
41
41
  import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
42
+ export interface CodePipeline {
43
+ /**
44
+ * @see {@link AcknowledgeJobCommand}
45
+ */
46
+ acknowledgeJob(args: AcknowledgeJobCommandInput, options?: __HttpHandlerOptions): Promise<AcknowledgeJobCommandOutput>;
47
+ acknowledgeJob(args: AcknowledgeJobCommandInput, cb: (err: any, data?: AcknowledgeJobCommandOutput) => void): void;
48
+ acknowledgeJob(args: AcknowledgeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcknowledgeJobCommandOutput) => void): void;
49
+ /**
50
+ * @see {@link AcknowledgeThirdPartyJobCommand}
51
+ */
52
+ acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, options?: __HttpHandlerOptions): Promise<AcknowledgeThirdPartyJobCommandOutput>;
53
+ acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void): void;
54
+ acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void): void;
55
+ /**
56
+ * @see {@link CreateCustomActionTypeCommand}
57
+ */
58
+ createCustomActionType(args: CreateCustomActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomActionTypeCommandOutput>;
59
+ createCustomActionType(args: CreateCustomActionTypeCommandInput, cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void): void;
60
+ createCustomActionType(args: CreateCustomActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void): void;
61
+ /**
62
+ * @see {@link CreatePipelineCommand}
63
+ */
64
+ createPipeline(args: CreatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreatePipelineCommandOutput>;
65
+ createPipeline(args: CreatePipelineCommandInput, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
66
+ createPipeline(args: CreatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
67
+ /**
68
+ * @see {@link DeleteCustomActionTypeCommand}
69
+ */
70
+ deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomActionTypeCommandOutput>;
71
+ deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void): void;
72
+ deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void): void;
73
+ /**
74
+ * @see {@link DeletePipelineCommand}
75
+ */
76
+ deletePipeline(args: DeletePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeletePipelineCommandOutput>;
77
+ deletePipeline(args: DeletePipelineCommandInput, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
78
+ deletePipeline(args: DeletePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
79
+ /**
80
+ * @see {@link DeleteWebhookCommand}
81
+ */
82
+ deleteWebhook(args: DeleteWebhookCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebhookCommandOutput>;
83
+ deleteWebhook(args: DeleteWebhookCommandInput, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
84
+ deleteWebhook(args: DeleteWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
85
+ /**
86
+ * @see {@link DeregisterWebhookWithThirdPartyCommand}
87
+ */
88
+ deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
89
+ deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
90
+ deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
91
+ /**
92
+ * @see {@link DisableStageTransitionCommand}
93
+ */
94
+ disableStageTransition(args: DisableStageTransitionCommandInput, options?: __HttpHandlerOptions): Promise<DisableStageTransitionCommandOutput>;
95
+ disableStageTransition(args: DisableStageTransitionCommandInput, cb: (err: any, data?: DisableStageTransitionCommandOutput) => void): void;
96
+ disableStageTransition(args: DisableStageTransitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableStageTransitionCommandOutput) => void): void;
97
+ /**
98
+ * @see {@link EnableStageTransitionCommand}
99
+ */
100
+ enableStageTransition(args: EnableStageTransitionCommandInput, options?: __HttpHandlerOptions): Promise<EnableStageTransitionCommandOutput>;
101
+ enableStageTransition(args: EnableStageTransitionCommandInput, cb: (err: any, data?: EnableStageTransitionCommandOutput) => void): void;
102
+ enableStageTransition(args: EnableStageTransitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableStageTransitionCommandOutput) => void): void;
103
+ /**
104
+ * @see {@link GetActionTypeCommand}
105
+ */
106
+ getActionType(args: GetActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetActionTypeCommandOutput>;
107
+ getActionType(args: GetActionTypeCommandInput, cb: (err: any, data?: GetActionTypeCommandOutput) => void): void;
108
+ getActionType(args: GetActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetActionTypeCommandOutput) => void): void;
109
+ /**
110
+ * @see {@link GetJobDetailsCommand}
111
+ */
112
+ getJobDetails(args: GetJobDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetJobDetailsCommandOutput>;
113
+ getJobDetails(args: GetJobDetailsCommandInput, cb: (err: any, data?: GetJobDetailsCommandOutput) => void): void;
114
+ getJobDetails(args: GetJobDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobDetailsCommandOutput) => void): void;
115
+ /**
116
+ * @see {@link GetPipelineCommand}
117
+ */
118
+ getPipeline(args: GetPipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineCommandOutput>;
119
+ getPipeline(args: GetPipelineCommandInput, cb: (err: any, data?: GetPipelineCommandOutput) => void): void;
120
+ getPipeline(args: GetPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineCommandOutput) => void): void;
121
+ /**
122
+ * @see {@link GetPipelineExecutionCommand}
123
+ */
124
+ getPipelineExecution(args: GetPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineExecutionCommandOutput>;
125
+ getPipelineExecution(args: GetPipelineExecutionCommandInput, cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void): void;
126
+ getPipelineExecution(args: GetPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void): void;
127
+ /**
128
+ * @see {@link GetPipelineStateCommand}
129
+ */
130
+ getPipelineState(args: GetPipelineStateCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineStateCommandOutput>;
131
+ getPipelineState(args: GetPipelineStateCommandInput, cb: (err: any, data?: GetPipelineStateCommandOutput) => void): void;
132
+ getPipelineState(args: GetPipelineStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineStateCommandOutput) => void): void;
133
+ /**
134
+ * @see {@link GetThirdPartyJobDetailsCommand}
135
+ */
136
+ getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetThirdPartyJobDetailsCommandOutput>;
137
+ getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void): void;
138
+ getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void): void;
139
+ /**
140
+ * @see {@link ListActionExecutionsCommand}
141
+ */
142
+ listActionExecutions(args: ListActionExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionExecutionsCommandOutput>;
143
+ listActionExecutions(args: ListActionExecutionsCommandInput, cb: (err: any, data?: ListActionExecutionsCommandOutput) => void): void;
144
+ listActionExecutions(args: ListActionExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionExecutionsCommandOutput) => void): void;
145
+ /**
146
+ * @see {@link ListActionTypesCommand}
147
+ */
148
+ listActionTypes(args: ListActionTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListActionTypesCommandOutput>;
149
+ listActionTypes(args: ListActionTypesCommandInput, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
150
+ listActionTypes(args: ListActionTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
151
+ /**
152
+ * @see {@link ListPipelineExecutionsCommand}
153
+ */
154
+ listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelineExecutionsCommandOutput>;
155
+ listPipelineExecutions(args: ListPipelineExecutionsCommandInput, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
156
+ listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
157
+ /**
158
+ * @see {@link ListPipelinesCommand}
159
+ */
160
+ listPipelines(args: ListPipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelinesCommandOutput>;
161
+ listPipelines(args: ListPipelinesCommandInput, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
162
+ listPipelines(args: ListPipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
163
+ /**
164
+ * @see {@link ListTagsForResourceCommand}
165
+ */
166
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
167
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
168
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
169
+ /**
170
+ * @see {@link ListWebhooksCommand}
171
+ */
172
+ listWebhooks(args: ListWebhooksCommandInput, options?: __HttpHandlerOptions): Promise<ListWebhooksCommandOutput>;
173
+ listWebhooks(args: ListWebhooksCommandInput, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
174
+ listWebhooks(args: ListWebhooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
175
+ /**
176
+ * @see {@link PollForJobsCommand}
177
+ */
178
+ pollForJobs(args: PollForJobsCommandInput, options?: __HttpHandlerOptions): Promise<PollForJobsCommandOutput>;
179
+ pollForJobs(args: PollForJobsCommandInput, cb: (err: any, data?: PollForJobsCommandOutput) => void): void;
180
+ pollForJobs(args: PollForJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForJobsCommandOutput) => void): void;
181
+ /**
182
+ * @see {@link PollForThirdPartyJobsCommand}
183
+ */
184
+ pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, options?: __HttpHandlerOptions): Promise<PollForThirdPartyJobsCommandOutput>;
185
+ pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void): void;
186
+ pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void): void;
187
+ /**
188
+ * @see {@link PutActionRevisionCommand}
189
+ */
190
+ putActionRevision(args: PutActionRevisionCommandInput, options?: __HttpHandlerOptions): Promise<PutActionRevisionCommandOutput>;
191
+ putActionRevision(args: PutActionRevisionCommandInput, cb: (err: any, data?: PutActionRevisionCommandOutput) => void): void;
192
+ putActionRevision(args: PutActionRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutActionRevisionCommandOutput) => void): void;
193
+ /**
194
+ * @see {@link PutApprovalResultCommand}
195
+ */
196
+ putApprovalResult(args: PutApprovalResultCommandInput, options?: __HttpHandlerOptions): Promise<PutApprovalResultCommandOutput>;
197
+ putApprovalResult(args: PutApprovalResultCommandInput, cb: (err: any, data?: PutApprovalResultCommandOutput) => void): void;
198
+ putApprovalResult(args: PutApprovalResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutApprovalResultCommandOutput) => void): void;
199
+ /**
200
+ * @see {@link PutJobFailureResultCommand}
201
+ */
202
+ putJobFailureResult(args: PutJobFailureResultCommandInput, options?: __HttpHandlerOptions): Promise<PutJobFailureResultCommandOutput>;
203
+ putJobFailureResult(args: PutJobFailureResultCommandInput, cb: (err: any, data?: PutJobFailureResultCommandOutput) => void): void;
204
+ putJobFailureResult(args: PutJobFailureResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobFailureResultCommandOutput) => void): void;
205
+ /**
206
+ * @see {@link PutJobSuccessResultCommand}
207
+ */
208
+ putJobSuccessResult(args: PutJobSuccessResultCommandInput, options?: __HttpHandlerOptions): Promise<PutJobSuccessResultCommandOutput>;
209
+ putJobSuccessResult(args: PutJobSuccessResultCommandInput, cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void): void;
210
+ putJobSuccessResult(args: PutJobSuccessResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void): void;
211
+ /**
212
+ * @see {@link PutThirdPartyJobFailureResultCommand}
213
+ */
214
+ putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, options?: __HttpHandlerOptions): Promise<PutThirdPartyJobFailureResultCommandOutput>;
215
+ putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void): void;
216
+ putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void): void;
217
+ /**
218
+ * @see {@link PutThirdPartyJobSuccessResultCommand}
219
+ */
220
+ putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, options?: __HttpHandlerOptions): Promise<PutThirdPartyJobSuccessResultCommandOutput>;
221
+ putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void): void;
222
+ putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void): void;
223
+ /**
224
+ * @see {@link PutWebhookCommand}
225
+ */
226
+ putWebhook(args: PutWebhookCommandInput, options?: __HttpHandlerOptions): Promise<PutWebhookCommandOutput>;
227
+ putWebhook(args: PutWebhookCommandInput, cb: (err: any, data?: PutWebhookCommandOutput) => void): void;
228
+ putWebhook(args: PutWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutWebhookCommandOutput) => void): void;
229
+ /**
230
+ * @see {@link RegisterWebhookWithThirdPartyCommand}
231
+ */
232
+ registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
233
+ registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
234
+ registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
235
+ /**
236
+ * @see {@link RetryStageExecutionCommand}
237
+ */
238
+ retryStageExecution(args: RetryStageExecutionCommandInput, options?: __HttpHandlerOptions): Promise<RetryStageExecutionCommandOutput>;
239
+ retryStageExecution(args: RetryStageExecutionCommandInput, cb: (err: any, data?: RetryStageExecutionCommandOutput) => void): void;
240
+ retryStageExecution(args: RetryStageExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryStageExecutionCommandOutput) => void): void;
241
+ /**
242
+ * @see {@link StartPipelineExecutionCommand}
243
+ */
244
+ startPipelineExecution(args: StartPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartPipelineExecutionCommandOutput>;
245
+ startPipelineExecution(args: StartPipelineExecutionCommandInput, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
246
+ startPipelineExecution(args: StartPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
247
+ /**
248
+ * @see {@link StopPipelineExecutionCommand}
249
+ */
250
+ stopPipelineExecution(args: StopPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StopPipelineExecutionCommandOutput>;
251
+ stopPipelineExecution(args: StopPipelineExecutionCommandInput, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
252
+ stopPipelineExecution(args: StopPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
253
+ /**
254
+ * @see {@link TagResourceCommand}
255
+ */
256
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
257
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
258
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
259
+ /**
260
+ * @see {@link UntagResourceCommand}
261
+ */
262
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
263
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
264
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
265
+ /**
266
+ * @see {@link UpdateActionTypeCommand}
267
+ */
268
+ updateActionType(args: UpdateActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActionTypeCommandOutput>;
269
+ updateActionType(args: UpdateActionTypeCommandInput, cb: (err: any, data?: UpdateActionTypeCommandOutput) => void): void;
270
+ updateActionType(args: UpdateActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActionTypeCommandOutput) => void): void;
271
+ /**
272
+ * @see {@link UpdatePipelineCommand}
273
+ */
274
+ updatePipeline(args: UpdatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePipelineCommandOutput>;
275
+ updatePipeline(args: UpdatePipelineCommandInput, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
276
+ updatePipeline(args: UpdatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
277
+ }
42
278
  /**
43
279
  * @public
44
280
  * <fullname>AWS CodePipeline</fullname>
@@ -237,374 +473,5 @@ import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./comma
237
473
  * </li>
238
474
  * </ul>
239
475
  */
240
- export declare class CodePipeline extends CodePipelineClient {
241
- /**
242
- * @public
243
- * <p>Returns information about a specified job and whether that job has been received by
244
- * the job worker. Used for custom actions only.</p>
245
- */
246
- acknowledgeJob(args: AcknowledgeJobCommandInput, options?: __HttpHandlerOptions): Promise<AcknowledgeJobCommandOutput>;
247
- acknowledgeJob(args: AcknowledgeJobCommandInput, cb: (err: any, data?: AcknowledgeJobCommandOutput) => void): void;
248
- acknowledgeJob(args: AcknowledgeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcknowledgeJobCommandOutput) => void): void;
249
- /**
250
- * @public
251
- * <p>Confirms a job worker has received the specified job. Used for partner actions
252
- * only.</p>
253
- */
254
- acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, options?: __HttpHandlerOptions): Promise<AcknowledgeThirdPartyJobCommandOutput>;
255
- acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void): void;
256
- acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void): void;
257
- /**
258
- * @public
259
- * <p>Creates a new custom action that can be used in all pipelines associated with the
260
- * AWS account. Only used for custom actions.</p>
261
- */
262
- createCustomActionType(args: CreateCustomActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomActionTypeCommandOutput>;
263
- createCustomActionType(args: CreateCustomActionTypeCommandInput, cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void): void;
264
- createCustomActionType(args: CreateCustomActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void): void;
265
- /**
266
- * @public
267
- * <p>Creates a pipeline.</p>
268
- * <note>
269
- * <p>In the pipeline structure, you must include either <code>artifactStore</code>
270
- * or <code>artifactStores</code> in your pipeline, but you cannot use both. If you
271
- * create a cross-region action in your pipeline, you must use
272
- * <code>artifactStores</code>.</p>
273
- * </note>
274
- */
275
- createPipeline(args: CreatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreatePipelineCommandOutput>;
276
- createPipeline(args: CreatePipelineCommandInput, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
277
- createPipeline(args: CreatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
278
- /**
279
- * @public
280
- * <p>Marks a custom action as deleted. <code>PollForJobs</code> for the custom action
281
- * fails after the action is marked for deletion. Used for custom actions only.</p>
282
- * <important>
283
- * <p>To re-create a custom action after it has been deleted you must use a string in
284
- * the version field that has never been used before. This string can be an incremented
285
- * version number, for example. To restore a deleted custom action, use a JSON file
286
- * that is identical to the deleted action, including the original string in the
287
- * version field.</p>
288
- * </important>
289
- */
290
- deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomActionTypeCommandOutput>;
291
- deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void): void;
292
- deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void): void;
293
- /**
294
- * @public
295
- * <p>Deletes the specified pipeline.</p>
296
- */
297
- deletePipeline(args: DeletePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeletePipelineCommandOutput>;
298
- deletePipeline(args: DeletePipelineCommandInput, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
299
- deletePipeline(args: DeletePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
300
- /**
301
- * @public
302
- * <p>Deletes a previously created webhook by name. Deleting the webhook stops AWS
303
- * CodePipeline from starting a pipeline every time an external event occurs. The API
304
- * returns successfully when trying to delete a webhook that is already deleted. If a
305
- * deleted webhook is re-created by calling PutWebhook with the same name, it will have a
306
- * different URL.</p>
307
- */
308
- deleteWebhook(args: DeleteWebhookCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebhookCommandOutput>;
309
- deleteWebhook(args: DeleteWebhookCommandInput, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
310
- deleteWebhook(args: DeleteWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
311
- /**
312
- * @public
313
- * <p>Removes the connection between the webhook that was created by CodePipeline and the
314
- * external tool with events to be detected. Currently supported only for webhooks that
315
- * target an action type of GitHub.</p>
316
- */
317
- deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
318
- deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
319
- deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
320
- /**
321
- * @public
322
- * <p>Prevents artifacts in a pipeline from transitioning to the next stage in the
323
- * pipeline.</p>
324
- */
325
- disableStageTransition(args: DisableStageTransitionCommandInput, options?: __HttpHandlerOptions): Promise<DisableStageTransitionCommandOutput>;
326
- disableStageTransition(args: DisableStageTransitionCommandInput, cb: (err: any, data?: DisableStageTransitionCommandOutput) => void): void;
327
- disableStageTransition(args: DisableStageTransitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableStageTransitionCommandOutput) => void): void;
328
- /**
329
- * @public
330
- * <p>Enables artifacts in a pipeline to transition to a stage in a pipeline.</p>
331
- */
332
- enableStageTransition(args: EnableStageTransitionCommandInput, options?: __HttpHandlerOptions): Promise<EnableStageTransitionCommandOutput>;
333
- enableStageTransition(args: EnableStageTransitionCommandInput, cb: (err: any, data?: EnableStageTransitionCommandOutput) => void): void;
334
- enableStageTransition(args: EnableStageTransitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableStageTransitionCommandOutput) => void): void;
335
- /**
336
- * @public
337
- * <p>Returns information about an action type created for an external provider, where the
338
- * action is to be used by customers of the external provider. The action can be created
339
- * with any supported integration model.</p>
340
- */
341
- getActionType(args: GetActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetActionTypeCommandOutput>;
342
- getActionType(args: GetActionTypeCommandInput, cb: (err: any, data?: GetActionTypeCommandOutput) => void): void;
343
- getActionType(args: GetActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetActionTypeCommandOutput) => void): void;
344
- /**
345
- * @public
346
- * <p>Returns information about a job. Used for custom actions only.</p>
347
- * <important>
348
- * <p>When this API is called, AWS CodePipeline returns temporary credentials for the
349
- * S3 bucket used to store artifacts for the pipeline, if the action requires access to
350
- * that S3 bucket for input or output artifacts. This API also returns any secret
351
- * values defined for the action.</p>
352
- * </important>
353
- */
354
- getJobDetails(args: GetJobDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetJobDetailsCommandOutput>;
355
- getJobDetails(args: GetJobDetailsCommandInput, cb: (err: any, data?: GetJobDetailsCommandOutput) => void): void;
356
- getJobDetails(args: GetJobDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobDetailsCommandOutput) => void): void;
357
- /**
358
- * @public
359
- * <p>Returns the metadata, structure, stages, and actions of a pipeline. Can be used to
360
- * return the entire structure of a pipeline in JSON format, which can then be modified and
361
- * used to update the pipeline structure with <a>UpdatePipeline</a>.</p>
362
- */
363
- getPipeline(args: GetPipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineCommandOutput>;
364
- getPipeline(args: GetPipelineCommandInput, cb: (err: any, data?: GetPipelineCommandOutput) => void): void;
365
- getPipeline(args: GetPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineCommandOutput) => void): void;
366
- /**
367
- * @public
368
- * <p>Returns information about an execution of a pipeline, including details about
369
- * artifacts, the pipeline execution ID, and the name, version, and status of the
370
- * pipeline.</p>
371
- */
372
- getPipelineExecution(args: GetPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineExecutionCommandOutput>;
373
- getPipelineExecution(args: GetPipelineExecutionCommandInput, cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void): void;
374
- getPipelineExecution(args: GetPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void): void;
375
- /**
376
- * @public
377
- * <p>Returns information about the state of a pipeline, including the stages and
378
- * actions.</p>
379
- * <note>
380
- * <p>Values returned in the <code>revisionId</code> and <code>revisionUrl</code>
381
- * fields indicate the source revision information, such as the commit ID, for the
382
- * current state.</p>
383
- * </note>
384
- */
385
- getPipelineState(args: GetPipelineStateCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineStateCommandOutput>;
386
- getPipelineState(args: GetPipelineStateCommandInput, cb: (err: any, data?: GetPipelineStateCommandOutput) => void): void;
387
- getPipelineState(args: GetPipelineStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineStateCommandOutput) => void): void;
388
- /**
389
- * @public
390
- * <p>Requests the details of a job for a third party action. Used for partner actions
391
- * only.</p>
392
- * <important>
393
- * <p>When this API is called, AWS CodePipeline returns temporary credentials for the
394
- * S3 bucket used to store artifacts for the pipeline, if the action requires access to
395
- * that S3 bucket for input or output artifacts. This API also returns any secret
396
- * values defined for the action.</p>
397
- * </important>
398
- */
399
- getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetThirdPartyJobDetailsCommandOutput>;
400
- getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void): void;
401
- getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void): void;
402
- /**
403
- * @public
404
- * <p>Lists the action executions that have occurred in a pipeline.</p>
405
- */
406
- listActionExecutions(args: ListActionExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionExecutionsCommandOutput>;
407
- listActionExecutions(args: ListActionExecutionsCommandInput, cb: (err: any, data?: ListActionExecutionsCommandOutput) => void): void;
408
- listActionExecutions(args: ListActionExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionExecutionsCommandOutput) => void): void;
409
- /**
410
- * @public
411
- * <p>Gets a summary of all AWS CodePipeline action types associated with your
412
- * account.</p>
413
- */
414
- listActionTypes(args: ListActionTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListActionTypesCommandOutput>;
415
- listActionTypes(args: ListActionTypesCommandInput, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
416
- listActionTypes(args: ListActionTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
417
- /**
418
- * @public
419
- * <p>Gets a summary of the most recent executions for a pipeline.</p>
420
- */
421
- listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelineExecutionsCommandOutput>;
422
- listPipelineExecutions(args: ListPipelineExecutionsCommandInput, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
423
- listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
424
- /**
425
- * @public
426
- * <p>Gets a summary of all of the pipelines associated with your account.</p>
427
- */
428
- listPipelines(args: ListPipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelinesCommandOutput>;
429
- listPipelines(args: ListPipelinesCommandInput, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
430
- listPipelines(args: ListPipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
431
- /**
432
- * @public
433
- * <p>Gets the set of key-value pairs (metadata) that are used to manage the
434
- * resource.</p>
435
- */
436
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
437
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
438
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
439
- /**
440
- * @public
441
- * <p>Gets a listing of all the webhooks in this AWS Region for this account. The output
442
- * lists all webhooks and includes the webhook URL and ARN and the configuration for each
443
- * webhook.</p>
444
- */
445
- listWebhooks(args: ListWebhooksCommandInput, options?: __HttpHandlerOptions): Promise<ListWebhooksCommandOutput>;
446
- listWebhooks(args: ListWebhooksCommandInput, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
447
- listWebhooks(args: ListWebhooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
448
- /**
449
- * @public
450
- * <p>Returns information about any jobs for AWS CodePipeline to act on.
451
- * <code>PollForJobs</code> is valid only for action types with "Custom" in the owner
452
- * field. If the action type contains "AWS" or "ThirdParty" in the owner field, the
453
- * <code>PollForJobs</code> action returns an error.</p>
454
- * <important>
455
- * <p>When this API is called, AWS CodePipeline returns temporary credentials for the
456
- * S3 bucket used to store artifacts for the pipeline, if the action requires access to
457
- * that S3 bucket for input or output artifacts. This API also returns any secret
458
- * values defined for the action.</p>
459
- * </important>
460
- */
461
- pollForJobs(args: PollForJobsCommandInput, options?: __HttpHandlerOptions): Promise<PollForJobsCommandOutput>;
462
- pollForJobs(args: PollForJobsCommandInput, cb: (err: any, data?: PollForJobsCommandOutput) => void): void;
463
- pollForJobs(args: PollForJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForJobsCommandOutput) => void): void;
464
- /**
465
- * @public
466
- * <p>Determines whether there are any third party jobs for a job worker to act on. Used
467
- * for partner actions only.</p>
468
- * <important>
469
- * <p>When this API is called, AWS CodePipeline returns temporary credentials for the
470
- * S3 bucket used to store artifacts for the pipeline, if the action requires access to
471
- * that S3 bucket for input or output artifacts.</p>
472
- * </important>
473
- */
474
- pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, options?: __HttpHandlerOptions): Promise<PollForThirdPartyJobsCommandOutput>;
475
- pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void): void;
476
- pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void): void;
477
- /**
478
- * @public
479
- * <p>Provides information to AWS CodePipeline about new revisions to a source.</p>
480
- */
481
- putActionRevision(args: PutActionRevisionCommandInput, options?: __HttpHandlerOptions): Promise<PutActionRevisionCommandOutput>;
482
- putActionRevision(args: PutActionRevisionCommandInput, cb: (err: any, data?: PutActionRevisionCommandOutput) => void): void;
483
- putActionRevision(args: PutActionRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutActionRevisionCommandOutput) => void): void;
484
- /**
485
- * @public
486
- * <p>Provides the response to a manual approval request to AWS CodePipeline. Valid
487
- * responses include Approved and Rejected.</p>
488
- */
489
- putApprovalResult(args: PutApprovalResultCommandInput, options?: __HttpHandlerOptions): Promise<PutApprovalResultCommandOutput>;
490
- putApprovalResult(args: PutApprovalResultCommandInput, cb: (err: any, data?: PutApprovalResultCommandOutput) => void): void;
491
- putApprovalResult(args: PutApprovalResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutApprovalResultCommandOutput) => void): void;
492
- /**
493
- * @public
494
- * <p>Represents the failure of a job as returned to the pipeline by a job worker. Used
495
- * for custom actions only.</p>
496
- */
497
- putJobFailureResult(args: PutJobFailureResultCommandInput, options?: __HttpHandlerOptions): Promise<PutJobFailureResultCommandOutput>;
498
- putJobFailureResult(args: PutJobFailureResultCommandInput, cb: (err: any, data?: PutJobFailureResultCommandOutput) => void): void;
499
- putJobFailureResult(args: PutJobFailureResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobFailureResultCommandOutput) => void): void;
500
- /**
501
- * @public
502
- * <p>Represents the success of a job as returned to the pipeline by a job worker. Used
503
- * for custom actions only.</p>
504
- */
505
- putJobSuccessResult(args: PutJobSuccessResultCommandInput, options?: __HttpHandlerOptions): Promise<PutJobSuccessResultCommandOutput>;
506
- putJobSuccessResult(args: PutJobSuccessResultCommandInput, cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void): void;
507
- putJobSuccessResult(args: PutJobSuccessResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void): void;
508
- /**
509
- * @public
510
- * <p>Represents the failure of a third party job as returned to the pipeline by a job
511
- * worker. Used for partner actions only.</p>
512
- */
513
- putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, options?: __HttpHandlerOptions): Promise<PutThirdPartyJobFailureResultCommandOutput>;
514
- putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void): void;
515
- putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void): void;
516
- /**
517
- * @public
518
- * <p>Represents the success of a third party job as returned to the pipeline by a job
519
- * worker. Used for partner actions only.</p>
520
- */
521
- putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, options?: __HttpHandlerOptions): Promise<PutThirdPartyJobSuccessResultCommandOutput>;
522
- putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void): void;
523
- putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void): void;
524
- /**
525
- * @public
526
- * <p>Defines a webhook and returns a unique webhook URL generated by CodePipeline. This
527
- * URL can be supplied to third party source hosting providers to call every time there's a
528
- * code change. When CodePipeline receives a POST request on this URL, the pipeline defined
529
- * in the webhook is started as long as the POST request satisfied the authentication and
530
- * filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty
531
- * and DeregisterWebhookWithThirdParty APIs can be used to automatically configure
532
- * supported third parties to call the generated webhook URL.</p>
533
- */
534
- putWebhook(args: PutWebhookCommandInput, options?: __HttpHandlerOptions): Promise<PutWebhookCommandOutput>;
535
- putWebhook(args: PutWebhookCommandInput, cb: (err: any, data?: PutWebhookCommandOutput) => void): void;
536
- putWebhook(args: PutWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutWebhookCommandOutput) => void): void;
537
- /**
538
- * @public
539
- * <p>Configures a connection between the webhook that was created and the external tool
540
- * with events to be detected.</p>
541
- */
542
- registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
543
- registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
544
- registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
545
- /**
546
- * @public
547
- * <p>Resumes the pipeline execution by retrying the last failed actions in a stage. You
548
- * can retry a stage immediately if any of the actions in the stage fail. When you retry,
549
- * all actions that are still in progress continue working, and failed actions are
550
- * triggered again.</p>
551
- */
552
- retryStageExecution(args: RetryStageExecutionCommandInput, options?: __HttpHandlerOptions): Promise<RetryStageExecutionCommandOutput>;
553
- retryStageExecution(args: RetryStageExecutionCommandInput, cb: (err: any, data?: RetryStageExecutionCommandOutput) => void): void;
554
- retryStageExecution(args: RetryStageExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryStageExecutionCommandOutput) => void): void;
555
- /**
556
- * @public
557
- * <p>Starts the specified pipeline. Specifically, it begins processing the latest commit
558
- * to the source location specified as part of the pipeline.</p>
559
- */
560
- startPipelineExecution(args: StartPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartPipelineExecutionCommandOutput>;
561
- startPipelineExecution(args: StartPipelineExecutionCommandInput, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
562
- startPipelineExecution(args: StartPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
563
- /**
564
- * @public
565
- * <p>Stops the specified pipeline execution. You choose to either stop the pipeline
566
- * execution by completing in-progress actions without starting subsequent actions, or by
567
- * abandoning in-progress actions. While completing or abandoning in-progress actions, the
568
- * pipeline execution is in a <code>Stopping</code> state. After all in-progress actions
569
- * are completed or abandoned, the pipeline execution is in a <code>Stopped</code>
570
- * state.</p>
571
- */
572
- stopPipelineExecution(args: StopPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StopPipelineExecutionCommandOutput>;
573
- stopPipelineExecution(args: StopPipelineExecutionCommandInput, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
574
- stopPipelineExecution(args: StopPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
575
- /**
576
- * @public
577
- * <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
578
- * to manage a resource. </p>
579
- */
580
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
581
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
582
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
583
- /**
584
- * @public
585
- * <p>Removes tags from an AWS resource.</p>
586
- */
587
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
588
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
589
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
590
- /**
591
- * @public
592
- * <p>Updates an action type that was created with any supported integration model, where
593
- * the action type is to be used by customers of the action type provider. Use a JSON file
594
- * with the action definition and <code>UpdateActionType</code> to provide the full
595
- * structure.</p>
596
- */
597
- updateActionType(args: UpdateActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActionTypeCommandOutput>;
598
- updateActionType(args: UpdateActionTypeCommandInput, cb: (err: any, data?: UpdateActionTypeCommandOutput) => void): void;
599
- updateActionType(args: UpdateActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActionTypeCommandOutput) => void): void;
600
- /**
601
- * @public
602
- * <p>Updates a specified pipeline with edits or changes to its structure. Use a JSON
603
- * file with the pipeline structure and <code>UpdatePipeline</code> to provide the full
604
- * structure of the pipeline. Updating the pipeline increases the version number of the
605
- * pipeline by 1.</p>
606
- */
607
- updatePipeline(args: UpdatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePipelineCommandOutput>;
608
- updatePipeline(args: UpdatePipelineCommandInput, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
609
- updatePipeline(args: UpdatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
476
+ export declare class CodePipeline extends CodePipelineClient implements CodePipeline {
610
477
  }
@@ -156,7 +156,7 @@ import {
156
156
  UpdatePipelineCommandInput,
157
157
  UpdatePipelineCommandOutput,
158
158
  } from "./commands/UpdatePipelineCommand";
159
- export declare class CodePipeline extends CodePipelineClient {
159
+ export interface CodePipeline {
160
160
  acknowledgeJob(
161
161
  args: AcknowledgeJobCommandInput,
162
162
  options?: __HttpHandlerOptions
@@ -665,3 +665,6 @@ export declare class CodePipeline extends CodePipelineClient {
665
665
  cb: (err: any, data?: UpdatePipelineCommandOutput) => void
666
666
  ): void;
667
667
  }
668
+ export declare class CodePipeline
669
+ extends CodePipelineClient
670
+ implements CodePipeline {}