aws-sdk-amplifybackend 1.29.0 → 1.30.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-amplifybackend/client.rb +1 -1
- data/lib/aws-sdk-amplifybackend/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-amplifybackend.rb +1 -1
- data/sig/client.rbs +851 -0
- data/sig/errors.rbs +30 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1091 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1091 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::AmplifyBackend
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class BackendAPIAppSyncAuthSettings
|
12
|
+
attr_accessor cognito_user_pool_id: ::String
|
13
|
+
attr_accessor description: ::String
|
14
|
+
attr_accessor expiration_time: ::Float
|
15
|
+
attr_accessor open_id_auth_ttl: ::String
|
16
|
+
attr_accessor open_id_client_id: ::String
|
17
|
+
attr_accessor open_id_iat_ttl: ::String
|
18
|
+
attr_accessor open_id_issue_url: ::String
|
19
|
+
attr_accessor open_id_provider_name: ::String
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class BackendAPIAuthType
|
24
|
+
attr_accessor mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")
|
25
|
+
attr_accessor settings: Types::BackendAPIAppSyncAuthSettings
|
26
|
+
SENSITIVE: []
|
27
|
+
end
|
28
|
+
|
29
|
+
class BackendAPICodegenReqObj
|
30
|
+
attr_accessor resource_name: ::String
|
31
|
+
SENSITIVE: []
|
32
|
+
end
|
33
|
+
|
34
|
+
class BackendAPICodegenRespObj
|
35
|
+
attr_accessor app_id: ::String
|
36
|
+
attr_accessor backend_environment_name: ::String
|
37
|
+
attr_accessor error: ::String
|
38
|
+
attr_accessor job_id: ::String
|
39
|
+
attr_accessor operation: ::String
|
40
|
+
attr_accessor status: ::String
|
41
|
+
SENSITIVE: []
|
42
|
+
end
|
43
|
+
|
44
|
+
class BackendAPIConflictResolution
|
45
|
+
attr_accessor resolution_strategy: ("OPTIMISTIC_CONCURRENCY" | "LAMBDA" | "AUTOMERGE" | "NONE")
|
46
|
+
SENSITIVE: []
|
47
|
+
end
|
48
|
+
|
49
|
+
class BackendAPIReqObj
|
50
|
+
attr_accessor resource_config: Types::BackendAPIResourceConfig
|
51
|
+
attr_accessor resource_name: ::String
|
52
|
+
SENSITIVE: []
|
53
|
+
end
|
54
|
+
|
55
|
+
class BackendAPIResourceConfig
|
56
|
+
attr_accessor additional_auth_types: ::Array[Types::BackendAPIAuthType]
|
57
|
+
attr_accessor api_name: ::String
|
58
|
+
attr_accessor conflict_resolution: Types::BackendAPIConflictResolution
|
59
|
+
attr_accessor default_auth_type: Types::BackendAPIAuthType
|
60
|
+
attr_accessor service: ::String
|
61
|
+
attr_accessor transform_schema: ::String
|
62
|
+
SENSITIVE: []
|
63
|
+
end
|
64
|
+
|
65
|
+
class BackendAPIRespObj
|
66
|
+
attr_accessor app_id: ::String
|
67
|
+
attr_accessor backend_environment_name: ::String
|
68
|
+
attr_accessor error: ::String
|
69
|
+
attr_accessor job_id: ::String
|
70
|
+
attr_accessor operation: ::String
|
71
|
+
attr_accessor status: ::String
|
72
|
+
SENSITIVE: []
|
73
|
+
end
|
74
|
+
|
75
|
+
class BackendAuthAppleProviderConfig
|
76
|
+
attr_accessor client_id: ::String
|
77
|
+
attr_accessor key_id: ::String
|
78
|
+
attr_accessor private_key: ::String
|
79
|
+
attr_accessor team_id: ::String
|
80
|
+
SENSITIVE: []
|
81
|
+
end
|
82
|
+
|
83
|
+
class BackendAuthRespObj
|
84
|
+
attr_accessor app_id: ::String
|
85
|
+
attr_accessor backend_environment_name: ::String
|
86
|
+
attr_accessor error: ::String
|
87
|
+
attr_accessor job_id: ::String
|
88
|
+
attr_accessor operation: ::String
|
89
|
+
attr_accessor status: ::String
|
90
|
+
SENSITIVE: []
|
91
|
+
end
|
92
|
+
|
93
|
+
class BackendAuthSocialProviderConfig
|
94
|
+
attr_accessor client_id: ::String
|
95
|
+
attr_accessor client_secret: ::String
|
96
|
+
SENSITIVE: []
|
97
|
+
end
|
98
|
+
|
99
|
+
class BackendConfigRespObj
|
100
|
+
attr_accessor app_id: ::String
|
101
|
+
attr_accessor backend_manager_app_id: ::String
|
102
|
+
attr_accessor error: ::String
|
103
|
+
attr_accessor login_auth_config: Types::LoginAuthConfigReqObj
|
104
|
+
SENSITIVE: []
|
105
|
+
end
|
106
|
+
|
107
|
+
class BackendJobReqObj
|
108
|
+
attr_accessor operation: ::String
|
109
|
+
attr_accessor status: ::String
|
110
|
+
SENSITIVE: []
|
111
|
+
end
|
112
|
+
|
113
|
+
class BackendJobRespObj
|
114
|
+
attr_accessor app_id: ::String
|
115
|
+
attr_accessor backend_environment_name: ::String
|
116
|
+
attr_accessor create_time: ::String
|
117
|
+
attr_accessor error: ::String
|
118
|
+
attr_accessor job_id: ::String
|
119
|
+
attr_accessor operation: ::String
|
120
|
+
attr_accessor status: ::String
|
121
|
+
attr_accessor update_time: ::String
|
122
|
+
SENSITIVE: []
|
123
|
+
end
|
124
|
+
|
125
|
+
class BackendStoragePermissions
|
126
|
+
attr_accessor authenticated: ::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")]
|
127
|
+
attr_accessor un_authenticated: ::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")]
|
128
|
+
SENSITIVE: []
|
129
|
+
end
|
130
|
+
|
131
|
+
class BackendStorageRespObj
|
132
|
+
attr_accessor app_id: ::String
|
133
|
+
attr_accessor backend_environment_name: ::String
|
134
|
+
attr_accessor job_id: ::String
|
135
|
+
attr_accessor status: ::String
|
136
|
+
SENSITIVE: []
|
137
|
+
end
|
138
|
+
|
139
|
+
class BadRequestException
|
140
|
+
attr_accessor message: ::String
|
141
|
+
SENSITIVE: []
|
142
|
+
end
|
143
|
+
|
144
|
+
class CloneBackendReqObj
|
145
|
+
attr_accessor target_environment_name: ::String
|
146
|
+
SENSITIVE: []
|
147
|
+
end
|
148
|
+
|
149
|
+
class CloneBackendRequest
|
150
|
+
attr_accessor app_id: ::String
|
151
|
+
attr_accessor backend_environment_name: ::String
|
152
|
+
attr_accessor target_environment_name: ::String
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class CloneBackendRespObj
|
157
|
+
attr_accessor app_id: ::String
|
158
|
+
attr_accessor backend_environment_name: ::String
|
159
|
+
attr_accessor error: ::String
|
160
|
+
attr_accessor job_id: ::String
|
161
|
+
attr_accessor operation: ::String
|
162
|
+
attr_accessor status: ::String
|
163
|
+
SENSITIVE: []
|
164
|
+
end
|
165
|
+
|
166
|
+
class CloneBackendResponse
|
167
|
+
attr_accessor app_id: ::String
|
168
|
+
attr_accessor backend_environment_name: ::String
|
169
|
+
attr_accessor error: ::String
|
170
|
+
attr_accessor job_id: ::String
|
171
|
+
attr_accessor operation: ::String
|
172
|
+
attr_accessor status: ::String
|
173
|
+
SENSITIVE: []
|
174
|
+
end
|
175
|
+
|
176
|
+
class CreateBackendAPIReqObj
|
177
|
+
attr_accessor backend_environment_name: ::String
|
178
|
+
attr_accessor resource_config: Types::BackendAPIResourceConfig
|
179
|
+
attr_accessor resource_name: ::String
|
180
|
+
SENSITIVE: []
|
181
|
+
end
|
182
|
+
|
183
|
+
class CreateBackendAPIRequest
|
184
|
+
attr_accessor app_id: ::String
|
185
|
+
attr_accessor backend_environment_name: ::String
|
186
|
+
attr_accessor resource_config: Types::BackendAPIResourceConfig
|
187
|
+
attr_accessor resource_name: ::String
|
188
|
+
SENSITIVE: []
|
189
|
+
end
|
190
|
+
|
191
|
+
class CreateBackendAPIResponse
|
192
|
+
attr_accessor app_id: ::String
|
193
|
+
attr_accessor backend_environment_name: ::String
|
194
|
+
attr_accessor error: ::String
|
195
|
+
attr_accessor job_id: ::String
|
196
|
+
attr_accessor operation: ::String
|
197
|
+
attr_accessor status: ::String
|
198
|
+
SENSITIVE: []
|
199
|
+
end
|
200
|
+
|
201
|
+
class CreateBackendAuthForgotPasswordConfig
|
202
|
+
attr_accessor delivery_method: ("EMAIL" | "SMS")
|
203
|
+
attr_accessor email_settings: Types::EmailSettings
|
204
|
+
attr_accessor sms_settings: Types::SmsSettings
|
205
|
+
SENSITIVE: [:email_settings, :sms_settings]
|
206
|
+
end
|
207
|
+
|
208
|
+
class CreateBackendAuthIdentityPoolConfig
|
209
|
+
attr_accessor identity_pool_name: ::String
|
210
|
+
attr_accessor unauthenticated_login: bool
|
211
|
+
SENSITIVE: []
|
212
|
+
end
|
213
|
+
|
214
|
+
class CreateBackendAuthMFAConfig
|
215
|
+
attr_accessor mfa_mode: ("ON" | "OFF" | "OPTIONAL")
|
216
|
+
attr_accessor settings: Types::Settings
|
217
|
+
SENSITIVE: []
|
218
|
+
end
|
219
|
+
|
220
|
+
class CreateBackendAuthOAuthConfig
|
221
|
+
attr_accessor domain_prefix: ::String
|
222
|
+
attr_accessor o_auth_grant_type: ("CODE" | "IMPLICIT")
|
223
|
+
attr_accessor o_auth_scopes: ::Array[("PHONE" | "EMAIL" | "OPENID" | "PROFILE" | "AWS_COGNITO_SIGNIN_USER_ADMIN")]
|
224
|
+
attr_accessor redirect_sign_in_ur_is: ::Array[::String]
|
225
|
+
attr_accessor redirect_sign_out_ur_is: ::Array[::String]
|
226
|
+
attr_accessor social_provider_settings: Types::SocialProviderSettings
|
227
|
+
SENSITIVE: []
|
228
|
+
end
|
229
|
+
|
230
|
+
class CreateBackendAuthPasswordPolicyConfig
|
231
|
+
attr_accessor additional_constraints: ::Array[("REQUIRE_DIGIT" | "REQUIRE_LOWERCASE" | "REQUIRE_SYMBOL" | "REQUIRE_UPPERCASE")]
|
232
|
+
attr_accessor minimum_length: ::Float
|
233
|
+
SENSITIVE: []
|
234
|
+
end
|
235
|
+
|
236
|
+
class CreateBackendAuthReqObj
|
237
|
+
attr_accessor backend_environment_name: ::String
|
238
|
+
attr_accessor resource_config: Types::CreateBackendAuthResourceConfig
|
239
|
+
attr_accessor resource_name: ::String
|
240
|
+
SENSITIVE: []
|
241
|
+
end
|
242
|
+
|
243
|
+
class CreateBackendAuthRequest
|
244
|
+
attr_accessor app_id: ::String
|
245
|
+
attr_accessor backend_environment_name: ::String
|
246
|
+
attr_accessor resource_config: Types::CreateBackendAuthResourceConfig
|
247
|
+
attr_accessor resource_name: ::String
|
248
|
+
SENSITIVE: []
|
249
|
+
end
|
250
|
+
|
251
|
+
class CreateBackendAuthResourceConfig
|
252
|
+
attr_accessor auth_resources: ("USER_POOL_ONLY" | "IDENTITY_POOL_AND_USER_POOL")
|
253
|
+
attr_accessor identity_pool_configs: Types::CreateBackendAuthIdentityPoolConfig
|
254
|
+
attr_accessor service: ("COGNITO")
|
255
|
+
attr_accessor user_pool_configs: Types::CreateBackendAuthUserPoolConfig
|
256
|
+
SENSITIVE: []
|
257
|
+
end
|
258
|
+
|
259
|
+
class CreateBackendAuthResponse
|
260
|
+
attr_accessor app_id: ::String
|
261
|
+
attr_accessor backend_environment_name: ::String
|
262
|
+
attr_accessor error: ::String
|
263
|
+
attr_accessor job_id: ::String
|
264
|
+
attr_accessor operation: ::String
|
265
|
+
attr_accessor status: ::String
|
266
|
+
SENSITIVE: []
|
267
|
+
end
|
268
|
+
|
269
|
+
class CreateBackendAuthUserPoolConfig
|
270
|
+
attr_accessor forgot_password: Types::CreateBackendAuthForgotPasswordConfig
|
271
|
+
attr_accessor mfa: Types::CreateBackendAuthMFAConfig
|
272
|
+
attr_accessor o_auth: Types::CreateBackendAuthOAuthConfig
|
273
|
+
attr_accessor password_policy: Types::CreateBackendAuthPasswordPolicyConfig
|
274
|
+
attr_accessor required_sign_up_attributes: ::Array[("ADDRESS" | "BIRTHDATE" | "EMAIL" | "FAMILY_NAME" | "GENDER" | "GIVEN_NAME" | "LOCALE" | "MIDDLE_NAME" | "NAME" | "NICKNAME" | "PHONE_NUMBER" | "PICTURE" | "PREFERRED_USERNAME" | "PROFILE" | "UPDATED_AT" | "WEBSITE" | "ZONE_INFO")]
|
275
|
+
attr_accessor sign_in_method: ("EMAIL" | "EMAIL_AND_PHONE_NUMBER" | "PHONE_NUMBER" | "USERNAME")
|
276
|
+
attr_accessor user_pool_name: ::String
|
277
|
+
attr_accessor verification_message: Types::CreateBackendAuthVerificationMessageConfig
|
278
|
+
SENSITIVE: []
|
279
|
+
end
|
280
|
+
|
281
|
+
class CreateBackendAuthVerificationMessageConfig
|
282
|
+
attr_accessor delivery_method: ("EMAIL" | "SMS")
|
283
|
+
attr_accessor email_settings: Types::EmailSettings
|
284
|
+
attr_accessor sms_settings: Types::SmsSettings
|
285
|
+
SENSITIVE: [:email_settings, :sms_settings]
|
286
|
+
end
|
287
|
+
|
288
|
+
class CreateBackendConfigReqObj
|
289
|
+
attr_accessor backend_manager_app_id: ::String
|
290
|
+
SENSITIVE: []
|
291
|
+
end
|
292
|
+
|
293
|
+
class CreateBackendConfigRequest
|
294
|
+
attr_accessor app_id: ::String
|
295
|
+
attr_accessor backend_manager_app_id: ::String
|
296
|
+
SENSITIVE: []
|
297
|
+
end
|
298
|
+
|
299
|
+
class CreateBackendConfigRespObj
|
300
|
+
attr_accessor app_id: ::String
|
301
|
+
attr_accessor backend_environment_name: ::String
|
302
|
+
attr_accessor job_id: ::String
|
303
|
+
attr_accessor status: ::String
|
304
|
+
SENSITIVE: []
|
305
|
+
end
|
306
|
+
|
307
|
+
class CreateBackendConfigResponse
|
308
|
+
attr_accessor app_id: ::String
|
309
|
+
attr_accessor backend_environment_name: ::String
|
310
|
+
attr_accessor job_id: ::String
|
311
|
+
attr_accessor status: ::String
|
312
|
+
SENSITIVE: []
|
313
|
+
end
|
314
|
+
|
315
|
+
class CreateBackendReqObj
|
316
|
+
attr_accessor app_id: ::String
|
317
|
+
attr_accessor app_name: ::String
|
318
|
+
attr_accessor backend_environment_name: ::String
|
319
|
+
attr_accessor resource_config: Types::ResourceConfig
|
320
|
+
attr_accessor resource_name: ::String
|
321
|
+
SENSITIVE: []
|
322
|
+
end
|
323
|
+
|
324
|
+
class CreateBackendRequest
|
325
|
+
attr_accessor app_id: ::String
|
326
|
+
attr_accessor app_name: ::String
|
327
|
+
attr_accessor backend_environment_name: ::String
|
328
|
+
attr_accessor resource_config: Types::ResourceConfig
|
329
|
+
attr_accessor resource_name: ::String
|
330
|
+
SENSITIVE: []
|
331
|
+
end
|
332
|
+
|
333
|
+
class CreateBackendRespObj
|
334
|
+
attr_accessor app_id: ::String
|
335
|
+
attr_accessor backend_environment_name: ::String
|
336
|
+
attr_accessor error: ::String
|
337
|
+
attr_accessor job_id: ::String
|
338
|
+
attr_accessor operation: ::String
|
339
|
+
attr_accessor status: ::String
|
340
|
+
SENSITIVE: []
|
341
|
+
end
|
342
|
+
|
343
|
+
class CreateBackendResponse
|
344
|
+
attr_accessor app_id: ::String
|
345
|
+
attr_accessor backend_environment_name: ::String
|
346
|
+
attr_accessor error: ::String
|
347
|
+
attr_accessor job_id: ::String
|
348
|
+
attr_accessor operation: ::String
|
349
|
+
attr_accessor status: ::String
|
350
|
+
SENSITIVE: []
|
351
|
+
end
|
352
|
+
|
353
|
+
class CreateBackendStorageReqObj
|
354
|
+
attr_accessor backend_environment_name: ::String
|
355
|
+
attr_accessor resource_config: Types::CreateBackendStorageResourceConfig
|
356
|
+
attr_accessor resource_name: ::String
|
357
|
+
SENSITIVE: []
|
358
|
+
end
|
359
|
+
|
360
|
+
class CreateBackendStorageRequest
|
361
|
+
attr_accessor app_id: ::String
|
362
|
+
attr_accessor backend_environment_name: ::String
|
363
|
+
attr_accessor resource_config: Types::CreateBackendStorageResourceConfig
|
364
|
+
attr_accessor resource_name: ::String
|
365
|
+
SENSITIVE: []
|
366
|
+
end
|
367
|
+
|
368
|
+
class CreateBackendStorageResourceConfig
|
369
|
+
attr_accessor bucket_name: ::String
|
370
|
+
attr_accessor permissions: Types::BackendStoragePermissions
|
371
|
+
attr_accessor service_name: ("S3")
|
372
|
+
SENSITIVE: []
|
373
|
+
end
|
374
|
+
|
375
|
+
class CreateBackendStorageResponse
|
376
|
+
attr_accessor app_id: ::String
|
377
|
+
attr_accessor backend_environment_name: ::String
|
378
|
+
attr_accessor job_id: ::String
|
379
|
+
attr_accessor status: ::String
|
380
|
+
SENSITIVE: []
|
381
|
+
end
|
382
|
+
|
383
|
+
class CreateTokenRequest
|
384
|
+
attr_accessor app_id: ::String
|
385
|
+
SENSITIVE: []
|
386
|
+
end
|
387
|
+
|
388
|
+
class CreateTokenRespObj
|
389
|
+
attr_accessor app_id: ::String
|
390
|
+
attr_accessor challenge_code: ::String
|
391
|
+
attr_accessor session_id: ::String
|
392
|
+
attr_accessor ttl: ::String
|
393
|
+
SENSITIVE: []
|
394
|
+
end
|
395
|
+
|
396
|
+
class CreateTokenResponse
|
397
|
+
attr_accessor app_id: ::String
|
398
|
+
attr_accessor challenge_code: ::String
|
399
|
+
attr_accessor session_id: ::String
|
400
|
+
attr_accessor ttl: ::String
|
401
|
+
SENSITIVE: []
|
402
|
+
end
|
403
|
+
|
404
|
+
class DeleteBackendAPIRequest
|
405
|
+
attr_accessor app_id: ::String
|
406
|
+
attr_accessor backend_environment_name: ::String
|
407
|
+
attr_accessor resource_config: Types::BackendAPIResourceConfig
|
408
|
+
attr_accessor resource_name: ::String
|
409
|
+
SENSITIVE: []
|
410
|
+
end
|
411
|
+
|
412
|
+
class DeleteBackendAPIResponse
|
413
|
+
attr_accessor app_id: ::String
|
414
|
+
attr_accessor backend_environment_name: ::String
|
415
|
+
attr_accessor error: ::String
|
416
|
+
attr_accessor job_id: ::String
|
417
|
+
attr_accessor operation: ::String
|
418
|
+
attr_accessor status: ::String
|
419
|
+
SENSITIVE: []
|
420
|
+
end
|
421
|
+
|
422
|
+
class DeleteBackendAuthRequest
|
423
|
+
attr_accessor app_id: ::String
|
424
|
+
attr_accessor backend_environment_name: ::String
|
425
|
+
attr_accessor resource_name: ::String
|
426
|
+
SENSITIVE: []
|
427
|
+
end
|
428
|
+
|
429
|
+
class DeleteBackendAuthResponse
|
430
|
+
attr_accessor app_id: ::String
|
431
|
+
attr_accessor backend_environment_name: ::String
|
432
|
+
attr_accessor error: ::String
|
433
|
+
attr_accessor job_id: ::String
|
434
|
+
attr_accessor operation: ::String
|
435
|
+
attr_accessor status: ::String
|
436
|
+
SENSITIVE: []
|
437
|
+
end
|
438
|
+
|
439
|
+
class DeleteBackendRequest
|
440
|
+
attr_accessor app_id: ::String
|
441
|
+
attr_accessor backend_environment_name: ::String
|
442
|
+
SENSITIVE: []
|
443
|
+
end
|
444
|
+
|
445
|
+
class DeleteBackendRespObj
|
446
|
+
attr_accessor app_id: ::String
|
447
|
+
attr_accessor backend_environment_name: ::String
|
448
|
+
attr_accessor error: ::String
|
449
|
+
attr_accessor job_id: ::String
|
450
|
+
attr_accessor operation: ::String
|
451
|
+
attr_accessor status: ::String
|
452
|
+
SENSITIVE: []
|
453
|
+
end
|
454
|
+
|
455
|
+
class DeleteBackendResponse
|
456
|
+
attr_accessor app_id: ::String
|
457
|
+
attr_accessor backend_environment_name: ::String
|
458
|
+
attr_accessor error: ::String
|
459
|
+
attr_accessor job_id: ::String
|
460
|
+
attr_accessor operation: ::String
|
461
|
+
attr_accessor status: ::String
|
462
|
+
SENSITIVE: []
|
463
|
+
end
|
464
|
+
|
465
|
+
class DeleteBackendStorageRequest
|
466
|
+
attr_accessor app_id: ::String
|
467
|
+
attr_accessor backend_environment_name: ::String
|
468
|
+
attr_accessor resource_name: ::String
|
469
|
+
attr_accessor service_name: ("S3")
|
470
|
+
SENSITIVE: []
|
471
|
+
end
|
472
|
+
|
473
|
+
class DeleteBackendStorageResponse
|
474
|
+
attr_accessor app_id: ::String
|
475
|
+
attr_accessor backend_environment_name: ::String
|
476
|
+
attr_accessor job_id: ::String
|
477
|
+
attr_accessor status: ::String
|
478
|
+
SENSITIVE: []
|
479
|
+
end
|
480
|
+
|
481
|
+
class DeleteTokenRequest
|
482
|
+
attr_accessor app_id: ::String
|
483
|
+
attr_accessor session_id: ::String
|
484
|
+
SENSITIVE: []
|
485
|
+
end
|
486
|
+
|
487
|
+
class DeleteTokenRespObj
|
488
|
+
attr_accessor is_success: bool
|
489
|
+
SENSITIVE: []
|
490
|
+
end
|
491
|
+
|
492
|
+
class DeleteTokenResponse
|
493
|
+
attr_accessor is_success: bool
|
494
|
+
SENSITIVE: []
|
495
|
+
end
|
496
|
+
|
497
|
+
class EmailSettings
|
498
|
+
attr_accessor email_message: ::String
|
499
|
+
attr_accessor email_subject: ::String
|
500
|
+
SENSITIVE: []
|
501
|
+
end
|
502
|
+
|
503
|
+
class GatewayTimeoutException
|
504
|
+
attr_accessor message: ::String
|
505
|
+
SENSITIVE: []
|
506
|
+
end
|
507
|
+
|
508
|
+
class GenerateBackendAPIModelsRequest
|
509
|
+
attr_accessor app_id: ::String
|
510
|
+
attr_accessor backend_environment_name: ::String
|
511
|
+
attr_accessor resource_name: ::String
|
512
|
+
SENSITIVE: []
|
513
|
+
end
|
514
|
+
|
515
|
+
class GenerateBackendAPIModelsResponse
|
516
|
+
attr_accessor app_id: ::String
|
517
|
+
attr_accessor backend_environment_name: ::String
|
518
|
+
attr_accessor error: ::String
|
519
|
+
attr_accessor job_id: ::String
|
520
|
+
attr_accessor operation: ::String
|
521
|
+
attr_accessor status: ::String
|
522
|
+
SENSITIVE: []
|
523
|
+
end
|
524
|
+
|
525
|
+
class GetBackendAPIModelsRequest
|
526
|
+
attr_accessor app_id: ::String
|
527
|
+
attr_accessor backend_environment_name: ::String
|
528
|
+
attr_accessor resource_name: ::String
|
529
|
+
SENSITIVE: []
|
530
|
+
end
|
531
|
+
|
532
|
+
class GetBackendAPIModelsResponse
|
533
|
+
attr_accessor models: ::String
|
534
|
+
attr_accessor status: ("LATEST" | "STALE")
|
535
|
+
attr_accessor model_introspection_schema: ::String
|
536
|
+
SENSITIVE: []
|
537
|
+
end
|
538
|
+
|
539
|
+
class GetBackendAPIRequest
|
540
|
+
attr_accessor app_id: ::String
|
541
|
+
attr_accessor backend_environment_name: ::String
|
542
|
+
attr_accessor resource_config: Types::BackendAPIResourceConfig
|
543
|
+
attr_accessor resource_name: ::String
|
544
|
+
SENSITIVE: []
|
545
|
+
end
|
546
|
+
|
547
|
+
class GetBackendAPIRespObj
|
548
|
+
attr_accessor app_id: ::String
|
549
|
+
attr_accessor backend_environment_name: ::String
|
550
|
+
attr_accessor error: ::String
|
551
|
+
attr_accessor resource_config: Types::BackendAPIResourceConfig
|
552
|
+
attr_accessor resource_name: ::String
|
553
|
+
SENSITIVE: []
|
554
|
+
end
|
555
|
+
|
556
|
+
class GetBackendAPIResponse
|
557
|
+
attr_accessor app_id: ::String
|
558
|
+
attr_accessor backend_environment_name: ::String
|
559
|
+
attr_accessor error: ::String
|
560
|
+
attr_accessor resource_config: Types::BackendAPIResourceConfig
|
561
|
+
attr_accessor resource_name: ::String
|
562
|
+
SENSITIVE: []
|
563
|
+
end
|
564
|
+
|
565
|
+
class GetBackendAuthReqObj
|
566
|
+
attr_accessor resource_name: ::String
|
567
|
+
SENSITIVE: []
|
568
|
+
end
|
569
|
+
|
570
|
+
class GetBackendAuthRequest
|
571
|
+
attr_accessor app_id: ::String
|
572
|
+
attr_accessor backend_environment_name: ::String
|
573
|
+
attr_accessor resource_name: ::String
|
574
|
+
SENSITIVE: []
|
575
|
+
end
|
576
|
+
|
577
|
+
class GetBackendAuthRespObj
|
578
|
+
attr_accessor app_id: ::String
|
579
|
+
attr_accessor backend_environment_name: ::String
|
580
|
+
attr_accessor error: ::String
|
581
|
+
attr_accessor resource_config: Types::CreateBackendAuthResourceConfig
|
582
|
+
attr_accessor resource_name: ::String
|
583
|
+
SENSITIVE: []
|
584
|
+
end
|
585
|
+
|
586
|
+
class GetBackendAuthResponse
|
587
|
+
attr_accessor app_id: ::String
|
588
|
+
attr_accessor backend_environment_name: ::String
|
589
|
+
attr_accessor error: ::String
|
590
|
+
attr_accessor resource_config: Types::CreateBackendAuthResourceConfig
|
591
|
+
attr_accessor resource_name: ::String
|
592
|
+
SENSITIVE: []
|
593
|
+
end
|
594
|
+
|
595
|
+
class GetBackendJobRequest
|
596
|
+
attr_accessor app_id: ::String
|
597
|
+
attr_accessor backend_environment_name: ::String
|
598
|
+
attr_accessor job_id: ::String
|
599
|
+
SENSITIVE: []
|
600
|
+
end
|
601
|
+
|
602
|
+
class GetBackendJobResponse
|
603
|
+
attr_accessor app_id: ::String
|
604
|
+
attr_accessor backend_environment_name: ::String
|
605
|
+
attr_accessor create_time: ::String
|
606
|
+
attr_accessor error: ::String
|
607
|
+
attr_accessor job_id: ::String
|
608
|
+
attr_accessor operation: ::String
|
609
|
+
attr_accessor status: ::String
|
610
|
+
attr_accessor update_time: ::String
|
611
|
+
SENSITIVE: []
|
612
|
+
end
|
613
|
+
|
614
|
+
class GetBackendReqObj
|
615
|
+
attr_accessor backend_environment_name: ::String
|
616
|
+
SENSITIVE: []
|
617
|
+
end
|
618
|
+
|
619
|
+
class GetBackendRequest
|
620
|
+
attr_accessor app_id: ::String
|
621
|
+
attr_accessor backend_environment_name: ::String
|
622
|
+
SENSITIVE: []
|
623
|
+
end
|
624
|
+
|
625
|
+
class GetBackendRespObj
|
626
|
+
attr_accessor amplify_feature_flags: ::String
|
627
|
+
attr_accessor amplify_meta_config: ::String
|
628
|
+
attr_accessor app_id: ::String
|
629
|
+
attr_accessor app_name: ::String
|
630
|
+
attr_accessor backend_environment_list: ::Array[::String]
|
631
|
+
attr_accessor backend_environment_name: ::String
|
632
|
+
attr_accessor error: ::String
|
633
|
+
SENSITIVE: []
|
634
|
+
end
|
635
|
+
|
636
|
+
class GetBackendResponse
|
637
|
+
attr_accessor amplify_feature_flags: ::String
|
638
|
+
attr_accessor amplify_meta_config: ::String
|
639
|
+
attr_accessor app_id: ::String
|
640
|
+
attr_accessor app_name: ::String
|
641
|
+
attr_accessor backend_environment_list: ::Array[::String]
|
642
|
+
attr_accessor backend_environment_name: ::String
|
643
|
+
attr_accessor error: ::String
|
644
|
+
SENSITIVE: []
|
645
|
+
end
|
646
|
+
|
647
|
+
class GetBackendStorageReqObj
|
648
|
+
attr_accessor resource_name: ::String
|
649
|
+
SENSITIVE: []
|
650
|
+
end
|
651
|
+
|
652
|
+
class GetBackendStorageRequest
|
653
|
+
attr_accessor app_id: ::String
|
654
|
+
attr_accessor backend_environment_name: ::String
|
655
|
+
attr_accessor resource_name: ::String
|
656
|
+
SENSITIVE: []
|
657
|
+
end
|
658
|
+
|
659
|
+
class GetBackendStorageResourceConfig
|
660
|
+
attr_accessor bucket_name: ::String
|
661
|
+
attr_accessor imported: bool
|
662
|
+
attr_accessor permissions: Types::BackendStoragePermissions
|
663
|
+
attr_accessor service_name: ("S3")
|
664
|
+
SENSITIVE: []
|
665
|
+
end
|
666
|
+
|
667
|
+
class GetBackendStorageRespObj
|
668
|
+
attr_accessor app_id: ::String
|
669
|
+
attr_accessor backend_environment_name: ::String
|
670
|
+
attr_accessor resource_config: Types::GetBackendStorageResourceConfig
|
671
|
+
attr_accessor resource_name: ::String
|
672
|
+
SENSITIVE: []
|
673
|
+
end
|
674
|
+
|
675
|
+
class GetBackendStorageResponse
|
676
|
+
attr_accessor app_id: ::String
|
677
|
+
attr_accessor backend_environment_name: ::String
|
678
|
+
attr_accessor resource_config: Types::GetBackendStorageResourceConfig
|
679
|
+
attr_accessor resource_name: ::String
|
680
|
+
SENSITIVE: []
|
681
|
+
end
|
682
|
+
|
683
|
+
class GetTokenRequest
|
684
|
+
attr_accessor app_id: ::String
|
685
|
+
attr_accessor session_id: ::String
|
686
|
+
SENSITIVE: []
|
687
|
+
end
|
688
|
+
|
689
|
+
class GetTokenRespObj
|
690
|
+
attr_accessor app_id: ::String
|
691
|
+
attr_accessor challenge_code: ::String
|
692
|
+
attr_accessor session_id: ::String
|
693
|
+
attr_accessor ttl: ::String
|
694
|
+
SENSITIVE: []
|
695
|
+
end
|
696
|
+
|
697
|
+
class GetTokenResponse
|
698
|
+
attr_accessor app_id: ::String
|
699
|
+
attr_accessor challenge_code: ::String
|
700
|
+
attr_accessor session_id: ::String
|
701
|
+
attr_accessor ttl: ::String
|
702
|
+
SENSITIVE: []
|
703
|
+
end
|
704
|
+
|
705
|
+
class ImportBackendAuthReqObj
|
706
|
+
attr_accessor identity_pool_id: ::String
|
707
|
+
attr_accessor native_client_id: ::String
|
708
|
+
attr_accessor user_pool_id: ::String
|
709
|
+
attr_accessor web_client_id: ::String
|
710
|
+
SENSITIVE: []
|
711
|
+
end
|
712
|
+
|
713
|
+
class ImportBackendAuthRequest
|
714
|
+
attr_accessor app_id: ::String
|
715
|
+
attr_accessor backend_environment_name: ::String
|
716
|
+
attr_accessor identity_pool_id: ::String
|
717
|
+
attr_accessor native_client_id: ::String
|
718
|
+
attr_accessor user_pool_id: ::String
|
719
|
+
attr_accessor web_client_id: ::String
|
720
|
+
SENSITIVE: []
|
721
|
+
end
|
722
|
+
|
723
|
+
class ImportBackendAuthResponse
|
724
|
+
attr_accessor app_id: ::String
|
725
|
+
attr_accessor backend_environment_name: ::String
|
726
|
+
attr_accessor error: ::String
|
727
|
+
attr_accessor job_id: ::String
|
728
|
+
attr_accessor operation: ::String
|
729
|
+
attr_accessor status: ::String
|
730
|
+
SENSITIVE: []
|
731
|
+
end
|
732
|
+
|
733
|
+
class ImportBackendStorageReqObj
|
734
|
+
attr_accessor bucket_name: ::String
|
735
|
+
attr_accessor service_name: ("S3")
|
736
|
+
SENSITIVE: []
|
737
|
+
end
|
738
|
+
|
739
|
+
class ImportBackendStorageRequest
|
740
|
+
attr_accessor app_id: ::String
|
741
|
+
attr_accessor backend_environment_name: ::String
|
742
|
+
attr_accessor bucket_name: ::String
|
743
|
+
attr_accessor service_name: ("S3")
|
744
|
+
SENSITIVE: []
|
745
|
+
end
|
746
|
+
|
747
|
+
class ImportBackendStorageResponse
|
748
|
+
attr_accessor app_id: ::String
|
749
|
+
attr_accessor backend_environment_name: ::String
|
750
|
+
attr_accessor job_id: ::String
|
751
|
+
attr_accessor status: ::String
|
752
|
+
SENSITIVE: []
|
753
|
+
end
|
754
|
+
|
755
|
+
class InternalServiceException
|
756
|
+
attr_accessor message: ::String
|
757
|
+
SENSITIVE: []
|
758
|
+
end
|
759
|
+
|
760
|
+
class LimitExceededException
|
761
|
+
attr_accessor limit_type: ::String
|
762
|
+
attr_accessor message: ::String
|
763
|
+
SENSITIVE: []
|
764
|
+
end
|
765
|
+
|
766
|
+
class ListBackendJobReqObj
|
767
|
+
attr_accessor job_id: ::String
|
768
|
+
attr_accessor max_results: ::Integer
|
769
|
+
attr_accessor next_token: ::String
|
770
|
+
attr_accessor operation: ::String
|
771
|
+
attr_accessor status: ::String
|
772
|
+
SENSITIVE: []
|
773
|
+
end
|
774
|
+
|
775
|
+
class ListBackendJobRespObj
|
776
|
+
attr_accessor jobs: ::Array[Types::BackendJobRespObj]
|
777
|
+
attr_accessor next_token: ::String
|
778
|
+
SENSITIVE: []
|
779
|
+
end
|
780
|
+
|
781
|
+
class ListBackendJobsRequest
|
782
|
+
attr_accessor app_id: ::String
|
783
|
+
attr_accessor backend_environment_name: ::String
|
784
|
+
attr_accessor job_id: ::String
|
785
|
+
attr_accessor max_results: ::Integer
|
786
|
+
attr_accessor next_token: ::String
|
787
|
+
attr_accessor operation: ::String
|
788
|
+
attr_accessor status: ::String
|
789
|
+
SENSITIVE: []
|
790
|
+
end
|
791
|
+
|
792
|
+
class ListBackendJobsResponse
|
793
|
+
attr_accessor jobs: ::Array[Types::BackendJobRespObj]
|
794
|
+
attr_accessor next_token: ::String
|
795
|
+
SENSITIVE: []
|
796
|
+
end
|
797
|
+
|
798
|
+
class ListS3BucketsReqObj
|
799
|
+
attr_accessor next_token: ::String
|
800
|
+
SENSITIVE: []
|
801
|
+
end
|
802
|
+
|
803
|
+
class ListS3BucketsRequest
|
804
|
+
attr_accessor next_token: ::String
|
805
|
+
SENSITIVE: []
|
806
|
+
end
|
807
|
+
|
808
|
+
class ListS3BucketsRespObj
|
809
|
+
attr_accessor buckets: ::Array[Types::S3BucketInfo]
|
810
|
+
attr_accessor next_token: ::String
|
811
|
+
SENSITIVE: []
|
812
|
+
end
|
813
|
+
|
814
|
+
class ListS3BucketsResponse
|
815
|
+
attr_accessor buckets: ::Array[Types::S3BucketInfo]
|
816
|
+
attr_accessor next_token: ::String
|
817
|
+
SENSITIVE: []
|
818
|
+
end
|
819
|
+
|
820
|
+
class LoginAuthConfigReqObj
|
821
|
+
attr_accessor aws_cognito_identity_pool_id: ::String
|
822
|
+
attr_accessor aws_cognito_region: ::String
|
823
|
+
attr_accessor aws_user_pools_id: ::String
|
824
|
+
attr_accessor aws_user_pools_web_client_id: ::String
|
825
|
+
SENSITIVE: []
|
826
|
+
end
|
827
|
+
|
828
|
+
class NotFoundException
|
829
|
+
attr_accessor message: ::String
|
830
|
+
attr_accessor resource_type: ::String
|
831
|
+
SENSITIVE: []
|
832
|
+
end
|
833
|
+
|
834
|
+
class RemoveAllBackendsReqObj
|
835
|
+
attr_accessor clean_amplify_app: bool
|
836
|
+
SENSITIVE: []
|
837
|
+
end
|
838
|
+
|
839
|
+
class RemoveAllBackendsRequest
|
840
|
+
attr_accessor app_id: ::String
|
841
|
+
attr_accessor clean_amplify_app: bool
|
842
|
+
SENSITIVE: []
|
843
|
+
end
|
844
|
+
|
845
|
+
class RemoveAllBackendsRespObj
|
846
|
+
attr_accessor app_id: ::String
|
847
|
+
attr_accessor error: ::String
|
848
|
+
attr_accessor job_id: ::String
|
849
|
+
attr_accessor operation: ::String
|
850
|
+
attr_accessor status: ::String
|
851
|
+
SENSITIVE: []
|
852
|
+
end
|
853
|
+
|
854
|
+
class RemoveAllBackendsResponse
|
855
|
+
attr_accessor app_id: ::String
|
856
|
+
attr_accessor error: ::String
|
857
|
+
attr_accessor job_id: ::String
|
858
|
+
attr_accessor operation: ::String
|
859
|
+
attr_accessor status: ::String
|
860
|
+
SENSITIVE: []
|
861
|
+
end
|
862
|
+
|
863
|
+
class RemoveBackendAuthReqObj
|
864
|
+
attr_accessor resource_name: ::String
|
865
|
+
SENSITIVE: []
|
866
|
+
end
|
867
|
+
|
868
|
+
class RemoveBackendConfigRequest
|
869
|
+
attr_accessor app_id: ::String
|
870
|
+
SENSITIVE: []
|
871
|
+
end
|
872
|
+
|
873
|
+
class RemoveBackendConfigRespObj
|
874
|
+
attr_accessor error: ::String
|
875
|
+
SENSITIVE: []
|
876
|
+
end
|
877
|
+
|
878
|
+
class RemoveBackendConfigResponse
|
879
|
+
attr_accessor error: ::String
|
880
|
+
SENSITIVE: []
|
881
|
+
end
|
882
|
+
|
883
|
+
class RemoveBackendStorageReqObj
|
884
|
+
attr_accessor resource_name: ::String
|
885
|
+
attr_accessor service_name: ("S3")
|
886
|
+
SENSITIVE: []
|
887
|
+
end
|
888
|
+
|
889
|
+
class ResourceConfig < Aws::EmptyStructure
|
890
|
+
end
|
891
|
+
|
892
|
+
class S3BucketInfo
|
893
|
+
attr_accessor creation_date: ::String
|
894
|
+
attr_accessor name: ::String
|
895
|
+
SENSITIVE: []
|
896
|
+
end
|
897
|
+
|
898
|
+
class Settings
|
899
|
+
attr_accessor mfa_types: ::Array[("SMS" | "TOTP")]
|
900
|
+
attr_accessor sms_message: ::String
|
901
|
+
SENSITIVE: []
|
902
|
+
end
|
903
|
+
|
904
|
+
class SmsSettings
|
905
|
+
attr_accessor sms_message: ::String
|
906
|
+
SENSITIVE: []
|
907
|
+
end
|
908
|
+
|
909
|
+
class SocialProviderSettings
|
910
|
+
attr_accessor facebook: Types::BackendAuthSocialProviderConfig
|
911
|
+
attr_accessor google: Types::BackendAuthSocialProviderConfig
|
912
|
+
attr_accessor login_with_amazon: Types::BackendAuthSocialProviderConfig
|
913
|
+
attr_accessor sign_in_with_apple: Types::BackendAuthAppleProviderConfig
|
914
|
+
SENSITIVE: [:facebook, :google, :login_with_amazon, :sign_in_with_apple]
|
915
|
+
end
|
916
|
+
|
917
|
+
class TooManyRequestsException
|
918
|
+
attr_accessor limit_type: ::String
|
919
|
+
attr_accessor message: ::String
|
920
|
+
SENSITIVE: []
|
921
|
+
end
|
922
|
+
|
923
|
+
class UpdateBackendAPIRequest
|
924
|
+
attr_accessor app_id: ::String
|
925
|
+
attr_accessor backend_environment_name: ::String
|
926
|
+
attr_accessor resource_config: Types::BackendAPIResourceConfig
|
927
|
+
attr_accessor resource_name: ::String
|
928
|
+
SENSITIVE: []
|
929
|
+
end
|
930
|
+
|
931
|
+
class UpdateBackendAPIResponse
|
932
|
+
attr_accessor app_id: ::String
|
933
|
+
attr_accessor backend_environment_name: ::String
|
934
|
+
attr_accessor error: ::String
|
935
|
+
attr_accessor job_id: ::String
|
936
|
+
attr_accessor operation: ::String
|
937
|
+
attr_accessor status: ::String
|
938
|
+
SENSITIVE: []
|
939
|
+
end
|
940
|
+
|
941
|
+
class UpdateBackendAuthForgotPasswordConfig
|
942
|
+
attr_accessor delivery_method: ("EMAIL" | "SMS")
|
943
|
+
attr_accessor email_settings: Types::EmailSettings
|
944
|
+
attr_accessor sms_settings: Types::SmsSettings
|
945
|
+
SENSITIVE: [:email_settings, :sms_settings]
|
946
|
+
end
|
947
|
+
|
948
|
+
class UpdateBackendAuthIdentityPoolConfig
|
949
|
+
attr_accessor unauthenticated_login: bool
|
950
|
+
SENSITIVE: []
|
951
|
+
end
|
952
|
+
|
953
|
+
class UpdateBackendAuthMFAConfig
|
954
|
+
attr_accessor mfa_mode: ("ON" | "OFF" | "OPTIONAL")
|
955
|
+
attr_accessor settings: Types::Settings
|
956
|
+
SENSITIVE: []
|
957
|
+
end
|
958
|
+
|
959
|
+
class UpdateBackendAuthOAuthConfig
|
960
|
+
attr_accessor domain_prefix: ::String
|
961
|
+
attr_accessor o_auth_grant_type: ("CODE" | "IMPLICIT")
|
962
|
+
attr_accessor o_auth_scopes: ::Array[("PHONE" | "EMAIL" | "OPENID" | "PROFILE" | "AWS_COGNITO_SIGNIN_USER_ADMIN")]
|
963
|
+
attr_accessor redirect_sign_in_ur_is: ::Array[::String]
|
964
|
+
attr_accessor redirect_sign_out_ur_is: ::Array[::String]
|
965
|
+
attr_accessor social_provider_settings: Types::SocialProviderSettings
|
966
|
+
SENSITIVE: []
|
967
|
+
end
|
968
|
+
|
969
|
+
class UpdateBackendAuthPasswordPolicyConfig
|
970
|
+
attr_accessor additional_constraints: ::Array[("REQUIRE_DIGIT" | "REQUIRE_LOWERCASE" | "REQUIRE_SYMBOL" | "REQUIRE_UPPERCASE")]
|
971
|
+
attr_accessor minimum_length: ::Float
|
972
|
+
SENSITIVE: []
|
973
|
+
end
|
974
|
+
|
975
|
+
class UpdateBackendAuthReqObj
|
976
|
+
attr_accessor resource_config: Types::UpdateBackendAuthResourceConfig
|
977
|
+
attr_accessor resource_name: ::String
|
978
|
+
SENSITIVE: []
|
979
|
+
end
|
980
|
+
|
981
|
+
class UpdateBackendAuthRequest
|
982
|
+
attr_accessor app_id: ::String
|
983
|
+
attr_accessor backend_environment_name: ::String
|
984
|
+
attr_accessor resource_config: Types::UpdateBackendAuthResourceConfig
|
985
|
+
attr_accessor resource_name: ::String
|
986
|
+
SENSITIVE: []
|
987
|
+
end
|
988
|
+
|
989
|
+
class UpdateBackendAuthResourceConfig
|
990
|
+
attr_accessor auth_resources: ("USER_POOL_ONLY" | "IDENTITY_POOL_AND_USER_POOL")
|
991
|
+
attr_accessor identity_pool_configs: Types::UpdateBackendAuthIdentityPoolConfig
|
992
|
+
attr_accessor service: ("COGNITO")
|
993
|
+
attr_accessor user_pool_configs: Types::UpdateBackendAuthUserPoolConfig
|
994
|
+
SENSITIVE: []
|
995
|
+
end
|
996
|
+
|
997
|
+
class UpdateBackendAuthResponse
|
998
|
+
attr_accessor app_id: ::String
|
999
|
+
attr_accessor backend_environment_name: ::String
|
1000
|
+
attr_accessor error: ::String
|
1001
|
+
attr_accessor job_id: ::String
|
1002
|
+
attr_accessor operation: ::String
|
1003
|
+
attr_accessor status: ::String
|
1004
|
+
SENSITIVE: []
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
class UpdateBackendAuthUserPoolConfig
|
1008
|
+
attr_accessor forgot_password: Types::UpdateBackendAuthForgotPasswordConfig
|
1009
|
+
attr_accessor mfa: Types::UpdateBackendAuthMFAConfig
|
1010
|
+
attr_accessor o_auth: Types::UpdateBackendAuthOAuthConfig
|
1011
|
+
attr_accessor password_policy: Types::UpdateBackendAuthPasswordPolicyConfig
|
1012
|
+
attr_accessor verification_message: Types::UpdateBackendAuthVerificationMessageConfig
|
1013
|
+
SENSITIVE: []
|
1014
|
+
end
|
1015
|
+
|
1016
|
+
class UpdateBackendAuthVerificationMessageConfig
|
1017
|
+
attr_accessor delivery_method: ("EMAIL" | "SMS")
|
1018
|
+
attr_accessor email_settings: Types::EmailSettings
|
1019
|
+
attr_accessor sms_settings: Types::SmsSettings
|
1020
|
+
SENSITIVE: [:email_settings, :sms_settings]
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
class UpdateBackendConfigReqObj
|
1024
|
+
attr_accessor login_auth_config: Types::LoginAuthConfigReqObj
|
1025
|
+
SENSITIVE: []
|
1026
|
+
end
|
1027
|
+
|
1028
|
+
class UpdateBackendConfigRequest
|
1029
|
+
attr_accessor app_id: ::String
|
1030
|
+
attr_accessor login_auth_config: Types::LoginAuthConfigReqObj
|
1031
|
+
SENSITIVE: []
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
class UpdateBackendConfigResponse
|
1035
|
+
attr_accessor app_id: ::String
|
1036
|
+
attr_accessor backend_manager_app_id: ::String
|
1037
|
+
attr_accessor error: ::String
|
1038
|
+
attr_accessor login_auth_config: Types::LoginAuthConfigReqObj
|
1039
|
+
SENSITIVE: []
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
class UpdateBackendJobRequest
|
1043
|
+
attr_accessor app_id: ::String
|
1044
|
+
attr_accessor backend_environment_name: ::String
|
1045
|
+
attr_accessor job_id: ::String
|
1046
|
+
attr_accessor operation: ::String
|
1047
|
+
attr_accessor status: ::String
|
1048
|
+
SENSITIVE: []
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class UpdateBackendJobResponse
|
1052
|
+
attr_accessor app_id: ::String
|
1053
|
+
attr_accessor backend_environment_name: ::String
|
1054
|
+
attr_accessor create_time: ::String
|
1055
|
+
attr_accessor error: ::String
|
1056
|
+
attr_accessor job_id: ::String
|
1057
|
+
attr_accessor operation: ::String
|
1058
|
+
attr_accessor status: ::String
|
1059
|
+
attr_accessor update_time: ::String
|
1060
|
+
SENSITIVE: []
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class UpdateBackendStorageReqObj
|
1064
|
+
attr_accessor resource_config: Types::UpdateBackendStorageResourceConfig
|
1065
|
+
attr_accessor resource_name: ::String
|
1066
|
+
SENSITIVE: []
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class UpdateBackendStorageRequest
|
1070
|
+
attr_accessor app_id: ::String
|
1071
|
+
attr_accessor backend_environment_name: ::String
|
1072
|
+
attr_accessor resource_config: Types::UpdateBackendStorageResourceConfig
|
1073
|
+
attr_accessor resource_name: ::String
|
1074
|
+
SENSITIVE: []
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
class UpdateBackendStorageResourceConfig
|
1078
|
+
attr_accessor permissions: Types::BackendStoragePermissions
|
1079
|
+
attr_accessor service_name: ("S3")
|
1080
|
+
SENSITIVE: []
|
1081
|
+
end
|
1082
|
+
|
1083
|
+
class UpdateBackendStorageResponse
|
1084
|
+
attr_accessor app_id: ::String
|
1085
|
+
attr_accessor backend_environment_name: ::String
|
1086
|
+
attr_accessor job_id: ::String
|
1087
|
+
attr_accessor status: ::String
|
1088
|
+
SENSITIVE: []
|
1089
|
+
end
|
1090
|
+
end
|
1091
|
+
end
|