@aws-sdk/client-codepipeline 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodePipeline.d.ts +145 -159
- package/dist-types/ts3.4/CodePipelineClient.d.ts +10 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +40 -161
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -52,10 +52,7 @@ import {
|
|
|
52
52
|
GetJobDetailsCommandInput,
|
|
53
53
|
GetJobDetailsCommandOutput,
|
|
54
54
|
} from "./commands/GetJobDetailsCommand";
|
|
55
|
-
import {
|
|
56
|
-
GetPipelineCommandInput,
|
|
57
|
-
GetPipelineCommandOutput,
|
|
58
|
-
} from "./commands/GetPipelineCommand";
|
|
55
|
+
import { GetPipelineCommandInput, GetPipelineCommandOutput } from "./commands/GetPipelineCommand";
|
|
59
56
|
import {
|
|
60
57
|
GetPipelineExecutionCommandInput,
|
|
61
58
|
GetPipelineExecutionCommandOutput,
|
|
@@ -108,10 +105,7 @@ import {
|
|
|
108
105
|
OverrideStageConditionCommandInput,
|
|
109
106
|
OverrideStageConditionCommandOutput,
|
|
110
107
|
} from "./commands/OverrideStageConditionCommand";
|
|
111
|
-
import {
|
|
112
|
-
PollForJobsCommandInput,
|
|
113
|
-
PollForJobsCommandOutput,
|
|
114
|
-
} from "./commands/PollForJobsCommand";
|
|
108
|
+
import { PollForJobsCommandInput, PollForJobsCommandOutput } from "./commands/PollForJobsCommand";
|
|
115
109
|
import {
|
|
116
110
|
PollForThirdPartyJobsCommandInput,
|
|
117
111
|
PollForThirdPartyJobsCommandOutput,
|
|
@@ -140,10 +134,7 @@ import {
|
|
|
140
134
|
PutThirdPartyJobSuccessResultCommandInput,
|
|
141
135
|
PutThirdPartyJobSuccessResultCommandOutput,
|
|
142
136
|
} from "./commands/PutThirdPartyJobSuccessResultCommand";
|
|
143
|
-
import {
|
|
144
|
-
PutWebhookCommandInput,
|
|
145
|
-
PutWebhookCommandOutput,
|
|
146
|
-
} from "./commands/PutWebhookCommand";
|
|
137
|
+
import { PutWebhookCommandInput, PutWebhookCommandOutput } from "./commands/PutWebhookCommand";
|
|
147
138
|
import {
|
|
148
139
|
RegisterWebhookWithThirdPartyCommandInput,
|
|
149
140
|
RegisterWebhookWithThirdPartyCommandOutput,
|
|
@@ -164,10 +155,7 @@ import {
|
|
|
164
155
|
StopPipelineExecutionCommandInput,
|
|
165
156
|
StopPipelineExecutionCommandOutput,
|
|
166
157
|
} from "./commands/StopPipelineExecutionCommand";
|
|
167
|
-
import {
|
|
168
|
-
TagResourceCommandInput,
|
|
169
|
-
TagResourceCommandOutput,
|
|
170
|
-
} from "./commands/TagResourceCommand";
|
|
158
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
171
159
|
import {
|
|
172
160
|
UntagResourceCommandInput,
|
|
173
161
|
UntagResourceCommandOutput,
|
|
@@ -183,639 +171,637 @@ import {
|
|
|
183
171
|
export interface CodePipeline {
|
|
184
172
|
acknowledgeJob(
|
|
185
173
|
args: AcknowledgeJobCommandInput,
|
|
186
|
-
options?: __HttpHandlerOptions
|
|
174
|
+
options?: __HttpHandlerOptions,
|
|
187
175
|
): Promise<AcknowledgeJobCommandOutput>;
|
|
188
176
|
acknowledgeJob(
|
|
189
177
|
args: AcknowledgeJobCommandInput,
|
|
190
|
-
cb: (err: any, data?: AcknowledgeJobCommandOutput) => void
|
|
178
|
+
cb: (err: any, data?: AcknowledgeJobCommandOutput) => void,
|
|
191
179
|
): void;
|
|
192
180
|
acknowledgeJob(
|
|
193
181
|
args: AcknowledgeJobCommandInput,
|
|
194
182
|
options: __HttpHandlerOptions,
|
|
195
|
-
cb: (err: any, data?: AcknowledgeJobCommandOutput) => void
|
|
183
|
+
cb: (err: any, data?: AcknowledgeJobCommandOutput) => void,
|
|
196
184
|
): void;
|
|
197
185
|
acknowledgeThirdPartyJob(
|
|
198
186
|
args: AcknowledgeThirdPartyJobCommandInput,
|
|
199
|
-
options?: __HttpHandlerOptions
|
|
187
|
+
options?: __HttpHandlerOptions,
|
|
200
188
|
): Promise<AcknowledgeThirdPartyJobCommandOutput>;
|
|
201
189
|
acknowledgeThirdPartyJob(
|
|
202
190
|
args: AcknowledgeThirdPartyJobCommandInput,
|
|
203
|
-
cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void
|
|
191
|
+
cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void,
|
|
204
192
|
): void;
|
|
205
193
|
acknowledgeThirdPartyJob(
|
|
206
194
|
args: AcknowledgeThirdPartyJobCommandInput,
|
|
207
195
|
options: __HttpHandlerOptions,
|
|
208
|
-
cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void
|
|
196
|
+
cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void,
|
|
209
197
|
): void;
|
|
210
198
|
createCustomActionType(
|
|
211
199
|
args: CreateCustomActionTypeCommandInput,
|
|
212
|
-
options?: __HttpHandlerOptions
|
|
200
|
+
options?: __HttpHandlerOptions,
|
|
213
201
|
): Promise<CreateCustomActionTypeCommandOutput>;
|
|
214
202
|
createCustomActionType(
|
|
215
203
|
args: CreateCustomActionTypeCommandInput,
|
|
216
|
-
cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void
|
|
204
|
+
cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void,
|
|
217
205
|
): void;
|
|
218
206
|
createCustomActionType(
|
|
219
207
|
args: CreateCustomActionTypeCommandInput,
|
|
220
208
|
options: __HttpHandlerOptions,
|
|
221
|
-
cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void
|
|
209
|
+
cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void,
|
|
222
210
|
): void;
|
|
223
211
|
createPipeline(
|
|
224
212
|
args: CreatePipelineCommandInput,
|
|
225
|
-
options?: __HttpHandlerOptions
|
|
213
|
+
options?: __HttpHandlerOptions,
|
|
226
214
|
): Promise<CreatePipelineCommandOutput>;
|
|
227
215
|
createPipeline(
|
|
228
216
|
args: CreatePipelineCommandInput,
|
|
229
|
-
cb: (err: any, data?: CreatePipelineCommandOutput) => void
|
|
217
|
+
cb: (err: any, data?: CreatePipelineCommandOutput) => void,
|
|
230
218
|
): void;
|
|
231
219
|
createPipeline(
|
|
232
220
|
args: CreatePipelineCommandInput,
|
|
233
221
|
options: __HttpHandlerOptions,
|
|
234
|
-
cb: (err: any, data?: CreatePipelineCommandOutput) => void
|
|
222
|
+
cb: (err: any, data?: CreatePipelineCommandOutput) => void,
|
|
235
223
|
): void;
|
|
236
224
|
deleteCustomActionType(
|
|
237
225
|
args: DeleteCustomActionTypeCommandInput,
|
|
238
|
-
options?: __HttpHandlerOptions
|
|
226
|
+
options?: __HttpHandlerOptions,
|
|
239
227
|
): Promise<DeleteCustomActionTypeCommandOutput>;
|
|
240
228
|
deleteCustomActionType(
|
|
241
229
|
args: DeleteCustomActionTypeCommandInput,
|
|
242
|
-
cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void
|
|
230
|
+
cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void,
|
|
243
231
|
): void;
|
|
244
232
|
deleteCustomActionType(
|
|
245
233
|
args: DeleteCustomActionTypeCommandInput,
|
|
246
234
|
options: __HttpHandlerOptions,
|
|
247
|
-
cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void
|
|
235
|
+
cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void,
|
|
248
236
|
): void;
|
|
249
237
|
deletePipeline(
|
|
250
238
|
args: DeletePipelineCommandInput,
|
|
251
|
-
options?: __HttpHandlerOptions
|
|
239
|
+
options?: __HttpHandlerOptions,
|
|
252
240
|
): Promise<DeletePipelineCommandOutput>;
|
|
253
241
|
deletePipeline(
|
|
254
242
|
args: DeletePipelineCommandInput,
|
|
255
|
-
cb: (err: any, data?: DeletePipelineCommandOutput) => void
|
|
243
|
+
cb: (err: any, data?: DeletePipelineCommandOutput) => void,
|
|
256
244
|
): void;
|
|
257
245
|
deletePipeline(
|
|
258
246
|
args: DeletePipelineCommandInput,
|
|
259
247
|
options: __HttpHandlerOptions,
|
|
260
|
-
cb: (err: any, data?: DeletePipelineCommandOutput) => void
|
|
248
|
+
cb: (err: any, data?: DeletePipelineCommandOutput) => void,
|
|
261
249
|
): void;
|
|
262
250
|
deleteWebhook(
|
|
263
251
|
args: DeleteWebhookCommandInput,
|
|
264
|
-
options?: __HttpHandlerOptions
|
|
252
|
+
options?: __HttpHandlerOptions,
|
|
265
253
|
): Promise<DeleteWebhookCommandOutput>;
|
|
266
254
|
deleteWebhook(
|
|
267
255
|
args: DeleteWebhookCommandInput,
|
|
268
|
-
cb: (err: any, data?: DeleteWebhookCommandOutput) => void
|
|
256
|
+
cb: (err: any, data?: DeleteWebhookCommandOutput) => void,
|
|
269
257
|
): void;
|
|
270
258
|
deleteWebhook(
|
|
271
259
|
args: DeleteWebhookCommandInput,
|
|
272
260
|
options: __HttpHandlerOptions,
|
|
273
|
-
cb: (err: any, data?: DeleteWebhookCommandOutput) => void
|
|
261
|
+
cb: (err: any, data?: DeleteWebhookCommandOutput) => void,
|
|
274
262
|
): void;
|
|
275
263
|
deregisterWebhookWithThirdParty(): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
|
|
276
264
|
deregisterWebhookWithThirdParty(
|
|
277
265
|
args: DeregisterWebhookWithThirdPartyCommandInput,
|
|
278
|
-
options?: __HttpHandlerOptions
|
|
266
|
+
options?: __HttpHandlerOptions,
|
|
279
267
|
): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
|
|
280
268
|
deregisterWebhookWithThirdParty(
|
|
281
269
|
args: DeregisterWebhookWithThirdPartyCommandInput,
|
|
282
|
-
cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void
|
|
270
|
+
cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void,
|
|
283
271
|
): void;
|
|
284
272
|
deregisterWebhookWithThirdParty(
|
|
285
273
|
args: DeregisterWebhookWithThirdPartyCommandInput,
|
|
286
274
|
options: __HttpHandlerOptions,
|
|
287
|
-
cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void
|
|
275
|
+
cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void,
|
|
288
276
|
): void;
|
|
289
277
|
disableStageTransition(
|
|
290
278
|
args: DisableStageTransitionCommandInput,
|
|
291
|
-
options?: __HttpHandlerOptions
|
|
279
|
+
options?: __HttpHandlerOptions,
|
|
292
280
|
): Promise<DisableStageTransitionCommandOutput>;
|
|
293
281
|
disableStageTransition(
|
|
294
282
|
args: DisableStageTransitionCommandInput,
|
|
295
|
-
cb: (err: any, data?: DisableStageTransitionCommandOutput) => void
|
|
283
|
+
cb: (err: any, data?: DisableStageTransitionCommandOutput) => void,
|
|
296
284
|
): void;
|
|
297
285
|
disableStageTransition(
|
|
298
286
|
args: DisableStageTransitionCommandInput,
|
|
299
287
|
options: __HttpHandlerOptions,
|
|
300
|
-
cb: (err: any, data?: DisableStageTransitionCommandOutput) => void
|
|
288
|
+
cb: (err: any, data?: DisableStageTransitionCommandOutput) => void,
|
|
301
289
|
): void;
|
|
302
290
|
enableStageTransition(
|
|
303
291
|
args: EnableStageTransitionCommandInput,
|
|
304
|
-
options?: __HttpHandlerOptions
|
|
292
|
+
options?: __HttpHandlerOptions,
|
|
305
293
|
): Promise<EnableStageTransitionCommandOutput>;
|
|
306
294
|
enableStageTransition(
|
|
307
295
|
args: EnableStageTransitionCommandInput,
|
|
308
|
-
cb: (err: any, data?: EnableStageTransitionCommandOutput) => void
|
|
296
|
+
cb: (err: any, data?: EnableStageTransitionCommandOutput) => void,
|
|
309
297
|
): void;
|
|
310
298
|
enableStageTransition(
|
|
311
299
|
args: EnableStageTransitionCommandInput,
|
|
312
300
|
options: __HttpHandlerOptions,
|
|
313
|
-
cb: (err: any, data?: EnableStageTransitionCommandOutput) => void
|
|
301
|
+
cb: (err: any, data?: EnableStageTransitionCommandOutput) => void,
|
|
314
302
|
): void;
|
|
315
303
|
getActionType(
|
|
316
304
|
args: GetActionTypeCommandInput,
|
|
317
|
-
options?: __HttpHandlerOptions
|
|
305
|
+
options?: __HttpHandlerOptions,
|
|
318
306
|
): Promise<GetActionTypeCommandOutput>;
|
|
319
307
|
getActionType(
|
|
320
308
|
args: GetActionTypeCommandInput,
|
|
321
|
-
cb: (err: any, data?: GetActionTypeCommandOutput) => void
|
|
309
|
+
cb: (err: any, data?: GetActionTypeCommandOutput) => void,
|
|
322
310
|
): void;
|
|
323
311
|
getActionType(
|
|
324
312
|
args: GetActionTypeCommandInput,
|
|
325
313
|
options: __HttpHandlerOptions,
|
|
326
|
-
cb: (err: any, data?: GetActionTypeCommandOutput) => void
|
|
314
|
+
cb: (err: any, data?: GetActionTypeCommandOutput) => void,
|
|
327
315
|
): void;
|
|
328
316
|
getJobDetails(
|
|
329
317
|
args: GetJobDetailsCommandInput,
|
|
330
|
-
options?: __HttpHandlerOptions
|
|
318
|
+
options?: __HttpHandlerOptions,
|
|
331
319
|
): Promise<GetJobDetailsCommandOutput>;
|
|
332
320
|
getJobDetails(
|
|
333
321
|
args: GetJobDetailsCommandInput,
|
|
334
|
-
cb: (err: any, data?: GetJobDetailsCommandOutput) => void
|
|
322
|
+
cb: (err: any, data?: GetJobDetailsCommandOutput) => void,
|
|
335
323
|
): void;
|
|
336
324
|
getJobDetails(
|
|
337
325
|
args: GetJobDetailsCommandInput,
|
|
338
326
|
options: __HttpHandlerOptions,
|
|
339
|
-
cb: (err: any, data?: GetJobDetailsCommandOutput) => void
|
|
327
|
+
cb: (err: any, data?: GetJobDetailsCommandOutput) => void,
|
|
340
328
|
): void;
|
|
341
329
|
getPipeline(
|
|
342
330
|
args: GetPipelineCommandInput,
|
|
343
|
-
options?: __HttpHandlerOptions
|
|
331
|
+
options?: __HttpHandlerOptions,
|
|
344
332
|
): Promise<GetPipelineCommandOutput>;
|
|
345
333
|
getPipeline(
|
|
346
334
|
args: GetPipelineCommandInput,
|
|
347
|
-
cb: (err: any, data?: GetPipelineCommandOutput) => void
|
|
335
|
+
cb: (err: any, data?: GetPipelineCommandOutput) => void,
|
|
348
336
|
): void;
|
|
349
337
|
getPipeline(
|
|
350
338
|
args: GetPipelineCommandInput,
|
|
351
339
|
options: __HttpHandlerOptions,
|
|
352
|
-
cb: (err: any, data?: GetPipelineCommandOutput) => void
|
|
340
|
+
cb: (err: any, data?: GetPipelineCommandOutput) => void,
|
|
353
341
|
): void;
|
|
354
342
|
getPipelineExecution(
|
|
355
343
|
args: GetPipelineExecutionCommandInput,
|
|
356
|
-
options?: __HttpHandlerOptions
|
|
344
|
+
options?: __HttpHandlerOptions,
|
|
357
345
|
): Promise<GetPipelineExecutionCommandOutput>;
|
|
358
346
|
getPipelineExecution(
|
|
359
347
|
args: GetPipelineExecutionCommandInput,
|
|
360
|
-
cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void
|
|
348
|
+
cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void,
|
|
361
349
|
): void;
|
|
362
350
|
getPipelineExecution(
|
|
363
351
|
args: GetPipelineExecutionCommandInput,
|
|
364
352
|
options: __HttpHandlerOptions,
|
|
365
|
-
cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void
|
|
353
|
+
cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void,
|
|
366
354
|
): void;
|
|
367
355
|
getPipelineState(
|
|
368
356
|
args: GetPipelineStateCommandInput,
|
|
369
|
-
options?: __HttpHandlerOptions
|
|
357
|
+
options?: __HttpHandlerOptions,
|
|
370
358
|
): Promise<GetPipelineStateCommandOutput>;
|
|
371
359
|
getPipelineState(
|
|
372
360
|
args: GetPipelineStateCommandInput,
|
|
373
|
-
cb: (err: any, data?: GetPipelineStateCommandOutput) => void
|
|
361
|
+
cb: (err: any, data?: GetPipelineStateCommandOutput) => void,
|
|
374
362
|
): void;
|
|
375
363
|
getPipelineState(
|
|
376
364
|
args: GetPipelineStateCommandInput,
|
|
377
365
|
options: __HttpHandlerOptions,
|
|
378
|
-
cb: (err: any, data?: GetPipelineStateCommandOutput) => void
|
|
366
|
+
cb: (err: any, data?: GetPipelineStateCommandOutput) => void,
|
|
379
367
|
): void;
|
|
380
368
|
getThirdPartyJobDetails(
|
|
381
369
|
args: GetThirdPartyJobDetailsCommandInput,
|
|
382
|
-
options?: __HttpHandlerOptions
|
|
370
|
+
options?: __HttpHandlerOptions,
|
|
383
371
|
): Promise<GetThirdPartyJobDetailsCommandOutput>;
|
|
384
372
|
getThirdPartyJobDetails(
|
|
385
373
|
args: GetThirdPartyJobDetailsCommandInput,
|
|
386
|
-
cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void
|
|
374
|
+
cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void,
|
|
387
375
|
): void;
|
|
388
376
|
getThirdPartyJobDetails(
|
|
389
377
|
args: GetThirdPartyJobDetailsCommandInput,
|
|
390
378
|
options: __HttpHandlerOptions,
|
|
391
|
-
cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void
|
|
379
|
+
cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void,
|
|
392
380
|
): void;
|
|
393
381
|
listActionExecutions(
|
|
394
382
|
args: ListActionExecutionsCommandInput,
|
|
395
|
-
options?: __HttpHandlerOptions
|
|
383
|
+
options?: __HttpHandlerOptions,
|
|
396
384
|
): Promise<ListActionExecutionsCommandOutput>;
|
|
397
385
|
listActionExecutions(
|
|
398
386
|
args: ListActionExecutionsCommandInput,
|
|
399
|
-
cb: (err: any, data?: ListActionExecutionsCommandOutput) => void
|
|
387
|
+
cb: (err: any, data?: ListActionExecutionsCommandOutput) => void,
|
|
400
388
|
): void;
|
|
401
389
|
listActionExecutions(
|
|
402
390
|
args: ListActionExecutionsCommandInput,
|
|
403
391
|
options: __HttpHandlerOptions,
|
|
404
|
-
cb: (err: any, data?: ListActionExecutionsCommandOutput) => void
|
|
392
|
+
cb: (err: any, data?: ListActionExecutionsCommandOutput) => void,
|
|
405
393
|
): void;
|
|
406
394
|
listActionTypes(): Promise<ListActionTypesCommandOutput>;
|
|
407
395
|
listActionTypes(
|
|
408
396
|
args: ListActionTypesCommandInput,
|
|
409
|
-
options?: __HttpHandlerOptions
|
|
397
|
+
options?: __HttpHandlerOptions,
|
|
410
398
|
): Promise<ListActionTypesCommandOutput>;
|
|
411
399
|
listActionTypes(
|
|
412
400
|
args: ListActionTypesCommandInput,
|
|
413
|
-
cb: (err: any, data?: ListActionTypesCommandOutput) => void
|
|
401
|
+
cb: (err: any, data?: ListActionTypesCommandOutput) => void,
|
|
414
402
|
): void;
|
|
415
403
|
listActionTypes(
|
|
416
404
|
args: ListActionTypesCommandInput,
|
|
417
405
|
options: __HttpHandlerOptions,
|
|
418
|
-
cb: (err: any, data?: ListActionTypesCommandOutput) => void
|
|
406
|
+
cb: (err: any, data?: ListActionTypesCommandOutput) => void,
|
|
419
407
|
): void;
|
|
420
408
|
listDeployActionExecutionTargets(
|
|
421
409
|
args: ListDeployActionExecutionTargetsCommandInput,
|
|
422
|
-
options?: __HttpHandlerOptions
|
|
410
|
+
options?: __HttpHandlerOptions,
|
|
423
411
|
): Promise<ListDeployActionExecutionTargetsCommandOutput>;
|
|
424
412
|
listDeployActionExecutionTargets(
|
|
425
413
|
args: ListDeployActionExecutionTargetsCommandInput,
|
|
426
|
-
cb: (err: any, data?: ListDeployActionExecutionTargetsCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: ListDeployActionExecutionTargetsCommandOutput) => void,
|
|
427
415
|
): void;
|
|
428
416
|
listDeployActionExecutionTargets(
|
|
429
417
|
args: ListDeployActionExecutionTargetsCommandInput,
|
|
430
418
|
options: __HttpHandlerOptions,
|
|
431
|
-
cb: (err: any, data?: ListDeployActionExecutionTargetsCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: ListDeployActionExecutionTargetsCommandOutput) => void,
|
|
432
420
|
): void;
|
|
433
421
|
listPipelineExecutions(
|
|
434
422
|
args: ListPipelineExecutionsCommandInput,
|
|
435
|
-
options?: __HttpHandlerOptions
|
|
423
|
+
options?: __HttpHandlerOptions,
|
|
436
424
|
): Promise<ListPipelineExecutionsCommandOutput>;
|
|
437
425
|
listPipelineExecutions(
|
|
438
426
|
args: ListPipelineExecutionsCommandInput,
|
|
439
|
-
cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void
|
|
427
|
+
cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void,
|
|
440
428
|
): void;
|
|
441
429
|
listPipelineExecutions(
|
|
442
430
|
args: ListPipelineExecutionsCommandInput,
|
|
443
431
|
options: __HttpHandlerOptions,
|
|
444
|
-
cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void,
|
|
445
433
|
): void;
|
|
446
434
|
listPipelines(): Promise<ListPipelinesCommandOutput>;
|
|
447
435
|
listPipelines(
|
|
448
436
|
args: ListPipelinesCommandInput,
|
|
449
|
-
options?: __HttpHandlerOptions
|
|
437
|
+
options?: __HttpHandlerOptions,
|
|
450
438
|
): Promise<ListPipelinesCommandOutput>;
|
|
451
439
|
listPipelines(
|
|
452
440
|
args: ListPipelinesCommandInput,
|
|
453
|
-
cb: (err: any, data?: ListPipelinesCommandOutput) => void
|
|
441
|
+
cb: (err: any, data?: ListPipelinesCommandOutput) => void,
|
|
454
442
|
): void;
|
|
455
443
|
listPipelines(
|
|
456
444
|
args: ListPipelinesCommandInput,
|
|
457
445
|
options: __HttpHandlerOptions,
|
|
458
|
-
cb: (err: any, data?: ListPipelinesCommandOutput) => void
|
|
446
|
+
cb: (err: any, data?: ListPipelinesCommandOutput) => void,
|
|
459
447
|
): void;
|
|
460
448
|
listRuleExecutions(
|
|
461
449
|
args: ListRuleExecutionsCommandInput,
|
|
462
|
-
options?: __HttpHandlerOptions
|
|
450
|
+
options?: __HttpHandlerOptions,
|
|
463
451
|
): Promise<ListRuleExecutionsCommandOutput>;
|
|
464
452
|
listRuleExecutions(
|
|
465
453
|
args: ListRuleExecutionsCommandInput,
|
|
466
|
-
cb: (err: any, data?: ListRuleExecutionsCommandOutput) => void
|
|
454
|
+
cb: (err: any, data?: ListRuleExecutionsCommandOutput) => void,
|
|
467
455
|
): void;
|
|
468
456
|
listRuleExecutions(
|
|
469
457
|
args: ListRuleExecutionsCommandInput,
|
|
470
458
|
options: __HttpHandlerOptions,
|
|
471
|
-
cb: (err: any, data?: ListRuleExecutionsCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: ListRuleExecutionsCommandOutput) => void,
|
|
472
460
|
): void;
|
|
473
461
|
listRuleTypes(): Promise<ListRuleTypesCommandOutput>;
|
|
474
462
|
listRuleTypes(
|
|
475
463
|
args: ListRuleTypesCommandInput,
|
|
476
|
-
options?: __HttpHandlerOptions
|
|
464
|
+
options?: __HttpHandlerOptions,
|
|
477
465
|
): Promise<ListRuleTypesCommandOutput>;
|
|
478
466
|
listRuleTypes(
|
|
479
467
|
args: ListRuleTypesCommandInput,
|
|
480
|
-
cb: (err: any, data?: ListRuleTypesCommandOutput) => void
|
|
468
|
+
cb: (err: any, data?: ListRuleTypesCommandOutput) => void,
|
|
481
469
|
): void;
|
|
482
470
|
listRuleTypes(
|
|
483
471
|
args: ListRuleTypesCommandInput,
|
|
484
472
|
options: __HttpHandlerOptions,
|
|
485
|
-
cb: (err: any, data?: ListRuleTypesCommandOutput) => void
|
|
473
|
+
cb: (err: any, data?: ListRuleTypesCommandOutput) => void,
|
|
486
474
|
): void;
|
|
487
475
|
listTagsForResource(
|
|
488
476
|
args: ListTagsForResourceCommandInput,
|
|
489
|
-
options?: __HttpHandlerOptions
|
|
477
|
+
options?: __HttpHandlerOptions,
|
|
490
478
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
491
479
|
listTagsForResource(
|
|
492
480
|
args: ListTagsForResourceCommandInput,
|
|
493
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
481
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
494
482
|
): void;
|
|
495
483
|
listTagsForResource(
|
|
496
484
|
args: ListTagsForResourceCommandInput,
|
|
497
485
|
options: __HttpHandlerOptions,
|
|
498
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
486
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
499
487
|
): void;
|
|
500
488
|
listWebhooks(): Promise<ListWebhooksCommandOutput>;
|
|
501
489
|
listWebhooks(
|
|
502
490
|
args: ListWebhooksCommandInput,
|
|
503
|
-
options?: __HttpHandlerOptions
|
|
491
|
+
options?: __HttpHandlerOptions,
|
|
504
492
|
): Promise<ListWebhooksCommandOutput>;
|
|
505
493
|
listWebhooks(
|
|
506
494
|
args: ListWebhooksCommandInput,
|
|
507
|
-
cb: (err: any, data?: ListWebhooksCommandOutput) => void
|
|
495
|
+
cb: (err: any, data?: ListWebhooksCommandOutput) => void,
|
|
508
496
|
): void;
|
|
509
497
|
listWebhooks(
|
|
510
498
|
args: ListWebhooksCommandInput,
|
|
511
499
|
options: __HttpHandlerOptions,
|
|
512
|
-
cb: (err: any, data?: ListWebhooksCommandOutput) => void
|
|
500
|
+
cb: (err: any, data?: ListWebhooksCommandOutput) => void,
|
|
513
501
|
): void;
|
|
514
502
|
overrideStageCondition(
|
|
515
503
|
args: OverrideStageConditionCommandInput,
|
|
516
|
-
options?: __HttpHandlerOptions
|
|
504
|
+
options?: __HttpHandlerOptions,
|
|
517
505
|
): Promise<OverrideStageConditionCommandOutput>;
|
|
518
506
|
overrideStageCondition(
|
|
519
507
|
args: OverrideStageConditionCommandInput,
|
|
520
|
-
cb: (err: any, data?: OverrideStageConditionCommandOutput) => void
|
|
508
|
+
cb: (err: any, data?: OverrideStageConditionCommandOutput) => void,
|
|
521
509
|
): void;
|
|
522
510
|
overrideStageCondition(
|
|
523
511
|
args: OverrideStageConditionCommandInput,
|
|
524
512
|
options: __HttpHandlerOptions,
|
|
525
|
-
cb: (err: any, data?: OverrideStageConditionCommandOutput) => void
|
|
513
|
+
cb: (err: any, data?: OverrideStageConditionCommandOutput) => void,
|
|
526
514
|
): void;
|
|
527
515
|
pollForJobs(
|
|
528
516
|
args: PollForJobsCommandInput,
|
|
529
|
-
options?: __HttpHandlerOptions
|
|
517
|
+
options?: __HttpHandlerOptions,
|
|
530
518
|
): Promise<PollForJobsCommandOutput>;
|
|
531
519
|
pollForJobs(
|
|
532
520
|
args: PollForJobsCommandInput,
|
|
533
|
-
cb: (err: any, data?: PollForJobsCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: PollForJobsCommandOutput) => void,
|
|
534
522
|
): void;
|
|
535
523
|
pollForJobs(
|
|
536
524
|
args: PollForJobsCommandInput,
|
|
537
525
|
options: __HttpHandlerOptions,
|
|
538
|
-
cb: (err: any, data?: PollForJobsCommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: PollForJobsCommandOutput) => void,
|
|
539
527
|
): void;
|
|
540
528
|
pollForThirdPartyJobs(
|
|
541
529
|
args: PollForThirdPartyJobsCommandInput,
|
|
542
|
-
options?: __HttpHandlerOptions
|
|
530
|
+
options?: __HttpHandlerOptions,
|
|
543
531
|
): Promise<PollForThirdPartyJobsCommandOutput>;
|
|
544
532
|
pollForThirdPartyJobs(
|
|
545
533
|
args: PollForThirdPartyJobsCommandInput,
|
|
546
|
-
cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void,
|
|
547
535
|
): void;
|
|
548
536
|
pollForThirdPartyJobs(
|
|
549
537
|
args: PollForThirdPartyJobsCommandInput,
|
|
550
538
|
options: __HttpHandlerOptions,
|
|
551
|
-
cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void,
|
|
552
540
|
): void;
|
|
553
541
|
putActionRevision(
|
|
554
542
|
args: PutActionRevisionCommandInput,
|
|
555
|
-
options?: __HttpHandlerOptions
|
|
543
|
+
options?: __HttpHandlerOptions,
|
|
556
544
|
): Promise<PutActionRevisionCommandOutput>;
|
|
557
545
|
putActionRevision(
|
|
558
546
|
args: PutActionRevisionCommandInput,
|
|
559
|
-
cb: (err: any, data?: PutActionRevisionCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: PutActionRevisionCommandOutput) => void,
|
|
560
548
|
): void;
|
|
561
549
|
putActionRevision(
|
|
562
550
|
args: PutActionRevisionCommandInput,
|
|
563
551
|
options: __HttpHandlerOptions,
|
|
564
|
-
cb: (err: any, data?: PutActionRevisionCommandOutput) => void
|
|
552
|
+
cb: (err: any, data?: PutActionRevisionCommandOutput) => void,
|
|
565
553
|
): void;
|
|
566
554
|
putApprovalResult(
|
|
567
555
|
args: PutApprovalResultCommandInput,
|
|
568
|
-
options?: __HttpHandlerOptions
|
|
556
|
+
options?: __HttpHandlerOptions,
|
|
569
557
|
): Promise<PutApprovalResultCommandOutput>;
|
|
570
558
|
putApprovalResult(
|
|
571
559
|
args: PutApprovalResultCommandInput,
|
|
572
|
-
cb: (err: any, data?: PutApprovalResultCommandOutput) => void
|
|
560
|
+
cb: (err: any, data?: PutApprovalResultCommandOutput) => void,
|
|
573
561
|
): void;
|
|
574
562
|
putApprovalResult(
|
|
575
563
|
args: PutApprovalResultCommandInput,
|
|
576
564
|
options: __HttpHandlerOptions,
|
|
577
|
-
cb: (err: any, data?: PutApprovalResultCommandOutput) => void
|
|
565
|
+
cb: (err: any, data?: PutApprovalResultCommandOutput) => void,
|
|
578
566
|
): void;
|
|
579
567
|
putJobFailureResult(
|
|
580
568
|
args: PutJobFailureResultCommandInput,
|
|
581
|
-
options?: __HttpHandlerOptions
|
|
569
|
+
options?: __HttpHandlerOptions,
|
|
582
570
|
): Promise<PutJobFailureResultCommandOutput>;
|
|
583
571
|
putJobFailureResult(
|
|
584
572
|
args: PutJobFailureResultCommandInput,
|
|
585
|
-
cb: (err: any, data?: PutJobFailureResultCommandOutput) => void
|
|
573
|
+
cb: (err: any, data?: PutJobFailureResultCommandOutput) => void,
|
|
586
574
|
): void;
|
|
587
575
|
putJobFailureResult(
|
|
588
576
|
args: PutJobFailureResultCommandInput,
|
|
589
577
|
options: __HttpHandlerOptions,
|
|
590
|
-
cb: (err: any, data?: PutJobFailureResultCommandOutput) => void
|
|
578
|
+
cb: (err: any, data?: PutJobFailureResultCommandOutput) => void,
|
|
591
579
|
): void;
|
|
592
580
|
putJobSuccessResult(
|
|
593
581
|
args: PutJobSuccessResultCommandInput,
|
|
594
|
-
options?: __HttpHandlerOptions
|
|
582
|
+
options?: __HttpHandlerOptions,
|
|
595
583
|
): Promise<PutJobSuccessResultCommandOutput>;
|
|
596
584
|
putJobSuccessResult(
|
|
597
585
|
args: PutJobSuccessResultCommandInput,
|
|
598
|
-
cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void
|
|
586
|
+
cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void,
|
|
599
587
|
): void;
|
|
600
588
|
putJobSuccessResult(
|
|
601
589
|
args: PutJobSuccessResultCommandInput,
|
|
602
590
|
options: __HttpHandlerOptions,
|
|
603
|
-
cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void
|
|
591
|
+
cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void,
|
|
604
592
|
): void;
|
|
605
593
|
putThirdPartyJobFailureResult(
|
|
606
594
|
args: PutThirdPartyJobFailureResultCommandInput,
|
|
607
|
-
options?: __HttpHandlerOptions
|
|
595
|
+
options?: __HttpHandlerOptions,
|
|
608
596
|
): Promise<PutThirdPartyJobFailureResultCommandOutput>;
|
|
609
597
|
putThirdPartyJobFailureResult(
|
|
610
598
|
args: PutThirdPartyJobFailureResultCommandInput,
|
|
611
|
-
cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void
|
|
599
|
+
cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void,
|
|
612
600
|
): void;
|
|
613
601
|
putThirdPartyJobFailureResult(
|
|
614
602
|
args: PutThirdPartyJobFailureResultCommandInput,
|
|
615
603
|
options: __HttpHandlerOptions,
|
|
616
|
-
cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void
|
|
604
|
+
cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void,
|
|
617
605
|
): void;
|
|
618
606
|
putThirdPartyJobSuccessResult(
|
|
619
607
|
args: PutThirdPartyJobSuccessResultCommandInput,
|
|
620
|
-
options?: __HttpHandlerOptions
|
|
608
|
+
options?: __HttpHandlerOptions,
|
|
621
609
|
): Promise<PutThirdPartyJobSuccessResultCommandOutput>;
|
|
622
610
|
putThirdPartyJobSuccessResult(
|
|
623
611
|
args: PutThirdPartyJobSuccessResultCommandInput,
|
|
624
|
-
cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void
|
|
612
|
+
cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void,
|
|
625
613
|
): void;
|
|
626
614
|
putThirdPartyJobSuccessResult(
|
|
627
615
|
args: PutThirdPartyJobSuccessResultCommandInput,
|
|
628
616
|
options: __HttpHandlerOptions,
|
|
629
|
-
cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void
|
|
617
|
+
cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void,
|
|
630
618
|
): void;
|
|
631
619
|
putWebhook(
|
|
632
620
|
args: PutWebhookCommandInput,
|
|
633
|
-
options?: __HttpHandlerOptions
|
|
621
|
+
options?: __HttpHandlerOptions,
|
|
634
622
|
): Promise<PutWebhookCommandOutput>;
|
|
635
623
|
putWebhook(
|
|
636
624
|
args: PutWebhookCommandInput,
|
|
637
|
-
cb: (err: any, data?: PutWebhookCommandOutput) => void
|
|
625
|
+
cb: (err: any, data?: PutWebhookCommandOutput) => void,
|
|
638
626
|
): void;
|
|
639
627
|
putWebhook(
|
|
640
628
|
args: PutWebhookCommandInput,
|
|
641
629
|
options: __HttpHandlerOptions,
|
|
642
|
-
cb: (err: any, data?: PutWebhookCommandOutput) => void
|
|
630
|
+
cb: (err: any, data?: PutWebhookCommandOutput) => void,
|
|
643
631
|
): void;
|
|
644
632
|
registerWebhookWithThirdParty(): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
|
|
645
633
|
registerWebhookWithThirdParty(
|
|
646
634
|
args: RegisterWebhookWithThirdPartyCommandInput,
|
|
647
|
-
options?: __HttpHandlerOptions
|
|
635
|
+
options?: __HttpHandlerOptions,
|
|
648
636
|
): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
|
|
649
637
|
registerWebhookWithThirdParty(
|
|
650
638
|
args: RegisterWebhookWithThirdPartyCommandInput,
|
|
651
|
-
cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void
|
|
639
|
+
cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void,
|
|
652
640
|
): void;
|
|
653
641
|
registerWebhookWithThirdParty(
|
|
654
642
|
args: RegisterWebhookWithThirdPartyCommandInput,
|
|
655
643
|
options: __HttpHandlerOptions,
|
|
656
|
-
cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void
|
|
644
|
+
cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void,
|
|
657
645
|
): void;
|
|
658
646
|
retryStageExecution(
|
|
659
647
|
args: RetryStageExecutionCommandInput,
|
|
660
|
-
options?: __HttpHandlerOptions
|
|
648
|
+
options?: __HttpHandlerOptions,
|
|
661
649
|
): Promise<RetryStageExecutionCommandOutput>;
|
|
662
650
|
retryStageExecution(
|
|
663
651
|
args: RetryStageExecutionCommandInput,
|
|
664
|
-
cb: (err: any, data?: RetryStageExecutionCommandOutput) => void
|
|
652
|
+
cb: (err: any, data?: RetryStageExecutionCommandOutput) => void,
|
|
665
653
|
): void;
|
|
666
654
|
retryStageExecution(
|
|
667
655
|
args: RetryStageExecutionCommandInput,
|
|
668
656
|
options: __HttpHandlerOptions,
|
|
669
|
-
cb: (err: any, data?: RetryStageExecutionCommandOutput) => void
|
|
657
|
+
cb: (err: any, data?: RetryStageExecutionCommandOutput) => void,
|
|
670
658
|
): void;
|
|
671
659
|
rollbackStage(
|
|
672
660
|
args: RollbackStageCommandInput,
|
|
673
|
-
options?: __HttpHandlerOptions
|
|
661
|
+
options?: __HttpHandlerOptions,
|
|
674
662
|
): Promise<RollbackStageCommandOutput>;
|
|
675
663
|
rollbackStage(
|
|
676
664
|
args: RollbackStageCommandInput,
|
|
677
|
-
cb: (err: any, data?: RollbackStageCommandOutput) => void
|
|
665
|
+
cb: (err: any, data?: RollbackStageCommandOutput) => void,
|
|
678
666
|
): void;
|
|
679
667
|
rollbackStage(
|
|
680
668
|
args: RollbackStageCommandInput,
|
|
681
669
|
options: __HttpHandlerOptions,
|
|
682
|
-
cb: (err: any, data?: RollbackStageCommandOutput) => void
|
|
670
|
+
cb: (err: any, data?: RollbackStageCommandOutput) => void,
|
|
683
671
|
): void;
|
|
684
672
|
startPipelineExecution(
|
|
685
673
|
args: StartPipelineExecutionCommandInput,
|
|
686
|
-
options?: __HttpHandlerOptions
|
|
674
|
+
options?: __HttpHandlerOptions,
|
|
687
675
|
): Promise<StartPipelineExecutionCommandOutput>;
|
|
688
676
|
startPipelineExecution(
|
|
689
677
|
args: StartPipelineExecutionCommandInput,
|
|
690
|
-
cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void
|
|
678
|
+
cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void,
|
|
691
679
|
): void;
|
|
692
680
|
startPipelineExecution(
|
|
693
681
|
args: StartPipelineExecutionCommandInput,
|
|
694
682
|
options: __HttpHandlerOptions,
|
|
695
|
-
cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void
|
|
683
|
+
cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void,
|
|
696
684
|
): void;
|
|
697
685
|
stopPipelineExecution(
|
|
698
686
|
args: StopPipelineExecutionCommandInput,
|
|
699
|
-
options?: __HttpHandlerOptions
|
|
687
|
+
options?: __HttpHandlerOptions,
|
|
700
688
|
): Promise<StopPipelineExecutionCommandOutput>;
|
|
701
689
|
stopPipelineExecution(
|
|
702
690
|
args: StopPipelineExecutionCommandInput,
|
|
703
|
-
cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void
|
|
691
|
+
cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void,
|
|
704
692
|
): void;
|
|
705
693
|
stopPipelineExecution(
|
|
706
694
|
args: StopPipelineExecutionCommandInput,
|
|
707
695
|
options: __HttpHandlerOptions,
|
|
708
|
-
cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void
|
|
696
|
+
cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void,
|
|
709
697
|
): void;
|
|
710
698
|
tagResource(
|
|
711
699
|
args: TagResourceCommandInput,
|
|
712
|
-
options?: __HttpHandlerOptions
|
|
700
|
+
options?: __HttpHandlerOptions,
|
|
713
701
|
): Promise<TagResourceCommandOutput>;
|
|
714
702
|
tagResource(
|
|
715
703
|
args: TagResourceCommandInput,
|
|
716
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
704
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
717
705
|
): void;
|
|
718
706
|
tagResource(
|
|
719
707
|
args: TagResourceCommandInput,
|
|
720
708
|
options: __HttpHandlerOptions,
|
|
721
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
709
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
722
710
|
): void;
|
|
723
711
|
untagResource(
|
|
724
712
|
args: UntagResourceCommandInput,
|
|
725
|
-
options?: __HttpHandlerOptions
|
|
713
|
+
options?: __HttpHandlerOptions,
|
|
726
714
|
): Promise<UntagResourceCommandOutput>;
|
|
727
715
|
untagResource(
|
|
728
716
|
args: UntagResourceCommandInput,
|
|
729
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
717
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
730
718
|
): void;
|
|
731
719
|
untagResource(
|
|
732
720
|
args: UntagResourceCommandInput,
|
|
733
721
|
options: __HttpHandlerOptions,
|
|
734
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
722
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
735
723
|
): void;
|
|
736
724
|
updateActionType(
|
|
737
725
|
args: UpdateActionTypeCommandInput,
|
|
738
|
-
options?: __HttpHandlerOptions
|
|
726
|
+
options?: __HttpHandlerOptions,
|
|
739
727
|
): Promise<UpdateActionTypeCommandOutput>;
|
|
740
728
|
updateActionType(
|
|
741
729
|
args: UpdateActionTypeCommandInput,
|
|
742
|
-
cb: (err: any, data?: UpdateActionTypeCommandOutput) => void
|
|
730
|
+
cb: (err: any, data?: UpdateActionTypeCommandOutput) => void,
|
|
743
731
|
): void;
|
|
744
732
|
updateActionType(
|
|
745
733
|
args: UpdateActionTypeCommandInput,
|
|
746
734
|
options: __HttpHandlerOptions,
|
|
747
|
-
cb: (err: any, data?: UpdateActionTypeCommandOutput) => void
|
|
735
|
+
cb: (err: any, data?: UpdateActionTypeCommandOutput) => void,
|
|
748
736
|
): void;
|
|
749
737
|
updatePipeline(
|
|
750
738
|
args: UpdatePipelineCommandInput,
|
|
751
|
-
options?: __HttpHandlerOptions
|
|
739
|
+
options?: __HttpHandlerOptions,
|
|
752
740
|
): Promise<UpdatePipelineCommandOutput>;
|
|
753
741
|
updatePipeline(
|
|
754
742
|
args: UpdatePipelineCommandInput,
|
|
755
|
-
cb: (err: any, data?: UpdatePipelineCommandOutput) => void
|
|
743
|
+
cb: (err: any, data?: UpdatePipelineCommandOutput) => void,
|
|
756
744
|
): void;
|
|
757
745
|
updatePipeline(
|
|
758
746
|
args: UpdatePipelineCommandInput,
|
|
759
747
|
options: __HttpHandlerOptions,
|
|
760
|
-
cb: (err: any, data?: UpdatePipelineCommandOutput) => void
|
|
748
|
+
cb: (err: any, data?: UpdatePipelineCommandOutput) => void,
|
|
761
749
|
): void;
|
|
762
750
|
paginateListActionExecutions(
|
|
763
751
|
args: ListActionExecutionsCommandInput,
|
|
764
752
|
paginationConfig?: Pick<
|
|
765
753
|
PaginationConfiguration,
|
|
766
754
|
Exclude<keyof PaginationConfiguration, "client">
|
|
767
|
-
|
|
755
|
+
>,
|
|
768
756
|
): Paginator<ListActionExecutionsCommandOutput>;
|
|
769
757
|
paginateListActionTypes(
|
|
770
758
|
args?: ListActionTypesCommandInput,
|
|
771
759
|
paginationConfig?: Pick<
|
|
772
760
|
PaginationConfiguration,
|
|
773
761
|
Exclude<keyof PaginationConfiguration, "client">
|
|
774
|
-
|
|
762
|
+
>,
|
|
775
763
|
): Paginator<ListActionTypesCommandOutput>;
|
|
776
764
|
paginateListDeployActionExecutionTargets(
|
|
777
765
|
args: ListDeployActionExecutionTargetsCommandInput,
|
|
778
766
|
paginationConfig?: Pick<
|
|
779
767
|
PaginationConfiguration,
|
|
780
768
|
Exclude<keyof PaginationConfiguration, "client">
|
|
781
|
-
|
|
769
|
+
>,
|
|
782
770
|
): Paginator<ListDeployActionExecutionTargetsCommandOutput>;
|
|
783
771
|
paginateListPipelineExecutions(
|
|
784
772
|
args: ListPipelineExecutionsCommandInput,
|
|
785
773
|
paginationConfig?: Pick<
|
|
786
774
|
PaginationConfiguration,
|
|
787
775
|
Exclude<keyof PaginationConfiguration, "client">
|
|
788
|
-
|
|
776
|
+
>,
|
|
789
777
|
): Paginator<ListPipelineExecutionsCommandOutput>;
|
|
790
778
|
paginateListPipelines(
|
|
791
779
|
args?: ListPipelinesCommandInput,
|
|
792
780
|
paginationConfig?: Pick<
|
|
793
781
|
PaginationConfiguration,
|
|
794
782
|
Exclude<keyof PaginationConfiguration, "client">
|
|
795
|
-
|
|
783
|
+
>,
|
|
796
784
|
): Paginator<ListPipelinesCommandOutput>;
|
|
797
785
|
paginateListRuleExecutions(
|
|
798
786
|
args: ListRuleExecutionsCommandInput,
|
|
799
787
|
paginationConfig?: Pick<
|
|
800
788
|
PaginationConfiguration,
|
|
801
789
|
Exclude<keyof PaginationConfiguration, "client">
|
|
802
|
-
|
|
790
|
+
>,
|
|
803
791
|
): Paginator<ListRuleExecutionsCommandOutput>;
|
|
804
792
|
paginateListTagsForResource(
|
|
805
793
|
args: ListTagsForResourceCommandInput,
|
|
806
794
|
paginationConfig?: Pick<
|
|
807
795
|
PaginationConfiguration,
|
|
808
796
|
Exclude<keyof PaginationConfiguration, "client">
|
|
809
|
-
|
|
797
|
+
>,
|
|
810
798
|
): Paginator<ListTagsForResourceCommandOutput>;
|
|
811
799
|
paginateListWebhooks(
|
|
812
800
|
args?: ListWebhooksCommandInput,
|
|
813
801
|
paginationConfig?: Pick<
|
|
814
802
|
PaginationConfiguration,
|
|
815
803
|
Exclude<keyof PaginationConfiguration, "client">
|
|
816
|
-
|
|
804
|
+
>,
|
|
817
805
|
): Paginator<ListWebhooksCommandOutput>;
|
|
818
806
|
}
|
|
819
|
-
export declare class CodePipeline
|
|
820
|
-
extends CodePipelineClient
|
|
821
|
-
implements CodePipeline {}
|
|
807
|
+
export declare class CodePipeline extends CodePipelineClient implements CodePipeline {}
|