@aws-sdk/client-codepipeline 3.131.0 → 3.142.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 (87) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcknowledgeJobCommand.js +2 -2
  4. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +2 -2
  6. package/dist-cjs/commands/CreatePipelineCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +1 -1
  8. package/dist-cjs/commands/DeletePipelineCommand.js +1 -1
  9. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
  10. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
  11. package/dist-cjs/commands/DisableStageTransitionCommand.js +1 -1
  12. package/dist-cjs/commands/EnableStageTransitionCommand.js +1 -1
  13. package/dist-cjs/commands/GetActionTypeCommand.js +2 -2
  14. package/dist-cjs/commands/GetJobDetailsCommand.js +2 -2
  15. package/dist-cjs/commands/GetPipelineCommand.js +2 -2
  16. package/dist-cjs/commands/GetPipelineExecutionCommand.js +2 -2
  17. package/dist-cjs/commands/GetPipelineStateCommand.js +2 -2
  18. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +2 -2
  19. package/dist-cjs/commands/ListActionExecutionsCommand.js +2 -2
  20. package/dist-cjs/commands/ListActionTypesCommand.js +2 -2
  21. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -2
  22. package/dist-cjs/commands/ListPipelinesCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/ListWebhooksCommand.js +2 -2
  25. package/dist-cjs/commands/PollForJobsCommand.js +2 -2
  26. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +2 -2
  27. package/dist-cjs/commands/PutActionRevisionCommand.js +2 -2
  28. package/dist-cjs/commands/PutApprovalResultCommand.js +2 -2
  29. package/dist-cjs/commands/PutJobFailureResultCommand.js +1 -1
  30. package/dist-cjs/commands/PutJobSuccessResultCommand.js +1 -1
  31. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +1 -1
  32. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +1 -1
  33. package/dist-cjs/commands/PutWebhookCommand.js +2 -2
  34. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
  35. package/dist-cjs/commands/RetryStageExecutionCommand.js +2 -2
  36. package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -2
  37. package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateActionTypeCommand.js +1 -1
  41. package/dist-cjs/commands/UpdatePipelineCommand.js +2 -2
  42. package/dist-cjs/models/models_0.js +563 -837
  43. package/dist-cjs/protocols/Aws_json1_1.js +195 -351
  44. package/dist-es/commands/AcknowledgeJobCommand.js +3 -3
  45. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -3
  46. package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -3
  47. package/dist-es/commands/CreatePipelineCommand.js +3 -3
  48. package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -2
  49. package/dist-es/commands/DeletePipelineCommand.js +2 -2
  50. package/dist-es/commands/DeleteWebhookCommand.js +3 -3
  51. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -3
  52. package/dist-es/commands/DisableStageTransitionCommand.js +2 -2
  53. package/dist-es/commands/EnableStageTransitionCommand.js +2 -2
  54. package/dist-es/commands/GetActionTypeCommand.js +3 -3
  55. package/dist-es/commands/GetJobDetailsCommand.js +3 -3
  56. package/dist-es/commands/GetPipelineCommand.js +3 -3
  57. package/dist-es/commands/GetPipelineExecutionCommand.js +3 -3
  58. package/dist-es/commands/GetPipelineStateCommand.js +3 -3
  59. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -3
  60. package/dist-es/commands/ListActionExecutionsCommand.js +3 -3
  61. package/dist-es/commands/ListActionTypesCommand.js +3 -3
  62. package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -3
  63. package/dist-es/commands/ListPipelinesCommand.js +3 -3
  64. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  65. package/dist-es/commands/ListWebhooksCommand.js +3 -3
  66. package/dist-es/commands/PollForJobsCommand.js +3 -3
  67. package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -3
  68. package/dist-es/commands/PutActionRevisionCommand.js +3 -3
  69. package/dist-es/commands/PutApprovalResultCommand.js +3 -3
  70. package/dist-es/commands/PutJobFailureResultCommand.js +2 -2
  71. package/dist-es/commands/PutJobSuccessResultCommand.js +2 -2
  72. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
  73. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
  74. package/dist-es/commands/PutWebhookCommand.js +3 -3
  75. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -3
  76. package/dist-es/commands/RetryStageExecutionCommand.js +3 -3
  77. package/dist-es/commands/StartPipelineExecutionCommand.js +3 -3
  78. package/dist-es/commands/StopPipelineExecutionCommand.js +3 -3
  79. package/dist-es/commands/TagResourceCommand.js +3 -3
  80. package/dist-es/commands/UntagResourceCommand.js +3 -3
  81. package/dist-es/commands/UpdateActionTypeCommand.js +2 -2
  82. package/dist-es/commands/UpdatePipelineCommand.js +3 -3
  83. package/dist-es/models/models_0.js +137 -548
  84. package/dist-es/protocols/Aws_json1_1.js +313 -352
  85. package/dist-types/models/models_0.d.ts +548 -822
  86. package/dist-types/ts3.4/models/models_0.d.ts +274 -548
  87. package/package.json +6 -6
@@ -7,10 +7,6 @@ export interface AcknowledgeJobInput {
7
7
 
8
8
  nonce: string | undefined;
9
9
  }
