@aws-sdk/client-amplify 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/CreateAppCommand.js +2 -2
- package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/CreateBranchCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -2
- package/dist-cjs/commands/CreateWebhookCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppCommand.js +2 -2
- package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteBranchCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
- package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -2
- package/dist-cjs/commands/GetAppCommand.js +2 -2
- package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -2
- package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/GetBranchCommand.js +2 -2
- package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetWebhookCommand.js +2 -2
- package/dist-cjs/commands/ListAppsCommand.js +2 -2
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -2
- package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListBranchesCommand.js +2 -2
- package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -2
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -2
- package/dist-cjs/commands/StartJobCommand.js +2 -2
- package/dist-cjs/commands/StopJobCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAppCommand.js +2 -2
- package/dist-cjs/commands/UpdateBranchCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -2
- package/dist-cjs/commands/UpdateWebhookCommand.js +2 -2
- package/dist-cjs/models/models_0.js +392 -568
- package/dist-cjs/protocols/Aws_restJson1.js +444 -1106
- package/dist-es/commands/CreateAppCommand.js +3 -3
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +3 -3
- package/dist-es/commands/CreateBranchCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateDomainAssociationCommand.js +3 -3
- package/dist-es/commands/CreateWebhookCommand.js +3 -3
- package/dist-es/commands/DeleteAppCommand.js +3 -3
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteBranchCommand.js +3 -3
- package/dist-es/commands/DeleteDomainAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteJobCommand.js +3 -3
- package/dist-es/commands/DeleteWebhookCommand.js +3 -3
- package/dist-es/commands/GenerateAccessLogsCommand.js +3 -3
- package/dist-es/commands/GetAppCommand.js +3 -3
- package/dist-es/commands/GetArtifactUrlCommand.js +3 -3
- package/dist-es/commands/GetBackendEnvironmentCommand.js +3 -3
- package/dist-es/commands/GetBranchCommand.js +3 -3
- package/dist-es/commands/GetDomainAssociationCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetWebhookCommand.js +3 -3
- package/dist-es/commands/ListAppsCommand.js +3 -3
- package/dist-es/commands/ListArtifactsCommand.js +3 -3
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListBranchesCommand.js +3 -3
- package/dist-es/commands/ListDomainAssociationsCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWebhooksCommand.js +3 -3
- package/dist-es/commands/StartDeploymentCommand.js +3 -3
- package/dist-es/commands/StartJobCommand.js +3 -3
- package/dist-es/commands/StopJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAppCommand.js +3 -3
- package/dist-es/commands/UpdateBranchCommand.js +3 -3
- package/dist-es/commands/UpdateDomainAssociationCommand.js +3 -3
- package/dist-es/commands/UpdateWebhookCommand.js +3 -3
- package/dist-es/models/models_0.js +94 -358
- package/dist-es/protocols/Aws_restJson1.js +591 -1118
- package/dist-types/models/models_0.d.ts +352 -528
- package/dist-types/ts3.4/models/models_0.d.ts +176 -352
- package/package.json +6 -6
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.GenerateAccessLogsResultFilterSensitiveLog = exports.GenerateAccessLogsRequestFilterSensitiveLog = exports.DeleteWebhookResultFilterSensitiveLog = exports.DeleteWebhookRequestFilterSensitiveLog = exports.DeleteJobResultFilterSensitiveLog = exports.JobSummaryFilterSensitiveLog = exports.DeleteJobRequestFilterSensitiveLog = exports.DeleteDomainAssociationResultFilterSensitiveLog = exports.DeleteDomainAssociationRequestFilterSensitiveLog = exports.DeleteBranchResultFilterSensitiveLog = exports.DeleteBranchRequestFilterSensitiveLog = exports.DeleteBackendEnvironmentResultFilterSensitiveLog = exports.DeleteBackendEnvironmentRequestFilterSensitiveLog = exports.DeleteAppResultFilterSensitiveLog = exports.DeleteAppRequestFilterSensitiveLog = exports.CreateWebhookResultFilterSensitiveLog = exports.WebhookFilterSensitiveLog = exports.CreateWebhookRequestFilterSensitiveLog = exports.CreateDomainAssociationResultFilterSensitiveLog = exports.DomainAssociationFilterSensitiveLog = exports.SubDomainFilterSensitiveLog = exports.CreateDomainAssociationRequestFilterSensitiveLog = exports.SubDomainSettingFilterSensitiveLog = exports.CreateDeploymentResultFilterSensitiveLog = exports.CreateDeploymentRequestFilterSensitiveLog = exports.CreateBranchResultFilterSensitiveLog = exports.BranchFilterSensitiveLog = exports.CreateBranchRequestFilterSensitiveLog = exports.CreateBackendEnvironmentResultFilterSensitiveLog = exports.BackendEnvironmentFilterSensitiveLog = exports.CreateBackendEnvironmentRequestFilterSensitiveLog = exports.CreateAppResultFilterSensitiveLog = exports.AppFilterSensitiveLog = exports.ProductionBranchFilterSensitiveLog = exports.CreateAppRequestFilterSensitiveLog = exports.CustomRuleFilterSensitiveLog = exports.AutoBranchCreationConfigFilterSensitiveLog = exports.ResourceNotFoundException = exports.JobStatus = exports.JobType = exports.DomainStatus = exports.NotFoundException = exports.UnauthorizedException = exports.LimitExceededException = exports.InternalFailureException = exports.DependentServiceFailureException = exports.RepositoryCloneMethod = exports.Platform = exports.Stage = exports.BadRequestException = void 0;
|
|
4
|
+
exports.UpdateWebhookRequestFilterSensitiveLog = exports.UpdateDomainAssociationResultFilterSensitiveLog = exports.UpdateDomainAssociationRequestFilterSensitiveLog = exports.UpdateBranchResultFilterSensitiveLog = exports.UpdateBranchRequestFilterSensitiveLog = exports.UpdateAppResultFilterSensitiveLog = exports.UpdateAppRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StopJobResultFilterSensitiveLog = exports.StopJobRequestFilterSensitiveLog = exports.StartJobResultFilterSensitiveLog = exports.StartJobRequestFilterSensitiveLog = exports.StartDeploymentResultFilterSensitiveLog = exports.StartDeploymentRequestFilterSensitiveLog = exports.ListWebhooksResultFilterSensitiveLog = exports.ListWebhooksRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListJobsResultFilterSensitiveLog = exports.ListJobsRequestFilterSensitiveLog = exports.ListDomainAssociationsResultFilterSensitiveLog = exports.ListDomainAssociationsRequestFilterSensitiveLog = exports.ListBranchesResultFilterSensitiveLog = exports.ListBranchesRequestFilterSensitiveLog = exports.ListBackendEnvironmentsResultFilterSensitiveLog = exports.ListBackendEnvironmentsRequestFilterSensitiveLog = exports.ListArtifactsResultFilterSensitiveLog = exports.ArtifactFilterSensitiveLog = exports.ListArtifactsRequestFilterSensitiveLog = exports.ListAppsResultFilterSensitiveLog = exports.ListAppsRequestFilterSensitiveLog = exports.GetWebhookResultFilterSensitiveLog = exports.GetWebhookRequestFilterSensitiveLog = exports.GetJobResultFilterSensitiveLog = exports.JobFilterSensitiveLog = exports.StepFilterSensitiveLog = exports.GetJobRequestFilterSensitiveLog = exports.GetDomainAssociationResultFilterSensitiveLog = exports.GetDomainAssociationRequestFilterSensitiveLog = exports.GetBranchResultFilterSensitiveLog = exports.GetBranchRequestFilterSensitiveLog = exports.GetBackendEnvironmentResultFilterSensitiveLog = exports.GetBackendEnvironmentRequestFilterSensitiveLog = exports.GetArtifactUrlResultFilterSensitiveLog = exports.GetArtifactUrlRequestFilterSensitiveLog = exports.GetAppResultFilterSensitiveLog = exports.GetAppRequestFilterSensitiveLog = void 0;
|
|
5
|
+
exports.UpdateWebhookResultFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const AmplifyServiceException_1 = require("./AmplifyServiceException");
|
|
8
8
|
class BadRequestException extends AmplifyServiceException_1.AmplifyServiceException {
|
|
@@ -26,68 +26,17 @@ var Stage;
|
|
|
26
26
|
Stage["PRODUCTION"] = "PRODUCTION";
|
|
27
27
|
Stage["PULL_REQUEST"] = "PULL_REQUEST";
|
|
28
28
|
})(Stage = exports.Stage || (exports.Stage = {}));
|
|
29
|
-
var AutoBranchCreationConfig;
|
|
30
|
-
(function (AutoBranchCreationConfig) {
|
|
31
|
-
AutoBranchCreationConfig.filterSensitiveLog = (obj) => ({
|
|
32
|
-
...obj,
|
|
33
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
34
|
-
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
35
|
-
});
|
|
36
|
-
})(AutoBranchCreationConfig = exports.AutoBranchCreationConfig || (exports.AutoBranchCreationConfig = {}));
|
|
37
|
-
var CustomRule;
|
|
38
|
-
(function (CustomRule) {
|
|
39
|
-
CustomRule.filterSensitiveLog = (obj) => ({
|
|
40
|
-
...obj,
|
|
41
|
-
});
|
|
42
|
-
})(CustomRule = exports.CustomRule || (exports.CustomRule = {}));
|
|
43
29
|
var Platform;
|
|
44
30
|
(function (Platform) {
|
|
45
31
|
Platform["WEB"] = "WEB";
|
|
46
32
|
Platform["WEB_DYNAMIC"] = "WEB_DYNAMIC";
|
|
47
33
|
})(Platform = exports.Platform || (exports.Platform = {}));
|
|
48
|
-
var CreateAppRequest;
|
|
49
|
-
(function (CreateAppRequest) {
|
|
50
|
-
CreateAppRequest.filterSensitiveLog = (obj) => ({
|
|
51
|
-
...obj,
|
|
52
|
-
...(obj.oauthToken && { oauthToken: smithy_client_1.SENSITIVE_STRING }),
|
|
53
|
-
...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
|
|
54
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
55
|
-
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
56
|
-
...(obj.autoBranchCreationConfig && {
|
|
57
|
-
autoBranchCreationConfig: AutoBranchCreationConfig.filterSensitiveLog(obj.autoBranchCreationConfig),
|
|
58
|
-
}),
|
|
59
|
-
});
|
|
60
|
-
})(CreateAppRequest = exports.CreateAppRequest || (exports.CreateAppRequest = {}));
|
|
61
|
-
var ProductionBranch;
|
|
62
|
-
(function (ProductionBranch) {
|
|
63
|
-
ProductionBranch.filterSensitiveLog = (obj) => ({
|
|
64
|
-
...obj,
|
|
65
|
-
});
|
|
66
|
-
})(ProductionBranch = exports.ProductionBranch || (exports.ProductionBranch = {}));
|
|
67
34
|
var RepositoryCloneMethod;
|
|
68
35
|
(function (RepositoryCloneMethod) {
|
|
69
36
|
RepositoryCloneMethod["SIGV4"] = "SIGV4";
|
|
70
37
|
RepositoryCloneMethod["SSH"] = "SSH";
|
|
71
38
|
RepositoryCloneMethod["TOKEN"] = "TOKEN";
|
|
72
39
|
})(RepositoryCloneMethod = exports.RepositoryCloneMethod || (exports.RepositoryCloneMethod = {}));
|
|
73
|
-
var App;
|
|
74
|
-
(function (App) {
|
|
75
|
-
App.filterSensitiveLog = (obj) => ({
|
|
76
|
-
...obj,
|
|
77
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
78
|
-
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
79
|
-
...(obj.autoBranchCreationConfig && {
|
|
80
|
-
autoBranchCreationConfig: AutoBranchCreationConfig.filterSensitiveLog(obj.autoBranchCreationConfig),
|
|
81
|
-
}),
|
|
82
|
-
});
|
|
83
|
-
})(App = exports.App || (exports.App = {}));
|
|
84
|
-
var CreateAppResult;
|
|
85
|
-
(function (CreateAppResult) {
|
|
86
|
-
CreateAppResult.filterSensitiveLog = (obj) => ({
|
|
87
|
-
...obj,
|
|
88
|
-
...(obj.app && { app: App.filterSensitiveLog(obj.app) }),
|
|
89
|
-
});
|
|
90
|
-
})(CreateAppResult = exports.CreateAppResult || (exports.CreateAppResult = {}));
|
|
91
40
|
class DependentServiceFailureException extends AmplifyServiceException_1.AmplifyServiceException {
|
|
92
41
|
constructor(opts) {
|
|
93
42
|
super({
|
|
@@ -140,24 +89,6 @@ class UnauthorizedException extends AmplifyServiceException_1.AmplifyServiceExce
|
|
|
140
89
|
}
|
|
141
90
|
}
|
|
142
91
|
exports.UnauthorizedException = UnauthorizedException;
|
|
143
|
-
var CreateBackendEnvironmentRequest;
|
|
144
|
-
(function (CreateBackendEnvironmentRequest) {
|
|
145
|
-
CreateBackendEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
})(CreateBackendEnvironmentRequest = exports.CreateBackendEnvironmentRequest || (exports.CreateBackendEnvironmentRequest = {}));
|
|
149
|
-
var BackendEnvironment;
|
|
150
|
-
(function (BackendEnvironment) {
|
|
151
|
-
BackendEnvironment.filterSensitiveLog = (obj) => ({
|
|
152
|
-
...obj,
|
|
153
|
-
});
|
|
154
|
-
})(BackendEnvironment = exports.BackendEnvironment || (exports.BackendEnvironment = {}));
|
|
155
|
-
var CreateBackendEnvironmentResult;
|
|
156
|
-
(function (CreateBackendEnvironmentResult) {
|
|
157
|
-
CreateBackendEnvironmentResult.filterSensitiveLog = (obj) => ({
|
|
158
|
-
...obj,
|
|
159
|
-
});
|
|
160
|
-
})(CreateBackendEnvironmentResult = exports.CreateBackendEnvironmentResult || (exports.CreateBackendEnvironmentResult = {}));
|
|
161
92
|
class NotFoundException extends AmplifyServiceException_1.AmplifyServiceException {
|
|
162
93
|
constructor(opts) {
|
|
163
94
|
super({
|
|
@@ -171,53 +102,6 @@ class NotFoundException extends AmplifyServiceException_1.AmplifyServiceExceptio
|
|
|
171
102
|
}
|
|
172
103
|
}
|
|
173
104
|
exports.NotFoundException = NotFoundException;
|
|
174
|
-
var CreateBranchRequest;
|
|
175
|
-
(function (CreateBranchRequest) {
|
|
176
|
-
CreateBranchRequest.filterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
179
|
-
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
180
|
-
});
|
|
181
|
-
})(CreateBranchRequest = exports.CreateBranchRequest || (exports.CreateBranchRequest = {}));
|
|
182
|
-
var Branch;
|
|
183
|
-
(function (Branch) {
|
|
184
|
-
Branch.filterSensitiveLog = (obj) => ({
|
|
185
|
-
...obj,
|
|
186
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
187
|
-
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
188
|
-
});
|
|
189
|
-
})(Branch = exports.Branch || (exports.Branch = {}));
|
|
190
|
-
var CreateBranchResult;
|
|
191
|
-
(function (CreateBranchResult) {
|
|
192
|
-
CreateBranchResult.filterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
...(obj.branch && { branch: Branch.filterSensitiveLog(obj.branch) }),
|
|
195
|
-
});
|
|
196
|
-
})(CreateBranchResult = exports.CreateBranchResult || (exports.CreateBranchResult = {}));
|
|
197
|
-
var CreateDeploymentRequest;
|
|
198
|
-
(function (CreateDeploymentRequest) {
|
|
199
|
-
CreateDeploymentRequest.filterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
})(CreateDeploymentRequest = exports.CreateDeploymentRequest || (exports.CreateDeploymentRequest = {}));
|
|
203
|
-
var CreateDeploymentResult;
|
|
204
|
-
(function (CreateDeploymentResult) {
|
|
205
|
-
CreateDeploymentResult.filterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
})(CreateDeploymentResult = exports.CreateDeploymentResult || (exports.CreateDeploymentResult = {}));
|
|
209
|
-
var SubDomainSetting;
|
|
210
|
-
(function (SubDomainSetting) {
|
|
211
|
-
SubDomainSetting.filterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
})(SubDomainSetting = exports.SubDomainSetting || (exports.SubDomainSetting = {}));
|
|
215
|
-
var CreateDomainAssociationRequest;
|
|
216
|
-
(function (CreateDomainAssociationRequest) {
|
|
217
|
-
CreateDomainAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
})(CreateDomainAssociationRequest = exports.CreateDomainAssociationRequest || (exports.CreateDomainAssociationRequest = {}));
|
|
221
105
|
var DomainStatus;
|
|
222
106
|
(function (DomainStatus) {
|
|
223
107
|
DomainStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -229,98 +113,6 @@ var DomainStatus;
|
|
|
229
113
|
DomainStatus["REQUESTING_CERTIFICATE"] = "REQUESTING_CERTIFICATE";
|
|
230
114
|
DomainStatus["UPDATING"] = "UPDATING";
|
|
231
115
|
})(DomainStatus = exports.DomainStatus || (exports.DomainStatus = {}));
|
|
232
|
-
var SubDomain;
|
|
233
|
-
(function (SubDomain) {
|
|
234
|
-
SubDomain.filterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
})(SubDomain = exports.SubDomain || (exports.SubDomain = {}));
|
|
238
|
-
var DomainAssociation;
|
|
239
|
-
(function (DomainAssociation) {
|
|
240
|
-
DomainAssociation.filterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
})(DomainAssociation = exports.DomainAssociation || (exports.DomainAssociation = {}));
|
|
244
|
-
var CreateDomainAssociationResult;
|
|
245
|
-
(function (CreateDomainAssociationResult) {
|
|
246
|
-
CreateDomainAssociationResult.filterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
})(CreateDomainAssociationResult = exports.CreateDomainAssociationResult || (exports.CreateDomainAssociationResult = {}));
|
|
250
|
-
var CreateWebhookRequest;
|
|
251
|
-
(function (CreateWebhookRequest) {
|
|
252
|
-
CreateWebhookRequest.filterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
})(CreateWebhookRequest = exports.CreateWebhookRequest || (exports.CreateWebhookRequest = {}));
|
|
256
|
-
var Webhook;
|
|
257
|
-
(function (Webhook) {
|
|
258
|
-
Webhook.filterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
})(Webhook = exports.Webhook || (exports.Webhook = {}));
|
|
262
|
-
var CreateWebhookResult;
|
|
263
|
-
(function (CreateWebhookResult) {
|
|
264
|
-
CreateWebhookResult.filterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
})(CreateWebhookResult = exports.CreateWebhookResult || (exports.CreateWebhookResult = {}));
|
|
268
|
-
var DeleteAppRequest;
|
|
269
|
-
(function (DeleteAppRequest) {
|
|
270
|
-
DeleteAppRequest.filterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
});
|
|
273
|
-
})(DeleteAppRequest = exports.DeleteAppRequest || (exports.DeleteAppRequest = {}));
|
|
274
|
-
var DeleteAppResult;
|
|
275
|
-
(function (DeleteAppResult) {
|
|
276
|
-
DeleteAppResult.filterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
...(obj.app && { app: App.filterSensitiveLog(obj.app) }),
|
|
279
|
-
});
|
|
280
|
-
})(DeleteAppResult = exports.DeleteAppResult || (exports.DeleteAppResult = {}));
|
|
281
|
-
var DeleteBackendEnvironmentRequest;
|
|
282
|
-
(function (DeleteBackendEnvironmentRequest) {
|
|
283
|
-
DeleteBackendEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
284
|
-
...obj,
|
|
285
|
-
});
|
|
286
|
-
})(DeleteBackendEnvironmentRequest = exports.DeleteBackendEnvironmentRequest || (exports.DeleteBackendEnvironmentRequest = {}));
|
|
287
|
-
var DeleteBackendEnvironmentResult;
|
|
288
|
-
(function (DeleteBackendEnvironmentResult) {
|
|
289
|
-
DeleteBackendEnvironmentResult.filterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
})(DeleteBackendEnvironmentResult = exports.DeleteBackendEnvironmentResult || (exports.DeleteBackendEnvironmentResult = {}));
|
|
293
|
-
var DeleteBranchRequest;
|
|
294
|
-
(function (DeleteBranchRequest) {
|
|
295
|
-
DeleteBranchRequest.filterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
})(DeleteBranchRequest = exports.DeleteBranchRequest || (exports.DeleteBranchRequest = {}));
|
|
299
|
-
var DeleteBranchResult;
|
|
300
|
-
(function (DeleteBranchResult) {
|
|
301
|
-
DeleteBranchResult.filterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
...(obj.branch && { branch: Branch.filterSensitiveLog(obj.branch) }),
|
|
304
|
-
});
|
|
305
|
-
})(DeleteBranchResult = exports.DeleteBranchResult || (exports.DeleteBranchResult = {}));
|
|
306
|
-
var DeleteDomainAssociationRequest;
|
|
307
|
-
(function (DeleteDomainAssociationRequest) {
|
|
308
|
-
DeleteDomainAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
309
|
-
...obj,
|
|
310
|
-
});
|
|
311
|
-
})(DeleteDomainAssociationRequest = exports.DeleteDomainAssociationRequest || (exports.DeleteDomainAssociationRequest = {}));
|
|
312
|
-
var DeleteDomainAssociationResult;
|
|
313
|
-
(function (DeleteDomainAssociationResult) {
|
|
314
|
-
DeleteDomainAssociationResult.filterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
})(DeleteDomainAssociationResult = exports.DeleteDomainAssociationResult || (exports.DeleteDomainAssociationResult = {}));
|
|
318
|
-
var DeleteJobRequest;
|
|
319
|
-
(function (DeleteJobRequest) {
|
|
320
|
-
DeleteJobRequest.filterSensitiveLog = (obj) => ({
|
|
321
|
-
...obj,
|
|
322
|
-
});
|
|
323
|
-
})(DeleteJobRequest = exports.DeleteJobRequest || (exports.DeleteJobRequest = {}));
|
|
324
116
|
var JobType;
|
|
325
117
|
(function (JobType) {
|
|
326
118
|
JobType["MANUAL"] = "MANUAL";
|
|
@@ -338,232 +130,6 @@ var JobStatus;
|
|
|
338
130
|
JobStatus["RUNNING"] = "RUNNING";
|
|
339
131
|
JobStatus["SUCCEED"] = "SUCCEED";
|
|
340
132
|
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
|
|
341
|
-
var JobSummary;
|
|
342
|
-
(function (JobSummary) {
|
|
343
|
-
JobSummary.filterSensitiveLog = (obj) => ({
|
|
344
|
-
...obj,
|
|
345
|
-
});
|
|
346
|
-
})(JobSummary = exports.JobSummary || (exports.JobSummary = {}));
|
|
347
|
-
var DeleteJobResult;
|
|
348
|
-
(function (DeleteJobResult) {
|
|
349
|
-
DeleteJobResult.filterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
});
|
|
352
|
-
})(DeleteJobResult = exports.DeleteJobResult || (exports.DeleteJobResult = {}));
|
|
353
|
-
var DeleteWebhookRequest;
|
|
354
|
-
(function (DeleteWebhookRequest) {
|
|
355
|
-
DeleteWebhookRequest.filterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
|
-
})(DeleteWebhookRequest = exports.DeleteWebhookRequest || (exports.DeleteWebhookRequest = {}));
|
|
359
|
-
var DeleteWebhookResult;
|
|
360
|
-
(function (DeleteWebhookResult) {
|
|
361
|
-
DeleteWebhookResult.filterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
})(DeleteWebhookResult = exports.DeleteWebhookResult || (exports.DeleteWebhookResult = {}));
|
|
365
|
-
var GenerateAccessLogsRequest;
|
|
366
|
-
(function (GenerateAccessLogsRequest) {
|
|
367
|
-
GenerateAccessLogsRequest.filterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
})(GenerateAccessLogsRequest = exports.GenerateAccessLogsRequest || (exports.GenerateAccessLogsRequest = {}));
|
|
371
|
-
var GenerateAccessLogsResult;
|
|
372
|
-
(function (GenerateAccessLogsResult) {
|
|
373
|
-
GenerateAccessLogsResult.filterSensitiveLog = (obj) => ({
|
|
374
|
-
...obj,
|
|
375
|
-
});
|
|
376
|
-
})(GenerateAccessLogsResult = exports.GenerateAccessLogsResult || (exports.GenerateAccessLogsResult = {}));
|
|
377
|
-
var GetAppRequest;
|
|
378
|
-
(function (GetAppRequest) {
|
|
379
|
-
GetAppRequest.filterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
})(GetAppRequest = exports.GetAppRequest || (exports.GetAppRequest = {}));
|
|
383
|
-
var GetAppResult;
|
|
384
|
-
(function (GetAppResult) {
|
|
385
|
-
GetAppResult.filterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
...(obj.app && { app: App.filterSensitiveLog(obj.app) }),
|
|
388
|
-
});
|
|
389
|
-
})(GetAppResult = exports.GetAppResult || (exports.GetAppResult = {}));
|
|
390
|
-
var GetArtifactUrlRequest;
|
|
391
|
-
(function (GetArtifactUrlRequest) {
|
|
392
|
-
GetArtifactUrlRequest.filterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
})(GetArtifactUrlRequest = exports.GetArtifactUrlRequest || (exports.GetArtifactUrlRequest = {}));
|
|
396
|
-
var GetArtifactUrlResult;
|
|
397
|
-
(function (GetArtifactUrlResult) {
|
|
398
|
-
GetArtifactUrlResult.filterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
})(GetArtifactUrlResult = exports.GetArtifactUrlResult || (exports.GetArtifactUrlResult = {}));
|
|
402
|
-
var GetBackendEnvironmentRequest;
|
|
403
|
-
(function (GetBackendEnvironmentRequest) {
|
|
404
|
-
GetBackendEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
})(GetBackendEnvironmentRequest = exports.GetBackendEnvironmentRequest || (exports.GetBackendEnvironmentRequest = {}));
|
|
408
|
-
var GetBackendEnvironmentResult;
|
|
409
|
-
(function (GetBackendEnvironmentResult) {
|
|
410
|
-
GetBackendEnvironmentResult.filterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
});
|
|
413
|
-
})(GetBackendEnvironmentResult = exports.GetBackendEnvironmentResult || (exports.GetBackendEnvironmentResult = {}));
|
|
414
|
-
var GetBranchRequest;
|
|
415
|
-
(function (GetBranchRequest) {
|
|
416
|
-
GetBranchRequest.filterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
})(GetBranchRequest = exports.GetBranchRequest || (exports.GetBranchRequest = {}));
|
|
420
|
-
var GetBranchResult;
|
|
421
|
-
(function (GetBranchResult) {
|
|
422
|
-
GetBranchResult.filterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
...(obj.branch && { branch: Branch.filterSensitiveLog(obj.branch) }),
|
|
425
|
-
});
|
|
426
|
-
})(GetBranchResult = exports.GetBranchResult || (exports.GetBranchResult = {}));
|
|
427
|
-
var GetDomainAssociationRequest;
|
|
428
|
-
(function (GetDomainAssociationRequest) {
|
|
429
|
-
GetDomainAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
})(GetDomainAssociationRequest = exports.GetDomainAssociationRequest || (exports.GetDomainAssociationRequest = {}));
|
|
433
|
-
var GetDomainAssociationResult;
|
|
434
|
-
(function (GetDomainAssociationResult) {
|
|
435
|
-
GetDomainAssociationResult.filterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
})(GetDomainAssociationResult = exports.GetDomainAssociationResult || (exports.GetDomainAssociationResult = {}));
|
|
439
|
-
var GetJobRequest;
|
|
440
|
-
(function (GetJobRequest) {
|
|
441
|
-
GetJobRequest.filterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
444
|
-
})(GetJobRequest = exports.GetJobRequest || (exports.GetJobRequest = {}));
|
|
445
|
-
var Step;
|
|
446
|
-
(function (Step) {
|
|
447
|
-
Step.filterSensitiveLog = (obj) => ({
|
|
448
|
-
...obj,
|
|
449
|
-
});
|
|
450
|
-
})(Step = exports.Step || (exports.Step = {}));
|
|
451
|
-
var Job;
|
|
452
|
-
(function (Job) {
|
|
453
|
-
Job.filterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
})(Job = exports.Job || (exports.Job = {}));
|
|
457
|
-
var GetJobResult;
|
|
458
|
-
(function (GetJobResult) {
|
|
459
|
-
GetJobResult.filterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
})(GetJobResult = exports.GetJobResult || (exports.GetJobResult = {}));
|
|
463
|
-
var GetWebhookRequest;
|
|
464
|
-
(function (GetWebhookRequest) {
|
|
465
|
-
GetWebhookRequest.filterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
})(GetWebhookRequest = exports.GetWebhookRequest || (exports.GetWebhookRequest = {}));
|
|
469
|
-
var GetWebhookResult;
|
|
470
|
-
(function (GetWebhookResult) {
|
|
471
|
-
GetWebhookResult.filterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
});
|
|
474
|
-
})(GetWebhookResult = exports.GetWebhookResult || (exports.GetWebhookResult = {}));
|
|
475
|
-
var ListAppsRequest;
|
|
476
|
-
(function (ListAppsRequest) {
|
|
477
|
-
ListAppsRequest.filterSensitiveLog = (obj) => ({
|
|
478
|
-
...obj,
|
|
479
|
-
});
|
|
480
|
-
})(ListAppsRequest = exports.ListAppsRequest || (exports.ListAppsRequest = {}));
|
|
481
|
-
var ListAppsResult;
|
|
482
|
-
(function (ListAppsResult) {
|
|
483
|
-
ListAppsResult.filterSensitiveLog = (obj) => ({
|
|
484
|
-
...obj,
|
|
485
|
-
...(obj.apps && { apps: obj.apps.map((item) => App.filterSensitiveLog(item)) }),
|
|
486
|
-
});
|
|
487
|
-
})(ListAppsResult = exports.ListAppsResult || (exports.ListAppsResult = {}));
|
|
488
|
-
var ListArtifactsRequest;
|
|
489
|
-
(function (ListArtifactsRequest) {
|
|
490
|
-
ListArtifactsRequest.filterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
|
-
})(ListArtifactsRequest = exports.ListArtifactsRequest || (exports.ListArtifactsRequest = {}));
|
|
494
|
-
var Artifact;
|
|
495
|
-
(function (Artifact) {
|
|
496
|
-
Artifact.filterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
})(Artifact = exports.Artifact || (exports.Artifact = {}));
|
|
500
|
-
var ListArtifactsResult;
|
|
501
|
-
(function (ListArtifactsResult) {
|
|
502
|
-
ListArtifactsResult.filterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
})(ListArtifactsResult = exports.ListArtifactsResult || (exports.ListArtifactsResult = {}));
|
|
506
|
-
var ListBackendEnvironmentsRequest;
|
|
507
|
-
(function (ListBackendEnvironmentsRequest) {
|
|
508
|
-
ListBackendEnvironmentsRequest.filterSensitiveLog = (obj) => ({
|
|
509
|
-
...obj,
|
|
510
|
-
});
|
|
511
|
-
})(ListBackendEnvironmentsRequest = exports.ListBackendEnvironmentsRequest || (exports.ListBackendEnvironmentsRequest = {}));
|
|
512
|
-
var ListBackendEnvironmentsResult;
|
|
513
|
-
(function (ListBackendEnvironmentsResult) {
|
|
514
|
-
ListBackendEnvironmentsResult.filterSensitiveLog = (obj) => ({
|
|
515
|
-
...obj,
|
|
516
|
-
});
|
|
517
|
-
})(ListBackendEnvironmentsResult = exports.ListBackendEnvironmentsResult || (exports.ListBackendEnvironmentsResult = {}));
|
|
518
|
-
var ListBranchesRequest;
|
|
519
|
-
(function (ListBranchesRequest) {
|
|
520
|
-
ListBranchesRequest.filterSensitiveLog = (obj) => ({
|
|
521
|
-
...obj,
|
|
522
|
-
});
|
|
523
|
-
})(ListBranchesRequest = exports.ListBranchesRequest || (exports.ListBranchesRequest = {}));
|
|
524
|
-
var ListBranchesResult;
|
|
525
|
-
(function (ListBranchesResult) {
|
|
526
|
-
ListBranchesResult.filterSensitiveLog = (obj) => ({
|
|
527
|
-
...obj,
|
|
528
|
-
...(obj.branches && { branches: obj.branches.map((item) => Branch.filterSensitiveLog(item)) }),
|
|
529
|
-
});
|
|
530
|
-
})(ListBranchesResult = exports.ListBranchesResult || (exports.ListBranchesResult = {}));
|
|
531
|
-
var ListDomainAssociationsRequest;
|
|
532
|
-
(function (ListDomainAssociationsRequest) {
|
|
533
|
-
ListDomainAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
})(ListDomainAssociationsRequest = exports.ListDomainAssociationsRequest || (exports.ListDomainAssociationsRequest = {}));
|
|
537
|
-
var ListDomainAssociationsResult;
|
|
538
|
-
(function (ListDomainAssociationsResult) {
|
|
539
|
-
ListDomainAssociationsResult.filterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
})(ListDomainAssociationsResult = exports.ListDomainAssociationsResult || (exports.ListDomainAssociationsResult = {}));
|
|
543
|
-
var ListJobsRequest;
|
|
544
|
-
(function (ListJobsRequest) {
|
|
545
|
-
ListJobsRequest.filterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
})(ListJobsRequest = exports.ListJobsRequest || (exports.ListJobsRequest = {}));
|
|
549
|
-
var ListJobsResult;
|
|
550
|
-
(function (ListJobsResult) {
|
|
551
|
-
ListJobsResult.filterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
})(ListJobsResult = exports.ListJobsResult || (exports.ListJobsResult = {}));
|
|
555
|
-
var ListTagsForResourceRequest;
|
|
556
|
-
(function (ListTagsForResourceRequest) {
|
|
557
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
561
|
-
var ListTagsForResourceResponse;
|
|
562
|
-
(function (ListTagsForResourceResponse) {
|
|
563
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
567
133
|
class ResourceNotFoundException extends AmplifyServiceException_1.AmplifyServiceException {
|
|
568
134
|
constructor(opts) {
|
|
569
135
|
super({
|
|
@@ -578,134 +144,392 @@ class ResourceNotFoundException extends AmplifyServiceException_1.AmplifyService
|
|
|
578
144
|
}
|
|
579
145
|
}
|
|
580
146
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
(
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
})
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
})
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
})
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
})
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
(
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
147
|
+
const AutoBranchCreationConfigFilterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
150
|
+
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
151
|
+
});
|
|
152
|
+
exports.AutoBranchCreationConfigFilterSensitiveLog = AutoBranchCreationConfigFilterSensitiveLog;
|
|
153
|
+
const CustomRuleFilterSensitiveLog = (obj) => ({
|
|
154
|
+
...obj,
|
|
155
|
+
});
|
|
156
|
+
exports.CustomRuleFilterSensitiveLog = CustomRuleFilterSensitiveLog;
|
|
157
|
+
const CreateAppRequestFilterSensitiveLog = (obj) => ({
|
|
158
|
+
...obj,
|
|
159
|
+
...(obj.oauthToken && { oauthToken: smithy_client_1.SENSITIVE_STRING }),
|
|
160
|
+
...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
|
|
161
|
+
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
162
|
+
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
163
|
+
...(obj.autoBranchCreationConfig && {
|
|
164
|
+
autoBranchCreationConfig: (0, exports.AutoBranchCreationConfigFilterSensitiveLog)(obj.autoBranchCreationConfig),
|
|
165
|
+
}),
|
|
166
|
+
});
|
|
167
|
+
exports.CreateAppRequestFilterSensitiveLog = CreateAppRequestFilterSensitiveLog;
|
|
168
|
+
const ProductionBranchFilterSensitiveLog = (obj) => ({
|
|
169
|
+
...obj,
|
|
170
|
+
});
|
|
171
|
+
exports.ProductionBranchFilterSensitiveLog = ProductionBranchFilterSensitiveLog;
|
|
172
|
+
const AppFilterSensitiveLog = (obj) => ({
|
|
173
|
+
...obj,
|
|
174
|
+
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
175
|
+
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
176
|
+
...(obj.autoBranchCreationConfig && {
|
|
177
|
+
autoBranchCreationConfig: (0, exports.AutoBranchCreationConfigFilterSensitiveLog)(obj.autoBranchCreationConfig),
|
|
178
|
+
}),
|
|
179
|
+
});
|
|
180
|
+
exports.AppFilterSensitiveLog = AppFilterSensitiveLog;
|
|
181
|
+
const CreateAppResultFilterSensitiveLog = (obj) => ({
|
|
182
|
+
...obj,
|
|
183
|
+
...(obj.app && { app: (0, exports.AppFilterSensitiveLog)(obj.app) }),
|
|
184
|
+
});
|
|
185
|
+
exports.CreateAppResultFilterSensitiveLog = CreateAppResultFilterSensitiveLog;
|
|
186
|
+
const CreateBackendEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
187
|
+
...obj,
|
|
188
|
+
});
|
|
189
|
+
exports.CreateBackendEnvironmentRequestFilterSensitiveLog = CreateBackendEnvironmentRequestFilterSensitiveLog;
|
|
190
|
+
const BackendEnvironmentFilterSensitiveLog = (obj) => ({
|
|
191
|
+
...obj,
|
|
192
|
+
});
|
|
193
|
+
exports.BackendEnvironmentFilterSensitiveLog = BackendEnvironmentFilterSensitiveLog;
|
|
194
|
+
const CreateBackendEnvironmentResultFilterSensitiveLog = (obj) => ({
|
|
195
|
+
...obj,
|
|
196
|
+
});
|
|
197
|
+
exports.CreateBackendEnvironmentResultFilterSensitiveLog = CreateBackendEnvironmentResultFilterSensitiveLog;
|
|
198
|
+
const CreateBranchRequestFilterSensitiveLog = (obj) => ({
|
|
199
|
+
...obj,
|
|
200
|
+
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
201
|
+
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
202
|
+
});
|
|
203
|
+
exports.CreateBranchRequestFilterSensitiveLog = CreateBranchRequestFilterSensitiveLog;
|
|
204
|
+
const BranchFilterSensitiveLog = (obj) => ({
|
|
205
|
+
...obj,
|
|
206
|
+
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
207
|
+
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
208
|
+
});
|
|
209
|
+
exports.BranchFilterSensitiveLog = BranchFilterSensitiveLog;
|
|
210
|
+
const CreateBranchResultFilterSensitiveLog = (obj) => ({
|
|
211
|
+
...obj,
|
|
212
|
+
...(obj.branch && { branch: (0, exports.BranchFilterSensitiveLog)(obj.branch) }),
|
|
213
|
+
});
|
|
214
|
+
exports.CreateBranchResultFilterSensitiveLog = CreateBranchResultFilterSensitiveLog;
|
|
215
|
+
const CreateDeploymentRequestFilterSensitiveLog = (obj) => ({
|
|
216
|
+
...obj,
|
|
217
|
+
});
|
|
218
|
+
exports.CreateDeploymentRequestFilterSensitiveLog = CreateDeploymentRequestFilterSensitiveLog;
|
|
219
|
+
const CreateDeploymentResultFilterSensitiveLog = (obj) => ({
|
|
220
|
+
...obj,
|
|
221
|
+
});
|
|
222
|
+
exports.CreateDeploymentResultFilterSensitiveLog = CreateDeploymentResultFilterSensitiveLog;
|
|
223
|
+
const SubDomainSettingFilterSensitiveLog = (obj) => ({
|
|
224
|
+
...obj,
|
|
225
|
+
});
|
|
226
|
+
exports.SubDomainSettingFilterSensitiveLog = SubDomainSettingFilterSensitiveLog;
|
|
227
|
+
const CreateDomainAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
228
|
+
...obj,
|
|
229
|
+
});
|
|
230
|
+
exports.CreateDomainAssociationRequestFilterSensitiveLog = CreateDomainAssociationRequestFilterSensitiveLog;
|
|
231
|
+
const SubDomainFilterSensitiveLog = (obj) => ({
|
|
232
|
+
...obj,
|
|
233
|
+
});
|
|
234
|
+
exports.SubDomainFilterSensitiveLog = SubDomainFilterSensitiveLog;
|
|
235
|
+
const DomainAssociationFilterSensitiveLog = (obj) => ({
|
|
236
|
+
...obj,
|
|
237
|
+
});
|
|
238
|
+
exports.DomainAssociationFilterSensitiveLog = DomainAssociationFilterSensitiveLog;
|
|
239
|
+
const CreateDomainAssociationResultFilterSensitiveLog = (obj) => ({
|
|
240
|
+
...obj,
|
|
241
|
+
});
|
|
242
|
+
exports.CreateDomainAssociationResultFilterSensitiveLog = CreateDomainAssociationResultFilterSensitiveLog;
|
|
243
|
+
const CreateWebhookRequestFilterSensitiveLog = (obj) => ({
|
|
244
|
+
...obj,
|
|
245
|
+
});
|
|
246
|
+
exports.CreateWebhookRequestFilterSensitiveLog = CreateWebhookRequestFilterSensitiveLog;
|
|
247
|
+
const WebhookFilterSensitiveLog = (obj) => ({
|
|
248
|
+
...obj,
|
|
249
|
+
});
|
|
250
|
+
exports.WebhookFilterSensitiveLog = WebhookFilterSensitiveLog;
|
|
251
|
+
const CreateWebhookResultFilterSensitiveLog = (obj) => ({
|
|
252
|
+
...obj,
|
|
253
|
+
});
|
|
254
|
+
exports.CreateWebhookResultFilterSensitiveLog = CreateWebhookResultFilterSensitiveLog;
|
|
255
|
+
const DeleteAppRequestFilterSensitiveLog = (obj) => ({
|
|
256
|
+
...obj,
|
|
257
|
+
});
|
|
258
|
+
exports.DeleteAppRequestFilterSensitiveLog = DeleteAppRequestFilterSensitiveLog;
|
|
259
|
+
const DeleteAppResultFilterSensitiveLog = (obj) => ({
|
|
260
|
+
...obj,
|
|
261
|
+
...(obj.app && { app: (0, exports.AppFilterSensitiveLog)(obj.app) }),
|
|
262
|
+
});
|
|
263
|
+
exports.DeleteAppResultFilterSensitiveLog = DeleteAppResultFilterSensitiveLog;
|
|
264
|
+
const DeleteBackendEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
265
|
+
...obj,
|
|
266
|
+
});
|
|
267
|
+
exports.DeleteBackendEnvironmentRequestFilterSensitiveLog = DeleteBackendEnvironmentRequestFilterSensitiveLog;
|
|
268
|
+
const DeleteBackendEnvironmentResultFilterSensitiveLog = (obj) => ({
|
|
269
|
+
...obj,
|
|
270
|
+
});
|
|
271
|
+
exports.DeleteBackendEnvironmentResultFilterSensitiveLog = DeleteBackendEnvironmentResultFilterSensitiveLog;
|
|
272
|
+
const DeleteBranchRequestFilterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
exports.DeleteBranchRequestFilterSensitiveLog = DeleteBranchRequestFilterSensitiveLog;
|
|
276
|
+
const DeleteBranchResultFilterSensitiveLog = (obj) => ({
|
|
277
|
+
...obj,
|
|
278
|
+
...(obj.branch && { branch: (0, exports.BranchFilterSensitiveLog)(obj.branch) }),
|
|
279
|
+
});
|
|
280
|
+
exports.DeleteBranchResultFilterSensitiveLog = DeleteBranchResultFilterSensitiveLog;
|
|
281
|
+
const DeleteDomainAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
282
|
+
...obj,
|
|
283
|
+
});
|
|
284
|
+
exports.DeleteDomainAssociationRequestFilterSensitiveLog = DeleteDomainAssociationRequestFilterSensitiveLog;
|
|
285
|
+
const DeleteDomainAssociationResultFilterSensitiveLog = (obj) => ({
|
|
286
|
+
...obj,
|
|
287
|
+
});
|
|
288
|
+
exports.DeleteDomainAssociationResultFilterSensitiveLog = DeleteDomainAssociationResultFilterSensitiveLog;
|
|
289
|
+
const DeleteJobRequestFilterSensitiveLog = (obj) => ({
|
|
290
|
+
...obj,
|
|
291
|
+
});
|
|
292
|
+
exports.DeleteJobRequestFilterSensitiveLog = DeleteJobRequestFilterSensitiveLog;
|
|
293
|
+
const JobSummaryFilterSensitiveLog = (obj) => ({
|
|
294
|
+
...obj,
|
|
295
|
+
});
|
|
296
|
+
exports.JobSummaryFilterSensitiveLog = JobSummaryFilterSensitiveLog;
|
|
297
|
+
const DeleteJobResultFilterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
});
|
|
300
|
+
exports.DeleteJobResultFilterSensitiveLog = DeleteJobResultFilterSensitiveLog;
|
|
301
|
+
const DeleteWebhookRequestFilterSensitiveLog = (obj) => ({
|
|
302
|
+
...obj,
|
|
303
|
+
});
|
|
304
|
+
exports.DeleteWebhookRequestFilterSensitiveLog = DeleteWebhookRequestFilterSensitiveLog;
|
|
305
|
+
const DeleteWebhookResultFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
});
|
|
308
|
+
exports.DeleteWebhookResultFilterSensitiveLog = DeleteWebhookResultFilterSensitiveLog;
|
|
309
|
+
const GenerateAccessLogsRequestFilterSensitiveLog = (obj) => ({
|
|
310
|
+
...obj,
|
|
311
|
+
});
|
|
312
|
+
exports.GenerateAccessLogsRequestFilterSensitiveLog = GenerateAccessLogsRequestFilterSensitiveLog;
|
|
313
|
+
const GenerateAccessLogsResultFilterSensitiveLog = (obj) => ({
|
|
314
|
+
...obj,
|
|
315
|
+
});
|
|
316
|
+
exports.GenerateAccessLogsResultFilterSensitiveLog = GenerateAccessLogsResultFilterSensitiveLog;
|
|
317
|
+
const GetAppRequestFilterSensitiveLog = (obj) => ({
|
|
318
|
+
...obj,
|
|
319
|
+
});
|
|
320
|
+
exports.GetAppRequestFilterSensitiveLog = GetAppRequestFilterSensitiveLog;
|
|
321
|
+
const GetAppResultFilterSensitiveLog = (obj) => ({
|
|
322
|
+
...obj,
|
|
323
|
+
...(obj.app && { app: (0, exports.AppFilterSensitiveLog)(obj.app) }),
|
|
324
|
+
});
|
|
325
|
+
exports.GetAppResultFilterSensitiveLog = GetAppResultFilterSensitiveLog;
|
|
326
|
+
const GetArtifactUrlRequestFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
exports.GetArtifactUrlRequestFilterSensitiveLog = GetArtifactUrlRequestFilterSensitiveLog;
|
|
330
|
+
const GetArtifactUrlResultFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
exports.GetArtifactUrlResultFilterSensitiveLog = GetArtifactUrlResultFilterSensitiveLog;
|
|
334
|
+
const GetBackendEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
});
|
|
337
|
+
exports.GetBackendEnvironmentRequestFilterSensitiveLog = GetBackendEnvironmentRequestFilterSensitiveLog;
|
|
338
|
+
const GetBackendEnvironmentResultFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
exports.GetBackendEnvironmentResultFilterSensitiveLog = GetBackendEnvironmentResultFilterSensitiveLog;
|
|
342
|
+
const GetBranchRequestFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
exports.GetBranchRequestFilterSensitiveLog = GetBranchRequestFilterSensitiveLog;
|
|
346
|
+
const GetBranchResultFilterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
...(obj.branch && { branch: (0, exports.BranchFilterSensitiveLog)(obj.branch) }),
|
|
349
|
+
});
|
|
350
|
+
exports.GetBranchResultFilterSensitiveLog = GetBranchResultFilterSensitiveLog;
|
|
351
|
+
const GetDomainAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
352
|
+
...obj,
|
|
353
|
+
});
|
|
354
|
+
exports.GetDomainAssociationRequestFilterSensitiveLog = GetDomainAssociationRequestFilterSensitiveLog;
|
|
355
|
+
const GetDomainAssociationResultFilterSensitiveLog = (obj) => ({
|
|
356
|
+
...obj,
|
|
357
|
+
});
|
|
358
|
+
exports.GetDomainAssociationResultFilterSensitiveLog = GetDomainAssociationResultFilterSensitiveLog;
|
|
359
|
+
const GetJobRequestFilterSensitiveLog = (obj) => ({
|
|
360
|
+
...obj,
|
|
361
|
+
});
|
|
362
|
+
exports.GetJobRequestFilterSensitiveLog = GetJobRequestFilterSensitiveLog;
|
|
363
|
+
const StepFilterSensitiveLog = (obj) => ({
|
|
364
|
+
...obj,
|
|
365
|
+
});
|
|
366
|
+
exports.StepFilterSensitiveLog = StepFilterSensitiveLog;
|
|
367
|
+
const JobFilterSensitiveLog = (obj) => ({
|
|
368
|
+
...obj,
|
|
369
|
+
});
|
|
370
|
+
exports.JobFilterSensitiveLog = JobFilterSensitiveLog;
|
|
371
|
+
const GetJobResultFilterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
exports.GetJobResultFilterSensitiveLog = GetJobResultFilterSensitiveLog;
|
|
375
|
+
const GetWebhookRequestFilterSensitiveLog = (obj) => ({
|
|
376
|
+
...obj,
|
|
377
|
+
});
|
|
378
|
+
exports.GetWebhookRequestFilterSensitiveLog = GetWebhookRequestFilterSensitiveLog;
|
|
379
|
+
const GetWebhookResultFilterSensitiveLog = (obj) => ({
|
|
380
|
+
...obj,
|
|
381
|
+
});
|
|
382
|
+
exports.GetWebhookResultFilterSensitiveLog = GetWebhookResultFilterSensitiveLog;
|
|
383
|
+
const ListAppsRequestFilterSensitiveLog = (obj) => ({
|
|
384
|
+
...obj,
|
|
385
|
+
});
|
|
386
|
+
exports.ListAppsRequestFilterSensitiveLog = ListAppsRequestFilterSensitiveLog;
|
|
387
|
+
const ListAppsResultFilterSensitiveLog = (obj) => ({
|
|
388
|
+
...obj,
|
|
389
|
+
...(obj.apps && { apps: obj.apps.map((item) => (0, exports.AppFilterSensitiveLog)(item)) }),
|
|
390
|
+
});
|
|
391
|
+
exports.ListAppsResultFilterSensitiveLog = ListAppsResultFilterSensitiveLog;
|
|
392
|
+
const ListArtifactsRequestFilterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
});
|
|
395
|
+
exports.ListArtifactsRequestFilterSensitiveLog = ListArtifactsRequestFilterSensitiveLog;
|
|
396
|
+
const ArtifactFilterSensitiveLog = (obj) => ({
|
|
397
|
+
...obj,
|
|
398
|
+
});
|
|
399
|
+
exports.ArtifactFilterSensitiveLog = ArtifactFilterSensitiveLog;
|
|
400
|
+
const ListArtifactsResultFilterSensitiveLog = (obj) => ({
|
|
401
|
+
...obj,
|
|
402
|
+
});
|
|
403
|
+
exports.ListArtifactsResultFilterSensitiveLog = ListArtifactsResultFilterSensitiveLog;
|
|
404
|
+
const ListBackendEnvironmentsRequestFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
exports.ListBackendEnvironmentsRequestFilterSensitiveLog = ListBackendEnvironmentsRequestFilterSensitiveLog;
|
|
408
|
+
const ListBackendEnvironmentsResultFilterSensitiveLog = (obj) => ({
|
|
409
|
+
...obj,
|
|
410
|
+
});
|
|
411
|
+
exports.ListBackendEnvironmentsResultFilterSensitiveLog = ListBackendEnvironmentsResultFilterSensitiveLog;
|
|
412
|
+
const ListBranchesRequestFilterSensitiveLog = (obj) => ({
|
|
413
|
+
...obj,
|
|
414
|
+
});
|
|
415
|
+
exports.ListBranchesRequestFilterSensitiveLog = ListBranchesRequestFilterSensitiveLog;
|
|
416
|
+
const ListBranchesResultFilterSensitiveLog = (obj) => ({
|
|
417
|
+
...obj,
|
|
418
|
+
...(obj.branches && { branches: obj.branches.map((item) => (0, exports.BranchFilterSensitiveLog)(item)) }),
|
|
419
|
+
});
|
|
420
|
+
exports.ListBranchesResultFilterSensitiveLog = ListBranchesResultFilterSensitiveLog;
|
|
421
|
+
const ListDomainAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
});
|
|
424
|
+
exports.ListDomainAssociationsRequestFilterSensitiveLog = ListDomainAssociationsRequestFilterSensitiveLog;
|
|
425
|
+
const ListDomainAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
426
|
+
...obj,
|
|
427
|
+
});
|
|
428
|
+
exports.ListDomainAssociationsResultFilterSensitiveLog = ListDomainAssociationsResultFilterSensitiveLog;
|
|
429
|
+
const ListJobsRequestFilterSensitiveLog = (obj) => ({
|
|
430
|
+
...obj,
|
|
431
|
+
});
|
|
432
|
+
exports.ListJobsRequestFilterSensitiveLog = ListJobsRequestFilterSensitiveLog;
|
|
433
|
+
const ListJobsResultFilterSensitiveLog = (obj) => ({
|
|
434
|
+
...obj,
|
|
435
|
+
});
|
|
436
|
+
exports.ListJobsResultFilterSensitiveLog = ListJobsResultFilterSensitiveLog;
|
|
437
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
438
|
+
...obj,
|
|
439
|
+
});
|
|
440
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
441
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
442
|
+
...obj,
|
|
443
|
+
});
|
|
444
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
445
|
+
const ListWebhooksRequestFilterSensitiveLog = (obj) => ({
|
|
446
|
+
...obj,
|
|
447
|
+
});
|
|
448
|
+
exports.ListWebhooksRequestFilterSensitiveLog = ListWebhooksRequestFilterSensitiveLog;
|
|
449
|
+
const ListWebhooksResultFilterSensitiveLog = (obj) => ({
|
|
450
|
+
...obj,
|
|
451
|
+
});
|
|
452
|
+
exports.ListWebhooksResultFilterSensitiveLog = ListWebhooksResultFilterSensitiveLog;
|
|
453
|
+
const StartDeploymentRequestFilterSensitiveLog = (obj) => ({
|
|
454
|
+
...obj,
|
|
455
|
+
});
|
|
456
|
+
exports.StartDeploymentRequestFilterSensitiveLog = StartDeploymentRequestFilterSensitiveLog;
|
|
457
|
+
const StartDeploymentResultFilterSensitiveLog = (obj) => ({
|
|
458
|
+
...obj,
|
|
459
|
+
});
|
|
460
|
+
exports.StartDeploymentResultFilterSensitiveLog = StartDeploymentResultFilterSensitiveLog;
|
|
461
|
+
const StartJobRequestFilterSensitiveLog = (obj) => ({
|
|
462
|
+
...obj,
|
|
463
|
+
});
|
|
464
|
+
exports.StartJobRequestFilterSensitiveLog = StartJobRequestFilterSensitiveLog;
|
|
465
|
+
const StartJobResultFilterSensitiveLog = (obj) => ({
|
|
466
|
+
...obj,
|
|
467
|
+
});
|
|
468
|
+
exports.StartJobResultFilterSensitiveLog = StartJobResultFilterSensitiveLog;
|
|
469
|
+
const StopJobRequestFilterSensitiveLog = (obj) => ({
|
|
470
|
+
...obj,
|
|
471
|
+
});
|
|
472
|
+
exports.StopJobRequestFilterSensitiveLog = StopJobRequestFilterSensitiveLog;
|
|
473
|
+
const StopJobResultFilterSensitiveLog = (obj) => ({
|
|
474
|
+
...obj,
|
|
475
|
+
});
|
|
476
|
+
exports.StopJobResultFilterSensitiveLog = StopJobResultFilterSensitiveLog;
|
|
477
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
478
|
+
...obj,
|
|
479
|
+
});
|
|
480
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
481
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
482
|
+
...obj,
|
|
483
|
+
});
|
|
484
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
485
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
});
|
|
488
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
489
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
490
|
+
...obj,
|
|
491
|
+
});
|
|
492
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
493
|
+
const UpdateAppRequestFilterSensitiveLog = (obj) => ({
|
|
494
|
+
...obj,
|
|
495
|
+
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
496
|
+
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
497
|
+
...(obj.autoBranchCreationConfig && {
|
|
498
|
+
autoBranchCreationConfig: (0, exports.AutoBranchCreationConfigFilterSensitiveLog)(obj.autoBranchCreationConfig),
|
|
499
|
+
}),
|
|
500
|
+
...(obj.oauthToken && { oauthToken: smithy_client_1.SENSITIVE_STRING }),
|
|
501
|
+
...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
|
|
502
|
+
});
|
|
503
|
+
exports.UpdateAppRequestFilterSensitiveLog = UpdateAppRequestFilterSensitiveLog;
|
|
504
|
+
const UpdateAppResultFilterSensitiveLog = (obj) => ({
|
|
505
|
+
...obj,
|
|
506
|
+
...(obj.app && { app: (0, exports.AppFilterSensitiveLog)(obj.app) }),
|
|
507
|
+
});
|
|
508
|
+
exports.UpdateAppResultFilterSensitiveLog = UpdateAppResultFilterSensitiveLog;
|
|
509
|
+
const UpdateBranchRequestFilterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
512
|
+
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
513
|
+
});
|
|
514
|
+
exports.UpdateBranchRequestFilterSensitiveLog = UpdateBranchRequestFilterSensitiveLog;
|
|
515
|
+
const UpdateBranchResultFilterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
...(obj.branch && { branch: (0, exports.BranchFilterSensitiveLog)(obj.branch) }),
|
|
518
|
+
});
|
|
519
|
+
exports.UpdateBranchResultFilterSensitiveLog = UpdateBranchResultFilterSensitiveLog;
|
|
520
|
+
const UpdateDomainAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
521
|
+
...obj,
|
|
522
|
+
});
|
|
523
|
+
exports.UpdateDomainAssociationRequestFilterSensitiveLog = UpdateDomainAssociationRequestFilterSensitiveLog;
|
|
524
|
+
const UpdateDomainAssociationResultFilterSensitiveLog = (obj) => ({
|
|
525
|
+
...obj,
|
|
526
|
+
});
|
|
527
|
+
exports.UpdateDomainAssociationResultFilterSensitiveLog = UpdateDomainAssociationResultFilterSensitiveLog;
|
|
528
|
+
const UpdateWebhookRequestFilterSensitiveLog = (obj) => ({
|
|
529
|
+
...obj,
|
|
530
|
+
});
|
|
531
|
+
exports.UpdateWebhookRequestFilterSensitiveLog = UpdateWebhookRequestFilterSensitiveLog;
|
|
532
|
+
const UpdateWebhookResultFilterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
});
|
|
535
|
+
exports.UpdateWebhookResultFilterSensitiveLog = UpdateWebhookResultFilterSensitiveLog;
|