@aws-sdk/client-codepipeline 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodePipeline.d.ts +0 -39
- package/dist-types/ts3.4/CodePipelineClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -588
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-codepipeline
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-codepipeline
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-codepipeline
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -156,7 +156,6 @@ import {
|
|
|
156
156
|
UpdatePipelineCommandInput,
|
|
157
157
|
UpdatePipelineCommandOutput,
|
|
158
158
|
} from "./commands/UpdatePipelineCommand";
|
|
159
|
-
|
|
160
159
|
export declare class CodePipeline extends CodePipelineClient {
|
|
161
160
|
acknowledgeJob(
|
|
162
161
|
args: AcknowledgeJobCommandInput,
|
|
@@ -171,7 +170,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
171
170
|
options: __HttpHandlerOptions,
|
|
172
171
|
cb: (err: any, data?: AcknowledgeJobCommandOutput) => void
|
|
173
172
|
): void;
|
|
174
|
-
|
|
175
173
|
acknowledgeThirdPartyJob(
|
|
176
174
|
args: AcknowledgeThirdPartyJobCommandInput,
|
|
177
175
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +183,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
185
183
|
options: __HttpHandlerOptions,
|
|
186
184
|
cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void
|
|
187
185
|
): void;
|
|
188
|
-
|
|
189
186
|
createCustomActionType(
|
|
190
187
|
args: CreateCustomActionTypeCommandInput,
|
|
191
188
|
options?: __HttpHandlerOptions
|
|
@@ -199,7 +196,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
199
196
|
options: __HttpHandlerOptions,
|
|
200
197
|
cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void
|
|
201
198
|
): void;
|
|
202
|
-
|
|
203
199
|
createPipeline(
|
|
204
200
|
args: CreatePipelineCommandInput,
|
|
205
201
|
options?: __HttpHandlerOptions
|
|
@@ -213,7 +209,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
213
209
|
options: __HttpHandlerOptions,
|
|
214
210
|
cb: (err: any, data?: CreatePipelineCommandOutput) => void
|
|
215
211
|
): void;
|
|
216
|
-
|
|
217
212
|
deleteCustomActionType(
|
|
218
213
|
args: DeleteCustomActionTypeCommandInput,
|
|
219
214
|
options?: __HttpHandlerOptions
|
|
@@ -227,7 +222,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
227
222
|
options: __HttpHandlerOptions,
|
|
228
223
|
cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void
|
|
229
224
|
): void;
|
|
230
|
-
|
|
231
225
|
deletePipeline(
|
|
232
226
|
args: DeletePipelineCommandInput,
|
|
233
227
|
options?: __HttpHandlerOptions
|
|
@@ -241,7 +235,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
241
235
|
options: __HttpHandlerOptions,
|
|
242
236
|
cb: (err: any, data?: DeletePipelineCommandOutput) => void
|
|
243
237
|
): void;
|
|
244
|
-
|
|
245
238
|
deleteWebhook(
|
|
246
239
|
args: DeleteWebhookCommandInput,
|
|
247
240
|
options?: __HttpHandlerOptions
|
|
@@ -255,7 +248,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
255
248
|
options: __HttpHandlerOptions,
|
|
256
249
|
cb: (err: any, data?: DeleteWebhookCommandOutput) => void
|
|
257
250
|
): void;
|
|
258
|
-
|
|
259
251
|
deregisterWebhookWithThirdParty(
|
|
260
252
|
args: DeregisterWebhookWithThirdPartyCommandInput,
|
|
261
253
|
options?: __HttpHandlerOptions
|
|
@@ -269,7 +261,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
269
261
|
options: __HttpHandlerOptions,
|
|
270
262
|
cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void
|
|
271
263
|
): void;
|
|
272
|
-
|
|
273
264
|
disableStageTransition(
|
|
274
265
|
args: DisableStageTransitionCommandInput,
|
|
275
266
|
options?: __HttpHandlerOptions
|
|
@@ -283,7 +274,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
283
274
|
options: __HttpHandlerOptions,
|
|
284
275
|
cb: (err: any, data?: DisableStageTransitionCommandOutput) => void
|
|
285
276
|
): void;
|
|
286
|
-
|
|
287
277
|
enableStageTransition(
|
|
288
278
|
args: EnableStageTransitionCommandInput,
|
|
289
279
|
options?: __HttpHandlerOptions
|
|
@@ -297,7 +287,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
297
287
|
options: __HttpHandlerOptions,
|
|
298
288
|
cb: (err: any, data?: EnableStageTransitionCommandOutput) => void
|
|
299
289
|
): void;
|
|
300
|
-
|
|
301
290
|
getActionType(
|
|
302
291
|
args: GetActionTypeCommandInput,
|
|
303
292
|
options?: __HttpHandlerOptions
|
|
@@ -311,7 +300,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
311
300
|
options: __HttpHandlerOptions,
|
|
312
301
|
cb: (err: any, data?: GetActionTypeCommandOutput) => void
|
|
313
302
|
): void;
|
|
314
|
-
|
|
315
303
|
getJobDetails(
|
|
316
304
|
args: GetJobDetailsCommandInput,
|
|
317
305
|
options?: __HttpHandlerOptions
|
|
@@ -325,7 +313,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
325
313
|
options: __HttpHandlerOptions,
|
|
326
314
|
cb: (err: any, data?: GetJobDetailsCommandOutput) => void
|
|
327
315
|
): void;
|
|
328
|
-
|
|
329
316
|
getPipeline(
|
|
330
317
|
args: GetPipelineCommandInput,
|
|
331
318
|
options?: __HttpHandlerOptions
|
|
@@ -339,7 +326,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
339
326
|
options: __HttpHandlerOptions,
|
|
340
327
|
cb: (err: any, data?: GetPipelineCommandOutput) => void
|
|
341
328
|
): void;
|
|
342
|
-
|
|
343
329
|
getPipelineExecution(
|
|
344
330
|
args: GetPipelineExecutionCommandInput,
|
|
345
331
|
options?: __HttpHandlerOptions
|
|
@@ -353,7 +339,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
353
339
|
options: __HttpHandlerOptions,
|
|
354
340
|
cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void
|
|
355
341
|
): void;
|
|
356
|
-
|
|
357
342
|
getPipelineState(
|
|
358
343
|
args: GetPipelineStateCommandInput,
|
|
359
344
|
options?: __HttpHandlerOptions
|
|
@@ -367,7 +352,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
367
352
|
options: __HttpHandlerOptions,
|
|
368
353
|
cb: (err: any, data?: GetPipelineStateCommandOutput) => void
|
|
369
354
|
): void;
|
|
370
|
-
|
|
371
355
|
getThirdPartyJobDetails(
|
|
372
356
|
args: GetThirdPartyJobDetailsCommandInput,
|
|
373
357
|
options?: __HttpHandlerOptions
|
|
@@ -381,7 +365,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
381
365
|
options: __HttpHandlerOptions,
|
|
382
366
|
cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void
|
|
383
367
|
): void;
|
|
384
|
-
|
|
385
368
|
listActionExecutions(
|
|
386
369
|
args: ListActionExecutionsCommandInput,
|
|
387
370
|
options?: __HttpHandlerOptions
|
|
@@ -395,7 +378,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
395
378
|
options: __HttpHandlerOptions,
|
|
396
379
|
cb: (err: any, data?: ListActionExecutionsCommandOutput) => void
|
|
397
380
|
): void;
|
|
398
|
-
|
|
399
381
|
listActionTypes(
|
|
400
382
|
args: ListActionTypesCommandInput,
|
|
401
383
|
options?: __HttpHandlerOptions
|
|
@@ -409,7 +391,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
409
391
|
options: __HttpHandlerOptions,
|
|
410
392
|
cb: (err: any, data?: ListActionTypesCommandOutput) => void
|
|
411
393
|
): void;
|
|
412
|
-
|
|
413
394
|
listPipelineExecutions(
|
|
414
395
|
args: ListPipelineExecutionsCommandInput,
|
|
415
396
|
options?: __HttpHandlerOptions
|
|
@@ -423,7 +404,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
423
404
|
options: __HttpHandlerOptions,
|
|
424
405
|
cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void
|
|
425
406
|
): void;
|
|
426
|
-
|
|
427
407
|
listPipelines(
|
|
428
408
|
args: ListPipelinesCommandInput,
|
|
429
409
|
options?: __HttpHandlerOptions
|
|
@@ -437,7 +417,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
437
417
|
options: __HttpHandlerOptions,
|
|
438
418
|
cb: (err: any, data?: ListPipelinesCommandOutput) => void
|
|
439
419
|
): void;
|
|
440
|
-
|
|
441
420
|
listTagsForResource(
|
|
442
421
|
args: ListTagsForResourceCommandInput,
|
|
443
422
|
options?: __HttpHandlerOptions
|
|
@@ -451,7 +430,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
451
430
|
options: __HttpHandlerOptions,
|
|
452
431
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
453
432
|
): void;
|
|
454
|
-
|
|
455
433
|
listWebhooks(
|
|
456
434
|
args: ListWebhooksCommandInput,
|
|
457
435
|
options?: __HttpHandlerOptions
|
|
@@ -465,7 +443,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
465
443
|
options: __HttpHandlerOptions,
|
|
466
444
|
cb: (err: any, data?: ListWebhooksCommandOutput) => void
|
|
467
445
|
): void;
|
|
468
|
-
|
|
469
446
|
pollForJobs(
|
|
470
447
|
args: PollForJobsCommandInput,
|
|
471
448
|
options?: __HttpHandlerOptions
|
|
@@ -479,7 +456,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
479
456
|
options: __HttpHandlerOptions,
|
|
480
457
|
cb: (err: any, data?: PollForJobsCommandOutput) => void
|
|
481
458
|
): void;
|
|
482
|
-
|
|
483
459
|
pollForThirdPartyJobs(
|
|
484
460
|
args: PollForThirdPartyJobsCommandInput,
|
|
485
461
|
options?: __HttpHandlerOptions
|
|
@@ -493,7 +469,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
493
469
|
options: __HttpHandlerOptions,
|
|
494
470
|
cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void
|
|
495
471
|
): void;
|
|
496
|
-
|
|
497
472
|
putActionRevision(
|
|
498
473
|
args: PutActionRevisionCommandInput,
|
|
499
474
|
options?: __HttpHandlerOptions
|
|
@@ -507,7 +482,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
507
482
|
options: __HttpHandlerOptions,
|
|
508
483
|
cb: (err: any, data?: PutActionRevisionCommandOutput) => void
|
|
509
484
|
): void;
|
|
510
|
-
|
|
511
485
|
putApprovalResult(
|
|
512
486
|
args: PutApprovalResultCommandInput,
|
|
513
487
|
options?: __HttpHandlerOptions
|
|
@@ -521,7 +495,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
521
495
|
options: __HttpHandlerOptions,
|
|
522
496
|
cb: (err: any, data?: PutApprovalResultCommandOutput) => void
|
|
523
497
|
): void;
|
|
524
|
-
|
|
525
498
|
putJobFailureResult(
|
|
526
499
|
args: PutJobFailureResultCommandInput,
|
|
527
500
|
options?: __HttpHandlerOptions
|
|
@@ -535,7 +508,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
535
508
|
options: __HttpHandlerOptions,
|
|
536
509
|
cb: (err: any, data?: PutJobFailureResultCommandOutput) => void
|
|
537
510
|
): void;
|
|
538
|
-
|
|
539
511
|
putJobSuccessResult(
|
|
540
512
|
args: PutJobSuccessResultCommandInput,
|
|
541
513
|
options?: __HttpHandlerOptions
|
|
@@ -549,7 +521,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
549
521
|
options: __HttpHandlerOptions,
|
|
550
522
|
cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void
|
|
551
523
|
): void;
|
|
552
|
-
|
|
553
524
|
putThirdPartyJobFailureResult(
|
|
554
525
|
args: PutThirdPartyJobFailureResultCommandInput,
|
|
555
526
|
options?: __HttpHandlerOptions
|
|
@@ -563,7 +534,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
563
534
|
options: __HttpHandlerOptions,
|
|
564
535
|
cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void
|
|
565
536
|
): void;
|
|
566
|
-
|
|
567
537
|
putThirdPartyJobSuccessResult(
|
|
568
538
|
args: PutThirdPartyJobSuccessResultCommandInput,
|
|
569
539
|
options?: __HttpHandlerOptions
|
|
@@ -577,7 +547,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
577
547
|
options: __HttpHandlerOptions,
|
|
578
548
|
cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void
|
|
579
549
|
): void;
|
|
580
|
-
|
|
581
550
|
putWebhook(
|
|
582
551
|
args: PutWebhookCommandInput,
|
|
583
552
|
options?: __HttpHandlerOptions
|
|
@@ -591,7 +560,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
591
560
|
options: __HttpHandlerOptions,
|
|
592
561
|
cb: (err: any, data?: PutWebhookCommandOutput) => void
|
|
593
562
|
): void;
|
|
594
|
-
|
|
595
563
|
registerWebhookWithThirdParty(
|
|
596
564
|
args: RegisterWebhookWithThirdPartyCommandInput,
|
|
597
565
|
options?: __HttpHandlerOptions
|
|
@@ -605,7 +573,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
605
573
|
options: __HttpHandlerOptions,
|
|
606
574
|
cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void
|
|
607
575
|
): void;
|
|
608
|
-
|
|
609
576
|
retryStageExecution(
|
|
610
577
|
args: RetryStageExecutionCommandInput,
|
|
611
578
|
options?: __HttpHandlerOptions
|
|
@@ -619,7 +586,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
619
586
|
options: __HttpHandlerOptions,
|
|
620
587
|
cb: (err: any, data?: RetryStageExecutionCommandOutput) => void
|
|
621
588
|
): void;
|
|
622
|
-
|
|
623
589
|
startPipelineExecution(
|
|
624
590
|
args: StartPipelineExecutionCommandInput,
|
|
625
591
|
options?: __HttpHandlerOptions
|
|
@@ -633,7 +599,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
633
599
|
options: __HttpHandlerOptions,
|
|
634
600
|
cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void
|
|
635
601
|
): void;
|
|
636
|
-
|
|
637
602
|
stopPipelineExecution(
|
|
638
603
|
args: StopPipelineExecutionCommandInput,
|
|
639
604
|
options?: __HttpHandlerOptions
|
|
@@ -647,7 +612,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
647
612
|
options: __HttpHandlerOptions,
|
|
648
613
|
cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void
|
|
649
614
|
): void;
|
|
650
|
-
|
|
651
615
|
tagResource(
|
|
652
616
|
args: TagResourceCommandInput,
|
|
653
617
|
options?: __HttpHandlerOptions
|
|
@@ -661,7 +625,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
661
625
|
options: __HttpHandlerOptions,
|
|
662
626
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
663
627
|
): void;
|
|
664
|
-
|
|
665
628
|
untagResource(
|
|
666
629
|
args: UntagResourceCommandInput,
|
|
667
630
|
options?: __HttpHandlerOptions
|
|
@@ -675,7 +638,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
675
638
|
options: __HttpHandlerOptions,
|
|
676
639
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
677
640
|
): void;
|
|
678
|
-
|
|
679
641
|
updateActionType(
|
|
680
642
|
args: UpdateActionTypeCommandInput,
|
|
681
643
|
options?: __HttpHandlerOptions
|
|
@@ -689,7 +651,6 @@ export declare class CodePipeline extends CodePipelineClient {
|
|
|
689
651
|
options: __HttpHandlerOptions,
|
|
690
652
|
cb: (err: any, data?: UpdateActionTypeCommandOutput) => void
|
|
691
653
|
): void;
|
|
692
|
-
|
|
693
654
|
updatePipeline(
|
|
694
655
|
args: UpdatePipelineCommandInput,
|
|
695
656
|
options?: __HttpHandlerOptions
|
|
@@ -281,47 +281,26 @@ export declare type ServiceOutputTypes =
|
|
|
281
281
|
export interface ClientDefaults
|
|
282
282
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
283
283
|
requestHandler?: __HttpHandler;
|
|
284
|
-
|
|
285
284
|
sha256?: __HashConstructor;
|
|
286
|
-
|
|
287
285
|
urlParser?: __UrlParser;
|
|
288
|
-
|
|
289
286
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
290
|
-
|
|
291
287
|
streamCollector?: __StreamCollector;
|
|
292
|
-
|
|
293
288
|
base64Decoder?: __Decoder;
|
|
294
|
-
|
|
295
289
|
base64Encoder?: __Encoder;
|
|
296
|
-
|
|
297
290
|
utf8Decoder?: __Decoder;
|
|
298
|
-
|
|
299
291
|
utf8Encoder?: __Encoder;
|
|
300
|
-
|
|
301
292
|
runtime?: string;
|
|
302
|
-
|
|
303
293
|
disableHostPrefix?: boolean;
|
|
304
|
-
|
|
305
294
|
maxAttempts?: number | __Provider<number>;
|
|
306
|
-
|
|
307
295
|
retryMode?: string | __Provider<string>;
|
|
308
|
-
|
|
309
296
|
logger?: __Logger;
|
|
310
|
-
|
|
311
297
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
312
|
-
|
|
313
298
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
314
|
-
|
|
315
299
|
serviceId?: string;
|
|
316
|
-
|
|
317
300
|
region?: string | __Provider<string>;
|
|
318
|
-
|
|
319
301
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
320
|
-
|
|
321
302
|
regionInfoProvider?: RegionInfoProvider;
|
|
322
|
-
|
|
323
303
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
324
|
-
|
|
325
304
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
326
305
|
}
|
|
327
306
|
declare type CodePipelineClientConfigType = Partial<
|
|
@@ -334,7 +313,6 @@ declare type CodePipelineClientConfigType = Partial<
|
|
|
334
313
|
HostHeaderInputConfig &
|
|
335
314
|
AwsAuthInputConfig &
|
|
336
315
|
UserAgentInputConfig;
|
|
337
|
-
|
|
338
316
|
export interface CodePipelineClientConfig
|
|
339
317
|
extends CodePipelineClientConfigType {}
|
|
340
318
|
declare type CodePipelineClientResolvedConfigType =
|
|
@@ -346,10 +324,8 @@ declare type CodePipelineClientResolvedConfigType =
|
|
|
346
324
|
HostHeaderResolvedConfig &
|
|
347
325
|
AwsAuthResolvedConfig &
|
|
348
326
|
UserAgentResolvedConfig;
|
|
349
|
-
|
|
350
327
|
export interface CodePipelineClientResolvedConfig
|
|
351
328
|
extends CodePipelineClientResolvedConfigType {}
|
|
352
|
-
|
|
353
329
|
export declare class CodePipelineClient extends __Client<
|
|
354
330
|
__HttpHandlerOptions,
|
|
355
331
|
ServiceInputTypes,
|
|
@@ -358,7 +334,6 @@ export declare class CodePipelineClient extends __Client<
|
|
|
358
334
|
> {
|
|
359
335
|
readonly config: CodePipelineClientResolvedConfig;
|
|
360
336
|
constructor(configuration: CodePipelineClientConfig);
|
|
361
|
-
|
|
362
337
|
destroy(): void;
|
|
363
338
|
}
|
|
364
339
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface AcknowledgeJobCommandInput extends AcknowledgeJobInput {}
|
|
|
15
15
|
export interface AcknowledgeJobCommandOutput
|
|
16
16
|
extends AcknowledgeJobOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class AcknowledgeJobCommand extends $Command<
|
|
20
19
|
AcknowledgeJobCommandInput,
|
|
21
20
|
AcknowledgeJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class AcknowledgeJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: AcknowledgeJobCommandInput;
|
|
25
24
|
constructor(input: AcknowledgeJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AcknowledgeThirdPartyJobCommandInput
|
|
|
19
19
|
export interface AcknowledgeThirdPartyJobCommandOutput
|
|
20
20
|
extends AcknowledgeThirdPartyJobOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AcknowledgeThirdPartyJobCommand extends $Command<
|
|
24
23
|
AcknowledgeThirdPartyJobCommandInput,
|
|
25
24
|
AcknowledgeThirdPartyJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AcknowledgeThirdPartyJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AcknowledgeThirdPartyJobCommandInput;
|
|
29
28
|
constructor(input: AcknowledgeThirdPartyJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateCustomActionTypeCommandInput
|
|
|
19
19
|
export interface CreateCustomActionTypeCommandOutput
|
|
20
20
|
extends CreateCustomActionTypeOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCustomActionTypeCommand extends $Command<
|
|
24
23
|
CreateCustomActionTypeCommandInput,
|
|
25
24
|
CreateCustomActionTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCustomActionTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCustomActionTypeCommandInput;
|
|
29
28
|
constructor(input: CreateCustomActionTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreatePipelineCommandInput extends CreatePipelineInput {}
|
|
|
15
15
|
export interface CreatePipelineCommandOutput
|
|
16
16
|
extends CreatePipelineOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreatePipelineCommand extends $Command<
|
|
20
19
|
CreatePipelineCommandInput,
|
|
21
20
|
CreatePipelineCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreatePipelineCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreatePipelineCommandInput;
|
|
25
24
|
constructor(input: CreatePipelineCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteCustomActionTypeInput } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteCustomActionTypeCommandInput
|
|
15
15
|
extends DeleteCustomActionTypeInput {}
|
|
16
16
|
export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteCustomActionTypeCommand extends $Command<
|
|
19
18
|
DeleteCustomActionTypeCommandInput,
|
|
20
19
|
DeleteCustomActionTypeCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteCustomActionTypeCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteCustomActionTypeCommandInput;
|
|
24
23
|
constructor(input: DeleteCustomActionTypeCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeletePipelineInput } from "../models/models_0";
|
|
14
14
|
export interface DeletePipelineCommandInput extends DeletePipelineInput {}
|
|
15
15
|
export interface DeletePipelineCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeletePipelineCommand extends $Command<
|
|
18
17
|
DeletePipelineCommandInput,
|
|
19
18
|
DeletePipelineCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeletePipelineCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeletePipelineCommandInput;
|
|
23
22
|
constructor(input: DeletePipelineCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {}
|
|
|
15
15
|
export interface DeleteWebhookCommandOutput
|
|
16
16
|
extends DeleteWebhookOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteWebhookCommand extends $Command<
|
|
20
19
|
DeleteWebhookCommandInput,
|
|
21
20
|
DeleteWebhookCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteWebhookCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteWebhookCommandInput;
|
|
25
24
|
constructor(input: DeleteWebhookCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeregisterWebhookWithThirdPartyCommandInput
|
|
|
19
19
|
export interface DeregisterWebhookWithThirdPartyCommandOutput
|
|
20
20
|
extends DeregisterWebhookWithThirdPartyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeregisterWebhookWithThirdPartyCommand extends $Command<
|
|
24
23
|
DeregisterWebhookWithThirdPartyCommandInput,
|
|
25
24
|
DeregisterWebhookWithThirdPartyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeregisterWebhookWithThirdPartyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeregisterWebhookWithThirdPartyCommandInput;
|
|
29
28
|
constructor(input: DeregisterWebhookWithThirdPartyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DisableStageTransitionInput } from "../models/models_0";
|
|
|
14
14
|
export interface DisableStageTransitionCommandInput
|
|
15
15
|
extends DisableStageTransitionInput {}
|
|
16
16
|
export interface DisableStageTransitionCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DisableStageTransitionCommand extends $Command<
|
|
19
18
|
DisableStageTransitionCommandInput,
|
|
20
19
|
DisableStageTransitionCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DisableStageTransitionCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DisableStageTransitionCommandInput;
|
|
24
23
|
constructor(input: DisableStageTransitionCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { EnableStageTransitionInput } from "../models/models_0";
|
|
|
14
14
|
export interface EnableStageTransitionCommandInput
|
|
15
15
|
extends EnableStageTransitionInput {}
|
|
16
16
|
export interface EnableStageTransitionCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class EnableStageTransitionCommand extends $Command<
|
|
19
18
|
EnableStageTransitionCommandInput,
|
|
20
19
|
EnableStageTransitionCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class EnableStageTransitionCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: EnableStageTransitionCommandInput;
|
|
24
23
|
constructor(input: EnableStageTransitionCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetActionTypeCommandInput extends GetActionTypeInput {}
|
|
|
15
15
|
export interface GetActionTypeCommandOutput
|
|
16
16
|
extends GetActionTypeOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetActionTypeCommand extends $Command<
|
|
20
19
|
GetActionTypeCommandInput,
|
|
21
20
|
GetActionTypeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetActionTypeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetActionTypeCommandInput;
|
|
25
24
|
constructor(input: GetActionTypeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetJobDetailsCommandInput extends GetJobDetailsInput {}
|
|
|
15
15
|
export interface GetJobDetailsCommandOutput
|
|
16
16
|
extends GetJobDetailsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetJobDetailsCommand extends $Command<
|
|
20
19
|
GetJobDetailsCommandInput,
|
|
21
20
|
GetJobDetailsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetJobDetailsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetJobDetailsCommandInput;
|
|
25
24
|
constructor(input: GetJobDetailsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetPipelineCommandInput extends GetPipelineInput {}
|
|
|
15
15
|
export interface GetPipelineCommandOutput
|
|
16
16
|
extends GetPipelineOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetPipelineCommand extends $Command<
|
|
20
19
|
GetPipelineCommandInput,
|
|
21
20
|
GetPipelineCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetPipelineCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetPipelineCommandInput;
|
|
25
24
|
constructor(input: GetPipelineCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPipelineExecutionCommandInput
|
|
|
19
19
|
export interface GetPipelineExecutionCommandOutput
|
|
20
20
|
extends GetPipelineExecutionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPipelineExecutionCommand extends $Command<
|
|
24
23
|
GetPipelineExecutionCommandInput,
|
|
25
24
|
GetPipelineExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPipelineExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPipelineExecutionCommandInput;
|
|
29
28
|
constructor(input: GetPipelineExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetPipelineStateCommandInput extends GetPipelineStateInput {}
|
|
|
18
18
|
export interface GetPipelineStateCommandOutput
|
|
19
19
|
extends GetPipelineStateOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetPipelineStateCommand extends $Command<
|
|
23
22
|
GetPipelineStateCommandInput,
|
|
24
23
|
GetPipelineStateCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetPipelineStateCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetPipelineStateCommandInput;
|
|
28
27
|
constructor(input: GetPipelineStateCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodePipelineClientResolvedConfig,
|