@aws-sdk/client-amplifybackend 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/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/AmplifyBackend.d.ts +32 -0
- package/dist-types/AmplifyBackendClient.d.ts +24 -4
- package/dist-types/commands/CloneBackendCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendAPICommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +16 -0
- package/dist-types/commands/CreateTokenCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTokenCommand.d.ts +16 -0
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendAPICommand.d.ts +16 -0
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendJobCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendStorageCommand.d.ts +16 -0
- package/dist-types/commands/GetTokenCommand.d.ts +16 -0
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +16 -0
- package/dist-types/commands/ListBackendJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListS3BucketsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +16 -0
- package/dist-types/models/AmplifyBackendServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +222 -384
- package/dist-types/ts3.4/models/models_0.d.ts +0 -282
- package/package.json +4 -3
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { AmplifyBackendServiceException as __BaseException } from "./AmplifyBackendServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export declare enum AdditionalConstraintsElement {
|
|
4
7
|
REQUIRE_DIGIT = "REQUIRE_DIGIT",
|
|
5
8
|
REQUIRE_LOWERCASE = "REQUIRE_LOWERCASE",
|
|
@@ -7,6 +10,7 @@ export declare enum AdditionalConstraintsElement {
|
|
|
7
10
|
REQUIRE_UPPERCASE = "REQUIRE_UPPERCASE"
|
|
8
11
|
}
|
|
9
12
|
/**
|
|
13
|
+
* @public
|
|
10
14
|
* <p>An error returned if a request is not formed properly.</p>
|
|
11
15
|
*/
|
|
12
16
|
export declare class BadRequestException extends __BaseException {
|
|
@@ -22,6 +26,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
22
26
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
23
27
|
}
|
|
24
28
|
/**
|
|
29
|
+
* @public
|
|
25
30
|
* <p>The request body for CloneBackend.</p>
|
|
26
31
|
*/
|
|
27
32
|
export interface CloneBackendRequest {
|
|
@@ -38,6 +43,9 @@ export interface CloneBackendRequest {
|
|
|
38
43
|
*/
|
|
39
44
|
TargetEnvironmentName: string | undefined;
|
|
40
45
|
}
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
41
49
|
export interface CloneBackendResponse {
|
|
42
50
|
/**
|
|
43
51
|
* <p>The app ID.</p>
|
|
@@ -65,6 +73,7 @@ export interface CloneBackendResponse {
|
|
|
65
73
|
Status?: string;
|
|
66
74
|
}
|
|
67
75
|
/**
|
|
76
|
+
* @public
|
|
68
77
|
* <p>An error returned if there's a temporary issue with the service.</p>
|
|
69
78
|
*/
|
|
70
79
|
export declare class GatewayTimeoutException extends __BaseException {
|
|
@@ -80,6 +89,7 @@ export declare class GatewayTimeoutException extends __BaseException {
|
|
|
80
89
|
constructor(opts: __ExceptionOptionType<GatewayTimeoutException, __BaseException>);
|
|
81
90
|
}
|
|
82
91
|
/**
|
|
92
|
+
* @public
|
|
83
93
|
* <p>An error returned when a specific resource type is not found.</p>
|
|
84
94
|
*/
|
|
85
95
|
export declare class NotFoundException extends __BaseException {
|
|
@@ -99,6 +109,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
99
109
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
100
110
|
}
|
|
101
111
|
/**
|
|
112
|
+
* @public
|
|
102
113
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
103
114
|
*/
|
|
104
115
|
export declare class TooManyRequestsException extends __BaseException {
|
|
@@ -118,11 +129,13 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
118
129
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
119
130
|
}
|
|
120
131
|
/**
|
|
132
|
+
* @public
|
|
121
133
|
* <p>Defines the resource configuration for the data model in your Amplify project.</p>
|
|
122
134
|
*/
|
|
123
135
|
export interface ResourceConfig {
|
|
124
136
|
}
|
|
125
137
|
/**
|
|
138
|
+
* @public
|
|
126
139
|
* <p>The request body for CreateBackend.</p>
|
|
127
140
|
*/
|
|
128
141
|
export interface CreateBackendRequest {
|
|
@@ -147,6 +160,9 @@ export interface CreateBackendRequest {
|
|
|
147
160
|
*/
|
|
148
161
|
ResourceName?: string;
|
|
149
162
|
}
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
150
166
|
export interface CreateBackendResponse {
|
|
151
167
|
/**
|
|
152
168
|
* <p>The app ID.</p>
|
|
@@ -173,6 +189,9 @@ export interface CreateBackendResponse {
|
|
|
173
189
|
*/
|
|
174
190
|
Status?: string;
|
|
175
191
|
}
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
176
195
|
export declare enum Mode {
|
|
177
196
|
AMAZON_COGNITO_USER_POOLS = "AMAZON_COGNITO_USER_POOLS",
|
|
178
197
|
API_KEY = "API_KEY",
|
|
@@ -180,6 +199,7 @@ export declare enum Mode {
|
|
|
180
199
|
OPENID_CONNECT = "OPENID_CONNECT"
|
|
181
200
|
}
|
|
182
201
|
/**
|
|
202
|
+
* @public
|
|
183
203
|
* <p>The authentication settings for accessing provisioned data models in your Amplify project.</p>
|
|
184
204
|
*/
|
|
185
205
|
export interface BackendAPIAppSyncAuthSettings {
|
|
@@ -217,6 +237,7 @@ export interface BackendAPIAppSyncAuthSettings {
|
|
|
217
237
|
OpenIDProviderName?: string;
|
|
218
238
|
}
|
|
219
239
|
/**
|
|
240
|
+
* @public
|
|
220
241
|
* <p>Describes the auth types for your configured data models.</p>
|
|
221
242
|
*/
|
|
222
243
|
export interface BackendAPIAuthType {
|
|
@@ -229,6 +250,9 @@ export interface BackendAPIAuthType {
|
|
|
229
250
|
*/
|
|
230
251
|
Settings?: BackendAPIAppSyncAuthSettings;
|
|
231
252
|
}
|
|
253
|
+
/**
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
232
256
|
export declare enum ResolutionStrategy {
|
|
233
257
|
AUTOMERGE = "AUTOMERGE",
|
|
234
258
|
LAMBDA = "LAMBDA",
|
|
@@ -236,6 +260,7 @@ export declare enum ResolutionStrategy {
|
|
|
236
260
|
OPTIMISTIC_CONCURRENCY = "OPTIMISTIC_CONCURRENCY"
|
|
237
261
|
}
|
|
238
262
|
/**
|
|
263
|
+
* @public
|
|
239
264
|
* <p>Describes the conflict resolution configuration for your data model configured in your Amplify project.</p>
|
|
240
265
|
*/
|
|
241
266
|
export interface BackendAPIConflictResolution {
|
|
@@ -245,6 +270,7 @@ export interface BackendAPIConflictResolution {
|
|
|
245
270
|
ResolutionStrategy?: ResolutionStrategy | string;
|
|
246
271
|
}
|
|
247
272
|
/**
|
|
273
|
+
* @public
|
|
248
274
|
* <p>The resource config for the data model, configured as a part of the Amplify project.</p>
|
|
249
275
|
*/
|
|
250
276
|
export interface BackendAPIResourceConfig {
|
|
@@ -274,6 +300,7 @@ export interface BackendAPIResourceConfig {
|
|
|
274
300
|
TransformSchema?: string;
|
|
275
301
|
}
|
|
276
302
|
/**
|
|
303
|
+
* @public
|
|
277
304
|
* <p>The request body for CreateBackendAPI.</p>
|
|
278
305
|
*/
|
|
279
306
|
export interface CreateBackendAPIRequest {
|
|
@@ -294,6 +321,9 @@ export interface CreateBackendAPIRequest {
|
|
|
294
321
|
*/
|
|
295
322
|
ResourceName: string | undefined;
|
|
296
323
|
}
|
|
324
|
+
/**
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
297
327
|
export interface CreateBackendAPIResponse {
|
|
298
328
|
/**
|
|
299
329
|
* <p>The app ID.</p>
|
|
@@ -320,11 +350,15 @@ export interface CreateBackendAPIResponse {
|
|
|
320
350
|
*/
|
|
321
351
|
Status?: string;
|
|
322
352
|
}
|
|
353
|
+
/**
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
323
356
|
export declare enum AuthResources {
|
|
324
357
|
IDENTITY_POOL_AND_USER_POOL = "IDENTITY_POOL_AND_USER_POOL",
|
|
325
358
|
USER_POOL_ONLY = "USER_POOL_ONLY"
|
|
326
359
|
}
|
|
327
360
|
/**
|
|
361
|
+
* @public
|
|
328
362
|
* <p>Describes authorization configurations for the auth resources, configured as a part of your Amplify project.</p>
|
|
329
363
|
*/
|
|
330
364
|
export interface CreateBackendAuthIdentityPoolConfig {
|
|
@@ -337,14 +371,21 @@ export interface CreateBackendAuthIdentityPoolConfig {
|
|
|
337
371
|
*/
|
|
338
372
|
UnauthenticatedLogin: boolean | undefined;
|
|
339
373
|
}
|
|
374
|
+
/**
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
340
377
|
export declare enum Service {
|
|
341
378
|
COGNITO = "COGNITO"
|
|
342
379
|
}
|
|
380
|
+
/**
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
343
383
|
export declare enum DeliveryMethod {
|
|
344
384
|
EMAIL = "EMAIL",
|
|
345
385
|
SMS = "SMS"
|
|
346
386
|
}
|
|
347
387
|
/**
|
|
388
|
+
* @public
|
|
348
389
|
* <p>The configuration for the email sent when an app user forgets their password.</p>
|
|
349
390
|
*/
|
|
350
391
|
export interface EmailSettings {
|
|
@@ -358,6 +399,7 @@ export interface EmailSettings {
|
|
|
358
399
|
EmailSubject?: string;
|
|
359
400
|
}
|
|
360
401
|
/**
|
|
402
|
+
* @public
|
|
361
403
|
* <p>SMS settings for authentication.</p>
|
|
362
404
|
*/
|
|
363
405
|
export interface SmsSettings {
|
|
@@ -367,6 +409,7 @@ export interface SmsSettings {
|
|
|
367
409
|
SmsMessage?: string;
|
|
368
410
|
}
|
|
369
411
|
/**
|
|
412
|
+
* @public
|
|
370
413
|
* <p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>
|
|
371
414
|
*/
|
|
372
415
|
export interface CreateBackendAuthForgotPasswordConfig {
|
|
@@ -383,16 +426,23 @@ export interface CreateBackendAuthForgotPasswordConfig {
|
|
|
383
426
|
*/
|
|
384
427
|
SmsSettings?: SmsSettings;
|
|
385
428
|
}
|
|
429
|
+
/**
|
|
430
|
+
* @public
|
|
431
|
+
*/
|
|
386
432
|
export declare enum MFAMode {
|
|
387
433
|
OFF = "OFF",
|
|
388
434
|
ON = "ON",
|
|
389
435
|
OPTIONAL = "OPTIONAL"
|
|
390
436
|
}
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
391
440
|
export declare enum MfaTypesElement {
|
|
392
441
|
SMS = "SMS",
|
|
393
442
|
TOTP = "TOTP"
|
|
394
443
|
}
|
|
395
444
|
/**
|
|
445
|
+
* @public
|
|
396
446
|
* <p>The settings of your MFA configuration for the backend of your Amplify project.</p>
|
|
397
447
|
*/
|
|
398
448
|
export interface Settings {
|
|
@@ -406,6 +456,7 @@ export interface Settings {
|
|
|
406
456
|
SmsMessage?: string;
|
|
407
457
|
}
|
|
408
458
|
/**
|
|
459
|
+
* @public
|
|
409
460
|
* <p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>
|
|
410
461
|
*/
|
|
411
462
|
export interface CreateBackendAuthMFAConfig {
|
|
@@ -418,10 +469,16 @@ export interface CreateBackendAuthMFAConfig {
|
|
|
418
469
|
*/
|
|
419
470
|
Settings?: Settings;
|
|
420
471
|
}
|
|
472
|
+
/**
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
421
475
|
export declare enum OAuthGrantType {
|
|
422
476
|
CODE = "CODE",
|
|
423
477
|
IMPLICIT = "IMPLICIT"
|
|
424
478
|
}
|
|
479
|
+
/**
|
|
480
|
+
* @public
|
|
481
|
+
*/
|
|
425
482
|
export declare enum OAuthScopesElement {
|
|
426
483
|
AWS_COGNITO_SIGNIN_USER_ADMIN = "AWS_COGNITO_SIGNIN_USER_ADMIN",
|
|
427
484
|
EMAIL = "EMAIL",
|
|
@@ -430,6 +487,7 @@ export declare enum OAuthScopesElement {
|
|
|
430
487
|
PROFILE = "PROFILE"
|
|
431
488
|
}
|
|
432
489
|
/**
|
|
490
|
+
* @public
|
|
433
491
|
* <p>Describes third-party social federation configurations for allowing your app users to sign in using OAuth.</p>
|
|
434
492
|
*/
|
|
435
493
|
export interface BackendAuthSocialProviderConfig {
|
|
@@ -443,6 +501,7 @@ export interface BackendAuthSocialProviderConfig {
|
|
|
443
501
|
ClientSecret?: string;
|
|
444
502
|
}
|
|
445
503
|
/**
|
|
504
|
+
* @public
|
|
446
505
|
* <p>Describes Apple social federation configurations for allowing your app users to sign in using OAuth.</p>
|
|
447
506
|
*/
|
|
448
507
|
export interface BackendAuthAppleProviderConfig {
|
|
@@ -464,6 +523,7 @@ export interface BackendAuthAppleProviderConfig {
|
|
|
464
523
|
TeamId?: string;
|
|
465
524
|
}
|
|
466
525
|
/**
|
|
526
|
+
* @public
|
|
467
527
|
* <p>The settings for using the social identity providers for access to your Amplify app.</p>
|
|
468
528
|
*/
|
|
469
529
|
export interface SocialProviderSettings {
|
|
@@ -485,6 +545,7 @@ export interface SocialProviderSettings {
|
|
|
485
545
|
SignInWithApple?: BackendAuthAppleProviderConfig;
|
|
486
546
|
}
|
|
487
547
|
/**
|
|
548
|
+
* @public
|
|
488
549
|
* <p>Creates the OAuth configuration for your Amplify project.</p>
|
|
489
550
|
*/
|
|
490
551
|
export interface CreateBackendAuthOAuthConfig {
|
|
@@ -514,6 +575,7 @@ export interface CreateBackendAuthOAuthConfig {
|
|
|
514
575
|
SocialProviderSettings?: SocialProviderSettings;
|
|
515
576
|
}
|
|
516
577
|
/**
|
|
578
|
+
* @public
|
|
517
579
|
* <p>The password policy configuration for the backend to your Amplify project.</p>
|
|
518
580
|
*/
|
|
519
581
|
export interface CreateBackendAuthPasswordPolicyConfig {
|
|
@@ -526,6 +588,9 @@ export interface CreateBackendAuthPasswordPolicyConfig {
|
|
|
526
588
|
*/
|
|
527
589
|
MinimumLength: number | undefined;
|
|
528
590
|
}
|
|
591
|
+
/**
|
|
592
|
+
* @public
|
|
593
|
+
*/
|
|
529
594
|
export declare enum RequiredSignUpAttributesElement {
|
|
530
595
|
ADDRESS = "ADDRESS",
|
|
531
596
|
BIRTHDATE = "BIRTHDATE",
|
|
@@ -545,6 +610,9 @@ export declare enum RequiredSignUpAttributesElement {
|
|
|
545
610
|
WEBSITE = "WEBSITE",
|
|
546
611
|
ZONE_INFO = "ZONE_INFO"
|
|
547
612
|
}
|
|
613
|
+
/**
|
|
614
|
+
* @public
|
|
615
|
+
*/
|
|
548
616
|
export declare enum SignInMethod {
|
|
549
617
|
EMAIL = "EMAIL",
|
|
550
618
|
EMAIL_AND_PHONE_NUMBER = "EMAIL_AND_PHONE_NUMBER",
|
|
@@ -552,6 +620,7 @@ export declare enum SignInMethod {
|
|
|
552
620
|
USERNAME = "USERNAME"
|
|
553
621
|
}
|
|
554
622
|
/**
|
|
623
|
+
* @public
|
|
555
624
|
* <p>Creates an email or SMS verification message for the auth resource configured for your Amplify project.</p>
|
|
556
625
|
*/
|
|
557
626
|
export interface CreateBackendAuthVerificationMessageConfig {
|
|
@@ -569,6 +638,7 @@ export interface CreateBackendAuthVerificationMessageConfig {
|
|
|
569
638
|
SmsSettings?: SmsSettings;
|
|
570
639
|
}
|
|
571
640
|
/**
|
|
641
|
+
* @public
|
|
572
642
|
* <p>Describes the Amazon Cognito user pool configuration for the auth resource to be configured for your Amplify project.</p>
|
|
573
643
|
*/
|
|
574
644
|
export interface CreateBackendAuthUserPoolConfig {
|
|
@@ -606,6 +676,7 @@ export interface CreateBackendAuthUserPoolConfig {
|
|
|
606
676
|
VerificationMessage?: CreateBackendAuthVerificationMessageConfig;
|
|
607
677
|
}
|
|
608
678
|
/**
|
|
679
|
+
* @public
|
|
609
680
|
* <p>Defines the resource configuration when creating an auth resource in your Amplify project.</p>
|
|
610
681
|
*/
|
|
611
682
|
export interface CreateBackendAuthResourceConfig {
|
|
@@ -627,6 +698,7 @@ export interface CreateBackendAuthResourceConfig {
|
|
|
627
698
|
UserPoolConfigs: CreateBackendAuthUserPoolConfig | undefined;
|
|
628
699
|
}
|
|
629
700
|
/**
|
|
701
|
+
* @public
|
|
630
702
|
* <p>The request body for CreateBackendAuth.</p>
|
|
631
703
|
*/
|
|
632
704
|
export interface CreateBackendAuthRequest {
|
|
@@ -647,6 +719,9 @@ export interface CreateBackendAuthRequest {
|
|
|
647
719
|
*/
|
|
648
720
|
ResourceName: string | undefined;
|
|
649
721
|
}
|
|
722
|
+
/**
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
650
725
|
export interface CreateBackendAuthResponse {
|
|
651
726
|
/**
|
|
652
727
|
* <p>The app ID.</p>
|
|
@@ -674,6 +749,7 @@ export interface CreateBackendAuthResponse {
|
|
|
674
749
|
Status?: string;
|
|
675
750
|
}
|
|
676
751
|
/**
|
|
752
|
+
* @public
|
|
677
753
|
* <p>The request body for CreateBackendConfig.</p>
|
|
678
754
|
*/
|
|
679
755
|
export interface CreateBackendConfigRequest {
|
|
@@ -686,6 +762,9 @@ export interface CreateBackendConfigRequest {
|
|
|
686
762
|
*/
|
|
687
763
|
BackendManagerAppId?: string;
|
|
688
764
|
}
|
|
765
|
+
/**
|
|
766
|
+
* @public
|
|
767
|
+
*/
|
|
689
768
|
export interface CreateBackendConfigResponse {
|
|
690
769
|
/**
|
|
691
770
|
* <p>The app ID.</p>
|
|
@@ -704,17 +783,24 @@ export interface CreateBackendConfigResponse {
|
|
|
704
783
|
*/
|
|
705
784
|
Status?: string;
|
|
706
785
|
}
|
|
786
|
+
/**
|
|
787
|
+
* @public
|
|
788
|
+
*/
|
|
707
789
|
export declare enum AuthenticatedElement {
|
|
708
790
|
CREATE_AND_UPDATE = "CREATE_AND_UPDATE",
|
|
709
791
|
DELETE = "DELETE",
|
|
710
792
|
READ = "READ"
|
|
711
793
|
}
|
|
794
|
+
/**
|
|
795
|
+
* @public
|
|
796
|
+
*/
|
|
712
797
|
export declare enum UnAuthenticatedElement {
|
|
713
798
|
CREATE_AND_UPDATE = "CREATE_AND_UPDATE",
|
|
714
799
|
DELETE = "DELETE",
|
|
715
800
|
READ = "READ"
|
|
716
801
|
}
|
|
717
802
|
/**
|
|
803
|
+
* @public
|
|
718
804
|
* <p>Describes the read, write, and delete permissions users have against your storage S3 bucket.</p>
|
|
719
805
|
*/
|
|
720
806
|
export interface BackendStoragePermissions {
|
|
@@ -727,10 +813,14 @@ export interface BackendStoragePermissions {
|
|
|
727
813
|
*/
|
|
728
814
|
UnAuthenticated?: (UnAuthenticatedElement | string)[];
|
|
729
815
|
}
|
|
816
|
+
/**
|
|
817
|
+
* @public
|
|
818
|
+
*/
|
|
730
819
|
export declare enum ServiceName {
|
|
731
820
|
S3 = "S3"
|
|
732
821
|
}
|
|
733
822
|
/**
|
|
823
|
+
* @public
|
|
734
824
|
* <p>The resource configuration for creating backend storage.</p>
|
|
735
825
|
*/
|
|
736
826
|
export interface CreateBackendStorageResourceConfig {
|
|
@@ -748,6 +838,7 @@ export interface CreateBackendStorageResourceConfig {
|
|
|
748
838
|
ServiceName: ServiceName | string | undefined;
|
|
749
839
|
}
|
|
750
840
|
/**
|
|
841
|
+
* @public
|
|
751
842
|
* <p>The request body for CreateBackendStorage.</p>
|
|
752
843
|
*/
|
|
753
844
|
export interface CreateBackendStorageRequest {
|
|
@@ -768,6 +859,9 @@ export interface CreateBackendStorageRequest {
|
|
|
768
859
|
*/
|
|
769
860
|
ResourceName: string | undefined;
|
|
770
861
|
}
|
|
862
|
+
/**
|
|
863
|
+
* @public
|
|
864
|
+
*/
|
|
771
865
|
export interface CreateBackendStorageResponse {
|
|
772
866
|
/**
|
|
773
867
|
* <p>The app ID.</p>
|
|
@@ -786,12 +880,18 @@ export interface CreateBackendStorageResponse {
|
|
|
786
880
|
*/
|
|
787
881
|
Status?: string;
|
|
788
882
|
}
|
|
883
|
+
/**
|
|
884
|
+
* @public
|
|
885
|
+
*/
|
|
789
886
|
export interface CreateTokenRequest {
|
|
790
887
|
/**
|
|
791
888
|
* <p>The app ID.</p>
|
|
792
889
|
*/
|
|
793
890
|
AppId: string | undefined;
|
|
794
891
|
}
|
|
892
|
+
/**
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
795
895
|
export interface CreateTokenResponse {
|
|
796
896
|
/**
|
|
797
897
|
* <p>The app ID.</p>
|
|
@@ -810,6 +910,9 @@ export interface CreateTokenResponse {
|
|
|
810
910
|
*/
|
|
811
911
|
Ttl?: string;
|
|
812
912
|
}
|
|
913
|
+
/**
|
|
914
|
+
* @public
|
|
915
|
+
*/
|
|
813
916
|
export interface DeleteBackendRequest {
|
|
814
917
|
/**
|
|
815
918
|
* <p>The app ID.</p>
|
|
@@ -820,6 +923,9 @@ export interface DeleteBackendRequest {
|
|
|
820
923
|
*/
|
|
821
924
|
BackendEnvironmentName: string | undefined;
|
|
822
925
|
}
|
|
926
|
+
/**
|
|
927
|
+
* @public
|
|
928
|
+
*/
|
|
823
929
|
export interface DeleteBackendResponse {
|
|
824
930
|
/**
|
|
825
931
|
* <p>The app ID.</p>
|
|
@@ -847,6 +953,7 @@ export interface DeleteBackendResponse {
|
|
|
847
953
|
Status?: string;
|
|
848
954
|
}
|
|
849
955
|
/**
|
|
956
|
+
* @public
|
|
850
957
|
* <p>The request body for DeleteBackendAPI.</p>
|
|
851
958
|
*/
|
|
852
959
|
export interface DeleteBackendAPIRequest {
|
|
@@ -867,6 +974,9 @@ export interface DeleteBackendAPIRequest {
|
|
|
867
974
|
*/
|
|
868
975
|
ResourceName: string | undefined;
|
|
869
976
|
}
|
|
977
|
+
/**
|
|
978
|
+
* @public
|
|
979
|
+
*/
|
|
870
980
|
export interface DeleteBackendAPIResponse {
|
|
871
981
|
/**
|
|
872
982
|
* <p>The app ID.</p>
|
|
@@ -894,6 +1004,7 @@ export interface DeleteBackendAPIResponse {
|
|
|
894
1004
|
Status?: string;
|
|
895
1005
|
}
|
|
896
1006
|
/**
|
|
1007
|
+
* @public
|
|
897
1008
|
* <p>The request body for DeleteBackendAuth.</p>
|
|
898
1009
|
*/
|
|
899
1010
|
export interface DeleteBackendAuthRequest {
|
|
@@ -910,6 +1021,9 @@ export interface DeleteBackendAuthRequest {
|
|
|
910
1021
|
*/
|
|
911
1022
|
ResourceName: string | undefined;
|
|
912
1023
|
}
|
|
1024
|
+
/**
|
|
1025
|
+
* @public
|
|
1026
|
+
*/
|
|
913
1027
|
export interface DeleteBackendAuthResponse {
|
|
914
1028
|
/**
|
|
915
1029
|
* <p>The app ID.</p>
|
|
@@ -937,6 +1051,7 @@ export interface DeleteBackendAuthResponse {
|
|
|
937
1051
|
Status?: string;
|
|
938
1052
|
}
|
|
939
1053
|
/**
|
|
1054
|
+
* @public
|
|
940
1055
|
* <p>The request body for DeleteBackendStorage.</p>
|
|
941
1056
|
*/
|
|
942
1057
|
export interface DeleteBackendStorageRequest {
|
|
@@ -957,6 +1072,9 @@ export interface DeleteBackendStorageRequest {
|
|
|
957
1072
|
*/
|
|
958
1073
|
ServiceName: ServiceName | string | undefined;
|
|
959
1074
|
}
|
|
1075
|
+
/**
|
|
1076
|
+
* @public
|
|
1077
|
+
*/
|
|
960
1078
|
export interface DeleteBackendStorageResponse {
|
|
961
1079
|
/**
|
|
962
1080
|
* <p>The app ID.</p>
|
|
@@ -975,6 +1093,9 @@ export interface DeleteBackendStorageResponse {
|
|
|
975
1093
|
*/
|
|
976
1094
|
Status?: string;
|
|
977
1095
|
}
|
|
1096
|
+
/**
|
|
1097
|
+
* @public
|
|
1098
|
+
*/
|
|
978
1099
|
export interface DeleteTokenRequest {
|
|
979
1100
|
/**
|
|
980
1101
|
* <p>The app ID.</p>
|
|
@@ -985,6 +1106,9 @@ export interface DeleteTokenRequest {
|
|
|
985
1106
|
*/
|
|
986
1107
|
SessionId: string | undefined;
|
|
987
1108
|
}
|
|
1109
|
+
/**
|
|
1110
|
+
* @public
|
|
1111
|
+
*/
|
|
988
1112
|
export interface DeleteTokenResponse {
|
|
989
1113
|
/**
|
|
990
1114
|
* <p>Indicates whether the request succeeded or failed.</p>
|
|
@@ -992,6 +1116,7 @@ export interface DeleteTokenResponse {
|
|
|
992
1116
|
IsSuccess?: boolean;
|
|
993
1117
|
}
|
|
994
1118
|
/**
|
|
1119
|
+
* @public
|
|
995
1120
|
* <p>The request body for GenerateBackendAPIModels.</p>
|
|
996
1121
|
*/
|
|
997
1122
|
export interface GenerateBackendAPIModelsRequest {
|
|
@@ -1008,6 +1133,9 @@ export interface GenerateBackendAPIModelsRequest {
|
|
|
1008
1133
|
*/
|
|
1009
1134
|
ResourceName: string | undefined;
|
|
1010
1135
|
}
|
|
1136
|
+
/**
|
|
1137
|
+
* @public
|
|
1138
|
+
*/
|
|
1011
1139
|
export interface GenerateBackendAPIModelsResponse {
|
|
1012
1140
|
/**
|
|
1013
1141
|
* <p>The app ID.</p>
|
|
@@ -1035,6 +1163,7 @@ export interface GenerateBackendAPIModelsResponse {
|
|
|
1035
1163
|
Status?: string;
|
|
1036
1164
|
}
|
|
1037
1165
|
/**
|
|
1166
|
+
* @public
|
|
1038
1167
|
* <p>The request body for GetBackend.</p>
|
|
1039
1168
|
*/
|
|
1040
1169
|
export interface GetBackendRequest {
|
|
@@ -1047,6 +1176,9 @@ export interface GetBackendRequest {
|
|
|
1047
1176
|
*/
|
|
1048
1177
|
BackendEnvironmentName?: string;
|
|
1049
1178
|
}
|
|
1179
|
+
/**
|
|
1180
|
+
* @public
|
|
1181
|
+
*/
|
|
1050
1182
|
export interface GetBackendResponse {
|
|
1051
1183
|
/**
|
|
1052
1184
|
* <p>A stringified version of the cli.json file for your Amplify project.</p>
|
|
@@ -1078,6 +1210,7 @@ export interface GetBackendResponse {
|
|
|
1078
1210
|
Error?: string;
|
|
1079
1211
|
}
|
|
1080
1212
|
/**
|
|
1213
|
+
* @public
|
|
1081
1214
|
* <p>The request body for GetBackendAPI.</p>
|
|
1082
1215
|
*/
|
|
1083
1216
|
export interface GetBackendAPIRequest {
|
|
@@ -1098,6 +1231,9 @@ export interface GetBackendAPIRequest {
|
|
|
1098
1231
|
*/
|
|
1099
1232
|
ResourceName: string | undefined;
|
|
1100
1233
|
}
|
|
1234
|
+
/**
|
|
1235
|
+
* @public
|
|
1236
|
+
*/
|
|
1101
1237
|
export interface GetBackendAPIResponse {
|
|
1102
1238
|
/**
|
|
1103
1239
|
* <p>The app ID.</p>
|
|
@@ -1121,6 +1257,7 @@ export interface GetBackendAPIResponse {
|
|
|
1121
1257
|
ResourceName?: string;
|
|
1122
1258
|
}
|
|
1123
1259
|
/**
|
|
1260
|
+
* @public
|
|
1124
1261
|
* <p>The request body for GetBackendAPIModels.</p>
|
|
1125
1262
|
*/
|
|
1126
1263
|
export interface GetBackendAPIModelsRequest {
|
|
@@ -1137,10 +1274,16 @@ export interface GetBackendAPIModelsRequest {
|
|
|
1137
1274
|
*/
|
|
1138
1275
|
ResourceName: string | undefined;
|
|
1139
1276
|
}
|
|
1277
|
+
/**
|
|
1278
|
+
* @public
|
|
1279
|
+
*/
|
|
1140
1280
|
export declare enum Status {
|
|
1141
1281
|
LATEST = "LATEST",
|
|
1142
1282
|
STALE = "STALE"
|
|
1143
1283
|
}
|
|
1284
|
+
/**
|
|
1285
|
+
* @public
|
|
1286
|
+
*/
|
|
1144
1287
|
export interface GetBackendAPIModelsResponse {
|
|
1145
1288
|
/**
|
|
1146
1289
|
* <p>Stringified JSON of the datastore model.</p>
|
|
@@ -1156,6 +1299,7 @@ export interface GetBackendAPIModelsResponse {
|
|
|
1156
1299
|
ModelIntrospectionSchema?: string;
|
|
1157
1300
|
}
|
|
1158
1301
|
/**
|
|
1302
|
+
* @public
|
|
1159
1303
|
* <p>The request body for GetBackendAuth.</p>
|
|
1160
1304
|
*/
|
|
1161
1305
|
export interface GetBackendAuthRequest {
|
|
@@ -1172,6 +1316,9 @@ export interface GetBackendAuthRequest {
|
|
|
1172
1316
|
*/
|
|
1173
1317
|
ResourceName: string | undefined;
|
|
1174
1318
|
}
|
|
1319
|
+
/**
|
|
1320
|
+
* @public
|
|
1321
|
+
*/
|
|
1175
1322
|
export interface GetBackendAuthResponse {
|
|
1176
1323
|
/**
|
|
1177
1324
|
* <p>The app ID.</p>
|
|
@@ -1194,6 +1341,9 @@ export interface GetBackendAuthResponse {
|
|
|
1194
1341
|
*/
|
|
1195
1342
|
ResourceName?: string;
|
|
1196
1343
|
}
|
|
1344
|
+
/**
|
|
1345
|
+
* @public
|
|
1346
|
+
*/
|
|
1197
1347
|
export interface GetBackendJobRequest {
|
|
1198
1348
|
/**
|
|
1199
1349
|
* <p>The app ID.</p>
|
|
@@ -1208,6 +1358,9 @@ export interface GetBackendJobRequest {
|
|
|
1208
1358
|
*/
|
|
1209
1359
|
JobId: string | undefined;
|
|
1210
1360
|
}
|
|
1361
|
+
/**
|
|
1362
|
+
* @public
|
|
1363
|
+
*/
|
|
1211
1364
|
export interface GetBackendJobResponse {
|
|
1212
1365
|
/**
|
|
1213
1366
|
* <p>The app ID.</p>
|
|
@@ -1243,6 +1396,7 @@ export interface GetBackendJobResponse {
|
|
|
1243
1396
|
UpdateTime?: string;
|
|
1244
1397
|
}
|
|
1245
1398
|
/**
|
|
1399
|
+
* @public
|
|
1246
1400
|
* <p>The request body for GetBackendStorage.</p>
|
|
1247
1401
|
*/
|
|
1248
1402
|
export interface GetBackendStorageRequest {
|
|
@@ -1260,6 +1414,7 @@ export interface GetBackendStorageRequest {
|
|
|
1260
1414
|
ResourceName: string | undefined;
|
|
1261
1415
|
}
|
|
1262
1416
|
/**
|
|
1417
|
+
* @public
|
|
1263
1418
|
* <p>The details for a backend storage resource.</p>
|
|
1264
1419
|
*/
|
|
1265
1420
|
export interface GetBackendStorageResourceConfig {
|
|
@@ -1280,6 +1435,9 @@ export interface GetBackendStorageResourceConfig {
|
|
|
1280
1435
|
*/
|
|
1281
1436
|
ServiceName: ServiceName | string | undefined;
|
|
1282
1437
|
}
|
|
1438
|
+
/**
|
|
1439
|
+
* @public
|
|
1440
|
+
*/
|
|
1283
1441
|
export interface GetBackendStorageResponse {
|
|
1284
1442
|
/**
|
|
1285
1443
|
* <p>The app ID.</p>
|
|
@@ -1298,6 +1456,9 @@ export interface GetBackendStorageResponse {
|
|
|
1298
1456
|
*/
|
|
1299
1457
|
ResourceName?: string;
|
|
1300
1458
|
}
|
|
1459
|
+
/**
|
|
1460
|
+
* @public
|
|
1461
|
+
*/
|
|
1301
1462
|
export interface GetTokenRequest {
|
|
1302
1463
|
/**
|
|
1303
1464
|
* <p>The app ID.</p>
|
|
@@ -1308,6 +1469,9 @@ export interface GetTokenRequest {
|
|
|
1308
1469
|
*/
|
|
1309
1470
|
SessionId: string | undefined;
|
|
1310
1471
|
}
|
|
1472
|
+
/**
|
|
1473
|
+
* @public
|
|
1474
|
+
*/
|
|
1311
1475
|
export interface GetTokenResponse {
|
|
1312
1476
|
/**
|
|
1313
1477
|
* <p>The app ID.</p>
|
|
@@ -1327,6 +1491,7 @@ export interface GetTokenResponse {
|
|
|
1327
1491
|
Ttl?: string;
|
|
1328
1492
|
}
|
|
1329
1493
|
/**
|
|
1494
|
+
* @public
|
|
1330
1495
|
* <p>The request body for ImportBackendAuth.</p>
|
|
1331
1496
|
*/
|
|
1332
1497
|
export interface ImportBackendAuthRequest {
|
|
@@ -1355,6 +1520,9 @@ export interface ImportBackendAuthRequest {
|
|
|
1355
1520
|
*/
|
|
1356
1521
|
WebClientId: string | undefined;
|
|
1357
1522
|
}
|
|
1523
|
+
/**
|
|
1524
|
+
* @public
|
|
1525
|
+
*/
|
|
1358
1526
|
export interface ImportBackendAuthResponse {
|
|
1359
1527
|
/**
|
|
1360
1528
|
* <p>The app ID.</p>
|
|
@@ -1382,6 +1550,7 @@ export interface ImportBackendAuthResponse {
|
|
|
1382
1550
|
Status?: string;
|
|
1383
1551
|
}
|
|
1384
1552
|
/**
|
|
1553
|
+
* @public
|
|
1385
1554
|
* <p>The request body for ImportBackendStorage.</p>
|
|
1386
1555
|
*/
|
|
1387
1556
|
export interface ImportBackendStorageRequest {
|
|
@@ -1402,6 +1571,9 @@ export interface ImportBackendStorageRequest {
|
|
|
1402
1571
|
*/
|
|
1403
1572
|
ServiceName: ServiceName | string | undefined;
|
|
1404
1573
|
}
|
|
1574
|
+
/**
|
|
1575
|
+
* @public
|
|
1576
|
+
*/
|
|
1405
1577
|
export interface ImportBackendStorageResponse {
|
|
1406
1578
|
/**
|
|
1407
1579
|
* <p>The app ID.</p>
|
|
@@ -1421,6 +1593,7 @@ export interface ImportBackendStorageResponse {
|
|
|
1421
1593
|
Status?: string;
|
|
1422
1594
|
}
|
|
1423
1595
|
/**
|
|
1596
|
+
* @public
|
|
1424
1597
|
* <p>The request body for ListBackendJobs.</p>
|
|
1425
1598
|
*/
|
|
1426
1599
|
export interface ListBackendJobsRequest {
|
|
@@ -1454,6 +1627,7 @@ export interface ListBackendJobsRequest {
|
|
|
1454
1627
|
Status?: string;
|
|
1455
1628
|
}
|
|
1456
1629
|
/**
|
|
1630
|
+
* @public
|
|
1457
1631
|
* <p>The response object for this operation.</p>
|
|
1458
1632
|
*/
|
|
1459
1633
|
export interface BackendJobRespObj {
|
|
@@ -1490,6 +1664,9 @@ export interface BackendJobRespObj {
|
|
|
1490
1664
|
*/
|
|
1491
1665
|
UpdateTime?: string;
|
|
1492
1666
|
}
|
|
1667
|
+
/**
|
|
1668
|
+
* @public
|
|
1669
|
+
*/
|
|
1493
1670
|
export interface ListBackendJobsResponse {
|
|
1494
1671
|
/**
|
|
1495
1672
|
* <p>An array of jobs and their properties.</p>
|
|
@@ -1501,6 +1678,7 @@ export interface ListBackendJobsResponse {
|
|
|
1501
1678
|
NextToken?: string;
|
|
1502
1679
|
}
|
|
1503
1680
|
/**
|
|
1681
|
+
* @public
|
|
1504
1682
|
* <p>The request body for S3Buckets.</p>
|
|
1505
1683
|
*/
|
|
1506
1684
|
export interface ListS3BucketsRequest {
|
|
@@ -1510,6 +1688,7 @@ export interface ListS3BucketsRequest {
|
|
|
1510
1688
|
NextToken?: string;
|
|
1511
1689
|
}
|
|
1512
1690
|
/**
|
|
1691
|
+
* @public
|
|
1513
1692
|
* <p>Describes the metadata of the S3 bucket.</p>
|
|
1514
1693
|
*/
|
|
1515
1694
|
export interface S3BucketInfo {
|
|
@@ -1522,6 +1701,9 @@ export interface S3BucketInfo {
|
|
|
1522
1701
|
*/
|
|
1523
1702
|
Name?: string;
|
|
1524
1703
|
}
|
|
1704
|
+
/**
|
|
1705
|
+
* @public
|
|
1706
|
+
*/
|
|
1525
1707
|
export interface ListS3BucketsResponse {
|
|
1526
1708
|
/**
|
|
1527
1709
|
* <p>The list of S3 buckets.</p>
|
|
@@ -1533,6 +1715,7 @@ export interface ListS3BucketsResponse {
|
|
|
1533
1715
|
NextToken?: string;
|
|
1534
1716
|
}
|
|
1535
1717
|
/**
|
|
1718
|
+
* @public
|
|
1536
1719
|
* <p>The request body for RemoveAllBackends.</p>
|
|
1537
1720
|
*/
|
|
1538
1721
|
export interface RemoveAllBackendsRequest {
|
|
@@ -1545,6 +1728,9 @@ export interface RemoveAllBackendsRequest {
|
|
|
1545
1728
|
*/
|
|
1546
1729
|
CleanAmplifyApp?: boolean;
|
|
1547
1730
|
}
|
|
1731
|
+
/**
|
|
1732
|
+
* @public
|
|
1733
|
+
*/
|
|
1548
1734
|
export interface RemoveAllBackendsResponse {
|
|
1549
1735
|
/**
|
|
1550
1736
|
* <p>The app ID.</p>
|
|
@@ -1567,12 +1753,18 @@ export interface RemoveAllBackendsResponse {
|
|
|
1567
1753
|
*/
|
|
1568
1754
|
Status?: string;
|
|
1569
1755
|
}
|
|
1756
|
+
/**
|
|
1757
|
+
* @public
|
|
1758
|
+
*/
|
|
1570
1759
|
export interface RemoveBackendConfigRequest {
|
|
1571
1760
|
/**
|
|
1572
1761
|
* <p>The app ID.</p>
|
|
1573
1762
|
*/
|
|
1574
1763
|
AppId: string | undefined;
|
|
1575
1764
|
}
|
|
1765
|
+
/**
|
|
1766
|
+
* @public
|
|
1767
|
+
*/
|
|
1576
1768
|
export interface RemoveBackendConfigResponse {
|
|
1577
1769
|
/**
|
|
1578
1770
|
* <p>If the request fails, this error is returned.</p>
|
|
@@ -1580,6 +1772,7 @@ export interface RemoveBackendConfigResponse {
|
|
|
1580
1772
|
Error?: string;
|
|
1581
1773
|
}
|
|
1582
1774
|
/**
|
|
1775
|
+
* @public
|
|
1583
1776
|
* <p>The request body for UpdateBackendAPI.</p>
|
|
1584
1777
|
*/
|
|
1585
1778
|
export interface UpdateBackendAPIRequest {
|
|
@@ -1600,6 +1793,9 @@ export interface UpdateBackendAPIRequest {
|
|
|
1600
1793
|
*/
|
|
1601
1794
|
ResourceName: string | undefined;
|
|
1602
1795
|
}
|
|
1796
|
+
/**
|
|
1797
|
+
* @public
|
|
1798
|
+
*/
|
|
1603
1799
|
export interface UpdateBackendAPIResponse {
|
|
1604
1800
|
/**
|
|
1605
1801
|
* <p>The app ID.</p>
|
|
@@ -1627,6 +1823,7 @@ export interface UpdateBackendAPIResponse {
|
|
|
1627
1823
|
Status?: string;
|
|
1628
1824
|
}
|
|
1629
1825
|
/**
|
|
1826
|
+
* @public
|
|
1630
1827
|
* <p>Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.</p>
|
|
1631
1828
|
*/
|
|
1632
1829
|
export interface UpdateBackendAuthIdentityPoolConfig {
|
|
@@ -1636,6 +1833,7 @@ export interface UpdateBackendAuthIdentityPoolConfig {
|
|
|
1636
1833
|
UnauthenticatedLogin?: boolean;
|
|
1637
1834
|
}
|
|
1638
1835
|
/**
|
|
1836
|
+
* @public
|
|
1639
1837
|
* <p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>
|
|
1640
1838
|
*/
|
|
1641
1839
|
export interface UpdateBackendAuthForgotPasswordConfig {
|
|
@@ -1653,6 +1851,7 @@ export interface UpdateBackendAuthForgotPasswordConfig {
|
|
|
1653
1851
|
SmsSettings?: SmsSettings;
|
|
1654
1852
|
}
|
|
1655
1853
|
/**
|
|
1854
|
+
* @public
|
|
1656
1855
|
* <p>Updates the multi-factor authentication (MFA) configuration for the backend of your Amplify project.</p>
|
|
1657
1856
|
*/
|
|
1658
1857
|
export interface UpdateBackendAuthMFAConfig {
|
|
@@ -1666,6 +1865,7 @@ export interface UpdateBackendAuthMFAConfig {
|
|
|
1666
1865
|
Settings?: Settings;
|
|
1667
1866
|
}
|
|
1668
1867
|
/**
|
|
1868
|
+
* @public
|
|
1669
1869
|
* <p>The OAuth configurations for authenticating users into your Amplify app.</p>
|
|
1670
1870
|
*/
|
|
1671
1871
|
export interface UpdateBackendAuthOAuthConfig {
|
|
@@ -1695,6 +1895,7 @@ export interface UpdateBackendAuthOAuthConfig {
|
|
|
1695
1895
|
SocialProviderSettings?: SocialProviderSettings;
|
|
1696
1896
|
}
|
|
1697
1897
|
/**
|
|
1898
|
+
* @public
|
|
1698
1899
|
* <p>Describes the password policy for your Amazon Cognito user pool configured as a part of your Amplify project.</p>
|
|
1699
1900
|
*/
|
|
1700
1901
|
export interface UpdateBackendAuthPasswordPolicyConfig {
|
|
@@ -1708,6 +1909,7 @@ export interface UpdateBackendAuthPasswordPolicyConfig {
|
|
|
1708
1909
|
MinimumLength?: number;
|
|
1709
1910
|
}
|
|
1710
1911
|
/**
|
|
1912
|
+
* @public
|
|
1711
1913
|
* <p>Updates the configuration of the email or SMS message for the auth resource configured for your Amplify project.</p>
|
|
1712
1914
|
*/
|
|
1713
1915
|
export interface UpdateBackendAuthVerificationMessageConfig {
|
|
@@ -1725,6 +1927,7 @@ export interface UpdateBackendAuthVerificationMessageConfig {
|
|
|
1725
1927
|
SmsSettings?: SmsSettings;
|
|
1726
1928
|
}
|
|
1727
1929
|
/**
|
|
1930
|
+
* @public
|
|
1728
1931
|
* <p>Describes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.</p>
|
|
1729
1932
|
*/
|
|
1730
1933
|
export interface UpdateBackendAuthUserPoolConfig {
|
|
@@ -1750,6 +1953,7 @@ export interface UpdateBackendAuthUserPoolConfig {
|
|
|
1750
1953
|
VerificationMessage?: UpdateBackendAuthVerificationMessageConfig;
|
|
1751
1954
|
}
|
|
1752
1955
|
/**
|
|
1956
|
+
* @public
|
|
1753
1957
|
* <p>Defines the resource configuration when updating an authentication resource in your Amplify project.</p>
|
|
1754
1958
|
*/
|
|
1755
1959
|
export interface UpdateBackendAuthResourceConfig {
|
|
@@ -1771,6 +1975,7 @@ export interface UpdateBackendAuthResourceConfig {
|
|
|
1771
1975
|
UserPoolConfigs: UpdateBackendAuthUserPoolConfig | undefined;
|
|
1772
1976
|
}
|
|
1773
1977
|
/**
|
|
1978
|
+
* @public
|
|
1774
1979
|
* <p>The request body for UpdateBackendAuth.</p>
|
|
1775
1980
|
*/
|
|
1776
1981
|
export interface UpdateBackendAuthRequest {
|
|
@@ -1791,6 +1996,9 @@ export interface UpdateBackendAuthRequest {
|
|
|
1791
1996
|
*/
|
|
1792
1997
|
ResourceName: string | undefined;
|
|
1793
1998
|
}
|
|
1999
|
+
/**
|
|
2000
|
+
* @public
|
|
2001
|
+
*/
|
|
1794
2002
|
export interface UpdateBackendAuthResponse {
|
|
1795
2003
|
/**
|
|
1796
2004
|
* <p>The app ID.</p>
|
|
@@ -1818,6 +2026,7 @@ export interface UpdateBackendAuthResponse {
|
|
|
1818
2026
|
Status?: string;
|
|
1819
2027
|
}
|
|
1820
2028
|
/**
|
|
2029
|
+
* @public
|
|
1821
2030
|
* <p>The request object for this operation.</p>
|
|
1822
2031
|
*/
|
|
1823
2032
|
export interface LoginAuthConfigReqObj {
|
|
@@ -1839,6 +2048,7 @@ export interface LoginAuthConfigReqObj {
|
|
|
1839
2048
|
AwsUserPoolsWebClientId?: string;
|
|
1840
2049
|
}
|
|
1841
2050
|
/**
|
|
2051
|
+
* @public
|
|
1842
2052
|
* <p>The request body for UpdateBackendConfig.</p>
|
|
1843
2053
|
*/
|
|
1844
2054
|
export interface UpdateBackendConfigRequest {
|
|
@@ -1851,6 +2061,9 @@ export interface UpdateBackendConfigRequest {
|
|
|
1851
2061
|
*/
|
|
1852
2062
|
LoginAuthConfig?: LoginAuthConfigReqObj;
|
|
1853
2063
|
}
|
|
2064
|
+
/**
|
|
2065
|
+
* @public
|
|
2066
|
+
*/
|
|
1854
2067
|
export interface UpdateBackendConfigResponse {
|
|
1855
2068
|
/**
|
|
1856
2069
|
* <p>The app ID.</p>
|
|
@@ -1870,6 +2083,7 @@ export interface UpdateBackendConfigResponse {
|
|
|
1870
2083
|
LoginAuthConfig?: LoginAuthConfigReqObj;
|
|
1871
2084
|
}
|
|
1872
2085
|
/**
|
|
2086
|
+
* @public
|
|
1873
2087
|
* <p>The request body for GetBackendJob.</p>
|
|
1874
2088
|
*/
|
|
1875
2089
|
export interface UpdateBackendJobRequest {
|
|
@@ -1894,6 +2108,9 @@ export interface UpdateBackendJobRequest {
|
|
|
1894
2108
|
*/
|
|
1895
2109
|
Status?: string;
|
|
1896
2110
|
}
|
|
2111
|
+
/**
|
|
2112
|
+
* @public
|
|
2113
|
+
*/
|
|
1897
2114
|
export interface UpdateBackendJobResponse {
|
|
1898
2115
|
/**
|
|
1899
2116
|
* <p>The app ID.</p>
|
|
@@ -1929,6 +2146,7 @@ export interface UpdateBackendJobResponse {
|
|
|
1929
2146
|
UpdateTime?: string;
|
|
1930
2147
|
}
|
|
1931
2148
|
/**
|
|
2149
|
+
* @public
|
|
1932
2150
|
* <p>The resource configuration for updating backend storage.</p>
|
|
1933
2151
|
*/
|
|
1934
2152
|
export interface UpdateBackendStorageResourceConfig {
|
|
@@ -1942,6 +2160,7 @@ export interface UpdateBackendStorageResourceConfig {
|
|
|
1942
2160
|
ServiceName: ServiceName | string | undefined;
|
|
1943
2161
|
}
|
|
1944
2162
|
/**
|
|
2163
|
+
* @public
|
|
1945
2164
|
* <p>The request body for UpdateBackendStorage.</p>
|
|
1946
2165
|
*/
|
|
1947
2166
|
export interface UpdateBackendStorageRequest {
|
|
@@ -1962,6 +2181,9 @@ export interface UpdateBackendStorageRequest {
|
|
|
1962
2181
|
*/
|
|
1963
2182
|
ResourceName: string | undefined;
|
|
1964
2183
|
}
|
|
2184
|
+
/**
|
|
2185
|
+
* @public
|
|
2186
|
+
*/
|
|
1965
2187
|
export interface UpdateBackendStorageResponse {
|
|
1966
2188
|
/**
|
|
1967
2189
|
* <p>The app ID.</p>
|
|
@@ -1980,387 +2202,3 @@ export interface UpdateBackendStorageResponse {
|
|
|
1980
2202
|
*/
|
|
1981
2203
|
Status?: string;
|
|
1982
2204
|
}
|
|
1983
|
-
/**
|
|
1984
|
-
* @internal
|
|
1985
|
-
*/
|
|
1986
|
-
export declare const CloneBackendRequestFilterSensitiveLog: (obj: CloneBackendRequest) => any;
|
|
1987
|
-
/**
|
|
1988
|
-
* @internal
|
|
1989
|
-
*/
|
|
1990
|
-
export declare const CloneBackendResponseFilterSensitiveLog: (obj: CloneBackendResponse) => any;
|
|
1991
|
-
/**
|
|
1992
|
-
* @internal
|
|
1993
|
-
*/
|
|
1994
|
-
export declare const ResourceConfigFilterSensitiveLog: (obj: ResourceConfig) => any;
|
|
1995
|
-
/**
|
|
1996
|
-
* @internal
|
|
1997
|
-
*/
|
|
1998
|
-
export declare const CreateBackendRequestFilterSensitiveLog: (obj: CreateBackendRequest) => any;
|
|
1999
|
-
/**
|
|
2000
|
-
* @internal
|
|
2001
|
-
*/
|
|
2002
|
-
export declare const CreateBackendResponseFilterSensitiveLog: (obj: CreateBackendResponse) => any;
|
|
2003
|
-
/**
|
|
2004
|
-
* @internal
|
|
2005
|
-
*/
|
|
2006
|
-
export declare const BackendAPIAppSyncAuthSettingsFilterSensitiveLog: (obj: BackendAPIAppSyncAuthSettings) => any;
|
|
2007
|
-
/**
|
|
2008
|
-
* @internal
|
|
2009
|
-
*/
|
|
2010
|
-
export declare const BackendAPIAuthTypeFilterSensitiveLog: (obj: BackendAPIAuthType) => any;
|
|
2011
|
-
/**
|
|
2012
|
-
* @internal
|
|
2013
|
-
*/
|
|
2014
|
-
export declare const BackendAPIConflictResolutionFilterSensitiveLog: (obj: BackendAPIConflictResolution) => any;
|
|
2015
|
-
/**
|
|
2016
|
-
* @internal
|
|
2017
|
-
*/
|
|
2018
|
-
export declare const BackendAPIResourceConfigFilterSensitiveLog: (obj: BackendAPIResourceConfig) => any;
|
|
2019
|
-
/**
|
|
2020
|
-
* @internal
|
|
2021
|
-
*/
|
|
2022
|
-
export declare const CreateBackendAPIRequestFilterSensitiveLog: (obj: CreateBackendAPIRequest) => any;
|
|
2023
|
-
/**
|
|
2024
|
-
* @internal
|
|
2025
|
-
*/
|
|
2026
|
-
export declare const CreateBackendAPIResponseFilterSensitiveLog: (obj: CreateBackendAPIResponse) => any;
|
|
2027
|
-
/**
|
|
2028
|
-
* @internal
|
|
2029
|
-
*/
|
|
2030
|
-
export declare const CreateBackendAuthIdentityPoolConfigFilterSensitiveLog: (obj: CreateBackendAuthIdentityPoolConfig) => any;
|
|
2031
|
-
/**
|
|
2032
|
-
* @internal
|
|
2033
|
-
*/
|
|
2034
|
-
export declare const EmailSettingsFilterSensitiveLog: (obj: EmailSettings) => any;
|
|
2035
|
-
/**
|
|
2036
|
-
* @internal
|
|
2037
|
-
*/
|
|
2038
|
-
export declare const SmsSettingsFilterSensitiveLog: (obj: SmsSettings) => any;
|
|
2039
|
-
/**
|
|
2040
|
-
* @internal
|
|
2041
|
-
*/
|
|
2042
|
-
export declare const CreateBackendAuthForgotPasswordConfigFilterSensitiveLog: (obj: CreateBackendAuthForgotPasswordConfig) => any;
|
|
2043
|
-
/**
|
|
2044
|
-
* @internal
|
|
2045
|
-
*/
|
|
2046
|
-
export declare const SettingsFilterSensitiveLog: (obj: Settings) => any;
|
|
2047
|
-
/**
|
|
2048
|
-
* @internal
|
|
2049
|
-
*/
|
|
2050
|
-
export declare const CreateBackendAuthMFAConfigFilterSensitiveLog: (obj: CreateBackendAuthMFAConfig) => any;
|
|
2051
|
-
/**
|
|
2052
|
-
* @internal
|
|
2053
|
-
*/
|
|
2054
|
-
export declare const BackendAuthSocialProviderConfigFilterSensitiveLog: (obj: BackendAuthSocialProviderConfig) => any;
|
|
2055
|
-
/**
|
|
2056
|
-
* @internal
|
|
2057
|
-
*/
|
|
2058
|
-
export declare const BackendAuthAppleProviderConfigFilterSensitiveLog: (obj: BackendAuthAppleProviderConfig) => any;
|
|
2059
|
-
/**
|
|
2060
|
-
* @internal
|
|
2061
|
-
*/
|
|
2062
|
-
export declare const SocialProviderSettingsFilterSensitiveLog: (obj: SocialProviderSettings) => any;
|
|
2063
|
-
/**
|
|
2064
|
-
* @internal
|
|
2065
|
-
*/
|
|
2066
|
-
export declare const CreateBackendAuthOAuthConfigFilterSensitiveLog: (obj: CreateBackendAuthOAuthConfig) => any;
|
|
2067
|
-
/**
|
|
2068
|
-
* @internal
|
|
2069
|
-
*/
|
|
2070
|
-
export declare const CreateBackendAuthPasswordPolicyConfigFilterSensitiveLog: (obj: CreateBackendAuthPasswordPolicyConfig) => any;
|
|
2071
|
-
/**
|
|
2072
|
-
* @internal
|
|
2073
|
-
*/
|
|
2074
|
-
export declare const CreateBackendAuthVerificationMessageConfigFilterSensitiveLog: (obj: CreateBackendAuthVerificationMessageConfig) => any;
|
|
2075
|
-
/**
|
|
2076
|
-
* @internal
|
|
2077
|
-
*/
|
|
2078
|
-
export declare const CreateBackendAuthUserPoolConfigFilterSensitiveLog: (obj: CreateBackendAuthUserPoolConfig) => any;
|
|
2079
|
-
/**
|
|
2080
|
-
* @internal
|
|
2081
|
-
*/
|
|
2082
|
-
export declare const CreateBackendAuthResourceConfigFilterSensitiveLog: (obj: CreateBackendAuthResourceConfig) => any;
|
|
2083
|
-
/**
|
|
2084
|
-
* @internal
|
|
2085
|
-
*/
|
|
2086
|
-
export declare const CreateBackendAuthRequestFilterSensitiveLog: (obj: CreateBackendAuthRequest) => any;
|
|
2087
|
-
/**
|
|
2088
|
-
* @internal
|
|
2089
|
-
*/
|
|
2090
|
-
export declare const CreateBackendAuthResponseFilterSensitiveLog: (obj: CreateBackendAuthResponse) => any;
|
|
2091
|
-
/**
|
|
2092
|
-
* @internal
|
|
2093
|
-
*/
|
|
2094
|
-
export declare const CreateBackendConfigRequestFilterSensitiveLog: (obj: CreateBackendConfigRequest) => any;
|
|
2095
|
-
/**
|
|
2096
|
-
* @internal
|
|
2097
|
-
*/
|
|
2098
|
-
export declare const CreateBackendConfigResponseFilterSensitiveLog: (obj: CreateBackendConfigResponse) => any;
|
|
2099
|
-
/**
|
|
2100
|
-
* @internal
|
|
2101
|
-
*/
|
|
2102
|
-
export declare const BackendStoragePermissionsFilterSensitiveLog: (obj: BackendStoragePermissions) => any;
|
|
2103
|
-
/**
|
|
2104
|
-
* @internal
|
|
2105
|
-
*/
|
|
2106
|
-
export declare const CreateBackendStorageResourceConfigFilterSensitiveLog: (obj: CreateBackendStorageResourceConfig) => any;
|
|
2107
|
-
/**
|
|
2108
|
-
* @internal
|
|
2109
|
-
*/
|
|
2110
|
-
export declare const CreateBackendStorageRequestFilterSensitiveLog: (obj: CreateBackendStorageRequest) => any;
|
|
2111
|
-
/**
|
|
2112
|
-
* @internal
|
|
2113
|
-
*/
|
|
2114
|
-
export declare const CreateBackendStorageResponseFilterSensitiveLog: (obj: CreateBackendStorageResponse) => any;
|
|
2115
|
-
/**
|
|
2116
|
-
* @internal
|
|
2117
|
-
*/
|
|
2118
|
-
export declare const CreateTokenRequestFilterSensitiveLog: (obj: CreateTokenRequest) => any;
|
|
2119
|
-
/**
|
|
2120
|
-
* @internal
|
|
2121
|
-
*/
|
|
2122
|
-
export declare const CreateTokenResponseFilterSensitiveLog: (obj: CreateTokenResponse) => any;
|
|
2123
|
-
/**
|
|
2124
|
-
* @internal
|
|
2125
|
-
*/
|
|
2126
|
-
export declare const DeleteBackendRequestFilterSensitiveLog: (obj: DeleteBackendRequest) => any;
|
|
2127
|
-
/**
|
|
2128
|
-
* @internal
|
|
2129
|
-
*/
|
|
2130
|
-
export declare const DeleteBackendResponseFilterSensitiveLog: (obj: DeleteBackendResponse) => any;
|
|
2131
|
-
/**
|
|
2132
|
-
* @internal
|
|
2133
|
-
*/
|
|
2134
|
-
export declare const DeleteBackendAPIRequestFilterSensitiveLog: (obj: DeleteBackendAPIRequest) => any;
|
|
2135
|
-
/**
|
|
2136
|
-
* @internal
|
|
2137
|
-
*/
|
|
2138
|
-
export declare const DeleteBackendAPIResponseFilterSensitiveLog: (obj: DeleteBackendAPIResponse) => any;
|
|
2139
|
-
/**
|
|
2140
|
-
* @internal
|
|
2141
|
-
*/
|
|
2142
|
-
export declare const DeleteBackendAuthRequestFilterSensitiveLog: (obj: DeleteBackendAuthRequest) => any;
|
|
2143
|
-
/**
|
|
2144
|
-
* @internal
|
|
2145
|
-
*/
|
|
2146
|
-
export declare const DeleteBackendAuthResponseFilterSensitiveLog: (obj: DeleteBackendAuthResponse) => any;
|
|
2147
|
-
/**
|
|
2148
|
-
* @internal
|
|
2149
|
-
*/
|
|
2150
|
-
export declare const DeleteBackendStorageRequestFilterSensitiveLog: (obj: DeleteBackendStorageRequest) => any;
|
|
2151
|
-
/**
|
|
2152
|
-
* @internal
|
|
2153
|
-
*/
|
|
2154
|
-
export declare const DeleteBackendStorageResponseFilterSensitiveLog: (obj: DeleteBackendStorageResponse) => any;
|
|
2155
|
-
/**
|
|
2156
|
-
* @internal
|
|
2157
|
-
*/
|
|
2158
|
-
export declare const DeleteTokenRequestFilterSensitiveLog: (obj: DeleteTokenRequest) => any;
|
|
2159
|
-
/**
|
|
2160
|
-
* @internal
|
|
2161
|
-
*/
|
|
2162
|
-
export declare const DeleteTokenResponseFilterSensitiveLog: (obj: DeleteTokenResponse) => any;
|
|
2163
|
-
/**
|
|
2164
|
-
* @internal
|
|
2165
|
-
*/
|
|
2166
|
-
export declare const GenerateBackendAPIModelsRequestFilterSensitiveLog: (obj: GenerateBackendAPIModelsRequest) => any;
|
|
2167
|
-
/**
|
|
2168
|
-
* @internal
|
|
2169
|
-
*/
|
|
2170
|
-
export declare const GenerateBackendAPIModelsResponseFilterSensitiveLog: (obj: GenerateBackendAPIModelsResponse) => any;
|
|
2171
|
-
/**
|
|
2172
|
-
* @internal
|
|
2173
|
-
*/
|
|
2174
|
-
export declare const GetBackendRequestFilterSensitiveLog: (obj: GetBackendRequest) => any;
|
|
2175
|
-
/**
|
|
2176
|
-
* @internal
|
|
2177
|
-
*/
|
|
2178
|
-
export declare const GetBackendResponseFilterSensitiveLog: (obj: GetBackendResponse) => any;
|
|
2179
|
-
/**
|
|
2180
|
-
* @internal
|
|
2181
|
-
*/
|
|
2182
|
-
export declare const GetBackendAPIRequestFilterSensitiveLog: (obj: GetBackendAPIRequest) => any;
|
|
2183
|
-
/**
|
|
2184
|
-
* @internal
|
|
2185
|
-
*/
|
|
2186
|
-
export declare const GetBackendAPIResponseFilterSensitiveLog: (obj: GetBackendAPIResponse) => any;
|
|
2187
|
-
/**
|
|
2188
|
-
* @internal
|
|
2189
|
-
*/
|
|
2190
|
-
export declare const GetBackendAPIModelsRequestFilterSensitiveLog: (obj: GetBackendAPIModelsRequest) => any;
|
|
2191
|
-
/**
|
|
2192
|
-
* @internal
|
|
2193
|
-
*/
|
|
2194
|
-
export declare const GetBackendAPIModelsResponseFilterSensitiveLog: (obj: GetBackendAPIModelsResponse) => any;
|
|
2195
|
-
/**
|
|
2196
|
-
* @internal
|
|
2197
|
-
*/
|
|
2198
|
-
export declare const GetBackendAuthRequestFilterSensitiveLog: (obj: GetBackendAuthRequest) => any;
|
|
2199
|
-
/**
|
|
2200
|
-
* @internal
|
|
2201
|
-
*/
|
|
2202
|
-
export declare const GetBackendAuthResponseFilterSensitiveLog: (obj: GetBackendAuthResponse) => any;
|
|
2203
|
-
/**
|
|
2204
|
-
* @internal
|
|
2205
|
-
*/
|
|
2206
|
-
export declare const GetBackendJobRequestFilterSensitiveLog: (obj: GetBackendJobRequest) => any;
|
|
2207
|
-
/**
|
|
2208
|
-
* @internal
|
|
2209
|
-
*/
|
|
2210
|
-
export declare const GetBackendJobResponseFilterSensitiveLog: (obj: GetBackendJobResponse) => any;
|
|
2211
|
-
/**
|
|
2212
|
-
* @internal
|
|
2213
|
-
*/
|
|
2214
|
-
export declare const GetBackendStorageRequestFilterSensitiveLog: (obj: GetBackendStorageRequest) => any;
|
|
2215
|
-
/**
|
|
2216
|
-
* @internal
|
|
2217
|
-
*/
|
|
2218
|
-
export declare const GetBackendStorageResourceConfigFilterSensitiveLog: (obj: GetBackendStorageResourceConfig) => any;
|
|
2219
|
-
/**
|
|
2220
|
-
* @internal
|
|
2221
|
-
*/
|
|
2222
|
-
export declare const GetBackendStorageResponseFilterSensitiveLog: (obj: GetBackendStorageResponse) => any;
|
|
2223
|
-
/**
|
|
2224
|
-
* @internal
|
|
2225
|
-
*/
|
|
2226
|
-
export declare const GetTokenRequestFilterSensitiveLog: (obj: GetTokenRequest) => any;
|
|
2227
|
-
/**
|
|
2228
|
-
* @internal
|
|
2229
|
-
*/
|
|
2230
|
-
export declare const GetTokenResponseFilterSensitiveLog: (obj: GetTokenResponse) => any;
|
|
2231
|
-
/**
|
|
2232
|
-
* @internal
|
|
2233
|
-
*/
|
|
2234
|
-
export declare const ImportBackendAuthRequestFilterSensitiveLog: (obj: ImportBackendAuthRequest) => any;
|
|
2235
|
-
/**
|
|
2236
|
-
* @internal
|
|
2237
|
-
*/
|
|
2238
|
-
export declare const ImportBackendAuthResponseFilterSensitiveLog: (obj: ImportBackendAuthResponse) => any;
|
|
2239
|
-
/**
|
|
2240
|
-
* @internal
|
|
2241
|
-
*/
|
|
2242
|
-
export declare const ImportBackendStorageRequestFilterSensitiveLog: (obj: ImportBackendStorageRequest) => any;
|
|
2243
|
-
/**
|
|
2244
|
-
* @internal
|
|
2245
|
-
*/
|
|
2246
|
-
export declare const ImportBackendStorageResponseFilterSensitiveLog: (obj: ImportBackendStorageResponse) => any;
|
|
2247
|
-
/**
|
|
2248
|
-
* @internal
|
|
2249
|
-
*/
|
|
2250
|
-
export declare const ListBackendJobsRequestFilterSensitiveLog: (obj: ListBackendJobsRequest) => any;
|
|
2251
|
-
/**
|
|
2252
|
-
* @internal
|
|
2253
|
-
*/
|
|
2254
|
-
export declare const BackendJobRespObjFilterSensitiveLog: (obj: BackendJobRespObj) => any;
|
|
2255
|
-
/**
|
|
2256
|
-
* @internal
|
|
2257
|
-
*/
|
|
2258
|
-
export declare const ListBackendJobsResponseFilterSensitiveLog: (obj: ListBackendJobsResponse) => any;
|
|
2259
|
-
/**
|
|
2260
|
-
* @internal
|
|
2261
|
-
*/
|
|
2262
|
-
export declare const ListS3BucketsRequestFilterSensitiveLog: (obj: ListS3BucketsRequest) => any;
|
|
2263
|
-
/**
|
|
2264
|
-
* @internal
|
|
2265
|
-
*/
|
|
2266
|
-
export declare const S3BucketInfoFilterSensitiveLog: (obj: S3BucketInfo) => any;
|
|
2267
|
-
/**
|
|
2268
|
-
* @internal
|
|
2269
|
-
*/
|
|
2270
|
-
export declare const ListS3BucketsResponseFilterSensitiveLog: (obj: ListS3BucketsResponse) => any;
|
|
2271
|
-
/**
|
|
2272
|
-
* @internal
|
|
2273
|
-
*/
|
|
2274
|
-
export declare const RemoveAllBackendsRequestFilterSensitiveLog: (obj: RemoveAllBackendsRequest) => any;
|
|
2275
|
-
/**
|
|
2276
|
-
* @internal
|
|
2277
|
-
*/
|
|
2278
|
-
export declare const RemoveAllBackendsResponseFilterSensitiveLog: (obj: RemoveAllBackendsResponse) => any;
|
|
2279
|
-
/**
|
|
2280
|
-
* @internal
|
|
2281
|
-
*/
|
|
2282
|
-
export declare const RemoveBackendConfigRequestFilterSensitiveLog: (obj: RemoveBackendConfigRequest) => any;
|
|
2283
|
-
/**
|
|
2284
|
-
* @internal
|
|
2285
|
-
*/
|
|
2286
|
-
export declare const RemoveBackendConfigResponseFilterSensitiveLog: (obj: RemoveBackendConfigResponse) => any;
|
|
2287
|
-
/**
|
|
2288
|
-
* @internal
|
|
2289
|
-
*/
|
|
2290
|
-
export declare const UpdateBackendAPIRequestFilterSensitiveLog: (obj: UpdateBackendAPIRequest) => any;
|
|
2291
|
-
/**
|
|
2292
|
-
* @internal
|
|
2293
|
-
*/
|
|
2294
|
-
export declare const UpdateBackendAPIResponseFilterSensitiveLog: (obj: UpdateBackendAPIResponse) => any;
|
|
2295
|
-
/**
|
|
2296
|
-
* @internal
|
|
2297
|
-
*/
|
|
2298
|
-
export declare const UpdateBackendAuthIdentityPoolConfigFilterSensitiveLog: (obj: UpdateBackendAuthIdentityPoolConfig) => any;
|
|
2299
|
-
/**
|
|
2300
|
-
* @internal
|
|
2301
|
-
*/
|
|
2302
|
-
export declare const UpdateBackendAuthForgotPasswordConfigFilterSensitiveLog: (obj: UpdateBackendAuthForgotPasswordConfig) => any;
|
|
2303
|
-
/**
|
|
2304
|
-
* @internal
|
|
2305
|
-
*/
|
|
2306
|
-
export declare const UpdateBackendAuthMFAConfigFilterSensitiveLog: (obj: UpdateBackendAuthMFAConfig) => any;
|
|
2307
|
-
/**
|
|
2308
|
-
* @internal
|
|
2309
|
-
*/
|
|
2310
|
-
export declare const UpdateBackendAuthOAuthConfigFilterSensitiveLog: (obj: UpdateBackendAuthOAuthConfig) => any;
|
|
2311
|
-
/**
|
|
2312
|
-
* @internal
|
|
2313
|
-
*/
|
|
2314
|
-
export declare const UpdateBackendAuthPasswordPolicyConfigFilterSensitiveLog: (obj: UpdateBackendAuthPasswordPolicyConfig) => any;
|
|
2315
|
-
/**
|
|
2316
|
-
* @internal
|
|
2317
|
-
*/
|
|
2318
|
-
export declare const UpdateBackendAuthVerificationMessageConfigFilterSensitiveLog: (obj: UpdateBackendAuthVerificationMessageConfig) => any;
|
|
2319
|
-
/**
|
|
2320
|
-
* @internal
|
|
2321
|
-
*/
|
|
2322
|
-
export declare const UpdateBackendAuthUserPoolConfigFilterSensitiveLog: (obj: UpdateBackendAuthUserPoolConfig) => any;
|
|
2323
|
-
/**
|
|
2324
|
-
* @internal
|
|
2325
|
-
*/
|
|
2326
|
-
export declare const UpdateBackendAuthResourceConfigFilterSensitiveLog: (obj: UpdateBackendAuthResourceConfig) => any;
|
|
2327
|
-
/**
|
|
2328
|
-
* @internal
|
|
2329
|
-
*/
|
|
2330
|
-
export declare const UpdateBackendAuthRequestFilterSensitiveLog: (obj: UpdateBackendAuthRequest) => any;
|
|
2331
|
-
/**
|
|
2332
|
-
* @internal
|
|
2333
|
-
*/
|
|
2334
|
-
export declare const UpdateBackendAuthResponseFilterSensitiveLog: (obj: UpdateBackendAuthResponse) => any;
|
|
2335
|
-
/**
|
|
2336
|
-
* @internal
|
|
2337
|
-
*/
|
|
2338
|
-
export declare const LoginAuthConfigReqObjFilterSensitiveLog: (obj: LoginAuthConfigReqObj) => any;
|
|
2339
|
-
/**
|
|
2340
|
-
* @internal
|
|
2341
|
-
*/
|
|
2342
|
-
export declare const UpdateBackendConfigRequestFilterSensitiveLog: (obj: UpdateBackendConfigRequest) => any;
|
|
2343
|
-
/**
|
|
2344
|
-
* @internal
|
|
2345
|
-
*/
|
|
2346
|
-
export declare const UpdateBackendConfigResponseFilterSensitiveLog: (obj: UpdateBackendConfigResponse) => any;
|
|
2347
|
-
/**
|
|
2348
|
-
* @internal
|
|
2349
|
-
*/
|
|
2350
|
-
export declare const UpdateBackendJobRequestFilterSensitiveLog: (obj: UpdateBackendJobRequest) => any;
|
|
2351
|
-
/**
|
|
2352
|
-
* @internal
|
|
2353
|
-
*/
|
|
2354
|
-
export declare const UpdateBackendJobResponseFilterSensitiveLog: (obj: UpdateBackendJobResponse) => any;
|
|
2355
|
-
/**
|
|
2356
|
-
* @internal
|
|
2357
|
-
*/
|
|
2358
|
-
export declare const UpdateBackendStorageResourceConfigFilterSensitiveLog: (obj: UpdateBackendStorageResourceConfig) => any;
|
|
2359
|
-
/**
|
|
2360
|
-
* @internal
|
|
2361
|
-
*/
|
|
2362
|
-
export declare const UpdateBackendStorageRequestFilterSensitiveLog: (obj: UpdateBackendStorageRequest) => any;
|
|
2363
|
-
/**
|
|
2364
|
-
* @internal
|
|
2365
|
-
*/
|
|
2366
|
-
export declare const UpdateBackendStorageResponseFilterSensitiveLog: (obj: UpdateBackendStorageResponse) => any;
|