@aws-sdk/client-amplify 3.296.0 → 3.298.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/dist-cjs/commands/CreateBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/CreateWebhookCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppCommand.js +1 -1
- package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteBranchCommand.js +1 -1
- package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -3
- package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -3
- package/dist-cjs/commands/GetAppCommand.js +1 -1
- package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -3
- package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetBranchCommand.js +1 -1
- package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/GetJobCommand.js +2 -3
- package/dist-cjs/commands/GetWebhookCommand.js +2 -3
- package/dist-cjs/commands/ListAppsCommand.js +1 -1
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
- package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListBranchesCommand.js +1 -1
- package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -3
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
- package/dist-cjs/commands/StartJobCommand.js +2 -3
- package/dist-cjs/commands/StopJobCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/UpdateWebhookCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -287
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/CreateDeploymentCommand.js +2 -3
- package/dist-es/commands/CreateDomainAssociationCommand.js +2 -3
- package/dist-es/commands/CreateWebhookCommand.js +2 -3
- package/dist-es/commands/DeleteAppCommand.js +2 -2
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteBranchCommand.js +2 -2
- package/dist-es/commands/DeleteDomainAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteJobCommand.js +2 -3
- package/dist-es/commands/DeleteWebhookCommand.js +2 -3
- package/dist-es/commands/GenerateAccessLogsCommand.js +2 -3
- package/dist-es/commands/GetAppCommand.js +2 -2
- package/dist-es/commands/GetArtifactUrlCommand.js +2 -3
- package/dist-es/commands/GetBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetBranchCommand.js +2 -2
- package/dist-es/commands/GetDomainAssociationCommand.js +2 -3
- package/dist-es/commands/GetJobCommand.js +2 -3
- package/dist-es/commands/GetWebhookCommand.js +2 -3
- package/dist-es/commands/ListAppsCommand.js +2 -2
- package/dist-es/commands/ListArtifactsCommand.js +2 -3
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListBranchesCommand.js +2 -2
- package/dist-es/commands/ListDomainAssociationsCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListWebhooksCommand.js +2 -3
- package/dist-es/commands/StartDeploymentCommand.js +2 -3
- package/dist-es/commands/StartJobCommand.js +2 -3
- package/dist-es/commands/StopJobCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -3
- package/dist-es/commands/UpdateWebhookCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -213
- package/dist-types/Amplify.d.ts +38 -0
- package/dist-types/AmplifyClient.d.ts +24 -4
- package/dist-types/commands/CreateAppCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +16 -0
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +16 -0
- package/dist-types/commands/GetAppCommand.d.ts +16 -0
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetBranchCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetWebhookCommand.d.ts +16 -0
- package/dist-types/commands/ListAppsCommand.d.ts +16 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListWebhooksCommand.d.ts +16 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/StartJobCommand.d.ts +16 -0
- package/dist-types/commands/StopJobCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBranchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +16 -0
- package/dist-types/models/AmplifyServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +123 -284
- package/dist-types/ts3.4/models/models_0.d.ts +0 -197
- package/package.json +4 -3
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
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;
|
|
3
|
+
exports.UpdateBranchResultFilterSensitiveLog = exports.UpdateBranchRequestFilterSensitiveLog = exports.UpdateAppResultFilterSensitiveLog = exports.UpdateAppRequestFilterSensitiveLog = exports.ListBranchesResultFilterSensitiveLog = exports.ListAppsResultFilterSensitiveLog = exports.GetBranchResultFilterSensitiveLog = exports.GetAppResultFilterSensitiveLog = exports.DeleteBranchResultFilterSensitiveLog = exports.DeleteAppResultFilterSensitiveLog = exports.CreateBranchResultFilterSensitiveLog = exports.BranchFilterSensitiveLog = exports.CreateBranchRequestFilterSensitiveLog = exports.CreateAppResultFilterSensitiveLog = exports.AppFilterSensitiveLog = exports.CreateAppRequestFilterSensitiveLog = 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;
|
|
6
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
5
|
const AmplifyServiceException_1 = require("./AmplifyServiceException");
|
|
8
6
|
class BadRequestException extends AmplifyServiceException_1.AmplifyServiceException {
|
|
@@ -151,10 +149,6 @@ const AutoBranchCreationConfigFilterSensitiveLog = (obj) => ({
|
|
|
151
149
|
...(obj.buildSpec && { buildSpec: smithy_client_1.SENSITIVE_STRING }),
|
|
152
150
|
});
|
|
153
151
|
exports.AutoBranchCreationConfigFilterSensitiveLog = AutoBranchCreationConfigFilterSensitiveLog;
|
|
154
|
-
const CustomRuleFilterSensitiveLog = (obj) => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
exports.CustomRuleFilterSensitiveLog = CustomRuleFilterSensitiveLog;
|
|
158
152
|
const CreateAppRequestFilterSensitiveLog = (obj) => ({
|
|
159
153
|
...obj,
|
|
160
154
|
...(obj.oauthToken && { oauthToken: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -166,10 +160,6 @@ const CreateAppRequestFilterSensitiveLog = (obj) => ({
|
|
|
166
160
|
}),
|
|
167
161
|
});
|
|
168
162
|
exports.CreateAppRequestFilterSensitiveLog = CreateAppRequestFilterSensitiveLog;
|
|
169
|
-
const ProductionBranchFilterSensitiveLog = (obj) => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
exports.ProductionBranchFilterSensitiveLog = ProductionBranchFilterSensitiveLog;
|
|
173
163
|
const AppFilterSensitiveLog = (obj) => ({
|
|
174
164
|
...obj,
|
|
175
165
|
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -184,18 +174,6 @@ const CreateAppResultFilterSensitiveLog = (obj) => ({
|
|
|
184
174
|
...(obj.app && { app: (0, exports.AppFilterSensitiveLog)(obj.app) }),
|
|
185
175
|
});
|
|
186
176
|
exports.CreateAppResultFilterSensitiveLog = CreateAppResultFilterSensitiveLog;
|
|
187
|
-
const CreateBackendEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
exports.CreateBackendEnvironmentRequestFilterSensitiveLog = CreateBackendEnvironmentRequestFilterSensitiveLog;
|
|
191
|
-
const BackendEnvironmentFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
exports.BackendEnvironmentFilterSensitiveLog = BackendEnvironmentFilterSensitiveLog;
|
|
195
|
-
const CreateBackendEnvironmentResultFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
exports.CreateBackendEnvironmentResultFilterSensitiveLog = CreateBackendEnvironmentResultFilterSensitiveLog;
|
|
199
177
|
const CreateBranchRequestFilterSensitiveLog = (obj) => ({
|
|
200
178
|
...obj,
|
|
201
179
|
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -213,284 +191,36 @@ const CreateBranchResultFilterSensitiveLog = (obj) => ({
|
|
|
213
191
|
...(obj.branch && { branch: (0, exports.BranchFilterSensitiveLog)(obj.branch) }),
|
|
214
192
|
});
|
|
215
193
|
exports.CreateBranchResultFilterSensitiveLog = CreateBranchResultFilterSensitiveLog;
|
|
216
|
-
const CreateDeploymentRequestFilterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
});
|
|
219
|
-
exports.CreateDeploymentRequestFilterSensitiveLog = CreateDeploymentRequestFilterSensitiveLog;
|
|
220
|
-
const CreateDeploymentResultFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
exports.CreateDeploymentResultFilterSensitiveLog = CreateDeploymentResultFilterSensitiveLog;
|
|
224
|
-
const SubDomainSettingFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
});
|
|
227
|
-
exports.SubDomainSettingFilterSensitiveLog = SubDomainSettingFilterSensitiveLog;
|
|
228
|
-
const CreateDomainAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
exports.CreateDomainAssociationRequestFilterSensitiveLog = CreateDomainAssociationRequestFilterSensitiveLog;
|
|
232
|
-
const SubDomainFilterSensitiveLog = (obj) => ({
|
|
233
|
-
...obj,
|
|
234
|
-
});
|
|
235
|
-
exports.SubDomainFilterSensitiveLog = SubDomainFilterSensitiveLog;
|
|
236
|
-
const DomainAssociationFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
exports.DomainAssociationFilterSensitiveLog = DomainAssociationFilterSensitiveLog;
|
|
240
|
-
const CreateDomainAssociationResultFilterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
exports.CreateDomainAssociationResultFilterSensitiveLog = CreateDomainAssociationResultFilterSensitiveLog;
|
|
244
|
-
const CreateWebhookRequestFilterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
exports.CreateWebhookRequestFilterSensitiveLog = CreateWebhookRequestFilterSensitiveLog;
|
|
248
|
-
const WebhookFilterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
exports.WebhookFilterSensitiveLog = WebhookFilterSensitiveLog;
|
|
252
|
-
const CreateWebhookResultFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
exports.CreateWebhookResultFilterSensitiveLog = CreateWebhookResultFilterSensitiveLog;
|
|
256
|
-
const DeleteAppRequestFilterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
exports.DeleteAppRequestFilterSensitiveLog = DeleteAppRequestFilterSensitiveLog;
|
|
260
194
|
const DeleteAppResultFilterSensitiveLog = (obj) => ({
|
|
261
195
|
...obj,
|
|
262
196
|
...(obj.app && { app: (0, exports.AppFilterSensitiveLog)(obj.app) }),
|
|
263
197
|
});
|
|
264
198
|
exports.DeleteAppResultFilterSensitiveLog = DeleteAppResultFilterSensitiveLog;
|
|
265
|
-
const DeleteBackendEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
});
|
|
268
|
-
exports.DeleteBackendEnvironmentRequestFilterSensitiveLog = DeleteBackendEnvironmentRequestFilterSensitiveLog;
|
|
269
|
-
const DeleteBackendEnvironmentResultFilterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
exports.DeleteBackendEnvironmentResultFilterSensitiveLog = DeleteBackendEnvironmentResultFilterSensitiveLog;
|
|
273
|
-
const DeleteBranchRequestFilterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
exports.DeleteBranchRequestFilterSensitiveLog = DeleteBranchRequestFilterSensitiveLog;
|
|
277
199
|
const DeleteBranchResultFilterSensitiveLog = (obj) => ({
|
|
278
200
|
...obj,
|
|
279
201
|
...(obj.branch && { branch: (0, exports.BranchFilterSensitiveLog)(obj.branch) }),
|
|
280
202
|
});
|
|
281
203
|
exports.DeleteBranchResultFilterSensitiveLog = DeleteBranchResultFilterSensitiveLog;
|
|
282
|
-
const DeleteDomainAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
exports.DeleteDomainAssociationRequestFilterSensitiveLog = DeleteDomainAssociationRequestFilterSensitiveLog;
|
|
286
|
-
const DeleteDomainAssociationResultFilterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
exports.DeleteDomainAssociationResultFilterSensitiveLog = DeleteDomainAssociationResultFilterSensitiveLog;
|
|
290
|
-
const DeleteJobRequestFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
});
|
|
293
|
-
exports.DeleteJobRequestFilterSensitiveLog = DeleteJobRequestFilterSensitiveLog;
|
|
294
|
-
const JobSummaryFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
});
|
|
297
|
-
exports.JobSummaryFilterSensitiveLog = JobSummaryFilterSensitiveLog;
|
|
298
|
-
const DeleteJobResultFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
});
|
|
301
|
-
exports.DeleteJobResultFilterSensitiveLog = DeleteJobResultFilterSensitiveLog;
|
|
302
|
-
const DeleteWebhookRequestFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
});
|
|
305
|
-
exports.DeleteWebhookRequestFilterSensitiveLog = DeleteWebhookRequestFilterSensitiveLog;
|
|
306
|
-
const DeleteWebhookResultFilterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
309
|
-
exports.DeleteWebhookResultFilterSensitiveLog = DeleteWebhookResultFilterSensitiveLog;
|
|
310
|
-
const GenerateAccessLogsRequestFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
});
|
|
313
|
-
exports.GenerateAccessLogsRequestFilterSensitiveLog = GenerateAccessLogsRequestFilterSensitiveLog;
|
|
314
|
-
const GenerateAccessLogsResultFilterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
exports.GenerateAccessLogsResultFilterSensitiveLog = GenerateAccessLogsResultFilterSensitiveLog;
|
|
318
|
-
const GetAppRequestFilterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
exports.GetAppRequestFilterSensitiveLog = GetAppRequestFilterSensitiveLog;
|
|
322
204
|
const GetAppResultFilterSensitiveLog = (obj) => ({
|
|
323
205
|
...obj,
|
|
324
206
|
...(obj.app && { app: (0, exports.AppFilterSensitiveLog)(obj.app) }),
|
|
325
207
|
});
|
|
326
208
|
exports.GetAppResultFilterSensitiveLog = GetAppResultFilterSensitiveLog;
|
|
327
|
-
const GetArtifactUrlRequestFilterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
exports.GetArtifactUrlRequestFilterSensitiveLog = GetArtifactUrlRequestFilterSensitiveLog;
|
|
331
|
-
const GetArtifactUrlResultFilterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
exports.GetArtifactUrlResultFilterSensitiveLog = GetArtifactUrlResultFilterSensitiveLog;
|
|
335
|
-
const GetBackendEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
exports.GetBackendEnvironmentRequestFilterSensitiveLog = GetBackendEnvironmentRequestFilterSensitiveLog;
|
|
339
|
-
const GetBackendEnvironmentResultFilterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
});
|
|
342
|
-
exports.GetBackendEnvironmentResultFilterSensitiveLog = GetBackendEnvironmentResultFilterSensitiveLog;
|
|
343
|
-
const GetBranchRequestFilterSensitiveLog = (obj) => ({
|
|
344
|
-
...obj,
|
|
345
|
-
});
|
|
346
|
-
exports.GetBranchRequestFilterSensitiveLog = GetBranchRequestFilterSensitiveLog;
|
|
347
209
|
const GetBranchResultFilterSensitiveLog = (obj) => ({
|
|
348
210
|
...obj,
|
|
349
211
|
...(obj.branch && { branch: (0, exports.BranchFilterSensitiveLog)(obj.branch) }),
|
|
350
212
|
});
|
|
351
213
|
exports.GetBranchResultFilterSensitiveLog = GetBranchResultFilterSensitiveLog;
|
|
352
|
-
const GetDomainAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
exports.GetDomainAssociationRequestFilterSensitiveLog = GetDomainAssociationRequestFilterSensitiveLog;
|
|
356
|
-
const GetDomainAssociationResultFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
exports.GetDomainAssociationResultFilterSensitiveLog = GetDomainAssociationResultFilterSensitiveLog;
|
|
360
|
-
const GetJobRequestFilterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
});
|
|
363
|
-
exports.GetJobRequestFilterSensitiveLog = GetJobRequestFilterSensitiveLog;
|
|
364
|
-
const StepFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
exports.StepFilterSensitiveLog = StepFilterSensitiveLog;
|
|
368
|
-
const JobFilterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
exports.JobFilterSensitiveLog = JobFilterSensitiveLog;
|
|
372
|
-
const GetJobResultFilterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
exports.GetJobResultFilterSensitiveLog = GetJobResultFilterSensitiveLog;
|
|
376
|
-
const GetWebhookRequestFilterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
exports.GetWebhookRequestFilterSensitiveLog = GetWebhookRequestFilterSensitiveLog;
|
|
380
|
-
const GetWebhookResultFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
exports.GetWebhookResultFilterSensitiveLog = GetWebhookResultFilterSensitiveLog;
|
|
384
|
-
const ListAppsRequestFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
});
|
|
387
|
-
exports.ListAppsRequestFilterSensitiveLog = ListAppsRequestFilterSensitiveLog;
|
|
388
214
|
const ListAppsResultFilterSensitiveLog = (obj) => ({
|
|
389
215
|
...obj,
|
|
390
216
|
...(obj.apps && { apps: obj.apps.map((item) => (0, exports.AppFilterSensitiveLog)(item)) }),
|
|
391
217
|
});
|
|
392
218
|
exports.ListAppsResultFilterSensitiveLog = ListAppsResultFilterSensitiveLog;
|
|
393
|
-
const ListArtifactsRequestFilterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
exports.ListArtifactsRequestFilterSensitiveLog = ListArtifactsRequestFilterSensitiveLog;
|
|
397
|
-
const ArtifactFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
exports.ArtifactFilterSensitiveLog = ArtifactFilterSensitiveLog;
|
|
401
|
-
const ListArtifactsResultFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
exports.ListArtifactsResultFilterSensitiveLog = ListArtifactsResultFilterSensitiveLog;
|
|
405
|
-
const ListBackendEnvironmentsRequestFilterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
});
|
|
408
|
-
exports.ListBackendEnvironmentsRequestFilterSensitiveLog = ListBackendEnvironmentsRequestFilterSensitiveLog;
|
|
409
|
-
const ListBackendEnvironmentsResultFilterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
});
|
|
412
|
-
exports.ListBackendEnvironmentsResultFilterSensitiveLog = ListBackendEnvironmentsResultFilterSensitiveLog;
|
|
413
|
-
const ListBranchesRequestFilterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
exports.ListBranchesRequestFilterSensitiveLog = ListBranchesRequestFilterSensitiveLog;
|
|
417
219
|
const ListBranchesResultFilterSensitiveLog = (obj) => ({
|
|
418
220
|
...obj,
|
|
419
221
|
...(obj.branches && { branches: obj.branches.map((item) => (0, exports.BranchFilterSensitiveLog)(item)) }),
|
|
420
222
|
});
|
|
421
223
|
exports.ListBranchesResultFilterSensitiveLog = ListBranchesResultFilterSensitiveLog;
|
|
422
|
-
const ListDomainAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
exports.ListDomainAssociationsRequestFilterSensitiveLog = ListDomainAssociationsRequestFilterSensitiveLog;
|
|
426
|
-
const ListDomainAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
427
|
-
...obj,
|
|
428
|
-
});
|
|
429
|
-
exports.ListDomainAssociationsResultFilterSensitiveLog = ListDomainAssociationsResultFilterSensitiveLog;
|
|
430
|
-
const ListJobsRequestFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
exports.ListJobsRequestFilterSensitiveLog = ListJobsRequestFilterSensitiveLog;
|
|
434
|
-
const ListJobsResultFilterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
});
|
|
437
|
-
exports.ListJobsResultFilterSensitiveLog = ListJobsResultFilterSensitiveLog;
|
|
438
|
-
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
442
|
-
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
|
-
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
446
|
-
const ListWebhooksRequestFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
exports.ListWebhooksRequestFilterSensitiveLog = ListWebhooksRequestFilterSensitiveLog;
|
|
450
|
-
const ListWebhooksResultFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
exports.ListWebhooksResultFilterSensitiveLog = ListWebhooksResultFilterSensitiveLog;
|
|
454
|
-
const StartDeploymentRequestFilterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
exports.StartDeploymentRequestFilterSensitiveLog = StartDeploymentRequestFilterSensitiveLog;
|
|
458
|
-
const StartDeploymentResultFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
exports.StartDeploymentResultFilterSensitiveLog = StartDeploymentResultFilterSensitiveLog;
|
|
462
|
-
const StartJobRequestFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
exports.StartJobRequestFilterSensitiveLog = StartJobRequestFilterSensitiveLog;
|
|
466
|
-
const StartJobResultFilterSensitiveLog = (obj) => ({
|
|
467
|
-
...obj,
|
|
468
|
-
});
|
|
469
|
-
exports.StartJobResultFilterSensitiveLog = StartJobResultFilterSensitiveLog;
|
|
470
|
-
const StopJobRequestFilterSensitiveLog = (obj) => ({
|
|
471
|
-
...obj,
|
|
472
|
-
});
|
|
473
|
-
exports.StopJobRequestFilterSensitiveLog = StopJobRequestFilterSensitiveLog;
|
|
474
|
-
const StopJobResultFilterSensitiveLog = (obj) => ({
|
|
475
|
-
...obj,
|
|
476
|
-
});
|
|
477
|
-
exports.StopJobResultFilterSensitiveLog = StopJobResultFilterSensitiveLog;
|
|
478
|
-
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
482
|
-
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
});
|
|
485
|
-
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
486
|
-
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
});
|
|
489
|
-
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
490
|
-
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
|
-
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
494
224
|
const UpdateAppRequestFilterSensitiveLog = (obj) => ({
|
|
495
225
|
...obj,
|
|
496
226
|
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -518,19 +248,3 @@ const UpdateBranchResultFilterSensitiveLog = (obj) => ({
|
|
|
518
248
|
...(obj.branch && { branch: (0, exports.BranchFilterSensitiveLog)(obj.branch) }),
|
|
519
249
|
});
|
|
520
250
|
exports.UpdateBranchResultFilterSensitiveLog = UpdateBranchResultFilterSensitiveLog;
|
|
521
|
-
const UpdateDomainAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
exports.UpdateDomainAssociationRequestFilterSensitiveLog = UpdateDomainAssociationRequestFilterSensitiveLog;
|
|
525
|
-
const UpdateDomainAssociationResultFilterSensitiveLog = (obj) => ({
|
|
526
|
-
...obj,
|
|
527
|
-
});
|
|
528
|
-
exports.UpdateDomainAssociationResultFilterSensitiveLog = UpdateDomainAssociationResultFilterSensitiveLog;
|
|
529
|
-
const UpdateWebhookRequestFilterSensitiveLog = (obj) => ({
|
|
530
|
-
...obj,
|
|
531
|
-
});
|
|
532
|
-
exports.UpdateWebhookRequestFilterSensitiveLog = UpdateWebhookRequestFilterSensitiveLog;
|
|
533
|
-
const UpdateWebhookResultFilterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
exports.UpdateWebhookResultFilterSensitiveLog = UpdateWebhookResultFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateBackendEnvironmentRequestFilterSensitiveLog, CreateBackendEnvironmentResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateBackendEnvironmentCommand, serializeAws_restJson1CreateBackendEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateBackendEnvironmentCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateBackendEnvironmentCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateDeploymentRequestFilterSensitiveLog, CreateDeploymentResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateDeploymentCommand, serializeAws_restJson1CreateDeploymentCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateDeploymentCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateDeploymentCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateDomainAssociationRequestFilterSensitiveLog, CreateDomainAssociationResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateDomainAssociationCommand, serializeAws_restJson1CreateDomainAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateDomainAssociationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateDomainAssociationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateWebhookRequestFilterSensitiveLog, CreateWebhookResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateWebhookCommand, serializeAws_restJson1CreateWebhookCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateWebhookCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateWebhookCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteAppResultFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAppCommand, serializeAws_restJson1DeleteAppCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DeleteAppCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class DeleteAppCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: DeleteAppResultFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteBackendEnvironmentRequestFilterSensitiveLog, DeleteBackendEnvironmentResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteBackendEnvironmentCommand, serializeAws_restJson1DeleteBackendEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteBackendEnvironmentCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteBackendEnvironmentCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteBranchResultFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBranchCommand, serializeAws_restJson1DeleteBranchCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DeleteBranchCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class DeleteBranchCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: DeleteBranchResultFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteDomainAssociationRequestFilterSensitiveLog, DeleteDomainAssociationResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteDomainAssociationCommand, serializeAws_restJson1DeleteDomainAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteDomainAssociationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteDomainAssociationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteJobRequestFilterSensitiveLog, DeleteJobResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteJobCommand, serializeAws_restJson1DeleteJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteJobCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteJobCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteWebhookRequestFilterSensitiveLog, DeleteWebhookResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteWebhookCommand, serializeAws_restJson1DeleteWebhookCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteWebhookCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteWebhookCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GenerateAccessLogsRequestFilterSensitiveLog, GenerateAccessLogsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GenerateAccessLogsCommand, serializeAws_restJson1GenerateAccessLogsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GenerateAccessLogsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GenerateAccessLogsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetAppResultFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAppCommand, serializeAws_restJson1GetAppCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetAppCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetAppCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetAppResultFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetArtifactUrlRequestFilterSensitiveLog, GetArtifactUrlResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetArtifactUrlCommand, serializeAws_restJson1GetArtifactUrlCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetArtifactUrlCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetArtifactUrlCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetBackendEnvironmentRequestFilterSensitiveLog, GetBackendEnvironmentResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetBackendEnvironmentCommand, serializeAws_restJson1GetBackendEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetBackendEnvironmentCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetBackendEnvironmentCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetBranchResultFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetBranchCommand, serializeAws_restJson1GetBranchCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetBranchCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetBranchCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetBranchResultFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|