10
- export declare namespace AcknowledgeJobInput {
11
-
12
- const filterSensitiveLog: (obj: AcknowledgeJobInput) => any;
13
- }
14
10
  export declare enum JobStatus {
15
11
  Created = "Created",
16
12
  Dispatched = "Dispatched",
@@ -25,10 +21,6 @@ export interface AcknowledgeJobOutput {
25
21
 
26
22
  status?: JobStatus | string;
27
23
  }
28
- export declare namespace AcknowledgeJobOutput {
29
-
30
- const filterSensitiveLog: (obj: AcknowledgeJobOutput) => any;
31
- }
32
24
 
33
25
  export declare class InvalidNonceException extends __BaseException {
34
26
  readonly name: "InvalidNonceException";
@@ -59,19 +51,11 @@ export interface AcknowledgeThirdPartyJobInput {
59
51
 
60
52
  clientToken: string | undefined;
61
53
  }
62
- export declare namespace AcknowledgeThirdPartyJobInput {
63
-
64
- const filterSensitiveLog: (obj: AcknowledgeThirdPartyJobInput) => any;
65
- }
66
54
 
67
55
  export interface AcknowledgeThirdPartyJobOutput {
68
56
 
69
57
  status?: JobStatus | string;
70
58
  }
71
- export declare namespace AcknowledgeThirdPartyJobOutput {
72
-
73
- const filterSensitiveLog: (obj: AcknowledgeThirdPartyJobOutput) => any;
74
- }
75
59
 
76
60
  export declare class InvalidClientTokenException extends __BaseException {
77
61
  readonly name: "InvalidClientTokenException";
@@ -92,10 +76,6 @@ export interface ActionConfiguration {
92
76
 
93
77
  configuration?: Record<string, string>;
94
78
  }
95
- export declare namespace ActionConfiguration {
96
-
97
- const filterSensitiveLog: (obj: ActionConfiguration) => any;
98
- }
99
79
  export declare enum ActionConfigurationPropertyType {
100
80
  Boolean = "Boolean",
101
81
  Number = "Number",
@@ -118,10 +98,6 @@ export interface ActionConfigurationProperty {
118
98
 
119
99
  type?: ActionConfigurationPropertyType | string;
120
100
  }
121
- export declare namespace ActionConfigurationProperty {
122
-
123
- const filterSensitiveLog: (obj: ActionConfigurationProperty) => any;
124
- }
125
101
 
126
102
  export interface ActionContext {
127
103
 
@@ -129,10 +105,6 @@ export interface ActionContext {
129
105
 
130
106
  actionExecutionId?: string;
131
107
  }
132
- export declare namespace ActionContext {
133
-
134
- const filterSensitiveLog: (obj: ActionContext) => any;
135
- }
136
108
  export declare enum ActionOwner {
137
109
  AWS = "AWS",
138
110
  Custom = "Custom",
@@ -149,28 +121,16 @@ export interface ActionTypeId {
149
121
 
150
122
  version: string | undefined;
151
123
  }
152
- export declare namespace ActionTypeId {
153
-
154
- const filterSensitiveLog: (obj: ActionTypeId) => any;
155
- }
156
124
 
157
125
  export interface InputArtifact {
158
126
 
159
127
  name: string | undefined;
160
128
  }
161
- export declare namespace InputArtifact {
162
-
163
- const filterSensitiveLog: (obj: InputArtifact) => any;
164
- }
165
129
 
166
130
  export interface OutputArtifact {
167
131
 
168
132
  name: string | undefined;
169
133
  }
170
- export declare namespace OutputArtifact {
171
-
172
- const filterSensitiveLog: (obj: OutputArtifact) => any;
173
- }
174
134
 
175
135
  export interface ActionDeclaration {
176
136
 
@@ -192,10 +152,6 @@ export interface ActionDeclaration {
192
152
 
193
153
  namespace?: string;
194
154
  }
195
- export declare namespace ActionDeclaration {
196
-
197
- const filterSensitiveLog: (obj: ActionDeclaration) => any;
198
- }
199
155
 
200
156
  export interface ErrorDetails {
201
157
 
@@ -203,10 +159,6 @@ export interface ErrorDetails {
203
159
 
204
160
  message?: string;
205
161
  }
206
- export declare namespace ErrorDetails {
207
-
208
- const filterSensitiveLog: (obj: ErrorDetails) => any;
209
- }
210
162
  export declare enum ActionExecutionStatus {
211
163
  Abandoned = "Abandoned",
212
164
  Failed = "Failed",
@@ -236,10 +188,6 @@ export interface ActionExecution {
236
188
 
237
189
  errorDetails?: ErrorDetails;
238
190
  }
239
- export declare namespace ActionExecution {
240
-
241
- const filterSensitiveLog: (obj: ActionExecution) => any;
242
- }
243
191
 
244
192
  export interface S3Location {
245
193
 
@@ -247,10 +195,6 @@ export interface S3Location {
247
195
 
248
196
  key?: string;
249
197
  }
250
- export declare namespace S3Location {
251
-
252
- const filterSensitiveLog: (obj: S3Location) => any;
253
- }
254
198
 
255
199
  export interface ArtifactDetail {
256
200
 
@@ -258,10 +202,6 @@ export interface ArtifactDetail {
258
202
 
259
203
  s3location?: S3Location;
260
204
  }
261
- export declare namespace ArtifactDetail {
262
-
263
- const filterSensitiveLog: (obj: ArtifactDetail) => any;
264
- }
265
205
 
266
206
  export interface ActionExecutionInput {
267
207
 
@@ -279,10 +219,6 @@ export interface ActionExecutionInput {
279
219
 
280
220
  namespace?: string;
281
221
  }
282
- export declare namespace ActionExecutionInput {
283
-
284
- const filterSensitiveLog: (obj: ActionExecutionInput) => any;
285
- }
286
222
 
287
223
  export interface ActionExecutionResult {
288
224
 
@@ -292,10 +228,6 @@ export interface ActionExecutionResult {
292
228
 
293
229
  externalExecutionUrl?: string;
294
230
  }
295
- export declare namespace ActionExecutionResult {
296
-
297
- const filterSensitiveLog: (obj: ActionExecutionResult) => any;
298
- }
299
231
 
300
232
  export interface ActionExecutionOutput {
301
233
 
@@ -305,10 +237,6 @@ export interface ActionExecutionOutput {
305
237
 
306
238
  outputVariables?: Record<string, string>;
307
239
  }
308
- export declare namespace ActionExecutionOutput {
309
-
310
- const filterSensitiveLog: (obj: ActionExecutionOutput) => any;
311
- }
312
240
 
313
241
  export interface ActionExecutionDetail {
314
242
 
@@ -332,19 +260,11 @@ export interface ActionExecutionDetail {
332
260
 
333
261
  output?: ActionExecutionOutput;
334
262
  }
335
- export declare namespace ActionExecutionDetail {
336
-
337
- const filterSensitiveLog: (obj: ActionExecutionDetail) => any;
338
- }
339
263
 
340
264
  export interface ActionExecutionFilter {
341
265
 
342
266
  pipelineExecutionId?: string;
343
267
  }
344
- export declare namespace ActionExecutionFilter {
345
-
346
- const filterSensitiveLog: (obj: ActionExecutionFilter) => any;
347
- }
348
268
 
349
269
  export declare class ActionNotFoundException extends __BaseException {
350
270
  readonly name: "ActionNotFoundException";
@@ -361,10 +281,6 @@ export interface ActionRevision {
361
281
 
362
282
  created: Date | undefined;
363
283
  }
364
- export declare namespace ActionRevision {
365
-
366
- const filterSensitiveLog: (obj: ActionRevision) => any;
367
- }
368
284
 
369
285
  export interface ActionState {
370
286
 
@@ -378,10 +294,6 @@ export interface ActionState {
378
294
 
379
295
  revisionUrl?: string;
380
296
  }
381
- export declare namespace ActionState {
382
-
383
- const filterSensitiveLog: (obj: ActionState) => any;
384
- }
385
297
 
386
298
  export interface ArtifactDetails {
387
299
 
@@ -389,10 +301,6 @@ export interface ArtifactDetails {
389
301
 
390
302
  maximumCount: number | undefined;
391
303
  }
392
- export declare namespace ArtifactDetails {
393
-
394
- const filterSensitiveLog: (obj: ArtifactDetails) => any;
395
- }
396
304
 
397
305
  export interface ActionTypeSettings {
398
306
 
@@ -404,10 +312,6 @@ export interface ActionTypeSettings {
404
312
 
405
313
  revisionUrlTemplate?: string;
406
314
  }
407
- export declare namespace ActionTypeSettings {
408
-
409
- const filterSensitiveLog: (obj: ActionTypeSettings) => any;
410
- }
411
315
 
412
316
  export interface ActionType {
413
317
 
@@ -421,10 +325,6 @@ export interface ActionType {
421
325
 
422
326
  outputArtifactDetails: ArtifactDetails | undefined;
423
327
  }
424
- export declare namespace ActionType {
425
-
426
- const filterSensitiveLog: (obj: ActionType) => any;
427
- }
428
328
 
429
329
  export interface ActionTypeArtifactDetails {
430
330
 
@@ -432,10 +332,6 @@ export interface ActionTypeArtifactDetails {
432
332
 
433
333
  maximumCount: number | undefined;
434
334
  }
435
- export declare namespace ActionTypeArtifactDetails {
436
-
437
- const filterSensitiveLog: (obj: ActionTypeArtifactDetails) => any;
438
- }
439
335
 
440
336
  export interface JobWorkerExecutorConfiguration {
441
337
 
@@ -443,19 +339,11 @@ export interface JobWorkerExecutorConfiguration {
443
339
 
444
340
  pollingServicePrincipals?: string[];
445
341
  }
446
- export declare namespace JobWorkerExecutorConfiguration {
447
-
448
- const filterSensitiveLog: (obj: JobWorkerExecutorConfiguration) => any;
449
- }
450
342
 
451
343
  export interface LambdaExecutorConfiguration {
452
344
 
453
345
  lambdaFunctionArn: string | undefined;
454
346
  }
455
- export declare namespace LambdaExecutorConfiguration {
456
-
457
- const filterSensitiveLog: (obj: LambdaExecutorConfiguration) => any;
458
- }
459
347
 
460
348
  export interface ExecutorConfiguration {
461
349
 
@@ -463,10 +351,6 @@ export interface ExecutorConfiguration {
463
351
 
464
352
  jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
465
353
  }
466
- export declare namespace ExecutorConfiguration {
467
-
468
- const filterSensitiveLog: (obj: ExecutorConfiguration) => any;
469
- }
470
354
  export declare enum ExecutorType {
471
355
  JobWorker = "JobWorker",
472
356
  Lambda = "Lambda"
@@ -482,10 +366,6 @@ export interface ActionTypeExecutor {
482
366
 
483
367
  jobTimeout?: number;
484
368
  }
485
- export declare namespace ActionTypeExecutor {
486
-
487
- const filterSensitiveLog: (obj: ActionTypeExecutor) => any;
488
- }
489
369
 
490
370
  export interface ActionTypeIdentifier {
491
371
 
@@ -497,19 +377,11 @@ export interface ActionTypeIdentifier {
497
377
 
498
378
  version: string | undefined;
499
379
  }
500
- export declare namespace ActionTypeIdentifier {
501
-
502
- const filterSensitiveLog: (obj: ActionTypeIdentifier) => any;
503
- }
504
380
 
505
381
  export interface ActionTypePermissions {
506
382
 
507
383
  allowedAccounts: string[] | undefined;
508
384
  }
509
- export declare namespace ActionTypePermissions {
510
-
511
- const filterSensitiveLog: (obj: ActionTypePermissions) => any;
512
- }
513
385
 
514
386
  export interface ActionTypeProperty {
515
387
 
@@ -525,10 +397,6 @@ export interface ActionTypeProperty {
525
397
 
526
398
  description?: string;
527
399
  }
528
- export declare namespace ActionTypeProperty {
529
-
530
- const filterSensitiveLog: (obj: ActionTypeProperty) => any;
531
- }
532
400
 
533
401
  export interface ActionTypeUrls {
534
402
 
@@ -540,10 +408,6 @@ export interface ActionTypeUrls {
540
408
 
541
409
  revisionUrlTemplate?: string;
542
410
  }
543
- export declare namespace ActionTypeUrls {
544
-
545
- const filterSensitiveLog: (obj: ActionTypeUrls) => any;
546
- }
547
411
 
548
412
  export interface ActionTypeDeclaration {
549
413
 
@@ -563,10 +427,6 @@ export interface ActionTypeDeclaration {
563
427
 
564
428
  urls?: ActionTypeUrls;
565
429
  }
566
- export declare namespace ActionTypeDeclaration {
567
-
568
- const filterSensitiveLog: (obj: ActionTypeDeclaration) => any;
569
- }
570
430
 
571
431
  export declare class ActionTypeNotFoundException extends __BaseException {
572
432
  readonly name: "ActionTypeNotFoundException";
@@ -592,10 +452,6 @@ export interface ApprovalResult {
592
452
 
593
453
  status: ApprovalStatus | string | undefined;
594
454
  }
595
- export declare namespace ApprovalResult {
596
-
597
- const filterSensitiveLog: (obj: ApprovalResult) => any;
598
- }
599
455
 
600
456
  export interface S3ArtifactLocation {
601
457
 
@@ -603,10 +459,6 @@ export interface S3ArtifactLocation {
603
459
 
604
460
  objectKey: string | undefined;
605
461
  }
606
- export declare namespace S3ArtifactLocation {
607
-
608
- const filterSensitiveLog: (obj: S3ArtifactLocation) => any;
609
- }
610
462
  export declare enum ArtifactLocationType {
611
463
  S3 = "S3"
612
464
  }
@@ -617,10 +469,6 @@ export interface ArtifactLocation {
617
469
 
618
470
  s3Location?: S3ArtifactLocation;
619
471
  }
620
- export declare namespace ArtifactLocation {
621
-
622
- const filterSensitiveLog: (obj: ArtifactLocation) => any;
623
- }
624
472
 
625
473
  export interface Artifact {
626
474
 
@@ -630,10 +478,6 @@ export interface Artifact {
630
478
 
631
479
  location?: ArtifactLocation;
632
480
  }
633
- export declare namespace Artifact {
634
-
635
- const filterSensitiveLog: (obj: Artifact) => any;
636
- }
637
481
 
638
482
  export interface ArtifactRevision {
639
483
 
@@ -649,10 +493,6 @@ export interface ArtifactRevision {
649
493
 
650
494
  revisionUrl?: string;
651
495
  }
652
- export declare namespace ArtifactRevision {
653
-
654
- const filterSensitiveLog: (obj: ArtifactRevision) => any;
655
- }
656
496
  export declare enum EncryptionKeyType {
657
497
  KMS = "KMS"
658
498
  }
@@ -663,10 +503,6 @@ export interface EncryptionKey {
663
503
 
664
504
  type: EncryptionKeyType | string | undefined;
665
505
  }
666
- export declare namespace EncryptionKey {
667
-
668
- const filterSensitiveLog: (obj: EncryptionKey) => any;
669
- }
670
506
  export declare enum ArtifactStoreType {
671
507
  S3 = "S3"
672
508
  }
@@ -679,10 +515,6 @@ export interface ArtifactStore {
679
515
 
680
516
  encryptionKey?: EncryptionKey;
681
517
  }
682
- export declare namespace ArtifactStore {
683
-
684
- const filterSensitiveLog: (obj: ArtifactStore) => any;
685
- }
686
518
 
687
519
  export interface AWSSessionCredentials {
688
520
 
@@ -692,10 +524,6 @@ export interface AWSSessionCredentials {
692
524
 
693
525
  sessionToken: string | undefined;
694
526
  }
695
- export declare namespace AWSSessionCredentials {
696
-
697
- const filterSensitiveLog: (obj: AWSSessionCredentials) => any;
698
- }
699
527
  export declare enum BlockerType {
700
528
  Schedule = "Schedule"
701
529
  }
@@ -706,10 +534,6 @@ export interface BlockerDeclaration {
706
534
 
707
535
  type: BlockerType | string | undefined;
708
536
  }
709
- export declare namespace BlockerDeclaration {
710
-
711
- const filterSensitiveLog: (obj: BlockerDeclaration) => any;
712
- }
713
537
 
714
538
  export declare class ConcurrentModificationException extends __BaseException {
715
539
  readonly name: "ConcurrentModificationException";
@@ -724,10 +548,6 @@ export interface Tag {
724
548
 
725
549
  value: string | undefined;
726
550
  }
727
- export declare namespace Tag {
728
-
729
- const filterSensitiveLog: (obj: Tag) => any;
730
- }
731
551
 
732
552
  export interface CreateCustomActionTypeInput {
733
553
 
@@ -747,10 +567,6 @@ export interface CreateCustomActionTypeInput {
747
567
 
748
568
  tags?: Tag[];
749
569
  }
750
- export declare namespace CreateCustomActionTypeInput {
751
-
752
- const filterSensitiveLog: (obj: CreateCustomActionTypeInput) => any;
753
- }
754
570
 
755
571
  export interface CreateCustomActionTypeOutput {
756
572
 
@@ -758,10 +574,6 @@ export interface CreateCustomActionTypeOutput {
758
574
 
759
575
  tags?: Tag[];
760
576
  }
761
- export declare namespace CreateCustomActionTypeOutput {
762
-
763
- const filterSensitiveLog: (obj: CreateCustomActionTypeOutput) => any;
764
- }
765
577
 
766
578
  export declare class InvalidTagsException extends __BaseException {
767
579
  readonly name: "InvalidTagsException";
@@ -792,10 +604,6 @@ export interface StageDeclaration {
792
604
 
793
605
  actions: ActionDeclaration[] | undefined;
794
606
  }
795
- export declare namespace StageDeclaration {
796
-
797
- const filterSensitiveLog: (obj: StageDeclaration) => any;
798
- }
799
607
 
800
608
  export interface PipelineDeclaration {
801
609
 
@@ -811,10 +619,6 @@ export interface PipelineDeclaration {
811
619
 
812
620
  version?: number;
813
621
  }
814
- export declare namespace PipelineDeclaration {
815
-
816
- const filterSensitiveLog: (obj: PipelineDeclaration) => any;
817
- }
818
622
 
819
623
  export interface CreatePipelineInput {
820
624
 
@@ -822,10 +626,6 @@ export interface CreatePipelineInput {
822
626
 
823
627
  tags?: Tag[];
824
628
  }
825
- export declare namespace CreatePipelineInput {
826
-
827
- const filterSensitiveLog: (obj: CreatePipelineInput) => any;
828
- }
829
629
 
830
630
  export interface CreatePipelineOutput {
831
631
 
@@ -833,10 +633,6 @@ export interface CreatePipelineOutput {
833
633
 
834
634
  tags?: Tag[];
835
635
  }
836
- export declare namespace CreatePipelineOutput {
837
-
838
- const filterSensitiveLog: (obj: CreatePipelineOutput) => any;
839
- }
840
636
 
841
637
  export declare class InvalidActionDeclarationException extends __BaseException {
842
638
  readonly name: "InvalidActionDeclarationException";
@@ -881,47 +677,23 @@ export interface DeleteCustomActionTypeInput {
881
677
 
882
678
  version: string | undefined;
883
679
  }
884
- export declare namespace DeleteCustomActionTypeInput {
885
-
886
- const filterSensitiveLog: (obj: DeleteCustomActionTypeInput) => any;
887
- }
888
680
 
889
681
  export interface DeletePipelineInput {
890
682
 
891
683
  name: string | undefined;
892
684
  }
893
- export declare namespace DeletePipelineInput {
894
-
895
- const filterSensitiveLog: (obj: DeletePipelineInput) => any;
896
- }
897
685
  export interface DeleteWebhookInput {
898
686
 
899
687
  name: string | undefined;
900
688
  }
901
- export declare namespace DeleteWebhookInput {
902
-
903
- const filterSensitiveLog: (obj: DeleteWebhookInput) => any;
904
- }
905
689
  export interface DeleteWebhookOutput {
906
690
  }
907
- export declare namespace DeleteWebhookOutput {
908
-
909
- const filterSensitiveLog: (obj: DeleteWebhookOutput) => any;
910
- }
911
691
  export interface DeregisterWebhookWithThirdPartyInput {
912
692
 
913
693
  webhookName?: string;
914
694
  }
915
- export declare namespace DeregisterWebhookWithThirdPartyInput {
916
-
917
- const filterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyInput) => any;
918
- }
919
695
  export interface DeregisterWebhookWithThirdPartyOutput {
920
696
  }
921
- export declare namespace DeregisterWebhookWithThirdPartyOutput {
922
-
923
- const filterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyOutput) => any;
924
- }
925
697
 
926
698
  export declare class WebhookNotFoundException extends __BaseException {
927
699
  readonly name: "WebhookNotFoundException";
@@ -944,10 +716,6 @@ export interface DisableStageTransitionInput {
944
716
 
945
717
  reason: string | undefined;
946
718
  }
947
- export declare namespace DisableStageTransitionInput {
948
-
949
- const filterSensitiveLog: (obj: DisableStageTransitionInput) => any;
950
- }
951
719
 
952
720
  export declare class PipelineNotFoundException extends __BaseException {
953
721
  readonly name: "PipelineNotFoundException";
@@ -971,10 +739,6 @@ export interface EnableStageTransitionInput {
971
739
 
972
740
  transitionType: StageTransitionType | string | undefined;
973
741
  }
974
- export declare namespace EnableStageTransitionInput {
975
-
976
- const filterSensitiveLog: (obj: EnableStageTransitionInput) => any;
977
- }
978
742
  export interface GetActionTypeInput {
979
743
 
980
744
  category: ActionCategory | string | undefined;
@@ -985,36 +749,20 @@ export interface GetActionTypeInput {
985
749
 
986
750
  version: string | undefined;
987
751
  }
988
- export declare namespace GetActionTypeInput {
989
-
990
- const filterSensitiveLog: (obj: GetActionTypeInput) => any;
991
- }
992
752
  export interface GetActionTypeOutput {
993
753
 
994
754
  actionType?: ActionTypeDeclaration;
995
755
  }
996
- export declare namespace GetActionTypeOutput {
997
-
998
- const filterSensitiveLog: (obj: GetActionTypeOutput) => any;
999
- }
1000
756
 
1001
757
  export interface GetJobDetailsInput {
1002
758
 
1003
759
  jobId: string | undefined;
1004
760
  }
1005
- export declare namespace GetJobDetailsInput {
1006
-
1007
- const filterSensitiveLog: (obj: GetJobDetailsInput) => any;
1008
- }
1009
761
 
1010
762
  export interface StageContext {
1011
763
 
1012
764
  name?: string;
1013
765
  }
1014
- export declare namespace StageContext {
1015
-
1016
- const filterSensitiveLog: (obj: StageContext) => any;
1017
- }
1018
766
 
1019
767
  export interface PipelineContext {
1020
768
 
@@ -1028,10 +776,6 @@ export interface PipelineContext {
1028
776
 
1029
777
  pipelineExecutionId?: string;
1030
778
  }
1031
- export declare namespace PipelineContext {
1032
-
1033
- const filterSensitiveLog: (obj: PipelineContext) => any;
1034
- }
1035
779
 
1036
780
  export interface JobData {
1037
781
 
@@ -1051,10 +795,6 @@ export interface JobData {
1051
795
 
1052
796
  encryptionKey?: EncryptionKey;
1053
797
  }
1054
- export declare namespace JobData {
1055
-
1056
- const filterSensitiveLog: (obj: JobData) => any;
1057
- }
1058
798
 
1059
799
  export interface JobDetails {
1060
800
 
@@ -1064,19 +804,11 @@ export interface JobDetails {
1064
804
 
1065
805
  accountId?: string;
1066
806
  }
1067
- export declare namespace JobDetails {
1068
-
1069
- const filterSensitiveLog: (obj: JobDetails) => any;
1070
- }
1071
807
 
1072
808
  export interface GetJobDetailsOutput {
1073
809
 
1074
810
  jobDetails?: JobDetails;
1075
811
  }
1076
- export declare namespace GetJobDetailsOutput {
1077
-
1078
- const filterSensitiveLog: (obj: GetJobDetailsOutput) => any;
1079
- }
1080
812
 
1081
813
  export interface GetPipelineInput {
1082
814
 
@@ -1084,10 +816,6 @@ export interface GetPipelineInput {
1084
816
 
1085
817
  version?: number;
1086
818
  }
1087
- export declare namespace GetPipelineInput {
1088
-
1089
- const filterSensitiveLog: (obj: GetPipelineInput) => any;
1090
- }
1091
819
 
1092
820
  export interface PipelineMetadata {
1093
821
 
@@ -1097,10 +825,6 @@ export interface PipelineMetadata {
1097
825
 
1098
826
  updated?: Date;
1099
827
  }
1100
- export declare namespace PipelineMetadata {
1101
-
1102
- const filterSensitiveLog: (obj: PipelineMetadata) => any;
1103
- }
1104
828
 
1105
829
  export interface GetPipelineOutput {
1106
830
 
@@ -1108,10 +832,6 @@ export interface GetPipelineOutput {
1108
832
 
1109
833
  metadata?: PipelineMetadata;
1110
834
  }
1111
- export declare namespace GetPipelineOutput {
1112
-
1113
- const filterSensitiveLog: (obj: GetPipelineOutput) => any;
1114
- }
1115
835
 
1116
836
  export declare class PipelineVersionNotFoundException extends __BaseException {
1117
837
  readonly name: "PipelineVersionNotFoundException";
@@ -1126,10 +846,6 @@ export interface GetPipelineExecutionInput {
1126
846
 
1127
847
  pipelineExecutionId: string | undefined;
1128
848
  }
1129
- export declare namespace GetPipelineExecutionInput {
1130
-
1131
- const filterSensitiveLog: (obj: GetPipelineExecutionInput) => any;
1132
- }
1133
849
  export declare enum PipelineExecutionStatus {
1134
850
  Cancelled = "Cancelled",
1135
851
  Failed = "Failed",
@@ -1154,19 +870,11 @@ export interface PipelineExecution {
1154
870
 
1155
871
  artifactRevisions?: ArtifactRevision[];
1156
872
  }
1157
- export declare namespace PipelineExecution {
1158
-
1159
- const filterSensitiveLog: (obj: PipelineExecution) => any;
1160
- }
1161
873
 
1162
874
  export interface GetPipelineExecutionOutput {
1163
875
 
1164
876
  pipelineExecution?: PipelineExecution;
1165
877
  }
1166
- export declare namespace GetPipelineExecutionOutput {
1167
-
1168
- const filterSensitiveLog: (obj: GetPipelineExecutionOutput) => any;
1169
- }
1170
878
 
1171
879
  export declare class PipelineExecutionNotFoundException extends __BaseException {
1172
880
  readonly name: "PipelineExecutionNotFoundException";
@@ -1179,10 +887,6 @@ export interface GetPipelineStateInput {
1179
887
 
1180
888
  name: string | undefined;
1181
889
  }
1182
- export declare namespace GetPipelineStateInput {
1183
-
1184
- const filterSensitiveLog: (obj: GetPipelineStateInput) => any;
1185
- }
1186
890
  export declare enum StageExecutionStatus {
1187
891
  Cancelled = "Cancelled",
1188
892
  Failed = "Failed",
@@ -1198,10 +902,6 @@ export interface StageExecution {
1198
902
 
1199
903
  status: StageExecutionStatus | string | undefined;
1200
904
  }
1201
- export declare namespace StageExecution {
1202
-
1203
- const filterSensitiveLog: (obj: StageExecution) => any;
1204
- }
1205
905
 
1206
906
  export interface TransitionState {
1207
907
 
@@ -1213,10 +913,6 @@ export interface TransitionState {
1213
913
 
1214
914
  disabledReason?: string;
1215
915
  }
1216
- export declare namespace TransitionState {
1217
-
1218
- const filterSensitiveLog: (obj: TransitionState) => any;
1219
- }
1220
916
 
1221
917
  export interface StageState {
1222
918
 
@@ -1230,10 +926,6 @@ export interface StageState {
1230
926
 
1231
927
  latestExecution?: StageExecution;
1232
928
  }
1233
- export declare namespace StageState {
1234
-
1235
- const filterSensitiveLog: (obj: StageState) => any;
1236
- }
1237
929
 
1238
930
  export interface GetPipelineStateOutput {
1239
931
 
@@ -1247,10 +939,6 @@ export interface GetPipelineStateOutput {
1247
939
 
1248
940
  updated?: Date;
1249
941
  }
1250
- export declare namespace GetPipelineStateOutput {
1251
-
1252
- const filterSensitiveLog: (obj: GetPipelineStateOutput) => any;
1253
- }
1254
942
 
1255
943
  export interface GetThirdPartyJobDetailsInput {
1256
944
 
@@ -1258,10 +946,6 @@ export interface GetThirdPartyJobDetailsInput {
1258
946
 
1259
947
  clientToken: string | undefined;
1260
948
  }
1261
- export declare namespace GetThirdPartyJobDetailsInput {
1262
-
1263
- const filterSensitiveLog: (obj: GetThirdPartyJobDetailsInput) => any;
1264
- }
1265
949
 
1266
950
  export interface ThirdPartyJobData {
1267
951
 
@@ -1281,10 +965,6 @@ export interface ThirdPartyJobData {
1281
965
 
1282
966
  encryptionKey?: EncryptionKey;
1283
967
  }
1284
- export declare namespace ThirdPartyJobData {
1285
-
1286
- const filterSensitiveLog: (obj: ThirdPartyJobData) => any;
1287
- }
1288
968
 
1289
969
  export interface ThirdPartyJobDetails {
1290
970
 
@@ -1294,19 +974,11 @@ export interface ThirdPartyJobDetails {
1294
974
 
1295
975
  nonce?: string;
1296
976
  }
1297
- export declare namespace ThirdPartyJobDetails {
1298
-
1299
- const filterSensitiveLog: (obj: ThirdPartyJobDetails) => any;
1300
- }
1301
977
 
1302
978
  export interface GetThirdPartyJobDetailsOutput {
1303
979
 
1304
980
  jobDetails?: ThirdPartyJobDetails;
1305
981
  }
1306
- export declare namespace GetThirdPartyJobDetailsOutput {
1307
-
1308
- const filterSensitiveLog: (obj: GetThirdPartyJobDetailsOutput) => any;
1309
- }
1310
982
 
1311
983
  export declare class InvalidJobException extends __BaseException {
1312
984
  readonly name: "InvalidJobException";
@@ -1331,20 +1003,12 @@ export interface ListActionExecutionsInput {
1331
1003
 
1332
1004
  nextToken?: string;
1333
1005
  }
1334
- export declare namespace ListActionExecutionsInput {
1335
-
1336
- const filterSensitiveLog: (obj: ListActionExecutionsInput) => any;
1337
- }
1338
1006
  export interface ListActionExecutionsOutput {
1339
1007
 
1340
1008
  actionExecutionDetails?: ActionExecutionDetail[];
1341
1009
 
1342
1010
  nextToken?: string;
1343
1011
  }
1344
- export declare namespace ListActionExecutionsOutput {
1345
-
1346
- const filterSensitiveLog: (obj: ListActionExecutionsOutput) => any;
1347
- }
1348
1012
 
1349
1013
  export interface ListActionTypesInput {
1350
1014
 
@@ -1354,10 +1018,6 @@ export interface ListActionTypesInput {
1354
1018
 
1355
1019
  regionFilter?: string;
1356
1020
  }
1357
- export declare namespace ListActionTypesInput {
1358
-
1359
- const filterSensitiveLog: (obj: ListActionTypesInput) => any;
1360
- }
1361
1021
 
1362
1022
  export interface ListActionTypesOutput {
1363
1023
 
@@ -1365,10 +1025,6 @@ export interface ListActionTypesOutput {
1365
1025
 
1366
1026
  nextToken?: string;
1367
1027
  }
1368
- export declare namespace ListActionTypesOutput {
1369
-
1370
- const filterSensitiveLog: (obj: ListActionTypesOutput) => any;
1371
- }
1372
1028
 
1373
1029
  export interface ListPipelineExecutionsInput {
1374
1030
 
@@ -1378,10 +1034,6 @@ export interface ListPipelineExecutionsInput {
1378
1034
 
1379
1035
  nextToken?: string;
1380
1036
  }
1381
- export declare namespace ListPipelineExecutionsInput {
1382
-
1383
- const filterSensitiveLog: (obj: ListPipelineExecutionsInput) => any;
1384
- }
1385
1037
 
1386
1038
  export interface SourceRevision {
1387
1039
 
@@ -1393,19 +1045,11 @@ export interface SourceRevision {
1393
1045
 
1394
1046
  revisionUrl?: string;
1395
1047
  }
1396
- export declare namespace SourceRevision {
1397
-
1398
- const filterSensitiveLog: (obj: SourceRevision) => any;
1399
- }
1400
1048
 
1401
1049
  export interface StopExecutionTrigger {
1402
1050
 
1403
1051
  reason?: string;
1404
1052
  }
1405
- export declare namespace StopExecutionTrigger {
1406
-
1407
- const filterSensitiveLog: (obj: StopExecutionTrigger) => any;
1408
- }
1409
1053
  export declare enum TriggerType {
1410
1054
  CloudWatchEvent = "CloudWatchEvent",
1411
1055
  CreatePipeline = "CreatePipeline",
@@ -1421,10 +1065,6 @@ export interface ExecutionTrigger {
1421
1065
 
1422
1066
  triggerDetail?: string;
1423
1067
  }
1424
- export declare namespace ExecutionTrigger {
1425
-
1426
- const filterSensitiveLog: (obj: ExecutionTrigger) => any;
1427
- }
1428
1068
 
1429
1069
  export interface PipelineExecutionSummary {
1430
1070
 
@@ -1442,10 +1082,6 @@ export interface PipelineExecutionSummary {
1442
1082
 
1443
1083
  stopTrigger?: StopExecutionTrigger;
1444
1084
  }
1445
- export declare namespace PipelineExecutionSummary {
1446
-
1447
- const filterSensitiveLog: (obj: PipelineExecutionSummary) => any;
1448
- }
1449
1085
 
1450
1086
  export interface ListPipelineExecutionsOutput {
1451
1087
 
@@ -1453,10 +1089,6 @@ export interface ListPipelineExecutionsOutput {
1453
1089
 
1454
1090
  nextToken?: string;
1455
1091
  }
1456
- export declare namespace ListPipelineExecutionsOutput {
1457
-
1458
- const filterSensitiveLog: (obj: ListPipelineExecutionsOutput) => any;
1459
- }
1460
1092
 
1461
1093
  export interface ListPipelinesInput {
1462
1094
 
@@ -1464,10 +1096,6 @@ export interface ListPipelinesInput {
1464
1096
 
1465
1097
  maxResults?: number;
1466
1098
  }
1467
- export declare namespace ListPipelinesInput {
1468
-
1469
- const filterSensitiveLog: (obj: ListPipelinesInput) => any;
1470
- }
1471
1099
 
1472
1100
  export interface PipelineSummary {
1473
1101
 
@@ -1479,10 +1107,6 @@ export interface PipelineSummary {
1479
1107
 
1480
1108
  updated?: Date;
1481
1109
  }
1482
- export declare namespace PipelineSummary {
1483
-
1484
- const filterSensitiveLog: (obj: PipelineSummary) => any;
1485
- }
1486
1110
 
1487
1111
  export interface ListPipelinesOutput {
1488
1112
 
@@ -1490,10 +1114,6 @@ export interface ListPipelinesOutput {
1490
1114
 
1491
1115
  nextToken?: string;
1492
1116
  }
1493
- export declare namespace ListPipelinesOutput {
1494
-
1495
- const filterSensitiveLog: (obj: ListPipelinesOutput) => any;
1496
- }
1497
1117
 
1498
1118
  export declare class InvalidArnException extends __BaseException {
1499
1119
  readonly name: "InvalidArnException";
@@ -1509,20 +1129,12 @@ export interface ListTagsForResourceInput {
1509
1129
 
1510
1130
  maxResults?: number;
1511
1131
  }
1512
- export declare namespace ListTagsForResourceInput {
1513
-
1514
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1515
- }
1516
1132
  export interface ListTagsForResourceOutput {
1517
1133
 
1518
1134
  tags?: Tag[];
1519
1135
 
1520
1136
  nextToken?: string;
1521
1137
  }
1522
- export declare namespace ListTagsForResourceOutput {
1523
-
1524
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1525
- }
1526
1138
 
1527
1139
  export declare class ResourceNotFoundException extends __BaseException {
1528
1140
  readonly name: "ResourceNotFoundException";
@@ -1536,10 +1148,6 @@ export interface ListWebhooksInput {
1536
1148
 
1537
1149
  MaxResults?: number;
1538
1150
  }
1539
- export declare namespace ListWebhooksInput {
1540
-
1541
- const filterSensitiveLog: (obj: ListWebhooksInput) => any;
1542
- }
1543
1151
  export declare enum WebhookAuthenticationType {
1544
1152
  GITHUB_HMAC = "GITHUB_HMAC",
1545
1153
  IP = "IP",
@@ -1552,10 +1160,6 @@ export interface WebhookAuthConfiguration {
1552
1160
 
1553
1161
  SecretToken?: string;
1554
1162
  }
1555
- export declare namespace WebhookAuthConfiguration {
1556
-
1557
- const filterSensitiveLog: (obj: WebhookAuthConfiguration) => any;
1558
- }
1559
1163
 
1560
1164
  export interface WebhookFilterRule {
1561
1165
 
@@ -1563,10 +1167,6 @@ export interface WebhookFilterRule {
1563
1167
 
1564
1168
  matchEquals?: string;
1565
1169
  }
1566
- export declare namespace WebhookFilterRule {
1567
-
1568
- const filterSensitiveLog: (obj: WebhookFilterRule) => any;
1569
- }
1570
1170
 
1571
1171
  export interface WebhookDefinition {
1572
1172
 
@@ -1582,10 +1182,6 @@ export interface WebhookDefinition {
1582
1182
 
1583
1183
  authenticationConfiguration: WebhookAuthConfiguration | undefined;
1584
1184
  }
1585
- export declare namespace WebhookDefinition {
1586
-
1587
- const filterSensitiveLog: (obj: WebhookDefinition) => any;
1588
- }
1589
1185
 
1590
1186
  export interface ListWebhookItem {
1591
1187
 
@@ -1603,20 +1199,12 @@ export interface ListWebhookItem {
1603
1199
 
1604
1200
  tags?: Tag[];
1605
1201
  }
1606
- export declare namespace ListWebhookItem {
1607
-
1608
- const filterSensitiveLog: (obj: ListWebhookItem) => any;
1609
- }
1610
1202
  export interface ListWebhooksOutput {
1611
1203
 
1612
1204
  webhooks?: ListWebhookItem[];
1613
1205
 
1614
1206
  NextToken?: string;
1615
1207
  }
1616
- export declare namespace ListWebhooksOutput {
1617
-
1618
- const filterSensitiveLog: (obj: ListWebhooksOutput) => any;
1619
- }
1620
1208
 
1621
1209
  export interface PollForJobsInput {
1622
1210
 
@@ -1626,10 +1214,6 @@ export interface PollForJobsInput {
1626
1214
 
1627
1215
  queryParam?: Record<string, string>;
1628
1216
  }
1629
- export declare namespace PollForJobsInput {
1630
-
1631
- const filterSensitiveLog: (obj: PollForJobsInput) => any;
1632
- }
1633
1217
 
1634
1218
  export interface Job {
1635
1219
 
@@ -1641,19 +1225,11 @@ export interface Job {
1641
1225
 
1642
1226
  accountId?: string;
1643
1227
  }
1644
- export declare namespace Job {
1645
-
1646
- const filterSensitiveLog: (obj: Job) => any;
1647
- }
1648
1228
 
1649
1229
  export interface PollForJobsOutput {
1650
1230
 
1651
1231
  jobs?: Job[];
1652
1232
  }
1653
- export declare namespace PollForJobsOutput {
1654
-
1655
- const filterSensitiveLog: (obj: PollForJobsOutput) => any;
1656
- }
1657
1233
 
1658
1234
  export interface PollForThirdPartyJobsInput {
1659
1235
 
@@ -1661,10 +1237,6 @@ export interface PollForThirdPartyJobsInput {
1661
1237
 
1662
1238
  maxBatchSize?: number;
1663
1239
  }
1664
- export declare namespace PollForThirdPartyJobsInput {
1665
-
1666
- const filterSensitiveLog: (obj: PollForThirdPartyJobsInput) => any;
1667
- }
1668
1240
 
1669
1241
  export interface ThirdPartyJob {
1670
1242
 
@@ -1672,19 +1244,11 @@ export interface ThirdPartyJob {
1672
1244
 
1673
1245
  jobId?: string;
1674
1246
  }
1675
- export declare namespace ThirdPartyJob {
1676
-
1677
- const filterSensitiveLog: (obj: ThirdPartyJob) => any;
1678
- }
1679
1247
 
1680
1248
  export interface PollForThirdPartyJobsOutput {
1681
1249
 
1682
1250
  jobs?: ThirdPartyJob[];
1683
1251
  }
1684
- export declare namespace PollForThirdPartyJobsOutput {
1685
-
1686
- const filterSensitiveLog: (obj: PollForThirdPartyJobsOutput) => any;
1687
- }
1688
1252
 
1689
1253
  export interface PutActionRevisionInput {
1690
1254
 
@@ -1696,10 +1260,6 @@ export interface PutActionRevisionInput {
1696
1260
 
1697
1261
  actionRevision: ActionRevision | undefined;
1698
1262
  }
1699
- export declare namespace PutActionRevisionInput {
1700
-
1701
- const filterSensitiveLog: (obj: PutActionRevisionInput) => any;
1702
- }
1703
1263
 
1704
1264
  export interface PutActionRevisionOutput {
1705
1265
 
@@ -1707,10 +1267,6 @@ export interface PutActionRevisionOutput {
1707
1267
 
1708
1268
  pipelineExecutionId?: string;
1709
1269
  }
1710
- export declare namespace PutActionRevisionOutput {
1711
-
1712
- const filterSensitiveLog: (obj: PutActionRevisionOutput) => any;
1713
- }
1714
1270
 
1715
1271
  export declare class InvalidApprovalTokenException extends __BaseException {
1716
1272
  readonly name: "InvalidApprovalTokenException";
@@ -1731,19 +1287,11 @@ export interface PutApprovalResultInput {
1731
1287
 
1732
1288
  token: string | undefined;
1733
1289
  }
1734
- export declare namespace PutApprovalResultInput {
1735
-
1736
- const filterSensitiveLog: (obj: PutApprovalResultInput) => any;
1737
- }
1738
1290
 
1739
1291
  export interface PutApprovalResultOutput {
1740
1292
 
1741
1293
  approvedAt?: Date;
1742
1294
  }
1743
- export declare namespace PutApprovalResultOutput {
1744
-
1745
- const filterSensitiveLog: (obj: PutApprovalResultOutput) => any;
1746
- }
1747
1295
 
1748
1296
  export declare class InvalidJobStateException extends __BaseException {
1749
1297
  readonly name: "InvalidJobStateException";
@@ -1768,10 +1316,6 @@ export interface FailureDetails {
1768
1316
 
1769
1317
  externalExecutionId?: string;
1770
1318
  }
1771
- export declare namespace FailureDetails {
1772
-
1773
- const filterSensitiveLog: (obj: FailureDetails) => any;
1774
- }
1775
1319
 
1776
1320
  export interface PutJobFailureResultInput {
1777
1321
 
@@ -1779,10 +1323,6 @@ export interface PutJobFailureResultInput {
1779
1323
 
1780
1324
  failureDetails: FailureDetails | undefined;
1781
1325
  }
1782
- export declare namespace PutJobFailureResultInput {
1783
-
1784
- const filterSensitiveLog: (obj: PutJobFailureResultInput) => any;
1785
- }
1786
1326
 
1787
1327
  export declare class OutputVariablesSizeExceededException extends __BaseException {
1788
1328
  readonly name: "OutputVariablesSizeExceededException";
@@ -1801,10 +1341,6 @@ export interface CurrentRevision {
1801
1341
 
1802
1342
  revisionSummary?: string;
1803
1343
  }
1804
- export declare namespace CurrentRevision {
1805
-
1806
- const filterSensitiveLog: (obj: CurrentRevision) => any;
1807
- }
1808
1344
 
1809
1345
  export interface ExecutionDetails {
1810
1346
 
@@ -1814,10 +1350,6 @@ export interface ExecutionDetails {
1814
1350
 
1815
1351
  percentComplete?: number;
1816
1352
  }
1817
- export declare namespace ExecutionDetails {
1818
-
1819
- const filterSensitiveLog: (obj: ExecutionDetails) => any;
1820
- }
1821
1353
 
1822
1354
  export interface PutJobSuccessResultInput {
1823
1355
 
@@ -1831,10 +1363,6 @@ export interface PutJobSuccessResultInput {
1831
1363
 
1832
1364
  outputVariables?: Record<string, string>;
1833
1365
  }
1834
- export declare namespace PutJobSuccessResultInput {
1835
-
1836
- const filterSensitiveLog: (obj: PutJobSuccessResultInput) => any;
1837
- }
1838
1366
 
1839
1367
  export interface PutThirdPartyJobFailureResultInput {
1840
1368
 
@@ -1844,10 +1372,6 @@ export interface PutThirdPartyJobFailureResultInput {
1844
1372
 
1845
1373
  failureDetails: FailureDetails | undefined;
1846
1374
  }
1847
- export declare namespace PutThirdPartyJobFailureResultInput {
1848
-
1849
- const filterSensitiveLog: (obj: PutThirdPartyJobFailureResultInput) => any;
1850
- }
1851
1375
 
1852
1376
  export interface PutThirdPartyJobSuccessResultInput {
1853
1377
 
@@ -1861,10 +1385,6 @@ export interface PutThirdPartyJobSuccessResultInput {
1861
1385
 
1862
1386
  executionDetails?: ExecutionDetails;
1863
1387
  }
1864
- export declare namespace PutThirdPartyJobSuccessResultInput {
1865
-
1866
- const filterSensitiveLog: (obj: PutThirdPartyJobSuccessResultInput) => any;
1867
- }
1868
1388
 
1869
1389
  export declare class InvalidWebhookAuthenticationParametersException extends __BaseException {
1870
1390
  readonly name: "InvalidWebhookAuthenticationParametersException";
@@ -1885,32 +1405,16 @@ export interface PutWebhookInput {
1885
1405
 
1886
1406
  tags?: Tag[];
1887
1407
  }
1888
- export declare namespace PutWebhookInput {
1889
-
1890
- const filterSensitiveLog: (obj: PutWebhookInput) => any;
1891
- }
1892
1408
  export interface PutWebhookOutput {
1893
1409
 
1894
1410
  webhook?: ListWebhookItem;
1895
1411
  }
1896
- export declare namespace PutWebhookOutput {
1897
-
1898
- const filterSensitiveLog: (obj: PutWebhookOutput) => any;
1899
- }
1900
1412
  export interface RegisterWebhookWithThirdPartyInput {
1901
1413
 
1902
1414
  webhookName?: string;
1903
1415
  }
1904
- export declare namespace RegisterWebhookWithThirdPartyInput {
1905
-
1906
- const filterSensitiveLog: (obj: RegisterWebhookWithThirdPartyInput) => any;
1907
- }
1908
1416
  export interface RegisterWebhookWithThirdPartyOutput {
1909
1417
  }
1910
- export declare namespace RegisterWebhookWithThirdPartyOutput {
1911
-
1912
- const filterSensitiveLog: (obj: RegisterWebhookWithThirdPartyOutput) => any;
1913
- }
1914
1418
 
1915
1419
  export declare class ConflictException extends __BaseException {
1916
1420
  readonly name: "ConflictException";
@@ -1939,19 +1443,11 @@ export interface RetryStageExecutionInput {
1939
1443
 
1940
1444
  retryMode: StageRetryMode | string | undefined;
1941
1445
  }
1942
- export declare namespace RetryStageExecutionInput {
1943
-
1944
- const filterSensitiveLog: (obj: RetryStageExecutionInput) => any;
1945
- }
1946
1446
 
1947
1447
  export interface RetryStageExecutionOutput {
1948
1448
 
1949
1449
  pipelineExecutionId?: string;
1950
1450
  }
1951
- export declare namespace RetryStageExecutionOutput {
1952
-
1953
- const filterSensitiveLog: (obj: RetryStageExecutionOutput) => any;
1954
- }
1955
1451
 
1956
1452
  export declare class StageNotRetryableException extends __BaseException {
1957
1453
  readonly name: "StageNotRetryableException";
@@ -1966,19 +1462,11 @@ export interface StartPipelineExecutionInput {
1966
1462
 
1967
1463
  clientRequestToken?: string;
1968
1464
  }
1969
- export declare namespace StartPipelineExecutionInput {
1970
-
1971
- const filterSensitiveLog: (obj: StartPipelineExecutionInput) => any;
1972
- }
1973
1465
 
1974
1466
  export interface StartPipelineExecutionOutput {
1975
1467
 
1976
1468
  pipelineExecutionId?: string;
1977
1469
  }
1978
- export declare namespace StartPipelineExecutionOutput {
1979
-
1980
- const filterSensitiveLog: (obj: StartPipelineExecutionOutput) => any;
1981
- }
1982
1470
 
1983
1471
  export declare class DuplicatedStopRequestException extends __BaseException {
1984
1472
  readonly name: "DuplicatedStopRequestException";
@@ -2003,50 +1491,26 @@ export interface StopPipelineExecutionInput {
2003
1491
 
2004
1492
  reason?: string;
2005
1493
  }
2006
- export declare namespace StopPipelineExecutionInput {
2007
-
2008
- const filterSensitiveLog: (obj: StopPipelineExecutionInput) => any;
2009
- }
2010
1494
  export interface StopPipelineExecutionOutput {
2011
1495
 
2012
1496
  pipelineExecutionId?: string;
2013
1497
  }
2014
- export declare namespace StopPipelineExecutionOutput {
2015
-
2016
- const filterSensitiveLog: (obj: StopPipelineExecutionOutput) => any;
2017
- }
2018
1498
  export interface TagResourceInput {
2019
1499
 
2020
1500
  resourceArn: string | undefined;
2021
1501
 
2022
1502
  tags: Tag[] | undefined;
2023
1503
  }
2024
- export declare namespace TagResourceInput {
2025
-
2026
- const filterSensitiveLog: (obj: TagResourceInput) => any;
2027
- }
2028
1504
  export interface TagResourceOutput {
2029
1505
  }
2030
- export declare namespace TagResourceOutput {
2031
-
2032
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
2033
- }
2034
1506
  export interface UntagResourceInput {
2035
1507
 
2036
1508
  resourceArn: string | undefined;
2037
1509
 
2038
1510
  tagKeys: string[] | undefined;
2039
1511
  }
2040
- export declare namespace UntagResourceInput {
2041
-
2042
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
2043
- }
2044
1512
  export interface UntagResourceOutput {
2045
1513
  }
2046
- export declare namespace UntagResourceOutput {
2047
-
2048
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
2049
- }
2050
1514
 
2051
1515
  export declare class RequestFailedException extends __BaseException {
2052
1516
  readonly name: "RequestFailedException";
@@ -2058,25 +1522,287 @@ export interface UpdateActionTypeInput {
2058
1522
 
2059
1523
  actionType: ActionTypeDeclaration | undefined;
2060
1524
  }
2061
- export declare namespace UpdateActionTypeInput {
2062
-
2063
- const filterSensitiveLog: (obj: UpdateActionTypeInput) => any;
2064
- }
2065
1525
 
2066
1526
  export interface UpdatePipelineInput {
2067
1527
 
2068
1528
  pipeline: PipelineDeclaration | undefined;
2069
1529
  }
2070
- export declare namespace UpdatePipelineInput {
2071
-
2072
- const filterSensitiveLog: (obj: UpdatePipelineInput) => any;
2073
- }
2074
1530
 
2075
1531
  export interface UpdatePipelineOutput {
2076
1532
 
2077
1533
  pipeline?: PipelineDeclaration;
2078
1534
  }
2079
- export declare namespace UpdatePipelineOutput {
2080
-
2081
- const filterSensitiveLog: (obj: UpdatePipelineOutput) => any;
2082
- }
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;