@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
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
|
|
4
|
-
export var AcknowledgeJobInput;
|
|
5
|
-
(function (AcknowledgeJobInput) {
|
|
6
|
-
AcknowledgeJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
-
})(AcknowledgeJobInput || (AcknowledgeJobInput = {}));
|
|
8
4
|
export var JobStatus;
|
|
9
5
|
(function (JobStatus) {
|
|
10
6
|
JobStatus["Created"] = "Created";
|
|
@@ -15,10 +11,6 @@ export var JobStatus;
|
|
|
15
11
|
JobStatus["Succeeded"] = "Succeeded";
|
|
16
12
|
JobStatus["TimedOut"] = "TimedOut";
|
|
17
13
|
})(JobStatus || (JobStatus = {}));
|
|
18
|
-
export var AcknowledgeJobOutput;
|
|
19
|
-
(function (AcknowledgeJobOutput) {
|
|
20
|
-
AcknowledgeJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
-
})(AcknowledgeJobOutput || (AcknowledgeJobOutput = {}));
|
|
22
14
|
var InvalidNonceException = (function (_super) {
|
|
23
15
|
__extends(InvalidNonceException, _super);
|
|
24
16
|
function InvalidNonceException(opts) {
|
|
@@ -55,14 +47,6 @@ var ValidationException = (function (_super) {
|
|
|
55
47
|
return ValidationException;
|
|
56
48
|
}(__BaseException));
|
|
57
49
|
export { ValidationException };
|
|
58
|
-
export var AcknowledgeThirdPartyJobInput;
|
|
59
|
-
(function (AcknowledgeThirdPartyJobInput) {
|
|
60
|
-
AcknowledgeThirdPartyJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
-
})(AcknowledgeThirdPartyJobInput || (AcknowledgeThirdPartyJobInput = {}));
|
|
62
|
-
export var AcknowledgeThirdPartyJobOutput;
|
|
63
|
-
(function (AcknowledgeThirdPartyJobOutput) {
|
|
64
|
-
AcknowledgeThirdPartyJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
-
})(AcknowledgeThirdPartyJobOutput || (AcknowledgeThirdPartyJobOutput = {}));
|
|
66
50
|
var InvalidClientTokenException = (function (_super) {
|
|
67
51
|
__extends(InvalidClientTokenException, _super);
|
|
68
52
|
function InvalidClientTokenException(opts) {
|
|
@@ -84,50 +68,18 @@ export var ActionCategory;
|
|
|
84
68
|
ActionCategory["Source"] = "Source";
|
|
85
69
|
ActionCategory["Test"] = "Test";
|
|
86
70
|
})(ActionCategory || (ActionCategory = {}));
|
|
87
|
-
export var ActionConfiguration;
|
|
88
|
-
(function (ActionConfiguration) {
|
|
89
|
-
ActionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(ActionConfiguration || (ActionConfiguration = {}));
|
|
91
71
|
export var ActionConfigurationPropertyType;
|
|
92
72
|
(function (ActionConfigurationPropertyType) {
|
|
93
73
|
ActionConfigurationPropertyType["Boolean"] = "Boolean";
|
|
94
74
|
ActionConfigurationPropertyType["Number"] = "Number";
|
|
95
75
|
ActionConfigurationPropertyType["String"] = "String";
|
|
96
76
|
})(ActionConfigurationPropertyType || (ActionConfigurationPropertyType = {}));
|
|
97
|
-
export var ActionConfigurationProperty;
|
|
98
|
-
(function (ActionConfigurationProperty) {
|
|
99
|
-
ActionConfigurationProperty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(ActionConfigurationProperty || (ActionConfigurationProperty = {}));
|
|
101
|
-
export var ActionContext;
|
|
102
|
-
(function (ActionContext) {
|
|
103
|
-
ActionContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
-
})(ActionContext || (ActionContext = {}));
|
|
105
77
|
export var ActionOwner;
|
|
106
78
|
(function (ActionOwner) {
|
|
107
79
|
ActionOwner["AWS"] = "AWS";
|
|
108
80
|
ActionOwner["Custom"] = "Custom";
|
|
109
81
|
ActionOwner["ThirdParty"] = "ThirdParty";
|
|
110
82
|
})(ActionOwner || (ActionOwner = {}));
|
|
111
|
-
export var ActionTypeId;
|
|
112
|
-
(function (ActionTypeId) {
|
|
113
|
-
ActionTypeId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(ActionTypeId || (ActionTypeId = {}));
|
|
115
|
-
export var InputArtifact;
|
|
116
|
-
(function (InputArtifact) {
|
|
117
|
-
InputArtifact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
-
})(InputArtifact || (InputArtifact = {}));
|
|
119
|
-
export var OutputArtifact;
|
|
120
|
-
(function (OutputArtifact) {
|
|
121
|
-
OutputArtifact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
-
})(OutputArtifact || (OutputArtifact = {}));
|
|
123
|
-
export var ActionDeclaration;
|
|
124
|
-
(function (ActionDeclaration) {
|
|
125
|
-
ActionDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
-
})(ActionDeclaration || (ActionDeclaration = {}));
|
|
127
|
-
export var ErrorDetails;
|
|
128
|
-
(function (ErrorDetails) {
|
|
129
|
-
ErrorDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
-
})(ErrorDetails || (ErrorDetails = {}));
|
|
131
83
|
export var ActionExecutionStatus;
|
|
132
84
|
(function (ActionExecutionStatus) {
|
|
133
85
|
ActionExecutionStatus["Abandoned"] = "Abandoned";
|
|
@@ -135,38 +87,6 @@ export var ActionExecutionStatus;
|
|
|
135
87
|
ActionExecutionStatus["InProgress"] = "InProgress";
|
|
136
88
|
ActionExecutionStatus["Succeeded"] = "Succeeded";
|
|
137
89
|
})(ActionExecutionStatus || (ActionExecutionStatus = {}));
|
|
138
|
-
export var ActionExecution;
|
|
139
|
-
(function (ActionExecution) {
|
|
140
|
-
ActionExecution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
-
})(ActionExecution || (ActionExecution = {}));
|
|
142
|
-
export var S3Location;
|
|
143
|
-
(function (S3Location) {
|
|
144
|
-
S3Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
-
})(S3Location || (S3Location = {}));
|
|
146
|
-
export var ArtifactDetail;
|
|
147
|
-
(function (ArtifactDetail) {
|
|
148
|
-
ArtifactDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
-
})(ArtifactDetail || (ArtifactDetail = {}));
|
|
150
|
-
export var ActionExecutionInput;
|
|
151
|
-
(function (ActionExecutionInput) {
|
|
152
|
-
ActionExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
-
})(ActionExecutionInput || (ActionExecutionInput = {}));
|
|
154
|
-
export var ActionExecutionResult;
|
|
155
|
-
(function (ActionExecutionResult) {
|
|
156
|
-
ActionExecutionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
-
})(ActionExecutionResult || (ActionExecutionResult = {}));
|
|
158
|
-
export var ActionExecutionOutput;
|
|
159
|
-
(function (ActionExecutionOutput) {
|
|
160
|
-
ActionExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
-
})(ActionExecutionOutput || (ActionExecutionOutput = {}));
|
|
162
|
-
export var ActionExecutionDetail;
|
|
163
|
-
(function (ActionExecutionDetail) {
|
|
164
|
-
ActionExecutionDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
-
})(ActionExecutionDetail || (ActionExecutionDetail = {}));
|
|
166
|
-
export var ActionExecutionFilter;
|
|
167
|
-
(function (ActionExecutionFilter) {
|
|
168
|
-
ActionExecutionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(ActionExecutionFilter || (ActionExecutionFilter = {}));
|
|
170
90
|
var ActionNotFoundException = (function (_super) {
|
|
171
91
|
__extends(ActionNotFoundException, _super);
|
|
172
92
|
function ActionNotFoundException(opts) {
|
|
@@ -179,71 +99,11 @@ var ActionNotFoundException = (function (_super) {
|
|
|
179
99
|
return ActionNotFoundException;
|
|
180
100
|
}(__BaseException));
|
|
181
101
|
export { ActionNotFoundException };
|
|
182
|
-
export var ActionRevision;
|
|
183
|
-
(function (ActionRevision) {
|
|
184
|
-
ActionRevision.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
-
})(ActionRevision || (ActionRevision = {}));
|
|
186
|
-
export var ActionState;
|
|
187
|
-
(function (ActionState) {
|
|
188
|
-
ActionState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(ActionState || (ActionState = {}));
|
|
190
|
-
export var ArtifactDetails;
|
|
191
|
-
(function (ArtifactDetails) {
|
|
192
|
-
ArtifactDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(ArtifactDetails || (ArtifactDetails = {}));
|
|
194
|
-
export var ActionTypeSettings;
|
|
195
|
-
(function (ActionTypeSettings) {
|
|
196
|
-
ActionTypeSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(ActionTypeSettings || (ActionTypeSettings = {}));
|
|
198
|
-
export var ActionType;
|
|
199
|
-
(function (ActionType) {
|
|
200
|
-
ActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
-
})(ActionType || (ActionType = {}));
|
|
202
|
-
export var ActionTypeArtifactDetails;
|
|
203
|
-
(function (ActionTypeArtifactDetails) {
|
|
204
|
-
ActionTypeArtifactDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(ActionTypeArtifactDetails || (ActionTypeArtifactDetails = {}));
|
|
206
|
-
export var JobWorkerExecutorConfiguration;
|
|
207
|
-
(function (JobWorkerExecutorConfiguration) {
|
|
208
|
-
JobWorkerExecutorConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(JobWorkerExecutorConfiguration || (JobWorkerExecutorConfiguration = {}));
|
|
210
|
-
export var LambdaExecutorConfiguration;
|
|
211
|
-
(function (LambdaExecutorConfiguration) {
|
|
212
|
-
LambdaExecutorConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
-
})(LambdaExecutorConfiguration || (LambdaExecutorConfiguration = {}));
|
|
214
|
-
export var ExecutorConfiguration;
|
|
215
|
-
(function (ExecutorConfiguration) {
|
|
216
|
-
ExecutorConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
-
})(ExecutorConfiguration || (ExecutorConfiguration = {}));
|
|
218
102
|
export var ExecutorType;
|
|
219
103
|
(function (ExecutorType) {
|
|
220
104
|
ExecutorType["JobWorker"] = "JobWorker";
|
|
221
105
|
ExecutorType["Lambda"] = "Lambda";
|
|
222
106
|
})(ExecutorType || (ExecutorType = {}));
|
|
223
|
-
export var ActionTypeExecutor;
|
|
224
|
-
(function (ActionTypeExecutor) {
|
|
225
|
-
ActionTypeExecutor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(ActionTypeExecutor || (ActionTypeExecutor = {}));
|
|
227
|
-
export var ActionTypeIdentifier;
|
|
228
|
-
(function (ActionTypeIdentifier) {
|
|
229
|
-
ActionTypeIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(ActionTypeIdentifier || (ActionTypeIdentifier = {}));
|
|
231
|
-
export var ActionTypePermissions;
|
|
232
|
-
(function (ActionTypePermissions) {
|
|
233
|
-
ActionTypePermissions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(ActionTypePermissions || (ActionTypePermissions = {}));
|
|
235
|
-
export var ActionTypeProperty;
|
|
236
|
-
(function (ActionTypeProperty) {
|
|
237
|
-
ActionTypeProperty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
-
})(ActionTypeProperty || (ActionTypeProperty = {}));
|
|
239
|
-
export var ActionTypeUrls;
|
|
240
|
-
(function (ActionTypeUrls) {
|
|
241
|
-
ActionTypeUrls.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(ActionTypeUrls || (ActionTypeUrls = {}));
|
|
243
|
-
export var ActionTypeDeclaration;
|
|
244
|
-
(function (ActionTypeDeclaration) {
|
|
245
|
-
ActionTypeDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
-
})(ActionTypeDeclaration || (ActionTypeDeclaration = {}));
|
|
247
107
|
var ActionTypeNotFoundException = (function (_super) {
|
|
248
108
|
__extends(ActionTypeNotFoundException, _super);
|
|
249
109
|
function ActionTypeNotFoundException(opts) {
|
|
@@ -273,58 +133,22 @@ export var ApprovalStatus;
|
|
|
273
133
|
ApprovalStatus["Approved"] = "Approved";
|
|
274
134
|
ApprovalStatus["Rejected"] = "Rejected";
|
|
275
135
|
})(ApprovalStatus || (ApprovalStatus = {}));
|
|
276
|
-
export var ApprovalResult;
|
|
277
|
-
(function (ApprovalResult) {
|
|
278
|
-
ApprovalResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
-
})(ApprovalResult || (ApprovalResult = {}));
|
|
280
|
-
export var S3ArtifactLocation;
|
|
281
|
-
(function (S3ArtifactLocation) {
|
|
282
|
-
S3ArtifactLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
-
})(S3ArtifactLocation || (S3ArtifactLocation = {}));
|
|
284
136
|
export var ArtifactLocationType;
|
|
285
137
|
(function (ArtifactLocationType) {
|
|
286
138
|
ArtifactLocationType["S3"] = "S3";
|
|
287
139
|
})(ArtifactLocationType || (ArtifactLocationType = {}));
|
|
288
|
-
export var ArtifactLocation;
|
|
289
|
-
(function (ArtifactLocation) {
|
|
290
|
-
ArtifactLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
-
})(ArtifactLocation || (ArtifactLocation = {}));
|
|
292
|
-
export var Artifact;
|
|
293
|
-
(function (Artifact) {
|
|
294
|
-
Artifact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
-
})(Artifact || (Artifact = {}));
|
|
296
|
-
export var ArtifactRevision;
|
|
297
|
-
(function (ArtifactRevision) {
|
|
298
|
-
ArtifactRevision.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
-
})(ArtifactRevision || (ArtifactRevision = {}));
|
|
300
140
|
export var EncryptionKeyType;
|
|
301
141
|
(function (EncryptionKeyType) {
|
|
302
142
|
EncryptionKeyType["KMS"] = "KMS";
|
|
303
143
|
})(EncryptionKeyType || (EncryptionKeyType = {}));
|
|
304
|
-
export var EncryptionKey;
|
|
305
|
-
(function (EncryptionKey) {
|
|
306
|
-
EncryptionKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(EncryptionKey || (EncryptionKey = {}));
|
|
308
144
|
export var ArtifactStoreType;
|
|
309
145
|
(function (ArtifactStoreType) {
|
|
310
146
|
ArtifactStoreType["S3"] = "S3";
|
|
311
147
|
})(ArtifactStoreType || (ArtifactStoreType = {}));
|
|
312
|
-
export var ArtifactStore;
|
|
313
|
-
(function (ArtifactStore) {
|
|
314
|
-
ArtifactStore.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
-
})(ArtifactStore || (ArtifactStore = {}));
|
|
316
|
-
export var AWSSessionCredentials;
|
|
317
|
-
(function (AWSSessionCredentials) {
|
|
318
|
-
AWSSessionCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.accessKeyId && { accessKeyId: SENSITIVE_STRING })), (obj.secretAccessKey && { secretAccessKey: SENSITIVE_STRING })), (obj.sessionToken && { sessionToken: SENSITIVE_STRING }))); };
|
|
319
|
-
})(AWSSessionCredentials || (AWSSessionCredentials = {}));
|
|
320
148
|
export var BlockerType;
|
|
321
149
|
(function (BlockerType) {
|
|
322
150
|
BlockerType["Schedule"] = "Schedule";
|
|
323
151
|
})(BlockerType || (BlockerType = {}));
|
|
324
|
-
export var BlockerDeclaration;
|
|
325
|
-
(function (BlockerDeclaration) {
|
|
326
|
-
BlockerDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
-
})(BlockerDeclaration || (BlockerDeclaration = {}));
|
|
328
152
|
var ConcurrentModificationException = (function (_super) {
|
|
329
153
|
__extends(ConcurrentModificationException, _super);
|
|
330
154
|
function ConcurrentModificationException(opts) {
|
|
@@ -337,18 +161,6 @@ var ConcurrentModificationException = (function (_super) {
|
|
|
337
161
|
return ConcurrentModificationException;
|
|
338
162
|
}(__BaseException));
|
|
339
163
|
export { ConcurrentModificationException };
|
|
340
|
-
export var Tag;
|
|
341
|
-
(function (Tag) {
|
|
342
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
-
})(Tag || (Tag = {}));
|
|
344
|
-
export var CreateCustomActionTypeInput;
|
|
345
|
-
(function (CreateCustomActionTypeInput) {
|
|
346
|
-
CreateCustomActionTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
-
})(CreateCustomActionTypeInput || (CreateCustomActionTypeInput = {}));
|
|
348
|
-
export var CreateCustomActionTypeOutput;
|
|
349
|
-
(function (CreateCustomActionTypeOutput) {
|
|
350
|
-
CreateCustomActionTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
-
})(CreateCustomActionTypeOutput || (CreateCustomActionTypeOutput = {}));
|
|
352
164
|
var InvalidTagsException = (function (_super) {
|
|
353
165
|
__extends(InvalidTagsException, _super);
|
|
354
166
|
function InvalidTagsException(opts) {
|
|
@@ -385,22 +197,6 @@ var TooManyTagsException = (function (_super) {
|
|
|
385
197
|
return TooManyTagsException;
|
|
386
198
|
}(__BaseException));
|
|
387
199
|
export { TooManyTagsException };
|
|
388
|
-
export var StageDeclaration;
|
|
389
|
-
(function (StageDeclaration) {
|
|
390
|
-
StageDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
-
})(StageDeclaration || (StageDeclaration = {}));
|
|
392
|
-
export var PipelineDeclaration;
|
|
393
|
-
(function (PipelineDeclaration) {
|
|
394
|
-
PipelineDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
-
})(PipelineDeclaration || (PipelineDeclaration = {}));
|
|
396
|
-
export var CreatePipelineInput;
|
|
397
|
-
(function (CreatePipelineInput) {
|
|
398
|
-
CreatePipelineInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
-
})(CreatePipelineInput || (CreatePipelineInput = {}));
|
|
400
|
-
export var CreatePipelineOutput;
|
|
401
|
-
(function (CreatePipelineOutput) {
|
|
402
|
-
CreatePipelineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
-
})(CreatePipelineOutput || (CreatePipelineOutput = {}));
|
|
404
200
|
var InvalidActionDeclarationException = (function (_super) {
|
|
405
201
|
__extends(InvalidActionDeclarationException, _super);
|
|
406
202
|
function InvalidActionDeclarationException(opts) {
|
|
@@ -461,30 +257,6 @@ var PipelineNameInUseException = (function (_super) {
|
|
|
461
257
|
return PipelineNameInUseException;
|
|
462
258
|
}(__BaseException));
|
|
463
259
|
export { PipelineNameInUseException };
|
|
464
|
-
export var DeleteCustomActionTypeInput;
|
|
465
|
-
(function (DeleteCustomActionTypeInput) {
|
|
466
|
-
DeleteCustomActionTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
-
})(DeleteCustomActionTypeInput || (DeleteCustomActionTypeInput = {}));
|
|
468
|
-
export var DeletePipelineInput;
|
|
469
|
-
(function (DeletePipelineInput) {
|
|
470
|
-
DeletePipelineInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
-
})(DeletePipelineInput || (DeletePipelineInput = {}));
|
|
472
|
-
export var DeleteWebhookInput;
|
|
473
|
-
(function (DeleteWebhookInput) {
|
|
474
|
-
DeleteWebhookInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
-
})(DeleteWebhookInput || (DeleteWebhookInput = {}));
|
|
476
|
-
export var DeleteWebhookOutput;
|
|
477
|
-
(function (DeleteWebhookOutput) {
|
|
478
|
-
DeleteWebhookOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
-
})(DeleteWebhookOutput || (DeleteWebhookOutput = {}));
|
|
480
|
-
export var DeregisterWebhookWithThirdPartyInput;
|
|
481
|
-
(function (DeregisterWebhookWithThirdPartyInput) {
|
|
482
|
-
DeregisterWebhookWithThirdPartyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
-
})(DeregisterWebhookWithThirdPartyInput || (DeregisterWebhookWithThirdPartyInput = {}));
|
|
484
|
-
export var DeregisterWebhookWithThirdPartyOutput;
|
|
485
|
-
(function (DeregisterWebhookWithThirdPartyOutput) {
|
|
486
|
-
DeregisterWebhookWithThirdPartyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
-
})(DeregisterWebhookWithThirdPartyOutput || (DeregisterWebhookWithThirdPartyOutput = {}));
|
|
488
260
|
var WebhookNotFoundException = (function (_super) {
|
|
489
261
|
__extends(WebhookNotFoundException, _super);
|
|
490
262
|
function WebhookNotFoundException(opts) {
|
|
@@ -502,10 +274,6 @@ export var StageTransitionType;
|
|
|
502
274
|
StageTransitionType["Inbound"] = "Inbound";
|
|
503
275
|
StageTransitionType["Outbound"] = "Outbound";
|
|
504
276
|
})(StageTransitionType || (StageTransitionType = {}));
|
|
505
|
-
export var DisableStageTransitionInput;
|
|
506
|
-
(function (DisableStageTransitionInput) {
|
|
507
|
-
DisableStageTransitionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
-
})(DisableStageTransitionInput || (DisableStageTransitionInput = {}));
|
|
509
277
|
var PipelineNotFoundException = (function (_super) {
|
|
510
278
|
__extends(PipelineNotFoundException, _super);
|
|
511
279
|
function PipelineNotFoundException(opts) {
|
|
@@ -530,54 +298,6 @@ var StageNotFoundException = (function (_super) {
|
|
|
530
298
|
return StageNotFoundException;
|
|
531
299
|
}(__BaseException));
|
|
532
300
|
export { StageNotFoundException };
|
|
533
|
-
export var EnableStageTransitionInput;
|
|
534
|
-
(function (EnableStageTransitionInput) {
|
|
535
|
-
EnableStageTransitionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
-
})(EnableStageTransitionInput || (EnableStageTransitionInput = {}));
|
|
537
|
-
export var GetActionTypeInput;
|
|
538
|
-
(function (GetActionTypeInput) {
|
|
539
|
-
GetActionTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
-
})(GetActionTypeInput || (GetActionTypeInput = {}));
|
|
541
|
-
export var GetActionTypeOutput;
|
|
542
|
-
(function (GetActionTypeOutput) {
|
|
543
|
-
GetActionTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
-
})(GetActionTypeOutput || (GetActionTypeOutput = {}));
|
|
545
|
-
export var GetJobDetailsInput;
|
|
546
|
-
(function (GetJobDetailsInput) {
|
|
547
|
-
GetJobDetailsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
-
})(GetJobDetailsInput || (GetJobDetailsInput = {}));
|
|
549
|
-
export var StageContext;
|
|
550
|
-
(function (StageContext) {
|
|
551
|
-
StageContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
})(StageContext || (StageContext = {}));
|
|
553
|
-
export var PipelineContext;
|
|
554
|
-
(function (PipelineContext) {
|
|
555
|
-
PipelineContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
-
})(PipelineContext || (PipelineContext = {}));
|
|
557
|
-
export var JobData;
|
|
558
|
-
(function (JobData) {
|
|
559
|
-
JobData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.artifactCredentials && { artifactCredentials: SENSITIVE_STRING }))); };
|
|
560
|
-
})(JobData || (JobData = {}));
|
|
561
|
-
export var JobDetails;
|
|
562
|
-
(function (JobDetails) {
|
|
563
|
-
JobDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.data && { data: JobData.filterSensitiveLog(obj.data) }))); };
|
|
564
|
-
})(JobDetails || (JobDetails = {}));
|
|
565
|
-
export var GetJobDetailsOutput;
|
|
566
|
-
(function (GetJobDetailsOutput) {
|
|
567
|
-
GetJobDetailsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.jobDetails && { jobDetails: JobDetails.filterSensitiveLog(obj.jobDetails) }))); };
|
|
568
|
-
})(GetJobDetailsOutput || (GetJobDetailsOutput = {}));
|
|
569
|
-
export var GetPipelineInput;
|
|
570
|
-
(function (GetPipelineInput) {
|
|
571
|
-
GetPipelineInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
-
})(GetPipelineInput || (GetPipelineInput = {}));
|
|
573
|
-
export var PipelineMetadata;
|
|
574
|
-
(function (PipelineMetadata) {
|
|
575
|
-
PipelineMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
-
})(PipelineMetadata || (PipelineMetadata = {}));
|
|
577
|
-
export var GetPipelineOutput;
|
|
578
|
-
(function (GetPipelineOutput) {
|
|
579
|
-
GetPipelineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
-
})(GetPipelineOutput || (GetPipelineOutput = {}));
|
|
581
301
|
var PipelineVersionNotFoundException = (function (_super) {
|
|
582
302
|
__extends(PipelineVersionNotFoundException, _super);
|
|
583
303
|
function PipelineVersionNotFoundException(opts) {
|
|
@@ -590,10 +310,6 @@ var PipelineVersionNotFoundException = (function (_super) {
|
|
|
590
310
|
return PipelineVersionNotFoundException;
|
|
591
311
|
}(__BaseException));
|
|
592
312
|
export { PipelineVersionNotFoundException };
|
|
593
|
-
export var GetPipelineExecutionInput;
|
|
594
|
-
(function (GetPipelineExecutionInput) {
|
|
595
|
-
GetPipelineExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
-
})(GetPipelineExecutionInput || (GetPipelineExecutionInput = {}));
|
|
597
313
|
export var PipelineExecutionStatus;
|
|
598
314
|
(function (PipelineExecutionStatus) {
|
|
599
315
|
PipelineExecutionStatus["Cancelled"] = "Cancelled";
|
|
@@ -604,14 +320,6 @@ export var PipelineExecutionStatus;
|
|
|
604
320
|
PipelineExecutionStatus["Succeeded"] = "Succeeded";
|
|
605
321
|
PipelineExecutionStatus["Superseded"] = "Superseded";
|
|
606
322
|
})(PipelineExecutionStatus || (PipelineExecutionStatus = {}));
|
|
607
|
-
export var PipelineExecution;
|
|
608
|
-
(function (PipelineExecution) {
|
|
609
|
-
PipelineExecution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(PipelineExecution || (PipelineExecution = {}));
|
|
611
|
-
export var GetPipelineExecutionOutput;
|
|
612
|
-
(function (GetPipelineExecutionOutput) {
|
|
613
|
-
GetPipelineExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(GetPipelineExecutionOutput || (GetPipelineExecutionOutput = {}));
|
|
615
323
|
var PipelineExecutionNotFoundException = (function (_super) {
|
|
616
324
|
__extends(PipelineExecutionNotFoundException, _super);
|
|
617
325
|
function PipelineExecutionNotFoundException(opts) {
|
|
@@ -624,10 +332,6 @@ var PipelineExecutionNotFoundException = (function (_super) {
|
|
|
624
332
|
return PipelineExecutionNotFoundException;
|
|
625
333
|
}(__BaseException));
|
|
626
334
|
export { PipelineExecutionNotFoundException };
|
|
627
|
-
export var GetPipelineStateInput;
|
|
628
|
-
(function (GetPipelineStateInput) {
|
|
629
|
-
GetPipelineStateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(GetPipelineStateInput || (GetPipelineStateInput = {}));
|
|
631
335
|
export var StageExecutionStatus;
|
|
632
336
|
(function (StageExecutionStatus) {
|
|
633
337
|
StageExecutionStatus["Cancelled"] = "Cancelled";
|
|
@@ -637,38 +341,6 @@ export var StageExecutionStatus;
|
|
|
637
341
|
StageExecutionStatus["Stopping"] = "Stopping";
|
|
638
342
|
StageExecutionStatus["Succeeded"] = "Succeeded";
|
|
639
343
|
})(StageExecutionStatus || (StageExecutionStatus = {}));
|
|
640
|
-
export var StageExecution;
|
|
641
|
-
(function (StageExecution) {
|
|
642
|
-
StageExecution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
-
})(StageExecution || (StageExecution = {}));
|
|
644
|
-
export var TransitionState;
|
|
645
|
-
(function (TransitionState) {
|
|
646
|
-
TransitionState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
-
})(TransitionState || (TransitionState = {}));
|
|
648
|
-
export var StageState;
|
|
649
|
-
(function (StageState) {
|
|
650
|
-
StageState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
-
})(StageState || (StageState = {}));
|
|
652
|
-
export var GetPipelineStateOutput;
|
|
653
|
-
(function (GetPipelineStateOutput) {
|
|
654
|
-
GetPipelineStateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
-
})(GetPipelineStateOutput || (GetPipelineStateOutput = {}));
|
|
656
|
-
export var GetThirdPartyJobDetailsInput;
|
|
657
|
-
(function (GetThirdPartyJobDetailsInput) {
|
|
658
|
-
GetThirdPartyJobDetailsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
-
})(GetThirdPartyJobDetailsInput || (GetThirdPartyJobDetailsInput = {}));
|
|
660
|
-
export var ThirdPartyJobData;
|
|
661
|
-
(function (ThirdPartyJobData) {
|
|
662
|
-
ThirdPartyJobData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.artifactCredentials && { artifactCredentials: SENSITIVE_STRING }))); };
|
|
663
|
-
})(ThirdPartyJobData || (ThirdPartyJobData = {}));
|
|
664
|
-
export var ThirdPartyJobDetails;
|
|
665
|
-
(function (ThirdPartyJobDetails) {
|
|
666
|
-
ThirdPartyJobDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.data && { data: ThirdPartyJobData.filterSensitiveLog(obj.data) }))); };
|
|
667
|
-
})(ThirdPartyJobDetails || (ThirdPartyJobDetails = {}));
|
|
668
|
-
export var GetThirdPartyJobDetailsOutput;
|
|
669
|
-
(function (GetThirdPartyJobDetailsOutput) {
|
|
670
|
-
GetThirdPartyJobDetailsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.jobDetails && { jobDetails: ThirdPartyJobDetails.filterSensitiveLog(obj.jobDetails) }))); };
|
|
671
|
-
})(GetThirdPartyJobDetailsOutput || (GetThirdPartyJobDetailsOutput = {}));
|
|
672
344
|
var InvalidJobException = (function (_super) {
|
|
673
345
|
__extends(InvalidJobException, _super);
|
|
674
346
|
function InvalidJobException(opts) {
|
|
@@ -693,34 +365,6 @@ var InvalidNextTokenException = (function (_super) {
|
|
|
693
365
|
return InvalidNextTokenException;
|
|
694
366
|
}(__BaseException));
|
|
695
367
|
export { InvalidNextTokenException };
|
|
696
|
-
export var ListActionExecutionsInput;
|
|
697
|
-
(function (ListActionExecutionsInput) {
|
|
698
|
-
ListActionExecutionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(ListActionExecutionsInput || (ListActionExecutionsInput = {}));
|
|
700
|
-
export var ListActionExecutionsOutput;
|
|
701
|
-
(function (ListActionExecutionsOutput) {
|
|
702
|
-
ListActionExecutionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
-
})(ListActionExecutionsOutput || (ListActionExecutionsOutput = {}));
|
|
704
|
-
export var ListActionTypesInput;
|
|
705
|
-
(function (ListActionTypesInput) {
|
|
706
|
-
ListActionTypesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
-
})(ListActionTypesInput || (ListActionTypesInput = {}));
|
|
708
|
-
export var ListActionTypesOutput;
|
|
709
|
-
(function (ListActionTypesOutput) {
|
|
710
|
-
ListActionTypesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
-
})(ListActionTypesOutput || (ListActionTypesOutput = {}));
|
|
712
|
-
export var ListPipelineExecutionsInput;
|
|
713
|
-
(function (ListPipelineExecutionsInput) {
|
|
714
|
-
ListPipelineExecutionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
-
})(ListPipelineExecutionsInput || (ListPipelineExecutionsInput = {}));
|
|
716
|
-
export var SourceRevision;
|
|
717
|
-
(function (SourceRevision) {
|
|
718
|
-
SourceRevision.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
-
})(SourceRevision || (SourceRevision = {}));
|
|
720
|
-
export var StopExecutionTrigger;
|
|
721
|
-
(function (StopExecutionTrigger) {
|
|
722
|
-
StopExecutionTrigger.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
-
})(StopExecutionTrigger || (StopExecutionTrigger = {}));
|
|
724
368
|
export var TriggerType;
|
|
725
369
|
(function (TriggerType) {
|
|
726
370
|
TriggerType["CloudWatchEvent"] = "CloudWatchEvent";
|
|
@@ -730,30 +374,6 @@ export var TriggerType;
|
|
|
730
374
|
TriggerType["StartPipelineExecution"] = "StartPipelineExecution";
|
|
731
375
|
TriggerType["Webhook"] = "Webhook";
|
|
732
376
|
})(TriggerType || (TriggerType = {}));
|
|
733
|
-
export var ExecutionTrigger;
|
|
734
|
-
(function (ExecutionTrigger) {
|
|
735
|
-
ExecutionTrigger.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
-
})(ExecutionTrigger || (ExecutionTrigger = {}));
|
|
737
|
-
export var PipelineExecutionSummary;
|
|
738
|
-
(function (PipelineExecutionSummary) {
|
|
739
|
-
PipelineExecutionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
-
})(PipelineExecutionSummary || (PipelineExecutionSummary = {}));
|
|
741
|
-
export var ListPipelineExecutionsOutput;
|
|
742
|
-
(function (ListPipelineExecutionsOutput) {
|
|
743
|
-
ListPipelineExecutionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
-
})(ListPipelineExecutionsOutput || (ListPipelineExecutionsOutput = {}));
|
|
745
|
-
export var ListPipelinesInput;
|
|
746
|
-
(function (ListPipelinesInput) {
|
|
747
|
-
ListPipelinesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
-
})(ListPipelinesInput || (ListPipelinesInput = {}));
|
|
749
|
-
export var PipelineSummary;
|
|
750
|
-
(function (PipelineSummary) {
|
|
751
|
-
PipelineSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
-
})(PipelineSummary || (PipelineSummary = {}));
|
|
753
|
-
export var ListPipelinesOutput;
|
|
754
|
-
(function (ListPipelinesOutput) {
|
|
755
|
-
ListPipelinesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
-
})(ListPipelinesOutput || (ListPipelinesOutput = {}));
|
|
757
377
|
var InvalidArnException = (function (_super) {
|
|
758
378
|
__extends(InvalidArnException, _super);
|
|
759
379
|
function InvalidArnException(opts) {
|
|
@@ -766,14 +386,6 @@ var InvalidArnException = (function (_super) {
|
|
|
766
386
|
return InvalidArnException;
|
|
767
387
|
}(__BaseException));
|
|
768
388
|
export { InvalidArnException };
|
|
769
|
-
export var ListTagsForResourceInput;
|
|
770
|
-
(function (ListTagsForResourceInput) {
|
|
771
|
-
ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
-
})(ListTagsForResourceInput || (ListTagsForResourceInput = {}));
|
|
773
|
-
export var ListTagsForResourceOutput;
|
|
774
|
-
(function (ListTagsForResourceOutput) {
|
|
775
|
-
ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
-
})(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
|
|
777
389
|
var ResourceNotFoundException = (function (_super) {
|
|
778
390
|
__extends(ResourceNotFoundException, _super);
|
|
779
391
|
function ResourceNotFoundException(opts) {
|
|
@@ -786,68 +398,12 @@ var ResourceNotFoundException = (function (_super) {
|
|
|
786
398
|
return ResourceNotFoundException;
|
|
787
399
|
}(__BaseException));
|
|
788
400
|
export { ResourceNotFoundException };
|
|
789
|
-
export var ListWebhooksInput;
|
|
790
|
-
(function (ListWebhooksInput) {
|
|
791
|
-
ListWebhooksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
-
})(ListWebhooksInput || (ListWebhooksInput = {}));
|
|
793
401
|
export var WebhookAuthenticationType;
|
|
794
402
|
(function (WebhookAuthenticationType) {
|
|
795
403
|
WebhookAuthenticationType["GITHUB_HMAC"] = "GITHUB_HMAC";
|
|
796
404
|
WebhookAuthenticationType["IP"] = "IP";
|
|
797
405
|
WebhookAuthenticationType["UNAUTHENTICATED"] = "UNAUTHENTICATED";
|
|
798
406
|
})(WebhookAuthenticationType || (WebhookAuthenticationType = {}));
|
|
799
|
-
export var WebhookAuthConfiguration;
|
|
800
|
-
(function (WebhookAuthConfiguration) {
|
|
801
|
-
WebhookAuthConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
-
})(WebhookAuthConfiguration || (WebhookAuthConfiguration = {}));
|
|
803
|
-
export var WebhookFilterRule;
|
|
804
|
-
(function (WebhookFilterRule) {
|
|
805
|
-
WebhookFilterRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
-
})(WebhookFilterRule || (WebhookFilterRule = {}));
|
|
807
|
-
export var WebhookDefinition;
|
|
808
|
-
(function (WebhookDefinition) {
|
|
809
|
-
WebhookDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
-
})(WebhookDefinition || (WebhookDefinition = {}));
|
|
811
|
-
export var ListWebhookItem;
|
|
812
|
-
(function (ListWebhookItem) {
|
|
813
|
-
ListWebhookItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
-
})(ListWebhookItem || (ListWebhookItem = {}));
|
|
815
|
-
export var ListWebhooksOutput;
|
|
816
|
-
(function (ListWebhooksOutput) {
|
|
817
|
-
ListWebhooksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
-
})(ListWebhooksOutput || (ListWebhooksOutput = {}));
|
|
819
|
-
export var PollForJobsInput;
|
|
820
|
-
(function (PollForJobsInput) {
|
|
821
|
-
PollForJobsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
-
})(PollForJobsInput || (PollForJobsInput = {}));
|
|
823
|
-
export var Job;
|
|
824
|
-
(function (Job) {
|
|
825
|
-
Job.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.data && { data: JobData.filterSensitiveLog(obj.data) }))); };
|
|
826
|
-
})(Job || (Job = {}));
|
|
827
|
-
export var PollForJobsOutput;
|
|
828
|
-
(function (PollForJobsOutput) {
|
|
829
|
-
PollForJobsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.jobs && { jobs: obj.jobs.map(function (item) { return Job.filterSensitiveLog(item); }) }))); };
|
|
830
|
-
})(PollForJobsOutput || (PollForJobsOutput = {}));
|
|
831
|
-
export var PollForThirdPartyJobsInput;
|
|
832
|
-
(function (PollForThirdPartyJobsInput) {
|
|
833
|
-
PollForThirdPartyJobsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
-
})(PollForThirdPartyJobsInput || (PollForThirdPartyJobsInput = {}));
|
|
835
|
-
export var ThirdPartyJob;
|
|
836
|
-
(function (ThirdPartyJob) {
|
|
837
|
-
ThirdPartyJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
-
})(ThirdPartyJob || (ThirdPartyJob = {}));
|
|
839
|
-
export var PollForThirdPartyJobsOutput;
|
|
840
|
-
(function (PollForThirdPartyJobsOutput) {
|
|
841
|
-
PollForThirdPartyJobsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
-
})(PollForThirdPartyJobsOutput || (PollForThirdPartyJobsOutput = {}));
|
|
843
|
-
export var PutActionRevisionInput;
|
|
844
|
-
(function (PutActionRevisionInput) {
|
|
845
|
-
PutActionRevisionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
-
})(PutActionRevisionInput || (PutActionRevisionInput = {}));
|
|
847
|
-
export var PutActionRevisionOutput;
|
|
848
|
-
(function (PutActionRevisionOutput) {
|
|
849
|
-
PutActionRevisionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
-
})(PutActionRevisionOutput || (PutActionRevisionOutput = {}));
|
|
851
407
|
var InvalidApprovalTokenException = (function (_super) {
|
|
852
408
|
__extends(InvalidApprovalTokenException, _super);
|
|
853
409
|
function InvalidApprovalTokenException(opts) {
|
|
@@ -860,14 +416,6 @@ var InvalidApprovalTokenException = (function (_super) {
|
|
|
860
416
|
return InvalidApprovalTokenException;
|
|
861
417
|
}(__BaseException));
|
|
862
418
|
export { InvalidApprovalTokenException };
|
|
863
|
-
export var PutApprovalResultInput;
|
|
864
|
-
(function (PutApprovalResultInput) {
|
|
865
|
-
PutApprovalResultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
-
})(PutApprovalResultInput || (PutApprovalResultInput = {}));
|
|
867
|
-
export var PutApprovalResultOutput;
|
|
868
|
-
(function (PutApprovalResultOutput) {
|
|
869
|
-
PutApprovalResultOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
-
})(PutApprovalResultOutput || (PutApprovalResultOutput = {}));
|
|
871
419
|
var InvalidJobStateException = (function (_super) {
|
|
872
420
|
__extends(InvalidJobStateException, _super);
|
|
873
421
|
function InvalidJobStateException(opts) {
|
|
@@ -889,14 +437,6 @@ export var FailureType;
|
|
|
889
437
|
FailureType["RevisionUnavailable"] = "RevisionUnavailable";
|
|
890
438
|
FailureType["SystemUnavailable"] = "SystemUnavailable";
|
|
891
439
|
})(FailureType || (FailureType = {}));
|
|
892
|
-
export var FailureDetails;
|
|
893
|
-
(function (FailureDetails) {
|
|
894
|
-
FailureDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
-
})(FailureDetails || (FailureDetails = {}));
|
|
896
|
-
export var PutJobFailureResultInput;
|
|
897
|
-
(function (PutJobFailureResultInput) {
|
|
898
|
-
PutJobFailureResultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
-
})(PutJobFailureResultInput || (PutJobFailureResultInput = {}));
|
|
900
440
|
var OutputVariablesSizeExceededException = (function (_super) {
|
|
901
441
|
__extends(OutputVariablesSizeExceededException, _super);
|
|
902
442
|
function OutputVariablesSizeExceededException(opts) {
|
|
@@ -909,26 +449,6 @@ var OutputVariablesSizeExceededException = (function (_super) {
|
|
|
909
449
|
return OutputVariablesSizeExceededException;
|
|
910
450
|
}(__BaseException));
|
|
911
451
|
export { OutputVariablesSizeExceededException };
|
|
912
|
-
export var CurrentRevision;
|
|
913
|
-
(function (CurrentRevision) {
|
|
914
|
-
CurrentRevision.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
|
-
})(CurrentRevision || (CurrentRevision = {}));
|
|
916
|
-
export var ExecutionDetails;
|
|
917
|
-
(function (ExecutionDetails) {
|
|
918
|
-
ExecutionDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
-
})(ExecutionDetails || (ExecutionDetails = {}));
|
|
920
|
-
export var PutJobSuccessResultInput;
|
|
921
|
-
(function (PutJobSuccessResultInput) {
|
|
922
|
-
PutJobSuccessResultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
-
})(PutJobSuccessResultInput || (PutJobSuccessResultInput = {}));
|
|
924
|
-
export var PutThirdPartyJobFailureResultInput;
|
|
925
|
-
(function (PutThirdPartyJobFailureResultInput) {
|
|
926
|
-
PutThirdPartyJobFailureResultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
-
})(PutThirdPartyJobFailureResultInput || (PutThirdPartyJobFailureResultInput = {}));
|
|
928
|
-
export var PutThirdPartyJobSuccessResultInput;
|
|
929
|
-
(function (PutThirdPartyJobSuccessResultInput) {
|
|
930
|
-
PutThirdPartyJobSuccessResultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
931
|
-
})(PutThirdPartyJobSuccessResultInput || (PutThirdPartyJobSuccessResultInput = {}));
|
|
932
452
|
var InvalidWebhookAuthenticationParametersException = (function (_super) {
|
|
933
453
|
__extends(InvalidWebhookAuthenticationParametersException, _super);
|
|
934
454
|
function InvalidWebhookAuthenticationParametersException(opts) {
|
|
@@ -953,22 +473,6 @@ var InvalidWebhookFilterPatternException = (function (_super) {
|
|
|
953
473
|
return InvalidWebhookFilterPatternException;
|
|
954
474
|
}(__BaseException));
|
|
955
475
|
export { InvalidWebhookFilterPatternException };
|
|
956
|
-
export var PutWebhookInput;
|
|
957
|
-
(function (PutWebhookInput) {
|
|
958
|
-
PutWebhookInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
959
|
-
})(PutWebhookInput || (PutWebhookInput = {}));
|
|
960
|
-
export var PutWebhookOutput;
|
|
961
|
-
(function (PutWebhookOutput) {
|
|
962
|
-
PutWebhookOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
963
|
-
})(PutWebhookOutput || (PutWebhookOutput = {}));
|
|
964
|
-
export var RegisterWebhookWithThirdPartyInput;
|
|
965
|
-
(function (RegisterWebhookWithThirdPartyInput) {
|
|
966
|
-
RegisterWebhookWithThirdPartyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
-
})(RegisterWebhookWithThirdPartyInput || (RegisterWebhookWithThirdPartyInput = {}));
|
|
968
|
-
export var RegisterWebhookWithThirdPartyOutput;
|
|
969
|
-
(function (RegisterWebhookWithThirdPartyOutput) {
|
|
970
|
-
RegisterWebhookWithThirdPartyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
971
|
-
})(RegisterWebhookWithThirdPartyOutput || (RegisterWebhookWithThirdPartyOutput = {}));
|
|
972
476
|
var ConflictException = (function (_super) {
|
|
973
477
|
__extends(ConflictException, _super);
|
|
974
478
|
function ConflictException(opts) {
|
|
@@ -997,14 +501,6 @@ export var StageRetryMode;
|
|
|
997
501
|
(function (StageRetryMode) {
|
|
998
502
|
StageRetryMode["FAILED_ACTIONS"] = "FAILED_ACTIONS";
|
|
999
503
|
})(StageRetryMode || (StageRetryMode = {}));
|
|
1000
|
-
export var RetryStageExecutionInput;
|
|
1001
|
-
(function (RetryStageExecutionInput) {
|
|
1002
|
-
RetryStageExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1003
|
-
})(RetryStageExecutionInput || (RetryStageExecutionInput = {}));
|
|
1004
|
-
export var RetryStageExecutionOutput;
|
|
1005
|
-
(function (RetryStageExecutionOutput) {
|
|
1006
|
-
RetryStageExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1007
|
-
})(RetryStageExecutionOutput || (RetryStageExecutionOutput = {}));
|
|
1008
504
|
var StageNotRetryableException = (function (_super) {
|
|
1009
505
|
__extends(StageNotRetryableException, _super);
|
|
1010
506
|
function StageNotRetryableException(opts) {
|
|
@@ -1017,14 +513,6 @@ var StageNotRetryableException = (function (_super) {
|
|
|
1017
513
|
return StageNotRetryableException;
|
|
1018
514
|
}(__BaseException));
|
|
1019
515
|
export { StageNotRetryableException };
|
|
1020
|
-
export var StartPipelineExecutionInput;
|
|
1021
|
-
(function (StartPipelineExecutionInput) {
|
|
1022
|
-
StartPipelineExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1023
|
-
})(StartPipelineExecutionInput || (StartPipelineExecutionInput = {}));
|
|
1024
|
-
export var StartPipelineExecutionOutput;
|
|
1025
|
-
(function (StartPipelineExecutionOutput) {
|
|
1026
|
-
StartPipelineExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1027
|
-
})(StartPipelineExecutionOutput || (StartPipelineExecutionOutput = {}));
|
|
1028
516
|
var DuplicatedStopRequestException = (function (_super) {
|
|
1029
517
|
__extends(DuplicatedStopRequestException, _super);
|
|
1030
518
|
function DuplicatedStopRequestException(opts) {
|
|
@@ -1049,30 +537,6 @@ var PipelineExecutionNotStoppableException = (function (_super) {
|
|
|
1049
537
|
return PipelineExecutionNotStoppableException;
|
|
1050
538
|
}(__BaseException));
|
|
1051
539
|
export { PipelineExecutionNotStoppableException };
|
|
1052
|
-
export var StopPipelineExecutionInput;
|
|
1053
|
-
(function (StopPipelineExecutionInput) {
|
|
1054
|
-
StopPipelineExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1055
|
-
})(StopPipelineExecutionInput || (StopPipelineExecutionInput = {}));
|
|
1056
|
-
export var StopPipelineExecutionOutput;
|
|
1057
|
-
(function (StopPipelineExecutionOutput) {
|
|
1058
|
-
StopPipelineExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1059
|
-
})(StopPipelineExecutionOutput || (StopPipelineExecutionOutput = {}));
|
|
1060
|
-
export var TagResourceInput;
|
|
1061
|
-
(function (TagResourceInput) {
|
|
1062
|
-
TagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1063
|
-
})(TagResourceInput || (TagResourceInput = {}));
|
|
1064
|
-
export var TagResourceOutput;
|
|
1065
|
-
(function (TagResourceOutput) {
|
|
1066
|
-
TagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1067
|
-
})(TagResourceOutput || (TagResourceOutput = {}));
|
|
1068
|
-
export var UntagResourceInput;
|
|
1069
|
-
(function (UntagResourceInput) {
|
|
1070
|
-
UntagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1071
|
-
})(UntagResourceInput || (UntagResourceInput = {}));
|
|
1072
|
-
export var UntagResourceOutput;
|
|
1073
|
-
(function (UntagResourceOutput) {
|
|
1074
|
-
UntagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1075
|
-
})(UntagResourceOutput || (UntagResourceOutput = {}));
|
|
1076
540
|
var RequestFailedException = (function (_super) {
|
|
1077
541
|
__extends(RequestFailedException, _super);
|
|
1078
542
|
function RequestFailedException(opts) {
|
|
@@ -1085,15 +549,140 @@ var RequestFailedException = (function (_super) {
|
|
|
1085
549
|
return RequestFailedException;
|
|
1086
550
|
}(__BaseException));
|
|
1087
551
|
export { RequestFailedException };
|
|
1088
|
-
export var
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
export var
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
export var
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
552
|
+
export var AcknowledgeJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var AcknowledgeJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var AcknowledgeThirdPartyJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var AcknowledgeThirdPartyJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var ActionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var ActionConfigurationPropertyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var ActionContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var ActionTypeIdFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var InputArtifactFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var OutputArtifactFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var ActionDeclarationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var ErrorDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var ActionExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var S3LocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var ArtifactDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var ActionExecutionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var ActionExecutionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var ActionExecutionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var ActionExecutionDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var ActionExecutionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var ActionRevisionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var ActionStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var ArtifactDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var ActionTypeSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var ActionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var ActionTypeArtifactDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var JobWorkerExecutorConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var LambdaExecutorConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var ExecutorConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var ActionTypeExecutorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var ActionTypeIdentifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var ActionTypePermissionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var ActionTypePropertyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var ActionTypeUrlsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var ActionTypeDeclarationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var ApprovalResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var S3ArtifactLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var ArtifactLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var ArtifactFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var ArtifactRevisionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var EncryptionKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var ArtifactStoreFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var AWSSessionCredentialsFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.accessKeyId && { accessKeyId: SENSITIVE_STRING })), (obj.secretAccessKey && { secretAccessKey: SENSITIVE_STRING })), (obj.sessionToken && { sessionToken: SENSITIVE_STRING }))); };
|
|
595
|
+
export var BlockerDeclarationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var CreateCustomActionTypeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var CreateCustomActionTypeOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var StageDeclarationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var PipelineDeclarationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var CreatePipelineInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var CreatePipelineOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var DeleteCustomActionTypeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var DeletePipelineInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var DeleteWebhookInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var DeleteWebhookOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var DeregisterWebhookWithThirdPartyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var DisableStageTransitionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var EnableStageTransitionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var GetActionTypeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var GetActionTypeOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var GetJobDetailsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var StageContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var PipelineContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var JobDataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.artifactCredentials && { artifactCredentials: SENSITIVE_STRING }))); };
|
|
617
|
+
export var JobDetailsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.data && { data: JobDataFilterSensitiveLog(obj.data) }))); };
|
|
618
|
+
export var GetJobDetailsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.jobDetails && { jobDetails: JobDetailsFilterSensitiveLog(obj.jobDetails) }))); };
|
|
619
|
+
export var GetPipelineInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var PipelineMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var GetPipelineOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var GetPipelineExecutionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var PipelineExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var GetPipelineExecutionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var GetPipelineStateInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var StageExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var TransitionStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var StageStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var GetPipelineStateOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var GetThirdPartyJobDetailsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var ThirdPartyJobDataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.artifactCredentials && { artifactCredentials: SENSITIVE_STRING }))); };
|
|
632
|
+
export var ThirdPartyJobDetailsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.data && { data: ThirdPartyJobDataFilterSensitiveLog(obj.data) }))); };
|
|
633
|
+
export var GetThirdPartyJobDetailsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.jobDetails && { jobDetails: ThirdPartyJobDetailsFilterSensitiveLog(obj.jobDetails) }))); };
|
|
634
|
+
export var ListActionExecutionsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var ListActionExecutionsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var ListActionTypesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var ListActionTypesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var ListPipelineExecutionsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var SourceRevisionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var StopExecutionTriggerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var ExecutionTriggerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var PipelineExecutionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var ListPipelineExecutionsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var ListPipelinesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var PipelineSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var ListPipelinesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var ListTagsForResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var ListTagsForResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var ListWebhooksInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var WebhookAuthConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var WebhookFilterRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var WebhookDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var ListWebhookItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var ListWebhooksOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var PollForJobsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var JobFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.data && { data: JobDataFilterSensitiveLog(obj.data) }))); };
|
|
657
|
+
export var PollForJobsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.jobs && { jobs: obj.jobs.map(function (item) { return JobFilterSensitiveLog(item); }) }))); };
|
|
658
|
+
export var PollForThirdPartyJobsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var ThirdPartyJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var PollForThirdPartyJobsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var PutActionRevisionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var PutActionRevisionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var PutApprovalResultInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
export var PutApprovalResultOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var FailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
export var PutJobFailureResultInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var CurrentRevisionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var ExecutionDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var PutJobSuccessResultInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var PutThirdPartyJobFailureResultInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var PutThirdPartyJobSuccessResultInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
export var PutWebhookInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
export var PutWebhookOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var RegisterWebhookWithThirdPartyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var RegisterWebhookWithThirdPartyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var RetryStageExecutionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
+
export var RetryStageExecutionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
export var StartPipelineExecutionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
export var StartPipelineExecutionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
export var StopPipelineExecutionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var StopPipelineExecutionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var TagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var TagResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var UntagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var UntagResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
export var UpdateActionTypeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
export var UpdatePipelineInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
+
export var UpdatePipelineOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|