@aws-sdk/client-amplifybackend 3.47.1 → 3.50.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.
Files changed (45) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/AmplifyBackend.d.ts +0 -160
  4. package/dist-types/ts3.4/AmplifyBackendClient.d.ts +0 -104
  5. package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/index.d.ts +0 -31
  37. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  38. package/dist-types/ts3.4/index.d.ts +0 -4
  39. package/dist-types/ts3.4/models/index.d.ts +0 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +0 -1453
  41. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -95
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,1453 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- export declare enum AdditionalConstraintsElement {
3
- REQUIRE_DIGIT = "REQUIRE_DIGIT",
4
- REQUIRE_LOWERCASE = "REQUIRE_LOWERCASE",
5
- REQUIRE_SYMBOL = "REQUIRE_SYMBOL",
6
- REQUIRE_UPPERCASE = "REQUIRE_UPPERCASE"
7
- }
8
-
9
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
10
- name: "BadRequestException";
11
- $fault: "client";
12
-
13
- Message?: string;
14
- }
15
-
16
- export interface CloneBackendRequest {
17
-
18
- AppId: string | undefined;
19
-
20
- BackendEnvironmentName: string | undefined;
21
-
22
- TargetEnvironmentName: string | undefined;
23
- }
24
- export declare namespace CloneBackendRequest {
25
-
26
- const filterSensitiveLog: (obj: CloneBackendRequest) => any;
27
- }
28
- export interface CloneBackendResponse {
29
-
30
- AppId?: string;
31
-
32
- BackendEnvironmentName?: string;
33
-
34
- Error?: string;
35
-
36
- JobId?: string;
37
-
38
- Operation?: string;
39
-
40
- Status?: string;
41
- }
42
- export declare namespace CloneBackendResponse {
43
-
44
- const filterSensitiveLog: (obj: CloneBackendResponse) => any;
45
- }
46
-
47
- export interface GatewayTimeoutException extends __SmithyException, $MetadataBearer {
48
- name: "GatewayTimeoutException";
49
- $fault: "server";
50
-
51
- Message?: string;
52
- }
53
-
54
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
55
- name: "NotFoundException";
56
- $fault: "client";
57
-
58
- Message?: string;
59
-
60
- ResourceType?: string;
61
- }
62
-
63
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
64
- name: "TooManyRequestsException";
65
- $fault: "client";
66
-
67
- LimitType?: string;
68
-
69
- Message?: string;
70
- }
71
-
72
- export interface ResourceConfig {
73
- }
74
- export declare namespace ResourceConfig {
75
-
76
- const filterSensitiveLog: (obj: ResourceConfig) => any;
77
- }
78
-
79
- export interface CreateBackendRequest {
80
-
81
- AppId: string | undefined;
82
-
83
- AppName: string | undefined;
84
-
85
- BackendEnvironmentName: string | undefined;
86
-
87
- ResourceConfig?: ResourceConfig;
88
-
89
- ResourceName?: string;
90
- }
91
- export declare namespace CreateBackendRequest {
92
-
93
- const filterSensitiveLog: (obj: CreateBackendRequest) => any;
94
- }
95
- export interface CreateBackendResponse {
96
-
97
- AppId?: string;
98
-
99
- BackendEnvironmentName?: string;
100
-
101
- Error?: string;
102
-
103
- JobId?: string;
104
-
105
- Operation?: string;
106
-
107
- Status?: string;
108
- }
109
- export declare namespace CreateBackendResponse {
110
-
111
- const filterSensitiveLog: (obj: CreateBackendResponse) => any;
112
- }
113
- export declare enum Mode {
114
- AMAZON_COGNITO_USER_POOLS = "AMAZON_COGNITO_USER_POOLS",
115
- API_KEY = "API_KEY",
116
- AWS_IAM = "AWS_IAM",
117
- OPENID_CONNECT = "OPENID_CONNECT"
118
- }
119
-
120
- export interface BackendAPIAppSyncAuthSettings {
121
-
122
- CognitoUserPoolId?: string;
123
-
124
- Description?: string;
125
-
126
- ExpirationTime?: number;
127
-
128
- OpenIDAuthTTL?: string;
129
-
130
- OpenIDClientId?: string;
131
-
132
- OpenIDIatTTL?: string;
133
-
134
- OpenIDIssueURL?: string;
135
-
136
- OpenIDProviderName?: string;
137
- }
138
- export declare namespace BackendAPIAppSyncAuthSettings {
139
-
140
- const filterSensitiveLog: (obj: BackendAPIAppSyncAuthSettings) => any;
141
- }
142
-
143
- export interface BackendAPIAuthType {
144
-
145
- Mode?: Mode | string;
146
-
147
- Settings?: BackendAPIAppSyncAuthSettings;
148
- }
149
- export declare namespace BackendAPIAuthType {
150
-
151
- const filterSensitiveLog: (obj: BackendAPIAuthType) => any;
152
- }
153
- export declare enum ResolutionStrategy {
154
- AUTOMERGE = "AUTOMERGE",
155
- LAMBDA = "LAMBDA",
156
- NONE = "NONE",
157
- OPTIMISTIC_CONCURRENCY = "OPTIMISTIC_CONCURRENCY"
158
- }
159
-
160
- export interface BackendAPIConflictResolution {
161
-
162
- ResolutionStrategy?: ResolutionStrategy | string;
163
- }
164
- export declare namespace BackendAPIConflictResolution {
165
-
166
- const filterSensitiveLog: (obj: BackendAPIConflictResolution) => any;
167
- }
168
-
169
- export interface BackendAPIResourceConfig {
170
-
171
- AdditionalAuthTypes?: BackendAPIAuthType[];
172
-
173
- ApiName?: string;
174
-
175
- ConflictResolution?: BackendAPIConflictResolution;
176
-
177
- DefaultAuthType?: BackendAPIAuthType;
178
-
179
- Service?: string;
180
-
181
- TransformSchema?: string;
182
- }
183
- export declare namespace BackendAPIResourceConfig {
184
-
185
- const filterSensitiveLog: (obj: BackendAPIResourceConfig) => any;
186
- }
187
-
188
- export interface CreateBackendAPIRequest {
189
-
190
- AppId: string | undefined;
191
-
192
- BackendEnvironmentName: string | undefined;
193
-
194
- ResourceConfig: BackendAPIResourceConfig | undefined;
195
-
196
- ResourceName: string | undefined;
197
- }
198
- export declare namespace CreateBackendAPIRequest {
199
-
200
- const filterSensitiveLog: (obj: CreateBackendAPIRequest) => any;
201
- }
202
- export interface CreateBackendAPIResponse {
203
-
204
- AppId?: string;
205
-
206
- BackendEnvironmentName?: string;
207
-
208
- Error?: string;
209
-
210
- JobId?: string;
211
-
212
- Operation?: string;
213
-
214
- Status?: string;
215
- }
216
- export declare namespace CreateBackendAPIResponse {
217
-
218
- const filterSensitiveLog: (obj: CreateBackendAPIResponse) => any;
219
- }
220
- export declare enum AuthResources {
221
- IDENTITY_POOL_AND_USER_POOL = "IDENTITY_POOL_AND_USER_POOL",
222
- USER_POOL_ONLY = "USER_POOL_ONLY"
223
- }
224
-
225
- export interface CreateBackendAuthIdentityPoolConfig {
226
-
227
- IdentityPoolName: string | undefined;
228
-
229
- UnauthenticatedLogin: boolean | undefined;
230
- }
231
- export declare namespace CreateBackendAuthIdentityPoolConfig {
232
-
233
- const filterSensitiveLog: (obj: CreateBackendAuthIdentityPoolConfig) => any;
234
- }
235
- export declare enum Service {
236
- COGNITO = "COGNITO"
237
- }
238
- export declare enum DeliveryMethod {
239
- EMAIL = "EMAIL",
240
- SMS = "SMS"
241
- }
242
-
243
- export interface EmailSettings {
244
-
245
- EmailMessage?: string;
246
-
247
- EmailSubject?: string;
248
- }
249
- export declare namespace EmailSettings {
250
-
251
- const filterSensitiveLog: (obj: EmailSettings) => any;
252
- }
253
-
254
- export interface SmsSettings {
255
-
256
- SmsMessage?: string;
257
- }
258
- export declare namespace SmsSettings {
259
-
260
- const filterSensitiveLog: (obj: SmsSettings) => any;
261
- }
262
-
263
- export interface CreateBackendAuthForgotPasswordConfig {
264
-
265
- DeliveryMethod: DeliveryMethod | string | undefined;
266
-
267
- EmailSettings?: EmailSettings;
268
-
269
- SmsSettings?: SmsSettings;
270
- }
271
- export declare namespace CreateBackendAuthForgotPasswordConfig {
272
-
273
- const filterSensitiveLog: (obj: CreateBackendAuthForgotPasswordConfig) => any;
274
- }
275
- export declare enum MFAMode {
276
- OFF = "OFF",
277
- ON = "ON",
278
- OPTIONAL = "OPTIONAL"
279
- }
280
- export declare enum MfaTypesElement {
281
- SMS = "SMS",
282
- TOTP = "TOTP"
283
- }
284
-
285
- export interface Settings {
286
-
287
- MfaTypes?: (MfaTypesElement | string)[];
288
-
289
- SmsMessage?: string;
290
- }
291
- export declare namespace Settings {
292
-
293
- const filterSensitiveLog: (obj: Settings) => any;
294
- }
295
-
296
- export interface CreateBackendAuthMFAConfig {
297
-
298
- MFAMode: MFAMode | string | undefined;
299
-
300
- Settings?: Settings;
301
- }
302
- export declare namespace CreateBackendAuthMFAConfig {
303
-
304
- const filterSensitiveLog: (obj: CreateBackendAuthMFAConfig) => any;
305
- }
306
- export declare enum OAuthGrantType {
307
- CODE = "CODE",
308
- IMPLICIT = "IMPLICIT"
309
- }
310
- export declare enum OAuthScopesElement {
311
- AWS_COGNITO_SIGNIN_USER_ADMIN = "AWS_COGNITO_SIGNIN_USER_ADMIN",
312
- EMAIL = "EMAIL",
313
- OPENID = "OPENID",
314
- PHONE = "PHONE",
315
- PROFILE = "PROFILE"
316
- }
317
-
318
- export interface BackendAuthSocialProviderConfig {
319
-
320
- ClientId?: string;
321
-
322
- ClientSecret?: string;
323
- }
324
- export declare namespace BackendAuthSocialProviderConfig {
325
-
326
- const filterSensitiveLog: (obj: BackendAuthSocialProviderConfig) => any;
327
- }
328
-
329
- export interface BackendAuthAppleProviderConfig {
330
-
331
- ClientId?: string;
332
-
333
- KeyId?: string;
334
-
335
- PrivateKey?: string;
336
-
337
- TeamId?: string;
338
- }
339
- export declare namespace BackendAuthAppleProviderConfig {
340
-
341
- const filterSensitiveLog: (obj: BackendAuthAppleProviderConfig) => any;
342
- }
343
-
344
- export interface SocialProviderSettings {
345
-
346
- Facebook?: BackendAuthSocialProviderConfig;
347
-
348
- Google?: BackendAuthSocialProviderConfig;
349
-
350
- LoginWithAmazon?: BackendAuthSocialProviderConfig;
351
-
352
- SignInWithApple?: BackendAuthAppleProviderConfig;
353
- }
354
- export declare namespace SocialProviderSettings {
355
-
356
- const filterSensitiveLog: (obj: SocialProviderSettings) => any;
357
- }
358
-
359
- export interface CreateBackendAuthOAuthConfig {
360
-
361
- DomainPrefix?: string;
362
-
363
- OAuthGrantType: OAuthGrantType | string | undefined;
364
-
365
- OAuthScopes: (OAuthScopesElement | string)[] | undefined;
366
-
367
- RedirectSignInURIs: string[] | undefined;
368
-
369
- RedirectSignOutURIs: string[] | undefined;
370
-
371
- SocialProviderSettings?: SocialProviderSettings;
372
- }
373
- export declare namespace CreateBackendAuthOAuthConfig {
374
-
375
- const filterSensitiveLog: (obj: CreateBackendAuthOAuthConfig) => any;
376
- }
377
-
378
- export interface CreateBackendAuthPasswordPolicyConfig {
379
-
380
- AdditionalConstraints?: (AdditionalConstraintsElement | string)[];
381
-
382
- MinimumLength: number | undefined;
383
- }
384
- export declare namespace CreateBackendAuthPasswordPolicyConfig {
385
-
386
- const filterSensitiveLog: (obj: CreateBackendAuthPasswordPolicyConfig) => any;
387
- }
388
- export declare enum RequiredSignUpAttributesElement {
389
- ADDRESS = "ADDRESS",
390
- BIRTHDATE = "BIRTHDATE",
391
- EMAIL = "EMAIL",
392
- FAMILY_NAME = "FAMILY_NAME",
393
- GENDER = "GENDER",
394
- GIVEN_NAME = "GIVEN_NAME",
395
- LOCALE = "LOCALE",
396
- MIDDLE_NAME = "MIDDLE_NAME",
397
- NAME = "NAME",
398
- NICKNAME = "NICKNAME",
399
- PHONE_NUMBER = "PHONE_NUMBER",
400
- PICTURE = "PICTURE",
401
- PREFERRED_USERNAME = "PREFERRED_USERNAME",
402
- PROFILE = "PROFILE",
403
- UPDATED_AT = "UPDATED_AT",
404
- WEBSITE = "WEBSITE",
405
- ZONE_INFO = "ZONE_INFO"
406
- }
407
- export declare enum SignInMethod {
408
- EMAIL = "EMAIL",
409
- EMAIL_AND_PHONE_NUMBER = "EMAIL_AND_PHONE_NUMBER",
410
- PHONE_NUMBER = "PHONE_NUMBER",
411
- USERNAME = "USERNAME"
412
- }
413
-
414
- export interface CreateBackendAuthUserPoolConfig {
415
-
416
- ForgotPassword?: CreateBackendAuthForgotPasswordConfig;
417
-
418
- Mfa?: CreateBackendAuthMFAConfig;
419
-
420
- OAuth?: CreateBackendAuthOAuthConfig;
421
-
422
- PasswordPolicy?: CreateBackendAuthPasswordPolicyConfig;
423
-
424
- RequiredSignUpAttributes: (RequiredSignUpAttributesElement | string)[] | undefined;
425
-
426
- SignInMethod: SignInMethod | string | undefined;
427
-
428
- UserPoolName: string | undefined;
429
- }
430
- export declare namespace CreateBackendAuthUserPoolConfig {
431
-
432
- const filterSensitiveLog: (obj: CreateBackendAuthUserPoolConfig) => any;
433
- }
434
-
435
- export interface CreateBackendAuthResourceConfig {
436
-
437
- AuthResources: AuthResources | string | undefined;
438
-
439
- IdentityPoolConfigs?: CreateBackendAuthIdentityPoolConfig;
440
-
441
- Service: Service | string | undefined;
442
-
443
- UserPoolConfigs: CreateBackendAuthUserPoolConfig | undefined;
444
- }
445
- export declare namespace CreateBackendAuthResourceConfig {
446
-
447
- const filterSensitiveLog: (obj: CreateBackendAuthResourceConfig) => any;
448
- }
449
-
450
- export interface CreateBackendAuthRequest {
451
-
452
- AppId: string | undefined;
453
-
454
- BackendEnvironmentName: string | undefined;
455
-
456
- ResourceConfig: CreateBackendAuthResourceConfig | undefined;
457
-
458
- ResourceName: string | undefined;
459
- }
460
- export declare namespace CreateBackendAuthRequest {
461
-
462
- const filterSensitiveLog: (obj: CreateBackendAuthRequest) => any;
463
- }
464
- export interface CreateBackendAuthResponse {
465
-
466
- AppId?: string;
467
-
468
- BackendEnvironmentName?: string;
469
-
470
- Error?: string;
471
-
472
- JobId?: string;
473
-
474
- Operation?: string;
475
-
476
- Status?: string;
477
- }
478
- export declare namespace CreateBackendAuthResponse {
479
-
480
- const filterSensitiveLog: (obj: CreateBackendAuthResponse) => any;
481
- }
482
-
483
- export interface CreateBackendConfigRequest {
484
-
485
- AppId: string | undefined;
486
-
487
- BackendManagerAppId?: string;
488
- }
489
- export declare namespace CreateBackendConfigRequest {
490
-
491
- const filterSensitiveLog: (obj: CreateBackendConfigRequest) => any;
492
- }
493
- export interface CreateBackendConfigResponse {
494
-
495
- AppId?: string;
496
-
497
- BackendEnvironmentName?: string;
498
-
499
- JobId?: string;
500
-
501
- Status?: string;
502
- }
503
- export declare namespace CreateBackendConfigResponse {
504
-
505
- const filterSensitiveLog: (obj: CreateBackendConfigResponse) => any;
506
- }
507
- export declare enum AuthenticatedElement {
508
- CREATE_AND_UPDATE = "CREATE_AND_UPDATE",
509
- DELETE = "DELETE",
510
- READ = "READ"
511
- }
512
- export declare enum UnAuthenticatedElement {
513
- CREATE_AND_UPDATE = "CREATE_AND_UPDATE",
514
- DELETE = "DELETE",
515
- READ = "READ"
516
- }
517
-
518
- export interface BackendStoragePermissions {
519
-
520
- Authenticated: (AuthenticatedElement | string)[] | undefined;
521
-
522
- UnAuthenticated?: (UnAuthenticatedElement | string)[];
523
- }
524
- export declare namespace BackendStoragePermissions {
525
-
526
- const filterSensitiveLog: (obj: BackendStoragePermissions) => any;
527
- }
528
- export declare enum ServiceName {
529
- S3 = "S3"
530
- }
531
-
532
- export interface CreateBackendStorageResourceConfig {
533
-
534
- BucketName?: string;
535
-
536
- Permissions: BackendStoragePermissions | undefined;
537
-
538
- ServiceName: ServiceName | string | undefined;
539
- }
540
- export declare namespace CreateBackendStorageResourceConfig {
541
-
542
- const filterSensitiveLog: (obj: CreateBackendStorageResourceConfig) => any;
543
- }
544
-
545
- export interface CreateBackendStorageRequest {
546
-
547
- AppId: string | undefined;
548
-
549
- BackendEnvironmentName: string | undefined;
550
-
551
- ResourceConfig: CreateBackendStorageResourceConfig | undefined;
552
-
553
- ResourceName: string | undefined;
554
- }
555
- export declare namespace CreateBackendStorageRequest {
556
-
557
- const filterSensitiveLog: (obj: CreateBackendStorageRequest) => any;
558
- }
559
- export interface CreateBackendStorageResponse {
560
-
561
- AppId?: string;
562
-
563
- BackendEnvironmentName?: string;
564
-
565
- JobId?: string;
566
-
567
- Status?: string;
568
- }
569
- export declare namespace CreateBackendStorageResponse {
570
-
571
- const filterSensitiveLog: (obj: CreateBackendStorageResponse) => any;
572
- }
573
- export interface CreateTokenRequest {
574
-
575
- AppId: string | undefined;
576
- }
577
- export declare namespace CreateTokenRequest {
578
-
579
- const filterSensitiveLog: (obj: CreateTokenRequest) => any;
580
- }
581
- export interface CreateTokenResponse {
582
-
583
- AppId?: string;
584
-
585
- ChallengeCode?: string;
586
-
587
- SessionId?: string;
588
-
589
- Ttl?: string;
590
- }
591
- export declare namespace CreateTokenResponse {
592
-
593
- const filterSensitiveLog: (obj: CreateTokenResponse) => any;
594
- }
595
- export interface DeleteBackendRequest {
596
-
597
- AppId: string | undefined;
598
-
599
- BackendEnvironmentName: string | undefined;
600
- }
601
- export declare namespace DeleteBackendRequest {
602
-
603
- const filterSensitiveLog: (obj: DeleteBackendRequest) => any;
604
- }
605
- export interface DeleteBackendResponse {
606
-
607
- AppId?: string;
608
-
609
- BackendEnvironmentName?: string;
610
-
611
- Error?: string;
612
-
613
- JobId?: string;
614
-
615
- Operation?: string;
616
-
617
- Status?: string;
618
- }
619
- export declare namespace DeleteBackendResponse {
620
-
621
- const filterSensitiveLog: (obj: DeleteBackendResponse) => any;
622
- }
623
-
624
- export interface DeleteBackendAPIRequest {
625
-
626
- AppId: string | undefined;
627
-
628
- BackendEnvironmentName: string | undefined;
629
-
630
- ResourceConfig?: BackendAPIResourceConfig;
631
-
632
- ResourceName: string | undefined;
633
- }
634
- export declare namespace DeleteBackendAPIRequest {
635
-
636
- const filterSensitiveLog: (obj: DeleteBackendAPIRequest) => any;
637
- }
638
- export interface DeleteBackendAPIResponse {
639
-
640
- AppId?: string;
641
-
642
- BackendEnvironmentName?: string;
643
-
644
- Error?: string;
645
-
646
- JobId?: string;
647
-
648
- Operation?: string;
649
-
650
- Status?: string;
651
- }
652
- export declare namespace DeleteBackendAPIResponse {
653
-
654
- const filterSensitiveLog: (obj: DeleteBackendAPIResponse) => any;
655
- }
656
-
657
- export interface DeleteBackendAuthRequest {
658
-
659
- AppId: string | undefined;
660
-
661
- BackendEnvironmentName: string | undefined;
662
-
663
- ResourceName: string | undefined;
664
- }
665
- export declare namespace DeleteBackendAuthRequest {
666
-
667
- const filterSensitiveLog: (obj: DeleteBackendAuthRequest) => any;
668
- }
669
- export interface DeleteBackendAuthResponse {
670
-
671
- AppId?: string;
672
-
673
- BackendEnvironmentName?: string;
674
-
675
- Error?: string;
676
-
677
- JobId?: string;
678
-
679
- Operation?: string;
680
-
681
- Status?: string;
682
- }
683
- export declare namespace DeleteBackendAuthResponse {
684
-
685
- const filterSensitiveLog: (obj: DeleteBackendAuthResponse) => any;
686
- }
687
-
688
- export interface DeleteBackendStorageRequest {
689
-
690
- AppId: string | undefined;
691
-
692
- BackendEnvironmentName: string | undefined;
693
-
694
- ResourceName: string | undefined;
695
-
696
- ServiceName: ServiceName | string | undefined;
697
- }
698
- export declare namespace DeleteBackendStorageRequest {
699
-
700
- const filterSensitiveLog: (obj: DeleteBackendStorageRequest) => any;
701
- }
702
- export interface DeleteBackendStorageResponse {
703
-
704
- AppId?: string;
705
-
706
- BackendEnvironmentName?: string;
707
-
708
- JobId?: string;
709
-
710
- Status?: string;
711
- }
712
- export declare namespace DeleteBackendStorageResponse {
713
-
714
- const filterSensitiveLog: (obj: DeleteBackendStorageResponse) => any;
715
- }
716
- export interface DeleteTokenRequest {
717
-
718
- AppId: string | undefined;
719
-
720
- SessionId: string | undefined;
721
- }
722
- export declare namespace DeleteTokenRequest {
723
-
724
- const filterSensitiveLog: (obj: DeleteTokenRequest) => any;
725
- }
726
- export interface DeleteTokenResponse {
727
-
728
- IsSuccess?: boolean;
729
- }
730
- export declare namespace DeleteTokenResponse {
731
-
732
- const filterSensitiveLog: (obj: DeleteTokenResponse) => any;
733
- }
734
-
735
- export interface GenerateBackendAPIModelsRequest {
736
-
737
- AppId: string | undefined;
738
-
739
- BackendEnvironmentName: string | undefined;
740
-
741
- ResourceName: string | undefined;
742
- }
743
- export declare namespace GenerateBackendAPIModelsRequest {
744
-
745
- const filterSensitiveLog: (obj: GenerateBackendAPIModelsRequest) => any;
746
- }
747
- export interface GenerateBackendAPIModelsResponse {
748
-
749
- AppId?: string;
750
-
751
- BackendEnvironmentName?: string;
752
-
753
- Error?: string;
754
-
755
- JobId?: string;
756
-
757
- Operation?: string;
758
-
759
- Status?: string;
760
- }
761
- export declare namespace GenerateBackendAPIModelsResponse {
762
-
763
- const filterSensitiveLog: (obj: GenerateBackendAPIModelsResponse) => any;
764
- }
765
-
766
- export interface GetBackendRequest {
767
-
768
- AppId: string | undefined;
769
-
770
- BackendEnvironmentName?: string;
771
- }
772
- export declare namespace GetBackendRequest {
773
-
774
- const filterSensitiveLog: (obj: GetBackendRequest) => any;
775
- }
776
- export interface GetBackendResponse {
777
-
778
- AmplifyFeatureFlags?: string;
779
-
780
- AmplifyMetaConfig?: string;
781
-
782
- AppId?: string;
783
-
784
- AppName?: string;
785
-
786
- BackendEnvironmentList?: string[];
787
-
788
- BackendEnvironmentName?: string;
789
-
790
- Error?: string;
791
- }
792
- export declare namespace GetBackendResponse {
793
-
794
- const filterSensitiveLog: (obj: GetBackendResponse) => any;
795
- }
796
-
797
- export interface GetBackendAPIRequest {
798
-
799
- AppId: string | undefined;
800
-
801
- BackendEnvironmentName: string | undefined;
802
-
803
- ResourceConfig?: BackendAPIResourceConfig;
804
-
805
- ResourceName: string | undefined;
806
- }
807
- export declare namespace GetBackendAPIRequest {
808
-
809
- const filterSensitiveLog: (obj: GetBackendAPIRequest) => any;
810
- }
811
- export interface GetBackendAPIResponse {
812
-
813
- AppId?: string;
814
-
815
- BackendEnvironmentName?: string;
816
-
817
- Error?: string;
818
-
819
- ResourceConfig?: BackendAPIResourceConfig;
820
-
821
- ResourceName?: string;
822
- }
823
- export declare namespace GetBackendAPIResponse {
824
-
825
- const filterSensitiveLog: (obj: GetBackendAPIResponse) => any;
826
- }
827
-
828
- export interface GetBackendAPIModelsRequest {
829
-
830
- AppId: string | undefined;
831
-
832
- BackendEnvironmentName: string | undefined;
833
-
834
- ResourceName: string | undefined;
835
- }
836
- export declare namespace GetBackendAPIModelsRequest {
837
-
838
- const filterSensitiveLog: (obj: GetBackendAPIModelsRequest) => any;
839
- }
840
- export declare enum Status {
841
- LATEST = "LATEST",
842
- STALE = "STALE"
843
- }
844
- export interface GetBackendAPIModelsResponse {
845
-
846
- Models?: string;
847
-
848
- Status?: Status | string;
849
- }
850
- export declare namespace GetBackendAPIModelsResponse {
851
-
852
- const filterSensitiveLog: (obj: GetBackendAPIModelsResponse) => any;
853
- }
854
-
855
- export interface GetBackendAuthRequest {
856
-
857
- AppId: string | undefined;
858
-
859
- BackendEnvironmentName: string | undefined;
860
-
861
- ResourceName: string | undefined;
862
- }
863
- export declare namespace GetBackendAuthRequest {
864
-
865
- const filterSensitiveLog: (obj: GetBackendAuthRequest) => any;
866
- }
867
- export interface GetBackendAuthResponse {
868
-
869
- AppId?: string;
870
-
871
- BackendEnvironmentName?: string;
872
-
873
- Error?: string;
874
-
875
- ResourceConfig?: CreateBackendAuthResourceConfig;
876
-
877
- ResourceName?: string;
878
- }
879
- export declare namespace GetBackendAuthResponse {
880
-
881
- const filterSensitiveLog: (obj: GetBackendAuthResponse) => any;
882
- }
883
- export interface GetBackendJobRequest {
884
-
885
- AppId: string | undefined;
886
-
887
- BackendEnvironmentName: string | undefined;
888
-
889
- JobId: string | undefined;
890
- }
891
- export declare namespace GetBackendJobRequest {
892
-
893
- const filterSensitiveLog: (obj: GetBackendJobRequest) => any;
894
- }
895
- export interface GetBackendJobResponse {
896
-
897
- AppId?: string;
898
-
899
- BackendEnvironmentName?: string;
900
-
901
- CreateTime?: string;
902
-
903
- Error?: string;
904
-
905
- JobId?: string;
906
-
907
- Operation?: string;
908
-
909
- Status?: string;
910
-
911
- UpdateTime?: string;
912
- }
913
- export declare namespace GetBackendJobResponse {
914
-
915
- const filterSensitiveLog: (obj: GetBackendJobResponse) => any;
916
- }
917
-
918
- export interface GetBackendStorageRequest {
919
-
920
- AppId: string | undefined;
921
-
922
- BackendEnvironmentName: string | undefined;
923
-
924
- ResourceName: string | undefined;
925
- }
926
- export declare namespace GetBackendStorageRequest {
927
-
928
- const filterSensitiveLog: (obj: GetBackendStorageRequest) => any;
929
- }
930
-
931
- export interface GetBackendStorageResourceConfig {
932
-
933
- BucketName?: string;
934
-
935
- Imported: boolean | undefined;
936
-
937
- Permissions?: BackendStoragePermissions;
938
-
939
- ServiceName: ServiceName | string | undefined;
940
- }
941
- export declare namespace GetBackendStorageResourceConfig {
942
-
943
- const filterSensitiveLog: (obj: GetBackendStorageResourceConfig) => any;
944
- }
945
- export interface GetBackendStorageResponse {
946
-
947
- AppId?: string;
948
-
949
- BackendEnvironmentName?: string;
950
-
951
- ResourceConfig?: GetBackendStorageResourceConfig;
952
-
953
- ResourceName?: string;
954
- }
955
- export declare namespace GetBackendStorageResponse {
956
-
957
- const filterSensitiveLog: (obj: GetBackendStorageResponse) => any;
958
- }
959
- export interface GetTokenRequest {
960
-
961
- AppId: string | undefined;
962
-
963
- SessionId: string | undefined;
964
- }
965
- export declare namespace GetTokenRequest {
966
-
967
- const filterSensitiveLog: (obj: GetTokenRequest) => any;
968
- }
969
- export interface GetTokenResponse {
970
-
971
- AppId?: string;
972
-
973
- ChallengeCode?: string;
974
-
975
- SessionId?: string;
976
-
977
- Ttl?: string;
978
- }
979
- export declare namespace GetTokenResponse {
980
-
981
- const filterSensitiveLog: (obj: GetTokenResponse) => any;
982
- }
983
-
984
- export interface ImportBackendAuthRequest {
985
-
986
- AppId: string | undefined;
987
-
988
- BackendEnvironmentName: string | undefined;
989
-
990
- IdentityPoolId?: string;
991
-
992
- NativeClientId: string | undefined;
993
-
994
- UserPoolId: string | undefined;
995
-
996
- WebClientId: string | undefined;
997
- }
998
- export declare namespace ImportBackendAuthRequest {
999
-
1000
- const filterSensitiveLog: (obj: ImportBackendAuthRequest) => any;
1001
- }
1002
- export interface ImportBackendAuthResponse {
1003
-
1004
- AppId?: string;
1005
-
1006
- BackendEnvironmentName?: string;
1007
-
1008
- Error?: string;
1009
-
1010
- JobId?: string;
1011
-
1012
- Operation?: string;
1013
-
1014
- Status?: string;
1015
- }
1016
- export declare namespace ImportBackendAuthResponse {
1017
-
1018
- const filterSensitiveLog: (obj: ImportBackendAuthResponse) => any;
1019
- }
1020
-
1021
- export interface ImportBackendStorageRequest {
1022
-
1023
- AppId: string | undefined;
1024
-
1025
- BackendEnvironmentName: string | undefined;
1026
-
1027
- BucketName?: string;
1028
-
1029
- ServiceName: ServiceName | string | undefined;
1030
- }
1031
- export declare namespace ImportBackendStorageRequest {
1032
-
1033
- const filterSensitiveLog: (obj: ImportBackendStorageRequest) => any;
1034
- }
1035
- export interface ImportBackendStorageResponse {
1036
-
1037
- AppId?: string;
1038
-
1039
- BackendEnvironmentName?: string;
1040
-
1041
- JobId?: string;
1042
-
1043
- Status?: string;
1044
- }
1045
- export declare namespace ImportBackendStorageResponse {
1046
-
1047
- const filterSensitiveLog: (obj: ImportBackendStorageResponse) => any;
1048
- }
1049
-
1050
- export interface ListBackendJobsRequest {
1051
-
1052
- AppId: string | undefined;
1053
-
1054
- BackendEnvironmentName: string | undefined;
1055
-
1056
- JobId?: string;
1057
-
1058
- MaxResults?: number;
1059
-
1060
- NextToken?: string;
1061
-
1062
- Operation?: string;
1063
-
1064
- Status?: string;
1065
- }
1066
- export declare namespace ListBackendJobsRequest {
1067
-
1068
- const filterSensitiveLog: (obj: ListBackendJobsRequest) => any;
1069
- }
1070
-
1071
- export interface BackendJobRespObj {
1072
-
1073
- AppId: string | undefined;
1074
-
1075
- BackendEnvironmentName: string | undefined;
1076
-
1077
- CreateTime?: string;
1078
-
1079
- Error?: string;
1080
-
1081
- JobId?: string;
1082
-
1083
- Operation?: string;
1084
-
1085
- Status?: string;
1086
-
1087
- UpdateTime?: string;
1088
- }
1089
- export declare namespace BackendJobRespObj {
1090
-
1091
- const filterSensitiveLog: (obj: BackendJobRespObj) => any;
1092
- }
1093
- export interface ListBackendJobsResponse {
1094
-
1095
- Jobs?: BackendJobRespObj[];
1096
-
1097
- NextToken?: string;
1098
- }
1099
- export declare namespace ListBackendJobsResponse {
1100
-
1101
- const filterSensitiveLog: (obj: ListBackendJobsResponse) => any;
1102
- }
1103
-
1104
- export interface ListS3BucketsRequest {
1105
-
1106
- NextToken?: string;
1107
- }
1108
- export declare namespace ListS3BucketsRequest {
1109
-
1110
- const filterSensitiveLog: (obj: ListS3BucketsRequest) => any;
1111
- }
1112
-
1113
- export interface S3BucketInfo {
1114
-
1115
- CreationDate?: string;
1116
-
1117
- Name?: string;
1118
- }
1119
- export declare namespace S3BucketInfo {
1120
-
1121
- const filterSensitiveLog: (obj: S3BucketInfo) => any;
1122
- }
1123
- export interface ListS3BucketsResponse {
1124
-
1125
- Buckets?: S3BucketInfo[];
1126
-
1127
- NextToken?: string;
1128
- }
1129
- export declare namespace ListS3BucketsResponse {
1130
-
1131
- const filterSensitiveLog: (obj: ListS3BucketsResponse) => any;
1132
- }
1133
-
1134
- export interface RemoveAllBackendsRequest {
1135
-
1136
- AppId: string | undefined;
1137
-
1138
- CleanAmplifyApp?: boolean;
1139
- }
1140
- export declare namespace RemoveAllBackendsRequest {
1141
-
1142
- const filterSensitiveLog: (obj: RemoveAllBackendsRequest) => any;
1143
- }
1144
- export interface RemoveAllBackendsResponse {
1145
-
1146
- AppId?: string;
1147
-
1148
- Error?: string;
1149
-
1150
- JobId?: string;
1151
-
1152
- Operation?: string;
1153
-
1154
- Status?: string;
1155
- }
1156
- export declare namespace RemoveAllBackendsResponse {
1157
-
1158
- const filterSensitiveLog: (obj: RemoveAllBackendsResponse) => any;
1159
- }
1160
- export interface RemoveBackendConfigRequest {
1161
-
1162
- AppId: string | undefined;
1163
- }
1164
- export declare namespace RemoveBackendConfigRequest {
1165
-
1166
- const filterSensitiveLog: (obj: RemoveBackendConfigRequest) => any;
1167
- }
1168
- export interface RemoveBackendConfigResponse {
1169
-
1170
- Error?: string;
1171
- }
1172
- export declare namespace RemoveBackendConfigResponse {
1173
-
1174
- const filterSensitiveLog: (obj: RemoveBackendConfigResponse) => any;
1175
- }
1176
-
1177
- export interface UpdateBackendAPIRequest {
1178
-
1179
- AppId: string | undefined;
1180
-
1181
- BackendEnvironmentName: string | undefined;
1182
-
1183
- ResourceConfig?: BackendAPIResourceConfig;
1184
-
1185
- ResourceName: string | undefined;
1186
- }
1187
- export declare namespace UpdateBackendAPIRequest {
1188
-
1189
- const filterSensitiveLog: (obj: UpdateBackendAPIRequest) => any;
1190
- }
1191
- export interface UpdateBackendAPIResponse {
1192
-
1193
- AppId?: string;
1194
-
1195
- BackendEnvironmentName?: string;
1196
-
1197
- Error?: string;
1198
-
1199
- JobId?: string;
1200
-
1201
- Operation?: string;
1202
-
1203
- Status?: string;
1204
- }
1205
- export declare namespace UpdateBackendAPIResponse {
1206
-
1207
- const filterSensitiveLog: (obj: UpdateBackendAPIResponse) => any;
1208
- }
1209
-
1210
- export interface UpdateBackendAuthIdentityPoolConfig {
1211
-
1212
- UnauthenticatedLogin?: boolean;
1213
- }
1214
- export declare namespace UpdateBackendAuthIdentityPoolConfig {
1215
-
1216
- const filterSensitiveLog: (obj: UpdateBackendAuthIdentityPoolConfig) => any;
1217
- }
1218
-
1219
- export interface UpdateBackendAuthForgotPasswordConfig {
1220
-
1221
- DeliveryMethod?: DeliveryMethod | string;
1222
-
1223
- EmailSettings?: EmailSettings;
1224
-
1225
- SmsSettings?: SmsSettings;
1226
- }
1227
- export declare namespace UpdateBackendAuthForgotPasswordConfig {
1228
-
1229
- const filterSensitiveLog: (obj: UpdateBackendAuthForgotPasswordConfig) => any;
1230
- }
1231
-
1232
- export interface UpdateBackendAuthMFAConfig {
1233
-
1234
- MFAMode?: MFAMode | string;
1235
-
1236
- Settings?: Settings;
1237
- }
1238
- export declare namespace UpdateBackendAuthMFAConfig {
1239
-
1240
- const filterSensitiveLog: (obj: UpdateBackendAuthMFAConfig) => any;
1241
- }
1242
-
1243
- export interface UpdateBackendAuthOAuthConfig {
1244
-
1245
- DomainPrefix?: string;
1246
-
1247
- OAuthGrantType?: OAuthGrantType | string;
1248
-
1249
- OAuthScopes?: (OAuthScopesElement | string)[];
1250
-
1251
- RedirectSignInURIs?: string[];
1252
-
1253
- RedirectSignOutURIs?: string[];
1254
-
1255
- SocialProviderSettings?: SocialProviderSettings;
1256
- }
1257
- export declare namespace UpdateBackendAuthOAuthConfig {
1258
-
1259
- const filterSensitiveLog: (obj: UpdateBackendAuthOAuthConfig) => any;
1260
- }
1261
-
1262
- export interface UpdateBackendAuthPasswordPolicyConfig {
1263
-
1264
- AdditionalConstraints?: (AdditionalConstraintsElement | string)[];
1265
-
1266
- MinimumLength?: number;
1267
- }
1268
- export declare namespace UpdateBackendAuthPasswordPolicyConfig {
1269
-
1270
- const filterSensitiveLog: (obj: UpdateBackendAuthPasswordPolicyConfig) => any;
1271
- }
1272
-
1273
- export interface UpdateBackendAuthUserPoolConfig {
1274
-
1275
- ForgotPassword?: UpdateBackendAuthForgotPasswordConfig;
1276
-
1277
- Mfa?: UpdateBackendAuthMFAConfig;
1278
-
1279
- OAuth?: UpdateBackendAuthOAuthConfig;
1280
-
1281
- PasswordPolicy?: UpdateBackendAuthPasswordPolicyConfig;
1282
- }
1283
- export declare namespace UpdateBackendAuthUserPoolConfig {
1284
-
1285
- const filterSensitiveLog: (obj: UpdateBackendAuthUserPoolConfig) => any;
1286
- }
1287
-
1288
- export interface UpdateBackendAuthResourceConfig {
1289
-
1290
- AuthResources: AuthResources | string | undefined;
1291
-
1292
- IdentityPoolConfigs?: UpdateBackendAuthIdentityPoolConfig;
1293
-
1294
- Service: Service | string | undefined;
1295
-
1296
- UserPoolConfigs: UpdateBackendAuthUserPoolConfig | undefined;
1297
- }
1298
- export declare namespace UpdateBackendAuthResourceConfig {
1299
-
1300
- const filterSensitiveLog: (obj: UpdateBackendAuthResourceConfig) => any;
1301
- }
1302
-
1303
- export interface UpdateBackendAuthRequest {
1304
-
1305
- AppId: string | undefined;
1306
-
1307
- BackendEnvironmentName: string | undefined;
1308
-
1309
- ResourceConfig: UpdateBackendAuthResourceConfig | undefined;
1310
-
1311
- ResourceName: string | undefined;
1312
- }
1313
- export declare namespace UpdateBackendAuthRequest {
1314
-
1315
- const filterSensitiveLog: (obj: UpdateBackendAuthRequest) => any;
1316
- }
1317
- export interface UpdateBackendAuthResponse {
1318
-
1319
- AppId?: string;
1320
-
1321
- BackendEnvironmentName?: string;
1322
-
1323
- Error?: string;
1324
-
1325
- JobId?: string;
1326
-
1327
- Operation?: string;
1328
-
1329
- Status?: string;
1330
- }
1331
- export declare namespace UpdateBackendAuthResponse {
1332
-
1333
- const filterSensitiveLog: (obj: UpdateBackendAuthResponse) => any;
1334
- }
1335
-
1336
- export interface LoginAuthConfigReqObj {
1337
-
1338
- AwsCognitoIdentityPoolId?: string;
1339
-
1340
- AwsCognitoRegion?: string;
1341
-
1342
- AwsUserPoolsId?: string;
1343
-
1344
- AwsUserPoolsWebClientId?: string;
1345
- }
1346
- export declare namespace LoginAuthConfigReqObj {
1347
-
1348
- const filterSensitiveLog: (obj: LoginAuthConfigReqObj) => any;
1349
- }
1350
-
1351
- export interface UpdateBackendConfigRequest {
1352
-
1353
- AppId: string | undefined;
1354
-
1355
- LoginAuthConfig?: LoginAuthConfigReqObj;
1356
- }
1357
- export declare namespace UpdateBackendConfigRequest {
1358
-
1359
- const filterSensitiveLog: (obj: UpdateBackendConfigRequest) => any;
1360
- }
1361
- export interface UpdateBackendConfigResponse {
1362
-
1363
- AppId?: string;
1364
-
1365
- BackendManagerAppId?: string;
1366
-
1367
- Error?: string;
1368
-
1369
- LoginAuthConfig?: LoginAuthConfigReqObj;
1370
- }
1371
- export declare namespace UpdateBackendConfigResponse {
1372
-
1373
- const filterSensitiveLog: (obj: UpdateBackendConfigResponse) => any;
1374
- }
1375
-
1376
- export interface UpdateBackendJobRequest {
1377
-
1378
- AppId: string | undefined;
1379
-
1380
- BackendEnvironmentName: string | undefined;
1381
-
1382
- JobId: string | undefined;
1383
-
1384
- Operation?: string;
1385
-
1386
- Status?: string;
1387
- }
1388
- export declare namespace UpdateBackendJobRequest {
1389
-
1390
- const filterSensitiveLog: (obj: UpdateBackendJobRequest) => any;
1391
- }
1392
- export interface UpdateBackendJobResponse {
1393
-
1394
- AppId?: string;
1395
-
1396
- BackendEnvironmentName?: string;
1397
-
1398
- CreateTime?: string;
1399
-
1400
- Error?: string;
1401
-
1402
- JobId?: string;
1403
-
1404
- Operation?: string;
1405
-
1406
- Status?: string;
1407
-
1408
- UpdateTime?: string;
1409
- }
1410
- export declare namespace UpdateBackendJobResponse {
1411
-
1412
- const filterSensitiveLog: (obj: UpdateBackendJobResponse) => any;
1413
- }
1414
-
1415
- export interface UpdateBackendStorageResourceConfig {
1416
-
1417
- Permissions: BackendStoragePermissions | undefined;
1418
-
1419
- ServiceName: ServiceName | string | undefined;
1420
- }
1421
- export declare namespace UpdateBackendStorageResourceConfig {
1422
-
1423
- const filterSensitiveLog: (obj: UpdateBackendStorageResourceConfig) => any;
1424
- }
1425
-
1426
- export interface UpdateBackendStorageRequest {
1427
-
1428
- AppId: string | undefined;
1429
-
1430
- BackendEnvironmentName: string | undefined;
1431
-
1432
- ResourceConfig: UpdateBackendStorageResourceConfig | undefined;
1433
-
1434
- ResourceName: string | undefined;
1435
- }
1436
- export declare namespace UpdateBackendStorageRequest {
1437
-
1438
- const filterSensitiveLog: (obj: UpdateBackendStorageRequest) => any;
1439
- }
1440
- export interface UpdateBackendStorageResponse {
1441
-
1442
- AppId?: string;
1443
-
1444
- BackendEnvironmentName?: string;
1445
-
1446
- JobId?: string;
1447
-
1448
- Status?: string;
1449
- }
1450
- export declare namespace UpdateBackendStorageResponse {
1451
-
1452
- const filterSensitiveLog: (obj: UpdateBackendStorageResponse) => any;
1453
- }