@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,17 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.StageRetryMode = exports.NotLatestPipelineExecutionException = exports.ConflictException = exports.InvalidWebhookFilterPatternException = exports.InvalidWebhookAuthenticationParametersException = exports.OutputVariablesSizeExceededException = exports.FailureType = exports.InvalidJobStateException = exports.InvalidApprovalTokenException = exports.WebhookAuthenticationType = exports.ResourceNotFoundException = exports.InvalidArnException = exports.TriggerType = exports.InvalidNextTokenException = exports.InvalidJobException = exports.StageExecutionStatus = exports.PipelineExecutionNotFoundException = exports.PipelineExecutionStatus = exports.PipelineVersionNotFoundException = exports.StageNotFoundException = exports.PipelineNotFoundException = exports.StageTransitionType = exports.WebhookNotFoundException = exports.PipelineNameInUseException = exports.InvalidStructureException = exports.InvalidStageDeclarationException = exports.InvalidBlockerDeclarationException = exports.InvalidActionDeclarationException = exports.TooManyTagsException = exports.LimitExceededException = exports.InvalidTagsException = exports.ConcurrentModificationException = exports.BlockerType = exports.ArtifactStoreType = exports.EncryptionKeyType = exports.ArtifactLocationType = exports.ApprovalStatus = exports.ApprovalAlreadyCompletedException = exports.ActionTypeNotFoundException = exports.ExecutorType = exports.ActionNotFoundException = exports.ActionExecutionStatus = exports.ActionOwner = exports.ActionConfigurationPropertyType = exports.ActionCategory = exports.InvalidClientTokenException = exports.ValidationException = exports.JobNotFoundException = exports.InvalidNonceException = exports.JobStatus = void 0;
|
|
4
|
+
exports.CreateCustomActionTypeInputFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.BlockerDeclarationFilterSensitiveLog = exports.AWSSessionCredentialsFilterSensitiveLog = exports.ArtifactStoreFilterSensitiveLog = exports.EncryptionKeyFilterSensitiveLog = exports.ArtifactRevisionFilterSensitiveLog = exports.ArtifactFilterSensitiveLog = exports.ArtifactLocationFilterSensitiveLog = exports.S3ArtifactLocationFilterSensitiveLog = exports.ApprovalResultFilterSensitiveLog = exports.ActionTypeDeclarationFilterSensitiveLog = exports.ActionTypeUrlsFilterSensitiveLog = exports.ActionTypePropertyFilterSensitiveLog = exports.ActionTypePermissionsFilterSensitiveLog = exports.ActionTypeIdentifierFilterSensitiveLog = exports.ActionTypeExecutorFilterSensitiveLog = exports.ExecutorConfigurationFilterSensitiveLog = exports.LambdaExecutorConfigurationFilterSensitiveLog = exports.JobWorkerExecutorConfigurationFilterSensitiveLog = exports.ActionTypeArtifactDetailsFilterSensitiveLog = exports.ActionTypeFilterSensitiveLog = exports.ActionTypeSettingsFilterSensitiveLog = exports.ArtifactDetailsFilterSensitiveLog = exports.ActionStateFilterSensitiveLog = exports.ActionRevisionFilterSensitiveLog = exports.ActionExecutionFilterFilterSensitiveLog = exports.ActionExecutionDetailFilterSensitiveLog = exports.ActionExecutionOutputFilterSensitiveLog = exports.ActionExecutionResultFilterSensitiveLog = exports.ActionExecutionInputFilterSensitiveLog = exports.ArtifactDetailFilterSensitiveLog = exports.S3LocationFilterSensitiveLog = exports.ActionExecutionFilterSensitiveLog = exports.ErrorDetailsFilterSensitiveLog = exports.ActionDeclarationFilterSensitiveLog = exports.OutputArtifactFilterSensitiveLog = exports.InputArtifactFilterSensitiveLog = exports.ActionTypeIdFilterSensitiveLog = exports.ActionContextFilterSensitiveLog = exports.ActionConfigurationPropertyFilterSensitiveLog = exports.ActionConfigurationFilterSensitiveLog = exports.AcknowledgeThirdPartyJobOutputFilterSensitiveLog = exports.AcknowledgeThirdPartyJobInputFilterSensitiveLog = exports.AcknowledgeJobOutputFilterSensitiveLog = exports.AcknowledgeJobInputFilterSensitiveLog = exports.RequestFailedException = exports.PipelineExecutionNotStoppableException = exports.DuplicatedStopRequestException = exports.StageNotRetryableException = void 0;
|
|
5
|
+
exports.ListTagsForResourceInputFilterSensitiveLog = exports.ListPipelinesOutputFilterSensitiveLog = exports.PipelineSummaryFilterSensitiveLog = exports.ListPipelinesInputFilterSensitiveLog = exports.ListPipelineExecutionsOutputFilterSensitiveLog = exports.PipelineExecutionSummaryFilterSensitiveLog = exports.ExecutionTriggerFilterSensitiveLog = exports.StopExecutionTriggerFilterSensitiveLog = exports.SourceRevisionFilterSensitiveLog = exports.ListPipelineExecutionsInputFilterSensitiveLog = exports.ListActionTypesOutputFilterSensitiveLog = exports.ListActionTypesInputFilterSensitiveLog = exports.ListActionExecutionsOutputFilterSensitiveLog = exports.ListActionExecutionsInputFilterSensitiveLog = exports.GetThirdPartyJobDetailsOutputFilterSensitiveLog = exports.ThirdPartyJobDetailsFilterSensitiveLog = exports.ThirdPartyJobDataFilterSensitiveLog = exports.GetThirdPartyJobDetailsInputFilterSensitiveLog = exports.GetPipelineStateOutputFilterSensitiveLog = exports.StageStateFilterSensitiveLog = exports.TransitionStateFilterSensitiveLog = exports.StageExecutionFilterSensitiveLog = exports.GetPipelineStateInputFilterSensitiveLog = exports.GetPipelineExecutionOutputFilterSensitiveLog = exports.PipelineExecutionFilterSensitiveLog = exports.GetPipelineExecutionInputFilterSensitiveLog = exports.GetPipelineOutputFilterSensitiveLog = exports.PipelineMetadataFilterSensitiveLog = exports.GetPipelineInputFilterSensitiveLog = exports.GetJobDetailsOutputFilterSensitiveLog = exports.JobDetailsFilterSensitiveLog = exports.JobDataFilterSensitiveLog = exports.PipelineContextFilterSensitiveLog = exports.StageContextFilterSensitiveLog = exports.GetJobDetailsInputFilterSensitiveLog = exports.GetActionTypeOutputFilterSensitiveLog = exports.GetActionTypeInputFilterSensitiveLog = exports.EnableStageTransitionInputFilterSensitiveLog = exports.DisableStageTransitionInputFilterSensitiveLog = exports.DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog = exports.DeregisterWebhookWithThirdPartyInputFilterSensitiveLog = exports.DeleteWebhookOutputFilterSensitiveLog = exports.DeleteWebhookInputFilterSensitiveLog = exports.DeletePipelineInputFilterSensitiveLog = exports.DeleteCustomActionTypeInputFilterSensitiveLog = exports.CreatePipelineOutputFilterSensitiveLog = exports.CreatePipelineInputFilterSensitiveLog = exports.PipelineDeclarationFilterSensitiveLog = exports.StageDeclarationFilterSensitiveLog = exports.CreateCustomActionTypeOutputFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdatePipelineOutputFilterSensitiveLog = exports.UpdatePipelineInputFilterSensitiveLog = exports.UpdateActionTypeInputFilterSensitiveLog = exports.UntagResourceOutputFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.TagResourceOutputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.StopPipelineExecutionOutputFilterSensitiveLog = exports.StopPipelineExecutionInputFilterSensitiveLog = exports.StartPipelineExecutionOutputFilterSensitiveLog = exports.StartPipelineExecutionInputFilterSensitiveLog = exports.RetryStageExecutionOutputFilterSensitiveLog = exports.RetryStageExecutionInputFilterSensitiveLog = exports.RegisterWebhookWithThirdPartyOutputFilterSensitiveLog = exports.RegisterWebhookWithThirdPartyInputFilterSensitiveLog = exports.PutWebhookOutputFilterSensitiveLog = exports.PutWebhookInputFilterSensitiveLog = exports.PutThirdPartyJobSuccessResultInputFilterSensitiveLog = exports.PutThirdPartyJobFailureResultInputFilterSensitiveLog = exports.PutJobSuccessResultInputFilterSensitiveLog = exports.ExecutionDetailsFilterSensitiveLog = exports.CurrentRevisionFilterSensitiveLog = exports.PutJobFailureResultInputFilterSensitiveLog = exports.FailureDetailsFilterSensitiveLog = exports.PutApprovalResultOutputFilterSensitiveLog = exports.PutApprovalResultInputFilterSensitiveLog = exports.PutActionRevisionOutputFilterSensitiveLog = exports.PutActionRevisionInputFilterSensitiveLog = exports.PollForThirdPartyJobsOutputFilterSensitiveLog = exports.ThirdPartyJobFilterSensitiveLog = exports.PollForThirdPartyJobsInputFilterSensitiveLog = exports.PollForJobsOutputFilterSensitiveLog = exports.JobFilterSensitiveLog = exports.PollForJobsInputFilterSensitiveLog = exports.ListWebhooksOutputFilterSensitiveLog = exports.ListWebhookItemFilterSensitiveLog = exports.WebhookDefinitionFilterSensitiveLog = exports.WebhookFilterRuleFilterSensitiveLog = exports.WebhookAuthConfigurationFilterSensitiveLog = exports.ListWebhooksInputFilterSensitiveLog = exports.ListTagsForResourceOutputFilterSensitiveLog = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
const CodePipelineServiceException_1 = require("./CodePipelineServiceException");
|
|
9
|
-
var AcknowledgeJobInput;
|
|
10
|
-
(function (AcknowledgeJobInput) {
|
|
11
|
-
AcknowledgeJobInput.filterSensitiveLog = (obj) => ({
|
|
12
|
-
...obj,
|
|
13
|
-
});
|
|
14
|
-
})(AcknowledgeJobInput = exports.AcknowledgeJobInput || (exports.AcknowledgeJobInput = {}));
|
|
15
9
|
var JobStatus;
|
|
16
10
|
(function (JobStatus) {
|
|
17
11
|
JobStatus["Created"] = "Created";
|
|
@@ -22,12 +16,6 @@ var JobStatus;
|
|
|
22
16
|
JobStatus["Succeeded"] = "Succeeded";
|
|
23
17
|
JobStatus["TimedOut"] = "TimedOut";
|
|
24
18
|
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
|
|
25
|
-
var AcknowledgeJobOutput;
|
|
26
|
-
(function (AcknowledgeJobOutput) {
|
|
27
|
-
AcknowledgeJobOutput.filterSensitiveLog = (obj) => ({
|
|
28
|
-
...obj,
|
|
29
|
-
});
|
|
30
|
-
})(AcknowledgeJobOutput = exports.AcknowledgeJobOutput || (exports.AcknowledgeJobOutput = {}));
|
|
31
19
|
class InvalidNonceException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
32
20
|
constructor(opts) {
|
|
33
21
|
super({
|
|
@@ -67,18 +55,6 @@ class ValidationException extends CodePipelineServiceException_1.CodePipelineSer
|
|
|
67
55
|
}
|
|
68
56
|
}
|
|
69
57
|
exports.ValidationException = ValidationException;
|
|
70
|
-
var AcknowledgeThirdPartyJobInput;
|
|
71
|
-
(function (AcknowledgeThirdPartyJobInput) {
|
|
72
|
-
AcknowledgeThirdPartyJobInput.filterSensitiveLog = (obj) => ({
|
|
73
|
-
...obj,
|
|
74
|
-
});
|
|
75
|
-
})(AcknowledgeThirdPartyJobInput = exports.AcknowledgeThirdPartyJobInput || (exports.AcknowledgeThirdPartyJobInput = {}));
|
|
76
|
-
var AcknowledgeThirdPartyJobOutput;
|
|
77
|
-
(function (AcknowledgeThirdPartyJobOutput) {
|
|
78
|
-
AcknowledgeThirdPartyJobOutput.filterSensitiveLog = (obj) => ({
|
|
79
|
-
...obj,
|
|
80
|
-
});
|
|
81
|
-
})(AcknowledgeThirdPartyJobOutput = exports.AcknowledgeThirdPartyJobOutput || (exports.AcknowledgeThirdPartyJobOutput = {}));
|
|
82
58
|
class InvalidClientTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
83
59
|
constructor(opts) {
|
|
84
60
|
super({
|
|
@@ -101,66 +77,18 @@ var ActionCategory;
|
|
|
101
77
|
ActionCategory["Source"] = "Source";
|
|
102
78
|
ActionCategory["Test"] = "Test";
|
|
103
79
|
})(ActionCategory = exports.ActionCategory || (exports.ActionCategory = {}));
|
|
104
|
-
var ActionConfiguration;
|
|
105
|
-
(function (ActionConfiguration) {
|
|
106
|
-
ActionConfiguration.filterSensitiveLog = (obj) => ({
|
|
107
|
-
...obj,
|
|
108
|
-
});
|
|
109
|
-
})(ActionConfiguration = exports.ActionConfiguration || (exports.ActionConfiguration = {}));
|
|
110
80
|
var ActionConfigurationPropertyType;
|
|
111
81
|
(function (ActionConfigurationPropertyType) {
|
|
112
82
|
ActionConfigurationPropertyType["Boolean"] = "Boolean";
|
|
113
83
|
ActionConfigurationPropertyType["Number"] = "Number";
|
|
114
84
|
ActionConfigurationPropertyType["String"] = "String";
|
|
115
85
|
})(ActionConfigurationPropertyType = exports.ActionConfigurationPropertyType || (exports.ActionConfigurationPropertyType = {}));
|
|
116
|
-
var ActionConfigurationProperty;
|
|
117
|
-
(function (ActionConfigurationProperty) {
|
|
118
|
-
ActionConfigurationProperty.filterSensitiveLog = (obj) => ({
|
|
119
|
-
...obj,
|
|
120
|
-
});
|
|
121
|
-
})(ActionConfigurationProperty = exports.ActionConfigurationProperty || (exports.ActionConfigurationProperty = {}));
|
|
122
|
-
var ActionContext;
|
|
123
|
-
(function (ActionContext) {
|
|
124
|
-
ActionContext.filterSensitiveLog = (obj) => ({
|
|
125
|
-
...obj,
|
|
126
|
-
});
|
|
127
|
-
})(ActionContext = exports.ActionContext || (exports.ActionContext = {}));
|
|
128
86
|
var ActionOwner;
|
|
129
87
|
(function (ActionOwner) {
|
|
130
88
|
ActionOwner["AWS"] = "AWS";
|
|
131
89
|
ActionOwner["Custom"] = "Custom";
|
|
132
90
|
ActionOwner["ThirdParty"] = "ThirdParty";
|
|
133
91
|
})(ActionOwner = exports.ActionOwner || (exports.ActionOwner = {}));
|
|
134
|
-
var ActionTypeId;
|
|
135
|
-
(function (ActionTypeId) {
|
|
136
|
-
ActionTypeId.filterSensitiveLog = (obj) => ({
|
|
137
|
-
...obj,
|
|
138
|
-
});
|
|
139
|
-
})(ActionTypeId = exports.ActionTypeId || (exports.ActionTypeId = {}));
|
|
140
|
-
var InputArtifact;
|
|
141
|
-
(function (InputArtifact) {
|
|
142
|
-
InputArtifact.filterSensitiveLog = (obj) => ({
|
|
143
|
-
...obj,
|
|
144
|
-
});
|
|
145
|
-
})(InputArtifact = exports.InputArtifact || (exports.InputArtifact = {}));
|
|
146
|
-
var OutputArtifact;
|
|
147
|
-
(function (OutputArtifact) {
|
|
148
|
-
OutputArtifact.filterSensitiveLog = (obj) => ({
|
|
149
|
-
...obj,
|
|
150
|
-
});
|
|
151
|
-
})(OutputArtifact = exports.OutputArtifact || (exports.OutputArtifact = {}));
|
|
152
|
-
var ActionDeclaration;
|
|
153
|
-
(function (ActionDeclaration) {
|
|
154
|
-
ActionDeclaration.filterSensitiveLog = (obj) => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
})(ActionDeclaration = exports.ActionDeclaration || (exports.ActionDeclaration = {}));
|
|
158
|
-
var ErrorDetails;
|
|
159
|
-
(function (ErrorDetails) {
|
|
160
|
-
ErrorDetails.filterSensitiveLog = (obj) => ({
|
|
161
|
-
...obj,
|
|
162
|
-
});
|
|
163
|
-
})(ErrorDetails = exports.ErrorDetails || (exports.ErrorDetails = {}));
|
|
164
92
|
var ActionExecutionStatus;
|
|
165
93
|
(function (ActionExecutionStatus) {
|
|
166
94
|
ActionExecutionStatus["Abandoned"] = "Abandoned";
|
|
@@ -168,54 +96,6 @@ var ActionExecutionStatus;
|
|
|
168
96
|
ActionExecutionStatus["InProgress"] = "InProgress";
|
|
169
97
|
ActionExecutionStatus["Succeeded"] = "Succeeded";
|
|
170
98
|
})(ActionExecutionStatus = exports.ActionExecutionStatus || (exports.ActionExecutionStatus = {}));
|
|
171
|
-
var ActionExecution;
|
|
172
|
-
(function (ActionExecution) {
|
|
173
|
-
ActionExecution.filterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
})(ActionExecution = exports.ActionExecution || (exports.ActionExecution = {}));
|
|
177
|
-
var S3Location;
|
|
178
|
-
(function (S3Location) {
|
|
179
|
-
S3Location.filterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
});
|
|
182
|
-
})(S3Location = exports.S3Location || (exports.S3Location = {}));
|
|
183
|
-
var ArtifactDetail;
|
|
184
|
-
(function (ArtifactDetail) {
|
|
185
|
-
ArtifactDetail.filterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
})(ArtifactDetail = exports.ArtifactDetail || (exports.ArtifactDetail = {}));
|
|
189
|
-
var ActionExecutionInput;
|
|
190
|
-
(function (ActionExecutionInput) {
|
|
191
|
-
ActionExecutionInput.filterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
})(ActionExecutionInput = exports.ActionExecutionInput || (exports.ActionExecutionInput = {}));
|
|
195
|
-
var ActionExecutionResult;
|
|
196
|
-
(function (ActionExecutionResult) {
|
|
197
|
-
ActionExecutionResult.filterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
})(ActionExecutionResult = exports.ActionExecutionResult || (exports.ActionExecutionResult = {}));
|
|
201
|
-
var ActionExecutionOutput;
|
|
202
|
-
(function (ActionExecutionOutput) {
|
|
203
|
-
ActionExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
})(ActionExecutionOutput = exports.ActionExecutionOutput || (exports.ActionExecutionOutput = {}));
|
|
207
|
-
var ActionExecutionDetail;
|
|
208
|
-
(function (ActionExecutionDetail) {
|
|
209
|
-
ActionExecutionDetail.filterSensitiveLog = (obj) => ({
|
|
210
|
-
...obj,
|
|
211
|
-
});
|
|
212
|
-
})(ActionExecutionDetail = exports.ActionExecutionDetail || (exports.ActionExecutionDetail = {}));
|
|
213
|
-
var ActionExecutionFilter;
|
|
214
|
-
(function (ActionExecutionFilter) {
|
|
215
|
-
ActionExecutionFilter.filterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
})(ActionExecutionFilter = exports.ActionExecutionFilter || (exports.ActionExecutionFilter = {}));
|
|
219
99
|
class ActionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
220
100
|
constructor(opts) {
|
|
221
101
|
super({
|
|
@@ -229,101 +109,11 @@ class ActionNotFoundException extends CodePipelineServiceException_1.CodePipelin
|
|
|
229
109
|
}
|
|
230
110
|
}
|
|
231
111
|
exports.ActionNotFoundException = ActionNotFoundException;
|
|
232
|
-
var ActionRevision;
|
|
233
|
-
(function (ActionRevision) {
|
|
234
|
-
ActionRevision.filterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
})(ActionRevision = exports.ActionRevision || (exports.ActionRevision = {}));
|
|
238
|
-
var ActionState;
|
|
239
|
-
(function (ActionState) {
|
|
240
|
-
ActionState.filterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
})(ActionState = exports.ActionState || (exports.ActionState = {}));
|
|
244
|
-
var ArtifactDetails;
|
|
245
|
-
(function (ArtifactDetails) {
|
|
246
|
-
ArtifactDetails.filterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
})(ArtifactDetails = exports.ArtifactDetails || (exports.ArtifactDetails = {}));
|
|
250
|
-
var ActionTypeSettings;
|
|
251
|
-
(function (ActionTypeSettings) {
|
|
252
|
-
ActionTypeSettings.filterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
})(ActionTypeSettings = exports.ActionTypeSettings || (exports.ActionTypeSettings = {}));
|
|
256
|
-
var ActionType;
|
|
257
|
-
(function (ActionType) {
|
|
258
|
-
ActionType.filterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
262
|
-
var ActionTypeArtifactDetails;
|
|
263
|
-
(function (ActionTypeArtifactDetails) {
|
|
264
|
-
ActionTypeArtifactDetails.filterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
})(ActionTypeArtifactDetails = exports.ActionTypeArtifactDetails || (exports.ActionTypeArtifactDetails = {}));
|
|
268
|
-
var JobWorkerExecutorConfiguration;
|
|
269
|
-
(function (JobWorkerExecutorConfiguration) {
|
|
270
|
-
JobWorkerExecutorConfiguration.filterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
});
|
|
273
|
-
})(JobWorkerExecutorConfiguration = exports.JobWorkerExecutorConfiguration || (exports.JobWorkerExecutorConfiguration = {}));
|
|
274
|
-
var LambdaExecutorConfiguration;
|
|
275
|
-
(function (LambdaExecutorConfiguration) {
|
|
276
|
-
LambdaExecutorConfiguration.filterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
});
|
|
279
|
-
})(LambdaExecutorConfiguration = exports.LambdaExecutorConfiguration || (exports.LambdaExecutorConfiguration = {}));
|
|
280
|
-
var ExecutorConfiguration;
|
|
281
|
-
(function (ExecutorConfiguration) {
|
|
282
|
-
ExecutorConfiguration.filterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
})(ExecutorConfiguration = exports.ExecutorConfiguration || (exports.ExecutorConfiguration = {}));
|
|
286
112
|
var ExecutorType;
|
|
287
113
|
(function (ExecutorType) {
|
|
288
114
|
ExecutorType["JobWorker"] = "JobWorker";
|
|
289
115
|
ExecutorType["Lambda"] = "Lambda";
|
|
290
116
|
})(ExecutorType = exports.ExecutorType || (exports.ExecutorType = {}));
|
|
291
|
-
var ActionTypeExecutor;
|
|
292
|
-
(function (ActionTypeExecutor) {
|
|
293
|
-
ActionTypeExecutor.filterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
})(ActionTypeExecutor = exports.ActionTypeExecutor || (exports.ActionTypeExecutor = {}));
|
|
297
|
-
var ActionTypeIdentifier;
|
|
298
|
-
(function (ActionTypeIdentifier) {
|
|
299
|
-
ActionTypeIdentifier.filterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
})(ActionTypeIdentifier = exports.ActionTypeIdentifier || (exports.ActionTypeIdentifier = {}));
|
|
303
|
-
var ActionTypePermissions;
|
|
304
|
-
(function (ActionTypePermissions) {
|
|
305
|
-
ActionTypePermissions.filterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
})(ActionTypePermissions = exports.ActionTypePermissions || (exports.ActionTypePermissions = {}));
|
|
309
|
-
var ActionTypeProperty;
|
|
310
|
-
(function (ActionTypeProperty) {
|
|
311
|
-
ActionTypeProperty.filterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
})(ActionTypeProperty = exports.ActionTypeProperty || (exports.ActionTypeProperty = {}));
|
|
315
|
-
var ActionTypeUrls;
|
|
316
|
-
(function (ActionTypeUrls) {
|
|
317
|
-
ActionTypeUrls.filterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
})(ActionTypeUrls = exports.ActionTypeUrls || (exports.ActionTypeUrls = {}));
|
|
321
|
-
var ActionTypeDeclaration;
|
|
322
|
-
(function (ActionTypeDeclaration) {
|
|
323
|
-
ActionTypeDeclaration.filterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
})(ActionTypeDeclaration = exports.ActionTypeDeclaration || (exports.ActionTypeDeclaration = {}));
|
|
327
117
|
class ActionTypeNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
328
118
|
constructor(opts) {
|
|
329
119
|
super({
|
|
@@ -355,79 +145,22 @@ var ApprovalStatus;
|
|
|
355
145
|
ApprovalStatus["Approved"] = "Approved";
|
|
356
146
|
ApprovalStatus["Rejected"] = "Rejected";
|
|
357
147
|
})(ApprovalStatus = exports.ApprovalStatus || (exports.ApprovalStatus = {}));
|
|
358
|
-
var ApprovalResult;
|
|
359
|
-
(function (ApprovalResult) {
|
|
360
|
-
ApprovalResult.filterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
});
|
|
363
|
-
})(ApprovalResult = exports.ApprovalResult || (exports.ApprovalResult = {}));
|
|
364
|
-
var S3ArtifactLocation;
|
|
365
|
-
(function (S3ArtifactLocation) {
|
|
366
|
-
S3ArtifactLocation.filterSensitiveLog = (obj) => ({
|
|
367
|
-
...obj,
|
|
368
|
-
});
|
|
369
|
-
})(S3ArtifactLocation = exports.S3ArtifactLocation || (exports.S3ArtifactLocation = {}));
|
|
370
148
|
var ArtifactLocationType;
|
|
371
149
|
(function (ArtifactLocationType) {
|
|
372
150
|
ArtifactLocationType["S3"] = "S3";
|
|
373
151
|
})(ArtifactLocationType = exports.ArtifactLocationType || (exports.ArtifactLocationType = {}));
|
|
374
|
-
var ArtifactLocation;
|
|
375
|
-
(function (ArtifactLocation) {
|
|
376
|
-
ArtifactLocation.filterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
})(ArtifactLocation = exports.ArtifactLocation || (exports.ArtifactLocation = {}));
|
|
380
|
-
var Artifact;
|
|
381
|
-
(function (Artifact) {
|
|
382
|
-
Artifact.filterSensitiveLog = (obj) => ({
|
|
383
|
-
...obj,
|
|
384
|
-
});
|
|
385
|
-
})(Artifact = exports.Artifact || (exports.Artifact = {}));
|
|
386
|
-
var ArtifactRevision;
|
|
387
|
-
(function (ArtifactRevision) {
|
|
388
|
-
ArtifactRevision.filterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
})(ArtifactRevision = exports.ArtifactRevision || (exports.ArtifactRevision = {}));
|
|
392
152
|
var EncryptionKeyType;
|
|
393
153
|
(function (EncryptionKeyType) {
|
|
394
154
|
EncryptionKeyType["KMS"] = "KMS";
|
|
395
155
|
})(EncryptionKeyType = exports.EncryptionKeyType || (exports.EncryptionKeyType = {}));
|
|
396
|
-
var EncryptionKey;
|
|
397
|
-
(function (EncryptionKey) {
|
|
398
|
-
EncryptionKey.filterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
})(EncryptionKey = exports.EncryptionKey || (exports.EncryptionKey = {}));
|
|
402
156
|
var ArtifactStoreType;
|
|
403
157
|
(function (ArtifactStoreType) {
|
|
404
158
|
ArtifactStoreType["S3"] = "S3";
|
|
405
159
|
})(ArtifactStoreType = exports.ArtifactStoreType || (exports.ArtifactStoreType = {}));
|
|
406
|
-
var ArtifactStore;
|
|
407
|
-
(function (ArtifactStore) {
|
|
408
|
-
ArtifactStore.filterSensitiveLog = (obj) => ({
|
|
409
|
-
...obj,
|
|
410
|
-
});
|
|
411
|
-
})(ArtifactStore = exports.ArtifactStore || (exports.ArtifactStore = {}));
|
|
412
|
-
var AWSSessionCredentials;
|
|
413
|
-
(function (AWSSessionCredentials) {
|
|
414
|
-
AWSSessionCredentials.filterSensitiveLog = (obj) => ({
|
|
415
|
-
...obj,
|
|
416
|
-
...(obj.accessKeyId && { accessKeyId: smithy_client_1.SENSITIVE_STRING }),
|
|
417
|
-
...(obj.secretAccessKey && { secretAccessKey: smithy_client_1.SENSITIVE_STRING }),
|
|
418
|
-
...(obj.sessionToken && { sessionToken: smithy_client_1.SENSITIVE_STRING }),
|
|
419
|
-
});
|
|
420
|
-
})(AWSSessionCredentials = exports.AWSSessionCredentials || (exports.AWSSessionCredentials = {}));
|
|
421
160
|
var BlockerType;
|
|
422
161
|
(function (BlockerType) {
|
|
423
162
|
BlockerType["Schedule"] = "Schedule";
|
|
424
163
|
})(BlockerType = exports.BlockerType || (exports.BlockerType = {}));
|
|
425
|
-
var BlockerDeclaration;
|
|
426
|
-
(function (BlockerDeclaration) {
|
|
427
|
-
BlockerDeclaration.filterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
})(BlockerDeclaration = exports.BlockerDeclaration || (exports.BlockerDeclaration = {}));
|
|
431
164
|
class ConcurrentModificationException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
432
165
|
constructor(opts) {
|
|
433
166
|
super({
|
|
@@ -441,24 +174,6 @@ class ConcurrentModificationException extends CodePipelineServiceException_1.Cod
|
|
|
441
174
|
}
|
|
442
175
|
}
|
|
443
176
|
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
444
|
-
var Tag;
|
|
445
|
-
(function (Tag) {
|
|
446
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
450
|
-
var CreateCustomActionTypeInput;
|
|
451
|
-
(function (CreateCustomActionTypeInput) {
|
|
452
|
-
CreateCustomActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
453
|
-
...obj,
|
|
454
|
-
});
|
|
455
|
-
})(CreateCustomActionTypeInput = exports.CreateCustomActionTypeInput || (exports.CreateCustomActionTypeInput = {}));
|
|
456
|
-
var CreateCustomActionTypeOutput;
|
|
457
|
-
(function (CreateCustomActionTypeOutput) {
|
|
458
|
-
CreateCustomActionTypeOutput.filterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
})(CreateCustomActionTypeOutput = exports.CreateCustomActionTypeOutput || (exports.CreateCustomActionTypeOutput = {}));
|
|
462
177
|
class InvalidTagsException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
463
178
|
constructor(opts) {
|
|
464
179
|
super({
|
|
@@ -498,30 +213,6 @@ class TooManyTagsException extends CodePipelineServiceException_1.CodePipelineSe
|
|
|
498
213
|
}
|
|
499
214
|
}
|
|
500
215
|
exports.TooManyTagsException = TooManyTagsException;
|
|
501
|
-
var StageDeclaration;
|
|
502
|
-
(function (StageDeclaration) {
|
|
503
|
-
StageDeclaration.filterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
})(StageDeclaration = exports.StageDeclaration || (exports.StageDeclaration = {}));
|
|
507
|
-
var PipelineDeclaration;
|
|
508
|
-
(function (PipelineDeclaration) {
|
|
509
|
-
PipelineDeclaration.filterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
})(PipelineDeclaration = exports.PipelineDeclaration || (exports.PipelineDeclaration = {}));
|
|
513
|
-
var CreatePipelineInput;
|
|
514
|
-
(function (CreatePipelineInput) {
|
|
515
|
-
CreatePipelineInput.filterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
|
-
})(CreatePipelineInput = exports.CreatePipelineInput || (exports.CreatePipelineInput = {}));
|
|
519
|
-
var CreatePipelineOutput;
|
|
520
|
-
(function (CreatePipelineOutput) {
|
|
521
|
-
CreatePipelineOutput.filterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
})(CreatePipelineOutput = exports.CreatePipelineOutput || (exports.CreatePipelineOutput = {}));
|
|
525
216
|
class InvalidActionDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
526
217
|
constructor(opts) {
|
|
527
218
|
super({
|
|
@@ -587,42 +278,6 @@ class PipelineNameInUseException extends CodePipelineServiceException_1.CodePipe
|
|
|
587
278
|
}
|
|
588
279
|
}
|
|
589
280
|
exports.PipelineNameInUseException = PipelineNameInUseException;
|
|
590
|
-
var DeleteCustomActionTypeInput;
|
|
591
|
-
(function (DeleteCustomActionTypeInput) {
|
|
592
|
-
DeleteCustomActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
593
|
-
...obj,
|
|
594
|
-
});
|
|
595
|
-
})(DeleteCustomActionTypeInput = exports.DeleteCustomActionTypeInput || (exports.DeleteCustomActionTypeInput = {}));
|
|
596
|
-
var DeletePipelineInput;
|
|
597
|
-
(function (DeletePipelineInput) {
|
|
598
|
-
DeletePipelineInput.filterSensitiveLog = (obj) => ({
|
|
599
|
-
...obj,
|
|
600
|
-
});
|
|
601
|
-
})(DeletePipelineInput = exports.DeletePipelineInput || (exports.DeletePipelineInput = {}));
|
|
602
|
-
var DeleteWebhookInput;
|
|
603
|
-
(function (DeleteWebhookInput) {
|
|
604
|
-
DeleteWebhookInput.filterSensitiveLog = (obj) => ({
|
|
605
|
-
...obj,
|
|
606
|
-
});
|
|
607
|
-
})(DeleteWebhookInput = exports.DeleteWebhookInput || (exports.DeleteWebhookInput = {}));
|
|
608
|
-
var DeleteWebhookOutput;
|
|
609
|
-
(function (DeleteWebhookOutput) {
|
|
610
|
-
DeleteWebhookOutput.filterSensitiveLog = (obj) => ({
|
|
611
|
-
...obj,
|
|
612
|
-
});
|
|
613
|
-
})(DeleteWebhookOutput = exports.DeleteWebhookOutput || (exports.DeleteWebhookOutput = {}));
|
|
614
|
-
var DeregisterWebhookWithThirdPartyInput;
|
|
615
|
-
(function (DeregisterWebhookWithThirdPartyInput) {
|
|
616
|
-
DeregisterWebhookWithThirdPartyInput.filterSensitiveLog = (obj) => ({
|
|
617
|
-
...obj,
|
|
618
|
-
});
|
|
619
|
-
})(DeregisterWebhookWithThirdPartyInput = exports.DeregisterWebhookWithThirdPartyInput || (exports.DeregisterWebhookWithThirdPartyInput = {}));
|
|
620
|
-
var DeregisterWebhookWithThirdPartyOutput;
|
|
621
|
-
(function (DeregisterWebhookWithThirdPartyOutput) {
|
|
622
|
-
DeregisterWebhookWithThirdPartyOutput.filterSensitiveLog = (obj) => ({
|
|
623
|
-
...obj,
|
|
624
|
-
});
|
|
625
|
-
})(DeregisterWebhookWithThirdPartyOutput = exports.DeregisterWebhookWithThirdPartyOutput || (exports.DeregisterWebhookWithThirdPartyOutput = {}));
|
|
626
281
|
class WebhookNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
627
282
|
constructor(opts) {
|
|
628
283
|
super({
|
|
@@ -641,12 +296,6 @@ var StageTransitionType;
|
|
|
641
296
|
StageTransitionType["Inbound"] = "Inbound";
|
|
642
297
|
StageTransitionType["Outbound"] = "Outbound";
|
|
643
298
|
})(StageTransitionType = exports.StageTransitionType || (exports.StageTransitionType = {}));
|
|
644
|
-
var DisableStageTransitionInput;
|
|
645
|
-
(function (DisableStageTransitionInput) {
|
|
646
|
-
DisableStageTransitionInput.filterSensitiveLog = (obj) => ({
|
|
647
|
-
...obj,
|
|
648
|
-
});
|
|
649
|
-
})(DisableStageTransitionInput = exports.DisableStageTransitionInput || (exports.DisableStageTransitionInput = {}));
|
|
650
299
|
class PipelineNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
651
300
|
constructor(opts) {
|
|
652
301
|
super({
|
|
@@ -673,81 +322,6 @@ class StageNotFoundException extends CodePipelineServiceException_1.CodePipeline
|
|
|
673
322
|
}
|
|
674
323
|
}
|
|
675
324
|
exports.StageNotFoundException = StageNotFoundException;
|
|
676
|
-
var EnableStageTransitionInput;
|
|
677
|
-
(function (EnableStageTransitionInput) {
|
|
678
|
-
EnableStageTransitionInput.filterSensitiveLog = (obj) => ({
|
|
679
|
-
...obj,
|
|
680
|
-
});
|
|
681
|
-
})(EnableStageTransitionInput = exports.EnableStageTransitionInput || (exports.EnableStageTransitionInput = {}));
|
|
682
|
-
var GetActionTypeInput;
|
|
683
|
-
(function (GetActionTypeInput) {
|
|
684
|
-
GetActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
685
|
-
...obj,
|
|
686
|
-
});
|
|
687
|
-
})(GetActionTypeInput = exports.GetActionTypeInput || (exports.GetActionTypeInput = {}));
|
|
688
|
-
var GetActionTypeOutput;
|
|
689
|
-
(function (GetActionTypeOutput) {
|
|
690
|
-
GetActionTypeOutput.filterSensitiveLog = (obj) => ({
|
|
691
|
-
...obj,
|
|
692
|
-
});
|
|
693
|
-
})(GetActionTypeOutput = exports.GetActionTypeOutput || (exports.GetActionTypeOutput = {}));
|
|
694
|
-
var GetJobDetailsInput;
|
|
695
|
-
(function (GetJobDetailsInput) {
|
|
696
|
-
GetJobDetailsInput.filterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
|
-
})(GetJobDetailsInput = exports.GetJobDetailsInput || (exports.GetJobDetailsInput = {}));
|
|
700
|
-
var StageContext;
|
|
701
|
-
(function (StageContext) {
|
|
702
|
-
StageContext.filterSensitiveLog = (obj) => ({
|
|
703
|
-
...obj,
|
|
704
|
-
});
|
|
705
|
-
})(StageContext = exports.StageContext || (exports.StageContext = {}));
|
|
706
|
-
var PipelineContext;
|
|
707
|
-
(function (PipelineContext) {
|
|
708
|
-
PipelineContext.filterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
})(PipelineContext = exports.PipelineContext || (exports.PipelineContext = {}));
|
|
712
|
-
var JobData;
|
|
713
|
-
(function (JobData) {
|
|
714
|
-
JobData.filterSensitiveLog = (obj) => ({
|
|
715
|
-
...obj,
|
|
716
|
-
...(obj.artifactCredentials && { artifactCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
717
|
-
});
|
|
718
|
-
})(JobData = exports.JobData || (exports.JobData = {}));
|
|
719
|
-
var JobDetails;
|
|
720
|
-
(function (JobDetails) {
|
|
721
|
-
JobDetails.filterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
...(obj.data && { data: JobData.filterSensitiveLog(obj.data) }),
|
|
724
|
-
});
|
|
725
|
-
})(JobDetails = exports.JobDetails || (exports.JobDetails = {}));
|
|
726
|
-
var GetJobDetailsOutput;
|
|
727
|
-
(function (GetJobDetailsOutput) {
|
|
728
|
-
GetJobDetailsOutput.filterSensitiveLog = (obj) => ({
|
|
729
|
-
...obj,
|
|
730
|
-
...(obj.jobDetails && { jobDetails: JobDetails.filterSensitiveLog(obj.jobDetails) }),
|
|
731
|
-
});
|
|
732
|
-
})(GetJobDetailsOutput = exports.GetJobDetailsOutput || (exports.GetJobDetailsOutput = {}));
|
|
733
|
-
var GetPipelineInput;
|
|
734
|
-
(function (GetPipelineInput) {
|
|
735
|
-
GetPipelineInput.filterSensitiveLog = (obj) => ({
|
|
736
|
-
...obj,
|
|
737
|
-
});
|
|
738
|
-
})(GetPipelineInput = exports.GetPipelineInput || (exports.GetPipelineInput = {}));
|
|
739
|
-
var PipelineMetadata;
|
|
740
|
-
(function (PipelineMetadata) {
|
|
741
|
-
PipelineMetadata.filterSensitiveLog = (obj) => ({
|
|
742
|
-
...obj,
|
|
743
|
-
});
|
|
744
|
-
})(PipelineMetadata = exports.PipelineMetadata || (exports.PipelineMetadata = {}));
|
|
745
|
-
var GetPipelineOutput;
|
|
746
|
-
(function (GetPipelineOutput) {
|
|
747
|
-
GetPipelineOutput.filterSensitiveLog = (obj) => ({
|
|
748
|
-
...obj,
|
|
749
|
-
});
|
|
750
|
-
})(GetPipelineOutput = exports.GetPipelineOutput || (exports.GetPipelineOutput = {}));
|
|
751
325
|
class PipelineVersionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
752
326
|
constructor(opts) {
|
|
753
327
|
super({
|
|
@@ -761,12 +335,6 @@ class PipelineVersionNotFoundException extends CodePipelineServiceException_1.Co
|
|
|
761
335
|
}
|
|
762
336
|
}
|
|
763
337
|
exports.PipelineVersionNotFoundException = PipelineVersionNotFoundException;
|
|
764
|
-
var GetPipelineExecutionInput;
|
|
765
|
-
(function (GetPipelineExecutionInput) {
|
|
766
|
-
GetPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
767
|
-
...obj,
|
|
768
|
-
});
|
|
769
|
-
})(GetPipelineExecutionInput = exports.GetPipelineExecutionInput || (exports.GetPipelineExecutionInput = {}));
|
|
770
338
|
var PipelineExecutionStatus;
|
|
771
339
|
(function (PipelineExecutionStatus) {
|
|
772
340
|
PipelineExecutionStatus["Cancelled"] = "Cancelled";
|
|
@@ -777,18 +345,6 @@ var PipelineExecutionStatus;
|
|
|
777
345
|
PipelineExecutionStatus["Succeeded"] = "Succeeded";
|
|
778
346
|
PipelineExecutionStatus["Superseded"] = "Superseded";
|
|
779
347
|
})(PipelineExecutionStatus = exports.PipelineExecutionStatus || (exports.PipelineExecutionStatus = {}));
|
|
780
|
-
var PipelineExecution;
|
|
781
|
-
(function (PipelineExecution) {
|
|
782
|
-
PipelineExecution.filterSensitiveLog = (obj) => ({
|
|
783
|
-
...obj,
|
|
784
|
-
});
|
|
785
|
-
})(PipelineExecution = exports.PipelineExecution || (exports.PipelineExecution = {}));
|
|
786
|
-
var GetPipelineExecutionOutput;
|
|
787
|
-
(function (GetPipelineExecutionOutput) {
|
|
788
|
-
GetPipelineExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
789
|
-
...obj,
|
|
790
|
-
});
|
|
791
|
-
})(GetPipelineExecutionOutput = exports.GetPipelineExecutionOutput || (exports.GetPipelineExecutionOutput = {}));
|
|
792
348
|
class PipelineExecutionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
793
349
|
constructor(opts) {
|
|
794
350
|
super({
|
|
@@ -802,12 +358,6 @@ class PipelineExecutionNotFoundException extends CodePipelineServiceException_1.
|
|
|
802
358
|
}
|
|
803
359
|
}
|
|
804
360
|
exports.PipelineExecutionNotFoundException = PipelineExecutionNotFoundException;
|
|
805
|
-
var GetPipelineStateInput;
|
|
806
|
-
(function (GetPipelineStateInput) {
|
|
807
|
-
GetPipelineStateInput.filterSensitiveLog = (obj) => ({
|
|
808
|
-
...obj,
|
|
809
|
-
});
|
|
810
|
-
})(GetPipelineStateInput = exports.GetPipelineStateInput || (exports.GetPipelineStateInput = {}));
|
|
811
361
|
var StageExecutionStatus;
|
|
812
362
|
(function (StageExecutionStatus) {
|
|
813
363
|
StageExecutionStatus["Cancelled"] = "Cancelled";
|
|
@@ -817,57 +367,6 @@ var StageExecutionStatus;
|
|
|
817
367
|
StageExecutionStatus["Stopping"] = "Stopping";
|
|
818
368
|
StageExecutionStatus["Succeeded"] = "Succeeded";
|
|
819
369
|
})(StageExecutionStatus = exports.StageExecutionStatus || (exports.StageExecutionStatus = {}));
|
|
820
|
-
var StageExecution;
|
|
821
|
-
(function (StageExecution) {
|
|
822
|
-
StageExecution.filterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
})(StageExecution = exports.StageExecution || (exports.StageExecution = {}));
|
|
826
|
-
var TransitionState;
|
|
827
|
-
(function (TransitionState) {
|
|
828
|
-
TransitionState.filterSensitiveLog = (obj) => ({
|
|
829
|
-
...obj,
|
|
830
|
-
});
|
|
831
|
-
})(TransitionState = exports.TransitionState || (exports.TransitionState = {}));
|
|
832
|
-
var StageState;
|
|
833
|
-
(function (StageState) {
|
|
834
|
-
StageState.filterSensitiveLog = (obj) => ({
|
|
835
|
-
...obj,
|
|
836
|
-
});
|
|
837
|
-
})(StageState = exports.StageState || (exports.StageState = {}));
|
|
838
|
-
var GetPipelineStateOutput;
|
|
839
|
-
(function (GetPipelineStateOutput) {
|
|
840
|
-
GetPipelineStateOutput.filterSensitiveLog = (obj) => ({
|
|
841
|
-
...obj,
|
|
842
|
-
});
|
|
843
|
-
})(GetPipelineStateOutput = exports.GetPipelineStateOutput || (exports.GetPipelineStateOutput = {}));
|
|
844
|
-
var GetThirdPartyJobDetailsInput;
|
|
845
|
-
(function (GetThirdPartyJobDetailsInput) {
|
|
846
|
-
GetThirdPartyJobDetailsInput.filterSensitiveLog = (obj) => ({
|
|
847
|
-
...obj,
|
|
848
|
-
});
|
|
849
|
-
})(GetThirdPartyJobDetailsInput = exports.GetThirdPartyJobDetailsInput || (exports.GetThirdPartyJobDetailsInput = {}));
|
|
850
|
-
var ThirdPartyJobData;
|
|
851
|
-
(function (ThirdPartyJobData) {
|
|
852
|
-
ThirdPartyJobData.filterSensitiveLog = (obj) => ({
|
|
853
|
-
...obj,
|
|
854
|
-
...(obj.artifactCredentials && { artifactCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
855
|
-
});
|
|
856
|
-
})(ThirdPartyJobData = exports.ThirdPartyJobData || (exports.ThirdPartyJobData = {}));
|
|
857
|
-
var ThirdPartyJobDetails;
|
|
858
|
-
(function (ThirdPartyJobDetails) {
|
|
859
|
-
ThirdPartyJobDetails.filterSensitiveLog = (obj) => ({
|
|
860
|
-
...obj,
|
|
861
|
-
...(obj.data && { data: ThirdPartyJobData.filterSensitiveLog(obj.data) }),
|
|
862
|
-
});
|
|
863
|
-
})(ThirdPartyJobDetails = exports.ThirdPartyJobDetails || (exports.ThirdPartyJobDetails = {}));
|
|
864
|
-
var GetThirdPartyJobDetailsOutput;
|
|
865
|
-
(function (GetThirdPartyJobDetailsOutput) {
|
|
866
|
-
GetThirdPartyJobDetailsOutput.filterSensitiveLog = (obj) => ({
|
|
867
|
-
...obj,
|
|
868
|
-
...(obj.jobDetails && { jobDetails: ThirdPartyJobDetails.filterSensitiveLog(obj.jobDetails) }),
|
|
869
|
-
});
|
|
870
|
-
})(GetThirdPartyJobDetailsOutput = exports.GetThirdPartyJobDetailsOutput || (exports.GetThirdPartyJobDetailsOutput = {}));
|
|
871
370
|
class InvalidJobException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
872
371
|
constructor(opts) {
|
|
873
372
|
super({
|
|
@@ -894,48 +393,6 @@ class InvalidNextTokenException extends CodePipelineServiceException_1.CodePipel
|
|
|
894
393
|
}
|
|
895
394
|
}
|
|
896
395
|
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
897
|
-
var ListActionExecutionsInput;
|
|
898
|
-
(function (ListActionExecutionsInput) {
|
|
899
|
-
ListActionExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
900
|
-
...obj,
|
|
901
|
-
});
|
|
902
|
-
})(ListActionExecutionsInput = exports.ListActionExecutionsInput || (exports.ListActionExecutionsInput = {}));
|
|
903
|
-
var ListActionExecutionsOutput;
|
|
904
|
-
(function (ListActionExecutionsOutput) {
|
|
905
|
-
ListActionExecutionsOutput.filterSensitiveLog = (obj) => ({
|
|
906
|
-
...obj,
|
|
907
|
-
});
|
|
908
|
-
})(ListActionExecutionsOutput = exports.ListActionExecutionsOutput || (exports.ListActionExecutionsOutput = {}));
|
|
909
|
-
var ListActionTypesInput;
|
|
910
|
-
(function (ListActionTypesInput) {
|
|
911
|
-
ListActionTypesInput.filterSensitiveLog = (obj) => ({
|
|
912
|
-
...obj,
|
|
913
|
-
});
|
|
914
|
-
})(ListActionTypesInput = exports.ListActionTypesInput || (exports.ListActionTypesInput = {}));
|
|
915
|
-
var ListActionTypesOutput;
|
|
916
|
-
(function (ListActionTypesOutput) {
|
|
917
|
-
ListActionTypesOutput.filterSensitiveLog = (obj) => ({
|
|
918
|
-
...obj,
|
|
919
|
-
});
|
|
920
|
-
})(ListActionTypesOutput = exports.ListActionTypesOutput || (exports.ListActionTypesOutput = {}));
|
|
921
|
-
var ListPipelineExecutionsInput;
|
|
922
|
-
(function (ListPipelineExecutionsInput) {
|
|
923
|
-
ListPipelineExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
924
|
-
...obj,
|
|
925
|
-
});
|
|
926
|
-
})(ListPipelineExecutionsInput = exports.ListPipelineExecutionsInput || (exports.ListPipelineExecutionsInput = {}));
|
|
927
|
-
var SourceRevision;
|
|
928
|
-
(function (SourceRevision) {
|
|
929
|
-
SourceRevision.filterSensitiveLog = (obj) => ({
|
|
930
|
-
...obj,
|
|
931
|
-
});
|
|
932
|
-
})(SourceRevision = exports.SourceRevision || (exports.SourceRevision = {}));
|
|
933
|
-
var StopExecutionTrigger;
|
|
934
|
-
(function (StopExecutionTrigger) {
|
|
935
|
-
StopExecutionTrigger.filterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
});
|
|
938
|
-
})(StopExecutionTrigger = exports.StopExecutionTrigger || (exports.StopExecutionTrigger = {}));
|
|
939
396
|
var TriggerType;
|
|
940
397
|
(function (TriggerType) {
|
|
941
398
|
TriggerType["CloudWatchEvent"] = "CloudWatchEvent";
|
|
@@ -945,42 +402,6 @@ var TriggerType;
|
|
|
945
402
|
TriggerType["StartPipelineExecution"] = "StartPipelineExecution";
|
|
946
403
|
TriggerType["Webhook"] = "Webhook";
|
|
947
404
|
})(TriggerType = exports.TriggerType || (exports.TriggerType = {}));
|
|
948
|
-
var ExecutionTrigger;
|
|
949
|
-
(function (ExecutionTrigger) {
|
|
950
|
-
ExecutionTrigger.filterSensitiveLog = (obj) => ({
|
|
951
|
-
...obj,
|
|
952
|
-
});
|
|
953
|
-
})(ExecutionTrigger = exports.ExecutionTrigger || (exports.ExecutionTrigger = {}));
|
|
954
|
-
var PipelineExecutionSummary;
|
|
955
|
-
(function (PipelineExecutionSummary) {
|
|
956
|
-
PipelineExecutionSummary.filterSensitiveLog = (obj) => ({
|
|
957
|
-
...obj,
|
|
958
|
-
});
|
|
959
|
-
})(PipelineExecutionSummary = exports.PipelineExecutionSummary || (exports.PipelineExecutionSummary = {}));
|
|
960
|
-
var ListPipelineExecutionsOutput;
|
|
961
|
-
(function (ListPipelineExecutionsOutput) {
|
|
962
|
-
ListPipelineExecutionsOutput.filterSensitiveLog = (obj) => ({
|
|
963
|
-
...obj,
|
|
964
|
-
});
|
|
965
|
-
})(ListPipelineExecutionsOutput = exports.ListPipelineExecutionsOutput || (exports.ListPipelineExecutionsOutput = {}));
|
|
966
|
-
var ListPipelinesInput;
|
|
967
|
-
(function (ListPipelinesInput) {
|
|
968
|
-
ListPipelinesInput.filterSensitiveLog = (obj) => ({
|
|
969
|
-
...obj,
|
|
970
|
-
});
|
|
971
|
-
})(ListPipelinesInput = exports.ListPipelinesInput || (exports.ListPipelinesInput = {}));
|
|
972
|
-
var PipelineSummary;
|
|
973
|
-
(function (PipelineSummary) {
|
|
974
|
-
PipelineSummary.filterSensitiveLog = (obj) => ({
|
|
975
|
-
...obj,
|
|
976
|
-
});
|
|
977
|
-
})(PipelineSummary = exports.PipelineSummary || (exports.PipelineSummary = {}));
|
|
978
|
-
var ListPipelinesOutput;
|
|
979
|
-
(function (ListPipelinesOutput) {
|
|
980
|
-
ListPipelinesOutput.filterSensitiveLog = (obj) => ({
|
|
981
|
-
...obj,
|
|
982
|
-
});
|
|
983
|
-
})(ListPipelinesOutput = exports.ListPipelinesOutput || (exports.ListPipelinesOutput = {}));
|
|
984
405
|
class InvalidArnException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
985
406
|
constructor(opts) {
|
|
986
407
|
super({
|
|
@@ -994,18 +415,6 @@ class InvalidArnException extends CodePipelineServiceException_1.CodePipelineSer
|
|
|
994
415
|
}
|
|
995
416
|
}
|
|
996
417
|
exports.InvalidArnException = InvalidArnException;
|
|
997
|
-
var ListTagsForResourceInput;
|
|
998
|
-
(function (ListTagsForResourceInput) {
|
|
999
|
-
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
1000
|
-
...obj,
|
|
1001
|
-
});
|
|
1002
|
-
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
1003
|
-
var ListTagsForResourceOutput;
|
|
1004
|
-
(function (ListTagsForResourceOutput) {
|
|
1005
|
-
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1006
|
-
...obj,
|
|
1007
|
-
});
|
|
1008
|
-
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
1009
418
|
class ResourceNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1010
419
|
constructor(opts) {
|
|
1011
420
|
super({
|
|
@@ -1019,98 +428,12 @@ class ResourceNotFoundException extends CodePipelineServiceException_1.CodePipel
|
|
|
1019
428
|
}
|
|
1020
429
|
}
|
|
1021
430
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1022
|
-
var ListWebhooksInput;
|
|
1023
|
-
(function (ListWebhooksInput) {
|
|
1024
|
-
ListWebhooksInput.filterSensitiveLog = (obj) => ({
|
|
1025
|
-
...obj,
|
|
1026
|
-
});
|
|
1027
|
-
})(ListWebhooksInput = exports.ListWebhooksInput || (exports.ListWebhooksInput = {}));
|
|
1028
431
|
var WebhookAuthenticationType;
|
|
1029
432
|
(function (WebhookAuthenticationType) {
|
|
1030
433
|
WebhookAuthenticationType["GITHUB_HMAC"] = "GITHUB_HMAC";
|
|
1031
434
|
WebhookAuthenticationType["IP"] = "IP";
|
|
1032
435
|
WebhookAuthenticationType["UNAUTHENTICATED"] = "UNAUTHENTICATED";
|
|
1033
436
|
})(WebhookAuthenticationType = exports.WebhookAuthenticationType || (exports.WebhookAuthenticationType = {}));
|
|
1034
|
-
var WebhookAuthConfiguration;
|
|
1035
|
-
(function (WebhookAuthConfiguration) {
|
|
1036
|
-
WebhookAuthConfiguration.filterSensitiveLog = (obj) => ({
|
|
1037
|
-
...obj,
|
|
1038
|
-
});
|
|
1039
|
-
})(WebhookAuthConfiguration = exports.WebhookAuthConfiguration || (exports.WebhookAuthConfiguration = {}));
|
|
1040
|
-
var WebhookFilterRule;
|
|
1041
|
-
(function (WebhookFilterRule) {
|
|
1042
|
-
WebhookFilterRule.filterSensitiveLog = (obj) => ({
|
|
1043
|
-
...obj,
|
|
1044
|
-
});
|
|
1045
|
-
})(WebhookFilterRule = exports.WebhookFilterRule || (exports.WebhookFilterRule = {}));
|
|
1046
|
-
var WebhookDefinition;
|
|
1047
|
-
(function (WebhookDefinition) {
|
|
1048
|
-
WebhookDefinition.filterSensitiveLog = (obj) => ({
|
|
1049
|
-
...obj,
|
|
1050
|
-
});
|
|
1051
|
-
})(WebhookDefinition = exports.WebhookDefinition || (exports.WebhookDefinition = {}));
|
|
1052
|
-
var ListWebhookItem;
|
|
1053
|
-
(function (ListWebhookItem) {
|
|
1054
|
-
ListWebhookItem.filterSensitiveLog = (obj) => ({
|
|
1055
|
-
...obj,
|
|
1056
|
-
});
|
|
1057
|
-
})(ListWebhookItem = exports.ListWebhookItem || (exports.ListWebhookItem = {}));
|
|
1058
|
-
var ListWebhooksOutput;
|
|
1059
|
-
(function (ListWebhooksOutput) {
|
|
1060
|
-
ListWebhooksOutput.filterSensitiveLog = (obj) => ({
|
|
1061
|
-
...obj,
|
|
1062
|
-
});
|
|
1063
|
-
})(ListWebhooksOutput = exports.ListWebhooksOutput || (exports.ListWebhooksOutput = {}));
|
|
1064
|
-
var PollForJobsInput;
|
|
1065
|
-
(function (PollForJobsInput) {
|
|
1066
|
-
PollForJobsInput.filterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
})(PollForJobsInput = exports.PollForJobsInput || (exports.PollForJobsInput = {}));
|
|
1070
|
-
var Job;
|
|
1071
|
-
(function (Job) {
|
|
1072
|
-
Job.filterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
...(obj.data && { data: JobData.filterSensitiveLog(obj.data) }),
|
|
1075
|
-
});
|
|
1076
|
-
})(Job = exports.Job || (exports.Job = {}));
|
|
1077
|
-
var PollForJobsOutput;
|
|
1078
|
-
(function (PollForJobsOutput) {
|
|
1079
|
-
PollForJobsOutput.filterSensitiveLog = (obj) => ({
|
|
1080
|
-
...obj,
|
|
1081
|
-
...(obj.jobs && { jobs: obj.jobs.map((item) => Job.filterSensitiveLog(item)) }),
|
|
1082
|
-
});
|
|
1083
|
-
})(PollForJobsOutput = exports.PollForJobsOutput || (exports.PollForJobsOutput = {}));
|
|
1084
|
-
var PollForThirdPartyJobsInput;
|
|
1085
|
-
(function (PollForThirdPartyJobsInput) {
|
|
1086
|
-
PollForThirdPartyJobsInput.filterSensitiveLog = (obj) => ({
|
|
1087
|
-
...obj,
|
|
1088
|
-
});
|
|
1089
|
-
})(PollForThirdPartyJobsInput = exports.PollForThirdPartyJobsInput || (exports.PollForThirdPartyJobsInput = {}));
|
|
1090
|
-
var ThirdPartyJob;
|
|
1091
|
-
(function (ThirdPartyJob) {
|
|
1092
|
-
ThirdPartyJob.filterSensitiveLog = (obj) => ({
|
|
1093
|
-
...obj,
|
|
1094
|
-
});
|
|
1095
|
-
})(ThirdPartyJob = exports.ThirdPartyJob || (exports.ThirdPartyJob = {}));
|
|
1096
|
-
var PollForThirdPartyJobsOutput;
|
|
1097
|
-
(function (PollForThirdPartyJobsOutput) {
|
|
1098
|
-
PollForThirdPartyJobsOutput.filterSensitiveLog = (obj) => ({
|
|
1099
|
-
...obj,
|
|
1100
|
-
});
|
|
1101
|
-
})(PollForThirdPartyJobsOutput = exports.PollForThirdPartyJobsOutput || (exports.PollForThirdPartyJobsOutput = {}));
|
|
1102
|
-
var PutActionRevisionInput;
|
|
1103
|
-
(function (PutActionRevisionInput) {
|
|
1104
|
-
PutActionRevisionInput.filterSensitiveLog = (obj) => ({
|
|
1105
|
-
...obj,
|
|
1106
|
-
});
|
|
1107
|
-
})(PutActionRevisionInput = exports.PutActionRevisionInput || (exports.PutActionRevisionInput = {}));
|
|
1108
|
-
var PutActionRevisionOutput;
|
|
1109
|
-
(function (PutActionRevisionOutput) {
|
|
1110
|
-
PutActionRevisionOutput.filterSensitiveLog = (obj) => ({
|
|
1111
|
-
...obj,
|
|
1112
|
-
});
|
|
1113
|
-
})(PutActionRevisionOutput = exports.PutActionRevisionOutput || (exports.PutActionRevisionOutput = {}));
|
|
1114
437
|
class InvalidApprovalTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1115
438
|
constructor(opts) {
|
|
1116
439
|
super({
|
|
@@ -1124,18 +447,6 @@ class InvalidApprovalTokenException extends CodePipelineServiceException_1.CodeP
|
|
|
1124
447
|
}
|
|
1125
448
|
}
|
|
1126
449
|
exports.InvalidApprovalTokenException = InvalidApprovalTokenException;
|
|
1127
|
-
var PutApprovalResultInput;
|
|
1128
|
-
(function (PutApprovalResultInput) {
|
|
1129
|
-
PutApprovalResultInput.filterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
})(PutApprovalResultInput = exports.PutApprovalResultInput || (exports.PutApprovalResultInput = {}));
|
|
1133
|
-
var PutApprovalResultOutput;
|
|
1134
|
-
(function (PutApprovalResultOutput) {
|
|
1135
|
-
PutApprovalResultOutput.filterSensitiveLog = (obj) => ({
|
|
1136
|
-
...obj,
|
|
1137
|
-
});
|
|
1138
|
-
})(PutApprovalResultOutput = exports.PutApprovalResultOutput || (exports.PutApprovalResultOutput = {}));
|
|
1139
450
|
class InvalidJobStateException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1140
451
|
constructor(opts) {
|
|
1141
452
|
super({
|
|
@@ -1158,18 +469,6 @@ var FailureType;
|
|
|
1158
469
|
FailureType["RevisionUnavailable"] = "RevisionUnavailable";
|
|
1159
470
|
FailureType["SystemUnavailable"] = "SystemUnavailable";
|
|
1160
471
|
})(FailureType = exports.FailureType || (exports.FailureType = {}));
|
|
1161
|
-
var FailureDetails;
|
|
1162
|
-
(function (FailureDetails) {
|
|
1163
|
-
FailureDetails.filterSensitiveLog = (obj) => ({
|
|
1164
|
-
...obj,
|
|
1165
|
-
});
|
|
1166
|
-
})(FailureDetails = exports.FailureDetails || (exports.FailureDetails = {}));
|
|
1167
|
-
var PutJobFailureResultInput;
|
|
1168
|
-
(function (PutJobFailureResultInput) {
|
|
1169
|
-
PutJobFailureResultInput.filterSensitiveLog = (obj) => ({
|
|
1170
|
-
...obj,
|
|
1171
|
-
});
|
|
1172
|
-
})(PutJobFailureResultInput = exports.PutJobFailureResultInput || (exports.PutJobFailureResultInput = {}));
|
|
1173
472
|
class OutputVariablesSizeExceededException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1174
473
|
constructor(opts) {
|
|
1175
474
|
super({
|
|
@@ -1183,36 +482,6 @@ class OutputVariablesSizeExceededException extends CodePipelineServiceException_
|
|
|
1183
482
|
}
|
|
1184
483
|
}
|
|
1185
484
|
exports.OutputVariablesSizeExceededException = OutputVariablesSizeExceededException;
|
|
1186
|
-
var CurrentRevision;
|
|
1187
|
-
(function (CurrentRevision) {
|
|
1188
|
-
CurrentRevision.filterSensitiveLog = (obj) => ({
|
|
1189
|
-
...obj,
|
|
1190
|
-
});
|
|
1191
|
-
})(CurrentRevision = exports.CurrentRevision || (exports.CurrentRevision = {}));
|
|
1192
|
-
var ExecutionDetails;
|
|
1193
|
-
(function (ExecutionDetails) {
|
|
1194
|
-
ExecutionDetails.filterSensitiveLog = (obj) => ({
|
|
1195
|
-
...obj,
|
|
1196
|
-
});
|
|
1197
|
-
})(ExecutionDetails = exports.ExecutionDetails || (exports.ExecutionDetails = {}));
|
|
1198
|
-
var PutJobSuccessResultInput;
|
|
1199
|
-
(function (PutJobSuccessResultInput) {
|
|
1200
|
-
PutJobSuccessResultInput.filterSensitiveLog = (obj) => ({
|
|
1201
|
-
...obj,
|
|
1202
|
-
});
|
|
1203
|
-
})(PutJobSuccessResultInput = exports.PutJobSuccessResultInput || (exports.PutJobSuccessResultInput = {}));
|
|
1204
|
-
var PutThirdPartyJobFailureResultInput;
|
|
1205
|
-
(function (PutThirdPartyJobFailureResultInput) {
|
|
1206
|
-
PutThirdPartyJobFailureResultInput.filterSensitiveLog = (obj) => ({
|
|
1207
|
-
...obj,
|
|
1208
|
-
});
|
|
1209
|
-
})(PutThirdPartyJobFailureResultInput = exports.PutThirdPartyJobFailureResultInput || (exports.PutThirdPartyJobFailureResultInput = {}));
|
|
1210
|
-
var PutThirdPartyJobSuccessResultInput;
|
|
1211
|
-
(function (PutThirdPartyJobSuccessResultInput) {
|
|
1212
|
-
PutThirdPartyJobSuccessResultInput.filterSensitiveLog = (obj) => ({
|
|
1213
|
-
...obj,
|
|
1214
|
-
});
|
|
1215
|
-
})(PutThirdPartyJobSuccessResultInput = exports.PutThirdPartyJobSuccessResultInput || (exports.PutThirdPartyJobSuccessResultInput = {}));
|
|
1216
485
|
class InvalidWebhookAuthenticationParametersException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1217
486
|
constructor(opts) {
|
|
1218
487
|
super({
|
|
@@ -1239,30 +508,6 @@ class InvalidWebhookFilterPatternException extends CodePipelineServiceException_
|
|
|
1239
508
|
}
|
|
1240
509
|
}
|
|
1241
510
|
exports.InvalidWebhookFilterPatternException = InvalidWebhookFilterPatternException;
|
|
1242
|
-
var PutWebhookInput;
|
|
1243
|
-
(function (PutWebhookInput) {
|
|
1244
|
-
PutWebhookInput.filterSensitiveLog = (obj) => ({
|
|
1245
|
-
...obj,
|
|
1246
|
-
});
|
|
1247
|
-
})(PutWebhookInput = exports.PutWebhookInput || (exports.PutWebhookInput = {}));
|
|
1248
|
-
var PutWebhookOutput;
|
|
1249
|
-
(function (PutWebhookOutput) {
|
|
1250
|
-
PutWebhookOutput.filterSensitiveLog = (obj) => ({
|
|
1251
|
-
...obj,
|
|
1252
|
-
});
|
|
1253
|
-
})(PutWebhookOutput = exports.PutWebhookOutput || (exports.PutWebhookOutput = {}));
|
|
1254
|
-
var RegisterWebhookWithThirdPartyInput;
|
|
1255
|
-
(function (RegisterWebhookWithThirdPartyInput) {
|
|
1256
|
-
RegisterWebhookWithThirdPartyInput.filterSensitiveLog = (obj) => ({
|
|
1257
|
-
...obj,
|
|
1258
|
-
});
|
|
1259
|
-
})(RegisterWebhookWithThirdPartyInput = exports.RegisterWebhookWithThirdPartyInput || (exports.RegisterWebhookWithThirdPartyInput = {}));
|
|
1260
|
-
var RegisterWebhookWithThirdPartyOutput;
|
|
1261
|
-
(function (RegisterWebhookWithThirdPartyOutput) {
|
|
1262
|
-
RegisterWebhookWithThirdPartyOutput.filterSensitiveLog = (obj) => ({
|
|
1263
|
-
...obj,
|
|
1264
|
-
});
|
|
1265
|
-
})(RegisterWebhookWithThirdPartyOutput = exports.RegisterWebhookWithThirdPartyOutput || (exports.RegisterWebhookWithThirdPartyOutput = {}));
|
|
1266
511
|
class ConflictException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1267
512
|
constructor(opts) {
|
|
1268
513
|
super({
|
|
@@ -1293,18 +538,6 @@ var StageRetryMode;
|
|
|
1293
538
|
(function (StageRetryMode) {
|
|
1294
539
|
StageRetryMode["FAILED_ACTIONS"] = "FAILED_ACTIONS";
|
|
1295
540
|
})(StageRetryMode = exports.StageRetryMode || (exports.StageRetryMode = {}));
|
|
1296
|
-
var RetryStageExecutionInput;
|
|
1297
|
-
(function (RetryStageExecutionInput) {
|
|
1298
|
-
RetryStageExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1299
|
-
...obj,
|
|
1300
|
-
});
|
|
1301
|
-
})(RetryStageExecutionInput = exports.RetryStageExecutionInput || (exports.RetryStageExecutionInput = {}));
|
|
1302
|
-
var RetryStageExecutionOutput;
|
|
1303
|
-
(function (RetryStageExecutionOutput) {
|
|
1304
|
-
RetryStageExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
1305
|
-
...obj,
|
|
1306
|
-
});
|
|
1307
|
-
})(RetryStageExecutionOutput = exports.RetryStageExecutionOutput || (exports.RetryStageExecutionOutput = {}));
|
|
1308
541
|
class StageNotRetryableException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1309
542
|
constructor(opts) {
|
|
1310
543
|
super({
|
|
@@ -1318,18 +551,6 @@ class StageNotRetryableException extends CodePipelineServiceException_1.CodePipe
|
|
|
1318
551
|
}
|
|
1319
552
|
}
|
|
1320
553
|
exports.StageNotRetryableException = StageNotRetryableException;
|
|
1321
|
-
var StartPipelineExecutionInput;
|
|
1322
|
-
(function (StartPipelineExecutionInput) {
|
|
1323
|
-
StartPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1324
|
-
...obj,
|
|
1325
|
-
});
|
|
1326
|
-
})(StartPipelineExecutionInput = exports.StartPipelineExecutionInput || (exports.StartPipelineExecutionInput = {}));
|
|
1327
|
-
var StartPipelineExecutionOutput;
|
|
1328
|
-
(function (StartPipelineExecutionOutput) {
|
|
1329
|
-
StartPipelineExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
1330
|
-
...obj,
|
|
1331
|
-
});
|
|
1332
|
-
})(StartPipelineExecutionOutput = exports.StartPipelineExecutionOutput || (exports.StartPipelineExecutionOutput = {}));
|
|
1333
554
|
class DuplicatedStopRequestException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1334
555
|
constructor(opts) {
|
|
1335
556
|
super({
|
|
@@ -1356,42 +577,6 @@ class PipelineExecutionNotStoppableException extends CodePipelineServiceExceptio
|
|
|
1356
577
|
}
|
|
1357
578
|
}
|
|
1358
579
|
exports.PipelineExecutionNotStoppableException = PipelineExecutionNotStoppableException;
|
|
1359
|
-
var StopPipelineExecutionInput;
|
|
1360
|
-
(function (StopPipelineExecutionInput) {
|
|
1361
|
-
StopPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1362
|
-
...obj,
|
|
1363
|
-
});
|
|
1364
|
-
})(StopPipelineExecutionInput = exports.StopPipelineExecutionInput || (exports.StopPipelineExecutionInput = {}));
|
|
1365
|
-
var StopPipelineExecutionOutput;
|
|
1366
|
-
(function (StopPipelineExecutionOutput) {
|
|
1367
|
-
StopPipelineExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
1368
|
-
...obj,
|
|
1369
|
-
});
|
|
1370
|
-
})(StopPipelineExecutionOutput = exports.StopPipelineExecutionOutput || (exports.StopPipelineExecutionOutput = {}));
|
|
1371
|
-
var TagResourceInput;
|
|
1372
|
-
(function (TagResourceInput) {
|
|
1373
|
-
TagResourceInput.filterSensitiveLog = (obj) => ({
|
|
1374
|
-
...obj,
|
|
1375
|
-
});
|
|
1376
|
-
})(TagResourceInput = exports.TagResourceInput || (exports.TagResourceInput = {}));
|
|
1377
|
-
var TagResourceOutput;
|
|
1378
|
-
(function (TagResourceOutput) {
|
|
1379
|
-
TagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1380
|
-
...obj,
|
|
1381
|
-
});
|
|
1382
|
-
})(TagResourceOutput = exports.TagResourceOutput || (exports.TagResourceOutput = {}));
|
|
1383
|
-
var UntagResourceInput;
|
|
1384
|
-
(function (UntagResourceInput) {
|
|
1385
|
-
UntagResourceInput.filterSensitiveLog = (obj) => ({
|
|
1386
|
-
...obj,
|
|
1387
|
-
});
|
|
1388
|
-
})(UntagResourceInput = exports.UntagResourceInput || (exports.UntagResourceInput = {}));
|
|
1389
|
-
var UntagResourceOutput;
|
|
1390
|
-
(function (UntagResourceOutput) {
|
|
1391
|
-
UntagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1392
|
-
...obj,
|
|
1393
|
-
});
|
|
1394
|
-
})(UntagResourceOutput = exports.UntagResourceOutput || (exports.UntagResourceOutput = {}));
|
|
1395
580
|
class RequestFailedException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1396
581
|
constructor(opts) {
|
|
1397
582
|
super({
|
|
@@ -1405,21 +590,562 @@ class RequestFailedException extends CodePipelineServiceException_1.CodePipeline
|
|
|
1405
590
|
}
|
|
1406
591
|
}
|
|
1407
592
|
exports.RequestFailedException = RequestFailedException;
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
593
|
+
const AcknowledgeJobInputFilterSensitiveLog = (obj) => ({
|
|
594
|
+
...obj,
|
|
595
|
+
});
|
|
596
|
+
exports.AcknowledgeJobInputFilterSensitiveLog = AcknowledgeJobInputFilterSensitiveLog;
|
|
597
|
+
const AcknowledgeJobOutputFilterSensitiveLog = (obj) => ({
|
|
598
|
+
...obj,
|
|
599
|
+
});
|
|
600
|
+
exports.AcknowledgeJobOutputFilterSensitiveLog = AcknowledgeJobOutputFilterSensitiveLog;
|
|
601
|
+
const AcknowledgeThirdPartyJobInputFilterSensitiveLog = (obj) => ({
|
|
602
|
+
...obj,
|
|
603
|
+
});
|
|
604
|
+
exports.AcknowledgeThirdPartyJobInputFilterSensitiveLog = AcknowledgeThirdPartyJobInputFilterSensitiveLog;
|
|
605
|
+
const AcknowledgeThirdPartyJobOutputFilterSensitiveLog = (obj) => ({
|
|
606
|
+
...obj,
|
|
607
|
+
});
|
|
608
|
+
exports.AcknowledgeThirdPartyJobOutputFilterSensitiveLog = AcknowledgeThirdPartyJobOutputFilterSensitiveLog;
|
|
609
|
+
const ActionConfigurationFilterSensitiveLog = (obj) => ({
|
|
610
|
+
...obj,
|
|
611
|
+
});
|
|
612
|
+
exports.ActionConfigurationFilterSensitiveLog = ActionConfigurationFilterSensitiveLog;
|
|
613
|
+
const ActionConfigurationPropertyFilterSensitiveLog = (obj) => ({
|
|
614
|
+
...obj,
|
|
615
|
+
});
|
|
616
|
+
exports.ActionConfigurationPropertyFilterSensitiveLog = ActionConfigurationPropertyFilterSensitiveLog;
|
|
617
|
+
const ActionContextFilterSensitiveLog = (obj) => ({
|
|
618
|
+
...obj,
|
|
619
|
+
});
|
|
620
|
+
exports.ActionContextFilterSensitiveLog = ActionContextFilterSensitiveLog;
|
|
621
|
+
const ActionTypeIdFilterSensitiveLog = (obj) => ({
|
|
622
|
+
...obj,
|
|
623
|
+
});
|
|
624
|
+
exports.ActionTypeIdFilterSensitiveLog = ActionTypeIdFilterSensitiveLog;
|
|
625
|
+
const InputArtifactFilterSensitiveLog = (obj) => ({
|
|
626
|
+
...obj,
|
|
627
|
+
});
|
|
628
|
+
exports.InputArtifactFilterSensitiveLog = InputArtifactFilterSensitiveLog;
|
|
629
|
+
const OutputArtifactFilterSensitiveLog = (obj) => ({
|
|
630
|
+
...obj,
|
|
631
|
+
});
|
|
632
|
+
exports.OutputArtifactFilterSensitiveLog = OutputArtifactFilterSensitiveLog;
|
|
633
|
+
const ActionDeclarationFilterSensitiveLog = (obj) => ({
|
|
634
|
+
...obj,
|
|
635
|
+
});
|
|
636
|
+
exports.ActionDeclarationFilterSensitiveLog = ActionDeclarationFilterSensitiveLog;
|
|
637
|
+
const ErrorDetailsFilterSensitiveLog = (obj) => ({
|
|
638
|
+
...obj,
|
|
639
|
+
});
|
|
640
|
+
exports.ErrorDetailsFilterSensitiveLog = ErrorDetailsFilterSensitiveLog;
|
|
641
|
+
const ActionExecutionFilterSensitiveLog = (obj) => ({
|
|
642
|
+
...obj,
|
|
643
|
+
});
|
|
644
|
+
exports.ActionExecutionFilterSensitiveLog = ActionExecutionFilterSensitiveLog;
|
|
645
|
+
const S3LocationFilterSensitiveLog = (obj) => ({
|
|
646
|
+
...obj,
|
|
647
|
+
});
|
|
648
|
+
exports.S3LocationFilterSensitiveLog = S3LocationFilterSensitiveLog;
|
|
649
|
+
const ArtifactDetailFilterSensitiveLog = (obj) => ({
|
|
650
|
+
...obj,
|
|
651
|
+
});
|
|
652
|
+
exports.ArtifactDetailFilterSensitiveLog = ArtifactDetailFilterSensitiveLog;
|
|
653
|
+
const ActionExecutionInputFilterSensitiveLog = (obj) => ({
|
|
654
|
+
...obj,
|
|
655
|
+
});
|
|
656
|
+
exports.ActionExecutionInputFilterSensitiveLog = ActionExecutionInputFilterSensitiveLog;
|
|
657
|
+
const ActionExecutionResultFilterSensitiveLog = (obj) => ({
|
|
658
|
+
...obj,
|
|
659
|
+
});
|
|
660
|
+
exports.ActionExecutionResultFilterSensitiveLog = ActionExecutionResultFilterSensitiveLog;
|
|
661
|
+
const ActionExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
662
|
+
...obj,
|
|
663
|
+
});
|
|
664
|
+
exports.ActionExecutionOutputFilterSensitiveLog = ActionExecutionOutputFilterSensitiveLog;
|
|
665
|
+
const ActionExecutionDetailFilterSensitiveLog = (obj) => ({
|
|
666
|
+
...obj,
|
|
667
|
+
});
|
|
668
|
+
exports.ActionExecutionDetailFilterSensitiveLog = ActionExecutionDetailFilterSensitiveLog;
|
|
669
|
+
const ActionExecutionFilterFilterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
});
|
|
672
|
+
exports.ActionExecutionFilterFilterSensitiveLog = ActionExecutionFilterFilterSensitiveLog;
|
|
673
|
+
const ActionRevisionFilterSensitiveLog = (obj) => ({
|
|
674
|
+
...obj,
|
|
675
|
+
});
|
|
676
|
+
exports.ActionRevisionFilterSensitiveLog = ActionRevisionFilterSensitiveLog;
|
|
677
|
+
const ActionStateFilterSensitiveLog = (obj) => ({
|
|
678
|
+
...obj,
|
|
679
|
+
});
|
|
680
|
+
exports.ActionStateFilterSensitiveLog = ActionStateFilterSensitiveLog;
|
|
681
|
+
const ArtifactDetailsFilterSensitiveLog = (obj) => ({
|
|
682
|
+
...obj,
|
|
683
|
+
});
|
|
684
|
+
exports.ArtifactDetailsFilterSensitiveLog = ArtifactDetailsFilterSensitiveLog;
|
|
685
|
+
const ActionTypeSettingsFilterSensitiveLog = (obj) => ({
|
|
686
|
+
...obj,
|
|
687
|
+
});
|
|
688
|
+
exports.ActionTypeSettingsFilterSensitiveLog = ActionTypeSettingsFilterSensitiveLog;
|
|
689
|
+
const ActionTypeFilterSensitiveLog = (obj) => ({
|
|
690
|
+
...obj,
|
|
691
|
+
});
|
|
692
|
+
exports.ActionTypeFilterSensitiveLog = ActionTypeFilterSensitiveLog;
|
|
693
|
+
const ActionTypeArtifactDetailsFilterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
});
|
|
696
|
+
exports.ActionTypeArtifactDetailsFilterSensitiveLog = ActionTypeArtifactDetailsFilterSensitiveLog;
|
|
697
|
+
const JobWorkerExecutorConfigurationFilterSensitiveLog = (obj) => ({
|
|
698
|
+
...obj,
|
|
699
|
+
});
|
|
700
|
+
exports.JobWorkerExecutorConfigurationFilterSensitiveLog = JobWorkerExecutorConfigurationFilterSensitiveLog;
|
|
701
|
+
const LambdaExecutorConfigurationFilterSensitiveLog = (obj) => ({
|
|
702
|
+
...obj,
|
|
703
|
+
});
|
|
704
|
+
exports.LambdaExecutorConfigurationFilterSensitiveLog = LambdaExecutorConfigurationFilterSensitiveLog;
|
|
705
|
+
const ExecutorConfigurationFilterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
});
|
|
708
|
+
exports.ExecutorConfigurationFilterSensitiveLog = ExecutorConfigurationFilterSensitiveLog;
|
|
709
|
+
const ActionTypeExecutorFilterSensitiveLog = (obj) => ({
|
|
710
|
+
...obj,
|
|
711
|
+
});
|
|
712
|
+
exports.ActionTypeExecutorFilterSensitiveLog = ActionTypeExecutorFilterSensitiveLog;
|
|
713
|
+
const ActionTypeIdentifierFilterSensitiveLog = (obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
});
|
|
716
|
+
exports.ActionTypeIdentifierFilterSensitiveLog = ActionTypeIdentifierFilterSensitiveLog;
|
|
717
|
+
const ActionTypePermissionsFilterSensitiveLog = (obj) => ({
|
|
718
|
+
...obj,
|
|
719
|
+
});
|
|
720
|
+
exports.ActionTypePermissionsFilterSensitiveLog = ActionTypePermissionsFilterSensitiveLog;
|
|
721
|
+
const ActionTypePropertyFilterSensitiveLog = (obj) => ({
|
|
722
|
+
...obj,
|
|
723
|
+
});
|
|
724
|
+
exports.ActionTypePropertyFilterSensitiveLog = ActionTypePropertyFilterSensitiveLog;
|
|
725
|
+
const ActionTypeUrlsFilterSensitiveLog = (obj) => ({
|
|
726
|
+
...obj,
|
|
727
|
+
});
|
|
728
|
+
exports.ActionTypeUrlsFilterSensitiveLog = ActionTypeUrlsFilterSensitiveLog;
|
|
729
|
+
const ActionTypeDeclarationFilterSensitiveLog = (obj) => ({
|
|
730
|
+
...obj,
|
|
731
|
+
});
|
|
732
|
+
exports.ActionTypeDeclarationFilterSensitiveLog = ActionTypeDeclarationFilterSensitiveLog;
|
|
733
|
+
const ApprovalResultFilterSensitiveLog = (obj) => ({
|
|
734
|
+
...obj,
|
|
735
|
+
});
|
|
736
|
+
exports.ApprovalResultFilterSensitiveLog = ApprovalResultFilterSensitiveLog;
|
|
737
|
+
const S3ArtifactLocationFilterSensitiveLog = (obj) => ({
|
|
738
|
+
...obj,
|
|
739
|
+
});
|
|
740
|
+
exports.S3ArtifactLocationFilterSensitiveLog = S3ArtifactLocationFilterSensitiveLog;
|
|
741
|
+
const ArtifactLocationFilterSensitiveLog = (obj) => ({
|
|
742
|
+
...obj,
|
|
743
|
+
});
|
|
744
|
+
exports.ArtifactLocationFilterSensitiveLog = ArtifactLocationFilterSensitiveLog;
|
|
745
|
+
const ArtifactFilterSensitiveLog = (obj) => ({
|
|
746
|
+
...obj,
|
|
747
|
+
});
|
|
748
|
+
exports.ArtifactFilterSensitiveLog = ArtifactFilterSensitiveLog;
|
|
749
|
+
const ArtifactRevisionFilterSensitiveLog = (obj) => ({
|
|
750
|
+
...obj,
|
|
751
|
+
});
|
|
752
|
+
exports.ArtifactRevisionFilterSensitiveLog = ArtifactRevisionFilterSensitiveLog;
|
|
753
|
+
const EncryptionKeyFilterSensitiveLog = (obj) => ({
|
|
754
|
+
...obj,
|
|
755
|
+
});
|
|
756
|
+
exports.EncryptionKeyFilterSensitiveLog = EncryptionKeyFilterSensitiveLog;
|
|
757
|
+
const ArtifactStoreFilterSensitiveLog = (obj) => ({
|
|
758
|
+
...obj,
|
|
759
|
+
});
|
|
760
|
+
exports.ArtifactStoreFilterSensitiveLog = ArtifactStoreFilterSensitiveLog;
|
|
761
|
+
const AWSSessionCredentialsFilterSensitiveLog = (obj) => ({
|
|
762
|
+
...obj,
|
|
763
|
+
...(obj.accessKeyId && { accessKeyId: smithy_client_1.SENSITIVE_STRING }),
|
|
764
|
+
...(obj.secretAccessKey && { secretAccessKey: smithy_client_1.SENSITIVE_STRING }),
|
|
765
|
+
...(obj.sessionToken && { sessionToken: smithy_client_1.SENSITIVE_STRING }),
|
|
766
|
+
});
|
|
767
|
+
exports.AWSSessionCredentialsFilterSensitiveLog = AWSSessionCredentialsFilterSensitiveLog;
|
|
768
|
+
const BlockerDeclarationFilterSensitiveLog = (obj) => ({
|
|
769
|
+
...obj,
|
|
770
|
+
});
|
|
771
|
+
exports.BlockerDeclarationFilterSensitiveLog = BlockerDeclarationFilterSensitiveLog;
|
|
772
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
773
|
+
...obj,
|
|
774
|
+
});
|
|
775
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
776
|
+
const CreateCustomActionTypeInputFilterSensitiveLog = (obj) => ({
|
|
777
|
+
...obj,
|
|
778
|
+
});
|
|
779
|
+
exports.CreateCustomActionTypeInputFilterSensitiveLog = CreateCustomActionTypeInputFilterSensitiveLog;
|
|
780
|
+
const CreateCustomActionTypeOutputFilterSensitiveLog = (obj) => ({
|
|
781
|
+
...obj,
|
|
782
|
+
});
|
|
783
|
+
exports.CreateCustomActionTypeOutputFilterSensitiveLog = CreateCustomActionTypeOutputFilterSensitiveLog;
|
|
784
|
+
const StageDeclarationFilterSensitiveLog = (obj) => ({
|
|
785
|
+
...obj,
|
|
786
|
+
});
|
|
787
|
+
exports.StageDeclarationFilterSensitiveLog = StageDeclarationFilterSensitiveLog;
|
|
788
|
+
const PipelineDeclarationFilterSensitiveLog = (obj) => ({
|
|
789
|
+
...obj,
|
|
790
|
+
});
|
|
791
|
+
exports.PipelineDeclarationFilterSensitiveLog = PipelineDeclarationFilterSensitiveLog;
|
|
792
|
+
const CreatePipelineInputFilterSensitiveLog = (obj) => ({
|
|
793
|
+
...obj,
|
|
794
|
+
});
|
|
795
|
+
exports.CreatePipelineInputFilterSensitiveLog = CreatePipelineInputFilterSensitiveLog;
|
|
796
|
+
const CreatePipelineOutputFilterSensitiveLog = (obj) => ({
|
|
797
|
+
...obj,
|
|
798
|
+
});
|
|
799
|
+
exports.CreatePipelineOutputFilterSensitiveLog = CreatePipelineOutputFilterSensitiveLog;
|
|
800
|
+
const DeleteCustomActionTypeInputFilterSensitiveLog = (obj) => ({
|
|
801
|
+
...obj,
|
|
802
|
+
});
|
|
803
|
+
exports.DeleteCustomActionTypeInputFilterSensitiveLog = DeleteCustomActionTypeInputFilterSensitiveLog;
|
|
804
|
+
const DeletePipelineInputFilterSensitiveLog = (obj) => ({
|
|
805
|
+
...obj,
|
|
806
|
+
});
|
|
807
|
+
exports.DeletePipelineInputFilterSensitiveLog = DeletePipelineInputFilterSensitiveLog;
|
|
808
|
+
const DeleteWebhookInputFilterSensitiveLog = (obj) => ({
|
|
809
|
+
...obj,
|
|
810
|
+
});
|
|
811
|
+
exports.DeleteWebhookInputFilterSensitiveLog = DeleteWebhookInputFilterSensitiveLog;
|
|
812
|
+
const DeleteWebhookOutputFilterSensitiveLog = (obj) => ({
|
|
813
|
+
...obj,
|
|
814
|
+
});
|
|
815
|
+
exports.DeleteWebhookOutputFilterSensitiveLog = DeleteWebhookOutputFilterSensitiveLog;
|
|
816
|
+
const DeregisterWebhookWithThirdPartyInputFilterSensitiveLog = (obj) => ({
|
|
817
|
+
...obj,
|
|
818
|
+
});
|
|
819
|
+
exports.DeregisterWebhookWithThirdPartyInputFilterSensitiveLog = DeregisterWebhookWithThirdPartyInputFilterSensitiveLog;
|
|
820
|
+
const DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog = (obj) => ({
|
|
821
|
+
...obj,
|
|
822
|
+
});
|
|
823
|
+
exports.DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog = DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog;
|
|
824
|
+
const DisableStageTransitionInputFilterSensitiveLog = (obj) => ({
|
|
825
|
+
...obj,
|
|
826
|
+
});
|
|
827
|
+
exports.DisableStageTransitionInputFilterSensitiveLog = DisableStageTransitionInputFilterSensitiveLog;
|
|
828
|
+
const EnableStageTransitionInputFilterSensitiveLog = (obj) => ({
|
|
829
|
+
...obj,
|
|
830
|
+
});
|
|
831
|
+
exports.EnableStageTransitionInputFilterSensitiveLog = EnableStageTransitionInputFilterSensitiveLog;
|
|
832
|
+
const GetActionTypeInputFilterSensitiveLog = (obj) => ({
|
|
833
|
+
...obj,
|
|
834
|
+
});
|
|
835
|
+
exports.GetActionTypeInputFilterSensitiveLog = GetActionTypeInputFilterSensitiveLog;
|
|
836
|
+
const GetActionTypeOutputFilterSensitiveLog = (obj) => ({
|
|
837
|
+
...obj,
|
|
838
|
+
});
|
|
839
|
+
exports.GetActionTypeOutputFilterSensitiveLog = GetActionTypeOutputFilterSensitiveLog;
|
|
840
|
+
const GetJobDetailsInputFilterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
exports.GetJobDetailsInputFilterSensitiveLog = GetJobDetailsInputFilterSensitiveLog;
|
|
844
|
+
const StageContextFilterSensitiveLog = (obj) => ({
|
|
845
|
+
...obj,
|
|
846
|
+
});
|
|
847
|
+
exports.StageContextFilterSensitiveLog = StageContextFilterSensitiveLog;
|
|
848
|
+
const PipelineContextFilterSensitiveLog = (obj) => ({
|
|
849
|
+
...obj,
|
|
850
|
+
});
|
|
851
|
+
exports.PipelineContextFilterSensitiveLog = PipelineContextFilterSensitiveLog;
|
|
852
|
+
const JobDataFilterSensitiveLog = (obj) => ({
|
|
853
|
+
...obj,
|
|
854
|
+
...(obj.artifactCredentials && { artifactCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
855
|
+
});
|
|
856
|
+
exports.JobDataFilterSensitiveLog = JobDataFilterSensitiveLog;
|
|
857
|
+
const JobDetailsFilterSensitiveLog = (obj) => ({
|
|
858
|
+
...obj,
|
|
859
|
+
...(obj.data && { data: (0, exports.JobDataFilterSensitiveLog)(obj.data) }),
|
|
860
|
+
});
|
|
861
|
+
exports.JobDetailsFilterSensitiveLog = JobDetailsFilterSensitiveLog;
|
|
862
|
+
const GetJobDetailsOutputFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
...(obj.jobDetails && { jobDetails: (0, exports.JobDetailsFilterSensitiveLog)(obj.jobDetails) }),
|
|
865
|
+
});
|
|
866
|
+
exports.GetJobDetailsOutputFilterSensitiveLog = GetJobDetailsOutputFilterSensitiveLog;
|
|
867
|
+
const GetPipelineInputFilterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
exports.GetPipelineInputFilterSensitiveLog = GetPipelineInputFilterSensitiveLog;
|
|
871
|
+
const PipelineMetadataFilterSensitiveLog = (obj) => ({
|
|
872
|
+
...obj,
|
|
873
|
+
});
|
|
874
|
+
exports.PipelineMetadataFilterSensitiveLog = PipelineMetadataFilterSensitiveLog;
|
|
875
|
+
const GetPipelineOutputFilterSensitiveLog = (obj) => ({
|
|
876
|
+
...obj,
|
|
877
|
+
});
|
|
878
|
+
exports.GetPipelineOutputFilterSensitiveLog = GetPipelineOutputFilterSensitiveLog;
|
|
879
|
+
const GetPipelineExecutionInputFilterSensitiveLog = (obj) => ({
|
|
880
|
+
...obj,
|
|
881
|
+
});
|
|
882
|
+
exports.GetPipelineExecutionInputFilterSensitiveLog = GetPipelineExecutionInputFilterSensitiveLog;
|
|
883
|
+
const PipelineExecutionFilterSensitiveLog = (obj) => ({
|
|
884
|
+
...obj,
|
|
885
|
+
});
|
|
886
|
+
exports.PipelineExecutionFilterSensitiveLog = PipelineExecutionFilterSensitiveLog;
|
|
887
|
+
const GetPipelineExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
888
|
+
...obj,
|
|
889
|
+
});
|
|
890
|
+
exports.GetPipelineExecutionOutputFilterSensitiveLog = GetPipelineExecutionOutputFilterSensitiveLog;
|
|
891
|
+
const GetPipelineStateInputFilterSensitiveLog = (obj) => ({
|
|
892
|
+
...obj,
|
|
893
|
+
});
|
|
894
|
+
exports.GetPipelineStateInputFilterSensitiveLog = GetPipelineStateInputFilterSensitiveLog;
|
|
895
|
+
const StageExecutionFilterSensitiveLog = (obj) => ({
|
|
896
|
+
...obj,
|
|
897
|
+
});
|
|
898
|
+
exports.StageExecutionFilterSensitiveLog = StageExecutionFilterSensitiveLog;
|
|
899
|
+
const TransitionStateFilterSensitiveLog = (obj) => ({
|
|
900
|
+
...obj,
|
|
901
|
+
});
|
|
902
|
+
exports.TransitionStateFilterSensitiveLog = TransitionStateFilterSensitiveLog;
|
|
903
|
+
const StageStateFilterSensitiveLog = (obj) => ({
|
|
904
|
+
...obj,
|
|
905
|
+
});
|
|
906
|
+
exports.StageStateFilterSensitiveLog = StageStateFilterSensitiveLog;
|
|
907
|
+
const GetPipelineStateOutputFilterSensitiveLog = (obj) => ({
|
|
908
|
+
...obj,
|
|
909
|
+
});
|
|
910
|
+
exports.GetPipelineStateOutputFilterSensitiveLog = GetPipelineStateOutputFilterSensitiveLog;
|
|
911
|
+
const GetThirdPartyJobDetailsInputFilterSensitiveLog = (obj) => ({
|
|
912
|
+
...obj,
|
|
913
|
+
});
|
|
914
|
+
exports.GetThirdPartyJobDetailsInputFilterSensitiveLog = GetThirdPartyJobDetailsInputFilterSensitiveLog;
|
|
915
|
+
const ThirdPartyJobDataFilterSensitiveLog = (obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
...(obj.artifactCredentials && { artifactCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
918
|
+
});
|
|
919
|
+
exports.ThirdPartyJobDataFilterSensitiveLog = ThirdPartyJobDataFilterSensitiveLog;
|
|
920
|
+
const ThirdPartyJobDetailsFilterSensitiveLog = (obj) => ({
|
|
921
|
+
...obj,
|
|
922
|
+
...(obj.data && { data: (0, exports.ThirdPartyJobDataFilterSensitiveLog)(obj.data) }),
|
|
923
|
+
});
|
|
924
|
+
exports.ThirdPartyJobDetailsFilterSensitiveLog = ThirdPartyJobDetailsFilterSensitiveLog;
|
|
925
|
+
const GetThirdPartyJobDetailsOutputFilterSensitiveLog = (obj) => ({
|
|
926
|
+
...obj,
|
|
927
|
+
...(obj.jobDetails && { jobDetails: (0, exports.ThirdPartyJobDetailsFilterSensitiveLog)(obj.jobDetails) }),
|
|
928
|
+
});
|
|
929
|
+
exports.GetThirdPartyJobDetailsOutputFilterSensitiveLog = GetThirdPartyJobDetailsOutputFilterSensitiveLog;
|
|
930
|
+
const ListActionExecutionsInputFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
exports.ListActionExecutionsInputFilterSensitiveLog = ListActionExecutionsInputFilterSensitiveLog;
|
|
934
|
+
const ListActionExecutionsOutputFilterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
exports.ListActionExecutionsOutputFilterSensitiveLog = ListActionExecutionsOutputFilterSensitiveLog;
|
|
938
|
+
const ListActionTypesInputFilterSensitiveLog = (obj) => ({
|
|
939
|
+
...obj,
|
|
940
|
+
});
|
|
941
|
+
exports.ListActionTypesInputFilterSensitiveLog = ListActionTypesInputFilterSensitiveLog;
|
|
942
|
+
const ListActionTypesOutputFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
exports.ListActionTypesOutputFilterSensitiveLog = ListActionTypesOutputFilterSensitiveLog;
|
|
946
|
+
const ListPipelineExecutionsInputFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
exports.ListPipelineExecutionsInputFilterSensitiveLog = ListPipelineExecutionsInputFilterSensitiveLog;
|
|
950
|
+
const SourceRevisionFilterSensitiveLog = (obj) => ({
|
|
951
|
+
...obj,
|
|
952
|
+
});
|
|
953
|
+
exports.SourceRevisionFilterSensitiveLog = SourceRevisionFilterSensitiveLog;
|
|
954
|
+
const StopExecutionTriggerFilterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
exports.StopExecutionTriggerFilterSensitiveLog = StopExecutionTriggerFilterSensitiveLog;
|
|
958
|
+
const ExecutionTriggerFilterSensitiveLog = (obj) => ({
|
|
959
|
+
...obj,
|
|
960
|
+
});
|
|
961
|
+
exports.ExecutionTriggerFilterSensitiveLog = ExecutionTriggerFilterSensitiveLog;
|
|
962
|
+
const PipelineExecutionSummaryFilterSensitiveLog = (obj) => ({
|
|
963
|
+
...obj,
|
|
964
|
+
});
|
|
965
|
+
exports.PipelineExecutionSummaryFilterSensitiveLog = PipelineExecutionSummaryFilterSensitiveLog;
|
|
966
|
+
const ListPipelineExecutionsOutputFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
exports.ListPipelineExecutionsOutputFilterSensitiveLog = ListPipelineExecutionsOutputFilterSensitiveLog;
|
|
970
|
+
const ListPipelinesInputFilterSensitiveLog = (obj) => ({
|
|
971
|
+
...obj,
|
|
972
|
+
});
|
|
973
|
+
exports.ListPipelinesInputFilterSensitiveLog = ListPipelinesInputFilterSensitiveLog;
|
|
974
|
+
const PipelineSummaryFilterSensitiveLog = (obj) => ({
|
|
975
|
+
...obj,
|
|
976
|
+
});
|
|
977
|
+
exports.PipelineSummaryFilterSensitiveLog = PipelineSummaryFilterSensitiveLog;
|
|
978
|
+
const ListPipelinesOutputFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
});
|
|
981
|
+
exports.ListPipelinesOutputFilterSensitiveLog = ListPipelinesOutputFilterSensitiveLog;
|
|
982
|
+
const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
983
|
+
...obj,
|
|
984
|
+
});
|
|
985
|
+
exports.ListTagsForResourceInputFilterSensitiveLog = ListTagsForResourceInputFilterSensitiveLog;
|
|
986
|
+
const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
987
|
+
...obj,
|
|
988
|
+
});
|
|
989
|
+
exports.ListTagsForResourceOutputFilterSensitiveLog = ListTagsForResourceOutputFilterSensitiveLog;
|
|
990
|
+
const ListWebhooksInputFilterSensitiveLog = (obj) => ({
|
|
991
|
+
...obj,
|
|
992
|
+
});
|
|
993
|
+
exports.ListWebhooksInputFilterSensitiveLog = ListWebhooksInputFilterSensitiveLog;
|
|
994
|
+
const WebhookAuthConfigurationFilterSensitiveLog = (obj) => ({
|
|
995
|
+
...obj,
|
|
996
|
+
});
|
|
997
|
+
exports.WebhookAuthConfigurationFilterSensitiveLog = WebhookAuthConfigurationFilterSensitiveLog;
|
|
998
|
+
const WebhookFilterRuleFilterSensitiveLog = (obj) => ({
|
|
999
|
+
...obj,
|
|
1000
|
+
});
|
|
1001
|
+
exports.WebhookFilterRuleFilterSensitiveLog = WebhookFilterRuleFilterSensitiveLog;
|
|
1002
|
+
const WebhookDefinitionFilterSensitiveLog = (obj) => ({
|
|
1003
|
+
...obj,
|
|
1004
|
+
});
|
|
1005
|
+
exports.WebhookDefinitionFilterSensitiveLog = WebhookDefinitionFilterSensitiveLog;
|
|
1006
|
+
const ListWebhookItemFilterSensitiveLog = (obj) => ({
|
|
1007
|
+
...obj,
|
|
1008
|
+
});
|
|
1009
|
+
exports.ListWebhookItemFilterSensitiveLog = ListWebhookItemFilterSensitiveLog;
|
|
1010
|
+
const ListWebhooksOutputFilterSensitiveLog = (obj) => ({
|
|
1011
|
+
...obj,
|
|
1012
|
+
});
|
|
1013
|
+
exports.ListWebhooksOutputFilterSensitiveLog = ListWebhooksOutputFilterSensitiveLog;
|
|
1014
|
+
const PollForJobsInputFilterSensitiveLog = (obj) => ({
|
|
1015
|
+
...obj,
|
|
1016
|
+
});
|
|
1017
|
+
exports.PollForJobsInputFilterSensitiveLog = PollForJobsInputFilterSensitiveLog;
|
|
1018
|
+
const JobFilterSensitiveLog = (obj) => ({
|
|
1019
|
+
...obj,
|
|
1020
|
+
...(obj.data && { data: (0, exports.JobDataFilterSensitiveLog)(obj.data) }),
|
|
1021
|
+
});
|
|
1022
|
+
exports.JobFilterSensitiveLog = JobFilterSensitiveLog;
|
|
1023
|
+
const PollForJobsOutputFilterSensitiveLog = (obj) => ({
|
|
1024
|
+
...obj,
|
|
1025
|
+
...(obj.jobs && { jobs: obj.jobs.map((item) => (0, exports.JobFilterSensitiveLog)(item)) }),
|
|
1026
|
+
});
|
|
1027
|
+
exports.PollForJobsOutputFilterSensitiveLog = PollForJobsOutputFilterSensitiveLog;
|
|
1028
|
+
const PollForThirdPartyJobsInputFilterSensitiveLog = (obj) => ({
|
|
1029
|
+
...obj,
|
|
1030
|
+
});
|
|
1031
|
+
exports.PollForThirdPartyJobsInputFilterSensitiveLog = PollForThirdPartyJobsInputFilterSensitiveLog;
|
|
1032
|
+
const ThirdPartyJobFilterSensitiveLog = (obj) => ({
|
|
1033
|
+
...obj,
|
|
1034
|
+
});
|
|
1035
|
+
exports.ThirdPartyJobFilterSensitiveLog = ThirdPartyJobFilterSensitiveLog;
|
|
1036
|
+
const PollForThirdPartyJobsOutputFilterSensitiveLog = (obj) => ({
|
|
1037
|
+
...obj,
|
|
1038
|
+
});
|
|
1039
|
+
exports.PollForThirdPartyJobsOutputFilterSensitiveLog = PollForThirdPartyJobsOutputFilterSensitiveLog;
|
|
1040
|
+
const PutActionRevisionInputFilterSensitiveLog = (obj) => ({
|
|
1041
|
+
...obj,
|
|
1042
|
+
});
|
|
1043
|
+
exports.PutActionRevisionInputFilterSensitiveLog = PutActionRevisionInputFilterSensitiveLog;
|
|
1044
|
+
const PutActionRevisionOutputFilterSensitiveLog = (obj) => ({
|
|
1045
|
+
...obj,
|
|
1046
|
+
});
|
|
1047
|
+
exports.PutActionRevisionOutputFilterSensitiveLog = PutActionRevisionOutputFilterSensitiveLog;
|
|
1048
|
+
const PutApprovalResultInputFilterSensitiveLog = (obj) => ({
|
|
1049
|
+
...obj,
|
|
1050
|
+
});
|
|
1051
|
+
exports.PutApprovalResultInputFilterSensitiveLog = PutApprovalResultInputFilterSensitiveLog;
|
|
1052
|
+
const PutApprovalResultOutputFilterSensitiveLog = (obj) => ({
|
|
1053
|
+
...obj,
|
|
1054
|
+
});
|
|
1055
|
+
exports.PutApprovalResultOutputFilterSensitiveLog = PutApprovalResultOutputFilterSensitiveLog;
|
|
1056
|
+
const FailureDetailsFilterSensitiveLog = (obj) => ({
|
|
1057
|
+
...obj,
|
|
1058
|
+
});
|
|
1059
|
+
exports.FailureDetailsFilterSensitiveLog = FailureDetailsFilterSensitiveLog;
|
|
1060
|
+
const PutJobFailureResultInputFilterSensitiveLog = (obj) => ({
|
|
1061
|
+
...obj,
|
|
1062
|
+
});
|
|
1063
|
+
exports.PutJobFailureResultInputFilterSensitiveLog = PutJobFailureResultInputFilterSensitiveLog;
|
|
1064
|
+
const CurrentRevisionFilterSensitiveLog = (obj) => ({
|
|
1065
|
+
...obj,
|
|
1066
|
+
});
|
|
1067
|
+
exports.CurrentRevisionFilterSensitiveLog = CurrentRevisionFilterSensitiveLog;
|
|
1068
|
+
const ExecutionDetailsFilterSensitiveLog = (obj) => ({
|
|
1069
|
+
...obj,
|
|
1070
|
+
});
|
|
1071
|
+
exports.ExecutionDetailsFilterSensitiveLog = ExecutionDetailsFilterSensitiveLog;
|
|
1072
|
+
const PutJobSuccessResultInputFilterSensitiveLog = (obj) => ({
|
|
1073
|
+
...obj,
|
|
1074
|
+
});
|
|
1075
|
+
exports.PutJobSuccessResultInputFilterSensitiveLog = PutJobSuccessResultInputFilterSensitiveLog;
|
|
1076
|
+
const PutThirdPartyJobFailureResultInputFilterSensitiveLog = (obj) => ({
|
|
1077
|
+
...obj,
|
|
1078
|
+
});
|
|
1079
|
+
exports.PutThirdPartyJobFailureResultInputFilterSensitiveLog = PutThirdPartyJobFailureResultInputFilterSensitiveLog;
|
|
1080
|
+
const PutThirdPartyJobSuccessResultInputFilterSensitiveLog = (obj) => ({
|
|
1081
|
+
...obj,
|
|
1082
|
+
});
|
|
1083
|
+
exports.PutThirdPartyJobSuccessResultInputFilterSensitiveLog = PutThirdPartyJobSuccessResultInputFilterSensitiveLog;
|
|
1084
|
+
const PutWebhookInputFilterSensitiveLog = (obj) => ({
|
|
1085
|
+
...obj,
|
|
1086
|
+
});
|
|
1087
|
+
exports.PutWebhookInputFilterSensitiveLog = PutWebhookInputFilterSensitiveLog;
|
|
1088
|
+
const PutWebhookOutputFilterSensitiveLog = (obj) => ({
|
|
1089
|
+
...obj,
|
|
1090
|
+
});
|
|
1091
|
+
exports.PutWebhookOutputFilterSensitiveLog = PutWebhookOutputFilterSensitiveLog;
|
|
1092
|
+
const RegisterWebhookWithThirdPartyInputFilterSensitiveLog = (obj) => ({
|
|
1093
|
+
...obj,
|
|
1094
|
+
});
|
|
1095
|
+
exports.RegisterWebhookWithThirdPartyInputFilterSensitiveLog = RegisterWebhookWithThirdPartyInputFilterSensitiveLog;
|
|
1096
|
+
const RegisterWebhookWithThirdPartyOutputFilterSensitiveLog = (obj) => ({
|
|
1097
|
+
...obj,
|
|
1098
|
+
});
|
|
1099
|
+
exports.RegisterWebhookWithThirdPartyOutputFilterSensitiveLog = RegisterWebhookWithThirdPartyOutputFilterSensitiveLog;
|
|
1100
|
+
const RetryStageExecutionInputFilterSensitiveLog = (obj) => ({
|
|
1101
|
+
...obj,
|
|
1102
|
+
});
|
|
1103
|
+
exports.RetryStageExecutionInputFilterSensitiveLog = RetryStageExecutionInputFilterSensitiveLog;
|
|
1104
|
+
const RetryStageExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
1105
|
+
...obj,
|
|
1106
|
+
});
|
|
1107
|
+
exports.RetryStageExecutionOutputFilterSensitiveLog = RetryStageExecutionOutputFilterSensitiveLog;
|
|
1108
|
+
const StartPipelineExecutionInputFilterSensitiveLog = (obj) => ({
|
|
1109
|
+
...obj,
|
|
1110
|
+
});
|
|
1111
|
+
exports.StartPipelineExecutionInputFilterSensitiveLog = StartPipelineExecutionInputFilterSensitiveLog;
|
|
1112
|
+
const StartPipelineExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
1113
|
+
...obj,
|
|
1114
|
+
});
|
|
1115
|
+
exports.StartPipelineExecutionOutputFilterSensitiveLog = StartPipelineExecutionOutputFilterSensitiveLog;
|
|
1116
|
+
const StopPipelineExecutionInputFilterSensitiveLog = (obj) => ({
|
|
1117
|
+
...obj,
|
|
1118
|
+
});
|
|
1119
|
+
exports.StopPipelineExecutionInputFilterSensitiveLog = StopPipelineExecutionInputFilterSensitiveLog;
|
|
1120
|
+
const StopPipelineExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
1121
|
+
...obj,
|
|
1122
|
+
});
|
|
1123
|
+
exports.StopPipelineExecutionOutputFilterSensitiveLog = StopPipelineExecutionOutputFilterSensitiveLog;
|
|
1124
|
+
const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
1125
|
+
...obj,
|
|
1126
|
+
});
|
|
1127
|
+
exports.TagResourceInputFilterSensitiveLog = TagResourceInputFilterSensitiveLog;
|
|
1128
|
+
const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
1129
|
+
...obj,
|
|
1130
|
+
});
|
|
1131
|
+
exports.TagResourceOutputFilterSensitiveLog = TagResourceOutputFilterSensitiveLog;
|
|
1132
|
+
const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
1133
|
+
...obj,
|
|
1134
|
+
});
|
|
1135
|
+
exports.UntagResourceInputFilterSensitiveLog = UntagResourceInputFilterSensitiveLog;
|
|
1136
|
+
const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
1137
|
+
...obj,
|
|
1138
|
+
});
|
|
1139
|
+
exports.UntagResourceOutputFilterSensitiveLog = UntagResourceOutputFilterSensitiveLog;
|
|
1140
|
+
const UpdateActionTypeInputFilterSensitiveLog = (obj) => ({
|
|
1141
|
+
...obj,
|
|
1142
|
+
});
|
|
1143
|
+
exports.UpdateActionTypeInputFilterSensitiveLog = UpdateActionTypeInputFilterSensitiveLog;
|
|
1144
|
+
const UpdatePipelineInputFilterSensitiveLog = (obj) => ({
|
|
1145
|
+
...obj,
|
|
1146
|
+
});
|
|
1147
|
+
exports.UpdatePipelineInputFilterSensitiveLog = UpdatePipelineInputFilterSensitiveLog;
|
|
1148
|
+
const UpdatePipelineOutputFilterSensitiveLog = (obj) => ({
|
|
1149
|
+
...obj,
|
|
1150
|
+
});
|
|
1151
|
+
exports.UpdatePipelineOutputFilterSensitiveLog = UpdatePipelineOutputFilterSensitiveLog;
|