@aws-sdk/client-amplifybackend 3.297.0 → 3.299.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/CloneBackendCommand.js +2 -3
- package/dist-cjs/commands/CreateBackendAPICommand.js +2 -3
- package/dist-cjs/commands/CreateBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/CreateBackendCommand.js +2 -3
- package/dist-cjs/commands/CreateBackendConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateBackendStorageCommand.js +2 -3
- package/dist-cjs/commands/CreateTokenCommand.js +2 -3
- package/dist-cjs/commands/DeleteBackendAPICommand.js +2 -3
- package/dist-cjs/commands/DeleteBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/DeleteBackendCommand.js +2 -3
- package/dist-cjs/commands/DeleteBackendStorageCommand.js +2 -3
- package/dist-cjs/commands/DeleteTokenCommand.js +2 -3
- package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +2 -3
- package/dist-cjs/commands/GetBackendAPICommand.js +2 -3
- package/dist-cjs/commands/GetBackendAPIModelsCommand.js +2 -3
- package/dist-cjs/commands/GetBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/GetBackendCommand.js +2 -3
- package/dist-cjs/commands/GetBackendJobCommand.js +2 -3
- package/dist-cjs/commands/GetBackendStorageCommand.js +2 -3
- package/dist-cjs/commands/GetTokenCommand.js +2 -3
- package/dist-cjs/commands/ImportBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/ImportBackendStorageCommand.js +2 -3
- package/dist-cjs/commands/ListBackendJobsCommand.js +2 -3
- package/dist-cjs/commands/ListS3BucketsCommand.js +2 -3
- package/dist-cjs/commands/RemoveAllBackendsCommand.js +2 -3
- package/dist-cjs/commands/RemoveBackendConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendAPICommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendStorageCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -387
- package/dist-es/commands/CloneBackendCommand.js +2 -3
- package/dist-es/commands/CreateBackendAPICommand.js +2 -3
- package/dist-es/commands/CreateBackendAuthCommand.js +2 -3
- package/dist-es/commands/CreateBackendCommand.js +2 -3
- package/dist-es/commands/CreateBackendConfigCommand.js +2 -3
- package/dist-es/commands/CreateBackendStorageCommand.js +2 -3
- package/dist-es/commands/CreateTokenCommand.js +2 -3
- package/dist-es/commands/DeleteBackendAPICommand.js +2 -3
- package/dist-es/commands/DeleteBackendAuthCommand.js +2 -3
- package/dist-es/commands/DeleteBackendCommand.js +2 -3
- package/dist-es/commands/DeleteBackendStorageCommand.js +2 -3
- package/dist-es/commands/DeleteTokenCommand.js +2 -3
- package/dist-es/commands/GenerateBackendAPIModelsCommand.js +2 -3
- package/dist-es/commands/GetBackendAPICommand.js +2 -3
- package/dist-es/commands/GetBackendAPIModelsCommand.js +2 -3
- package/dist-es/commands/GetBackendAuthCommand.js +2 -3
- package/dist-es/commands/GetBackendCommand.js +2 -3
- package/dist-es/commands/GetBackendJobCommand.js +2 -3
- package/dist-es/commands/GetBackendStorageCommand.js +2 -3
- package/dist-es/commands/GetTokenCommand.js +2 -3
- package/dist-es/commands/ImportBackendAuthCommand.js +2 -3
- package/dist-es/commands/ImportBackendStorageCommand.js +2 -3
- package/dist-es/commands/ListBackendJobsCommand.js +2 -3
- package/dist-es/commands/ListS3BucketsCommand.js +2 -3
- package/dist-es/commands/RemoveAllBackendsCommand.js +2 -3
- package/dist-es/commands/RemoveBackendConfigCommand.js +2 -3
- package/dist-es/commands/UpdateBackendAPICommand.js +2 -3
- package/dist-es/commands/UpdateBackendAuthCommand.js +2 -3
- package/dist-es/commands/UpdateBackendConfigCommand.js +2 -3
- package/dist-es/commands/UpdateBackendJobCommand.js +2 -3
- package/dist-es/commands/UpdateBackendStorageCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -288
- package/dist-types/models/models_0.d.ts +0 -384
- package/dist-types/ts3.4/models/models_0.d.ts +0 -282
- package/package.json +11 -10
|
@@ -160,291 +160,3 @@ export var Status;
|
|
|
160
160
|
Status["LATEST"] = "LATEST";
|
|
161
161
|
Status["STALE"] = "STALE";
|
|
162
162
|
})(Status || (Status = {}));
|
|
163
|
-
export const CloneBackendRequestFilterSensitiveLog = (obj) => ({
|
|
164
|
-
...obj,
|
|
165
|
-
});
|
|
166
|
-
export const CloneBackendResponseFilterSensitiveLog = (obj) => ({
|
|
167
|
-
...obj,
|
|
168
|
-
});
|
|
169
|
-
export const ResourceConfigFilterSensitiveLog = (obj) => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
export const CreateBackendRequestFilterSensitiveLog = (obj) => ({
|
|
173
|
-
...obj,
|
|
174
|
-
});
|
|
175
|
-
export const CreateBackendResponseFilterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
export const BackendAPIAppSyncAuthSettingsFilterSensitiveLog = (obj) => ({
|
|
179
|
-
...obj,
|
|
180
|
-
});
|
|
181
|
-
export const BackendAPIAuthTypeFilterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
export const BackendAPIConflictResolutionFilterSensitiveLog = (obj) => ({
|
|
185
|
-
...obj,
|
|
186
|
-
});
|
|
187
|
-
export const BackendAPIResourceConfigFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
export const CreateBackendAPIRequestFilterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
});
|
|
193
|
-
export const CreateBackendAPIResponseFilterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
export const CreateBackendAuthIdentityPoolConfigFilterSensitiveLog = (obj) => ({
|
|
197
|
-
...obj,
|
|
198
|
-
});
|
|
199
|
-
export const EmailSettingsFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
export const SmsSettingsFilterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
});
|
|
205
|
-
export const CreateBackendAuthForgotPasswordConfigFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
export const SettingsFilterSensitiveLog = (obj) => ({
|
|
209
|
-
...obj,
|
|
210
|
-
});
|
|
211
|
-
export const CreateBackendAuthMFAConfigFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
export const BackendAuthSocialProviderConfigFilterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
export const BackendAuthAppleProviderConfigFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
export const SocialProviderSettingsFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
export const CreateBackendAuthOAuthConfigFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
export const CreateBackendAuthPasswordPolicyConfigFilterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
});
|
|
229
|
-
export const CreateBackendAuthVerificationMessageConfigFilterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
});
|
|
232
|
-
export const CreateBackendAuthUserPoolConfigFilterSensitiveLog = (obj) => ({
|
|
233
|
-
...obj,
|
|
234
|
-
});
|
|
235
|
-
export const CreateBackendAuthResourceConfigFilterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
export const CreateBackendAuthRequestFilterSensitiveLog = (obj) => ({
|
|
239
|
-
...obj,
|
|
240
|
-
});
|
|
241
|
-
export const CreateBackendAuthResponseFilterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
});
|
|
244
|
-
export const CreateBackendConfigRequestFilterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
export const CreateBackendConfigResponseFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
});
|
|
250
|
-
export const BackendStoragePermissionsFilterSensitiveLog = (obj) => ({
|
|
251
|
-
...obj,
|
|
252
|
-
});
|
|
253
|
-
export const CreateBackendStorageResourceConfigFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
export const CreateBackendStorageRequestFilterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
export const CreateBackendStorageResponseFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
export const CreateTokenRequestFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
export const CreateTokenResponseFilterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
});
|
|
268
|
-
export const DeleteBackendRequestFilterSensitiveLog = (obj) => ({
|
|
269
|
-
...obj,
|
|
270
|
-
});
|
|
271
|
-
export const DeleteBackendResponseFilterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
});
|
|
274
|
-
export const DeleteBackendAPIRequestFilterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
export const DeleteBackendAPIResponseFilterSensitiveLog = (obj) => ({
|
|
278
|
-
...obj,
|
|
279
|
-
});
|
|
280
|
-
export const DeleteBackendAuthRequestFilterSensitiveLog = (obj) => ({
|
|
281
|
-
...obj,
|
|
282
|
-
});
|
|
283
|
-
export const DeleteBackendAuthResponseFilterSensitiveLog = (obj) => ({
|
|
284
|
-
...obj,
|
|
285
|
-
});
|
|
286
|
-
export const DeleteBackendStorageRequestFilterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
export const DeleteBackendStorageResponseFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
export const DeleteTokenRequestFilterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
});
|
|
295
|
-
export const DeleteTokenResponseFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
export const GenerateBackendAPIModelsRequestFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
});
|
|
301
|
-
export const GenerateBackendAPIModelsResponseFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
export const GetBackendRequestFilterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
export const GetBackendResponseFilterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
});
|
|
310
|
-
export const GetBackendAPIRequestFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
});
|
|
313
|
-
export const GetBackendAPIResponseFilterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
export const GetBackendAPIModelsRequestFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
});
|
|
319
|
-
export const GetBackendAPIModelsResponseFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
});
|
|
322
|
-
export const GetBackendAuthRequestFilterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
});
|
|
325
|
-
export const GetBackendAuthResponseFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
});
|
|
328
|
-
export const GetBackendJobRequestFilterSensitiveLog = (obj) => ({
|
|
329
|
-
...obj,
|
|
330
|
-
});
|
|
331
|
-
export const GetBackendJobResponseFilterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
export const GetBackendStorageRequestFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
export const GetBackendStorageResourceConfigFilterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
export const GetBackendStorageResponseFilterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
});
|
|
343
|
-
export const GetTokenRequestFilterSensitiveLog = (obj) => ({
|
|
344
|
-
...obj,
|
|
345
|
-
});
|
|
346
|
-
export const GetTokenResponseFilterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
export const ImportBackendAuthRequestFilterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
});
|
|
352
|
-
export const ImportBackendAuthResponseFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
export const ImportBackendStorageRequestFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
|
-
export const ImportBackendStorageResponseFilterSensitiveLog = (obj) => ({
|
|
359
|
-
...obj,
|
|
360
|
-
});
|
|
361
|
-
export const ListBackendJobsRequestFilterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
export const BackendJobRespObjFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
export const ListBackendJobsResponseFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
export const ListS3BucketsRequestFilterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
export const S3BucketInfoFilterSensitiveLog = (obj) => ({
|
|
374
|
-
...obj,
|
|
375
|
-
});
|
|
376
|
-
export const ListS3BucketsResponseFilterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
export const RemoveAllBackendsRequestFilterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
export const RemoveAllBackendsResponseFilterSensitiveLog = (obj) => ({
|
|
383
|
-
...obj,
|
|
384
|
-
});
|
|
385
|
-
export const RemoveBackendConfigRequestFilterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
export const RemoveBackendConfigResponseFilterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
export const UpdateBackendAPIRequestFilterSensitiveLog = (obj) => ({
|
|
392
|
-
...obj,
|
|
393
|
-
});
|
|
394
|
-
export const UpdateBackendAPIResponseFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
export const UpdateBackendAuthIdentityPoolConfigFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
export const UpdateBackendAuthForgotPasswordConfigFilterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
export const UpdateBackendAuthMFAConfigFilterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
});
|
|
406
|
-
export const UpdateBackendAuthOAuthConfigFilterSensitiveLog = (obj) => ({
|
|
407
|
-
...obj,
|
|
408
|
-
});
|
|
409
|
-
export const UpdateBackendAuthPasswordPolicyConfigFilterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
});
|
|
412
|
-
export const UpdateBackendAuthVerificationMessageConfigFilterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
});
|
|
415
|
-
export const UpdateBackendAuthUserPoolConfigFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
export const UpdateBackendAuthResourceConfigFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
export const UpdateBackendAuthRequestFilterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
|
-
export const UpdateBackendAuthResponseFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
export const LoginAuthConfigReqObjFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
export const UpdateBackendConfigRequestFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
export const UpdateBackendConfigResponseFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
export const UpdateBackendJobRequestFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
export const UpdateBackendJobResponseFilterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
export const UpdateBackendStorageResourceConfigFilterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
|
-
export const UpdateBackendStorageRequestFilterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
export const UpdateBackendStorageResponseFilterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
});
|
|
@@ -2202,387 +2202,3 @@ export interface UpdateBackendStorageResponse {
|
|
|
2202
2202
|
*/
|
|
2203
2203
|
Status?: string;
|
|
2204
2204
|
}
|
|
2205
|
-
/**
|
|
2206
|
-
* @internal
|
|
2207
|
-
*/
|
|
2208
|
-
export declare const CloneBackendRequestFilterSensitiveLog: (obj: CloneBackendRequest) => any;
|
|
2209
|
-
/**
|
|
2210
|
-
* @internal
|
|
2211
|
-
*/
|
|
2212
|
-
export declare const CloneBackendResponseFilterSensitiveLog: (obj: CloneBackendResponse) => any;
|
|
2213
|
-
/**
|
|
2214
|
-
* @internal
|
|
2215
|
-
*/
|
|
2216
|
-
export declare const ResourceConfigFilterSensitiveLog: (obj: ResourceConfig) => any;
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
export declare const CreateBackendRequestFilterSensitiveLog: (obj: CreateBackendRequest) => any;
|
|
2221
|
-
/**
|
|
2222
|
-
* @internal
|
|
2223
|
-
*/
|
|
2224
|
-
export declare const CreateBackendResponseFilterSensitiveLog: (obj: CreateBackendResponse) => any;
|
|
2225
|
-
/**
|
|
2226
|
-
* @internal
|
|
2227
|
-
*/
|
|
2228
|
-
export declare const BackendAPIAppSyncAuthSettingsFilterSensitiveLog: (obj: BackendAPIAppSyncAuthSettings) => any;
|
|
2229
|
-
/**
|
|
2230
|
-
* @internal
|
|
2231
|
-
*/
|
|
2232
|
-
export declare const BackendAPIAuthTypeFilterSensitiveLog: (obj: BackendAPIAuthType) => any;
|
|
2233
|
-
/**
|
|
2234
|
-
* @internal
|
|
2235
|
-
*/
|
|
2236
|
-
export declare const BackendAPIConflictResolutionFilterSensitiveLog: (obj: BackendAPIConflictResolution) => any;
|
|
2237
|
-
/**
|
|
2238
|
-
* @internal
|
|
2239
|
-
*/
|
|
2240
|
-
export declare const BackendAPIResourceConfigFilterSensitiveLog: (obj: BackendAPIResourceConfig) => any;
|
|
2241
|
-
/**
|
|
2242
|
-
* @internal
|
|
2243
|
-
*/
|
|
2244
|
-
export declare const CreateBackendAPIRequestFilterSensitiveLog: (obj: CreateBackendAPIRequest) => any;
|
|
2245
|
-
/**
|
|
2246
|
-
* @internal
|
|
2247
|
-
*/
|
|
2248
|
-
export declare const CreateBackendAPIResponseFilterSensitiveLog: (obj: CreateBackendAPIResponse) => any;
|
|
2249
|
-
/**
|
|
2250
|
-
* @internal
|
|
2251
|
-
*/
|
|
2252
|
-
export declare const CreateBackendAuthIdentityPoolConfigFilterSensitiveLog: (obj: CreateBackendAuthIdentityPoolConfig) => any;
|
|
2253
|
-
/**
|
|
2254
|
-
* @internal
|
|
2255
|
-
*/
|
|
2256
|
-
export declare const EmailSettingsFilterSensitiveLog: (obj: EmailSettings) => any;
|
|
2257
|
-
/**
|
|
2258
|
-
* @internal
|
|
2259
|
-
*/
|
|
2260
|
-
export declare const SmsSettingsFilterSensitiveLog: (obj: SmsSettings) => any;
|
|
2261
|
-
/**
|
|
2262
|
-
* @internal
|
|
2263
|
-
*/
|
|
2264
|
-
export declare const CreateBackendAuthForgotPasswordConfigFilterSensitiveLog: (obj: CreateBackendAuthForgotPasswordConfig) => any;
|
|
2265
|
-
/**
|
|
2266
|
-
* @internal
|
|
2267
|
-
*/
|
|
2268
|
-
export declare const SettingsFilterSensitiveLog: (obj: Settings) => any;
|
|
2269
|
-
/**
|
|
2270
|
-
* @internal
|
|
2271
|
-
*/
|
|
2272
|
-
export declare const CreateBackendAuthMFAConfigFilterSensitiveLog: (obj: CreateBackendAuthMFAConfig) => any;
|
|
2273
|
-
/**
|
|
2274
|
-
* @internal
|
|
2275
|
-
*/
|
|
2276
|
-
export declare const BackendAuthSocialProviderConfigFilterSensitiveLog: (obj: BackendAuthSocialProviderConfig) => any;
|
|
2277
|
-
/**
|
|
2278
|
-
* @internal
|
|
2279
|
-
*/
|
|
2280
|
-
export declare const BackendAuthAppleProviderConfigFilterSensitiveLog: (obj: BackendAuthAppleProviderConfig) => any;
|
|
2281
|
-
/**
|
|
2282
|
-
* @internal
|
|
2283
|
-
*/
|
|
2284
|
-
export declare const SocialProviderSettingsFilterSensitiveLog: (obj: SocialProviderSettings) => any;
|
|
2285
|
-
/**
|
|
2286
|
-
* @internal
|
|
2287
|
-
*/
|
|
2288
|
-
export declare const CreateBackendAuthOAuthConfigFilterSensitiveLog: (obj: CreateBackendAuthOAuthConfig) => any;
|
|
2289
|
-
/**
|
|
2290
|
-
* @internal
|
|
2291
|
-
*/
|
|
2292
|
-
export declare const CreateBackendAuthPasswordPolicyConfigFilterSensitiveLog: (obj: CreateBackendAuthPasswordPolicyConfig) => any;
|
|
2293
|
-
/**
|
|
2294
|
-
* @internal
|
|
2295
|
-
*/
|
|
2296
|
-
export declare const CreateBackendAuthVerificationMessageConfigFilterSensitiveLog: (obj: CreateBackendAuthVerificationMessageConfig) => any;
|
|
2297
|
-
/**
|
|
2298
|
-
* @internal
|
|
2299
|
-
*/
|
|
2300
|
-
export declare const CreateBackendAuthUserPoolConfigFilterSensitiveLog: (obj: CreateBackendAuthUserPoolConfig) => any;
|
|
2301
|
-
/**
|
|
2302
|
-
* @internal
|
|
2303
|
-
*/
|
|
2304
|
-
export declare const CreateBackendAuthResourceConfigFilterSensitiveLog: (obj: CreateBackendAuthResourceConfig) => any;
|
|
2305
|
-
/**
|
|
2306
|
-
* @internal
|
|
2307
|
-
*/
|
|
2308
|
-
export declare const CreateBackendAuthRequestFilterSensitiveLog: (obj: CreateBackendAuthRequest) => any;
|
|
2309
|
-
/**
|
|
2310
|
-
* @internal
|
|
2311
|
-
*/
|
|
2312
|
-
export declare const CreateBackendAuthResponseFilterSensitiveLog: (obj: CreateBackendAuthResponse) => any;
|
|
2313
|
-
/**
|
|
2314
|
-
* @internal
|
|
2315
|
-
*/
|
|
2316
|
-
export declare const CreateBackendConfigRequestFilterSensitiveLog: (obj: CreateBackendConfigRequest) => any;
|
|
2317
|
-
/**
|
|
2318
|
-
* @internal
|
|
2319
|
-
*/
|
|
2320
|
-
export declare const CreateBackendConfigResponseFilterSensitiveLog: (obj: CreateBackendConfigResponse) => any;
|
|
2321
|
-
/**
|
|
2322
|
-
* @internal
|
|
2323
|
-
*/
|
|
2324
|
-
export declare const BackendStoragePermissionsFilterSensitiveLog: (obj: BackendStoragePermissions) => any;
|
|
2325
|
-
/**
|
|
2326
|
-
* @internal
|
|
2327
|
-
*/
|
|
2328
|
-
export declare const CreateBackendStorageResourceConfigFilterSensitiveLog: (obj: CreateBackendStorageResourceConfig) => any;
|
|
2329
|
-
/**
|
|
2330
|
-
* @internal
|
|
2331
|
-
*/
|
|
2332
|
-
export declare const CreateBackendStorageRequestFilterSensitiveLog: (obj: CreateBackendStorageRequest) => any;
|
|
2333
|
-
/**
|
|
2334
|
-
* @internal
|
|
2335
|
-
*/
|
|
2336
|
-
export declare const CreateBackendStorageResponseFilterSensitiveLog: (obj: CreateBackendStorageResponse) => any;
|
|
2337
|
-
/**
|
|
2338
|
-
* @internal
|
|
2339
|
-
*/
|
|
2340
|
-
export declare const CreateTokenRequestFilterSensitiveLog: (obj: CreateTokenRequest) => any;
|
|
2341
|
-
/**
|
|
2342
|
-
* @internal
|
|
2343
|
-
*/
|
|
2344
|
-
export declare const CreateTokenResponseFilterSensitiveLog: (obj: CreateTokenResponse) => any;
|
|
2345
|
-
/**
|
|
2346
|
-
* @internal
|
|
2347
|
-
*/
|
|
2348
|
-
export declare const DeleteBackendRequestFilterSensitiveLog: (obj: DeleteBackendRequest) => any;
|
|
2349
|
-
/**
|
|
2350
|
-
* @internal
|
|
2351
|
-
*/
|
|
2352
|
-
export declare const DeleteBackendResponseFilterSensitiveLog: (obj: DeleteBackendResponse) => any;
|
|
2353
|
-
/**
|
|
2354
|
-
* @internal
|
|
2355
|
-
*/
|
|
2356
|
-
export declare const DeleteBackendAPIRequestFilterSensitiveLog: (obj: DeleteBackendAPIRequest) => any;
|
|
2357
|
-
/**
|
|
2358
|
-
* @internal
|
|
2359
|
-
*/
|
|
2360
|
-
export declare const DeleteBackendAPIResponseFilterSensitiveLog: (obj: DeleteBackendAPIResponse) => any;
|
|
2361
|
-
/**
|
|
2362
|
-
* @internal
|
|
2363
|
-
*/
|
|
2364
|
-
export declare const DeleteBackendAuthRequestFilterSensitiveLog: (obj: DeleteBackendAuthRequest) => any;
|
|
2365
|
-
/**
|
|
2366
|
-
* @internal
|
|
2367
|
-
*/
|
|
2368
|
-
export declare const DeleteBackendAuthResponseFilterSensitiveLog: (obj: DeleteBackendAuthResponse) => any;
|
|
2369
|
-
/**
|
|
2370
|
-
* @internal
|
|
2371
|
-
*/
|
|
2372
|
-
export declare const DeleteBackendStorageRequestFilterSensitiveLog: (obj: DeleteBackendStorageRequest) => any;
|
|
2373
|
-
/**
|
|
2374
|
-
* @internal
|
|
2375
|
-
*/
|
|
2376
|
-
export declare const DeleteBackendStorageResponseFilterSensitiveLog: (obj: DeleteBackendStorageResponse) => any;
|
|
2377
|
-
/**
|
|
2378
|
-
* @internal
|
|
2379
|
-
*/
|
|
2380
|
-
export declare const DeleteTokenRequestFilterSensitiveLog: (obj: DeleteTokenRequest) => any;
|
|
2381
|
-
/**
|
|
2382
|
-
* @internal
|
|
2383
|
-
*/
|
|
2384
|
-
export declare const DeleteTokenResponseFilterSensitiveLog: (obj: DeleteTokenResponse) => any;
|
|
2385
|
-
/**
|
|
2386
|
-
* @internal
|
|
2387
|
-
*/
|
|
2388
|
-
export declare const GenerateBackendAPIModelsRequestFilterSensitiveLog: (obj: GenerateBackendAPIModelsRequest) => any;
|
|
2389
|
-
/**
|
|
2390
|
-
* @internal
|
|
2391
|
-
*/
|
|
2392
|
-
export declare const GenerateBackendAPIModelsResponseFilterSensitiveLog: (obj: GenerateBackendAPIModelsResponse) => any;
|
|
2393
|
-
/**
|
|
2394
|
-
* @internal
|
|
2395
|
-
*/
|
|
2396
|
-
export declare const GetBackendRequestFilterSensitiveLog: (obj: GetBackendRequest) => any;
|
|
2397
|
-
/**
|
|
2398
|
-
* @internal
|
|
2399
|
-
*/
|
|
2400
|
-
export declare const GetBackendResponseFilterSensitiveLog: (obj: GetBackendResponse) => any;
|
|
2401
|
-
/**
|
|
2402
|
-
* @internal
|
|
2403
|
-
*/
|
|
2404
|
-
export declare const GetBackendAPIRequestFilterSensitiveLog: (obj: GetBackendAPIRequest) => any;
|
|
2405
|
-
/**
|
|
2406
|
-
* @internal
|
|
2407
|
-
*/
|
|
2408
|
-
export declare const GetBackendAPIResponseFilterSensitiveLog: (obj: GetBackendAPIResponse) => any;
|
|
2409
|
-
/**
|
|
2410
|
-
* @internal
|
|
2411
|
-
*/
|
|
2412
|
-
export declare const GetBackendAPIModelsRequestFilterSensitiveLog: (obj: GetBackendAPIModelsRequest) => any;
|
|
2413
|
-
/**
|
|
2414
|
-
* @internal
|
|
2415
|
-
*/
|
|
2416
|
-
export declare const GetBackendAPIModelsResponseFilterSensitiveLog: (obj: GetBackendAPIModelsResponse) => any;
|
|
2417
|
-
/**
|
|
2418
|
-
* @internal
|
|
2419
|
-
*/
|
|
2420
|
-
export declare const GetBackendAuthRequestFilterSensitiveLog: (obj: GetBackendAuthRequest) => any;
|
|
2421
|
-
/**
|
|
2422
|
-
* @internal
|
|
2423
|
-
*/
|
|
2424
|
-
export declare const GetBackendAuthResponseFilterSensitiveLog: (obj: GetBackendAuthResponse) => any;
|
|
2425
|
-
/**
|
|
2426
|
-
* @internal
|
|
2427
|
-
*/
|
|
2428
|
-
export declare const GetBackendJobRequestFilterSensitiveLog: (obj: GetBackendJobRequest) => any;
|
|
2429
|
-
/**
|
|
2430
|
-
* @internal
|
|
2431
|
-
*/
|
|
2432
|
-
export declare const GetBackendJobResponseFilterSensitiveLog: (obj: GetBackendJobResponse) => any;
|
|
2433
|
-
/**
|
|
2434
|
-
* @internal
|
|
2435
|
-
*/
|
|
2436
|
-
export declare const GetBackendStorageRequestFilterSensitiveLog: (obj: GetBackendStorageRequest) => any;
|
|
2437
|
-
/**
|
|
2438
|
-
* @internal
|
|
2439
|
-
*/
|
|
2440
|
-
export declare const GetBackendStorageResourceConfigFilterSensitiveLog: (obj: GetBackendStorageResourceConfig) => any;
|
|
2441
|
-
/**
|
|
2442
|
-
* @internal
|
|
2443
|
-
*/
|
|
2444
|
-
export declare const GetBackendStorageResponseFilterSensitiveLog: (obj: GetBackendStorageResponse) => any;
|
|
2445
|
-
/**
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
2448
|
-
export declare const GetTokenRequestFilterSensitiveLog: (obj: GetTokenRequest) => any;
|
|
2449
|
-
/**
|
|
2450
|
-
* @internal
|
|
2451
|
-
*/
|
|
2452
|
-
export declare const GetTokenResponseFilterSensitiveLog: (obj: GetTokenResponse) => any;
|
|
2453
|
-
/**
|
|
2454
|
-
* @internal
|
|
2455
|
-
*/
|
|
2456
|
-
export declare const ImportBackendAuthRequestFilterSensitiveLog: (obj: ImportBackendAuthRequest) => any;
|
|
2457
|
-
/**
|
|
2458
|
-
* @internal
|
|
2459
|
-
*/
|
|
2460
|
-
export declare const ImportBackendAuthResponseFilterSensitiveLog: (obj: ImportBackendAuthResponse) => any;
|
|
2461
|
-
/**
|
|
2462
|
-
* @internal
|
|
2463
|
-
*/
|
|
2464
|
-
export declare const ImportBackendStorageRequestFilterSensitiveLog: (obj: ImportBackendStorageRequest) => any;
|
|
2465
|
-
/**
|
|
2466
|
-
* @internal
|
|
2467
|
-
*/
|
|
2468
|
-
export declare const ImportBackendStorageResponseFilterSensitiveLog: (obj: ImportBackendStorageResponse) => any;
|
|
2469
|
-
/**
|
|
2470
|
-
* @internal
|
|
2471
|
-
*/
|
|
2472
|
-
export declare const ListBackendJobsRequestFilterSensitiveLog: (obj: ListBackendJobsRequest) => any;
|
|
2473
|
-
/**
|
|
2474
|
-
* @internal
|
|
2475
|
-
*/
|
|
2476
|
-
export declare const BackendJobRespObjFilterSensitiveLog: (obj: BackendJobRespObj) => any;
|
|
2477
|
-
/**
|
|
2478
|
-
* @internal
|
|
2479
|
-
*/
|
|
2480
|
-
export declare const ListBackendJobsResponseFilterSensitiveLog: (obj: ListBackendJobsResponse) => any;
|
|
2481
|
-
/**
|
|
2482
|
-
* @internal
|
|
2483
|
-
*/
|
|
2484
|
-
export declare const ListS3BucketsRequestFilterSensitiveLog: (obj: ListS3BucketsRequest) => any;
|
|
2485
|
-
/**
|
|
2486
|
-
* @internal
|
|
2487
|
-
*/
|
|
2488
|
-
export declare const S3BucketInfoFilterSensitiveLog: (obj: S3BucketInfo) => any;
|
|
2489
|
-
/**
|
|
2490
|
-
* @internal
|
|
2491
|
-
*/
|
|
2492
|
-
export declare const ListS3BucketsResponseFilterSensitiveLog: (obj: ListS3BucketsResponse) => any;
|
|
2493
|
-
/**
|
|
2494
|
-
* @internal
|
|
2495
|
-
*/
|
|
2496
|
-
export declare const RemoveAllBackendsRequestFilterSensitiveLog: (obj: RemoveAllBackendsRequest) => any;
|
|
2497
|
-
/**
|
|
2498
|
-
* @internal
|
|
2499
|
-
*/
|
|
2500
|
-
export declare const RemoveAllBackendsResponseFilterSensitiveLog: (obj: RemoveAllBackendsResponse) => any;
|
|
2501
|
-
/**
|
|
2502
|
-
* @internal
|
|
2503
|
-
*/
|
|
2504
|
-
export declare const RemoveBackendConfigRequestFilterSensitiveLog: (obj: RemoveBackendConfigRequest) => any;
|
|
2505
|
-
/**
|
|
2506
|
-
* @internal
|
|
2507
|
-
*/
|
|
2508
|
-
export declare const RemoveBackendConfigResponseFilterSensitiveLog: (obj: RemoveBackendConfigResponse) => any;
|
|
2509
|
-
/**
|
|
2510
|
-
* @internal
|
|
2511
|
-
*/
|
|
2512
|
-
export declare const UpdateBackendAPIRequestFilterSensitiveLog: (obj: UpdateBackendAPIRequest) => any;
|
|
2513
|
-
/**
|
|
2514
|
-
* @internal
|
|
2515
|
-
*/
|
|
2516
|
-
export declare const UpdateBackendAPIResponseFilterSensitiveLog: (obj: UpdateBackendAPIResponse) => any;
|
|
2517
|
-
/**
|
|
2518
|
-
* @internal
|
|
2519
|
-
*/
|
|
2520
|
-
export declare const UpdateBackendAuthIdentityPoolConfigFilterSensitiveLog: (obj: UpdateBackendAuthIdentityPoolConfig) => any;
|
|
2521
|
-
/**
|
|
2522
|
-
* @internal
|
|
2523
|
-
*/
|
|
2524
|
-
export declare const UpdateBackendAuthForgotPasswordConfigFilterSensitiveLog: (obj: UpdateBackendAuthForgotPasswordConfig) => any;
|
|
2525
|
-
/**
|
|
2526
|
-
* @internal
|
|
2527
|
-
*/
|
|
2528
|
-
export declare const UpdateBackendAuthMFAConfigFilterSensitiveLog: (obj: UpdateBackendAuthMFAConfig) => any;
|
|
2529
|
-
/**
|
|
2530
|
-
* @internal
|
|
2531
|
-
*/
|
|
2532
|
-
export declare const UpdateBackendAuthOAuthConfigFilterSensitiveLog: (obj: UpdateBackendAuthOAuthConfig) => any;
|
|
2533
|
-
/**
|
|
2534
|
-
* @internal
|
|
2535
|
-
*/
|
|
2536
|
-
export declare const UpdateBackendAuthPasswordPolicyConfigFilterSensitiveLog: (obj: UpdateBackendAuthPasswordPolicyConfig) => any;
|
|
2537
|
-
/**
|
|
2538
|
-
* @internal
|
|
2539
|
-
*/
|
|
2540
|
-
export declare const UpdateBackendAuthVerificationMessageConfigFilterSensitiveLog: (obj: UpdateBackendAuthVerificationMessageConfig) => any;
|
|
2541
|
-
/**
|
|
2542
|
-
* @internal
|
|
2543
|
-
*/
|
|
2544
|
-
export declare const UpdateBackendAuthUserPoolConfigFilterSensitiveLog: (obj: UpdateBackendAuthUserPoolConfig) => any;
|
|
2545
|
-
/**
|
|
2546
|
-
* @internal
|
|
2547
|
-
*/
|
|
2548
|
-
export declare const UpdateBackendAuthResourceConfigFilterSensitiveLog: (obj: UpdateBackendAuthResourceConfig) => any;
|
|
2549
|
-
/**
|
|
2550
|
-
* @internal
|
|
2551
|
-
*/
|
|
2552
|
-
export declare const UpdateBackendAuthRequestFilterSensitiveLog: (obj: UpdateBackendAuthRequest) => any;
|
|
2553
|
-
/**
|
|
2554
|
-
* @internal
|
|
2555
|
-
*/
|
|
2556
|
-
export declare const UpdateBackendAuthResponseFilterSensitiveLog: (obj: UpdateBackendAuthResponse) => any;
|
|
2557
|
-
/**
|
|
2558
|
-
* @internal
|
|
2559
|
-
*/
|
|
2560
|
-
export declare const LoginAuthConfigReqObjFilterSensitiveLog: (obj: LoginAuthConfigReqObj) => any;
|
|
2561
|
-
/**
|
|
2562
|
-
* @internal
|
|
2563
|
-
*/
|
|
2564
|
-
export declare const UpdateBackendConfigRequestFilterSensitiveLog: (obj: UpdateBackendConfigRequest) => any;
|
|
2565
|
-
/**
|
|
2566
|
-
* @internal
|
|
2567
|
-
*/
|
|
2568
|
-
export declare const UpdateBackendConfigResponseFilterSensitiveLog: (obj: UpdateBackendConfigResponse) => any;
|
|
2569
|
-
/**
|
|
2570
|
-
* @internal
|
|
2571
|
-
*/
|
|
2572
|
-
export declare const UpdateBackendJobRequestFilterSensitiveLog: (obj: UpdateBackendJobRequest) => any;
|
|
2573
|
-
/**
|
|
2574
|
-
* @internal
|
|
2575
|
-
*/
|
|
2576
|
-
export declare const UpdateBackendJobResponseFilterSensitiveLog: (obj: UpdateBackendJobResponse) => any;
|
|
2577
|
-
/**
|
|
2578
|
-
* @internal
|
|
2579
|
-
*/
|
|
2580
|
-
export declare const UpdateBackendStorageResourceConfigFilterSensitiveLog: (obj: UpdateBackendStorageResourceConfig) => any;
|
|
2581
|
-
/**
|
|
2582
|
-
* @internal
|
|
2583
|
-
*/
|
|
2584
|
-
export declare const UpdateBackendStorageRequestFilterSensitiveLog: (obj: UpdateBackendStorageRequest) => any;
|
|
2585
|
-
/**
|
|
2586
|
-
* @internal
|
|
2587
|
-
*/
|
|
2588
|
-
export declare const UpdateBackendStorageResponseFilterSensitiveLog: (obj: UpdateBackendStorageResponse) => any;
|