@aws-sdk/client-codepipeline 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CodePipeline.d.ts +706 -200
  3. package/dist-types/ts3.4/CodePipelineClient.d.ts +364 -112
  4. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +33 -17
  32. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +39 -39
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  45. package/dist-types/ts3.4/index.d.ts +6 -6
  46. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +8 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +2027 -1808
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  50. package/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  62. package/package.json +34 -34
@@ -1,1808 +1,2027 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
3
-
4
- export interface AcknowledgeJobInput {
5
-
6
- jobId: string | undefined;
7
-
8
- nonce: string | undefined;
9
- }
10
- export declare enum JobStatus {
11
- Created = "Created",
12
- Dispatched = "Dispatched",
13
- Failed = "Failed",
14
- InProgress = "InProgress",
15
- Queued = "Queued",
16
- Succeeded = "Succeeded",
17
- TimedOut = "TimedOut"
18
- }
19
-
20
- export interface AcknowledgeJobOutput {
21
-
22
- status?: JobStatus | string;
23
- }
24
-
25
- export declare class InvalidNonceException extends __BaseException {
26
- readonly name: "InvalidNonceException";
27
- readonly $fault: "client";
28
-
29
- constructor(opts: __ExceptionOptionType<InvalidNonceException, __BaseException>);
30
- }
31
-
32
- export declare class JobNotFoundException extends __BaseException {
33
- readonly name: "JobNotFoundException";
34
- readonly $fault: "client";
35
-
36
- constructor(opts: __ExceptionOptionType<JobNotFoundException, __BaseException>);
37
- }
38
-
39
- export declare class ValidationException extends __BaseException {
40
- readonly name: "ValidationException";
41
- readonly $fault: "client";
42
-
43
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
44
- }
45
-
46
- export interface AcknowledgeThirdPartyJobInput {
47
-
48
- jobId: string | undefined;
49
-
50
- nonce: string | undefined;
51
-
52
- clientToken: string | undefined;
53
- }
54
-
55
- export interface AcknowledgeThirdPartyJobOutput {
56
-
57
- status?: JobStatus | string;
58
- }
59
-
60
- export declare class InvalidClientTokenException extends __BaseException {
61
- readonly name: "InvalidClientTokenException";
62
- readonly $fault: "client";
63
-
64
- constructor(opts: __ExceptionOptionType<InvalidClientTokenException, __BaseException>);
65
- }
66
- export declare enum ActionCategory {
67
- Approval = "Approval",
68
- Build = "Build",
69
- Deploy = "Deploy",
70
- Invoke = "Invoke",
71
- Source = "Source",
72
- Test = "Test"
73
- }
74
-
75
- export interface ActionConfiguration {
76
-
77
- configuration?: Record<string, string>;
78
- }
79
- export declare enum ActionConfigurationPropertyType {
80
- Boolean = "Boolean",
81
- Number = "Number",
82
- String = "String"
83
- }
84
-
85
- export interface ActionConfigurationProperty {
86
-
87
- name: string | undefined;
88
-
89
- required: boolean | undefined;
90
-
91
- key: boolean | undefined;
92
-
93
- secret: boolean | undefined;
94
-
95
- queryable?: boolean;
96
-
97
- description?: string;
98
-
99
- type?: ActionConfigurationPropertyType | string;
100
- }
101
-
102
- export interface ActionContext {
103
-
104
- name?: string;
105
-
106
- actionExecutionId?: string;
107
- }
108
- export declare enum ActionOwner {
109
- AWS = "AWS",
110
- Custom = "Custom",
111
- ThirdParty = "ThirdParty"
112
- }
113
-
114
- export interface ActionTypeId {
115
-
116
- category: ActionCategory | string | undefined;
117
-
118
- owner: ActionOwner | string | undefined;
119
-
120
- provider: string | undefined;
121
-
122
- version: string | undefined;
123
- }
124
-
125
- export interface InputArtifact {
126
-
127
- name: string | undefined;
128
- }
129
-
130
- export interface OutputArtifact {
131
-
132
- name: string | undefined;
133
- }
134
-
135
- export interface ActionDeclaration {
136
-
137
- name: string | undefined;
138
-
139
- actionTypeId: ActionTypeId | undefined;
140
-
141
- runOrder?: number;
142
-
143
- configuration?: Record<string, string>;
144
-
145
- outputArtifacts?: OutputArtifact[];
146
-
147
- inputArtifacts?: InputArtifact[];
148
-
149
- roleArn?: string;
150
-
151
- region?: string;
152
-
153
- namespace?: string;
154
- }
155
-
156
- export interface ErrorDetails {
157
-
158
- code?: string;
159
-
160
- message?: string;
161
- }
162
- export declare enum ActionExecutionStatus {
163
- Abandoned = "Abandoned",
164
- Failed = "Failed",
165
- InProgress = "InProgress",
166
- Succeeded = "Succeeded"
167
- }
168
-
169
- export interface ActionExecution {
170
-
171
- actionExecutionId?: string;
172
-
173
- status?: ActionExecutionStatus | string;
174
-
175
- summary?: string;
176
-
177
- lastStatusChange?: Date;
178
-
179
- token?: string;
180
-
181
- lastUpdatedBy?: string;
182
-
183
- externalExecutionId?: string;
184
-
185
- externalExecutionUrl?: string;
186
-
187
- percentComplete?: number;
188
-
189
- errorDetails?: ErrorDetails;
190
- }
191
-
192
- export interface S3Location {
193
-
194
- bucket?: string;
195
-
196
- key?: string;
197
- }
198
-
199
- export interface ArtifactDetail {
200
-
201
- name?: string;
202
-
203
- s3location?: S3Location;
204
- }
205
-
206
- export interface ActionExecutionInput {
207
-
208
- actionTypeId?: ActionTypeId;
209
-
210
- configuration?: Record<string, string>;
211
-
212
- resolvedConfiguration?: Record<string, string>;
213
-
214
- roleArn?: string;
215
-
216
- region?: string;
217
-
218
- inputArtifacts?: ArtifactDetail[];
219
-
220
- namespace?: string;
221
- }
222
-
223
- export interface ActionExecutionResult {
224
-
225
- externalExecutionId?: string;
226
-
227
- externalExecutionSummary?: string;
228
-
229
- externalExecutionUrl?: string;
230
- }
231
-
232
- export interface ActionExecutionOutput {
233
-
234
- outputArtifacts?: ArtifactDetail[];
235
-
236
- executionResult?: ActionExecutionResult;
237
-
238
- outputVariables?: Record<string, string>;
239
- }
240
-
241
- export interface ActionExecutionDetail {
242
-
243
- pipelineExecutionId?: string;
244
-
245
- actionExecutionId?: string;
246
-
247
- pipelineVersion?: number;
248
-
249
- stageName?: string;
250
-
251
- actionName?: string;
252
-
253
- startTime?: Date;
254
-
255
- lastUpdateTime?: Date;
256
-
257
- status?: ActionExecutionStatus | string;
258
-
259
- input?: ActionExecutionInput;
260
-
261
- output?: ActionExecutionOutput;
262
- }
263
-
264
- export interface ActionExecutionFilter {
265
-
266
- pipelineExecutionId?: string;
267
- }
268
-
269
- export declare class ActionNotFoundException extends __BaseException {
270
- readonly name: "ActionNotFoundException";
271
- readonly $fault: "client";
272
-
273
- constructor(opts: __ExceptionOptionType<ActionNotFoundException, __BaseException>);
274
- }
275
-
276
- export interface ActionRevision {
277
-
278
- revisionId: string | undefined;
279
-
280
- revisionChangeId: string | undefined;
281
-
282
- created: Date | undefined;
283
- }
284
-
285
- export interface ActionState {
286
-
287
- actionName?: string;
288
-
289
- currentRevision?: ActionRevision;
290
-
291
- latestExecution?: ActionExecution;
292
-
293
- entityUrl?: string;
294
-
295
- revisionUrl?: string;
296
- }
297
-
298
- export interface ArtifactDetails {
299
-
300
- minimumCount: number | undefined;
301
-
302
- maximumCount: number | undefined;
303
- }
304
-
305
- export interface ActionTypeSettings {
306
-
307
- thirdPartyConfigurationUrl?: string;
308
-
309
- entityUrlTemplate?: string;
310
-
311
- executionUrlTemplate?: string;
312
-
313
- revisionUrlTemplate?: string;
314
- }
315
-
316
- export interface ActionType {
317
-
318
- id: ActionTypeId | undefined;
319
-
320
- settings?: ActionTypeSettings;
321
-
322
- actionConfigurationProperties?: ActionConfigurationProperty[];
323
-
324
- inputArtifactDetails: ArtifactDetails | undefined;
325
-
326
- outputArtifactDetails: ArtifactDetails | undefined;
327
- }
328
-
329
- export interface ActionTypeArtifactDetails {
330
-
331
- minimumCount: number | undefined;
332
-
333
- maximumCount: number | undefined;
334
- }
335
-
336
- export interface JobWorkerExecutorConfiguration {
337
-
338
- pollingAccounts?: string[];
339
-
340
- pollingServicePrincipals?: string[];
341
- }
342
-
343
- export interface LambdaExecutorConfiguration {
344
-
345
- lambdaFunctionArn: string | undefined;
346
- }
347
-
348
- export interface ExecutorConfiguration {
349
-
350
- lambdaExecutorConfiguration?: LambdaExecutorConfiguration;
351
-
352
- jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
353
- }
354
- export declare enum ExecutorType {
355
- JobWorker = "JobWorker",
356
- Lambda = "Lambda"
357
- }
358
-
359
- export interface ActionTypeExecutor {
360
-
361
- configuration: ExecutorConfiguration | undefined;
362
-
363
- type: ExecutorType | string | undefined;
364
-
365
- policyStatementsTemplate?: string;
366
-
367
- jobTimeout?: number;
368
- }
369
-
370
- export interface ActionTypeIdentifier {
371
-
372
- category: ActionCategory | string | undefined;
373
-
374
- owner: string | undefined;
375
-
376
- provider: string | undefined;
377
-
378
- version: string | undefined;
379
- }
380
-
381
- export interface ActionTypePermissions {
382
-
383
- allowedAccounts: string[] | undefined;
384
- }
385
-
386
- export interface ActionTypeProperty {
387
-
388
- name: string | undefined;
389
-
390
- optional: boolean | undefined;
391
-
392
- key: boolean | undefined;
393
-
394
- noEcho: boolean | undefined;
395
-
396
- queryable?: boolean;
397
-
398
- description?: string;
399
- }
400
-
401
- export interface ActionTypeUrls {
402
-
403
- configurationUrl?: string;
404
-
405
- entityUrlTemplate?: string;
406
-
407
- executionUrlTemplate?: string;
408
-
409
- revisionUrlTemplate?: string;
410
- }
411
-
412
- export interface ActionTypeDeclaration {
413
-
414
- description?: string;
415
-
416
- executor: ActionTypeExecutor | undefined;
417
-
418
- id: ActionTypeIdentifier | undefined;
419
-
420
- inputArtifactDetails: ActionTypeArtifactDetails | undefined;
421
-
422
- outputArtifactDetails: ActionTypeArtifactDetails | undefined;
423
-
424
- permissions?: ActionTypePermissions;
425
-
426
- properties?: ActionTypeProperty[];
427
-
428
- urls?: ActionTypeUrls;
429
- }
430
-
431
- export declare class ActionTypeNotFoundException extends __BaseException {
432
- readonly name: "ActionTypeNotFoundException";
433
- readonly $fault: "client";
434
-
435
- constructor(opts: __ExceptionOptionType<ActionTypeNotFoundException, __BaseException>);
436
- }
437
-
438
- export declare class ApprovalAlreadyCompletedException extends __BaseException {
439
- readonly name: "ApprovalAlreadyCompletedException";
440
- readonly $fault: "client";
441
-
442
- constructor(opts: __ExceptionOptionType<ApprovalAlreadyCompletedException, __BaseException>);
443
- }
444
- export declare enum ApprovalStatus {
445
- Approved = "Approved",
446
- Rejected = "Rejected"
447
- }
448
-
449
- export interface ApprovalResult {
450
-
451
- summary: string | undefined;
452
-
453
- status: ApprovalStatus | string | undefined;
454
- }
455
-
456
- export interface S3ArtifactLocation {
457
-
458
- bucketName: string | undefined;
459
-
460
- objectKey: string | undefined;
461
- }
462
- export declare enum ArtifactLocationType {
463
- S3 = "S3"
464
- }
465
-
466
- export interface ArtifactLocation {
467
-
468
- type?: ArtifactLocationType | string;
469
-
470
- s3Location?: S3ArtifactLocation;
471
- }
472
-
473
- export interface Artifact {
474
-
475
- name?: string;
476
-
477
- revision?: string;
478
-
479
- location?: ArtifactLocation;
480
- }
481
-
482
- export interface ArtifactRevision {
483
-
484
- name?: string;
485
-
486
- revisionId?: string;
487
-
488
- revisionChangeIdentifier?: string;
489
-
490
- revisionSummary?: string;
491
-
492
- created?: Date;
493
-
494
- revisionUrl?: string;
495
- }
496
- export declare enum EncryptionKeyType {
497
- KMS = "KMS"
498
- }
499
-
500
- export interface EncryptionKey {
501
-
502
- id: string | undefined;
503
-
504
- type: EncryptionKeyType | string | undefined;
505
- }
506
- export declare enum ArtifactStoreType {
507
- S3 = "S3"
508
- }
509
-
510
- export interface ArtifactStore {
511
-
512
- type: ArtifactStoreType | string | undefined;
513
-
514
- location: string | undefined;
515
-
516
- encryptionKey?: EncryptionKey;
517
- }
518
-
519
- export interface AWSSessionCredentials {
520
-
521
- accessKeyId: string | undefined;
522
-
523
- secretAccessKey: string | undefined;
524
-
525
- sessionToken: string | undefined;
526
- }
527
- export declare enum BlockerType {
528
- Schedule = "Schedule"
529
- }
530
-
531
- export interface BlockerDeclaration {
532
-
533
- name: string | undefined;
534
-
535
- type: BlockerType | string | undefined;
536
- }
537
-
538
- export declare class ConcurrentModificationException extends __BaseException {
539
- readonly name: "ConcurrentModificationException";
540
- readonly $fault: "client";
541
-
542
- constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
543
- }
544
-
545
- export interface Tag {
546
-
547
- key: string | undefined;
548
-
549
- value: string | undefined;
550
- }
551
-
552
- export interface CreateCustomActionTypeInput {
553
-
554
- category: ActionCategory | string | undefined;
555
-
556
- provider: string | undefined;
557
-
558
- version: string | undefined;
559
-
560
- settings?: ActionTypeSettings;
561
-
562
- configurationProperties?: ActionConfigurationProperty[];
563
-
564
- inputArtifactDetails: ArtifactDetails | undefined;
565
-
566
- outputArtifactDetails: ArtifactDetails | undefined;
567
-
568
- tags?: Tag[];
569
- }
570
-
571
- export interface CreateCustomActionTypeOutput {
572
-
573
- actionType: ActionType | undefined;
574
-
575
- tags?: Tag[];
576
- }
577
-
578
- export declare class InvalidTagsException extends __BaseException {
579
- readonly name: "InvalidTagsException";
580
- readonly $fault: "client";
581
-
582
- constructor(opts: __ExceptionOptionType<InvalidTagsException, __BaseException>);
583
- }
584
-
585
- export declare class LimitExceededException extends __BaseException {
586
- readonly name: "LimitExceededException";
587
- readonly $fault: "client";
588
-
589
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
590
- }
591
-
592
- export declare class TooManyTagsException extends __BaseException {
593
- readonly name: "TooManyTagsException";
594
- readonly $fault: "client";
595
-
596
- constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
597
- }
598
-
599
- export interface StageDeclaration {
600
-
601
- name: string | undefined;
602
-
603
- blockers?: BlockerDeclaration[];
604
-
605
- actions: ActionDeclaration[] | undefined;
606
- }
607
-
608
- export interface PipelineDeclaration {
609
-
610
- name: string | undefined;
611
-
612
- roleArn: string | undefined;
613
-
614
- artifactStore?: ArtifactStore;
615
-
616
- artifactStores?: Record<string, ArtifactStore>;
617
-
618
- stages: StageDeclaration[] | undefined;
619
-
620
- version?: number;
621
- }
622
-
623
- export interface CreatePipelineInput {
624
-
625
- pipeline: PipelineDeclaration | undefined;
626
-
627
- tags?: Tag[];
628
- }
629
-
630
- export interface CreatePipelineOutput {
631
-
632
- pipeline?: PipelineDeclaration;
633
-
634
- tags?: Tag[];
635
- }
636
-
637
- export declare class InvalidActionDeclarationException extends __BaseException {
638
- readonly name: "InvalidActionDeclarationException";
639
- readonly $fault: "client";
640
-
641
- constructor(opts: __ExceptionOptionType<InvalidActionDeclarationException, __BaseException>);
642
- }
643
-
644
- export declare class InvalidBlockerDeclarationException extends __BaseException {
645
- readonly name: "InvalidBlockerDeclarationException";
646
- readonly $fault: "client";
647
-
648
- constructor(opts: __ExceptionOptionType<InvalidBlockerDeclarationException, __BaseException>);
649
- }
650
-
651
- export declare class InvalidStageDeclarationException extends __BaseException {
652
- readonly name: "InvalidStageDeclarationException";
653
- readonly $fault: "client";
654
-
655
- constructor(opts: __ExceptionOptionType<InvalidStageDeclarationException, __BaseException>);
656
- }
657
-
658
- export declare class InvalidStructureException extends __BaseException {
659
- readonly name: "InvalidStructureException";
660
- readonly $fault: "client";
661
-
662
- constructor(opts: __ExceptionOptionType<InvalidStructureException, __BaseException>);
663
- }
664
-
665
- export declare class PipelineNameInUseException extends __BaseException {
666
- readonly name: "PipelineNameInUseException";
667
- readonly $fault: "client";
668
-
669
- constructor(opts: __ExceptionOptionType<PipelineNameInUseException, __BaseException>);
670
- }
671
-
672
- export interface DeleteCustomActionTypeInput {
673
-
674
- category: ActionCategory | string | undefined;
675
-
676
- provider: string | undefined;
677
-
678
- version: string | undefined;
679
- }
680
-
681
- export interface DeletePipelineInput {
682
-
683
- name: string | undefined;
684
- }
685
- export interface DeleteWebhookInput {
686
-
687
- name: string | undefined;
688
- }
689
- export interface DeleteWebhookOutput {
690
- }
691
- export interface DeregisterWebhookWithThirdPartyInput {
692
-
693
- webhookName?: string;
694
- }
695
- export interface DeregisterWebhookWithThirdPartyOutput {
696
- }
697
-
698
- export declare class WebhookNotFoundException extends __BaseException {
699
- readonly name: "WebhookNotFoundException";
700
- readonly $fault: "client";
701
-
702
- constructor(opts: __ExceptionOptionType<WebhookNotFoundException, __BaseException>);
703
- }
704
- export declare enum StageTransitionType {
705
- Inbound = "Inbound",
706
- Outbound = "Outbound"
707
- }
708
-
709
- export interface DisableStageTransitionInput {
710
-
711
- pipelineName: string | undefined;
712
-
713
- stageName: string | undefined;
714
-
715
- transitionType: StageTransitionType | string | undefined;
716
-
717
- reason: string | undefined;
718
- }
719
-
720
- export declare class PipelineNotFoundException extends __BaseException {
721
- readonly name: "PipelineNotFoundException";
722
- readonly $fault: "client";
723
-
724
- constructor(opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>);
725
- }
726
-
727
- export declare class StageNotFoundException extends __BaseException {
728
- readonly name: "StageNotFoundException";
729
- readonly $fault: "client";
730
-
731
- constructor(opts: __ExceptionOptionType<StageNotFoundException, __BaseException>);
732
- }
733
-
734
- export interface EnableStageTransitionInput {
735
-
736
- pipelineName: string | undefined;
737
-
738
- stageName: string | undefined;
739
-
740
- transitionType: StageTransitionType | string | undefined;
741
- }
742
- export interface GetActionTypeInput {
743
-
744
- category: ActionCategory | string | undefined;
745
-
746
- owner: string | undefined;
747
-
748
- provider: string | undefined;
749
-
750
- version: string | undefined;
751
- }
752
- export interface GetActionTypeOutput {
753
-
754
- actionType?: ActionTypeDeclaration;
755
- }
756
-
757
- export interface GetJobDetailsInput {
758
-
759
- jobId: string | undefined;
760
- }
761
-
762
- export interface StageContext {
763
-
764
- name?: string;
765
- }
766
-
767
- export interface PipelineContext {
768
-
769
- pipelineName?: string;
770
-
771
- stage?: StageContext;
772
-
773
- action?: ActionContext;
774
-
775
- pipelineArn?: string;
776
-
777
- pipelineExecutionId?: string;
778
- }
779
-
780
- export interface JobData {
781
-
782
- actionTypeId?: ActionTypeId;
783
-
784
- actionConfiguration?: ActionConfiguration;
785
-
786
- pipelineContext?: PipelineContext;
787
-
788
- inputArtifacts?: Artifact[];
789
-
790
- outputArtifacts?: Artifact[];
791
-
792
- artifactCredentials?: AWSSessionCredentials;
793
-
794
- continuationToken?: string;
795
-
796
- encryptionKey?: EncryptionKey;
797
- }
798
-
799
- export interface JobDetails {
800
-
801
- id?: string;
802
-
803
- data?: JobData;
804
-
805
- accountId?: string;
806
- }
807
-
808
- export interface GetJobDetailsOutput {
809
-
810
- jobDetails?: JobDetails;
811
- }
812
-
813
- export interface GetPipelineInput {
814
-
815
- name: string | undefined;
816
-
817
- version?: number;
818
- }
819
-
820
- export interface PipelineMetadata {
821
-
822
- pipelineArn?: string;
823
-
824
- created?: Date;
825
-
826
- updated?: Date;
827
- }
828
-
829
- export interface GetPipelineOutput {
830
-
831
- pipeline?: PipelineDeclaration;
832
-
833
- metadata?: PipelineMetadata;
834
- }
835
-
836
- export declare class PipelineVersionNotFoundException extends __BaseException {
837
- readonly name: "PipelineVersionNotFoundException";
838
- readonly $fault: "client";
839
-
840
- constructor(opts: __ExceptionOptionType<PipelineVersionNotFoundException, __BaseException>);
841
- }
842
-
843
- export interface GetPipelineExecutionInput {
844
-
845
- pipelineName: string | undefined;
846
-
847
- pipelineExecutionId: string | undefined;
848
- }
849
- export declare enum PipelineExecutionStatus {
850
- Cancelled = "Cancelled",
851
- Failed = "Failed",
852
- InProgress = "InProgress",
853
- Stopped = "Stopped",
854
- Stopping = "Stopping",
855
- Succeeded = "Succeeded",
856
- Superseded = "Superseded"
857
- }
858
-
859
- export interface PipelineExecution {
860
-
861
- pipelineName?: string;
862
-
863
- pipelineVersion?: number;
864
-
865
- pipelineExecutionId?: string;
866
-
867
- status?: PipelineExecutionStatus | string;
868
-
869
- statusSummary?: string;
870
-
871
- artifactRevisions?: ArtifactRevision[];
872
- }
873
-
874
- export interface GetPipelineExecutionOutput {
875
-
876
- pipelineExecution?: PipelineExecution;
877
- }
878
-
879
- export declare class PipelineExecutionNotFoundException extends __BaseException {
880
- readonly name: "PipelineExecutionNotFoundException";
881
- readonly $fault: "client";
882
-
883
- constructor(opts: __ExceptionOptionType<PipelineExecutionNotFoundException, __BaseException>);
884
- }
885
-
886
- export interface GetPipelineStateInput {
887
-
888
- name: string | undefined;
889
- }
890
- export declare enum StageExecutionStatus {
891
- Cancelled = "Cancelled",
892
- Failed = "Failed",
893
- InProgress = "InProgress",
894
- Stopped = "Stopped",
895
- Stopping = "Stopping",
896
- Succeeded = "Succeeded"
897
- }
898
-
899
- export interface StageExecution {
900
-
901
- pipelineExecutionId: string | undefined;
902
-
903
- status: StageExecutionStatus | string | undefined;
904
- }
905
-
906
- export interface TransitionState {
907
-
908
- enabled?: boolean;
909
-
910
- lastChangedBy?: string;
911
-
912
- lastChangedAt?: Date;
913
-
914
- disabledReason?: string;
915
- }
916
-
917
- export interface StageState {
918
-
919
- stageName?: string;
920
-
921
- inboundExecution?: StageExecution;
922
-
923
- inboundTransitionState?: TransitionState;
924
-
925
- actionStates?: ActionState[];
926
-
927
- latestExecution?: StageExecution;
928
- }
929
-
930
- export interface GetPipelineStateOutput {
931
-
932
- pipelineName?: string;
933
-
934
- pipelineVersion?: number;
935
-
936
- stageStates?: StageState[];
937
-
938
- created?: Date;
939
-
940
- updated?: Date;
941
- }
942
-
943
- export interface GetThirdPartyJobDetailsInput {
944
-
945
- jobId: string | undefined;
946
-
947
- clientToken: string | undefined;
948
- }
949
-
950
- export interface ThirdPartyJobData {
951
-
952
- actionTypeId?: ActionTypeId;
953
-
954
- actionConfiguration?: ActionConfiguration;
955
-
956
- pipelineContext?: PipelineContext;
957
-
958
- inputArtifacts?: Artifact[];
959
-
960
- outputArtifacts?: Artifact[];
961
-
962
- artifactCredentials?: AWSSessionCredentials;
963
-
964
- continuationToken?: string;
965
-
966
- encryptionKey?: EncryptionKey;
967
- }
968
-
969
- export interface ThirdPartyJobDetails {
970
-
971
- id?: string;
972
-
973
- data?: ThirdPartyJobData;
974
-
975
- nonce?: string;
976
- }
977
-
978
- export interface GetThirdPartyJobDetailsOutput {
979
-
980
- jobDetails?: ThirdPartyJobDetails;
981
- }
982
-
983
- export declare class InvalidJobException extends __BaseException {
984
- readonly name: "InvalidJobException";
985
- readonly $fault: "client";
986
-
987
- constructor(opts: __ExceptionOptionType<InvalidJobException, __BaseException>);
988
- }
989
-
990
- export declare class InvalidNextTokenException extends __BaseException {
991
- readonly name: "InvalidNextTokenException";
992
- readonly $fault: "client";
993
-
994
- constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
995
- }
996
- export interface ListActionExecutionsInput {
997
-
998
- pipelineName: string | undefined;
999
-
1000
- filter?: ActionExecutionFilter;
1001
-
1002
- maxResults?: number;
1003
-
1004
- nextToken?: string;
1005
- }
1006
- export interface ListActionExecutionsOutput {
1007
-
1008
- actionExecutionDetails?: ActionExecutionDetail[];
1009
-
1010
- nextToken?: string;
1011
- }
1012
-
1013
- export interface ListActionTypesInput {
1014
-
1015
- actionOwnerFilter?: ActionOwner | string;
1016
-
1017
- nextToken?: string;
1018
-
1019
- regionFilter?: string;
1020
- }
1021
-
1022
- export interface ListActionTypesOutput {
1023
-
1024
- actionTypes: ActionType[] | undefined;
1025
-
1026
- nextToken?: string;
1027
- }
1028
-
1029
- export interface ListPipelineExecutionsInput {
1030
-
1031
- pipelineName: string | undefined;
1032
-
1033
- maxResults?: number;
1034
-
1035
- nextToken?: string;
1036
- }
1037
-
1038
- export interface SourceRevision {
1039
-
1040
- actionName: string | undefined;
1041
-
1042
- revisionId?: string;
1043
-
1044
- revisionSummary?: string;
1045
-
1046
- revisionUrl?: string;
1047
- }
1048
-
1049
- export interface StopExecutionTrigger {
1050
-
1051
- reason?: string;
1052
- }
1053
- export declare enum TriggerType {
1054
- CloudWatchEvent = "CloudWatchEvent",
1055
- CreatePipeline = "CreatePipeline",
1056
- PollForSourceChanges = "PollForSourceChanges",
1057
- PutActionRevision = "PutActionRevision",
1058
- StartPipelineExecution = "StartPipelineExecution",
1059
- Webhook = "Webhook"
1060
- }
1061
-
1062
- export interface ExecutionTrigger {
1063
-
1064
- triggerType?: TriggerType | string;
1065
-
1066
- triggerDetail?: string;
1067
- }
1068
-
1069
- export interface PipelineExecutionSummary {
1070
-
1071
- pipelineExecutionId?: string;
1072
-
1073
- status?: PipelineExecutionStatus | string;
1074
-
1075
- startTime?: Date;
1076
-
1077
- lastUpdateTime?: Date;
1078
-
1079
- sourceRevisions?: SourceRevision[];
1080
-
1081
- trigger?: ExecutionTrigger;
1082
-
1083
- stopTrigger?: StopExecutionTrigger;
1084
- }
1085
-
1086
- export interface ListPipelineExecutionsOutput {
1087
-
1088
- pipelineExecutionSummaries?: PipelineExecutionSummary[];
1089
-
1090
- nextToken?: string;
1091
- }
1092
-
1093
- export interface ListPipelinesInput {
1094
-
1095
- nextToken?: string;
1096
-
1097
- maxResults?: number;
1098
- }
1099
-
1100
- export interface PipelineSummary {
1101
-
1102
- name?: string;
1103
-
1104
- version?: number;
1105
-
1106
- created?: Date;
1107
-
1108
- updated?: Date;
1109
- }
1110
-
1111
- export interface ListPipelinesOutput {
1112
-
1113
- pipelines?: PipelineSummary[];
1114
-
1115
- nextToken?: string;
1116
- }
1117
-
1118
- export declare class InvalidArnException extends __BaseException {
1119
- readonly name: "InvalidArnException";
1120
- readonly $fault: "client";
1121
-
1122
- constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
1123
- }
1124
- export interface ListTagsForResourceInput {
1125
-
1126
- resourceArn: string | undefined;
1127
-
1128
- nextToken?: string;
1129
-
1130
- maxResults?: number;
1131
- }
1132
- export interface ListTagsForResourceOutput {
1133
-
1134
- tags?: Tag[];
1135
-
1136
- nextToken?: string;
1137
- }
1138
-
1139
- export declare class ResourceNotFoundException extends __BaseException {
1140
- readonly name: "ResourceNotFoundException";
1141
- readonly $fault: "client";
1142
-
1143
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
1144
- }
1145
- export interface ListWebhooksInput {
1146
-
1147
- NextToken?: string;
1148
-
1149
- MaxResults?: number;
1150
- }
1151
- export declare enum WebhookAuthenticationType {
1152
- GITHUB_HMAC = "GITHUB_HMAC",
1153
- IP = "IP",
1154
- UNAUTHENTICATED = "UNAUTHENTICATED"
1155
- }
1156
-
1157
- export interface WebhookAuthConfiguration {
1158
-
1159
- AllowedIPRange?: string;
1160
-
1161
- SecretToken?: string;
1162
- }
1163
-
1164
- export interface WebhookFilterRule {
1165
-
1166
- jsonPath: string | undefined;
1167
-
1168
- matchEquals?: string;
1169
- }
1170
-
1171
- export interface WebhookDefinition {
1172
-
1173
- name: string | undefined;
1174
-
1175
- targetPipeline: string | undefined;
1176
-
1177
- targetAction: string | undefined;
1178
-
1179
- filters: WebhookFilterRule[] | undefined;
1180
-
1181
- authentication: WebhookAuthenticationType | string | undefined;
1182
-
1183
- authenticationConfiguration: WebhookAuthConfiguration | undefined;
1184
- }
1185
-
1186
- export interface ListWebhookItem {
1187
-
1188
- definition: WebhookDefinition | undefined;
1189
-
1190
- url: string | undefined;
1191
-
1192
- errorMessage?: string;
1193
-
1194
- errorCode?: string;
1195
-
1196
- lastTriggered?: Date;
1197
-
1198
- arn?: string;
1199
-
1200
- tags?: Tag[];
1201
- }
1202
- export interface ListWebhooksOutput {
1203
-
1204
- webhooks?: ListWebhookItem[];
1205
-
1206
- NextToken?: string;
1207
- }
1208
-
1209
- export interface PollForJobsInput {
1210
-
1211
- actionTypeId: ActionTypeId | undefined;
1212
-
1213
- maxBatchSize?: number;
1214
-
1215
- queryParam?: Record<string, string>;
1216
- }
1217
-
1218
- export interface Job {
1219
-
1220
- id?: string;
1221
-
1222
- data?: JobData;
1223
-
1224
- nonce?: string;
1225
-
1226
- accountId?: string;
1227
- }
1228
-
1229
- export interface PollForJobsOutput {
1230
-
1231
- jobs?: Job[];
1232
- }
1233
-
1234
- export interface PollForThirdPartyJobsInput {
1235
-
1236
- actionTypeId: ActionTypeId | undefined;
1237
-
1238
- maxBatchSize?: number;
1239
- }
1240
-
1241
- export interface ThirdPartyJob {
1242
-
1243
- clientId?: string;
1244
-
1245
- jobId?: string;
1246
- }
1247
-
1248
- export interface PollForThirdPartyJobsOutput {
1249
-
1250
- jobs?: ThirdPartyJob[];
1251
- }
1252
-
1253
- export interface PutActionRevisionInput {
1254
-
1255
- pipelineName: string | undefined;
1256
-
1257
- stageName: string | undefined;
1258
-
1259
- actionName: string | undefined;
1260
-
1261
- actionRevision: ActionRevision | undefined;
1262
- }
1263
-
1264
- export interface PutActionRevisionOutput {
1265
-
1266
- newRevision?: boolean;
1267
-
1268
- pipelineExecutionId?: string;
1269
- }
1270
-
1271
- export declare class InvalidApprovalTokenException extends __BaseException {
1272
- readonly name: "InvalidApprovalTokenException";
1273
- readonly $fault: "client";
1274
-
1275
- constructor(opts: __ExceptionOptionType<InvalidApprovalTokenException, __BaseException>);
1276
- }
1277
-
1278
- export interface PutApprovalResultInput {
1279
-
1280
- pipelineName: string | undefined;
1281
-
1282
- stageName: string | undefined;
1283
-
1284
- actionName: string | undefined;
1285
-
1286
- result: ApprovalResult | undefined;
1287
-
1288
- token: string | undefined;
1289
- }
1290
-
1291
- export interface PutApprovalResultOutput {
1292
-
1293
- approvedAt?: Date;
1294
- }
1295
-
1296
- export declare class InvalidJobStateException extends __BaseException {
1297
- readonly name: "InvalidJobStateException";
1298
- readonly $fault: "client";
1299
-
1300
- constructor(opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>);
1301
- }
1302
- export declare enum FailureType {
1303
- ConfigurationError = "ConfigurationError",
1304
- JobFailed = "JobFailed",
1305
- PermissionError = "PermissionError",
1306
- RevisionOutOfSync = "RevisionOutOfSync",
1307
- RevisionUnavailable = "RevisionUnavailable",
1308
- SystemUnavailable = "SystemUnavailable"
1309
- }
1310
-
1311
- export interface FailureDetails {
1312
-
1313
- type: FailureType | string | undefined;
1314
-
1315
- message: string | undefined;
1316
-
1317
- externalExecutionId?: string;
1318
- }
1319
-
1320
- export interface PutJobFailureResultInput {
1321
-
1322
- jobId: string | undefined;
1323
-
1324
- failureDetails: FailureDetails | undefined;
1325
- }
1326
-
1327
- export declare class OutputVariablesSizeExceededException extends __BaseException {
1328
- readonly name: "OutputVariablesSizeExceededException";
1329
- readonly $fault: "client";
1330
-
1331
- constructor(opts: __ExceptionOptionType<OutputVariablesSizeExceededException, __BaseException>);
1332
- }
1333
-
1334
- export interface CurrentRevision {
1335
-
1336
- revision: string | undefined;
1337
-
1338
- changeIdentifier: string | undefined;
1339
-
1340
- created?: Date;
1341
-
1342
- revisionSummary?: string;
1343
- }
1344
-
1345
- export interface ExecutionDetails {
1346
-
1347
- summary?: string;
1348
-
1349
- externalExecutionId?: string;
1350
-
1351
- percentComplete?: number;
1352
- }
1353
-
1354
- export interface PutJobSuccessResultInput {
1355
-
1356
- jobId: string | undefined;
1357
-
1358
- currentRevision?: CurrentRevision;
1359
-
1360
- continuationToken?: string;
1361
-
1362
- executionDetails?: ExecutionDetails;
1363
-
1364
- outputVariables?: Record<string, string>;
1365
- }
1366
-
1367
- export interface PutThirdPartyJobFailureResultInput {
1368
-
1369
- jobId: string | undefined;
1370
-
1371
- clientToken: string | undefined;
1372
-
1373
- failureDetails: FailureDetails | undefined;
1374
- }
1375
-
1376
- export interface PutThirdPartyJobSuccessResultInput {
1377
-
1378
- jobId: string | undefined;
1379
-
1380
- clientToken: string | undefined;
1381
-
1382
- currentRevision?: CurrentRevision;
1383
-
1384
- continuationToken?: string;
1385
-
1386
- executionDetails?: ExecutionDetails;
1387
- }
1388
-
1389
- export declare class InvalidWebhookAuthenticationParametersException extends __BaseException {
1390
- readonly name: "InvalidWebhookAuthenticationParametersException";
1391
- readonly $fault: "client";
1392
-
1393
- constructor(opts: __ExceptionOptionType<InvalidWebhookAuthenticationParametersException, __BaseException>);
1394
- }
1395
-
1396
- export declare class InvalidWebhookFilterPatternException extends __BaseException {
1397
- readonly name: "InvalidWebhookFilterPatternException";
1398
- readonly $fault: "client";
1399
-
1400
- constructor(opts: __ExceptionOptionType<InvalidWebhookFilterPatternException, __BaseException>);
1401
- }
1402
- export interface PutWebhookInput {
1403
-
1404
- webhook: WebhookDefinition | undefined;
1405
-
1406
- tags?: Tag[];
1407
- }
1408
- export interface PutWebhookOutput {
1409
-
1410
- webhook?: ListWebhookItem;
1411
- }
1412
- export interface RegisterWebhookWithThirdPartyInput {
1413
-
1414
- webhookName?: string;
1415
- }
1416
- export interface RegisterWebhookWithThirdPartyOutput {
1417
- }
1418
-
1419
- export declare class ConflictException extends __BaseException {
1420
- readonly name: "ConflictException";
1421
- readonly $fault: "client";
1422
-
1423
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1424
- }
1425
-
1426
- export declare class NotLatestPipelineExecutionException extends __BaseException {
1427
- readonly name: "NotLatestPipelineExecutionException";
1428
- readonly $fault: "client";
1429
-
1430
- constructor(opts: __ExceptionOptionType<NotLatestPipelineExecutionException, __BaseException>);
1431
- }
1432
- export declare enum StageRetryMode {
1433
- FAILED_ACTIONS = "FAILED_ACTIONS"
1434
- }
1435
-
1436
- export interface RetryStageExecutionInput {
1437
-
1438
- pipelineName: string | undefined;
1439
-
1440
- stageName: string | undefined;
1441
-
1442
- pipelineExecutionId: string | undefined;
1443
-
1444
- retryMode: StageRetryMode | string | undefined;
1445
- }
1446
-
1447
- export interface RetryStageExecutionOutput {
1448
-
1449
- pipelineExecutionId?: string;
1450
- }
1451
-
1452
- export declare class StageNotRetryableException extends __BaseException {
1453
- readonly name: "StageNotRetryableException";
1454
- readonly $fault: "client";
1455
-
1456
- constructor(opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>);
1457
- }
1458
-
1459
- export interface StartPipelineExecutionInput {
1460
-
1461
- name: string | undefined;
1462
-
1463
- clientRequestToken?: string;
1464
- }
1465
-
1466
- export interface StartPipelineExecutionOutput {
1467
-
1468
- pipelineExecutionId?: string;
1469
- }
1470
-
1471
- export declare class DuplicatedStopRequestException extends __BaseException {
1472
- readonly name: "DuplicatedStopRequestException";
1473
- readonly $fault: "client";
1474
-
1475
- constructor(opts: __ExceptionOptionType<DuplicatedStopRequestException, __BaseException>);
1476
- }
1477
-
1478
- export declare class PipelineExecutionNotStoppableException extends __BaseException {
1479
- readonly name: "PipelineExecutionNotStoppableException";
1480
- readonly $fault: "client";
1481
-
1482
- constructor(opts: __ExceptionOptionType<PipelineExecutionNotStoppableException, __BaseException>);
1483
- }
1484
- export interface StopPipelineExecutionInput {
1485
-
1486
- pipelineName: string | undefined;
1487
-
1488
- pipelineExecutionId: string | undefined;
1489
-
1490
- abandon?: boolean;
1491
-
1492
- reason?: string;
1493
- }
1494
- export interface StopPipelineExecutionOutput {
1495
-
1496
- pipelineExecutionId?: string;
1497
- }
1498
- export interface TagResourceInput {
1499
-
1500
- resourceArn: string | undefined;
1501
-
1502
- tags: Tag[] | undefined;
1503
- }
1504
- export interface TagResourceOutput {
1505
- }
1506
- export interface UntagResourceInput {
1507
-
1508
- resourceArn: string | undefined;
1509
-
1510
- tagKeys: string[] | undefined;
1511
- }
1512
- export interface UntagResourceOutput {
1513
- }
1514
-
1515
- export declare class RequestFailedException extends __BaseException {
1516
- readonly name: "RequestFailedException";
1517
- readonly $fault: "client";
1518
-
1519
- constructor(opts: __ExceptionOptionType<RequestFailedException, __BaseException>);
1520
- }
1521
- export interface UpdateActionTypeInput {
1522
-
1523
- actionType: ActionTypeDeclaration | undefined;
1524
- }
1525
-
1526
- export interface UpdatePipelineInput {
1527
-
1528
- pipeline: PipelineDeclaration | undefined;
1529
- }
1530
-
1531
- export interface UpdatePipelineOutput {
1532
-
1533
- pipeline?: PipelineDeclaration;
1534
- }
1535
-
1536
- export declare const AcknowledgeJobInputFilterSensitiveLog: (obj: AcknowledgeJobInput) => any;
1537
-
1538
- export declare const AcknowledgeJobOutputFilterSensitiveLog: (obj: AcknowledgeJobOutput) => any;
1539
-
1540
- export declare const AcknowledgeThirdPartyJobInputFilterSensitiveLog: (obj: AcknowledgeThirdPartyJobInput) => any;
1541
-
1542
- export declare const AcknowledgeThirdPartyJobOutputFilterSensitiveLog: (obj: AcknowledgeThirdPartyJobOutput) => any;
1543
-
1544
- export declare const ActionConfigurationFilterSensitiveLog: (obj: ActionConfiguration) => any;
1545
-
1546
- export declare const ActionConfigurationPropertyFilterSensitiveLog: (obj: ActionConfigurationProperty) => any;
1547
-
1548
- export declare const ActionContextFilterSensitiveLog: (obj: ActionContext) => any;
1549
-
1550
- export declare const ActionTypeIdFilterSensitiveLog: (obj: ActionTypeId) => any;
1551
-
1552
- export declare const InputArtifactFilterSensitiveLog: (obj: InputArtifact) => any;
1553
-
1554
- export declare const OutputArtifactFilterSensitiveLog: (obj: OutputArtifact) => any;
1555
-
1556
- export declare const ActionDeclarationFilterSensitiveLog: (obj: ActionDeclaration) => any;
1557
-
1558
- export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
1559
-
1560
- export declare const ActionExecutionFilterSensitiveLog: (obj: ActionExecution) => any;
1561
-
1562
- export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
1563
-
1564
- export declare const ArtifactDetailFilterSensitiveLog: (obj: ArtifactDetail) => any;
1565
-
1566
- export declare const ActionExecutionInputFilterSensitiveLog: (obj: ActionExecutionInput) => any;
1567
-
1568
- export declare const ActionExecutionResultFilterSensitiveLog: (obj: ActionExecutionResult) => any;
1569
-
1570
- export declare const ActionExecutionOutputFilterSensitiveLog: (obj: ActionExecutionOutput) => any;
1571
-
1572
- export declare const ActionExecutionDetailFilterSensitiveLog: (obj: ActionExecutionDetail) => any;
1573
-
1574
- export declare const ActionExecutionFilterFilterSensitiveLog: (obj: ActionExecutionFilter) => any;
1575
-
1576
- export declare const ActionRevisionFilterSensitiveLog: (obj: ActionRevision) => any;
1577
-
1578
- export declare const ActionStateFilterSensitiveLog: (obj: ActionState) => any;
1579
-
1580
- export declare const ArtifactDetailsFilterSensitiveLog: (obj: ArtifactDetails) => any;
1581
-
1582
- export declare const ActionTypeSettingsFilterSensitiveLog: (obj: ActionTypeSettings) => any;
1583
-
1584
- export declare const ActionTypeFilterSensitiveLog: (obj: ActionType) => any;
1585
-
1586
- export declare const ActionTypeArtifactDetailsFilterSensitiveLog: (obj: ActionTypeArtifactDetails) => any;
1587
-
1588
- export declare const JobWorkerExecutorConfigurationFilterSensitiveLog: (obj: JobWorkerExecutorConfiguration) => any;
1589
-
1590
- export declare const LambdaExecutorConfigurationFilterSensitiveLog: (obj: LambdaExecutorConfiguration) => any;
1591
-
1592
- export declare const ExecutorConfigurationFilterSensitiveLog: (obj: ExecutorConfiguration) => any;
1593
-
1594
- export declare const ActionTypeExecutorFilterSensitiveLog: (obj: ActionTypeExecutor) => any;
1595
-
1596
- export declare const ActionTypeIdentifierFilterSensitiveLog: (obj: ActionTypeIdentifier) => any;
1597
-
1598
- export declare const ActionTypePermissionsFilterSensitiveLog: (obj: ActionTypePermissions) => any;
1599
-
1600
- export declare const ActionTypePropertyFilterSensitiveLog: (obj: ActionTypeProperty) => any;
1601
-
1602
- export declare const ActionTypeUrlsFilterSensitiveLog: (obj: ActionTypeUrls) => any;
1603
-
1604
- export declare const ActionTypeDeclarationFilterSensitiveLog: (obj: ActionTypeDeclaration) => any;
1605
-
1606
- export declare const ApprovalResultFilterSensitiveLog: (obj: ApprovalResult) => any;
1607
-
1608
- export declare const S3ArtifactLocationFilterSensitiveLog: (obj: S3ArtifactLocation) => any;
1609
-
1610
- export declare const ArtifactLocationFilterSensitiveLog: (obj: ArtifactLocation) => any;
1611
-
1612
- export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
1613
-
1614
- export declare const ArtifactRevisionFilterSensitiveLog: (obj: ArtifactRevision) => any;
1615
-
1616
- export declare const EncryptionKeyFilterSensitiveLog: (obj: EncryptionKey) => any;
1617
-
1618
- export declare const ArtifactStoreFilterSensitiveLog: (obj: ArtifactStore) => any;
1619
-
1620
- export declare const AWSSessionCredentialsFilterSensitiveLog: (obj: AWSSessionCredentials) => any;
1621
-
1622
- export declare const BlockerDeclarationFilterSensitiveLog: (obj: BlockerDeclaration) => any;
1623
-
1624
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1625
-
1626
- export declare const CreateCustomActionTypeInputFilterSensitiveLog: (obj: CreateCustomActionTypeInput) => any;
1627
-
1628
- export declare const CreateCustomActionTypeOutputFilterSensitiveLog: (obj: CreateCustomActionTypeOutput) => any;
1629
-
1630
- export declare const StageDeclarationFilterSensitiveLog: (obj: StageDeclaration) => any;
1631
-
1632
- export declare const PipelineDeclarationFilterSensitiveLog: (obj: PipelineDeclaration) => any;
1633
-
1634
- export declare const CreatePipelineInputFilterSensitiveLog: (obj: CreatePipelineInput) => any;
1635
-
1636
- export declare const CreatePipelineOutputFilterSensitiveLog: (obj: CreatePipelineOutput) => any;
1637
-
1638
- export declare const DeleteCustomActionTypeInputFilterSensitiveLog: (obj: DeleteCustomActionTypeInput) => any;
1639
-
1640
- export declare const DeletePipelineInputFilterSensitiveLog: (obj: DeletePipelineInput) => any;
1641
-
1642
- export declare const DeleteWebhookInputFilterSensitiveLog: (obj: DeleteWebhookInput) => any;
1643
-
1644
- export declare const DeleteWebhookOutputFilterSensitiveLog: (obj: DeleteWebhookOutput) => any;
1645
-
1646
- export declare const DeregisterWebhookWithThirdPartyInputFilterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyInput) => any;
1647
-
1648
- export declare const DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyOutput) => any;
1649
-
1650
- export declare const DisableStageTransitionInputFilterSensitiveLog: (obj: DisableStageTransitionInput) => any;
1651
-
1652
- export declare const EnableStageTransitionInputFilterSensitiveLog: (obj: EnableStageTransitionInput) => any;
1653
-
1654
- export declare const GetActionTypeInputFilterSensitiveLog: (obj: GetActionTypeInput) => any;
1655
-
1656
- export declare const GetActionTypeOutputFilterSensitiveLog: (obj: GetActionTypeOutput) => any;
1657
-
1658
- export declare const GetJobDetailsInputFilterSensitiveLog: (obj: GetJobDetailsInput) => any;
1659
-
1660
- export declare const StageContextFilterSensitiveLog: (obj: StageContext) => any;
1661
-
1662
- export declare const PipelineContextFilterSensitiveLog: (obj: PipelineContext) => any;
1663
-
1664
- export declare const JobDataFilterSensitiveLog: (obj: JobData) => any;
1665
-
1666
- export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
1667
-
1668
- export declare const GetJobDetailsOutputFilterSensitiveLog: (obj: GetJobDetailsOutput) => any;
1669
-
1670
- export declare const GetPipelineInputFilterSensitiveLog: (obj: GetPipelineInput) => any;
1671
-
1672
- export declare const PipelineMetadataFilterSensitiveLog: (obj: PipelineMetadata) => any;
1673
-
1674
- export declare const GetPipelineOutputFilterSensitiveLog: (obj: GetPipelineOutput) => any;
1675
-
1676
- export declare const GetPipelineExecutionInputFilterSensitiveLog: (obj: GetPipelineExecutionInput) => any;
1677
-
1678
- export declare const PipelineExecutionFilterSensitiveLog: (obj: PipelineExecution) => any;
1679
-
1680
- export declare const GetPipelineExecutionOutputFilterSensitiveLog: (obj: GetPipelineExecutionOutput) => any;
1681
-
1682
- export declare const GetPipelineStateInputFilterSensitiveLog: (obj: GetPipelineStateInput) => any;
1683
-
1684
- export declare const StageExecutionFilterSensitiveLog: (obj: StageExecution) => any;
1685
-
1686
- export declare const TransitionStateFilterSensitiveLog: (obj: TransitionState) => any;
1687
-
1688
- export declare const StageStateFilterSensitiveLog: (obj: StageState) => any;
1689
-
1690
- export declare const GetPipelineStateOutputFilterSensitiveLog: (obj: GetPipelineStateOutput) => any;
1691
-
1692
- export declare const GetThirdPartyJobDetailsInputFilterSensitiveLog: (obj: GetThirdPartyJobDetailsInput) => any;
1693
-
1694
- export declare const ThirdPartyJobDataFilterSensitiveLog: (obj: ThirdPartyJobData) => any;
1695
-
1696
- export declare const ThirdPartyJobDetailsFilterSensitiveLog: (obj: ThirdPartyJobDetails) => any;
1697
-
1698
- export declare const GetThirdPartyJobDetailsOutputFilterSensitiveLog: (obj: GetThirdPartyJobDetailsOutput) => any;
1699
-
1700
- export declare const ListActionExecutionsInputFilterSensitiveLog: (obj: ListActionExecutionsInput) => any;
1701
-
1702
- export declare const ListActionExecutionsOutputFilterSensitiveLog: (obj: ListActionExecutionsOutput) => any;
1703
-
1704
- export declare const ListActionTypesInputFilterSensitiveLog: (obj: ListActionTypesInput) => any;
1705
-
1706
- export declare const ListActionTypesOutputFilterSensitiveLog: (obj: ListActionTypesOutput) => any;
1707
-
1708
- export declare const ListPipelineExecutionsInputFilterSensitiveLog: (obj: ListPipelineExecutionsInput) => any;
1709
-
1710
- export declare const SourceRevisionFilterSensitiveLog: (obj: SourceRevision) => any;
1711
-
1712
- export declare const StopExecutionTriggerFilterSensitiveLog: (obj: StopExecutionTrigger) => any;
1713
-
1714
- export declare const ExecutionTriggerFilterSensitiveLog: (obj: ExecutionTrigger) => any;
1715
-
1716
- export declare const PipelineExecutionSummaryFilterSensitiveLog: (obj: PipelineExecutionSummary) => any;
1717
-
1718
- export declare const ListPipelineExecutionsOutputFilterSensitiveLog: (obj: ListPipelineExecutionsOutput) => any;
1719
-
1720
- export declare const ListPipelinesInputFilterSensitiveLog: (obj: ListPipelinesInput) => any;
1721
-
1722
- export declare const PipelineSummaryFilterSensitiveLog: (obj: PipelineSummary) => any;
1723
-
1724
- export declare const ListPipelinesOutputFilterSensitiveLog: (obj: ListPipelinesOutput) => any;
1725
-
1726
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1727
-
1728
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1729
-
1730
- export declare const ListWebhooksInputFilterSensitiveLog: (obj: ListWebhooksInput) => any;
1731
-
1732
- export declare const WebhookAuthConfigurationFilterSensitiveLog: (obj: WebhookAuthConfiguration) => any;
1733
-
1734
- export declare const WebhookFilterRuleFilterSensitiveLog: (obj: WebhookFilterRule) => any;
1735
-
1736
- export declare const WebhookDefinitionFilterSensitiveLog: (obj: WebhookDefinition) => any;
1737
-
1738
- export declare const ListWebhookItemFilterSensitiveLog: (obj: ListWebhookItem) => any;
1739
-
1740
- export declare const ListWebhooksOutputFilterSensitiveLog: (obj: ListWebhooksOutput) => any;
1741
-
1742
- export declare const PollForJobsInputFilterSensitiveLog: (obj: PollForJobsInput) => any;
1743
-
1744
- export declare const JobFilterSensitiveLog: (obj: Job) => any;
1745
-
1746
- export declare const PollForJobsOutputFilterSensitiveLog: (obj: PollForJobsOutput) => any;
1747
-
1748
- export declare const PollForThirdPartyJobsInputFilterSensitiveLog: (obj: PollForThirdPartyJobsInput) => any;
1749
-
1750
- export declare const ThirdPartyJobFilterSensitiveLog: (obj: ThirdPartyJob) => any;
1751
-
1752
- export declare const PollForThirdPartyJobsOutputFilterSensitiveLog: (obj: PollForThirdPartyJobsOutput) => any;
1753
-
1754
- export declare const PutActionRevisionInputFilterSensitiveLog: (obj: PutActionRevisionInput) => any;
1755
-
1756
- export declare const PutActionRevisionOutputFilterSensitiveLog: (obj: PutActionRevisionOutput) => any;
1757
-
1758
- export declare const PutApprovalResultInputFilterSensitiveLog: (obj: PutApprovalResultInput) => any;
1759
-
1760
- export declare const PutApprovalResultOutputFilterSensitiveLog: (obj: PutApprovalResultOutput) => any;
1761
-
1762
- export declare const FailureDetailsFilterSensitiveLog: (obj: FailureDetails) => any;
1763
-
1764
- export declare const PutJobFailureResultInputFilterSensitiveLog: (obj: PutJobFailureResultInput) => any;
1765
-
1766
- export declare const CurrentRevisionFilterSensitiveLog: (obj: CurrentRevision) => any;
1767
-
1768
- export declare const ExecutionDetailsFilterSensitiveLog: (obj: ExecutionDetails) => any;
1769
-
1770
- export declare const PutJobSuccessResultInputFilterSensitiveLog: (obj: PutJobSuccessResultInput) => any;
1771
-
1772
- export declare const PutThirdPartyJobFailureResultInputFilterSensitiveLog: (obj: PutThirdPartyJobFailureResultInput) => any;
1773
-
1774
- export declare const PutThirdPartyJobSuccessResultInputFilterSensitiveLog: (obj: PutThirdPartyJobSuccessResultInput) => any;
1775
-
1776
- export declare const PutWebhookInputFilterSensitiveLog: (obj: PutWebhookInput) => any;
1777
-
1778
- export declare const PutWebhookOutputFilterSensitiveLog: (obj: PutWebhookOutput) => any;
1779
-
1780
- export declare const RegisterWebhookWithThirdPartyInputFilterSensitiveLog: (obj: RegisterWebhookWithThirdPartyInput) => any;
1781
-
1782
- export declare const RegisterWebhookWithThirdPartyOutputFilterSensitiveLog: (obj: RegisterWebhookWithThirdPartyOutput) => any;
1783
-
1784
- export declare const RetryStageExecutionInputFilterSensitiveLog: (obj: RetryStageExecutionInput) => any;
1785
-
1786
- export declare const RetryStageExecutionOutputFilterSensitiveLog: (obj: RetryStageExecutionOutput) => any;
1787
-
1788
- export declare const StartPipelineExecutionInputFilterSensitiveLog: (obj: StartPipelineExecutionInput) => any;
1789
-
1790
- export declare const StartPipelineExecutionOutputFilterSensitiveLog: (obj: StartPipelineExecutionOutput) => any;
1791
-
1792
- export declare const StopPipelineExecutionInputFilterSensitiveLog: (obj: StopPipelineExecutionInput) => any;
1793
-
1794
- export declare const StopPipelineExecutionOutputFilterSensitiveLog: (obj: StopPipelineExecutionOutput) => any;
1795
-
1796
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
1797
-
1798
- export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
1799
-
1800
- export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
1801
-
1802
- export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
1803
-
1804
- export declare const UpdateActionTypeInputFilterSensitiveLog: (obj: UpdateActionTypeInput) => any;
1805
-
1806
- export declare const UpdatePipelineInputFilterSensitiveLog: (obj: UpdatePipelineInput) => any;
1807
-
1808
- export declare const UpdatePipelineOutputFilterSensitiveLog: (obj: UpdatePipelineOutput) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
3
+
4
+ export interface AcknowledgeJobInput {
5
+ jobId: string | undefined;
6
+
7
+ nonce: string | undefined;
8
+ }
9
+ export declare enum JobStatus {
10
+ Created = "Created",
11
+ Dispatched = "Dispatched",
12
+ Failed = "Failed",
13
+ InProgress = "InProgress",
14
+ Queued = "Queued",
15
+ Succeeded = "Succeeded",
16
+ TimedOut = "TimedOut",
17
+ }
18
+
19
+ export interface AcknowledgeJobOutput {
20
+ status?: JobStatus | string;
21
+ }
22
+
23
+ export declare class InvalidNonceException extends __BaseException {
24
+ readonly name: "InvalidNonceException";
25
+ readonly $fault: "client";
26
+
27
+ constructor(
28
+ opts: __ExceptionOptionType<InvalidNonceException, __BaseException>
29
+ );
30
+ }
31
+
32
+ export declare class JobNotFoundException extends __BaseException {
33
+ readonly name: "JobNotFoundException";
34
+ readonly $fault: "client";
35
+
36
+ constructor(
37
+ opts: __ExceptionOptionType<JobNotFoundException, __BaseException>
38
+ );
39
+ }
40
+
41
+ export declare class ValidationException extends __BaseException {
42
+ readonly name: "ValidationException";
43
+ readonly $fault: "client";
44
+
45
+ constructor(
46
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
47
+ );
48
+ }
49
+
50
+ export interface AcknowledgeThirdPartyJobInput {
51
+ jobId: string | undefined;
52
+
53
+ nonce: string | undefined;
54
+
55
+ clientToken: string | undefined;
56
+ }
57
+
58
+ export interface AcknowledgeThirdPartyJobOutput {
59
+ status?: JobStatus | string;
60
+ }
61
+
62
+ export declare class InvalidClientTokenException extends __BaseException {
63
+ readonly name: "InvalidClientTokenException";
64
+ readonly $fault: "client";
65
+
66
+ constructor(
67
+ opts: __ExceptionOptionType<InvalidClientTokenException, __BaseException>
68
+ );
69
+ }
70
+ export declare enum ActionCategory {
71
+ Approval = "Approval",
72
+ Build = "Build",
73
+ Deploy = "Deploy",
74
+ Invoke = "Invoke",
75
+ Source = "Source",
76
+ Test = "Test",
77
+ }
78
+
79
+ export interface ActionConfiguration {
80
+ configuration?: Record<string, string>;
81
+ }
82
+ export declare enum ActionConfigurationPropertyType {
83
+ Boolean = "Boolean",
84
+ Number = "Number",
85
+ String = "String",
86
+ }
87
+
88
+ export interface ActionConfigurationProperty {
89
+ name: string | undefined;
90
+
91
+ required: boolean | undefined;
92
+
93
+ key: boolean | undefined;
94
+
95
+ secret: boolean | undefined;
96
+
97
+ queryable?: boolean;
98
+
99
+ description?: string;
100
+
101
+ type?: ActionConfigurationPropertyType | string;
102
+ }
103
+
104
+ export interface ActionContext {
105
+ name?: string;
106
+
107
+ actionExecutionId?: string;
108
+ }
109
+ export declare enum ActionOwner {
110
+ AWS = "AWS",
111
+ Custom = "Custom",
112
+ ThirdParty = "ThirdParty",
113
+ }
114
+
115
+ export interface ActionTypeId {
116
+ category: ActionCategory | string | undefined;
117
+
118
+ owner: ActionOwner | string | undefined;
119
+
120
+ provider: string | undefined;
121
+
122
+ version: string | undefined;
123
+ }
124
+
125
+ export interface InputArtifact {
126
+ name: string | undefined;
127
+ }
128
+
129
+ export interface OutputArtifact {
130
+ name: string | undefined;
131
+ }
132
+
133
+ export interface ActionDeclaration {
134
+ name: string | undefined;
135
+
136
+ actionTypeId: ActionTypeId | undefined;
137
+
138
+ runOrder?: number;
139
+
140
+ configuration?: Record<string, string>;
141
+
142
+ outputArtifacts?: OutputArtifact[];
143
+
144
+ inputArtifacts?: InputArtifact[];
145
+
146
+ roleArn?: string;
147
+
148
+ region?: string;
149
+
150
+ namespace?: string;
151
+ }
152
+
153
+ export interface ErrorDetails {
154
+ code?: string;
155
+
156
+ message?: string;
157
+ }
158
+ export declare enum ActionExecutionStatus {
159
+ Abandoned = "Abandoned",
160
+ Failed = "Failed",
161
+ InProgress = "InProgress",
162
+ Succeeded = "Succeeded",
163
+ }
164
+
165
+ export interface ActionExecution {
166
+ actionExecutionId?: string;
167
+
168
+ status?: ActionExecutionStatus | string;
169
+
170
+ summary?: string;
171
+
172
+ lastStatusChange?: Date;
173
+
174
+ token?: string;
175
+
176
+ lastUpdatedBy?: string;
177
+
178
+ externalExecutionId?: string;
179
+
180
+ externalExecutionUrl?: string;
181
+
182
+ percentComplete?: number;
183
+
184
+ errorDetails?: ErrorDetails;
185
+ }
186
+
187
+ export interface S3Location {
188
+ bucket?: string;
189
+
190
+ key?: string;
191
+ }
192
+
193
+ export interface ArtifactDetail {
194
+ name?: string;
195
+
196
+ s3location?: S3Location;
197
+ }
198
+
199
+ export interface ActionExecutionInput {
200
+ actionTypeId?: ActionTypeId;
201
+
202
+ configuration?: Record<string, string>;
203
+
204
+ resolvedConfiguration?: Record<string, string>;
205
+
206
+ roleArn?: string;
207
+
208
+ region?: string;
209
+
210
+ inputArtifacts?: ArtifactDetail[];
211
+
212
+ namespace?: string;
213
+ }
214
+
215
+ export interface ActionExecutionResult {
216
+ externalExecutionId?: string;
217
+
218
+ externalExecutionSummary?: string;
219
+
220
+ externalExecutionUrl?: string;
221
+ }
222
+
223
+ export interface ActionExecutionOutput {
224
+ outputArtifacts?: ArtifactDetail[];
225
+
226
+ executionResult?: ActionExecutionResult;
227
+
228
+ outputVariables?: Record<string, string>;
229
+ }
230
+
231
+ export interface ActionExecutionDetail {
232
+ pipelineExecutionId?: string;
233
+
234
+ actionExecutionId?: string;
235
+
236
+ pipelineVersion?: number;
237
+
238
+ stageName?: string;
239
+
240
+ actionName?: string;
241
+
242
+ startTime?: Date;
243
+
244
+ lastUpdateTime?: Date;
245
+
246
+ status?: ActionExecutionStatus | string;
247
+
248
+ input?: ActionExecutionInput;
249
+
250
+ output?: ActionExecutionOutput;
251
+ }
252
+
253
+ export interface ActionExecutionFilter {
254
+ pipelineExecutionId?: string;
255
+ }
256
+
257
+ export declare class ActionNotFoundException extends __BaseException {
258
+ readonly name: "ActionNotFoundException";
259
+ readonly $fault: "client";
260
+
261
+ constructor(
262
+ opts: __ExceptionOptionType<ActionNotFoundException, __BaseException>
263
+ );
264
+ }
265
+
266
+ export interface ActionRevision {
267
+ revisionId: string | undefined;
268
+
269
+ revisionChangeId: string | undefined;
270
+
271
+ created: Date | undefined;
272
+ }
273
+
274
+ export interface ActionState {
275
+ actionName?: string;
276
+
277
+ currentRevision?: ActionRevision;
278
+
279
+ latestExecution?: ActionExecution;
280
+
281
+ entityUrl?: string;
282
+
283
+ revisionUrl?: string;
284
+ }
285
+
286
+ export interface ArtifactDetails {
287
+ minimumCount: number | undefined;
288
+
289
+ maximumCount: number | undefined;
290
+ }
291
+
292
+ export interface ActionTypeSettings {
293
+ thirdPartyConfigurationUrl?: string;
294
+
295
+ entityUrlTemplate?: string;
296
+
297
+ executionUrlTemplate?: string;
298
+
299
+ revisionUrlTemplate?: string;
300
+ }
301
+
302
+ export interface ActionType {
303
+ id: ActionTypeId | undefined;
304
+
305
+ settings?: ActionTypeSettings;
306
+
307
+ actionConfigurationProperties?: ActionConfigurationProperty[];
308
+
309
+ inputArtifactDetails: ArtifactDetails | undefined;
310
+
311
+ outputArtifactDetails: ArtifactDetails | undefined;
312
+ }
313
+
314
+ export interface ActionTypeArtifactDetails {
315
+ minimumCount: number | undefined;
316
+
317
+ maximumCount: number | undefined;
318
+ }
319
+
320
+ export interface JobWorkerExecutorConfiguration {
321
+ pollingAccounts?: string[];
322
+
323
+ pollingServicePrincipals?: string[];
324
+ }
325
+
326
+ export interface LambdaExecutorConfiguration {
327
+ lambdaFunctionArn: string | undefined;
328
+ }
329
+
330
+ export interface ExecutorConfiguration {
331
+ lambdaExecutorConfiguration?: LambdaExecutorConfiguration;
332
+
333
+ jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
334
+ }
335
+ export declare enum ExecutorType {
336
+ JobWorker = "JobWorker",
337
+ Lambda = "Lambda",
338
+ }
339
+
340
+ export interface ActionTypeExecutor {
341
+ configuration: ExecutorConfiguration | undefined;
342
+
343
+ type: ExecutorType | string | undefined;
344
+
345
+ policyStatementsTemplate?: string;
346
+
347
+ jobTimeout?: number;
348
+ }
349
+
350
+ export interface ActionTypeIdentifier {
351
+ category: ActionCategory | string | undefined;
352
+
353
+ owner: string | undefined;
354
+
355
+ provider: string | undefined;
356
+
357
+ version: string | undefined;
358
+ }
359
+
360
+ export interface ActionTypePermissions {
361
+ allowedAccounts: string[] | undefined;
362
+ }
363
+
364
+ export interface ActionTypeProperty {
365
+ name: string | undefined;
366
+
367
+ optional: boolean | undefined;
368
+
369
+ key: boolean | undefined;
370
+
371
+ noEcho: boolean | undefined;
372
+
373
+ queryable?: boolean;
374
+
375
+ description?: string;
376
+ }
377
+
378
+ export interface ActionTypeUrls {
379
+ configurationUrl?: string;
380
+
381
+ entityUrlTemplate?: string;
382
+
383
+ executionUrlTemplate?: string;
384
+
385
+ revisionUrlTemplate?: string;
386
+ }
387
+
388
+ export interface ActionTypeDeclaration {
389
+ description?: string;
390
+
391
+ executor: ActionTypeExecutor | undefined;
392
+
393
+ id: ActionTypeIdentifier | undefined;
394
+
395
+ inputArtifactDetails: ActionTypeArtifactDetails | undefined;
396
+
397
+ outputArtifactDetails: ActionTypeArtifactDetails | undefined;
398
+
399
+ permissions?: ActionTypePermissions;
400
+
401
+ properties?: ActionTypeProperty[];
402
+
403
+ urls?: ActionTypeUrls;
404
+ }
405
+
406
+ export declare class ActionTypeNotFoundException extends __BaseException {
407
+ readonly name: "ActionTypeNotFoundException";
408
+ readonly $fault: "client";
409
+
410
+ constructor(
411
+ opts: __ExceptionOptionType<ActionTypeNotFoundException, __BaseException>
412
+ );
413
+ }
414
+
415
+ export declare class ApprovalAlreadyCompletedException extends __BaseException {
416
+ readonly name: "ApprovalAlreadyCompletedException";
417
+ readonly $fault: "client";
418
+
419
+ constructor(
420
+ opts: __ExceptionOptionType<
421
+ ApprovalAlreadyCompletedException,
422
+ __BaseException
423
+ >
424
+ );
425
+ }
426
+ export declare enum ApprovalStatus {
427
+ Approved = "Approved",
428
+ Rejected = "Rejected",
429
+ }
430
+
431
+ export interface ApprovalResult {
432
+ summary: string | undefined;
433
+
434
+ status: ApprovalStatus | string | undefined;
435
+ }
436
+
437
+ export interface S3ArtifactLocation {
438
+ bucketName: string | undefined;
439
+
440
+ objectKey: string | undefined;
441
+ }
442
+ export declare enum ArtifactLocationType {
443
+ S3 = "S3",
444
+ }
445
+
446
+ export interface ArtifactLocation {
447
+ type?: ArtifactLocationType | string;
448
+
449
+ s3Location?: S3ArtifactLocation;
450
+ }
451
+
452
+ export interface Artifact {
453
+ name?: string;
454
+
455
+ revision?: string;
456
+
457
+ location?: ArtifactLocation;
458
+ }
459
+
460
+ export interface ArtifactRevision {
461
+ name?: string;
462
+
463
+ revisionId?: string;
464
+
465
+ revisionChangeIdentifier?: string;
466
+
467
+ revisionSummary?: string;
468
+
469
+ created?: Date;
470
+
471
+ revisionUrl?: string;
472
+ }
473
+ export declare enum EncryptionKeyType {
474
+ KMS = "KMS",
475
+ }
476
+
477
+ export interface EncryptionKey {
478
+ id: string | undefined;
479
+
480
+ type: EncryptionKeyType | string | undefined;
481
+ }
482
+ export declare enum ArtifactStoreType {
483
+ S3 = "S3",
484
+ }
485
+
486
+ export interface ArtifactStore {
487
+ type: ArtifactStoreType | string | undefined;
488
+
489
+ location: string | undefined;
490
+
491
+ encryptionKey?: EncryptionKey;
492
+ }
493
+
494
+ export interface AWSSessionCredentials {
495
+ accessKeyId: string | undefined;
496
+
497
+ secretAccessKey: string | undefined;
498
+
499
+ sessionToken: string | undefined;
500
+ }
501
+ export declare enum BlockerType {
502
+ Schedule = "Schedule",
503
+ }
504
+
505
+ export interface BlockerDeclaration {
506
+ name: string | undefined;
507
+
508
+ type: BlockerType | string | undefined;
509
+ }
510
+
511
+ export declare class ConcurrentModificationException extends __BaseException {
512
+ readonly name: "ConcurrentModificationException";
513
+ readonly $fault: "client";
514
+
515
+ constructor(
516
+ opts: __ExceptionOptionType<
517
+ ConcurrentModificationException,
518
+ __BaseException
519
+ >
520
+ );
521
+ }
522
+
523
+ export interface Tag {
524
+ key: string | undefined;
525
+
526
+ value: string | undefined;
527
+ }
528
+
529
+ export interface CreateCustomActionTypeInput {
530
+ category: ActionCategory | string | undefined;
531
+
532
+ provider: string | undefined;
533
+
534
+ version: string | undefined;
535
+
536
+ settings?: ActionTypeSettings;
537
+
538
+ configurationProperties?: ActionConfigurationProperty[];
539
+
540
+ inputArtifactDetails: ArtifactDetails | undefined;
541
+
542
+ outputArtifactDetails: ArtifactDetails | undefined;
543
+
544
+ tags?: Tag[];
545
+ }
546
+
547
+ export interface CreateCustomActionTypeOutput {
548
+ actionType: ActionType | undefined;
549
+
550
+ tags?: Tag[];
551
+ }
552
+
553
+ export declare class InvalidTagsException extends __BaseException {
554
+ readonly name: "InvalidTagsException";
555
+ readonly $fault: "client";
556
+
557
+ constructor(
558
+ opts: __ExceptionOptionType<InvalidTagsException, __BaseException>
559
+ );
560
+ }
561
+
562
+ export declare class LimitExceededException extends __BaseException {
563
+ readonly name: "LimitExceededException";
564
+ readonly $fault: "client";
565
+
566
+ constructor(
567
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
568
+ );
569
+ }
570
+
571
+ export declare class TooManyTagsException extends __BaseException {
572
+ readonly name: "TooManyTagsException";
573
+ readonly $fault: "client";
574
+
575
+ constructor(
576
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
577
+ );
578
+ }
579
+
580
+ export interface StageDeclaration {
581
+ name: string | undefined;
582
+
583
+ blockers?: BlockerDeclaration[];
584
+
585
+ actions: ActionDeclaration[] | undefined;
586
+ }
587
+
588
+ export interface PipelineDeclaration {
589
+ name: string | undefined;
590
+
591
+ roleArn: string | undefined;
592
+
593
+ artifactStore?: ArtifactStore;
594
+
595
+ artifactStores?: Record<string, ArtifactStore>;
596
+
597
+ stages: StageDeclaration[] | undefined;
598
+
599
+ version?: number;
600
+ }
601
+
602
+ export interface CreatePipelineInput {
603
+ pipeline: PipelineDeclaration | undefined;
604
+
605
+ tags?: Tag[];
606
+ }
607
+
608
+ export interface CreatePipelineOutput {
609
+ pipeline?: PipelineDeclaration;
610
+
611
+ tags?: Tag[];
612
+ }
613
+
614
+ export declare class InvalidActionDeclarationException extends __BaseException {
615
+ readonly name: "InvalidActionDeclarationException";
616
+ readonly $fault: "client";
617
+
618
+ constructor(
619
+ opts: __ExceptionOptionType<
620
+ InvalidActionDeclarationException,
621
+ __BaseException
622
+ >
623
+ );
624
+ }
625
+
626
+ export declare class InvalidBlockerDeclarationException extends __BaseException {
627
+ readonly name: "InvalidBlockerDeclarationException";
628
+ readonly $fault: "client";
629
+
630
+ constructor(
631
+ opts: __ExceptionOptionType<
632
+ InvalidBlockerDeclarationException,
633
+ __BaseException
634
+ >
635
+ );
636
+ }
637
+
638
+ export declare class InvalidStageDeclarationException extends __BaseException {
639
+ readonly name: "InvalidStageDeclarationException";
640
+ readonly $fault: "client";
641
+
642
+ constructor(
643
+ opts: __ExceptionOptionType<
644
+ InvalidStageDeclarationException,
645
+ __BaseException
646
+ >
647
+ );
648
+ }
649
+
650
+ export declare class InvalidStructureException extends __BaseException {
651
+ readonly name: "InvalidStructureException";
652
+ readonly $fault: "client";
653
+
654
+ constructor(
655
+ opts: __ExceptionOptionType<InvalidStructureException, __BaseException>
656
+ );
657
+ }
658
+
659
+ export declare class PipelineNameInUseException extends __BaseException {
660
+ readonly name: "PipelineNameInUseException";
661
+ readonly $fault: "client";
662
+
663
+ constructor(
664
+ opts: __ExceptionOptionType<PipelineNameInUseException, __BaseException>
665
+ );
666
+ }
667
+
668
+ export interface DeleteCustomActionTypeInput {
669
+ category: ActionCategory | string | undefined;
670
+
671
+ provider: string | undefined;
672
+
673
+ version: string | undefined;
674
+ }
675
+
676
+ export interface DeletePipelineInput {
677
+ name: string | undefined;
678
+ }
679
+ export interface DeleteWebhookInput {
680
+ name: string | undefined;
681
+ }
682
+ export interface DeleteWebhookOutput {}
683
+ export interface DeregisterWebhookWithThirdPartyInput {
684
+ webhookName?: string;
685
+ }
686
+ export interface DeregisterWebhookWithThirdPartyOutput {}
687
+
688
+ export declare class WebhookNotFoundException extends __BaseException {
689
+ readonly name: "WebhookNotFoundException";
690
+ readonly $fault: "client";
691
+
692
+ constructor(
693
+ opts: __ExceptionOptionType<WebhookNotFoundException, __BaseException>
694
+ );
695
+ }
696
+ export declare enum StageTransitionType {
697
+ Inbound = "Inbound",
698
+ Outbound = "Outbound",
699
+ }
700
+
701
+ export interface DisableStageTransitionInput {
702
+ pipelineName: string | undefined;
703
+
704
+ stageName: string | undefined;
705
+
706
+ transitionType: StageTransitionType | string | undefined;
707
+
708
+ reason: string | undefined;
709
+ }
710
+
711
+ export declare class PipelineNotFoundException extends __BaseException {
712
+ readonly name: "PipelineNotFoundException";
713
+ readonly $fault: "client";
714
+
715
+ constructor(
716
+ opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>
717
+ );
718
+ }
719
+
720
+ export declare class StageNotFoundException extends __BaseException {
721
+ readonly name: "StageNotFoundException";
722
+ readonly $fault: "client";
723
+
724
+ constructor(
725
+ opts: __ExceptionOptionType<StageNotFoundException, __BaseException>
726
+ );
727
+ }
728
+
729
+ export interface EnableStageTransitionInput {
730
+ pipelineName: string | undefined;
731
+
732
+ stageName: string | undefined;
733
+
734
+ transitionType: StageTransitionType | string | undefined;
735
+ }
736
+ export interface GetActionTypeInput {
737
+ category: ActionCategory | string | undefined;
738
+
739
+ owner: string | undefined;
740
+
741
+ provider: string | undefined;
742
+
743
+ version: string | undefined;
744
+ }
745
+ export interface GetActionTypeOutput {
746
+ actionType?: ActionTypeDeclaration;
747
+ }
748
+
749
+ export interface GetJobDetailsInput {
750
+ jobId: string | undefined;
751
+ }
752
+
753
+ export interface StageContext {
754
+ name?: string;
755
+ }
756
+
757
+ export interface PipelineContext {
758
+ pipelineName?: string;
759
+
760
+ stage?: StageContext;
761
+
762
+ action?: ActionContext;
763
+
764
+ pipelineArn?: string;
765
+
766
+ pipelineExecutionId?: string;
767
+ }
768
+
769
+ export interface JobData {
770
+ actionTypeId?: ActionTypeId;
771
+
772
+ actionConfiguration?: ActionConfiguration;
773
+
774
+ pipelineContext?: PipelineContext;
775
+
776
+ inputArtifacts?: Artifact[];
777
+
778
+ outputArtifacts?: Artifact[];
779
+
780
+ artifactCredentials?: AWSSessionCredentials;
781
+
782
+ continuationToken?: string;
783
+
784
+ encryptionKey?: EncryptionKey;
785
+ }
786
+
787
+ export interface JobDetails {
788
+ id?: string;
789
+
790
+ data?: JobData;
791
+
792
+ accountId?: string;
793
+ }
794
+
795
+ export interface GetJobDetailsOutput {
796
+ jobDetails?: JobDetails;
797
+ }
798
+
799
+ export interface GetPipelineInput {
800
+ name: string | undefined;
801
+
802
+ version?: number;
803
+ }
804
+
805
+ export interface PipelineMetadata {
806
+ pipelineArn?: string;
807
+
808
+ created?: Date;
809
+
810
+ updated?: Date;
811
+ }
812
+
813
+ export interface GetPipelineOutput {
814
+ pipeline?: PipelineDeclaration;
815
+
816
+ metadata?: PipelineMetadata;
817
+ }
818
+
819
+ export declare class PipelineVersionNotFoundException extends __BaseException {
820
+ readonly name: "PipelineVersionNotFoundException";
821
+ readonly $fault: "client";
822
+
823
+ constructor(
824
+ opts: __ExceptionOptionType<
825
+ PipelineVersionNotFoundException,
826
+ __BaseException
827
+ >
828
+ );
829
+ }
830
+
831
+ export interface GetPipelineExecutionInput {
832
+ pipelineName: string | undefined;
833
+
834
+ pipelineExecutionId: string | undefined;
835
+ }
836
+ export declare enum PipelineExecutionStatus {
837
+ Cancelled = "Cancelled",
838
+ Failed = "Failed",
839
+ InProgress = "InProgress",
840
+ Stopped = "Stopped",
841
+ Stopping = "Stopping",
842
+ Succeeded = "Succeeded",
843
+ Superseded = "Superseded",
844
+ }
845
+
846
+ export interface PipelineExecution {
847
+ pipelineName?: string;
848
+
849
+ pipelineVersion?: number;
850
+
851
+ pipelineExecutionId?: string;
852
+
853
+ status?: PipelineExecutionStatus | string;
854
+
855
+ statusSummary?: string;
856
+
857
+ artifactRevisions?: ArtifactRevision[];
858
+ }
859
+
860
+ export interface GetPipelineExecutionOutput {
861
+ pipelineExecution?: PipelineExecution;
862
+ }
863
+
864
+ export declare class PipelineExecutionNotFoundException extends __BaseException {
865
+ readonly name: "PipelineExecutionNotFoundException";
866
+ readonly $fault: "client";
867
+
868
+ constructor(
869
+ opts: __ExceptionOptionType<
870
+ PipelineExecutionNotFoundException,
871
+ __BaseException
872
+ >
873
+ );
874
+ }
875
+
876
+ export interface GetPipelineStateInput {
877
+ name: string | undefined;
878
+ }
879
+ export declare enum StageExecutionStatus {
880
+ Cancelled = "Cancelled",
881
+ Failed = "Failed",
882
+ InProgress = "InProgress",
883
+ Stopped = "Stopped",
884
+ Stopping = "Stopping",
885
+ Succeeded = "Succeeded",
886
+ }
887
+
888
+ export interface StageExecution {
889
+ pipelineExecutionId: string | undefined;
890
+
891
+ status: StageExecutionStatus | string | undefined;
892
+ }
893
+
894
+ export interface TransitionState {
895
+ enabled?: boolean;
896
+
897
+ lastChangedBy?: string;
898
+
899
+ lastChangedAt?: Date;
900
+
901
+ disabledReason?: string;
902
+ }
903
+
904
+ export interface StageState {
905
+ stageName?: string;
906
+
907
+ inboundExecution?: StageExecution;
908
+
909
+ inboundTransitionState?: TransitionState;
910
+
911
+ actionStates?: ActionState[];
912
+
913
+ latestExecution?: StageExecution;
914
+ }
915
+
916
+ export interface GetPipelineStateOutput {
917
+ pipelineName?: string;
918
+
919
+ pipelineVersion?: number;
920
+
921
+ stageStates?: StageState[];
922
+
923
+ created?: Date;
924
+
925
+ updated?: Date;
926
+ }
927
+
928
+ export interface GetThirdPartyJobDetailsInput {
929
+ jobId: string | undefined;
930
+
931
+ clientToken: string | undefined;
932
+ }
933
+
934
+ export interface ThirdPartyJobData {
935
+ actionTypeId?: ActionTypeId;
936
+
937
+ actionConfiguration?: ActionConfiguration;
938
+
939
+ pipelineContext?: PipelineContext;
940
+
941
+ inputArtifacts?: Artifact[];
942
+
943
+ outputArtifacts?: Artifact[];
944
+
945
+ artifactCredentials?: AWSSessionCredentials;
946
+
947
+ continuationToken?: string;
948
+
949
+ encryptionKey?: EncryptionKey;
950
+ }
951
+
952
+ export interface ThirdPartyJobDetails {
953
+ id?: string;
954
+
955
+ data?: ThirdPartyJobData;
956
+
957
+ nonce?: string;
958
+ }
959
+
960
+ export interface GetThirdPartyJobDetailsOutput {
961
+ jobDetails?: ThirdPartyJobDetails;
962
+ }
963
+
964
+ export declare class InvalidJobException extends __BaseException {
965
+ readonly name: "InvalidJobException";
966
+ readonly $fault: "client";
967
+
968
+ constructor(
969
+ opts: __ExceptionOptionType<InvalidJobException, __BaseException>
970
+ );
971
+ }
972
+
973
+ export declare class InvalidNextTokenException extends __BaseException {
974
+ readonly name: "InvalidNextTokenException";
975
+ readonly $fault: "client";
976
+
977
+ constructor(
978
+ opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
979
+ );
980
+ }
981
+ export interface ListActionExecutionsInput {
982
+ pipelineName: string | undefined;
983
+
984
+ filter?: ActionExecutionFilter;
985
+
986
+ maxResults?: number;
987
+
988
+ nextToken?: string;
989
+ }
990
+ export interface ListActionExecutionsOutput {
991
+ actionExecutionDetails?: ActionExecutionDetail[];
992
+
993
+ nextToken?: string;
994
+ }
995
+
996
+ export interface ListActionTypesInput {
997
+ actionOwnerFilter?: ActionOwner | string;
998
+
999
+ nextToken?: string;
1000
+
1001
+ regionFilter?: string;
1002
+ }
1003
+
1004
+ export interface ListActionTypesOutput {
1005
+ actionTypes: ActionType[] | undefined;
1006
+
1007
+ nextToken?: string;
1008
+ }
1009
+
1010
+ export interface ListPipelineExecutionsInput {
1011
+ pipelineName: string | undefined;
1012
+
1013
+ maxResults?: number;
1014
+
1015
+ nextToken?: string;
1016
+ }
1017
+
1018
+ export interface SourceRevision {
1019
+ actionName: string | undefined;
1020
+
1021
+ revisionId?: string;
1022
+
1023
+ revisionSummary?: string;
1024
+
1025
+ revisionUrl?: string;
1026
+ }
1027
+
1028
+ export interface StopExecutionTrigger {
1029
+ reason?: string;
1030
+ }
1031
+ export declare enum TriggerType {
1032
+ CloudWatchEvent = "CloudWatchEvent",
1033
+ CreatePipeline = "CreatePipeline",
1034
+ PollForSourceChanges = "PollForSourceChanges",
1035
+ PutActionRevision = "PutActionRevision",
1036
+ StartPipelineExecution = "StartPipelineExecution",
1037
+ Webhook = "Webhook",
1038
+ }
1039
+
1040
+ export interface ExecutionTrigger {
1041
+ triggerType?: TriggerType | string;
1042
+
1043
+ triggerDetail?: string;
1044
+ }
1045
+
1046
+ export interface PipelineExecutionSummary {
1047
+ pipelineExecutionId?: string;
1048
+
1049
+ status?: PipelineExecutionStatus | string;
1050
+
1051
+ startTime?: Date;
1052
+
1053
+ lastUpdateTime?: Date;
1054
+
1055
+ sourceRevisions?: SourceRevision[];
1056
+
1057
+ trigger?: ExecutionTrigger;
1058
+
1059
+ stopTrigger?: StopExecutionTrigger;
1060
+ }
1061
+
1062
+ export interface ListPipelineExecutionsOutput {
1063
+ pipelineExecutionSummaries?: PipelineExecutionSummary[];
1064
+
1065
+ nextToken?: string;
1066
+ }
1067
+
1068
+ export interface ListPipelinesInput {
1069
+ nextToken?: string;
1070
+
1071
+ maxResults?: number;
1072
+ }
1073
+
1074
+ export interface PipelineSummary {
1075
+ name?: string;
1076
+
1077
+ version?: number;
1078
+
1079
+ created?: Date;
1080
+
1081
+ updated?: Date;
1082
+ }
1083
+
1084
+ export interface ListPipelinesOutput {
1085
+ pipelines?: PipelineSummary[];
1086
+
1087
+ nextToken?: string;
1088
+ }
1089
+
1090
+ export declare class InvalidArnException extends __BaseException {
1091
+ readonly name: "InvalidArnException";
1092
+ readonly $fault: "client";
1093
+
1094
+ constructor(
1095
+ opts: __ExceptionOptionType<InvalidArnException, __BaseException>
1096
+ );
1097
+ }
1098
+ export interface ListTagsForResourceInput {
1099
+ resourceArn: string | undefined;
1100
+
1101
+ nextToken?: string;
1102
+
1103
+ maxResults?: number;
1104
+ }
1105
+ export interface ListTagsForResourceOutput {
1106
+ tags?: Tag[];
1107
+
1108
+ nextToken?: string;
1109
+ }
1110
+
1111
+ export declare class ResourceNotFoundException extends __BaseException {
1112
+ readonly name: "ResourceNotFoundException";
1113
+ readonly $fault: "client";
1114
+
1115
+ constructor(
1116
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
1117
+ );
1118
+ }
1119
+ export interface ListWebhooksInput {
1120
+ NextToken?: string;
1121
+
1122
+ MaxResults?: number;
1123
+ }
1124
+ export declare enum WebhookAuthenticationType {
1125
+ GITHUB_HMAC = "GITHUB_HMAC",
1126
+ IP = "IP",
1127
+ UNAUTHENTICATED = "UNAUTHENTICATED",
1128
+ }
1129
+
1130
+ export interface WebhookAuthConfiguration {
1131
+ AllowedIPRange?: string;
1132
+
1133
+ SecretToken?: string;
1134
+ }
1135
+
1136
+ export interface WebhookFilterRule {
1137
+ jsonPath: string | undefined;
1138
+
1139
+ matchEquals?: string;
1140
+ }
1141
+
1142
+ export interface WebhookDefinition {
1143
+ name: string | undefined;
1144
+
1145
+ targetPipeline: string | undefined;
1146
+
1147
+ targetAction: string | undefined;
1148
+
1149
+ filters: WebhookFilterRule[] | undefined;
1150
+
1151
+ authentication: WebhookAuthenticationType | string | undefined;
1152
+
1153
+ authenticationConfiguration: WebhookAuthConfiguration | undefined;
1154
+ }
1155
+
1156
+ export interface ListWebhookItem {
1157
+ definition: WebhookDefinition | undefined;
1158
+
1159
+ url: string | undefined;
1160
+
1161
+ errorMessage?: string;
1162
+
1163
+ errorCode?: string;
1164
+
1165
+ lastTriggered?: Date;
1166
+
1167
+ arn?: string;
1168
+
1169
+ tags?: Tag[];
1170
+ }
1171
+ export interface ListWebhooksOutput {
1172
+ webhooks?: ListWebhookItem[];
1173
+
1174
+ NextToken?: string;
1175
+ }
1176
+
1177
+ export interface PollForJobsInput {
1178
+ actionTypeId: ActionTypeId | undefined;
1179
+
1180
+ maxBatchSize?: number;
1181
+
1182
+ queryParam?: Record<string, string>;
1183
+ }
1184
+
1185
+ export interface Job {
1186
+ id?: string;
1187
+
1188
+ data?: JobData;
1189
+
1190
+ nonce?: string;
1191
+
1192
+ accountId?: string;
1193
+ }
1194
+
1195
+ export interface PollForJobsOutput {
1196
+ jobs?: Job[];
1197
+ }
1198
+
1199
+ export interface PollForThirdPartyJobsInput {
1200
+ actionTypeId: ActionTypeId | undefined;
1201
+
1202
+ maxBatchSize?: number;
1203
+ }
1204
+
1205
+ export interface ThirdPartyJob {
1206
+ clientId?: string;
1207
+
1208
+ jobId?: string;
1209
+ }
1210
+
1211
+ export interface PollForThirdPartyJobsOutput {
1212
+ jobs?: ThirdPartyJob[];
1213
+ }
1214
+
1215
+ export interface PutActionRevisionInput {
1216
+ pipelineName: string | undefined;
1217
+
1218
+ stageName: string | undefined;
1219
+
1220
+ actionName: string | undefined;
1221
+
1222
+ actionRevision: ActionRevision | undefined;
1223
+ }
1224
+
1225
+ export interface PutActionRevisionOutput {
1226
+ newRevision?: boolean;
1227
+
1228
+ pipelineExecutionId?: string;
1229
+ }
1230
+
1231
+ export declare class InvalidApprovalTokenException extends __BaseException {
1232
+ readonly name: "InvalidApprovalTokenException";
1233
+ readonly $fault: "client";
1234
+
1235
+ constructor(
1236
+ opts: __ExceptionOptionType<InvalidApprovalTokenException, __BaseException>
1237
+ );
1238
+ }
1239
+
1240
+ export interface PutApprovalResultInput {
1241
+ pipelineName: string | undefined;
1242
+
1243
+ stageName: string | undefined;
1244
+
1245
+ actionName: string | undefined;
1246
+
1247
+ result: ApprovalResult | undefined;
1248
+
1249
+ token: string | undefined;
1250
+ }
1251
+
1252
+ export interface PutApprovalResultOutput {
1253
+ approvedAt?: Date;
1254
+ }
1255
+
1256
+ export declare class InvalidJobStateException extends __BaseException {
1257
+ readonly name: "InvalidJobStateException";
1258
+ readonly $fault: "client";
1259
+
1260
+ constructor(
1261
+ opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>
1262
+ );
1263
+ }
1264
+ export declare enum FailureType {
1265
+ ConfigurationError = "ConfigurationError",
1266
+ JobFailed = "JobFailed",
1267
+ PermissionError = "PermissionError",
1268
+ RevisionOutOfSync = "RevisionOutOfSync",
1269
+ RevisionUnavailable = "RevisionUnavailable",
1270
+ SystemUnavailable = "SystemUnavailable",
1271
+ }
1272
+
1273
+ export interface FailureDetails {
1274
+ type: FailureType | string | undefined;
1275
+
1276
+ message: string | undefined;
1277
+
1278
+ externalExecutionId?: string;
1279
+ }
1280
+
1281
+ export interface PutJobFailureResultInput {
1282
+ jobId: string | undefined;
1283
+
1284
+ failureDetails: FailureDetails | undefined;
1285
+ }
1286
+
1287
+ export declare class OutputVariablesSizeExceededException extends __BaseException {
1288
+ readonly name: "OutputVariablesSizeExceededException";
1289
+ readonly $fault: "client";
1290
+
1291
+ constructor(
1292
+ opts: __ExceptionOptionType<
1293
+ OutputVariablesSizeExceededException,
1294
+ __BaseException
1295
+ >
1296
+ );
1297
+ }
1298
+
1299
+ export interface CurrentRevision {
1300
+ revision: string | undefined;
1301
+
1302
+ changeIdentifier: string | undefined;
1303
+
1304
+ created?: Date;
1305
+
1306
+ revisionSummary?: string;
1307
+ }
1308
+
1309
+ export interface ExecutionDetails {
1310
+ summary?: string;
1311
+
1312
+ externalExecutionId?: string;
1313
+
1314
+ percentComplete?: number;
1315
+ }
1316
+
1317
+ export interface PutJobSuccessResultInput {
1318
+ jobId: string | undefined;
1319
+
1320
+ currentRevision?: CurrentRevision;
1321
+
1322
+ continuationToken?: string;
1323
+
1324
+ executionDetails?: ExecutionDetails;
1325
+
1326
+ outputVariables?: Record<string, string>;
1327
+ }
1328
+
1329
+ export interface PutThirdPartyJobFailureResultInput {
1330
+ jobId: string | undefined;
1331
+
1332
+ clientToken: string | undefined;
1333
+
1334
+ failureDetails: FailureDetails | undefined;
1335
+ }
1336
+
1337
+ export interface PutThirdPartyJobSuccessResultInput {
1338
+ jobId: string | undefined;
1339
+
1340
+ clientToken: string | undefined;
1341
+
1342
+ currentRevision?: CurrentRevision;
1343
+
1344
+ continuationToken?: string;
1345
+
1346
+ executionDetails?: ExecutionDetails;
1347
+ }
1348
+
1349
+ export declare class InvalidWebhookAuthenticationParametersException extends __BaseException {
1350
+ readonly name: "InvalidWebhookAuthenticationParametersException";
1351
+ readonly $fault: "client";
1352
+
1353
+ constructor(
1354
+ opts: __ExceptionOptionType<
1355
+ InvalidWebhookAuthenticationParametersException,
1356
+ __BaseException
1357
+ >
1358
+ );
1359
+ }
1360
+
1361
+ export declare class InvalidWebhookFilterPatternException extends __BaseException {
1362
+ readonly name: "InvalidWebhookFilterPatternException";
1363
+ readonly $fault: "client";
1364
+
1365
+ constructor(
1366
+ opts: __ExceptionOptionType<
1367
+ InvalidWebhookFilterPatternException,
1368
+ __BaseException
1369
+ >
1370
+ );
1371
+ }
1372
+ export interface PutWebhookInput {
1373
+ webhook: WebhookDefinition | undefined;
1374
+
1375
+ tags?: Tag[];
1376
+ }
1377
+ export interface PutWebhookOutput {
1378
+ webhook?: ListWebhookItem;
1379
+ }
1380
+ export interface RegisterWebhookWithThirdPartyInput {
1381
+ webhookName?: string;
1382
+ }
1383
+ export interface RegisterWebhookWithThirdPartyOutput {}
1384
+
1385
+ export declare class ConflictException extends __BaseException {
1386
+ readonly name: "ConflictException";
1387
+ readonly $fault: "client";
1388
+
1389
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1390
+ }
1391
+
1392
+ export declare class NotLatestPipelineExecutionException extends __BaseException {
1393
+ readonly name: "NotLatestPipelineExecutionException";
1394
+ readonly $fault: "client";
1395
+
1396
+ constructor(
1397
+ opts: __ExceptionOptionType<
1398
+ NotLatestPipelineExecutionException,
1399
+ __BaseException
1400
+ >
1401
+ );
1402
+ }
1403
+ export declare enum StageRetryMode {
1404
+ FAILED_ACTIONS = "FAILED_ACTIONS",
1405
+ }
1406
+
1407
+ export interface RetryStageExecutionInput {
1408
+ pipelineName: string | undefined;
1409
+
1410
+ stageName: string | undefined;
1411
+
1412
+ pipelineExecutionId: string | undefined;
1413
+
1414
+ retryMode: StageRetryMode | string | undefined;
1415
+ }
1416
+
1417
+ export interface RetryStageExecutionOutput {
1418
+ pipelineExecutionId?: string;
1419
+ }
1420
+
1421
+ export declare class StageNotRetryableException extends __BaseException {
1422
+ readonly name: "StageNotRetryableException";
1423
+ readonly $fault: "client";
1424
+
1425
+ constructor(
1426
+ opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>
1427
+ );
1428
+ }
1429
+
1430
+ export interface StartPipelineExecutionInput {
1431
+ name: string | undefined;
1432
+
1433
+ clientRequestToken?: string;
1434
+ }
1435
+
1436
+ export interface StartPipelineExecutionOutput {
1437
+ pipelineExecutionId?: string;
1438
+ }
1439
+
1440
+ export declare class DuplicatedStopRequestException extends __BaseException {
1441
+ readonly name: "DuplicatedStopRequestException";
1442
+ readonly $fault: "client";
1443
+
1444
+ constructor(
1445
+ opts: __ExceptionOptionType<DuplicatedStopRequestException, __BaseException>
1446
+ );
1447
+ }
1448
+
1449
+ export declare class PipelineExecutionNotStoppableException extends __BaseException {
1450
+ readonly name: "PipelineExecutionNotStoppableException";
1451
+ readonly $fault: "client";
1452
+
1453
+ constructor(
1454
+ opts: __ExceptionOptionType<
1455
+ PipelineExecutionNotStoppableException,
1456
+ __BaseException
1457
+ >
1458
+ );
1459
+ }
1460
+ export interface StopPipelineExecutionInput {
1461
+ pipelineName: string | undefined;
1462
+
1463
+ pipelineExecutionId: string | undefined;
1464
+
1465
+ abandon?: boolean;
1466
+
1467
+ reason?: string;
1468
+ }
1469
+ export interface StopPipelineExecutionOutput {
1470
+ pipelineExecutionId?: string;
1471
+ }
1472
+ export interface TagResourceInput {
1473
+ resourceArn: string | undefined;
1474
+
1475
+ tags: Tag[] | undefined;
1476
+ }
1477
+ export interface TagResourceOutput {}
1478
+ export interface UntagResourceInput {
1479
+ resourceArn: string | undefined;
1480
+
1481
+ tagKeys: string[] | undefined;
1482
+ }
1483
+ export interface UntagResourceOutput {}
1484
+
1485
+ export declare class RequestFailedException extends __BaseException {
1486
+ readonly name: "RequestFailedException";
1487
+ readonly $fault: "client";
1488
+
1489
+ constructor(
1490
+ opts: __ExceptionOptionType<RequestFailedException, __BaseException>
1491
+ );
1492
+ }
1493
+ export interface UpdateActionTypeInput {
1494
+ actionType: ActionTypeDeclaration | undefined;
1495
+ }
1496
+
1497
+ export interface UpdatePipelineInput {
1498
+ pipeline: PipelineDeclaration | undefined;
1499
+ }
1500
+
1501
+ export interface UpdatePipelineOutput {
1502
+ pipeline?: PipelineDeclaration;
1503
+ }
1504
+
1505
+ export declare const AcknowledgeJobInputFilterSensitiveLog: (
1506
+ obj: AcknowledgeJobInput
1507
+ ) => any;
1508
+
1509
+ export declare const AcknowledgeJobOutputFilterSensitiveLog: (
1510
+ obj: AcknowledgeJobOutput
1511
+ ) => any;
1512
+
1513
+ export declare const AcknowledgeThirdPartyJobInputFilterSensitiveLog: (
1514
+ obj: AcknowledgeThirdPartyJobInput
1515
+ ) => any;
1516
+
1517
+ export declare const AcknowledgeThirdPartyJobOutputFilterSensitiveLog: (
1518
+ obj: AcknowledgeThirdPartyJobOutput
1519
+ ) => any;
1520
+
1521
+ export declare const ActionConfigurationFilterSensitiveLog: (
1522
+ obj: ActionConfiguration
1523
+ ) => any;
1524
+
1525
+ export declare const ActionConfigurationPropertyFilterSensitiveLog: (
1526
+ obj: ActionConfigurationProperty
1527
+ ) => any;
1528
+
1529
+ export declare const ActionContextFilterSensitiveLog: (
1530
+ obj: ActionContext
1531
+ ) => any;
1532
+
1533
+ export declare const ActionTypeIdFilterSensitiveLog: (obj: ActionTypeId) => any;
1534
+
1535
+ export declare const InputArtifactFilterSensitiveLog: (
1536
+ obj: InputArtifact
1537
+ ) => any;
1538
+
1539
+ export declare const OutputArtifactFilterSensitiveLog: (
1540
+ obj: OutputArtifact
1541
+ ) => any;
1542
+
1543
+ export declare const ActionDeclarationFilterSensitiveLog: (
1544
+ obj: ActionDeclaration
1545
+ ) => any;
1546
+
1547
+ export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
1548
+
1549
+ export declare const ActionExecutionFilterSensitiveLog: (
1550
+ obj: ActionExecution
1551
+ ) => any;
1552
+
1553
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
1554
+
1555
+ export declare const ArtifactDetailFilterSensitiveLog: (
1556
+ obj: ArtifactDetail
1557
+ ) => any;
1558
+
1559
+ export declare const ActionExecutionInputFilterSensitiveLog: (
1560
+ obj: ActionExecutionInput
1561
+ ) => any;
1562
+
1563
+ export declare const ActionExecutionResultFilterSensitiveLog: (
1564
+ obj: ActionExecutionResult
1565
+ ) => any;
1566
+
1567
+ export declare const ActionExecutionOutputFilterSensitiveLog: (
1568
+ obj: ActionExecutionOutput
1569
+ ) => any;
1570
+
1571
+ export declare const ActionExecutionDetailFilterSensitiveLog: (
1572
+ obj: ActionExecutionDetail
1573
+ ) => any;
1574
+
1575
+ export declare const ActionExecutionFilterFilterSensitiveLog: (
1576
+ obj: ActionExecutionFilter
1577
+ ) => any;
1578
+
1579
+ export declare const ActionRevisionFilterSensitiveLog: (
1580
+ obj: ActionRevision
1581
+ ) => any;
1582
+
1583
+ export declare const ActionStateFilterSensitiveLog: (obj: ActionState) => any;
1584
+
1585
+ export declare const ArtifactDetailsFilterSensitiveLog: (
1586
+ obj: ArtifactDetails
1587
+ ) => any;
1588
+
1589
+ export declare const ActionTypeSettingsFilterSensitiveLog: (
1590
+ obj: ActionTypeSettings
1591
+ ) => any;
1592
+
1593
+ export declare const ActionTypeFilterSensitiveLog: (obj: ActionType) => any;
1594
+
1595
+ export declare const ActionTypeArtifactDetailsFilterSensitiveLog: (
1596
+ obj: ActionTypeArtifactDetails
1597
+ ) => any;
1598
+
1599
+ export declare const JobWorkerExecutorConfigurationFilterSensitiveLog: (
1600
+ obj: JobWorkerExecutorConfiguration
1601
+ ) => any;
1602
+
1603
+ export declare const LambdaExecutorConfigurationFilterSensitiveLog: (
1604
+ obj: LambdaExecutorConfiguration
1605
+ ) => any;
1606
+
1607
+ export declare const ExecutorConfigurationFilterSensitiveLog: (
1608
+ obj: ExecutorConfiguration
1609
+ ) => any;
1610
+
1611
+ export declare const ActionTypeExecutorFilterSensitiveLog: (
1612
+ obj: ActionTypeExecutor
1613
+ ) => any;
1614
+
1615
+ export declare const ActionTypeIdentifierFilterSensitiveLog: (
1616
+ obj: ActionTypeIdentifier
1617
+ ) => any;
1618
+
1619
+ export declare const ActionTypePermissionsFilterSensitiveLog: (
1620
+ obj: ActionTypePermissions
1621
+ ) => any;
1622
+
1623
+ export declare const ActionTypePropertyFilterSensitiveLog: (
1624
+ obj: ActionTypeProperty
1625
+ ) => any;
1626
+
1627
+ export declare const ActionTypeUrlsFilterSensitiveLog: (
1628
+ obj: ActionTypeUrls
1629
+ ) => any;
1630
+
1631
+ export declare const ActionTypeDeclarationFilterSensitiveLog: (
1632
+ obj: ActionTypeDeclaration
1633
+ ) => any;
1634
+
1635
+ export declare const ApprovalResultFilterSensitiveLog: (
1636
+ obj: ApprovalResult
1637
+ ) => any;
1638
+
1639
+ export declare const S3ArtifactLocationFilterSensitiveLog: (
1640
+ obj: S3ArtifactLocation
1641
+ ) => any;
1642
+
1643
+ export declare const ArtifactLocationFilterSensitiveLog: (
1644
+ obj: ArtifactLocation
1645
+ ) => any;
1646
+
1647
+ export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
1648
+
1649
+ export declare const ArtifactRevisionFilterSensitiveLog: (
1650
+ obj: ArtifactRevision
1651
+ ) => any;
1652
+
1653
+ export declare const EncryptionKeyFilterSensitiveLog: (
1654
+ obj: EncryptionKey
1655
+ ) => any;
1656
+
1657
+ export declare const ArtifactStoreFilterSensitiveLog: (
1658
+ obj: ArtifactStore
1659
+ ) => any;
1660
+
1661
+ export declare const AWSSessionCredentialsFilterSensitiveLog: (
1662
+ obj: AWSSessionCredentials
1663
+ ) => any;
1664
+
1665
+ export declare const BlockerDeclarationFilterSensitiveLog: (
1666
+ obj: BlockerDeclaration
1667
+ ) => any;
1668
+
1669
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1670
+
1671
+ export declare const CreateCustomActionTypeInputFilterSensitiveLog: (
1672
+ obj: CreateCustomActionTypeInput
1673
+ ) => any;
1674
+
1675
+ export declare const CreateCustomActionTypeOutputFilterSensitiveLog: (
1676
+ obj: CreateCustomActionTypeOutput
1677
+ ) => any;
1678
+
1679
+ export declare const StageDeclarationFilterSensitiveLog: (
1680
+ obj: StageDeclaration
1681
+ ) => any;
1682
+
1683
+ export declare const PipelineDeclarationFilterSensitiveLog: (
1684
+ obj: PipelineDeclaration
1685
+ ) => any;
1686
+
1687
+ export declare const CreatePipelineInputFilterSensitiveLog: (
1688
+ obj: CreatePipelineInput
1689
+ ) => any;
1690
+
1691
+ export declare const CreatePipelineOutputFilterSensitiveLog: (
1692
+ obj: CreatePipelineOutput
1693
+ ) => any;
1694
+
1695
+ export declare const DeleteCustomActionTypeInputFilterSensitiveLog: (
1696
+ obj: DeleteCustomActionTypeInput
1697
+ ) => any;
1698
+
1699
+ export declare const DeletePipelineInputFilterSensitiveLog: (
1700
+ obj: DeletePipelineInput
1701
+ ) => any;
1702
+
1703
+ export declare const DeleteWebhookInputFilterSensitiveLog: (
1704
+ obj: DeleteWebhookInput
1705
+ ) => any;
1706
+
1707
+ export declare const DeleteWebhookOutputFilterSensitiveLog: (
1708
+ obj: DeleteWebhookOutput
1709
+ ) => any;
1710
+
1711
+ export declare const DeregisterWebhookWithThirdPartyInputFilterSensitiveLog: (
1712
+ obj: DeregisterWebhookWithThirdPartyInput
1713
+ ) => any;
1714
+
1715
+ export declare const DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog: (
1716
+ obj: DeregisterWebhookWithThirdPartyOutput
1717
+ ) => any;
1718
+
1719
+ export declare const DisableStageTransitionInputFilterSensitiveLog: (
1720
+ obj: DisableStageTransitionInput
1721
+ ) => any;
1722
+
1723
+ export declare const EnableStageTransitionInputFilterSensitiveLog: (
1724
+ obj: EnableStageTransitionInput
1725
+ ) => any;
1726
+
1727
+ export declare const GetActionTypeInputFilterSensitiveLog: (
1728
+ obj: GetActionTypeInput
1729
+ ) => any;
1730
+
1731
+ export declare const GetActionTypeOutputFilterSensitiveLog: (
1732
+ obj: GetActionTypeOutput
1733
+ ) => any;
1734
+
1735
+ export declare const GetJobDetailsInputFilterSensitiveLog: (
1736
+ obj: GetJobDetailsInput
1737
+ ) => any;
1738
+
1739
+ export declare const StageContextFilterSensitiveLog: (obj: StageContext) => any;
1740
+
1741
+ export declare const PipelineContextFilterSensitiveLog: (
1742
+ obj: PipelineContext
1743
+ ) => any;
1744
+
1745
+ export declare const JobDataFilterSensitiveLog: (obj: JobData) => any;
1746
+
1747
+ export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
1748
+
1749
+ export declare const GetJobDetailsOutputFilterSensitiveLog: (
1750
+ obj: GetJobDetailsOutput
1751
+ ) => any;
1752
+
1753
+ export declare const GetPipelineInputFilterSensitiveLog: (
1754
+ obj: GetPipelineInput
1755
+ ) => any;
1756
+
1757
+ export declare const PipelineMetadataFilterSensitiveLog: (
1758
+ obj: PipelineMetadata
1759
+ ) => any;
1760
+
1761
+ export declare const GetPipelineOutputFilterSensitiveLog: (
1762
+ obj: GetPipelineOutput
1763
+ ) => any;
1764
+
1765
+ export declare const GetPipelineExecutionInputFilterSensitiveLog: (
1766
+ obj: GetPipelineExecutionInput
1767
+ ) => any;
1768
+
1769
+ export declare const PipelineExecutionFilterSensitiveLog: (
1770
+ obj: PipelineExecution
1771
+ ) => any;
1772
+
1773
+ export declare const GetPipelineExecutionOutputFilterSensitiveLog: (
1774
+ obj: GetPipelineExecutionOutput
1775
+ ) => any;
1776
+
1777
+ export declare const GetPipelineStateInputFilterSensitiveLog: (
1778
+ obj: GetPipelineStateInput
1779
+ ) => any;
1780
+
1781
+ export declare const StageExecutionFilterSensitiveLog: (
1782
+ obj: StageExecution
1783
+ ) => any;
1784
+
1785
+ export declare const TransitionStateFilterSensitiveLog: (
1786
+ obj: TransitionState
1787
+ ) => any;
1788
+
1789
+ export declare const StageStateFilterSensitiveLog: (obj: StageState) => any;
1790
+
1791
+ export declare const GetPipelineStateOutputFilterSensitiveLog: (
1792
+ obj: GetPipelineStateOutput
1793
+ ) => any;
1794
+
1795
+ export declare const GetThirdPartyJobDetailsInputFilterSensitiveLog: (
1796
+ obj: GetThirdPartyJobDetailsInput
1797
+ ) => any;
1798
+
1799
+ export declare const ThirdPartyJobDataFilterSensitiveLog: (
1800
+ obj: ThirdPartyJobData
1801
+ ) => any;
1802
+
1803
+ export declare const ThirdPartyJobDetailsFilterSensitiveLog: (
1804
+ obj: ThirdPartyJobDetails
1805
+ ) => any;
1806
+
1807
+ export declare const GetThirdPartyJobDetailsOutputFilterSensitiveLog: (
1808
+ obj: GetThirdPartyJobDetailsOutput
1809
+ ) => any;
1810
+
1811
+ export declare const ListActionExecutionsInputFilterSensitiveLog: (
1812
+ obj: ListActionExecutionsInput
1813
+ ) => any;
1814
+
1815
+ export declare const ListActionExecutionsOutputFilterSensitiveLog: (
1816
+ obj: ListActionExecutionsOutput
1817
+ ) => any;
1818
+
1819
+ export declare const ListActionTypesInputFilterSensitiveLog: (
1820
+ obj: ListActionTypesInput
1821
+ ) => any;
1822
+
1823
+ export declare const ListActionTypesOutputFilterSensitiveLog: (
1824
+ obj: ListActionTypesOutput
1825
+ ) => any;
1826
+
1827
+ export declare const ListPipelineExecutionsInputFilterSensitiveLog: (
1828
+ obj: ListPipelineExecutionsInput
1829
+ ) => any;
1830
+
1831
+ export declare const SourceRevisionFilterSensitiveLog: (
1832
+ obj: SourceRevision
1833
+ ) => any;
1834
+
1835
+ export declare const StopExecutionTriggerFilterSensitiveLog: (
1836
+ obj: StopExecutionTrigger
1837
+ ) => any;
1838
+
1839
+ export declare const ExecutionTriggerFilterSensitiveLog: (
1840
+ obj: ExecutionTrigger
1841
+ ) => any;
1842
+
1843
+ export declare const PipelineExecutionSummaryFilterSensitiveLog: (
1844
+ obj: PipelineExecutionSummary
1845
+ ) => any;
1846
+
1847
+ export declare const ListPipelineExecutionsOutputFilterSensitiveLog: (
1848
+ obj: ListPipelineExecutionsOutput
1849
+ ) => any;
1850
+
1851
+ export declare const ListPipelinesInputFilterSensitiveLog: (
1852
+ obj: ListPipelinesInput
1853
+ ) => any;
1854
+
1855
+ export declare const PipelineSummaryFilterSensitiveLog: (
1856
+ obj: PipelineSummary
1857
+ ) => any;
1858
+
1859
+ export declare const ListPipelinesOutputFilterSensitiveLog: (
1860
+ obj: ListPipelinesOutput
1861
+ ) => any;
1862
+
1863
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (
1864
+ obj: ListTagsForResourceInput
1865
+ ) => any;
1866
+
1867
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (
1868
+ obj: ListTagsForResourceOutput
1869
+ ) => any;
1870
+
1871
+ export declare const ListWebhooksInputFilterSensitiveLog: (
1872
+ obj: ListWebhooksInput
1873
+ ) => any;
1874
+
1875
+ export declare const WebhookAuthConfigurationFilterSensitiveLog: (
1876
+ obj: WebhookAuthConfiguration
1877
+ ) => any;
1878
+
1879
+ export declare const WebhookFilterRuleFilterSensitiveLog: (
1880
+ obj: WebhookFilterRule
1881
+ ) => any;
1882
+
1883
+ export declare const WebhookDefinitionFilterSensitiveLog: (
1884
+ obj: WebhookDefinition
1885
+ ) => any;
1886
+
1887
+ export declare const ListWebhookItemFilterSensitiveLog: (
1888
+ obj: ListWebhookItem
1889
+ ) => any;
1890
+
1891
+ export declare const ListWebhooksOutputFilterSensitiveLog: (
1892
+ obj: ListWebhooksOutput
1893
+ ) => any;
1894
+
1895
+ export declare const PollForJobsInputFilterSensitiveLog: (
1896
+ obj: PollForJobsInput
1897
+ ) => any;
1898
+
1899
+ export declare const JobFilterSensitiveLog: (obj: Job) => any;
1900
+
1901
+ export declare const PollForJobsOutputFilterSensitiveLog: (
1902
+ obj: PollForJobsOutput
1903
+ ) => any;
1904
+
1905
+ export declare const PollForThirdPartyJobsInputFilterSensitiveLog: (
1906
+ obj: PollForThirdPartyJobsInput
1907
+ ) => any;
1908
+
1909
+ export declare const ThirdPartyJobFilterSensitiveLog: (
1910
+ obj: ThirdPartyJob
1911
+ ) => any;
1912
+
1913
+ export declare const PollForThirdPartyJobsOutputFilterSensitiveLog: (
1914
+ obj: PollForThirdPartyJobsOutput
1915
+ ) => any;
1916
+
1917
+ export declare const PutActionRevisionInputFilterSensitiveLog: (
1918
+ obj: PutActionRevisionInput
1919
+ ) => any;
1920
+
1921
+ export declare const PutActionRevisionOutputFilterSensitiveLog: (
1922
+ obj: PutActionRevisionOutput
1923
+ ) => any;
1924
+
1925
+ export declare const PutApprovalResultInputFilterSensitiveLog: (
1926
+ obj: PutApprovalResultInput
1927
+ ) => any;
1928
+
1929
+ export declare const PutApprovalResultOutputFilterSensitiveLog: (
1930
+ obj: PutApprovalResultOutput
1931
+ ) => any;
1932
+
1933
+ export declare const FailureDetailsFilterSensitiveLog: (
1934
+ obj: FailureDetails
1935
+ ) => any;
1936
+
1937
+ export declare const PutJobFailureResultInputFilterSensitiveLog: (
1938
+ obj: PutJobFailureResultInput
1939
+ ) => any;
1940
+
1941
+ export declare const CurrentRevisionFilterSensitiveLog: (
1942
+ obj: CurrentRevision
1943
+ ) => any;
1944
+
1945
+ export declare const ExecutionDetailsFilterSensitiveLog: (
1946
+ obj: ExecutionDetails
1947
+ ) => any;
1948
+
1949
+ export declare const PutJobSuccessResultInputFilterSensitiveLog: (
1950
+ obj: PutJobSuccessResultInput
1951
+ ) => any;
1952
+
1953
+ export declare const PutThirdPartyJobFailureResultInputFilterSensitiveLog: (
1954
+ obj: PutThirdPartyJobFailureResultInput
1955
+ ) => any;
1956
+
1957
+ export declare const PutThirdPartyJobSuccessResultInputFilterSensitiveLog: (
1958
+ obj: PutThirdPartyJobSuccessResultInput
1959
+ ) => any;
1960
+
1961
+ export declare const PutWebhookInputFilterSensitiveLog: (
1962
+ obj: PutWebhookInput
1963
+ ) => any;
1964
+
1965
+ export declare const PutWebhookOutputFilterSensitiveLog: (
1966
+ obj: PutWebhookOutput
1967
+ ) => any;
1968
+
1969
+ export declare const RegisterWebhookWithThirdPartyInputFilterSensitiveLog: (
1970
+ obj: RegisterWebhookWithThirdPartyInput
1971
+ ) => any;
1972
+
1973
+ export declare const RegisterWebhookWithThirdPartyOutputFilterSensitiveLog: (
1974
+ obj: RegisterWebhookWithThirdPartyOutput
1975
+ ) => any;
1976
+
1977
+ export declare const RetryStageExecutionInputFilterSensitiveLog: (
1978
+ obj: RetryStageExecutionInput
1979
+ ) => any;
1980
+
1981
+ export declare const RetryStageExecutionOutputFilterSensitiveLog: (
1982
+ obj: RetryStageExecutionOutput
1983
+ ) => any;
1984
+
1985
+ export declare const StartPipelineExecutionInputFilterSensitiveLog: (
1986
+ obj: StartPipelineExecutionInput
1987
+ ) => any;
1988
+
1989
+ export declare const StartPipelineExecutionOutputFilterSensitiveLog: (
1990
+ obj: StartPipelineExecutionOutput
1991
+ ) => any;
1992
+
1993
+ export declare const StopPipelineExecutionInputFilterSensitiveLog: (
1994
+ obj: StopPipelineExecutionInput
1995
+ ) => any;
1996
+
1997
+ export declare const StopPipelineExecutionOutputFilterSensitiveLog: (
1998
+ obj: StopPipelineExecutionOutput
1999
+ ) => any;
2000
+
2001
+ export declare const TagResourceInputFilterSensitiveLog: (
2002
+ obj: TagResourceInput
2003
+ ) => any;
2004
+
2005
+ export declare const TagResourceOutputFilterSensitiveLog: (
2006
+ obj: TagResourceOutput
2007
+ ) => any;
2008
+
2009
+ export declare const UntagResourceInputFilterSensitiveLog: (
2010
+ obj: UntagResourceInput
2011
+ ) => any;
2012
+
2013
+ export declare const UntagResourceOutputFilterSensitiveLog: (
2014
+ obj: UntagResourceOutput
2015
+ ) => any;
2016
+
2017
+ export declare const UpdateActionTypeInputFilterSensitiveLog: (
2018
+ obj: UpdateActionTypeInput
2019
+ ) => any;
2020
+
2021
+ export declare const UpdatePipelineInputFilterSensitiveLog: (
2022
+ obj: UpdatePipelineInput
2023
+ ) => any;
2024
+
2025
+ export declare const UpdatePipelineOutputFilterSensitiveLog: (
2026
+ obj: UpdatePipelineOutput
2027
+ ) => any;