@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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AcknowledgeJobCommand.js +2 -2
- package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomActionTypeCommand.js +2 -2
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +1 -1
- package/dist-cjs/commands/DeletePipelineCommand.js +1 -1
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
- package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-cjs/commands/DisableStageTransitionCommand.js +1 -1
- package/dist-cjs/commands/EnableStageTransitionCommand.js +1 -1
- package/dist-cjs/commands/GetActionTypeCommand.js +2 -2
- package/dist-cjs/commands/GetJobDetailsCommand.js +2 -2
- package/dist-cjs/commands/GetPipelineCommand.js +2 -2
- package/dist-cjs/commands/GetPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/GetPipelineStateCommand.js +2 -2
- package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +2 -2
- package/dist-cjs/commands/ListActionExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListActionTypesCommand.js +2 -2
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListPipelinesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -2
- package/dist-cjs/commands/PollForJobsCommand.js +2 -2
- package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +2 -2
- package/dist-cjs/commands/PutActionRevisionCommand.js +2 -2
- package/dist-cjs/commands/PutApprovalResultCommand.js +2 -2
- package/dist-cjs/commands/PutJobFailureResultCommand.js +1 -1
- package/dist-cjs/commands/PutJobSuccessResultCommand.js +1 -1
- package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +1 -1
- package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +1 -1
- package/dist-cjs/commands/PutWebhookCommand.js +2 -2
- package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-cjs/commands/RetryStageExecutionCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateActionTypeCommand.js +1 -1
- package/dist-cjs/commands/UpdatePipelineCommand.js +2 -2
- package/dist-cjs/models/models_0.js +563 -837
- package/dist-cjs/protocols/Aws_json1_1.js +195 -351
- package/dist-es/commands/AcknowledgeJobCommand.js +3 -3
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -3
- package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -3
- package/dist-es/commands/CreatePipelineCommand.js +3 -3
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -2
- package/dist-es/commands/DeletePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteWebhookCommand.js +3 -3
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -3
- package/dist-es/commands/DisableStageTransitionCommand.js +2 -2
- package/dist-es/commands/EnableStageTransitionCommand.js +2 -2
- package/dist-es/commands/GetActionTypeCommand.js +3 -3
- package/dist-es/commands/GetJobDetailsCommand.js +3 -3
- package/dist-es/commands/GetPipelineCommand.js +3 -3
- package/dist-es/commands/GetPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/GetPipelineStateCommand.js +3 -3
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -3
- package/dist-es/commands/ListActionExecutionsCommand.js +3 -3
- package/dist-es/commands/ListActionTypesCommand.js +3 -3
- package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -3
- package/dist-es/commands/ListPipelinesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWebhooksCommand.js +3 -3
- package/dist-es/commands/PollForJobsCommand.js +3 -3
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -3
- package/dist-es/commands/PutActionRevisionCommand.js +3 -3
- package/dist-es/commands/PutApprovalResultCommand.js +3 -3
- package/dist-es/commands/PutJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutWebhookCommand.js +3 -3
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -3
- package/dist-es/commands/RetryStageExecutionCommand.js +3 -3
- package/dist-es/commands/StartPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/StopPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateActionTypeCommand.js +2 -2
- package/dist-es/commands/UpdatePipelineCommand.js +3 -3
- package/dist-es/models/models_0.js +137 -548
- package/dist-es/protocols/Aws_json1_1.js +313 -352
- package/dist-types/models/models_0.d.ts +548 -822
- package/dist-types/ts3.4/models/models_0.d.ts +274 -548
- package/package.json +6 -6
|
@@ -16,12 +16,6 @@ export interface AcknowledgeJobInput {
|
|
|
16
16
|
*/
|
|
17
17
|
nonce: string | undefined;
|
|
18
18
|
}
|
|
19
|
-
export declare namespace AcknowledgeJobInput {
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
const filterSensitiveLog: (obj: AcknowledgeJobInput) => any;
|
|
24
|
-
}
|
|
25
19
|
export declare enum JobStatus {
|
|
26
20
|
Created = "Created",
|
|
27
21
|
Dispatched = "Dispatched",
|
|
@@ -40,12 +34,6 @@ export interface AcknowledgeJobOutput {
|
|
|
40
34
|
*/
|
|
41
35
|
status?: JobStatus | string;
|
|
42
36
|
}
|
|
43
|
-
export declare namespace AcknowledgeJobOutput {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
|
-
const filterSensitiveLog: (obj: AcknowledgeJobOutput) => any;
|
|
48
|
-
}
|
|
49
37
|
/**
|
|
50
38
|
* <p>The nonce was specified in an invalid format.</p>
|
|
51
39
|
*/
|
|
@@ -98,12 +86,6 @@ export interface AcknowledgeThirdPartyJobInput {
|
|
|
98
86
|
*/
|
|
99
87
|
clientToken: string | undefined;
|
|
100
88
|
}
|
|
101
|
-
export declare namespace AcknowledgeThirdPartyJobInput {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
const filterSensitiveLog: (obj: AcknowledgeThirdPartyJobInput) => any;
|
|
106
|
-
}
|
|
107
89
|
/**
|
|
108
90
|
* <p>Represents the output of an AcknowledgeThirdPartyJob action.</p>
|
|
109
91
|
*/
|
|
@@ -113,12 +95,6 @@ export interface AcknowledgeThirdPartyJobOutput {
|
|
|
113
95
|
*/
|
|
114
96
|
status?: JobStatus | string;
|
|
115
97
|
}
|
|
116
|
-
export declare namespace AcknowledgeThirdPartyJobOutput {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
const filterSensitiveLog: (obj: AcknowledgeThirdPartyJobOutput) => any;
|
|
121
|
-
}
|
|
122
98
|
/**
|
|
123
99
|
* <p>The client token was specified in an invalid format</p>
|
|
124
100
|
*/
|
|
@@ -147,12 +123,6 @@ export interface ActionConfiguration {
|
|
|
147
123
|
*/
|
|
148
124
|
configuration?: Record<string, string>;
|
|
149
125
|
}
|
|
150
|
-
export declare namespace ActionConfiguration {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
const filterSensitiveLog: (obj: ActionConfiguration) => any;
|
|
155
|
-
}
|
|
156
126
|
export declare enum ActionConfigurationPropertyType {
|
|
157
127
|
Boolean = "Boolean",
|
|
158
128
|
Number = "Number",
|
|
@@ -202,12 +172,6 @@ export interface ActionConfigurationProperty {
|
|
|
202
172
|
*/
|
|
203
173
|
type?: ActionConfigurationPropertyType | string;
|
|
204
174
|
}
|
|
205
|
-
export declare namespace ActionConfigurationProperty {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
const filterSensitiveLog: (obj: ActionConfigurationProperty) => any;
|
|
210
|
-
}
|
|
211
175
|
/**
|
|
212
176
|
* <p>Represents the context of an action in the stage of a pipeline to a job
|
|
213
177
|
* worker.</p>
|
|
@@ -222,12 +186,6 @@ export interface ActionContext {
|
|
|
222
186
|
*/
|
|
223
187
|
actionExecutionId?: string;
|
|
224
188
|
}
|
|
225
|
-
export declare namespace ActionContext {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
const filterSensitiveLog: (obj: ActionContext) => any;
|
|
230
|
-
}
|
|
231
189
|
export declare enum ActionOwner {
|
|
232
190
|
AWS = "AWS",
|
|
233
191
|
Custom = "Custom",
|
|
@@ -282,12 +240,6 @@ export interface ActionTypeId {
|
|
|
282
240
|
*/
|
|
283
241
|
version: string | undefined;
|
|
284
242
|
}
|
|
285
|
-
export declare namespace ActionTypeId {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
const filterSensitiveLog: (obj: ActionTypeId) => any;
|
|
290
|
-
}
|
|
291
243
|
/**
|
|
292
244
|
* <p>Represents information about an artifact to be worked on, such as a test or build
|
|
293
245
|
* artifact.</p>
|
|
@@ -303,12 +255,6 @@ export interface InputArtifact {
|
|
|
303
255
|
*/
|
|
304
256
|
name: string | undefined;
|
|
305
257
|
}
|
|
306
|
-
export declare namespace InputArtifact {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
|
-
const filterSensitiveLog: (obj: InputArtifact) => any;
|
|
311
|
-
}
|
|
312
258
|
/**
|
|
313
259
|
* <p>Represents information about the output of an action.</p>
|
|
314
260
|
*/
|
|
@@ -324,12 +270,6 @@ export interface OutputArtifact {
|
|
|
324
270
|
*/
|
|
325
271
|
name: string | undefined;
|
|
326
272
|
}
|
|
327
|
-
export declare namespace OutputArtifact {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
|
-
const filterSensitiveLog: (obj: OutputArtifact) => any;
|
|
332
|
-
}
|
|
333
273
|
/**
|
|
334
274
|
* <p>Represents information about an action declaration.</p>
|
|
335
275
|
*/
|
|
@@ -388,12 +328,6 @@ export interface ActionDeclaration {
|
|
|
388
328
|
*/
|
|
389
329
|
namespace?: string;
|
|
390
330
|
}
|
|
391
|
-
export declare namespace ActionDeclaration {
|
|
392
|
-
/**
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
|
-
const filterSensitiveLog: (obj: ActionDeclaration) => any;
|
|
396
|
-
}
|
|
397
331
|
/**
|
|
398
332
|
* <p>Represents information about an error in AWS CodePipeline.</p>
|
|
399
333
|
*/
|
|
@@ -407,12 +341,6 @@ export interface ErrorDetails {
|
|
|
407
341
|
*/
|
|
408
342
|
message?: string;
|
|
409
343
|
}
|
|
410
|
-
export declare namespace ErrorDetails {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
|
-
const filterSensitiveLog: (obj: ErrorDetails) => any;
|
|
415
|
-
}
|
|
416
344
|
export declare enum ActionExecutionStatus {
|
|
417
345
|
Abandoned = "Abandoned",
|
|
418
346
|
Failed = "Failed",
|
|
@@ -474,12 +402,6 @@ export interface ActionExecution {
|
|
|
474
402
|
*/
|
|
475
403
|
errorDetails?: ErrorDetails;
|
|
476
404
|
}
|
|
477
|
-
export declare namespace ActionExecution {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
|
-
const filterSensitiveLog: (obj: ActionExecution) => any;
|
|
482
|
-
}
|
|
483
405
|
/**
|
|
484
406
|
* <p>The Amazon S3 artifact location for an action's artifacts.</p>
|
|
485
407
|
*/
|
|
@@ -493,12 +415,6 @@ export interface S3Location {
|
|
|
493
415
|
*/
|
|
494
416
|
key?: string;
|
|
495
417
|
}
|
|
496
|
-
export declare namespace S3Location {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
const filterSensitiveLog: (obj: S3Location) => any;
|
|
501
|
-
}
|
|
502
418
|
/**
|
|
503
419
|
* <p>Artifact details for the action execution, such as the artifact location.</p>
|
|
504
420
|
*/
|
|
@@ -512,12 +428,6 @@ export interface ArtifactDetail {
|
|
|
512
428
|
*/
|
|
513
429
|
s3location?: S3Location;
|
|
514
430
|
}
|
|
515
|
-
export declare namespace ArtifactDetail {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
|
-
const filterSensitiveLog: (obj: ArtifactDetail) => any;
|
|
520
|
-
}
|
|
521
431
|
/**
|
|
522
432
|
* <p>Input information used for an action execution.</p>
|
|
523
433
|
*/
|
|
@@ -555,12 +465,6 @@ export interface ActionExecutionInput {
|
|
|
555
465
|
*/
|
|
556
466
|
namespace?: string;
|
|
557
467
|
}
|
|
558
|
-
export declare namespace ActionExecutionInput {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
|
-
const filterSensitiveLog: (obj: ActionExecutionInput) => any;
|
|
563
|
-
}
|
|
564
468
|
/**
|
|
565
469
|
* <p>Execution result information, such as the external execution ID.</p>
|
|
566
470
|
*/
|
|
@@ -579,12 +483,6 @@ export interface ActionExecutionResult {
|
|
|
579
483
|
*/
|
|
580
484
|
externalExecutionUrl?: string;
|
|
581
485
|
}
|
|
582
|
-
export declare namespace ActionExecutionResult {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
const filterSensitiveLog: (obj: ActionExecutionResult) => any;
|
|
587
|
-
}
|
|
588
486
|
/**
|
|
589
487
|
* <p>Output details listed for an action execution, such as the action execution
|
|
590
488
|
* result.</p>
|
|
@@ -606,12 +504,6 @@ export interface ActionExecutionOutput {
|
|
|
606
504
|
*/
|
|
607
505
|
outputVariables?: Record<string, string>;
|
|
608
506
|
}
|
|
609
|
-
export declare namespace ActionExecutionOutput {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
|
-
const filterSensitiveLog: (obj: ActionExecutionOutput) => any;
|
|
614
|
-
}
|
|
615
507
|
/**
|
|
616
508
|
* <p>Returns information about an execution of an action, including the action execution
|
|
617
509
|
* ID, and the name, version, and timing of the action. </p>
|
|
@@ -660,12 +552,6 @@ export interface ActionExecutionDetail {
|
|
|
660
552
|
*/
|
|
661
553
|
output?: ActionExecutionOutput;
|
|
662
554
|
}
|
|
663
|
-
export declare namespace ActionExecutionDetail {
|
|
664
|
-
/**
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
667
|
-
const filterSensitiveLog: (obj: ActionExecutionDetail) => any;
|
|
668
|
-
}
|
|
669
555
|
/**
|
|
670
556
|
* <p>Filter values for the action execution.</p>
|
|
671
557
|
*/
|
|
@@ -675,12 +561,6 @@ export interface ActionExecutionFilter {
|
|
|
675
561
|
*/
|
|
676
562
|
pipelineExecutionId?: string;
|
|
677
563
|
}
|
|
678
|
-
export declare namespace ActionExecutionFilter {
|
|
679
|
-
/**
|
|
680
|
-
* @internal
|
|
681
|
-
*/
|
|
682
|
-
const filterSensitiveLog: (obj: ActionExecutionFilter) => any;
|
|
683
|
-
}
|
|
684
564
|
/**
|
|
685
565
|
* <p>The specified action cannot be found.</p>
|
|
686
566
|
*/
|
|
@@ -712,12 +592,6 @@ export interface ActionRevision {
|
|
|
712
592
|
*/
|
|
713
593
|
created: Date | undefined;
|
|
714
594
|
}
|
|
715
|
-
export declare namespace ActionRevision {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
|
-
const filterSensitiveLog: (obj: ActionRevision) => any;
|
|
720
|
-
}
|
|
721
595
|
/**
|
|
722
596
|
* <p>Represents information about the state of an action.</p>
|
|
723
597
|
*/
|
|
@@ -745,12 +619,6 @@ export interface ActionState {
|
|
|
745
619
|
*/
|
|
746
620
|
revisionUrl?: string;
|
|
747
621
|
}
|
|
748
|
-
export declare namespace ActionState {
|
|
749
|
-
/**
|
|
750
|
-
* @internal
|
|
751
|
-
*/
|
|
752
|
-
const filterSensitiveLog: (obj: ActionState) => any;
|
|
753
|
-
}
|
|
754
622
|
/**
|
|
755
623
|
* <p>Returns information about the details of an artifact.</p>
|
|
756
624
|
*/
|
|
@@ -764,12 +632,6 @@ export interface ArtifactDetails {
|
|
|
764
632
|
*/
|
|
765
633
|
maximumCount: number | undefined;
|
|
766
634
|
}
|
|
767
|
-
export declare namespace ArtifactDetails {
|
|
768
|
-
/**
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
771
|
-
const filterSensitiveLog: (obj: ArtifactDetails) => any;
|
|
772
|
-
}
|
|
773
635
|
/**
|
|
774
636
|
* <p>Returns information about the settings for an action type.</p>
|
|
775
637
|
*/
|
|
@@ -799,12 +661,6 @@ export interface ActionTypeSettings {
|
|
|
799
661
|
*/
|
|
800
662
|
revisionUrlTemplate?: string;
|
|
801
663
|
}
|
|
802
|
-
export declare namespace ActionTypeSettings {
|
|
803
|
-
/**
|
|
804
|
-
* @internal
|
|
805
|
-
*/
|
|
806
|
-
const filterSensitiveLog: (obj: ActionTypeSettings) => any;
|
|
807
|
-
}
|
|
808
664
|
/**
|
|
809
665
|
* <p>Returns information about the details of an action type.</p>
|
|
810
666
|
*/
|
|
@@ -830,12 +686,6 @@ export interface ActionType {
|
|
|
830
686
|
*/
|
|
831
687
|
outputArtifactDetails: ArtifactDetails | undefined;
|
|
832
688
|
}
|
|
833
|
-
export declare namespace ActionType {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
|
-
const filterSensitiveLog: (obj: ActionType) => any;
|
|
838
|
-
}
|
|
839
689
|
/**
|
|
840
690
|
* <p>Information about parameters for artifacts associated with the action type, such as
|
|
841
691
|
* the minimum and maximum artifacts allowed.</p>
|
|
@@ -854,12 +704,6 @@ export interface ActionTypeArtifactDetails {
|
|
|
854
704
|
*/
|
|
855
705
|
maximumCount: number | undefined;
|
|
856
706
|
}
|
|
857
|
-
export declare namespace ActionTypeArtifactDetails {
|
|
858
|
-
/**
|
|
859
|
-
* @internal
|
|
860
|
-
*/
|
|
861
|
-
const filterSensitiveLog: (obj: ActionTypeArtifactDetails) => any;
|
|
862
|
-
}
|
|
863
707
|
/**
|
|
864
708
|
* <p>Details about the polling configuration for the <code>JobWorker</code> action engine,
|
|
865
709
|
* or executor.</p>
|
|
@@ -876,12 +720,6 @@ export interface JobWorkerExecutorConfiguration {
|
|
|
876
720
|
*/
|
|
877
721
|
pollingServicePrincipals?: string[];
|
|
878
722
|
}
|
|
879
|
-
export declare namespace JobWorkerExecutorConfiguration {
|
|
880
|
-
/**
|
|
881
|
-
* @internal
|
|
882
|
-
*/
|
|
883
|
-
const filterSensitiveLog: (obj: JobWorkerExecutorConfiguration) => any;
|
|
884
|
-
}
|
|
885
723
|
/**
|
|
886
724
|
* <p>Details about the configuration for the <code>Lambda</code> action engine, or
|
|
887
725
|
* executor.</p>
|
|
@@ -892,12 +730,6 @@ export interface LambdaExecutorConfiguration {
|
|
|
892
730
|
*/
|
|
893
731
|
lambdaFunctionArn: string | undefined;
|
|
894
732
|
}
|
|
895
|
-
export declare namespace LambdaExecutorConfiguration {
|
|
896
|
-
/**
|
|
897
|
-
* @internal
|
|
898
|
-
*/
|
|
899
|
-
const filterSensitiveLog: (obj: LambdaExecutorConfiguration) => any;
|
|
900
|
-
}
|
|
901
733
|
/**
|
|
902
734
|
* <p>The action engine, or executor, related to the supported integration model used to
|
|
903
735
|
* create and update the action type. The available executor types are <code>Lambda</code>
|
|
@@ -913,12 +745,6 @@ export interface ExecutorConfiguration {
|
|
|
913
745
|
*/
|
|
914
746
|
jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
|
|
915
747
|
}
|
|
916
|
-
export declare namespace ExecutorConfiguration {
|
|
917
|
-
/**
|
|
918
|
-
* @internal
|
|
919
|
-
*/
|
|
920
|
-
const filterSensitiveLog: (obj: ExecutorConfiguration) => any;
|
|
921
|
-
}
|
|
922
748
|
export declare enum ExecutorType {
|
|
923
749
|
JobWorker = "JobWorker",
|
|
924
750
|
Lambda = "Lambda"
|
|
@@ -957,12 +783,6 @@ export interface ActionTypeExecutor {
|
|
|
957
783
|
*/
|
|
958
784
|
jobTimeout?: number;
|
|
959
785
|
}
|
|
960
|
-
export declare namespace ActionTypeExecutor {
|
|
961
|
-
/**
|
|
962
|
-
* @internal
|
|
963
|
-
*/
|
|
964
|
-
const filterSensitiveLog: (obj: ActionTypeExecutor) => any;
|
|
965
|
-
}
|
|
966
786
|
/**
|
|
967
787
|
* <p>Specifies the category, owner, provider, and version of the action type.</p>
|
|
968
788
|
*/
|
|
@@ -1018,12 +838,6 @@ export interface ActionTypeIdentifier {
|
|
|
1018
838
|
*/
|
|
1019
839
|
version: string | undefined;
|
|
1020
840
|
}
|
|
1021
|
-
export declare namespace ActionTypeIdentifier {
|
|
1022
|
-
/**
|
|
1023
|
-
* @internal
|
|
1024
|
-
*/
|
|
1025
|
-
const filterSensitiveLog: (obj: ActionTypeIdentifier) => any;
|
|
1026
|
-
}
|
|
1027
841
|
/**
|
|
1028
842
|
* <p>Details identifying the users with permissions to use the action type.</p>
|
|
1029
843
|
*/
|
|
@@ -1034,12 +848,6 @@ export interface ActionTypePermissions {
|
|
|
1034
848
|
*/
|
|
1035
849
|
allowedAccounts: string[] | undefined;
|
|
1036
850
|
}
|
|
1037
|
-
export declare namespace ActionTypePermissions {
|
|
1038
|
-
/**
|
|
1039
|
-
* @internal
|
|
1040
|
-
*/
|
|
1041
|
-
const filterSensitiveLog: (obj: ActionTypePermissions) => any;
|
|
1042
|
-
}
|
|
1043
851
|
/**
|
|
1044
852
|
* <p>Represents information about each property specified in the action configuration, such
|
|
1045
853
|
* as the description and key name that display for the customer using the action
|
|
@@ -1075,12 +883,6 @@ export interface ActionTypeProperty {
|
|
|
1075
883
|
*/
|
|
1076
884
|
description?: string;
|
|
1077
885
|
}
|
|
1078
|
-
export declare namespace ActionTypeProperty {
|
|
1079
|
-
/**
|
|
1080
|
-
* @internal
|
|
1081
|
-
*/
|
|
1082
|
-
const filterSensitiveLog: (obj: ActionTypeProperty) => any;
|
|
1083
|
-
}
|
|
1084
886
|
/**
|
|
1085
887
|
* <p>Returns information about URLs for web pages that display to customers as links on the
|
|
1086
888
|
* pipeline view, such as an external configuration page for the action type.</p>
|
|
@@ -1109,12 +911,6 @@ export interface ActionTypeUrls {
|
|
|
1109
911
|
*/
|
|
1110
912
|
revisionUrlTemplate?: string;
|
|
1111
913
|
}
|
|
1112
|
-
export declare namespace ActionTypeUrls {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
const filterSensitiveLog: (obj: ActionTypeUrls) => any;
|
|
1117
|
-
}
|
|
1118
914
|
/**
|
|
1119
915
|
* <p>The parameters for the action type definition that are provided when the action type
|
|
1120
916
|
* is created or updated.</p>
|
|
@@ -1158,12 +954,6 @@ export interface ActionTypeDeclaration {
|
|
|
1158
954
|
*/
|
|
1159
955
|
urls?: ActionTypeUrls;
|
|
1160
956
|
}
|
|
1161
|
-
export declare namespace ActionTypeDeclaration {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
const filterSensitiveLog: (obj: ActionTypeDeclaration) => any;
|
|
1166
|
-
}
|
|
1167
957
|
/**
|
|
1168
958
|
* <p>The specified action type cannot be found.</p>
|
|
1169
959
|
*/
|
|
@@ -1204,12 +994,6 @@ export interface ApprovalResult {
|
|
|
1204
994
|
*/
|
|
1205
995
|
status: ApprovalStatus | string | undefined;
|
|
1206
996
|
}
|
|
1207
|
-
export declare namespace ApprovalResult {
|
|
1208
|
-
/**
|
|
1209
|
-
* @internal
|
|
1210
|
-
*/
|
|
1211
|
-
const filterSensitiveLog: (obj: ApprovalResult) => any;
|
|
1212
|
-
}
|
|
1213
997
|
/**
|
|
1214
998
|
* <p>The location of the S3 bucket that contains a revision.</p>
|
|
1215
999
|
*/
|
|
@@ -1224,12 +1008,6 @@ export interface S3ArtifactLocation {
|
|
|
1224
1008
|
*/
|
|
1225
1009
|
objectKey: string | undefined;
|
|
1226
1010
|
}
|
|
1227
|
-
export declare namespace S3ArtifactLocation {
|
|
1228
|
-
/**
|
|
1229
|
-
* @internal
|
|
1230
|
-
*/
|
|
1231
|
-
const filterSensitiveLog: (obj: S3ArtifactLocation) => any;
|
|
1232
|
-
}
|
|
1233
1011
|
export declare enum ArtifactLocationType {
|
|
1234
1012
|
S3 = "S3"
|
|
1235
1013
|
}
|
|
@@ -1246,12 +1024,6 @@ export interface ArtifactLocation {
|
|
|
1246
1024
|
*/
|
|
1247
1025
|
s3Location?: S3ArtifactLocation;
|
|
1248
1026
|
}
|
|
1249
|
-
export declare namespace ArtifactLocation {
|
|
1250
|
-
/**
|
|
1251
|
-
* @internal
|
|
1252
|
-
*/
|
|
1253
|
-
const filterSensitiveLog: (obj: ArtifactLocation) => any;
|
|
1254
|
-
}
|
|
1255
1027
|
/**
|
|
1256
1028
|
* <p>Represents information about an artifact that is worked on by actions in the
|
|
1257
1029
|
* pipeline.</p>
|
|
@@ -1271,12 +1043,6 @@ export interface Artifact {
|
|
|
1271
1043
|
*/
|
|
1272
1044
|
location?: ArtifactLocation;
|
|
1273
1045
|
}
|
|
1274
|
-
export declare namespace Artifact {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
const filterSensitiveLog: (obj: Artifact) => any;
|
|
1279
|
-
}
|
|
1280
1046
|
/**
|
|
1281
1047
|
* <p>Represents revision details of an artifact. </p>
|
|
1282
1048
|
*/
|
|
@@ -1313,12 +1079,6 @@ export interface ArtifactRevision {
|
|
|
1313
1079
|
*/
|
|
1314
1080
|
revisionUrl?: string;
|
|
1315
1081
|
}
|
|
1316
|
-
export declare namespace ArtifactRevision {
|
|
1317
|
-
/**
|
|
1318
|
-
* @internal
|
|
1319
|
-
*/
|
|
1320
|
-
const filterSensitiveLog: (obj: ArtifactRevision) => any;
|
|
1321
|
-
}
|
|
1322
1082
|
export declare enum EncryptionKeyType {
|
|
1323
1083
|
KMS = "KMS"
|
|
1324
1084
|
}
|
|
@@ -1343,12 +1103,6 @@ export interface EncryptionKey {
|
|
|
1343
1103
|
*/
|
|
1344
1104
|
type: EncryptionKeyType | string | undefined;
|
|
1345
1105
|
}
|
|
1346
|
-
export declare namespace EncryptionKey {
|
|
1347
|
-
/**
|
|
1348
|
-
* @internal
|
|
1349
|
-
*/
|
|
1350
|
-
const filterSensitiveLog: (obj: EncryptionKey) => any;
|
|
1351
|
-
}
|
|
1352
1106
|
export declare enum ArtifactStoreType {
|
|
1353
1107
|
S3 = "S3"
|
|
1354
1108
|
}
|
|
@@ -1381,12 +1135,6 @@ export interface ArtifactStore {
|
|
|
1381
1135
|
*/
|
|
1382
1136
|
encryptionKey?: EncryptionKey;
|
|
1383
1137
|
}
|
|
1384
|
-
export declare namespace ArtifactStore {
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
|
-
const filterSensitiveLog: (obj: ArtifactStore) => any;
|
|
1389
|
-
}
|
|
1390
1138
|
/**
|
|
1391
1139
|
* <p>Represents an AWS session credentials object. These credentials are temporary
|
|
1392
1140
|
* credentials that are issued by AWS Secure Token Service (STS). They can be used to
|
|
@@ -1407,12 +1155,6 @@ export interface AWSSessionCredentials {
|
|
|
1407
1155
|
*/
|
|
1408
1156
|
sessionToken: string | undefined;
|
|
1409
1157
|
}
|
|
1410
|
-
export declare namespace AWSSessionCredentials {
|
|
1411
|
-
/**
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
1414
|
-
const filterSensitiveLog: (obj: AWSSessionCredentials) => any;
|
|
1415
|
-
}
|
|
1416
1158
|
export declare enum BlockerType {
|
|
1417
1159
|
Schedule = "Schedule"
|
|
1418
1160
|
}
|
|
@@ -1429,12 +1171,6 @@ export interface BlockerDeclaration {
|
|
|
1429
1171
|
*/
|
|
1430
1172
|
type: BlockerType | string | undefined;
|
|
1431
1173
|
}
|
|
1432
|
-
export declare namespace BlockerDeclaration {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
const filterSensitiveLog: (obj: BlockerDeclaration) => any;
|
|
1437
|
-
}
|
|
1438
1174
|
/**
|
|
1439
1175
|
* <p>Unable to modify the tag due to a simultaneous update request.</p>
|
|
1440
1176
|
*/
|
|
@@ -1459,12 +1195,6 @@ export interface Tag {
|
|
|
1459
1195
|
*/
|
|
1460
1196
|
value: string | undefined;
|
|
1461
1197
|
}
|
|
1462
|
-
export declare namespace Tag {
|
|
1463
|
-
/**
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
1466
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
1467
|
-
}
|
|
1468
1198
|
/**
|
|
1469
1199
|
* <p>Represents the input of a CreateCustomActionType operation.</p>
|
|
1470
1200
|
*/
|
|
@@ -1511,12 +1241,6 @@ export interface CreateCustomActionTypeInput {
|
|
|
1511
1241
|
*/
|
|
1512
1242
|
tags?: Tag[];
|
|
1513
1243
|
}
|
|
1514
|
-
export declare namespace CreateCustomActionTypeInput {
|
|
1515
|
-
/**
|
|
1516
|
-
* @internal
|
|
1517
|
-
*/
|
|
1518
|
-
const filterSensitiveLog: (obj: CreateCustomActionTypeInput) => any;
|
|
1519
|
-
}
|
|
1520
1244
|
/**
|
|
1521
1245
|
* <p>Represents the output of a <code>CreateCustomActionType</code> operation.</p>
|
|
1522
1246
|
*/
|
|
@@ -1530,12 +1254,6 @@ export interface CreateCustomActionTypeOutput {
|
|
|
1530
1254
|
*/
|
|
1531
1255
|
tags?: Tag[];
|
|
1532
1256
|
}
|
|
1533
|
-
export declare namespace CreateCustomActionTypeOutput {
|
|
1534
|
-
/**
|
|
1535
|
-
* @internal
|
|
1536
|
-
*/
|
|
1537
|
-
const filterSensitiveLog: (obj: CreateCustomActionTypeOutput) => any;
|
|
1538
|
-
}
|
|
1539
1257
|
/**
|
|
1540
1258
|
* <p>The specified resource tags are invalid.</p>
|
|
1541
1259
|
*/
|
|
@@ -1587,12 +1305,6 @@ export interface StageDeclaration {
|
|
|
1587
1305
|
*/
|
|
1588
1306
|
actions: ActionDeclaration[] | undefined;
|
|
1589
1307
|
}
|
|
1590
|
-
export declare namespace StageDeclaration {
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
const filterSensitiveLog: (obj: StageDeclaration) => any;
|
|
1595
|
-
}
|
|
1596
1308
|
/**
|
|
1597
1309
|
* <p>Represents the structure of actions and stages to be performed in the
|
|
1598
1310
|
* pipeline.</p>
|
|
@@ -1641,12 +1353,6 @@ export interface PipelineDeclaration {
|
|
|
1641
1353
|
*/
|
|
1642
1354
|
version?: number;
|
|
1643
1355
|
}
|
|
1644
|
-
export declare namespace PipelineDeclaration {
|
|
1645
|
-
/**
|
|
1646
|
-
* @internal
|
|
1647
|
-
*/
|
|
1648
|
-
const filterSensitiveLog: (obj: PipelineDeclaration) => any;
|
|
1649
|
-
}
|
|
1650
1356
|
/**
|
|
1651
1357
|
* <p>Represents the input of a <code>CreatePipeline</code> action.</p>
|
|
1652
1358
|
*/
|
|
@@ -1661,12 +1367,6 @@ export interface CreatePipelineInput {
|
|
|
1661
1367
|
*/
|
|
1662
1368
|
tags?: Tag[];
|
|
1663
1369
|
}
|
|
1664
|
-
export declare namespace CreatePipelineInput {
|
|
1665
|
-
/**
|
|
1666
|
-
* @internal
|
|
1667
|
-
*/
|
|
1668
|
-
const filterSensitiveLog: (obj: CreatePipelineInput) => any;
|
|
1669
|
-
}
|
|
1670
1370
|
/**
|
|
1671
1371
|
* <p>Represents the output of a <code>CreatePipeline</code> action.</p>
|
|
1672
1372
|
*/
|
|
@@ -1681,12 +1381,6 @@ export interface CreatePipelineOutput {
|
|
|
1681
1381
|
*/
|
|
1682
1382
|
tags?: Tag[];
|
|
1683
1383
|
}
|
|
1684
|
-
export declare namespace CreatePipelineOutput {
|
|
1685
|
-
/**
|
|
1686
|
-
* @internal
|
|
1687
|
-
*/
|
|
1688
|
-
const filterSensitiveLog: (obj: CreatePipelineOutput) => any;
|
|
1689
|
-
}
|
|
1690
1384
|
/**
|
|
1691
1385
|
* <p>The action declaration was specified in an invalid format.</p>
|
|
1692
1386
|
*/
|
|
@@ -1762,12 +1456,6 @@ export interface DeleteCustomActionTypeInput {
|
|
|
1762
1456
|
*/
|
|
1763
1457
|
version: string | undefined;
|
|
1764
1458
|
}
|
|
1765
|
-
export declare namespace DeleteCustomActionTypeInput {
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
const filterSensitiveLog: (obj: DeleteCustomActionTypeInput) => any;
|
|
1770
|
-
}
|
|
1771
1459
|
/**
|
|
1772
1460
|
* <p>Represents the input of a <code>DeletePipeline</code> action.</p>
|
|
1773
1461
|
*/
|
|
@@ -1777,52 +1465,22 @@ export interface DeletePipelineInput {
|
|
|
1777
1465
|
*/
|
|
1778
1466
|
name: string | undefined;
|
|
1779
1467
|
}
|
|
1780
|
-
export declare namespace DeletePipelineInput {
|
|
1781
|
-
/**
|
|
1782
|
-
* @internal
|
|
1783
|
-
*/
|
|
1784
|
-
const filterSensitiveLog: (obj: DeletePipelineInput) => any;
|
|
1785
|
-
}
|
|
1786
1468
|
export interface DeleteWebhookInput {
|
|
1787
1469
|
/**
|
|
1788
1470
|
* <p>The name of the webhook you want to delete.</p>
|
|
1789
1471
|
*/
|
|
1790
1472
|
name: string | undefined;
|
|
1791
1473
|
}
|
|
1792
|
-
export declare namespace DeleteWebhookInput {
|
|
1793
|
-
/**
|
|
1794
|
-
* @internal
|
|
1795
|
-
*/
|
|
1796
|
-
const filterSensitiveLog: (obj: DeleteWebhookInput) => any;
|
|
1797
|
-
}
|
|
1798
1474
|
export interface DeleteWebhookOutput {
|
|
1799
1475
|
}
|
|
1800
|
-
export declare namespace DeleteWebhookOutput {
|
|
1801
|
-
/**
|
|
1802
|
-
* @internal
|
|
1803
|
-
*/
|
|
1804
|
-
const filterSensitiveLog: (obj: DeleteWebhookOutput) => any;
|
|
1805
|
-
}
|
|
1806
1476
|
export interface DeregisterWebhookWithThirdPartyInput {
|
|
1807
1477
|
/**
|
|
1808
1478
|
* <p>The name of the webhook you want to deregister.</p>
|
|
1809
1479
|
*/
|
|
1810
1480
|
webhookName?: string;
|
|
1811
1481
|
}
|
|
1812
|
-
export declare namespace DeregisterWebhookWithThirdPartyInput {
|
|
1813
|
-
/**
|
|
1814
|
-
* @internal
|
|
1815
|
-
*/
|
|
1816
|
-
const filterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyInput) => any;
|
|
1817
|
-
}
|
|
1818
1482
|
export interface DeregisterWebhookWithThirdPartyOutput {
|
|
1819
1483
|
}
|
|
1820
|
-
export declare namespace DeregisterWebhookWithThirdPartyOutput {
|
|
1821
|
-
/**
|
|
1822
|
-
* @internal
|
|
1823
|
-
*/
|
|
1824
|
-
const filterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyOutput) => any;
|
|
1825
|
-
}
|
|
1826
1484
|
/**
|
|
1827
1485
|
* <p>The specified webhook was entered in an invalid format or cannot be
|
|
1828
1486
|
* found.</p>
|
|
@@ -1867,12 +1525,6 @@ export interface DisableStageTransitionInput {
|
|
|
1867
1525
|
*/
|
|
1868
1526
|
reason: string | undefined;
|
|
1869
1527
|
}
|
|
1870
|
-
export declare namespace DisableStageTransitionInput {
|
|
1871
|
-
/**
|
|
1872
|
-
* @internal
|
|
1873
|
-
*/
|
|
1874
|
-
const filterSensitiveLog: (obj: DisableStageTransitionInput) => any;
|
|
1875
|
-
}
|
|
1876
1528
|
/**
|
|
1877
1529
|
* <p>The pipeline was specified in an invalid format or cannot be found.</p>
|
|
1878
1530
|
*/
|
|
@@ -1916,12 +1568,6 @@ export interface EnableStageTransitionInput {
|
|
|
1916
1568
|
*/
|
|
1917
1569
|
transitionType: StageTransitionType | string | undefined;
|
|
1918
1570
|
}
|
|
1919
|
-
export declare namespace EnableStageTransitionInput {
|
|
1920
|
-
/**
|
|
1921
|
-
* @internal
|
|
1922
|
-
*/
|
|
1923
|
-
const filterSensitiveLog: (obj: EnableStageTransitionInput) => any;
|
|
1924
|
-
}
|
|
1925
1571
|
export interface GetActionTypeInput {
|
|
1926
1572
|
/**
|
|
1927
1573
|
* <p>Defines what kind of action can be taken in the stage. The following are the valid
|
|
@@ -1975,12 +1621,6 @@ export interface GetActionTypeInput {
|
|
|
1975
1621
|
*/
|
|
1976
1622
|
version: string | undefined;
|
|
1977
1623
|
}
|
|
1978
|
-
export declare namespace GetActionTypeInput {
|
|
1979
|
-
/**
|
|
1980
|
-
* @internal
|
|
1981
|
-
*/
|
|
1982
|
-
const filterSensitiveLog: (obj: GetActionTypeInput) => any;
|
|
1983
|
-
}
|
|
1984
1624
|
export interface GetActionTypeOutput {
|
|
1985
1625
|
/**
|
|
1986
1626
|
* <p>The action type information for the requested action type, such as the action type
|
|
@@ -1988,12 +1628,6 @@ export interface GetActionTypeOutput {
|
|
|
1988
1628
|
*/
|
|
1989
1629
|
actionType?: ActionTypeDeclaration;
|
|
1990
1630
|
}
|
|
1991
|
-
export declare namespace GetActionTypeOutput {
|
|
1992
|
-
/**
|
|
1993
|
-
* @internal
|
|
1994
|
-
*/
|
|
1995
|
-
const filterSensitiveLog: (obj: GetActionTypeOutput) => any;
|
|
1996
|
-
}
|
|
1997
1631
|
/**
|
|
1998
1632
|
* <p>Represents the input of a <code>GetJobDetails</code> action.</p>
|
|
1999
1633
|
*/
|
|
@@ -2003,12 +1637,6 @@ export interface GetJobDetailsInput {
|
|
|
2003
1637
|
*/
|
|
2004
1638
|
jobId: string | undefined;
|
|
2005
1639
|
}
|
|
2006
|
-
export declare namespace GetJobDetailsInput {
|
|
2007
|
-
/**
|
|
2008
|
-
* @internal
|
|
2009
|
-
*/
|
|
2010
|
-
const filterSensitiveLog: (obj: GetJobDetailsInput) => any;
|
|
2011
|
-
}
|
|
2012
1640
|
/**
|
|
2013
1641
|
* <p>Represents information about a stage to a job worker.</p>
|
|
2014
1642
|
*/
|
|
@@ -2018,12 +1646,6 @@ export interface StageContext {
|
|
|
2018
1646
|
*/
|
|
2019
1647
|
name?: string;
|
|
2020
1648
|
}
|
|
2021
|
-
export declare namespace StageContext {
|
|
2022
|
-
/**
|
|
2023
|
-
* @internal
|
|
2024
|
-
*/
|
|
2025
|
-
const filterSensitiveLog: (obj: StageContext) => any;
|
|
2026
|
-
}
|
|
2027
1649
|
/**
|
|
2028
1650
|
* <p>Represents information about a pipeline to a job worker.</p>
|
|
2029
1651
|
* <note>
|
|
@@ -2056,12 +1678,6 @@ export interface PipelineContext {
|
|
|
2056
1678
|
*/
|
|
2057
1679
|
pipelineExecutionId?: string;
|
|
2058
1680
|
}
|
|
2059
|
-
export declare namespace PipelineContext {
|
|
2060
|
-
/**
|
|
2061
|
-
* @internal
|
|
2062
|
-
*/
|
|
2063
|
-
const filterSensitiveLog: (obj: PipelineContext) => any;
|
|
2064
|
-
}
|
|
2065
1681
|
/**
|
|
2066
1682
|
* <p>Represents other information about a job required for a job worker to complete the
|
|
2067
1683
|
* job.</p>
|
|
@@ -2109,12 +1725,6 @@ export interface JobData {
|
|
|
2109
1725
|
*/
|
|
2110
1726
|
encryptionKey?: EncryptionKey;
|
|
2111
1727
|
}
|
|
2112
|
-
export declare namespace JobData {
|
|
2113
|
-
/**
|
|
2114
|
-
* @internal
|
|
2115
|
-
*/
|
|
2116
|
-
const filterSensitiveLog: (obj: JobData) => any;
|
|
2117
|
-
}
|
|
2118
1728
|
/**
|
|
2119
1729
|
* <p>Represents information about the details of a job.</p>
|
|
2120
1730
|
*/
|
|
@@ -2133,12 +1743,6 @@ export interface JobDetails {
|
|
|
2133
1743
|
*/
|
|
2134
1744
|
accountId?: string;
|
|
2135
1745
|
}
|
|
2136
|
-
export declare namespace JobDetails {
|
|
2137
|
-
/**
|
|
2138
|
-
* @internal
|
|
2139
|
-
*/
|
|
2140
|
-
const filterSensitiveLog: (obj: JobDetails) => any;
|
|
2141
|
-
}
|
|
2142
1746
|
/**
|
|
2143
1747
|
* <p>Represents the output of a <code>GetJobDetails</code> action.</p>
|
|
2144
1748
|
*/
|
|
@@ -2152,12 +1756,6 @@ export interface GetJobDetailsOutput {
|
|
|
2152
1756
|
*/
|
|
2153
1757
|
jobDetails?: JobDetails;
|
|
2154
1758
|
}
|
|
2155
|
-
export declare namespace GetJobDetailsOutput {
|
|
2156
|
-
/**
|
|
2157
|
-
* @internal
|
|
2158
|
-
*/
|
|
2159
|
-
const filterSensitiveLog: (obj: GetJobDetailsOutput) => any;
|
|
2160
|
-
}
|
|
2161
1759
|
/**
|
|
2162
1760
|
* <p>Represents the input of a <code>GetPipeline</code> action.</p>
|
|
2163
1761
|
*/
|
|
@@ -2173,12 +1771,6 @@ export interface GetPipelineInput {
|
|
|
2173
1771
|
*/
|
|
2174
1772
|
version?: number;
|
|
2175
1773
|
}
|
|
2176
|
-
export declare namespace GetPipelineInput {
|
|
2177
|
-
/**
|
|
2178
|
-
* @internal
|
|
2179
|
-
*/
|
|
2180
|
-
const filterSensitiveLog: (obj: GetPipelineInput) => any;
|
|
2181
|
-
}
|
|
2182
1774
|
/**
|
|
2183
1775
|
* <p>Information about a pipeline.</p>
|
|
2184
1776
|
*/
|
|
@@ -2196,12 +1788,6 @@ export interface PipelineMetadata {
|
|
|
2196
1788
|
*/
|
|
2197
1789
|
updated?: Date;
|
|
2198
1790
|
}
|
|
2199
|
-
export declare namespace PipelineMetadata {
|
|
2200
|
-
/**
|
|
2201
|
-
* @internal
|
|
2202
|
-
*/
|
|
2203
|
-
const filterSensitiveLog: (obj: PipelineMetadata) => any;
|
|
2204
|
-
}
|
|
2205
1791
|
/**
|
|
2206
1792
|
* <p>Represents the output of a <code>GetPipeline</code> action.</p>
|
|
2207
1793
|
*/
|
|
@@ -2217,12 +1803,6 @@ export interface GetPipelineOutput {
|
|
|
2217
1803
|
*/
|
|
2218
1804
|
metadata?: PipelineMetadata;
|
|
2219
1805
|
}
|
|
2220
|
-
export declare namespace GetPipelineOutput {
|
|
2221
|
-
/**
|
|
2222
|
-
* @internal
|
|
2223
|
-
*/
|
|
2224
|
-
const filterSensitiveLog: (obj: GetPipelineOutput) => any;
|
|
2225
|
-
}
|
|
2226
1806
|
/**
|
|
2227
1807
|
* <p>The pipeline version was specified in an invalid format or cannot be
|
|
2228
1808
|
* found.</p>
|
|
@@ -2249,12 +1829,6 @@ export interface GetPipelineExecutionInput {
|
|
|
2249
1829
|
*/
|
|
2250
1830
|
pipelineExecutionId: string | undefined;
|
|
2251
1831
|
}
|
|
2252
|
-
export declare namespace GetPipelineExecutionInput {
|
|
2253
|
-
/**
|
|
2254
|
-
* @internal
|
|
2255
|
-
*/
|
|
2256
|
-
const filterSensitiveLog: (obj: GetPipelineExecutionInput) => any;
|
|
2257
|
-
}
|
|
2258
1832
|
export declare enum PipelineExecutionStatus {
|
|
2259
1833
|
Cancelled = "Cancelled",
|
|
2260
1834
|
Failed = "Failed",
|
|
@@ -2323,12 +1897,6 @@ export interface PipelineExecution {
|
|
|
2323
1897
|
*/
|
|
2324
1898
|
artifactRevisions?: ArtifactRevision[];
|
|
2325
1899
|
}
|
|
2326
|
-
export declare namespace PipelineExecution {
|
|
2327
|
-
/**
|
|
2328
|
-
* @internal
|
|
2329
|
-
*/
|
|
2330
|
-
const filterSensitiveLog: (obj: PipelineExecution) => any;
|
|
2331
|
-
}
|
|
2332
1900
|
/**
|
|
2333
1901
|
* <p>Represents the output of a <code>GetPipelineExecution</code> action.</p>
|
|
2334
1902
|
*/
|
|
@@ -2338,12 +1906,6 @@ export interface GetPipelineExecutionOutput {
|
|
|
2338
1906
|
*/
|
|
2339
1907
|
pipelineExecution?: PipelineExecution;
|
|
2340
1908
|
}
|
|
2341
|
-
export declare namespace GetPipelineExecutionOutput {
|
|
2342
|
-
/**
|
|
2343
|
-
* @internal
|
|
2344
|
-
*/
|
|
2345
|
-
const filterSensitiveLog: (obj: GetPipelineExecutionOutput) => any;
|
|
2346
|
-
}
|
|
2347
1909
|
/**
|
|
2348
1910
|
* <p>The pipeline execution was specified in an invalid format or cannot be found, or an
|
|
2349
1911
|
* execution ID does not belong to the specified pipeline. </p>
|
|
@@ -2365,12 +1927,6 @@ export interface GetPipelineStateInput {
|
|
|
2365
1927
|
*/
|
|
2366
1928
|
name: string | undefined;
|
|
2367
1929
|
}
|
|
2368
|
-
export declare namespace GetPipelineStateInput {
|
|
2369
|
-
/**
|
|
2370
|
-
* @internal
|
|
2371
|
-
*/
|
|
2372
|
-
const filterSensitiveLog: (obj: GetPipelineStateInput) => any;
|
|
2373
|
-
}
|
|
2374
1930
|
export declare enum StageExecutionStatus {
|
|
2375
1931
|
Cancelled = "Cancelled",
|
|
2376
1932
|
Failed = "Failed",
|
|
@@ -2397,12 +1953,6 @@ export interface StageExecution {
|
|
|
2397
1953
|
*/
|
|
2398
1954
|
status: StageExecutionStatus | string | undefined;
|
|
2399
1955
|
}
|
|
2400
|
-
export declare namespace StageExecution {
|
|
2401
|
-
/**
|
|
2402
|
-
* @internal
|
|
2403
|
-
*/
|
|
2404
|
-
const filterSensitiveLog: (obj: StageExecution) => any;
|
|
2405
|
-
}
|
|
2406
1956
|
/**
|
|
2407
1957
|
* <p>Represents information about the state of transitions between one stage and another
|
|
2408
1958
|
* stage.</p>
|
|
@@ -2427,12 +1977,6 @@ export interface TransitionState {
|
|
|
2427
1977
|
*/
|
|
2428
1978
|
disabledReason?: string;
|
|
2429
1979
|
}
|
|
2430
|
-
export declare namespace TransitionState {
|
|
2431
|
-
/**
|
|
2432
|
-
* @internal
|
|
2433
|
-
*/
|
|
2434
|
-
const filterSensitiveLog: (obj: TransitionState) => any;
|
|
2435
|
-
}
|
|
2436
1980
|
/**
|
|
2437
1981
|
* <p>Represents information about the state of the stage.</p>
|
|
2438
1982
|
*/
|
|
@@ -2459,12 +2003,6 @@ export interface StageState {
|
|
|
2459
2003
|
*/
|
|
2460
2004
|
latestExecution?: StageExecution;
|
|
2461
2005
|
}
|
|
2462
|
-
export declare namespace StageState {
|
|
2463
|
-
/**
|
|
2464
|
-
* @internal
|
|
2465
|
-
*/
|
|
2466
|
-
const filterSensitiveLog: (obj: StageState) => any;
|
|
2467
|
-
}
|
|
2468
2006
|
/**
|
|
2469
2007
|
* <p>Represents the output of a <code>GetPipelineState</code> action.</p>
|
|
2470
2008
|
*/
|
|
@@ -2495,12 +2033,6 @@ export interface GetPipelineStateOutput {
|
|
|
2495
2033
|
*/
|
|
2496
2034
|
updated?: Date;
|
|
2497
2035
|
}
|
|
2498
|
-
export declare namespace GetPipelineStateOutput {
|
|
2499
|
-
/**
|
|
2500
|
-
* @internal
|
|
2501
|
-
*/
|
|
2502
|
-
const filterSensitiveLog: (obj: GetPipelineStateOutput) => any;
|
|
2503
|
-
}
|
|
2504
2036
|
/**
|
|
2505
2037
|
* <p>Represents the input of a <code>GetThirdPartyJobDetails</code> action.</p>
|
|
2506
2038
|
*/
|
|
@@ -2515,12 +2047,6 @@ export interface GetThirdPartyJobDetailsInput {
|
|
|
2515
2047
|
*/
|
|
2516
2048
|
clientToken: string | undefined;
|
|
2517
2049
|
}
|
|
2518
|
-
export declare namespace GetThirdPartyJobDetailsInput {
|
|
2519
|
-
/**
|
|
2520
|
-
* @internal
|
|
2521
|
-
*/
|
|
2522
|
-
const filterSensitiveLog: (obj: GetThirdPartyJobDetailsInput) => any;
|
|
2523
|
-
}
|
|
2524
2050
|
/**
|
|
2525
2051
|
* <p>Represents information about the job data for a partner action.</p>
|
|
2526
2052
|
*/
|
|
@@ -2573,12 +2099,6 @@ export interface ThirdPartyJobData {
|
|
|
2573
2099
|
*/
|
|
2574
2100
|
encryptionKey?: EncryptionKey;
|
|
2575
2101
|
}
|
|
2576
|
-
export declare namespace ThirdPartyJobData {
|
|
2577
|
-
/**
|
|
2578
|
-
* @internal
|
|
2579
|
-
*/
|
|
2580
|
-
const filterSensitiveLog: (obj: ThirdPartyJobData) => any;
|
|
2581
|
-
}
|
|
2582
2102
|
/**
|
|
2583
2103
|
* <p>The details of a job sent in response to a <code>GetThirdPartyJobDetails</code>
|
|
2584
2104
|
* request.</p>
|
|
@@ -2598,12 +2118,6 @@ export interface ThirdPartyJobDetails {
|
|
|
2598
2118
|
*/
|
|
2599
2119
|
nonce?: string;
|
|
2600
2120
|
}
|
|
2601
|
-
export declare namespace ThirdPartyJobDetails {
|
|
2602
|
-
/**
|
|
2603
|
-
* @internal
|
|
2604
|
-
*/
|
|
2605
|
-
const filterSensitiveLog: (obj: ThirdPartyJobDetails) => any;
|
|
2606
|
-
}
|
|
2607
2121
|
/**
|
|
2608
2122
|
* <p>Represents the output of a <code>GetThirdPartyJobDetails</code> action.</p>
|
|
2609
2123
|
*/
|
|
@@ -2614,12 +2128,6 @@ export interface GetThirdPartyJobDetailsOutput {
|
|
|
2614
2128
|
*/
|
|
2615
2129
|
jobDetails?: ThirdPartyJobDetails;
|
|
2616
2130
|
}
|
|
2617
|
-
export declare namespace GetThirdPartyJobDetailsOutput {
|
|
2618
|
-
/**
|
|
2619
|
-
* @internal
|
|
2620
|
-
*/
|
|
2621
|
-
const filterSensitiveLog: (obj: GetThirdPartyJobDetailsOutput) => any;
|
|
2622
|
-
}
|
|
2623
2131
|
/**
|
|
2624
2132
|
* <p>The job was specified in an invalid format or cannot be found.</p>
|
|
2625
2133
|
*/
|
|
@@ -2669,12 +2177,6 @@ export interface ListActionExecutionsInput {
|
|
|
2669
2177
|
*/
|
|
2670
2178
|
nextToken?: string;
|
|
2671
2179
|
}
|
|
2672
|
-
export declare namespace ListActionExecutionsInput {
|
|
2673
|
-
/**
|
|
2674
|
-
* @internal
|
|
2675
|
-
*/
|
|
2676
|
-
const filterSensitiveLog: (obj: ListActionExecutionsInput) => any;
|
|
2677
|
-
}
|
|
2678
2180
|
export interface ListActionExecutionsOutput {
|
|
2679
2181
|
/**
|
|
2680
2182
|
* <p>The details for a list of recent executions, such as action execution ID.</p>
|
|
@@ -2687,12 +2189,6 @@ export interface ListActionExecutionsOutput {
|
|
|
2687
2189
|
*/
|
|
2688
2190
|
nextToken?: string;
|
|
2689
2191
|
}
|
|
2690
|
-
export declare namespace ListActionExecutionsOutput {
|
|
2691
|
-
/**
|
|
2692
|
-
* @internal
|
|
2693
|
-
*/
|
|
2694
|
-
const filterSensitiveLog: (obj: ListActionExecutionsOutput) => any;
|
|
2695
|
-
}
|
|
2696
2192
|
/**
|
|
2697
2193
|
* <p>Represents the input of a <code>ListActionTypes</code> action.</p>
|
|
2698
2194
|
*/
|
|
@@ -2711,12 +2207,6 @@ export interface ListActionTypesInput {
|
|
|
2711
2207
|
*/
|
|
2712
2208
|
regionFilter?: string;
|
|
2713
2209
|
}
|
|
2714
|
-
export declare namespace ListActionTypesInput {
|
|
2715
|
-
/**
|
|
2716
|
-
* @internal
|
|
2717
|
-
*/
|
|
2718
|
-
const filterSensitiveLog: (obj: ListActionTypesInput) => any;
|
|
2719
|
-
}
|
|
2720
2210
|
/**
|
|
2721
2211
|
* <p>Represents the output of a <code>ListActionTypes</code> action.</p>
|
|
2722
2212
|
*/
|
|
@@ -2732,12 +2222,6 @@ export interface ListActionTypesOutput {
|
|
|
2732
2222
|
*/
|
|
2733
2223
|
nextToken?: string;
|
|
2734
2224
|
}
|
|
2735
|
-
export declare namespace ListActionTypesOutput {
|
|
2736
|
-
/**
|
|
2737
|
-
* @internal
|
|
2738
|
-
*/
|
|
2739
|
-
const filterSensitiveLog: (obj: ListActionTypesOutput) => any;
|
|
2740
|
-
}
|
|
2741
2225
|
/**
|
|
2742
2226
|
* <p>Represents the input of a <code>ListPipelineExecutions</code> action.</p>
|
|
2743
2227
|
*/
|
|
@@ -2761,12 +2245,6 @@ export interface ListPipelineExecutionsInput {
|
|
|
2761
2245
|
*/
|
|
2762
2246
|
nextToken?: string;
|
|
2763
2247
|
}
|
|
2764
|
-
export declare namespace ListPipelineExecutionsInput {
|
|
2765
|
-
/**
|
|
2766
|
-
* @internal
|
|
2767
|
-
*/
|
|
2768
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionsInput) => any;
|
|
2769
|
-
}
|
|
2770
2248
|
/**
|
|
2771
2249
|
* <p>Information about the version (or revision) of a source artifact that initiated a
|
|
2772
2250
|
* pipeline execution.</p>
|
|
@@ -2795,12 +2273,6 @@ export interface SourceRevision {
|
|
|
2795
2273
|
*/
|
|
2796
2274
|
revisionUrl?: string;
|
|
2797
2275
|
}
|
|
2798
|
-
export declare namespace SourceRevision {
|
|
2799
|
-
/**
|
|
2800
|
-
* @internal
|
|
2801
|
-
*/
|
|
2802
|
-
const filterSensitiveLog: (obj: SourceRevision) => any;
|
|
2803
|
-
}
|
|
2804
2276
|
/**
|
|
2805
2277
|
* <p>The interaction that stopped a pipeline execution.</p>
|
|
2806
2278
|
*/
|
|
@@ -2810,12 +2282,6 @@ export interface StopExecutionTrigger {
|
|
|
2810
2282
|
*/
|
|
2811
2283
|
reason?: string;
|
|
2812
2284
|
}
|
|
2813
|
-
export declare namespace StopExecutionTrigger {
|
|
2814
|
-
/**
|
|
2815
|
-
* @internal
|
|
2816
|
-
*/
|
|
2817
|
-
const filterSensitiveLog: (obj: StopExecutionTrigger) => any;
|
|
2818
|
-
}
|
|
2819
2285
|
export declare enum TriggerType {
|
|
2820
2286
|
CloudWatchEvent = "CloudWatchEvent",
|
|
2821
2287
|
CreatePipeline = "CreatePipeline",
|
|
@@ -2840,12 +2306,6 @@ export interface ExecutionTrigger {
|
|
|
2840
2306
|
*/
|
|
2841
2307
|
triggerDetail?: string;
|
|
2842
2308
|
}
|
|
2843
|
-
export declare namespace ExecutionTrigger {
|
|
2844
|
-
/**
|
|
2845
|
-
* @internal
|
|
2846
|
-
*/
|
|
2847
|
-
const filterSensitiveLog: (obj: ExecutionTrigger) => any;
|
|
2848
|
-
}
|
|
2849
2309
|
/**
|
|
2850
2310
|
* <p>Summary information about a pipeline execution.</p>
|
|
2851
2311
|
*/
|
|
@@ -2907,12 +2367,6 @@ export interface PipelineExecutionSummary {
|
|
|
2907
2367
|
*/
|
|
2908
2368
|
stopTrigger?: StopExecutionTrigger;
|
|
2909
2369
|
}
|
|
2910
|
-
export declare namespace PipelineExecutionSummary {
|
|
2911
|
-
/**
|
|
2912
|
-
* @internal
|
|
2913
|
-
*/
|
|
2914
|
-
const filterSensitiveLog: (obj: PipelineExecutionSummary) => any;
|
|
2915
|
-
}
|
|
2916
2370
|
/**
|
|
2917
2371
|
* <p>Represents the output of a <code>ListPipelineExecutions</code> action.</p>
|
|
2918
2372
|
*/
|
|
@@ -2928,12 +2382,6 @@ export interface ListPipelineExecutionsOutput {
|
|
|
2928
2382
|
*/
|
|
2929
2383
|
nextToken?: string;
|
|
2930
2384
|
}
|
|
2931
|
-
export declare namespace ListPipelineExecutionsOutput {
|
|
2932
|
-
/**
|
|
2933
|
-
* @internal
|
|
2934
|
-
*/
|
|
2935
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionsOutput) => any;
|
|
2936
|
-
}
|
|
2937
2385
|
/**
|
|
2938
2386
|
* <p>Represents the input of a <code>ListPipelines</code> action.</p>
|
|
2939
2387
|
*/
|
|
@@ -2950,12 +2398,6 @@ export interface ListPipelinesInput {
|
|
|
2950
2398
|
*/
|
|
2951
2399
|
maxResults?: number;
|
|
2952
2400
|
}
|
|
2953
|
-
export declare namespace ListPipelinesInput {
|
|
2954
|
-
/**
|
|
2955
|
-
* @internal
|
|
2956
|
-
*/
|
|
2957
|
-
const filterSensitiveLog: (obj: ListPipelinesInput) => any;
|
|
2958
|
-
}
|
|
2959
2401
|
/**
|
|
2960
2402
|
* <p>Returns a summary of a pipeline.</p>
|
|
2961
2403
|
*/
|
|
@@ -2978,12 +2420,6 @@ export interface PipelineSummary {
|
|
|
2978
2420
|
*/
|
|
2979
2421
|
updated?: Date;
|
|
2980
2422
|
}
|
|
2981
|
-
export declare namespace PipelineSummary {
|
|
2982
|
-
/**
|
|
2983
|
-
* @internal
|
|
2984
|
-
*/
|
|
2985
|
-
const filterSensitiveLog: (obj: PipelineSummary) => any;
|
|
2986
|
-
}
|
|
2987
2423
|
/**
|
|
2988
2424
|
* <p>Represents the output of a <code>ListPipelines</code> action.</p>
|
|
2989
2425
|
*/
|
|
@@ -2999,12 +2435,6 @@ export interface ListPipelinesOutput {
|
|
|
2999
2435
|
*/
|
|
3000
2436
|
nextToken?: string;
|
|
3001
2437
|
}
|
|
3002
|
-
export declare namespace ListPipelinesOutput {
|
|
3003
|
-
/**
|
|
3004
|
-
* @internal
|
|
3005
|
-
*/
|
|
3006
|
-
const filterSensitiveLog: (obj: ListPipelinesOutput) => any;
|
|
3007
|
-
}
|
|
3008
2438
|
/**
|
|
3009
2439
|
* <p>The specified resource ARN is invalid.</p>
|
|
3010
2440
|
*/
|
|
@@ -3032,12 +2462,6 @@ export interface ListTagsForResourceInput {
|
|
|
3032
2462
|
*/
|
|
3033
2463
|
maxResults?: number;
|
|
3034
2464
|
}
|
|
3035
|
-
export declare namespace ListTagsForResourceInput {
|
|
3036
|
-
/**
|
|
3037
|
-
* @internal
|
|
3038
|
-
*/
|
|
3039
|
-
const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
3040
|
-
}
|
|
3041
2465
|
export interface ListTagsForResourceOutput {
|
|
3042
2466
|
/**
|
|
3043
2467
|
* <p>The tags for the resource.</p>
|
|
@@ -3051,12 +2475,6 @@ export interface ListTagsForResourceOutput {
|
|
|
3051
2475
|
*/
|
|
3052
2476
|
nextToken?: string;
|
|
3053
2477
|
}
|
|
3054
|
-
export declare namespace ListTagsForResourceOutput {
|
|
3055
|
-
/**
|
|
3056
|
-
* @internal
|
|
3057
|
-
*/
|
|
3058
|
-
const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
3059
|
-
}
|
|
3060
2478
|
/**
|
|
3061
2479
|
* <p>The resource was specified in an invalid format.</p>
|
|
3062
2480
|
*/
|
|
@@ -3080,12 +2498,6 @@ export interface ListWebhooksInput {
|
|
|
3080
2498
|
*/
|
|
3081
2499
|
MaxResults?: number;
|
|
3082
2500
|
}
|
|
3083
|
-
export declare namespace ListWebhooksInput {
|
|
3084
|
-
/**
|
|
3085
|
-
* @internal
|
|
3086
|
-
*/
|
|
3087
|
-
const filterSensitiveLog: (obj: ListWebhooksInput) => any;
|
|
3088
|
-
}
|
|
3089
2501
|
export declare enum WebhookAuthenticationType {
|
|
3090
2502
|
GITHUB_HMAC = "GITHUB_HMAC",
|
|
3091
2503
|
IP = "IP",
|
|
@@ -3107,12 +2519,6 @@ export interface WebhookAuthConfiguration {
|
|
|
3107
2519
|
*/
|
|
3108
2520
|
SecretToken?: string;
|
|
3109
2521
|
}
|
|
3110
|
-
export declare namespace WebhookAuthConfiguration {
|
|
3111
|
-
/**
|
|
3112
|
-
* @internal
|
|
3113
|
-
*/
|
|
3114
|
-
const filterSensitiveLog: (obj: WebhookAuthConfiguration) => any;
|
|
3115
|
-
}
|
|
3116
2522
|
/**
|
|
3117
2523
|
* <p>The event criteria that specify when a webhook notification is sent to your
|
|
3118
2524
|
* URL.</p>
|
|
@@ -3138,12 +2544,6 @@ export interface WebhookFilterRule {
|
|
|
3138
2544
|
*/
|
|
3139
2545
|
matchEquals?: string;
|
|
3140
2546
|
}
|
|
3141
|
-
export declare namespace WebhookFilterRule {
|
|
3142
|
-
/**
|
|
3143
|
-
* @internal
|
|
3144
|
-
*/
|
|
3145
|
-
const filterSensitiveLog: (obj: WebhookFilterRule) => any;
|
|
3146
|
-
}
|
|
3147
2547
|
/**
|
|
3148
2548
|
* <p>Represents information about a webhook and its definition.</p>
|
|
3149
2549
|
*/
|
|
@@ -3196,12 +2596,6 @@ export interface WebhookDefinition {
|
|
|
3196
2596
|
*/
|
|
3197
2597
|
authenticationConfiguration: WebhookAuthConfiguration | undefined;
|
|
3198
2598
|
}
|
|
3199
|
-
export declare namespace WebhookDefinition {
|
|
3200
|
-
/**
|
|
3201
|
-
* @internal
|
|
3202
|
-
*/
|
|
3203
|
-
const filterSensitiveLog: (obj: WebhookDefinition) => any;
|
|
3204
|
-
}
|
|
3205
2599
|
/**
|
|
3206
2600
|
* <p>The detail returned for each webhook after listing webhooks, such as the webhook
|
|
3207
2601
|
* URL, the webhook name, and the webhook ARN.</p>
|
|
@@ -3241,12 +2635,6 @@ export interface ListWebhookItem {
|
|
|
3241
2635
|
*/
|
|
3242
2636
|
tags?: Tag[];
|
|
3243
2637
|
}
|
|
3244
|
-
export declare namespace ListWebhookItem {
|
|
3245
|
-
/**
|
|
3246
|
-
* @internal
|
|
3247
|
-
*/
|
|
3248
|
-
const filterSensitiveLog: (obj: ListWebhookItem) => any;
|
|
3249
|
-
}
|
|
3250
2638
|
export interface ListWebhooksOutput {
|
|
3251
2639
|
/**
|
|
3252
2640
|
* <p>The JSON detail returned for each webhook in the list output for the ListWebhooks
|
|
@@ -3260,12 +2648,6 @@ export interface ListWebhooksOutput {
|
|
|
3260
2648
|
*/
|
|
3261
2649
|
NextToken?: string;
|
|
3262
2650
|
}
|
|
3263
|
-
export declare namespace ListWebhooksOutput {
|
|
3264
|
-
/**
|
|
3265
|
-
* @internal
|
|
3266
|
-
*/
|
|
3267
|
-
const filterSensitiveLog: (obj: ListWebhooksOutput) => any;
|
|
3268
|
-
}
|
|
3269
2651
|
/**
|
|
3270
2652
|
* <p>Represents the input of a <code>PollForJobs</code> action.</p>
|
|
3271
2653
|
*/
|
|
@@ -3286,12 +2668,6 @@ export interface PollForJobsInput {
|
|
|
3286
2668
|
*/
|
|
3287
2669
|
queryParam?: Record<string, string>;
|
|
3288
2670
|
}
|
|
3289
|
-
export declare namespace PollForJobsInput {
|
|
3290
|
-
/**
|
|
3291
|
-
* @internal
|
|
3292
|
-
*/
|
|
3293
|
-
const filterSensitiveLog: (obj: PollForJobsInput) => any;
|
|
3294
|
-
}
|
|
3295
2671
|
/**
|
|
3296
2672
|
* <p>Represents information about a job.</p>
|
|
3297
2673
|
*/
|
|
@@ -3314,12 +2690,6 @@ export interface Job {
|
|
|
3314
2690
|
*/
|
|
3315
2691
|
accountId?: string;
|
|
3316
2692
|
}
|
|
3317
|
-
export declare namespace Job {
|
|
3318
|
-
/**
|
|
3319
|
-
* @internal
|
|
3320
|
-
*/
|
|
3321
|
-
const filterSensitiveLog: (obj: Job) => any;
|
|
3322
|
-
}
|
|
3323
2693
|
/**
|
|
3324
2694
|
* <p>Represents the output of a <code>PollForJobs</code> action.</p>
|
|
3325
2695
|
*/
|
|
@@ -3329,12 +2699,6 @@ export interface PollForJobsOutput {
|
|
|
3329
2699
|
*/
|
|
3330
2700
|
jobs?: Job[];
|
|
3331
2701
|
}
|
|
3332
|
-
export declare namespace PollForJobsOutput {
|
|
3333
|
-
/**
|
|
3334
|
-
* @internal
|
|
3335
|
-
*/
|
|
3336
|
-
const filterSensitiveLog: (obj: PollForJobsOutput) => any;
|
|
3337
|
-
}
|
|
3338
2702
|
/**
|
|
3339
2703
|
* <p>Represents the input of a <code>PollForThirdPartyJobs</code> action.</p>
|
|
3340
2704
|
*/
|
|
@@ -3348,12 +2712,6 @@ export interface PollForThirdPartyJobsInput {
|
|
|
3348
2712
|
*/
|
|
3349
2713
|
maxBatchSize?: number;
|
|
3350
2714
|
}
|
|
3351
|
-
export declare namespace PollForThirdPartyJobsInput {
|
|
3352
|
-
/**
|
|
3353
|
-
* @internal
|
|
3354
|
-
*/
|
|
3355
|
-
const filterSensitiveLog: (obj: PollForThirdPartyJobsInput) => any;
|
|
3356
|
-
}
|
|
3357
2715
|
/**
|
|
3358
2716
|
* <p>A response to a <code>PollForThirdPartyJobs</code> request returned by AWS
|
|
3359
2717
|
* CodePipeline when there is a job to be worked on by a partner action.</p>
|
|
@@ -3370,12 +2728,6 @@ export interface ThirdPartyJob {
|
|
|
3370
2728
|
*/
|
|
3371
2729
|
jobId?: string;
|
|
3372
2730
|
}
|
|
3373
|
-
export declare namespace ThirdPartyJob {
|
|
3374
|
-
/**
|
|
3375
|
-
* @internal
|
|
3376
|
-
*/
|
|
3377
|
-
const filterSensitiveLog: (obj: ThirdPartyJob) => any;
|
|
3378
|
-
}
|
|
3379
2731
|
/**
|
|
3380
2732
|
* <p>Represents the output of a <code>PollForThirdPartyJobs</code> action.</p>
|
|
3381
2733
|
*/
|
|
@@ -3385,12 +2737,6 @@ export interface PollForThirdPartyJobsOutput {
|
|
|
3385
2737
|
*/
|
|
3386
2738
|
jobs?: ThirdPartyJob[];
|
|
3387
2739
|
}
|
|
3388
|
-
export declare namespace PollForThirdPartyJobsOutput {
|
|
3389
|
-
/**
|
|
3390
|
-
* @internal
|
|
3391
|
-
*/
|
|
3392
|
-
const filterSensitiveLog: (obj: PollForThirdPartyJobsOutput) => any;
|
|
3393
|
-
}
|
|
3394
2740
|
/**
|
|
3395
2741
|
* <p>Represents the input of a <code>PutActionRevision</code> action.</p>
|
|
3396
2742
|
*/
|
|
@@ -3413,12 +2759,6 @@ export interface PutActionRevisionInput {
|
|
|
3413
2759
|
*/
|
|
3414
2760
|
actionRevision: ActionRevision | undefined;
|
|
3415
2761
|
}
|
|
3416
|
-
export declare namespace PutActionRevisionInput {
|
|
3417
|
-
/**
|
|
3418
|
-
* @internal
|
|
3419
|
-
*/
|
|
3420
|
-
const filterSensitiveLog: (obj: PutActionRevisionInput) => any;
|
|
3421
|
-
}
|
|
3422
2762
|
/**
|
|
3423
2763
|
* <p>Represents the output of a <code>PutActionRevision</code> action.</p>
|
|
3424
2764
|
*/
|
|
@@ -3433,12 +2773,6 @@ export interface PutActionRevisionOutput {
|
|
|
3433
2773
|
*/
|
|
3434
2774
|
pipelineExecutionId?: string;
|
|
3435
2775
|
}
|
|
3436
|
-
export declare namespace PutActionRevisionOutput {
|
|
3437
|
-
/**
|
|
3438
|
-
* @internal
|
|
3439
|
-
*/
|
|
3440
|
-
const filterSensitiveLog: (obj: PutActionRevisionOutput) => any;
|
|
3441
|
-
}
|
|
3442
2776
|
/**
|
|
3443
2777
|
* <p>The approval request already received a response or has expired.</p>
|
|
3444
2778
|
*/
|
|
@@ -3477,12 +2811,6 @@ export interface PutApprovalResultInput {
|
|
|
3477
2811
|
*/
|
|
3478
2812
|
token: string | undefined;
|
|
3479
2813
|
}
|
|
3480
|
-
export declare namespace PutApprovalResultInput {
|
|
3481
|
-
/**
|
|
3482
|
-
* @internal
|
|
3483
|
-
*/
|
|
3484
|
-
const filterSensitiveLog: (obj: PutApprovalResultInput) => any;
|
|
3485
|
-
}
|
|
3486
2814
|
/**
|
|
3487
2815
|
* <p>Represents the output of a <code>PutApprovalResult</code> action.</p>
|
|
3488
2816
|
*/
|
|
@@ -3492,12 +2820,6 @@ export interface PutApprovalResultOutput {
|
|
|
3492
2820
|
*/
|
|
3493
2821
|
approvedAt?: Date;
|
|
3494
2822
|
}
|
|
3495
|
-
export declare namespace PutApprovalResultOutput {
|
|
3496
|
-
/**
|
|
3497
|
-
* @internal
|
|
3498
|
-
*/
|
|
3499
|
-
const filterSensitiveLog: (obj: PutApprovalResultOutput) => any;
|
|
3500
|
-
}
|
|
3501
2823
|
/**
|
|
3502
2824
|
* <p>The job state was specified in an invalid format.</p>
|
|
3503
2825
|
*/
|
|
@@ -3534,12 +2856,6 @@ export interface FailureDetails {
|
|
|
3534
2856
|
*/
|
|
3535
2857
|
externalExecutionId?: string;
|
|
3536
2858
|
}
|
|
3537
|
-
export declare namespace FailureDetails {
|
|
3538
|
-
/**
|
|
3539
|
-
* @internal
|
|
3540
|
-
*/
|
|
3541
|
-
const filterSensitiveLog: (obj: FailureDetails) => any;
|
|
3542
|
-
}
|
|
3543
2859
|
/**
|
|
3544
2860
|
* <p>Represents the input of a <code>PutJobFailureResult</code> action.</p>
|
|
3545
2861
|
*/
|
|
@@ -3554,12 +2870,6 @@ export interface PutJobFailureResultInput {
|
|
|
3554
2870
|
*/
|
|
3555
2871
|
failureDetails: FailureDetails | undefined;
|
|
3556
2872
|
}
|
|
3557
|
-
export declare namespace PutJobFailureResultInput {
|
|
3558
|
-
/**
|
|
3559
|
-
* @internal
|
|
3560
|
-
*/
|
|
3561
|
-
const filterSensitiveLog: (obj: PutJobFailureResultInput) => any;
|
|
3562
|
-
}
|
|
3563
2873
|
/**
|
|
3564
2874
|
* <p>Exceeded the total size limit for all variables in the pipeline.</p>
|
|
3565
2875
|
*/
|
|
@@ -3593,12 +2903,6 @@ export interface CurrentRevision {
|
|
|
3593
2903
|
*/
|
|
3594
2904
|
revisionSummary?: string;
|
|
3595
2905
|
}
|
|
3596
|
-
export declare namespace CurrentRevision {
|
|
3597
|
-
/**
|
|
3598
|
-
* @internal
|
|
3599
|
-
*/
|
|
3600
|
-
const filterSensitiveLog: (obj: CurrentRevision) => any;
|
|
3601
|
-
}
|
|
3602
2906
|
/**
|
|
3603
2907
|
* <p>The details of the actions taken and results produced on an artifact as it passes
|
|
3604
2908
|
* through stages in the pipeline.</p>
|
|
@@ -3619,12 +2923,6 @@ export interface ExecutionDetails {
|
|
|
3619
2923
|
*/
|
|
3620
2924
|
percentComplete?: number;
|
|
3621
2925
|
}
|
|
3622
|
-
export declare namespace ExecutionDetails {
|
|
3623
|
-
/**
|
|
3624
|
-
* @internal
|
|
3625
|
-
*/
|
|
3626
|
-
const filterSensitiveLog: (obj: ExecutionDetails) => any;
|
|
3627
|
-
}
|
|
3628
2926
|
/**
|
|
3629
2927
|
* <p>Represents the input of a <code>PutJobSuccessResult</code> action.</p>
|
|
3630
2928
|
*/
|
|
@@ -3659,12 +2957,6 @@ export interface PutJobSuccessResultInput {
|
|
|
3659
2957
|
*/
|
|
3660
2958
|
outputVariables?: Record<string, string>;
|
|
3661
2959
|
}
|
|
3662
|
-
export declare namespace PutJobSuccessResultInput {
|
|
3663
|
-
/**
|
|
3664
|
-
* @internal
|
|
3665
|
-
*/
|
|
3666
|
-
const filterSensitiveLog: (obj: PutJobSuccessResultInput) => any;
|
|
3667
|
-
}
|
|
3668
2960
|
/**
|
|
3669
2961
|
* <p>Represents the input of a <code>PutThirdPartyJobFailureResult</code>
|
|
3670
2962
|
* action.</p>
|
|
@@ -3685,12 +2977,6 @@ export interface PutThirdPartyJobFailureResultInput {
|
|
|
3685
2977
|
*/
|
|
3686
2978
|
failureDetails: FailureDetails | undefined;
|
|
3687
2979
|
}
|
|
3688
|
-
export declare namespace PutThirdPartyJobFailureResultInput {
|
|
3689
|
-
/**
|
|
3690
|
-
* @internal
|
|
3691
|
-
*/
|
|
3692
|
-
const filterSensitiveLog: (obj: PutThirdPartyJobFailureResultInput) => any;
|
|
3693
|
-
}
|
|
3694
2980
|
/**
|
|
3695
2981
|
* <p>Represents the input of a <code>PutThirdPartyJobSuccessResult</code>
|
|
3696
2982
|
* action.</p>
|
|
@@ -3724,12 +3010,6 @@ export interface PutThirdPartyJobSuccessResultInput {
|
|
|
3724
3010
|
*/
|
|
3725
3011
|
executionDetails?: ExecutionDetails;
|
|
3726
3012
|
}
|
|
3727
|
-
export declare namespace PutThirdPartyJobSuccessResultInput {
|
|
3728
|
-
/**
|
|
3729
|
-
* @internal
|
|
3730
|
-
*/
|
|
3731
|
-
const filterSensitiveLog: (obj: PutThirdPartyJobSuccessResultInput) => any;
|
|
3732
|
-
}
|
|
3733
3013
|
/**
|
|
3734
3014
|
* <p>The specified authentication type is in an invalid format.</p>
|
|
3735
3015
|
*/
|
|
@@ -3765,12 +3045,6 @@ export interface PutWebhookInput {
|
|
|
3765
3045
|
*/
|
|
3766
3046
|
tags?: Tag[];
|
|
3767
3047
|
}
|
|
3768
|
-
export declare namespace PutWebhookInput {
|
|
3769
|
-
/**
|
|
3770
|
-
* @internal
|
|
3771
|
-
*/
|
|
3772
|
-
const filterSensitiveLog: (obj: PutWebhookInput) => any;
|
|
3773
|
-
}
|
|
3774
3048
|
export interface PutWebhookOutput {
|
|
3775
3049
|
/**
|
|
3776
3050
|
* <p>The detail returned from creating the webhook, such as the webhook name, webhook
|
|
@@ -3778,12 +3052,6 @@ export interface PutWebhookOutput {
|
|
|
3778
3052
|
*/
|
|
3779
3053
|
webhook?: ListWebhookItem;
|
|
3780
3054
|
}
|
|
3781
|
-
export declare namespace PutWebhookOutput {
|
|
3782
|
-
/**
|
|
3783
|
-
* @internal
|
|
3784
|
-
*/
|
|
3785
|
-
const filterSensitiveLog: (obj: PutWebhookOutput) => any;
|
|
3786
|
-
}
|
|
3787
3055
|
export interface RegisterWebhookWithThirdPartyInput {
|
|
3788
3056
|
/**
|
|
3789
3057
|
* <p>The name of an existing webhook created with PutWebhook to register with a
|
|
@@ -3791,20 +3059,8 @@ export interface RegisterWebhookWithThirdPartyInput {
|
|
|
3791
3059
|
*/
|
|
3792
3060
|
webhookName?: string;
|
|
3793
3061
|
}
|
|
3794
|
-
export declare namespace RegisterWebhookWithThirdPartyInput {
|
|
3795
|
-
/**
|
|
3796
|
-
* @internal
|
|
3797
|
-
*/
|
|
3798
|
-
const filterSensitiveLog: (obj: RegisterWebhookWithThirdPartyInput) => any;
|
|
3799
|
-
}
|
|
3800
3062
|
export interface RegisterWebhookWithThirdPartyOutput {
|
|
3801
3063
|
}
|
|
3802
|
-
export declare namespace RegisterWebhookWithThirdPartyOutput {
|
|
3803
|
-
/**
|
|
3804
|
-
* @internal
|
|
3805
|
-
*/
|
|
3806
|
-
const filterSensitiveLog: (obj: RegisterWebhookWithThirdPartyOutput) => any;
|
|
3807
|
-
}
|
|
3808
3064
|
/**
|
|
3809
3065
|
* <p>Your request cannot be handled because the pipeline is busy handling ongoing
|
|
3810
3066
|
* activities. Try again later.</p>
|
|
@@ -3855,12 +3111,6 @@ export interface RetryStageExecutionInput {
|
|
|
3855
3111
|
*/
|
|
3856
3112
|
retryMode: StageRetryMode | string | undefined;
|
|
3857
3113
|
}
|
|
3858
|
-
export declare namespace RetryStageExecutionInput {
|
|
3859
|
-
/**
|
|
3860
|
-
* @internal
|
|
3861
|
-
*/
|
|
3862
|
-
const filterSensitiveLog: (obj: RetryStageExecutionInput) => any;
|
|
3863
|
-
}
|
|
3864
3114
|
/**
|
|
3865
3115
|
* <p>Represents the output of a <code>RetryStageExecution</code> action.</p>
|
|
3866
3116
|
*/
|
|
@@ -3870,12 +3120,6 @@ export interface RetryStageExecutionOutput {
|
|
|
3870
3120
|
*/
|
|
3871
3121
|
pipelineExecutionId?: string;
|
|
3872
3122
|
}
|
|
3873
|
-
export declare namespace RetryStageExecutionOutput {
|
|
3874
|
-
/**
|
|
3875
|
-
* @internal
|
|
3876
|
-
*/
|
|
3877
|
-
const filterSensitiveLog: (obj: RetryStageExecutionOutput) => any;
|
|
3878
|
-
}
|
|
3879
3123
|
/**
|
|
3880
3124
|
* <p>Unable to retry. The pipeline structure or stage state might have changed while
|
|
3881
3125
|
* actions awaited retry, or the stage contains no failed
|
|
@@ -3903,12 +3147,6 @@ export interface StartPipelineExecutionInput {
|
|
|
3903
3147
|
*/
|
|
3904
3148
|
clientRequestToken?: string;
|
|
3905
3149
|
}
|
|
3906
|
-
export declare namespace StartPipelineExecutionInput {
|
|
3907
|
-
/**
|
|
3908
|
-
* @internal
|
|
3909
|
-
*/
|
|
3910
|
-
const filterSensitiveLog: (obj: StartPipelineExecutionInput) => any;
|
|
3911
|
-
}
|
|
3912
3150
|
/**
|
|
3913
3151
|
* <p>Represents the output of a <code>StartPipelineExecution</code> action.</p>
|
|
3914
3152
|
*/
|
|
@@ -3919,12 +3157,6 @@ export interface StartPipelineExecutionOutput {
|
|
|
3919
3157
|
*/
|
|
3920
3158
|
pipelineExecutionId?: string;
|
|
3921
3159
|
}
|
|
3922
|
-
export declare namespace StartPipelineExecutionOutput {
|
|
3923
|
-
/**
|
|
3924
|
-
* @internal
|
|
3925
|
-
*/
|
|
3926
|
-
const filterSensitiveLog: (obj: StartPipelineExecutionOutput) => any;
|
|
3927
|
-
}
|
|
3928
3160
|
/**
|
|
3929
3161
|
* <p>The pipeline execution is already in a <code>Stopping</code> state. If you already
|
|
3930
3162
|
* chose to stop and wait, you cannot make that request again. You can choose to stop and
|
|
@@ -3976,24 +3208,12 @@ export interface StopPipelineExecutionInput {
|
|
|
3976
3208
|
*/
|
|
3977
3209
|
reason?: string;
|
|
3978
3210
|
}
|
|
3979
|
-
export declare namespace StopPipelineExecutionInput {
|
|
3980
|
-
/**
|
|
3981
|
-
* @internal
|
|
3982
|
-
*/
|
|
3983
|
-
const filterSensitiveLog: (obj: StopPipelineExecutionInput) => any;
|
|
3984
|
-
}
|
|
3985
3211
|
export interface StopPipelineExecutionOutput {
|
|
3986
3212
|
/**
|
|
3987
3213
|
* <p>The unique system-generated ID of the pipeline execution that was stopped.</p>
|
|
3988
3214
|
*/
|
|
3989
3215
|
pipelineExecutionId?: string;
|
|
3990
3216
|
}
|
|
3991
|
-
export declare namespace StopPipelineExecutionOutput {
|
|
3992
|
-
/**
|
|
3993
|
-
* @internal
|
|
3994
|
-
*/
|
|
3995
|
-
const filterSensitiveLog: (obj: StopPipelineExecutionOutput) => any;
|
|
3996
|
-
}
|
|
3997
3217
|
export interface TagResourceInput {
|
|
3998
3218
|
/**
|
|
3999
3219
|
* <p>The Amazon Resource Name (ARN) of the resource you want to add tags to.</p>
|
|
@@ -4004,20 +3224,8 @@ export interface TagResourceInput {
|
|
|
4004
3224
|
*/
|
|
4005
3225
|
tags: Tag[] | undefined;
|
|
4006
3226
|
}
|
|
4007
|
-
export declare namespace TagResourceInput {
|
|
4008
|
-
/**
|
|
4009
|
-
* @internal
|
|
4010
|
-
*/
|
|
4011
|
-
const filterSensitiveLog: (obj: TagResourceInput) => any;
|
|
4012
|
-
}
|
|
4013
3227
|
export interface TagResourceOutput {
|
|
4014
3228
|
}
|
|
4015
|
-
export declare namespace TagResourceOutput {
|
|
4016
|
-
/**
|
|
4017
|
-
* @internal
|
|
4018
|
-
*/
|
|
4019
|
-
const filterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
4020
|
-
}
|
|
4021
3229
|
export interface UntagResourceInput {
|
|
4022
3230
|
/**
|
|
4023
3231
|
* <p> The Amazon Resource Name (ARN) of the resource to remove tags from.</p>
|
|
@@ -4028,20 +3236,8 @@ export interface UntagResourceInput {
|
|
|
4028
3236
|
*/
|
|
4029
3237
|
tagKeys: string[] | undefined;
|
|
4030
3238
|
}
|
|
4031
|
-
export declare namespace UntagResourceInput {
|
|
4032
|
-
/**
|
|
4033
|
-
* @internal
|
|
4034
|
-
*/
|
|
4035
|
-
const filterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
4036
|
-
}
|
|
4037
3239
|
export interface UntagResourceOutput {
|
|
4038
3240
|
}
|
|
4039
|
-
export declare namespace UntagResourceOutput {
|
|
4040
|
-
/**
|
|
4041
|
-
* @internal
|
|
4042
|
-
*/
|
|
4043
|
-
const filterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
4044
|
-
}
|
|
4045
3241
|
/**
|
|
4046
3242
|
* <p>The request failed because of an unknown error, exception, or failure.</p>
|
|
4047
3243
|
*/
|
|
@@ -4059,12 +3255,6 @@ export interface UpdateActionTypeInput {
|
|
|
4059
3255
|
*/
|
|
4060
3256
|
actionType: ActionTypeDeclaration | undefined;
|
|
4061
3257
|
}
|
|
4062
|
-
export declare namespace UpdateActionTypeInput {
|
|
4063
|
-
/**
|
|
4064
|
-
* @internal
|
|
4065
|
-
*/
|
|
4066
|
-
const filterSensitiveLog: (obj: UpdateActionTypeInput) => any;
|
|
4067
|
-
}
|
|
4068
3258
|
/**
|
|
4069
3259
|
* <p>Represents the input of an <code>UpdatePipeline</code> action.</p>
|
|
4070
3260
|
*/
|
|
@@ -4074,12 +3264,6 @@ export interface UpdatePipelineInput {
|
|
|
4074
3264
|
*/
|
|
4075
3265
|
pipeline: PipelineDeclaration | undefined;
|
|
4076
3266
|
}
|
|
4077
|
-
export declare namespace UpdatePipelineInput {
|
|
4078
|
-
/**
|
|
4079
|
-
* @internal
|
|
4080
|
-
*/
|
|
4081
|
-
const filterSensitiveLog: (obj: UpdatePipelineInput) => any;
|
|
4082
|
-
}
|
|
4083
3267
|
/**
|
|
4084
3268
|
* <p>Represents the output of an <code>UpdatePipeline</code> action.</p>
|
|
4085
3269
|
*/
|
|
@@ -4089,9 +3273,551 @@ export interface UpdatePipelineOutput {
|
|
|
4089
3273
|
*/
|
|
4090
3274
|
pipeline?: PipelineDeclaration;
|
|
4091
3275
|
}
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
3276
|
+
/**
|
|
3277
|
+
* @internal
|
|
3278
|
+
*/
|
|
3279
|
+
export declare const AcknowledgeJobInputFilterSensitiveLog: (obj: AcknowledgeJobInput) => any;
|
|
3280
|
+
/**
|
|
3281
|
+
* @internal
|
|
3282
|
+
*/
|
|
3283
|
+
export declare const AcknowledgeJobOutputFilterSensitiveLog: (obj: AcknowledgeJobOutput) => any;
|
|
3284
|
+
/**
|
|
3285
|
+
* @internal
|
|
3286
|
+
*/
|
|
3287
|
+
export declare const AcknowledgeThirdPartyJobInputFilterSensitiveLog: (obj: AcknowledgeThirdPartyJobInput) => any;
|
|
3288
|
+
/**
|
|
3289
|
+
* @internal
|
|
3290
|
+
*/
|
|
3291
|
+
export declare const AcknowledgeThirdPartyJobOutputFilterSensitiveLog: (obj: AcknowledgeThirdPartyJobOutput) => any;
|
|
3292
|
+
/**
|
|
3293
|
+
* @internal
|
|
3294
|
+
*/
|
|
3295
|
+
export declare const ActionConfigurationFilterSensitiveLog: (obj: ActionConfiguration) => any;
|
|
3296
|
+
/**
|
|
3297
|
+
* @internal
|
|
3298
|
+
*/
|
|
3299
|
+
export declare const ActionConfigurationPropertyFilterSensitiveLog: (obj: ActionConfigurationProperty) => any;
|
|
3300
|
+
/**
|
|
3301
|
+
* @internal
|
|
3302
|
+
*/
|
|
3303
|
+
export declare const ActionContextFilterSensitiveLog: (obj: ActionContext) => any;
|
|
3304
|
+
/**
|
|
3305
|
+
* @internal
|
|
3306
|
+
*/
|
|
3307
|
+
export declare const ActionTypeIdFilterSensitiveLog: (obj: ActionTypeId) => any;
|
|
3308
|
+
/**
|
|
3309
|
+
* @internal
|
|
3310
|
+
*/
|
|
3311
|
+
export declare const InputArtifactFilterSensitiveLog: (obj: InputArtifact) => any;
|
|
3312
|
+
/**
|
|
3313
|
+
* @internal
|
|
3314
|
+
*/
|
|
3315
|
+
export declare const OutputArtifactFilterSensitiveLog: (obj: OutputArtifact) => any;
|
|
3316
|
+
/**
|
|
3317
|
+
* @internal
|
|
3318
|
+
*/
|
|
3319
|
+
export declare const ActionDeclarationFilterSensitiveLog: (obj: ActionDeclaration) => any;
|
|
3320
|
+
/**
|
|
3321
|
+
* @internal
|
|
3322
|
+
*/
|
|
3323
|
+
export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
|
|
3324
|
+
/**
|
|
3325
|
+
* @internal
|
|
3326
|
+
*/
|
|
3327
|
+
export declare const ActionExecutionFilterSensitiveLog: (obj: ActionExecution) => any;
|
|
3328
|
+
/**
|
|
3329
|
+
* @internal
|
|
3330
|
+
*/
|
|
3331
|
+
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
3332
|
+
/**
|
|
3333
|
+
* @internal
|
|
3334
|
+
*/
|
|
3335
|
+
export declare const ArtifactDetailFilterSensitiveLog: (obj: ArtifactDetail) => any;
|
|
3336
|
+
/**
|
|
3337
|
+
* @internal
|
|
3338
|
+
*/
|
|
3339
|
+
export declare const ActionExecutionInputFilterSensitiveLog: (obj: ActionExecutionInput) => any;
|
|
3340
|
+
/**
|
|
3341
|
+
* @internal
|
|
3342
|
+
*/
|
|
3343
|
+
export declare const ActionExecutionResultFilterSensitiveLog: (obj: ActionExecutionResult) => any;
|
|
3344
|
+
/**
|
|
3345
|
+
* @internal
|
|
3346
|
+
*/
|
|
3347
|
+
export declare const ActionExecutionOutputFilterSensitiveLog: (obj: ActionExecutionOutput) => any;
|
|
3348
|
+
/**
|
|
3349
|
+
* @internal
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const ActionExecutionDetailFilterSensitiveLog: (obj: ActionExecutionDetail) => any;
|
|
3352
|
+
/**
|
|
3353
|
+
* @internal
|
|
3354
|
+
*/
|
|
3355
|
+
export declare const ActionExecutionFilterFilterSensitiveLog: (obj: ActionExecutionFilter) => any;
|
|
3356
|
+
/**
|
|
3357
|
+
* @internal
|
|
3358
|
+
*/
|
|
3359
|
+
export declare const ActionRevisionFilterSensitiveLog: (obj: ActionRevision) => any;
|
|
3360
|
+
/**
|
|
3361
|
+
* @internal
|
|
3362
|
+
*/
|
|
3363
|
+
export declare const ActionStateFilterSensitiveLog: (obj: ActionState) => any;
|
|
3364
|
+
/**
|
|
3365
|
+
* @internal
|
|
3366
|
+
*/
|
|
3367
|
+
export declare const ArtifactDetailsFilterSensitiveLog: (obj: ArtifactDetails) => any;
|
|
3368
|
+
/**
|
|
3369
|
+
* @internal
|
|
3370
|
+
*/
|
|
3371
|
+
export declare const ActionTypeSettingsFilterSensitiveLog: (obj: ActionTypeSettings) => any;
|
|
3372
|
+
/**
|
|
3373
|
+
* @internal
|
|
3374
|
+
*/
|
|
3375
|
+
export declare const ActionTypeFilterSensitiveLog: (obj: ActionType) => any;
|
|
3376
|
+
/**
|
|
3377
|
+
* @internal
|
|
3378
|
+
*/
|
|
3379
|
+
export declare const ActionTypeArtifactDetailsFilterSensitiveLog: (obj: ActionTypeArtifactDetails) => any;
|
|
3380
|
+
/**
|
|
3381
|
+
* @internal
|
|
3382
|
+
*/
|
|
3383
|
+
export declare const JobWorkerExecutorConfigurationFilterSensitiveLog: (obj: JobWorkerExecutorConfiguration) => any;
|
|
3384
|
+
/**
|
|
3385
|
+
* @internal
|
|
3386
|
+
*/
|
|
3387
|
+
export declare const LambdaExecutorConfigurationFilterSensitiveLog: (obj: LambdaExecutorConfiguration) => any;
|
|
3388
|
+
/**
|
|
3389
|
+
* @internal
|
|
3390
|
+
*/
|
|
3391
|
+
export declare const ExecutorConfigurationFilterSensitiveLog: (obj: ExecutorConfiguration) => any;
|
|
3392
|
+
/**
|
|
3393
|
+
* @internal
|
|
3394
|
+
*/
|
|
3395
|
+
export declare const ActionTypeExecutorFilterSensitiveLog: (obj: ActionTypeExecutor) => any;
|
|
3396
|
+
/**
|
|
3397
|
+
* @internal
|
|
3398
|
+
*/
|
|
3399
|
+
export declare const ActionTypeIdentifierFilterSensitiveLog: (obj: ActionTypeIdentifier) => any;
|
|
3400
|
+
/**
|
|
3401
|
+
* @internal
|
|
3402
|
+
*/
|
|
3403
|
+
export declare const ActionTypePermissionsFilterSensitiveLog: (obj: ActionTypePermissions) => any;
|
|
3404
|
+
/**
|
|
3405
|
+
* @internal
|
|
3406
|
+
*/
|
|
3407
|
+
export declare const ActionTypePropertyFilterSensitiveLog: (obj: ActionTypeProperty) => any;
|
|
3408
|
+
/**
|
|
3409
|
+
* @internal
|
|
3410
|
+
*/
|
|
3411
|
+
export declare const ActionTypeUrlsFilterSensitiveLog: (obj: ActionTypeUrls) => any;
|
|
3412
|
+
/**
|
|
3413
|
+
* @internal
|
|
3414
|
+
*/
|
|
3415
|
+
export declare const ActionTypeDeclarationFilterSensitiveLog: (obj: ActionTypeDeclaration) => any;
|
|
3416
|
+
/**
|
|
3417
|
+
* @internal
|
|
3418
|
+
*/
|
|
3419
|
+
export declare const ApprovalResultFilterSensitiveLog: (obj: ApprovalResult) => any;
|
|
3420
|
+
/**
|
|
3421
|
+
* @internal
|
|
3422
|
+
*/
|
|
3423
|
+
export declare const S3ArtifactLocationFilterSensitiveLog: (obj: S3ArtifactLocation) => any;
|
|
3424
|
+
/**
|
|
3425
|
+
* @internal
|
|
3426
|
+
*/
|
|
3427
|
+
export declare const ArtifactLocationFilterSensitiveLog: (obj: ArtifactLocation) => any;
|
|
3428
|
+
/**
|
|
3429
|
+
* @internal
|
|
3430
|
+
*/
|
|
3431
|
+
export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
|
|
3432
|
+
/**
|
|
3433
|
+
* @internal
|
|
3434
|
+
*/
|
|
3435
|
+
export declare const ArtifactRevisionFilterSensitiveLog: (obj: ArtifactRevision) => any;
|
|
3436
|
+
/**
|
|
3437
|
+
* @internal
|
|
3438
|
+
*/
|
|
3439
|
+
export declare const EncryptionKeyFilterSensitiveLog: (obj: EncryptionKey) => any;
|
|
3440
|
+
/**
|
|
3441
|
+
* @internal
|
|
3442
|
+
*/
|
|
3443
|
+
export declare const ArtifactStoreFilterSensitiveLog: (obj: ArtifactStore) => any;
|
|
3444
|
+
/**
|
|
3445
|
+
* @internal
|
|
3446
|
+
*/
|
|
3447
|
+
export declare const AWSSessionCredentialsFilterSensitiveLog: (obj: AWSSessionCredentials) => any;
|
|
3448
|
+
/**
|
|
3449
|
+
* @internal
|
|
3450
|
+
*/
|
|
3451
|
+
export declare const BlockerDeclarationFilterSensitiveLog: (obj: BlockerDeclaration) => any;
|
|
3452
|
+
/**
|
|
3453
|
+
* @internal
|
|
3454
|
+
*/
|
|
3455
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
3456
|
+
/**
|
|
3457
|
+
* @internal
|
|
3458
|
+
*/
|
|
3459
|
+
export declare const CreateCustomActionTypeInputFilterSensitiveLog: (obj: CreateCustomActionTypeInput) => any;
|
|
3460
|
+
/**
|
|
3461
|
+
* @internal
|
|
3462
|
+
*/
|
|
3463
|
+
export declare const CreateCustomActionTypeOutputFilterSensitiveLog: (obj: CreateCustomActionTypeOutput) => any;
|
|
3464
|
+
/**
|
|
3465
|
+
* @internal
|
|
3466
|
+
*/
|
|
3467
|
+
export declare const StageDeclarationFilterSensitiveLog: (obj: StageDeclaration) => any;
|
|
3468
|
+
/**
|
|
3469
|
+
* @internal
|
|
3470
|
+
*/
|
|
3471
|
+
export declare const PipelineDeclarationFilterSensitiveLog: (obj: PipelineDeclaration) => any;
|
|
3472
|
+
/**
|
|
3473
|
+
* @internal
|
|
3474
|
+
*/
|
|
3475
|
+
export declare const CreatePipelineInputFilterSensitiveLog: (obj: CreatePipelineInput) => any;
|
|
3476
|
+
/**
|
|
3477
|
+
* @internal
|
|
3478
|
+
*/
|
|
3479
|
+
export declare const CreatePipelineOutputFilterSensitiveLog: (obj: CreatePipelineOutput) => any;
|
|
3480
|
+
/**
|
|
3481
|
+
* @internal
|
|
3482
|
+
*/
|
|
3483
|
+
export declare const DeleteCustomActionTypeInputFilterSensitiveLog: (obj: DeleteCustomActionTypeInput) => any;
|
|
3484
|
+
/**
|
|
3485
|
+
* @internal
|
|
3486
|
+
*/
|
|
3487
|
+
export declare const DeletePipelineInputFilterSensitiveLog: (obj: DeletePipelineInput) => any;
|
|
3488
|
+
/**
|
|
3489
|
+
* @internal
|
|
3490
|
+
*/
|
|
3491
|
+
export declare const DeleteWebhookInputFilterSensitiveLog: (obj: DeleteWebhookInput) => any;
|
|
3492
|
+
/**
|
|
3493
|
+
* @internal
|
|
3494
|
+
*/
|
|
3495
|
+
export declare const DeleteWebhookOutputFilterSensitiveLog: (obj: DeleteWebhookOutput) => any;
|
|
3496
|
+
/**
|
|
3497
|
+
* @internal
|
|
3498
|
+
*/
|
|
3499
|
+
export declare const DeregisterWebhookWithThirdPartyInputFilterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyInput) => any;
|
|
3500
|
+
/**
|
|
3501
|
+
* @internal
|
|
3502
|
+
*/
|
|
3503
|
+
export declare const DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyOutput) => any;
|
|
3504
|
+
/**
|
|
3505
|
+
* @internal
|
|
3506
|
+
*/
|
|
3507
|
+
export declare const DisableStageTransitionInputFilterSensitiveLog: (obj: DisableStageTransitionInput) => any;
|
|
3508
|
+
/**
|
|
3509
|
+
* @internal
|
|
3510
|
+
*/
|
|
3511
|
+
export declare const EnableStageTransitionInputFilterSensitiveLog: (obj: EnableStageTransitionInput) => any;
|
|
3512
|
+
/**
|
|
3513
|
+
* @internal
|
|
3514
|
+
*/
|
|
3515
|
+
export declare const GetActionTypeInputFilterSensitiveLog: (obj: GetActionTypeInput) => any;
|
|
3516
|
+
/**
|
|
3517
|
+
* @internal
|
|
3518
|
+
*/
|
|
3519
|
+
export declare const GetActionTypeOutputFilterSensitiveLog: (obj: GetActionTypeOutput) => any;
|
|
3520
|
+
/**
|
|
3521
|
+
* @internal
|
|
3522
|
+
*/
|
|
3523
|
+
export declare const GetJobDetailsInputFilterSensitiveLog: (obj: GetJobDetailsInput) => any;
|
|
3524
|
+
/**
|
|
3525
|
+
* @internal
|
|
3526
|
+
*/
|
|
3527
|
+
export declare const StageContextFilterSensitiveLog: (obj: StageContext) => any;
|
|
3528
|
+
/**
|
|
3529
|
+
* @internal
|
|
3530
|
+
*/
|
|
3531
|
+
export declare const PipelineContextFilterSensitiveLog: (obj: PipelineContext) => any;
|
|
3532
|
+
/**
|
|
3533
|
+
* @internal
|
|
3534
|
+
*/
|
|
3535
|
+
export declare const JobDataFilterSensitiveLog: (obj: JobData) => any;
|
|
3536
|
+
/**
|
|
3537
|
+
* @internal
|
|
3538
|
+
*/
|
|
3539
|
+
export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
|
|
3540
|
+
/**
|
|
3541
|
+
* @internal
|
|
3542
|
+
*/
|
|
3543
|
+
export declare const GetJobDetailsOutputFilterSensitiveLog: (obj: GetJobDetailsOutput) => any;
|
|
3544
|
+
/**
|
|
3545
|
+
* @internal
|
|
3546
|
+
*/
|
|
3547
|
+
export declare const GetPipelineInputFilterSensitiveLog: (obj: GetPipelineInput) => any;
|
|
3548
|
+
/**
|
|
3549
|
+
* @internal
|
|
3550
|
+
*/
|
|
3551
|
+
export declare const PipelineMetadataFilterSensitiveLog: (obj: PipelineMetadata) => any;
|
|
3552
|
+
/**
|
|
3553
|
+
* @internal
|
|
3554
|
+
*/
|
|
3555
|
+
export declare const GetPipelineOutputFilterSensitiveLog: (obj: GetPipelineOutput) => any;
|
|
3556
|
+
/**
|
|
3557
|
+
* @internal
|
|
3558
|
+
*/
|
|
3559
|
+
export declare const GetPipelineExecutionInputFilterSensitiveLog: (obj: GetPipelineExecutionInput) => any;
|
|
3560
|
+
/**
|
|
3561
|
+
* @internal
|
|
3562
|
+
*/
|
|
3563
|
+
export declare const PipelineExecutionFilterSensitiveLog: (obj: PipelineExecution) => any;
|
|
3564
|
+
/**
|
|
3565
|
+
* @internal
|
|
3566
|
+
*/
|
|
3567
|
+
export declare const GetPipelineExecutionOutputFilterSensitiveLog: (obj: GetPipelineExecutionOutput) => any;
|
|
3568
|
+
/**
|
|
3569
|
+
* @internal
|
|
3570
|
+
*/
|
|
3571
|
+
export declare const GetPipelineStateInputFilterSensitiveLog: (obj: GetPipelineStateInput) => any;
|
|
3572
|
+
/**
|
|
3573
|
+
* @internal
|
|
3574
|
+
*/
|
|
3575
|
+
export declare const StageExecutionFilterSensitiveLog: (obj: StageExecution) => any;
|
|
3576
|
+
/**
|
|
3577
|
+
* @internal
|
|
3578
|
+
*/
|
|
3579
|
+
export declare const TransitionStateFilterSensitiveLog: (obj: TransitionState) => any;
|
|
3580
|
+
/**
|
|
3581
|
+
* @internal
|
|
3582
|
+
*/
|
|
3583
|
+
export declare const StageStateFilterSensitiveLog: (obj: StageState) => any;
|
|
3584
|
+
/**
|
|
3585
|
+
* @internal
|
|
3586
|
+
*/
|
|
3587
|
+
export declare const GetPipelineStateOutputFilterSensitiveLog: (obj: GetPipelineStateOutput) => any;
|
|
3588
|
+
/**
|
|
3589
|
+
* @internal
|
|
3590
|
+
*/
|
|
3591
|
+
export declare const GetThirdPartyJobDetailsInputFilterSensitiveLog: (obj: GetThirdPartyJobDetailsInput) => any;
|
|
3592
|
+
/**
|
|
3593
|
+
* @internal
|
|
3594
|
+
*/
|
|
3595
|
+
export declare const ThirdPartyJobDataFilterSensitiveLog: (obj: ThirdPartyJobData) => any;
|
|
3596
|
+
/**
|
|
3597
|
+
* @internal
|
|
3598
|
+
*/
|
|
3599
|
+
export declare const ThirdPartyJobDetailsFilterSensitiveLog: (obj: ThirdPartyJobDetails) => any;
|
|
3600
|
+
/**
|
|
3601
|
+
* @internal
|
|
3602
|
+
*/
|
|
3603
|
+
export declare const GetThirdPartyJobDetailsOutputFilterSensitiveLog: (obj: GetThirdPartyJobDetailsOutput) => any;
|
|
3604
|
+
/**
|
|
3605
|
+
* @internal
|
|
3606
|
+
*/
|
|
3607
|
+
export declare const ListActionExecutionsInputFilterSensitiveLog: (obj: ListActionExecutionsInput) => any;
|
|
3608
|
+
/**
|
|
3609
|
+
* @internal
|
|
3610
|
+
*/
|
|
3611
|
+
export declare const ListActionExecutionsOutputFilterSensitiveLog: (obj: ListActionExecutionsOutput) => any;
|
|
3612
|
+
/**
|
|
3613
|
+
* @internal
|
|
3614
|
+
*/
|
|
3615
|
+
export declare const ListActionTypesInputFilterSensitiveLog: (obj: ListActionTypesInput) => any;
|
|
3616
|
+
/**
|
|
3617
|
+
* @internal
|
|
3618
|
+
*/
|
|
3619
|
+
export declare const ListActionTypesOutputFilterSensitiveLog: (obj: ListActionTypesOutput) => any;
|
|
3620
|
+
/**
|
|
3621
|
+
* @internal
|
|
3622
|
+
*/
|
|
3623
|
+
export declare const ListPipelineExecutionsInputFilterSensitiveLog: (obj: ListPipelineExecutionsInput) => any;
|
|
3624
|
+
/**
|
|
3625
|
+
* @internal
|
|
3626
|
+
*/
|
|
3627
|
+
export declare const SourceRevisionFilterSensitiveLog: (obj: SourceRevision) => any;
|
|
3628
|
+
/**
|
|
3629
|
+
* @internal
|
|
3630
|
+
*/
|
|
3631
|
+
export declare const StopExecutionTriggerFilterSensitiveLog: (obj: StopExecutionTrigger) => any;
|
|
3632
|
+
/**
|
|
3633
|
+
* @internal
|
|
3634
|
+
*/
|
|
3635
|
+
export declare const ExecutionTriggerFilterSensitiveLog: (obj: ExecutionTrigger) => any;
|
|
3636
|
+
/**
|
|
3637
|
+
* @internal
|
|
3638
|
+
*/
|
|
3639
|
+
export declare const PipelineExecutionSummaryFilterSensitiveLog: (obj: PipelineExecutionSummary) => any;
|
|
3640
|
+
/**
|
|
3641
|
+
* @internal
|
|
3642
|
+
*/
|
|
3643
|
+
export declare const ListPipelineExecutionsOutputFilterSensitiveLog: (obj: ListPipelineExecutionsOutput) => any;
|
|
3644
|
+
/**
|
|
3645
|
+
* @internal
|
|
3646
|
+
*/
|
|
3647
|
+
export declare const ListPipelinesInputFilterSensitiveLog: (obj: ListPipelinesInput) => any;
|
|
3648
|
+
/**
|
|
3649
|
+
* @internal
|
|
3650
|
+
*/
|
|
3651
|
+
export declare const PipelineSummaryFilterSensitiveLog: (obj: PipelineSummary) => any;
|
|
3652
|
+
/**
|
|
3653
|
+
* @internal
|
|
3654
|
+
*/
|
|
3655
|
+
export declare const ListPipelinesOutputFilterSensitiveLog: (obj: ListPipelinesOutput) => any;
|
|
3656
|
+
/**
|
|
3657
|
+
* @internal
|
|
3658
|
+
*/
|
|
3659
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
3660
|
+
/**
|
|
3661
|
+
* @internal
|
|
3662
|
+
*/
|
|
3663
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
3664
|
+
/**
|
|
3665
|
+
* @internal
|
|
3666
|
+
*/
|
|
3667
|
+
export declare const ListWebhooksInputFilterSensitiveLog: (obj: ListWebhooksInput) => any;
|
|
3668
|
+
/**
|
|
3669
|
+
* @internal
|
|
3670
|
+
*/
|
|
3671
|
+
export declare const WebhookAuthConfigurationFilterSensitiveLog: (obj: WebhookAuthConfiguration) => any;
|
|
3672
|
+
/**
|
|
3673
|
+
* @internal
|
|
3674
|
+
*/
|
|
3675
|
+
export declare const WebhookFilterRuleFilterSensitiveLog: (obj: WebhookFilterRule) => any;
|
|
3676
|
+
/**
|
|
3677
|
+
* @internal
|
|
3678
|
+
*/
|
|
3679
|
+
export declare const WebhookDefinitionFilterSensitiveLog: (obj: WebhookDefinition) => any;
|
|
3680
|
+
/**
|
|
3681
|
+
* @internal
|
|
3682
|
+
*/
|
|
3683
|
+
export declare const ListWebhookItemFilterSensitiveLog: (obj: ListWebhookItem) => any;
|
|
3684
|
+
/**
|
|
3685
|
+
* @internal
|
|
3686
|
+
*/
|
|
3687
|
+
export declare const ListWebhooksOutputFilterSensitiveLog: (obj: ListWebhooksOutput) => any;
|
|
3688
|
+
/**
|
|
3689
|
+
* @internal
|
|
3690
|
+
*/
|
|
3691
|
+
export declare const PollForJobsInputFilterSensitiveLog: (obj: PollForJobsInput) => any;
|
|
3692
|
+
/**
|
|
3693
|
+
* @internal
|
|
3694
|
+
*/
|
|
3695
|
+
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
3696
|
+
/**
|
|
3697
|
+
* @internal
|
|
3698
|
+
*/
|
|
3699
|
+
export declare const PollForJobsOutputFilterSensitiveLog: (obj: PollForJobsOutput) => any;
|
|
3700
|
+
/**
|
|
3701
|
+
* @internal
|
|
3702
|
+
*/
|
|
3703
|
+
export declare const PollForThirdPartyJobsInputFilterSensitiveLog: (obj: PollForThirdPartyJobsInput) => any;
|
|
3704
|
+
/**
|
|
3705
|
+
* @internal
|
|
3706
|
+
*/
|
|
3707
|
+
export declare const ThirdPartyJobFilterSensitiveLog: (obj: ThirdPartyJob) => any;
|
|
3708
|
+
/**
|
|
3709
|
+
* @internal
|
|
3710
|
+
*/
|
|
3711
|
+
export declare const PollForThirdPartyJobsOutputFilterSensitiveLog: (obj: PollForThirdPartyJobsOutput) => any;
|
|
3712
|
+
/**
|
|
3713
|
+
* @internal
|
|
3714
|
+
*/
|
|
3715
|
+
export declare const PutActionRevisionInputFilterSensitiveLog: (obj: PutActionRevisionInput) => any;
|
|
3716
|
+
/**
|
|
3717
|
+
* @internal
|
|
3718
|
+
*/
|
|
3719
|
+
export declare const PutActionRevisionOutputFilterSensitiveLog: (obj: PutActionRevisionOutput) => any;
|
|
3720
|
+
/**
|
|
3721
|
+
* @internal
|
|
3722
|
+
*/
|
|
3723
|
+
export declare const PutApprovalResultInputFilterSensitiveLog: (obj: PutApprovalResultInput) => any;
|
|
3724
|
+
/**
|
|
3725
|
+
* @internal
|
|
3726
|
+
*/
|
|
3727
|
+
export declare const PutApprovalResultOutputFilterSensitiveLog: (obj: PutApprovalResultOutput) => any;
|
|
3728
|
+
/**
|
|
3729
|
+
* @internal
|
|
3730
|
+
*/
|
|
3731
|
+
export declare const FailureDetailsFilterSensitiveLog: (obj: FailureDetails) => any;
|
|
3732
|
+
/**
|
|
3733
|
+
* @internal
|
|
3734
|
+
*/
|
|
3735
|
+
export declare const PutJobFailureResultInputFilterSensitiveLog: (obj: PutJobFailureResultInput) => any;
|
|
3736
|
+
/**
|
|
3737
|
+
* @internal
|
|
3738
|
+
*/
|
|
3739
|
+
export declare const CurrentRevisionFilterSensitiveLog: (obj: CurrentRevision) => any;
|
|
3740
|
+
/**
|
|
3741
|
+
* @internal
|
|
3742
|
+
*/
|
|
3743
|
+
export declare const ExecutionDetailsFilterSensitiveLog: (obj: ExecutionDetails) => any;
|
|
3744
|
+
/**
|
|
3745
|
+
* @internal
|
|
3746
|
+
*/
|
|
3747
|
+
export declare const PutJobSuccessResultInputFilterSensitiveLog: (obj: PutJobSuccessResultInput) => any;
|
|
3748
|
+
/**
|
|
3749
|
+
* @internal
|
|
3750
|
+
*/
|
|
3751
|
+
export declare const PutThirdPartyJobFailureResultInputFilterSensitiveLog: (obj: PutThirdPartyJobFailureResultInput) => any;
|
|
3752
|
+
/**
|
|
3753
|
+
* @internal
|
|
3754
|
+
*/
|
|
3755
|
+
export declare const PutThirdPartyJobSuccessResultInputFilterSensitiveLog: (obj: PutThirdPartyJobSuccessResultInput) => any;
|
|
3756
|
+
/**
|
|
3757
|
+
* @internal
|
|
3758
|
+
*/
|
|
3759
|
+
export declare const PutWebhookInputFilterSensitiveLog: (obj: PutWebhookInput) => any;
|
|
3760
|
+
/**
|
|
3761
|
+
* @internal
|
|
3762
|
+
*/
|
|
3763
|
+
export declare const PutWebhookOutputFilterSensitiveLog: (obj: PutWebhookOutput) => any;
|
|
3764
|
+
/**
|
|
3765
|
+
* @internal
|
|
3766
|
+
*/
|
|
3767
|
+
export declare const RegisterWebhookWithThirdPartyInputFilterSensitiveLog: (obj: RegisterWebhookWithThirdPartyInput) => any;
|
|
3768
|
+
/**
|
|
3769
|
+
* @internal
|
|
3770
|
+
*/
|
|
3771
|
+
export declare const RegisterWebhookWithThirdPartyOutputFilterSensitiveLog: (obj: RegisterWebhookWithThirdPartyOutput) => any;
|
|
3772
|
+
/**
|
|
3773
|
+
* @internal
|
|
3774
|
+
*/
|
|
3775
|
+
export declare const RetryStageExecutionInputFilterSensitiveLog: (obj: RetryStageExecutionInput) => any;
|
|
3776
|
+
/**
|
|
3777
|
+
* @internal
|
|
3778
|
+
*/
|
|
3779
|
+
export declare const RetryStageExecutionOutputFilterSensitiveLog: (obj: RetryStageExecutionOutput) => any;
|
|
3780
|
+
/**
|
|
3781
|
+
* @internal
|
|
3782
|
+
*/
|
|
3783
|
+
export declare const StartPipelineExecutionInputFilterSensitiveLog: (obj: StartPipelineExecutionInput) => any;
|
|
3784
|
+
/**
|
|
3785
|
+
* @internal
|
|
3786
|
+
*/
|
|
3787
|
+
export declare const StartPipelineExecutionOutputFilterSensitiveLog: (obj: StartPipelineExecutionOutput) => any;
|
|
3788
|
+
/**
|
|
3789
|
+
* @internal
|
|
3790
|
+
*/
|
|
3791
|
+
export declare const StopPipelineExecutionInputFilterSensitiveLog: (obj: StopPipelineExecutionInput) => any;
|
|
3792
|
+
/**
|
|
3793
|
+
* @internal
|
|
3794
|
+
*/
|
|
3795
|
+
export declare const StopPipelineExecutionOutputFilterSensitiveLog: (obj: StopPipelineExecutionOutput) => any;
|
|
3796
|
+
/**
|
|
3797
|
+
* @internal
|
|
3798
|
+
*/
|
|
3799
|
+
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
3800
|
+
/**
|
|
3801
|
+
* @internal
|
|
3802
|
+
*/
|
|
3803
|
+
export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
3804
|
+
/**
|
|
3805
|
+
* @internal
|
|
3806
|
+
*/
|
|
3807
|
+
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
3808
|
+
/**
|
|
3809
|
+
* @internal
|
|
3810
|
+
*/
|
|
3811
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
3812
|
+
/**
|
|
3813
|
+
* @internal
|
|
3814
|
+
*/
|
|
3815
|
+
export declare const UpdateActionTypeInputFilterSensitiveLog: (obj: UpdateActionTypeInput) => any;
|
|
3816
|
+
/**
|
|
3817
|
+
* @internal
|
|
3818
|
+
*/
|
|
3819
|
+
export declare const UpdatePipelineInputFilterSensitiveLog: (obj: UpdatePipelineInput) => any;
|
|
3820
|
+
/**
|
|
3821
|
+
* @internal
|
|
3822
|
+
*/
|
|
3823
|
+
export declare const UpdatePipelineOutputFilterSensitiveLog: (obj: UpdatePipelineOutput) => any;
|