aws-sdk-amplifyuibuilder 1.21.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-amplifyuibuilder/client.rb +1 -1
- data/lib/aws-sdk-amplifyuibuilder/plugins/endpoints.rb +4 -2
- data/lib/aws-sdk-amplifyuibuilder.rb +1 -1
- data/sig/client.rbs +2261 -0
- data/sig/errors.rbs +37 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +968 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/client.rbs
ADDED
@@ -0,0 +1,2261 @@
|
|
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
|
9
|
+
module AmplifyUIBuilder
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?stub_responses: untyped,
|
52
|
+
?token_provider: untyped,
|
53
|
+
?use_dualstack_endpoint: bool,
|
54
|
+
?use_fips_endpoint: bool,
|
55
|
+
?validate_params: bool,
|
56
|
+
?endpoint_provider: untyped,
|
57
|
+
?http_proxy: String,
|
58
|
+
?http_open_timeout: (Float | Integer),
|
59
|
+
?http_read_timeout: (Float | Integer),
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
63
|
+
?http_wire_trace: bool,
|
64
|
+
?ssl_verify_peer: bool,
|
65
|
+
?ssl_ca_bundle: String,
|
66
|
+
?ssl_ca_directory: String,
|
67
|
+
?ssl_ca_store: String,
|
68
|
+
?on_chunk_received: Proc,
|
69
|
+
?on_chunk_sent: Proc,
|
70
|
+
?raise_response_errors: bool
|
71
|
+
) -> instance
|
72
|
+
| (?Hash[Symbol, untyped]) -> instance
|
73
|
+
|
74
|
+
|
75
|
+
interface _CreateComponentResponseSuccess
|
76
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateComponentResponse]
|
77
|
+
def entity: () -> Types::Component
|
78
|
+
end
|
79
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#create_component-instance_method
|
80
|
+
def create_component: (
|
81
|
+
app_id: ::String,
|
82
|
+
environment_name: ::String,
|
83
|
+
?client_token: ::String,
|
84
|
+
component_to_create: {
|
85
|
+
name: ::String,
|
86
|
+
source_id: ::String?,
|
87
|
+
component_type: ::String,
|
88
|
+
properties: Hash[::String, {
|
89
|
+
value: ::String?,
|
90
|
+
binding_properties: {
|
91
|
+
property: ::String,
|
92
|
+
field: ::String?
|
93
|
+
}?,
|
94
|
+
collection_binding_properties: {
|
95
|
+
property: ::String,
|
96
|
+
field: ::String?
|
97
|
+
}?,
|
98
|
+
default_value: ::String?,
|
99
|
+
model: ::String?,
|
100
|
+
bindings: Hash[::String, {
|
101
|
+
element: ::String,
|
102
|
+
property: ::String
|
103
|
+
}]?,
|
104
|
+
event: ::String?,
|
105
|
+
user_attribute: ::String?,
|
106
|
+
concat: Array[
|
107
|
+
untyped,
|
108
|
+
]?,
|
109
|
+
condition: {
|
110
|
+
property: ::String?,
|
111
|
+
field: ::String?,
|
112
|
+
operator: ::String?,
|
113
|
+
operand: ::String?,
|
114
|
+
then: untyped?,
|
115
|
+
else: untyped?,
|
116
|
+
operand_type: ::String?
|
117
|
+
}?,
|
118
|
+
configured: bool?,
|
119
|
+
type: ::String?,
|
120
|
+
imported_value: ::String?,
|
121
|
+
component_name: ::String?,
|
122
|
+
property: ::String?
|
123
|
+
}],
|
124
|
+
children: Array[
|
125
|
+
{
|
126
|
+
component_type: ::String,
|
127
|
+
name: ::String,
|
128
|
+
properties: Hash[::String, {
|
129
|
+
value: ::String?,
|
130
|
+
binding_properties: {
|
131
|
+
property: ::String,
|
132
|
+
field: ::String?
|
133
|
+
}?,
|
134
|
+
collection_binding_properties: {
|
135
|
+
property: ::String,
|
136
|
+
field: ::String?
|
137
|
+
}?,
|
138
|
+
default_value: ::String?,
|
139
|
+
model: ::String?,
|
140
|
+
bindings: Hash[::String, {
|
141
|
+
element: ::String,
|
142
|
+
property: ::String
|
143
|
+
}]?,
|
144
|
+
event: ::String?,
|
145
|
+
user_attribute: ::String?,
|
146
|
+
concat: Array[
|
147
|
+
untyped,
|
148
|
+
]?,
|
149
|
+
condition: {
|
150
|
+
property: ::String?,
|
151
|
+
field: ::String?,
|
152
|
+
operator: ::String?,
|
153
|
+
operand: ::String?,
|
154
|
+
then: untyped?,
|
155
|
+
else: untyped?,
|
156
|
+
operand_type: ::String?
|
157
|
+
}?,
|
158
|
+
configured: bool?,
|
159
|
+
type: ::String?,
|
160
|
+
imported_value: ::String?,
|
161
|
+
component_name: ::String?,
|
162
|
+
property: ::String?
|
163
|
+
}],
|
164
|
+
children: untyped?,
|
165
|
+
events: Hash[::String, {
|
166
|
+
action: ::String?,
|
167
|
+
parameters: {
|
168
|
+
type: {
|
169
|
+
value: ::String?,
|
170
|
+
binding_properties: {
|
171
|
+
property: ::String,
|
172
|
+
field: ::String?
|
173
|
+
}?,
|
174
|
+
collection_binding_properties: {
|
175
|
+
property: ::String,
|
176
|
+
field: ::String?
|
177
|
+
}?,
|
178
|
+
default_value: ::String?,
|
179
|
+
model: ::String?,
|
180
|
+
bindings: Hash[::String, {
|
181
|
+
element: ::String,
|
182
|
+
property: ::String
|
183
|
+
}]?,
|
184
|
+
event: ::String?,
|
185
|
+
user_attribute: ::String?,
|
186
|
+
concat: Array[
|
187
|
+
untyped,
|
188
|
+
]?,
|
189
|
+
condition: {
|
190
|
+
property: ::String?,
|
191
|
+
field: ::String?,
|
192
|
+
operator: ::String?,
|
193
|
+
operand: ::String?,
|
194
|
+
then: untyped?,
|
195
|
+
else: untyped?,
|
196
|
+
operand_type: ::String?
|
197
|
+
}?,
|
198
|
+
configured: bool?,
|
199
|
+
type: ::String?,
|
200
|
+
imported_value: ::String?,
|
201
|
+
component_name: ::String?,
|
202
|
+
property: ::String?
|
203
|
+
}?,
|
204
|
+
url: {
|
205
|
+
value: ::String?,
|
206
|
+
binding_properties: {
|
207
|
+
property: ::String,
|
208
|
+
field: ::String?
|
209
|
+
}?,
|
210
|
+
collection_binding_properties: {
|
211
|
+
property: ::String,
|
212
|
+
field: ::String?
|
213
|
+
}?,
|
214
|
+
default_value: ::String?,
|
215
|
+
model: ::String?,
|
216
|
+
bindings: Hash[::String, {
|
217
|
+
element: ::String,
|
218
|
+
property: ::String
|
219
|
+
}]?,
|
220
|
+
event: ::String?,
|
221
|
+
user_attribute: ::String?,
|
222
|
+
concat: Array[
|
223
|
+
untyped,
|
224
|
+
]?,
|
225
|
+
condition: {
|
226
|
+
property: ::String?,
|
227
|
+
field: ::String?,
|
228
|
+
operator: ::String?,
|
229
|
+
operand: ::String?,
|
230
|
+
then: untyped?,
|
231
|
+
else: untyped?,
|
232
|
+
operand_type: ::String?
|
233
|
+
}?,
|
234
|
+
configured: bool?,
|
235
|
+
type: ::String?,
|
236
|
+
imported_value: ::String?,
|
237
|
+
component_name: ::String?,
|
238
|
+
property: ::String?
|
239
|
+
}?,
|
240
|
+
anchor: {
|
241
|
+
value: ::String?,
|
242
|
+
binding_properties: {
|
243
|
+
property: ::String,
|
244
|
+
field: ::String?
|
245
|
+
}?,
|
246
|
+
collection_binding_properties: {
|
247
|
+
property: ::String,
|
248
|
+
field: ::String?
|
249
|
+
}?,
|
250
|
+
default_value: ::String?,
|
251
|
+
model: ::String?,
|
252
|
+
bindings: Hash[::String, {
|
253
|
+
element: ::String,
|
254
|
+
property: ::String
|
255
|
+
}]?,
|
256
|
+
event: ::String?,
|
257
|
+
user_attribute: ::String?,
|
258
|
+
concat: Array[
|
259
|
+
untyped,
|
260
|
+
]?,
|
261
|
+
condition: {
|
262
|
+
property: ::String?,
|
263
|
+
field: ::String?,
|
264
|
+
operator: ::String?,
|
265
|
+
operand: ::String?,
|
266
|
+
then: untyped?,
|
267
|
+
else: untyped?,
|
268
|
+
operand_type: ::String?
|
269
|
+
}?,
|
270
|
+
configured: bool?,
|
271
|
+
type: ::String?,
|
272
|
+
imported_value: ::String?,
|
273
|
+
component_name: ::String?,
|
274
|
+
property: ::String?
|
275
|
+
}?,
|
276
|
+
target: {
|
277
|
+
value: ::String?,
|
278
|
+
binding_properties: {
|
279
|
+
property: ::String,
|
280
|
+
field: ::String?
|
281
|
+
}?,
|
282
|
+
collection_binding_properties: {
|
283
|
+
property: ::String,
|
284
|
+
field: ::String?
|
285
|
+
}?,
|
286
|
+
default_value: ::String?,
|
287
|
+
model: ::String?,
|
288
|
+
bindings: Hash[::String, {
|
289
|
+
element: ::String,
|
290
|
+
property: ::String
|
291
|
+
}]?,
|
292
|
+
event: ::String?,
|
293
|
+
user_attribute: ::String?,
|
294
|
+
concat: Array[
|
295
|
+
untyped,
|
296
|
+
]?,
|
297
|
+
condition: {
|
298
|
+
property: ::String?,
|
299
|
+
field: ::String?,
|
300
|
+
operator: ::String?,
|
301
|
+
operand: ::String?,
|
302
|
+
then: untyped?,
|
303
|
+
else: untyped?,
|
304
|
+
operand_type: ::String?
|
305
|
+
}?,
|
306
|
+
configured: bool?,
|
307
|
+
type: ::String?,
|
308
|
+
imported_value: ::String?,
|
309
|
+
component_name: ::String?,
|
310
|
+
property: ::String?
|
311
|
+
}?,
|
312
|
+
global: {
|
313
|
+
value: ::String?,
|
314
|
+
binding_properties: {
|
315
|
+
property: ::String,
|
316
|
+
field: ::String?
|
317
|
+
}?,
|
318
|
+
collection_binding_properties: {
|
319
|
+
property: ::String,
|
320
|
+
field: ::String?
|
321
|
+
}?,
|
322
|
+
default_value: ::String?,
|
323
|
+
model: ::String?,
|
324
|
+
bindings: Hash[::String, {
|
325
|
+
element: ::String,
|
326
|
+
property: ::String
|
327
|
+
}]?,
|
328
|
+
event: ::String?,
|
329
|
+
user_attribute: ::String?,
|
330
|
+
concat: Array[
|
331
|
+
untyped,
|
332
|
+
]?,
|
333
|
+
condition: {
|
334
|
+
property: ::String?,
|
335
|
+
field: ::String?,
|
336
|
+
operator: ::String?,
|
337
|
+
operand: ::String?,
|
338
|
+
then: untyped?,
|
339
|
+
else: untyped?,
|
340
|
+
operand_type: ::String?
|
341
|
+
}?,
|
342
|
+
configured: bool?,
|
343
|
+
type: ::String?,
|
344
|
+
imported_value: ::String?,
|
345
|
+
component_name: ::String?,
|
346
|
+
property: ::String?
|
347
|
+
}?,
|
348
|
+
model: ::String?,
|
349
|
+
id: {
|
350
|
+
value: ::String?,
|
351
|
+
binding_properties: {
|
352
|
+
property: ::String,
|
353
|
+
field: ::String?
|
354
|
+
}?,
|
355
|
+
collection_binding_properties: {
|
356
|
+
property: ::String,
|
357
|
+
field: ::String?
|
358
|
+
}?,
|
359
|
+
default_value: ::String?,
|
360
|
+
model: ::String?,
|
361
|
+
bindings: Hash[::String, {
|
362
|
+
element: ::String,
|
363
|
+
property: ::String
|
364
|
+
}]?,
|
365
|
+
event: ::String?,
|
366
|
+
user_attribute: ::String?,
|
367
|
+
concat: Array[
|
368
|
+
untyped,
|
369
|
+
]?,
|
370
|
+
condition: {
|
371
|
+
property: ::String?,
|
372
|
+
field: ::String?,
|
373
|
+
operator: ::String?,
|
374
|
+
operand: ::String?,
|
375
|
+
then: untyped?,
|
376
|
+
else: untyped?,
|
377
|
+
operand_type: ::String?
|
378
|
+
}?,
|
379
|
+
configured: bool?,
|
380
|
+
type: ::String?,
|
381
|
+
imported_value: ::String?,
|
382
|
+
component_name: ::String?,
|
383
|
+
property: ::String?
|
384
|
+
}?,
|
385
|
+
fields: Hash[::String, {
|
386
|
+
value: ::String?,
|
387
|
+
binding_properties: {
|
388
|
+
property: ::String,
|
389
|
+
field: ::String?
|
390
|
+
}?,
|
391
|
+
collection_binding_properties: {
|
392
|
+
property: ::String,
|
393
|
+
field: ::String?
|
394
|
+
}?,
|
395
|
+
default_value: ::String?,
|
396
|
+
model: ::String?,
|
397
|
+
bindings: Hash[::String, {
|
398
|
+
element: ::String,
|
399
|
+
property: ::String
|
400
|
+
}]?,
|
401
|
+
event: ::String?,
|
402
|
+
user_attribute: ::String?,
|
403
|
+
concat: Array[
|
404
|
+
untyped,
|
405
|
+
]?,
|
406
|
+
condition: {
|
407
|
+
property: ::String?,
|
408
|
+
field: ::String?,
|
409
|
+
operator: ::String?,
|
410
|
+
operand: ::String?,
|
411
|
+
then: untyped?,
|
412
|
+
else: untyped?,
|
413
|
+
operand_type: ::String?
|
414
|
+
}?,
|
415
|
+
configured: bool?,
|
416
|
+
type: ::String?,
|
417
|
+
imported_value: ::String?,
|
418
|
+
component_name: ::String?,
|
419
|
+
property: ::String?
|
420
|
+
}]?,
|
421
|
+
state: {
|
422
|
+
component_name: ::String,
|
423
|
+
property: ::String,
|
424
|
+
set: {
|
425
|
+
value: ::String?,
|
426
|
+
binding_properties: {
|
427
|
+
property: ::String,
|
428
|
+
field: ::String?
|
429
|
+
}?,
|
430
|
+
collection_binding_properties: {
|
431
|
+
property: ::String,
|
432
|
+
field: ::String?
|
433
|
+
}?,
|
434
|
+
default_value: ::String?,
|
435
|
+
model: ::String?,
|
436
|
+
bindings: Hash[::String, {
|
437
|
+
element: ::String,
|
438
|
+
property: ::String
|
439
|
+
}]?,
|
440
|
+
event: ::String?,
|
441
|
+
user_attribute: ::String?,
|
442
|
+
concat: Array[
|
443
|
+
untyped,
|
444
|
+
]?,
|
445
|
+
condition: {
|
446
|
+
property: ::String?,
|
447
|
+
field: ::String?,
|
448
|
+
operator: ::String?,
|
449
|
+
operand: ::String?,
|
450
|
+
then: untyped?,
|
451
|
+
else: untyped?,
|
452
|
+
operand_type: ::String?
|
453
|
+
}?,
|
454
|
+
configured: bool?,
|
455
|
+
type: ::String?,
|
456
|
+
imported_value: ::String?,
|
457
|
+
component_name: ::String?,
|
458
|
+
property: ::String?
|
459
|
+
}
|
460
|
+
}?
|
461
|
+
}?,
|
462
|
+
binding_event: ::String?
|
463
|
+
}]?,
|
464
|
+
source_id: ::String?
|
465
|
+
},
|
466
|
+
]?,
|
467
|
+
variants: Array[
|
468
|
+
{
|
469
|
+
variant_values: Hash[::String, ::String]?,
|
470
|
+
overrides: Hash[::String, Hash[::String, ::String]]?
|
471
|
+
},
|
472
|
+
],
|
473
|
+
overrides: Hash[::String, Hash[::String, ::String]],
|
474
|
+
binding_properties: Hash[::String, {
|
475
|
+
type: ::String?,
|
476
|
+
binding_properties: {
|
477
|
+
model: ::String?,
|
478
|
+
field: ::String?,
|
479
|
+
predicates: Array[
|
480
|
+
{
|
481
|
+
or: untyped?,
|
482
|
+
and: untyped?,
|
483
|
+
field: ::String?,
|
484
|
+
operator: ::String?,
|
485
|
+
operand: ::String?,
|
486
|
+
operand_type: ::String?
|
487
|
+
},
|
488
|
+
]?,
|
489
|
+
user_attribute: ::String?,
|
490
|
+
bucket: ::String?,
|
491
|
+
key: ::String?,
|
492
|
+
default_value: ::String?,
|
493
|
+
slot_name: ::String?
|
494
|
+
}?,
|
495
|
+
default_value: ::String?
|
496
|
+
}],
|
497
|
+
collection_properties: Hash[::String, {
|
498
|
+
model: ::String,
|
499
|
+
sort: Array[
|
500
|
+
{
|
501
|
+
field: ::String,
|
502
|
+
direction: ("ASC" | "DESC")
|
503
|
+
},
|
504
|
+
]?,
|
505
|
+
predicate: {
|
506
|
+
or: Array[
|
507
|
+
untyped,
|
508
|
+
]?,
|
509
|
+
and: Array[
|
510
|
+
untyped,
|
511
|
+
]?,
|
512
|
+
field: ::String?,
|
513
|
+
operator: ::String?,
|
514
|
+
operand: ::String?,
|
515
|
+
operand_type: ::String?
|
516
|
+
}?,
|
517
|
+
identifiers: Array[::String]?
|
518
|
+
}]?,
|
519
|
+
tags: Hash[::String, ::String]?,
|
520
|
+
events: Hash[::String, {
|
521
|
+
action: ::String?,
|
522
|
+
parameters: {
|
523
|
+
type: {
|
524
|
+
value: ::String?,
|
525
|
+
binding_properties: {
|
526
|
+
property: ::String,
|
527
|
+
field: ::String?
|
528
|
+
}?,
|
529
|
+
collection_binding_properties: {
|
530
|
+
property: ::String,
|
531
|
+
field: ::String?
|
532
|
+
}?,
|
533
|
+
default_value: ::String?,
|
534
|
+
model: ::String?,
|
535
|
+
bindings: Hash[::String, {
|
536
|
+
element: ::String,
|
537
|
+
property: ::String
|
538
|
+
}]?,
|
539
|
+
event: ::String?,
|
540
|
+
user_attribute: ::String?,
|
541
|
+
concat: Array[
|
542
|
+
untyped,
|
543
|
+
]?,
|
544
|
+
condition: {
|
545
|
+
property: ::String?,
|
546
|
+
field: ::String?,
|
547
|
+
operator: ::String?,
|
548
|
+
operand: ::String?,
|
549
|
+
then: untyped?,
|
550
|
+
else: untyped?,
|
551
|
+
operand_type: ::String?
|
552
|
+
}?,
|
553
|
+
configured: bool?,
|
554
|
+
type: ::String?,
|
555
|
+
imported_value: ::String?,
|
556
|
+
component_name: ::String?,
|
557
|
+
property: ::String?
|
558
|
+
}?,
|
559
|
+
url: {
|
560
|
+
value: ::String?,
|
561
|
+
binding_properties: {
|
562
|
+
property: ::String,
|
563
|
+
field: ::String?
|
564
|
+
}?,
|
565
|
+
collection_binding_properties: {
|
566
|
+
property: ::String,
|
567
|
+
field: ::String?
|
568
|
+
}?,
|
569
|
+
default_value: ::String?,
|
570
|
+
model: ::String?,
|
571
|
+
bindings: Hash[::String, {
|
572
|
+
element: ::String,
|
573
|
+
property: ::String
|
574
|
+
}]?,
|
575
|
+
event: ::String?,
|
576
|
+
user_attribute: ::String?,
|
577
|
+
concat: Array[
|
578
|
+
untyped,
|
579
|
+
]?,
|
580
|
+
condition: {
|
581
|
+
property: ::String?,
|
582
|
+
field: ::String?,
|
583
|
+
operator: ::String?,
|
584
|
+
operand: ::String?,
|
585
|
+
then: untyped?,
|
586
|
+
else: untyped?,
|
587
|
+
operand_type: ::String?
|
588
|
+
}?,
|
589
|
+
configured: bool?,
|
590
|
+
type: ::String?,
|
591
|
+
imported_value: ::String?,
|
592
|
+
component_name: ::String?,
|
593
|
+
property: ::String?
|
594
|
+
}?,
|
595
|
+
anchor: {
|
596
|
+
value: ::String?,
|
597
|
+
binding_properties: {
|
598
|
+
property: ::String,
|
599
|
+
field: ::String?
|
600
|
+
}?,
|
601
|
+
collection_binding_properties: {
|
602
|
+
property: ::String,
|
603
|
+
field: ::String?
|
604
|
+
}?,
|
605
|
+
default_value: ::String?,
|
606
|
+
model: ::String?,
|
607
|
+
bindings: Hash[::String, {
|
608
|
+
element: ::String,
|
609
|
+
property: ::String
|
610
|
+
}]?,
|
611
|
+
event: ::String?,
|
612
|
+
user_attribute: ::String?,
|
613
|
+
concat: Array[
|
614
|
+
untyped,
|
615
|
+
]?,
|
616
|
+
condition: {
|
617
|
+
property: ::String?,
|
618
|
+
field: ::String?,
|
619
|
+
operator: ::String?,
|
620
|
+
operand: ::String?,
|
621
|
+
then: untyped?,
|
622
|
+
else: untyped?,
|
623
|
+
operand_type: ::String?
|
624
|
+
}?,
|
625
|
+
configured: bool?,
|
626
|
+
type: ::String?,
|
627
|
+
imported_value: ::String?,
|
628
|
+
component_name: ::String?,
|
629
|
+
property: ::String?
|
630
|
+
}?,
|
631
|
+
target: {
|
632
|
+
value: ::String?,
|
633
|
+
binding_properties: {
|
634
|
+
property: ::String,
|
635
|
+
field: ::String?
|
636
|
+
}?,
|
637
|
+
collection_binding_properties: {
|
638
|
+
property: ::String,
|
639
|
+
field: ::String?
|
640
|
+
}?,
|
641
|
+
default_value: ::String?,
|
642
|
+
model: ::String?,
|
643
|
+
bindings: Hash[::String, {
|
644
|
+
element: ::String,
|
645
|
+
property: ::String
|
646
|
+
}]?,
|
647
|
+
event: ::String?,
|
648
|
+
user_attribute: ::String?,
|
649
|
+
concat: Array[
|
650
|
+
untyped,
|
651
|
+
]?,
|
652
|
+
condition: {
|
653
|
+
property: ::String?,
|
654
|
+
field: ::String?,
|
655
|
+
operator: ::String?,
|
656
|
+
operand: ::String?,
|
657
|
+
then: untyped?,
|
658
|
+
else: untyped?,
|
659
|
+
operand_type: ::String?
|
660
|
+
}?,
|
661
|
+
configured: bool?,
|
662
|
+
type: ::String?,
|
663
|
+
imported_value: ::String?,
|
664
|
+
component_name: ::String?,
|
665
|
+
property: ::String?
|
666
|
+
}?,
|
667
|
+
global: {
|
668
|
+
value: ::String?,
|
669
|
+
binding_properties: {
|
670
|
+
property: ::String,
|
671
|
+
field: ::String?
|
672
|
+
}?,
|
673
|
+
collection_binding_properties: {
|
674
|
+
property: ::String,
|
675
|
+
field: ::String?
|
676
|
+
}?,
|
677
|
+
default_value: ::String?,
|
678
|
+
model: ::String?,
|
679
|
+
bindings: Hash[::String, {
|
680
|
+
element: ::String,
|
681
|
+
property: ::String
|
682
|
+
}]?,
|
683
|
+
event: ::String?,
|
684
|
+
user_attribute: ::String?,
|
685
|
+
concat: Array[
|
686
|
+
untyped,
|
687
|
+
]?,
|
688
|
+
condition: {
|
689
|
+
property: ::String?,
|
690
|
+
field: ::String?,
|
691
|
+
operator: ::String?,
|
692
|
+
operand: ::String?,
|
693
|
+
then: untyped?,
|
694
|
+
else: untyped?,
|
695
|
+
operand_type: ::String?
|
696
|
+
}?,
|
697
|
+
configured: bool?,
|
698
|
+
type: ::String?,
|
699
|
+
imported_value: ::String?,
|
700
|
+
component_name: ::String?,
|
701
|
+
property: ::String?
|
702
|
+
}?,
|
703
|
+
model: ::String?,
|
704
|
+
id: {
|
705
|
+
value: ::String?,
|
706
|
+
binding_properties: {
|
707
|
+
property: ::String,
|
708
|
+
field: ::String?
|
709
|
+
}?,
|
710
|
+
collection_binding_properties: {
|
711
|
+
property: ::String,
|
712
|
+
field: ::String?
|
713
|
+
}?,
|
714
|
+
default_value: ::String?,
|
715
|
+
model: ::String?,
|
716
|
+
bindings: Hash[::String, {
|
717
|
+
element: ::String,
|
718
|
+
property: ::String
|
719
|
+
}]?,
|
720
|
+
event: ::String?,
|
721
|
+
user_attribute: ::String?,
|
722
|
+
concat: Array[
|
723
|
+
untyped,
|
724
|
+
]?,
|
725
|
+
condition: {
|
726
|
+
property: ::String?,
|
727
|
+
field: ::String?,
|
728
|
+
operator: ::String?,
|
729
|
+
operand: ::String?,
|
730
|
+
then: untyped?,
|
731
|
+
else: untyped?,
|
732
|
+
operand_type: ::String?
|
733
|
+
}?,
|
734
|
+
configured: bool?,
|
735
|
+
type: ::String?,
|
736
|
+
imported_value: ::String?,
|
737
|
+
component_name: ::String?,
|
738
|
+
property: ::String?
|
739
|
+
}?,
|
740
|
+
fields: Hash[::String, {
|
741
|
+
value: ::String?,
|
742
|
+
binding_properties: {
|
743
|
+
property: ::String,
|
744
|
+
field: ::String?
|
745
|
+
}?,
|
746
|
+
collection_binding_properties: {
|
747
|
+
property: ::String,
|
748
|
+
field: ::String?
|
749
|
+
}?,
|
750
|
+
default_value: ::String?,
|
751
|
+
model: ::String?,
|
752
|
+
bindings: Hash[::String, {
|
753
|
+
element: ::String,
|
754
|
+
property: ::String
|
755
|
+
}]?,
|
756
|
+
event: ::String?,
|
757
|
+
user_attribute: ::String?,
|
758
|
+
concat: Array[
|
759
|
+
untyped,
|
760
|
+
]?,
|
761
|
+
condition: {
|
762
|
+
property: ::String?,
|
763
|
+
field: ::String?,
|
764
|
+
operator: ::String?,
|
765
|
+
operand: ::String?,
|
766
|
+
then: untyped?,
|
767
|
+
else: untyped?,
|
768
|
+
operand_type: ::String?
|
769
|
+
}?,
|
770
|
+
configured: bool?,
|
771
|
+
type: ::String?,
|
772
|
+
imported_value: ::String?,
|
773
|
+
component_name: ::String?,
|
774
|
+
property: ::String?
|
775
|
+
}]?,
|
776
|
+
state: {
|
777
|
+
component_name: ::String,
|
778
|
+
property: ::String,
|
779
|
+
set: {
|
780
|
+
value: ::String?,
|
781
|
+
binding_properties: {
|
782
|
+
property: ::String,
|
783
|
+
field: ::String?
|
784
|
+
}?,
|
785
|
+
collection_binding_properties: {
|
786
|
+
property: ::String,
|
787
|
+
field: ::String?
|
788
|
+
}?,
|
789
|
+
default_value: ::String?,
|
790
|
+
model: ::String?,
|
791
|
+
bindings: Hash[::String, {
|
792
|
+
element: ::String,
|
793
|
+
property: ::String
|
794
|
+
}]?,
|
795
|
+
event: ::String?,
|
796
|
+
user_attribute: ::String?,
|
797
|
+
concat: Array[
|
798
|
+
untyped,
|
799
|
+
]?,
|
800
|
+
condition: {
|
801
|
+
property: ::String?,
|
802
|
+
field: ::String?,
|
803
|
+
operator: ::String?,
|
804
|
+
operand: ::String?,
|
805
|
+
then: untyped?,
|
806
|
+
else: untyped?,
|
807
|
+
operand_type: ::String?
|
808
|
+
}?,
|
809
|
+
configured: bool?,
|
810
|
+
type: ::String?,
|
811
|
+
imported_value: ::String?,
|
812
|
+
component_name: ::String?,
|
813
|
+
property: ::String?
|
814
|
+
}
|
815
|
+
}?
|
816
|
+
}?,
|
817
|
+
binding_event: ::String?
|
818
|
+
}]?,
|
819
|
+
schema_version: ::String?
|
820
|
+
}
|
821
|
+
) -> _CreateComponentResponseSuccess
|
822
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateComponentResponseSuccess
|
823
|
+
|
824
|
+
interface _CreateFormResponseSuccess
|
825
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateFormResponse]
|
826
|
+
def entity: () -> Types::Form
|
827
|
+
end
|
828
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#create_form-instance_method
|
829
|
+
def create_form: (
|
830
|
+
app_id: ::String,
|
831
|
+
environment_name: ::String,
|
832
|
+
?client_token: ::String,
|
833
|
+
form_to_create: {
|
834
|
+
name: ::String,
|
835
|
+
data_type: {
|
836
|
+
data_source_type: ("DataStore" | "Custom"),
|
837
|
+
data_type_name: ::String
|
838
|
+
},
|
839
|
+
form_action_type: ("create" | "update"),
|
840
|
+
fields: Hash[::String, {
|
841
|
+
label: ::String?,
|
842
|
+
position: {
|
843
|
+
fixed: ("first")?,
|
844
|
+
right_of: ::String?,
|
845
|
+
below: ::String?
|
846
|
+
}?,
|
847
|
+
excluded: bool?,
|
848
|
+
input_type: {
|
849
|
+
type: ::String,
|
850
|
+
required: bool?,
|
851
|
+
read_only: bool?,
|
852
|
+
placeholder: ::String?,
|
853
|
+
default_value: ::String?,
|
854
|
+
descriptive_text: ::String?,
|
855
|
+
default_checked: bool?,
|
856
|
+
default_country_code: ::String?,
|
857
|
+
value_mappings: {
|
858
|
+
values: Array[
|
859
|
+
{
|
860
|
+
display_value: {
|
861
|
+
value: ::String?,
|
862
|
+
binding_properties: {
|
863
|
+
property: ::String,
|
864
|
+
field: ::String?
|
865
|
+
}?,
|
866
|
+
concat: Array[
|
867
|
+
untyped,
|
868
|
+
]?
|
869
|
+
}?,
|
870
|
+
value: {
|
871
|
+
value: ::String?,
|
872
|
+
binding_properties: {
|
873
|
+
property: ::String,
|
874
|
+
field: ::String?
|
875
|
+
}?,
|
876
|
+
concat: Array[
|
877
|
+
untyped,
|
878
|
+
]?
|
879
|
+
}
|
880
|
+
},
|
881
|
+
],
|
882
|
+
binding_properties: Hash[::String, {
|
883
|
+
type: ::String?,
|
884
|
+
binding_properties: {
|
885
|
+
model: ::String?
|
886
|
+
}?
|
887
|
+
}]?
|
888
|
+
}?,
|
889
|
+
name: ::String?,
|
890
|
+
min_value: ::Float?,
|
891
|
+
max_value: ::Float?,
|
892
|
+
step: ::Float?,
|
893
|
+
value: ::String?,
|
894
|
+
is_array: bool?,
|
895
|
+
file_uploader_config: {
|
896
|
+
access_level: ("public" | "protected" | "private"),
|
897
|
+
accepted_file_types: Array[::String],
|
898
|
+
show_thumbnails: bool?,
|
899
|
+
is_resumable: bool?,
|
900
|
+
max_file_count: ::Integer?,
|
901
|
+
max_size: ::Integer?
|
902
|
+
}?
|
903
|
+
}?,
|
904
|
+
validations: Array[
|
905
|
+
{
|
906
|
+
type: ::String,
|
907
|
+
str_values: Array[::String]?,
|
908
|
+
num_values: Array[::Integer]?,
|
909
|
+
validation_message: ::String?
|
910
|
+
},
|
911
|
+
]?
|
912
|
+
}],
|
913
|
+
style: {
|
914
|
+
horizontal_gap: {
|
915
|
+
token_reference: ::String?,
|
916
|
+
value: ::String?
|
917
|
+
}?,
|
918
|
+
vertical_gap: {
|
919
|
+
token_reference: ::String?,
|
920
|
+
value: ::String?
|
921
|
+
}?,
|
922
|
+
outer_padding: {
|
923
|
+
token_reference: ::String?,
|
924
|
+
value: ::String?
|
925
|
+
}?
|
926
|
+
},
|
927
|
+
sectional_elements: Hash[::String, {
|
928
|
+
type: ::String,
|
929
|
+
position: {
|
930
|
+
fixed: ("first")?,
|
931
|
+
right_of: ::String?,
|
932
|
+
below: ::String?
|
933
|
+
}?,
|
934
|
+
text: ::String?,
|
935
|
+
level: ::Integer?,
|
936
|
+
orientation: ::String?,
|
937
|
+
excluded: bool?
|
938
|
+
}],
|
939
|
+
schema_version: ::String,
|
940
|
+
cta: {
|
941
|
+
position: ("top" | "bottom" | "top_and_bottom")?,
|
942
|
+
clear: {
|
943
|
+
excluded: bool?,
|
944
|
+
children: ::String?,
|
945
|
+
position: {
|
946
|
+
fixed: ("first")?,
|
947
|
+
right_of: ::String?,
|
948
|
+
below: ::String?
|
949
|
+
}?
|
950
|
+
}?,
|
951
|
+
cancel: {
|
952
|
+
excluded: bool?,
|
953
|
+
children: ::String?,
|
954
|
+
position: {
|
955
|
+
fixed: ("first")?,
|
956
|
+
right_of: ::String?,
|
957
|
+
below: ::String?
|
958
|
+
}?
|
959
|
+
}?,
|
960
|
+
submit: {
|
961
|
+
excluded: bool?,
|
962
|
+
children: ::String?,
|
963
|
+
position: {
|
964
|
+
fixed: ("first")?,
|
965
|
+
right_of: ::String?,
|
966
|
+
below: ::String?
|
967
|
+
}?
|
968
|
+
}?
|
969
|
+
}?,
|
970
|
+
tags: Hash[::String, ::String]?,
|
971
|
+
label_decorator: ("required" | "optional" | "none")?
|
972
|
+
}
|
973
|
+
) -> _CreateFormResponseSuccess
|
974
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFormResponseSuccess
|
975
|
+
|
976
|
+
interface _CreateThemeResponseSuccess
|
977
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateThemeResponse]
|
978
|
+
def entity: () -> Types::Theme
|
979
|
+
end
|
980
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#create_theme-instance_method
|
981
|
+
def create_theme: (
|
982
|
+
app_id: ::String,
|
983
|
+
environment_name: ::String,
|
984
|
+
?client_token: ::String,
|
985
|
+
theme_to_create: {
|
986
|
+
name: ::String,
|
987
|
+
values: Array[
|
988
|
+
{
|
989
|
+
key: ::String?,
|
990
|
+
value: {
|
991
|
+
value: ::String?,
|
992
|
+
children: untyped?
|
993
|
+
}?
|
994
|
+
},
|
995
|
+
],
|
996
|
+
overrides: Array[
|
997
|
+
{
|
998
|
+
key: ::String?,
|
999
|
+
value: {
|
1000
|
+
value: ::String?,
|
1001
|
+
children: untyped?
|
1002
|
+
}?
|
1003
|
+
},
|
1004
|
+
]?,
|
1005
|
+
tags: Hash[::String, ::String]?
|
1006
|
+
}
|
1007
|
+
) -> _CreateThemeResponseSuccess
|
1008
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateThemeResponseSuccess
|
1009
|
+
|
1010
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#delete_component-instance_method
|
1011
|
+
def delete_component: (
|
1012
|
+
app_id: ::String,
|
1013
|
+
environment_name: ::String,
|
1014
|
+
id: ::String
|
1015
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1016
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1017
|
+
|
1018
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#delete_form-instance_method
|
1019
|
+
def delete_form: (
|
1020
|
+
app_id: ::String,
|
1021
|
+
environment_name: ::String,
|
1022
|
+
id: ::String
|
1023
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1024
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1025
|
+
|
1026
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#delete_theme-instance_method
|
1027
|
+
def delete_theme: (
|
1028
|
+
app_id: ::String,
|
1029
|
+
environment_name: ::String,
|
1030
|
+
id: ::String
|
1031
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1032
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1033
|
+
|
1034
|
+
interface _ExchangeCodeForTokenResponseSuccess
|
1035
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ExchangeCodeForTokenResponse]
|
1036
|
+
def access_token: () -> ::String
|
1037
|
+
def expires_in: () -> ::Integer
|
1038
|
+
def refresh_token: () -> ::String
|
1039
|
+
end
|
1040
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#exchange_code_for_token-instance_method
|
1041
|
+
def exchange_code_for_token: (
|
1042
|
+
provider: ("figma"),
|
1043
|
+
request: {
|
1044
|
+
code: ::String,
|
1045
|
+
redirect_uri: ::String,
|
1046
|
+
client_id: ::String?
|
1047
|
+
}
|
1048
|
+
) -> _ExchangeCodeForTokenResponseSuccess
|
1049
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExchangeCodeForTokenResponseSuccess
|
1050
|
+
|
1051
|
+
interface _ExportComponentsResponseSuccess
|
1052
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ExportComponentsResponse]
|
1053
|
+
def entities: () -> ::Array[Types::Component]
|
1054
|
+
def next_token: () -> ::String
|
1055
|
+
end
|
1056
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#export_components-instance_method
|
1057
|
+
def export_components: (
|
1058
|
+
app_id: ::String,
|
1059
|
+
environment_name: ::String,
|
1060
|
+
?next_token: ::String
|
1061
|
+
) -> _ExportComponentsResponseSuccess
|
1062
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExportComponentsResponseSuccess
|
1063
|
+
|
1064
|
+
interface _ExportFormsResponseSuccess
|
1065
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ExportFormsResponse]
|
1066
|
+
def entities: () -> ::Array[Types::Form]
|
1067
|
+
def next_token: () -> ::String
|
1068
|
+
end
|
1069
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#export_forms-instance_method
|
1070
|
+
def export_forms: (
|
1071
|
+
app_id: ::String,
|
1072
|
+
environment_name: ::String,
|
1073
|
+
?next_token: ::String
|
1074
|
+
) -> _ExportFormsResponseSuccess
|
1075
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExportFormsResponseSuccess
|
1076
|
+
|
1077
|
+
interface _ExportThemesResponseSuccess
|
1078
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ExportThemesResponse]
|
1079
|
+
def entities: () -> ::Array[Types::Theme]
|
1080
|
+
def next_token: () -> ::String
|
1081
|
+
end
|
1082
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#export_themes-instance_method
|
1083
|
+
def export_themes: (
|
1084
|
+
app_id: ::String,
|
1085
|
+
environment_name: ::String,
|
1086
|
+
?next_token: ::String
|
1087
|
+
) -> _ExportThemesResponseSuccess
|
1088
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExportThemesResponseSuccess
|
1089
|
+
|
1090
|
+
interface _GetCodegenJobResponseSuccess
|
1091
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetCodegenJobResponse]
|
1092
|
+
def job: () -> Types::CodegenJob
|
1093
|
+
end
|
1094
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#get_codegen_job-instance_method
|
1095
|
+
def get_codegen_job: (
|
1096
|
+
app_id: ::String,
|
1097
|
+
environment_name: ::String,
|
1098
|
+
id: ::String
|
1099
|
+
) -> _GetCodegenJobResponseSuccess
|
1100
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCodegenJobResponseSuccess
|
1101
|
+
|
1102
|
+
interface _GetComponentResponseSuccess
|
1103
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetComponentResponse]
|
1104
|
+
def component: () -> Types::Component
|
1105
|
+
end
|
1106
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#get_component-instance_method
|
1107
|
+
def get_component: (
|
1108
|
+
app_id: ::String,
|
1109
|
+
environment_name: ::String,
|
1110
|
+
id: ::String
|
1111
|
+
) -> _GetComponentResponseSuccess
|
1112
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetComponentResponseSuccess
|
1113
|
+
|
1114
|
+
interface _GetFormResponseSuccess
|
1115
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetFormResponse]
|
1116
|
+
def form: () -> Types::Form
|
1117
|
+
end
|
1118
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#get_form-instance_method
|
1119
|
+
def get_form: (
|
1120
|
+
app_id: ::String,
|
1121
|
+
environment_name: ::String,
|
1122
|
+
id: ::String
|
1123
|
+
) -> _GetFormResponseSuccess
|
1124
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFormResponseSuccess
|
1125
|
+
|
1126
|
+
interface _GetMetadataResponseSuccess
|
1127
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetMetadataResponse]
|
1128
|
+
def features: () -> ::Hash[::String, ::String]
|
1129
|
+
end
|
1130
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#get_metadata-instance_method
|
1131
|
+
def get_metadata: (
|
1132
|
+
app_id: ::String,
|
1133
|
+
environment_name: ::String
|
1134
|
+
) -> _GetMetadataResponseSuccess
|
1135
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMetadataResponseSuccess
|
1136
|
+
|
1137
|
+
interface _GetThemeResponseSuccess
|
1138
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetThemeResponse]
|
1139
|
+
def theme: () -> Types::Theme
|
1140
|
+
end
|
1141
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#get_theme-instance_method
|
1142
|
+
def get_theme: (
|
1143
|
+
app_id: ::String,
|
1144
|
+
environment_name: ::String,
|
1145
|
+
id: ::String
|
1146
|
+
) -> _GetThemeResponseSuccess
|
1147
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetThemeResponseSuccess
|
1148
|
+
|
1149
|
+
interface _ListCodegenJobsResponseSuccess
|
1150
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListCodegenJobsResponse]
|
1151
|
+
def entities: () -> ::Array[Types::CodegenJobSummary]
|
1152
|
+
def next_token: () -> ::String
|
1153
|
+
end
|
1154
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#list_codegen_jobs-instance_method
|
1155
|
+
def list_codegen_jobs: (
|
1156
|
+
app_id: ::String,
|
1157
|
+
environment_name: ::String,
|
1158
|
+
?next_token: ::String,
|
1159
|
+
?max_results: ::Integer
|
1160
|
+
) -> _ListCodegenJobsResponseSuccess
|
1161
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCodegenJobsResponseSuccess
|
1162
|
+
|
1163
|
+
interface _ListComponentsResponseSuccess
|
1164
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListComponentsResponse]
|
1165
|
+
def entities: () -> ::Array[Types::ComponentSummary]
|
1166
|
+
def next_token: () -> ::String
|
1167
|
+
end
|
1168
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#list_components-instance_method
|
1169
|
+
def list_components: (
|
1170
|
+
app_id: ::String,
|
1171
|
+
environment_name: ::String,
|
1172
|
+
?next_token: ::String,
|
1173
|
+
?max_results: ::Integer
|
1174
|
+
) -> _ListComponentsResponseSuccess
|
1175
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComponentsResponseSuccess
|
1176
|
+
|
1177
|
+
interface _ListFormsResponseSuccess
|
1178
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListFormsResponse]
|
1179
|
+
def entities: () -> ::Array[Types::FormSummary]
|
1180
|
+
def next_token: () -> ::String
|
1181
|
+
end
|
1182
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#list_forms-instance_method
|
1183
|
+
def list_forms: (
|
1184
|
+
app_id: ::String,
|
1185
|
+
environment_name: ::String,
|
1186
|
+
?next_token: ::String,
|
1187
|
+
?max_results: ::Integer
|
1188
|
+
) -> _ListFormsResponseSuccess
|
1189
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFormsResponseSuccess
|
1190
|
+
|
1191
|
+
interface _ListThemesResponseSuccess
|
1192
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListThemesResponse]
|
1193
|
+
def entities: () -> ::Array[Types::ThemeSummary]
|
1194
|
+
def next_token: () -> ::String
|
1195
|
+
end
|
1196
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#list_themes-instance_method
|
1197
|
+
def list_themes: (
|
1198
|
+
app_id: ::String,
|
1199
|
+
environment_name: ::String,
|
1200
|
+
?next_token: ::String,
|
1201
|
+
?max_results: ::Integer
|
1202
|
+
) -> _ListThemesResponseSuccess
|
1203
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListThemesResponseSuccess
|
1204
|
+
|
1205
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#put_metadata_flag-instance_method
|
1206
|
+
def put_metadata_flag: (
|
1207
|
+
app_id: ::String,
|
1208
|
+
environment_name: ::String,
|
1209
|
+
feature_name: ::String,
|
1210
|
+
body: {
|
1211
|
+
new_value: ::String
|
1212
|
+
}
|
1213
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1214
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1215
|
+
|
1216
|
+
interface _RefreshTokenResponseSuccess
|
1217
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RefreshTokenResponse]
|
1218
|
+
def access_token: () -> ::String
|
1219
|
+
def expires_in: () -> ::Integer
|
1220
|
+
end
|
1221
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#refresh_token-instance_method
|
1222
|
+
def refresh_token: (
|
1223
|
+
provider: ("figma"),
|
1224
|
+
refresh_token_body: {
|
1225
|
+
token: ::String,
|
1226
|
+
client_id: ::String?
|
1227
|
+
}
|
1228
|
+
) -> _RefreshTokenResponseSuccess
|
1229
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RefreshTokenResponseSuccess
|
1230
|
+
|
1231
|
+
interface _StartCodegenJobResponseSuccess
|
1232
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartCodegenJobResponse]
|
1233
|
+
def entity: () -> Types::CodegenJob
|
1234
|
+
end
|
1235
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#start_codegen_job-instance_method
|
1236
|
+
def start_codegen_job: (
|
1237
|
+
app_id: ::String,
|
1238
|
+
environment_name: ::String,
|
1239
|
+
?client_token: ::String,
|
1240
|
+
codegen_job_to_create: {
|
1241
|
+
render_config: {
|
1242
|
+
react: {
|
1243
|
+
module: ("es2020" | "esnext")?,
|
1244
|
+
target: ("es2015" | "es2020")?,
|
1245
|
+
script: ("jsx" | "tsx" | "js")?,
|
1246
|
+
render_type_declarations: bool?,
|
1247
|
+
inline_source_map: bool?,
|
1248
|
+
api_configuration: {
|
1249
|
+
graph_ql_config: {
|
1250
|
+
types_file_path: ::String,
|
1251
|
+
queries_file_path: ::String,
|
1252
|
+
mutations_file_path: ::String,
|
1253
|
+
subscriptions_file_path: ::String,
|
1254
|
+
fragments_file_path: ::String
|
1255
|
+
}?,
|
1256
|
+
data_store_config: {
|
1257
|
+
}?,
|
1258
|
+
no_api_config: {
|
1259
|
+
}?
|
1260
|
+
}?,
|
1261
|
+
dependencies: Hash[::String, ::String]?
|
1262
|
+
}?
|
1263
|
+
},
|
1264
|
+
generic_data_schema: {
|
1265
|
+
data_source_type: ("DataStore"),
|
1266
|
+
models: Hash[::String, {
|
1267
|
+
fields: Hash[::String, {
|
1268
|
+
data_type: ("ID" | "String" | "Int" | "Float" | "AWSDate" | "AWSTime" | "AWSDateTime" | "AWSTimestamp" | "AWSEmail" | "AWSURL" | "AWSIPAddress" | "Boolean" | "AWSJSON" | "AWSPhone" | "Enum" | "Model" | "NonModel"),
|
1269
|
+
data_type_value: ::String,
|
1270
|
+
required: bool,
|
1271
|
+
read_only: bool,
|
1272
|
+
is_array: bool,
|
1273
|
+
relationship: {
|
1274
|
+
type: ("HAS_MANY" | "HAS_ONE" | "BELONGS_TO"),
|
1275
|
+
related_model_name: ::String,
|
1276
|
+
related_model_fields: Array[::String]?,
|
1277
|
+
can_unlink_associated_model: bool?,
|
1278
|
+
related_join_field_name: ::String?,
|
1279
|
+
related_join_table_name: ::String?,
|
1280
|
+
belongs_to_field_on_related_model: ::String?,
|
1281
|
+
associated_fields: Array[::String]?,
|
1282
|
+
is_has_many_index: bool?
|
1283
|
+
}?
|
1284
|
+
}],
|
1285
|
+
is_join_table: bool?,
|
1286
|
+
primary_keys: Array[::String]
|
1287
|
+
}],
|
1288
|
+
enums: Hash[::String, {
|
1289
|
+
values: Array[::String]
|
1290
|
+
}],
|
1291
|
+
non_models: Hash[::String, {
|
1292
|
+
fields: Hash[::String, {
|
1293
|
+
data_type: ("ID" | "String" | "Int" | "Float" | "AWSDate" | "AWSTime" | "AWSDateTime" | "AWSTimestamp" | "AWSEmail" | "AWSURL" | "AWSIPAddress" | "Boolean" | "AWSJSON" | "AWSPhone" | "Enum" | "Model" | "NonModel"),
|
1294
|
+
data_type_value: ::String,
|
1295
|
+
required: bool,
|
1296
|
+
read_only: bool,
|
1297
|
+
is_array: bool,
|
1298
|
+
relationship: {
|
1299
|
+
type: ("HAS_MANY" | "HAS_ONE" | "BELONGS_TO"),
|
1300
|
+
related_model_name: ::String,
|
1301
|
+
related_model_fields: Array[::String]?,
|
1302
|
+
can_unlink_associated_model: bool?,
|
1303
|
+
related_join_field_name: ::String?,
|
1304
|
+
related_join_table_name: ::String?,
|
1305
|
+
belongs_to_field_on_related_model: ::String?,
|
1306
|
+
associated_fields: Array[::String]?,
|
1307
|
+
is_has_many_index: bool?
|
1308
|
+
}?
|
1309
|
+
}]
|
1310
|
+
}]
|
1311
|
+
}?,
|
1312
|
+
auto_generate_forms: bool?,
|
1313
|
+
features: {
|
1314
|
+
is_relationship_supported: bool?,
|
1315
|
+
is_non_model_supported: bool?
|
1316
|
+
}?,
|
1317
|
+
tags: Hash[::String, ::String]?
|
1318
|
+
}
|
1319
|
+
) -> _StartCodegenJobResponseSuccess
|
1320
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartCodegenJobResponseSuccess
|
1321
|
+
|
1322
|
+
interface _UpdateComponentResponseSuccess
|
1323
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateComponentResponse]
|
1324
|
+
def entity: () -> Types::Component
|
1325
|
+
end
|
1326
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#update_component-instance_method
|
1327
|
+
def update_component: (
|
1328
|
+
app_id: ::String,
|
1329
|
+
environment_name: ::String,
|
1330
|
+
id: ::String,
|
1331
|
+
?client_token: ::String,
|
1332
|
+
updated_component: {
|
1333
|
+
id: ::String?,
|
1334
|
+
name: ::String?,
|
1335
|
+
source_id: ::String?,
|
1336
|
+
component_type: ::String?,
|
1337
|
+
properties: Hash[::String, {
|
1338
|
+
value: ::String?,
|
1339
|
+
binding_properties: {
|
1340
|
+
property: ::String,
|
1341
|
+
field: ::String?
|
1342
|
+
}?,
|
1343
|
+
collection_binding_properties: {
|
1344
|
+
property: ::String,
|
1345
|
+
field: ::String?
|
1346
|
+
}?,
|
1347
|
+
default_value: ::String?,
|
1348
|
+
model: ::String?,
|
1349
|
+
bindings: Hash[::String, {
|
1350
|
+
element: ::String,
|
1351
|
+
property: ::String
|
1352
|
+
}]?,
|
1353
|
+
event: ::String?,
|
1354
|
+
user_attribute: ::String?,
|
1355
|
+
concat: Array[
|
1356
|
+
untyped,
|
1357
|
+
]?,
|
1358
|
+
condition: {
|
1359
|
+
property: ::String?,
|
1360
|
+
field: ::String?,
|
1361
|
+
operator: ::String?,
|
1362
|
+
operand: ::String?,
|
1363
|
+
then: untyped?,
|
1364
|
+
else: untyped?,
|
1365
|
+
operand_type: ::String?
|
1366
|
+
}?,
|
1367
|
+
configured: bool?,
|
1368
|
+
type: ::String?,
|
1369
|
+
imported_value: ::String?,
|
1370
|
+
component_name: ::String?,
|
1371
|
+
property: ::String?
|
1372
|
+
}]?,
|
1373
|
+
children: Array[
|
1374
|
+
{
|
1375
|
+
component_type: ::String,
|
1376
|
+
name: ::String,
|
1377
|
+
properties: Hash[::String, {
|
1378
|
+
value: ::String?,
|
1379
|
+
binding_properties: {
|
1380
|
+
property: ::String,
|
1381
|
+
field: ::String?
|
1382
|
+
}?,
|
1383
|
+
collection_binding_properties: {
|
1384
|
+
property: ::String,
|
1385
|
+
field: ::String?
|
1386
|
+
}?,
|
1387
|
+
default_value: ::String?,
|
1388
|
+
model: ::String?,
|
1389
|
+
bindings: Hash[::String, {
|
1390
|
+
element: ::String,
|
1391
|
+
property: ::String
|
1392
|
+
}]?,
|
1393
|
+
event: ::String?,
|
1394
|
+
user_attribute: ::String?,
|
1395
|
+
concat: Array[
|
1396
|
+
untyped,
|
1397
|
+
]?,
|
1398
|
+
condition: {
|
1399
|
+
property: ::String?,
|
1400
|
+
field: ::String?,
|
1401
|
+
operator: ::String?,
|
1402
|
+
operand: ::String?,
|
1403
|
+
then: untyped?,
|
1404
|
+
else: untyped?,
|
1405
|
+
operand_type: ::String?
|
1406
|
+
}?,
|
1407
|
+
configured: bool?,
|
1408
|
+
type: ::String?,
|
1409
|
+
imported_value: ::String?,
|
1410
|
+
component_name: ::String?,
|
1411
|
+
property: ::String?
|
1412
|
+
}],
|
1413
|
+
children: untyped?,
|
1414
|
+
events: Hash[::String, {
|
1415
|
+
action: ::String?,
|
1416
|
+
parameters: {
|
1417
|
+
type: {
|
1418
|
+
value: ::String?,
|
1419
|
+
binding_properties: {
|
1420
|
+
property: ::String,
|
1421
|
+
field: ::String?
|
1422
|
+
}?,
|
1423
|
+
collection_binding_properties: {
|
1424
|
+
property: ::String,
|
1425
|
+
field: ::String?
|
1426
|
+
}?,
|
1427
|
+
default_value: ::String?,
|
1428
|
+
model: ::String?,
|
1429
|
+
bindings: Hash[::String, {
|
1430
|
+
element: ::String,
|
1431
|
+
property: ::String
|
1432
|
+
}]?,
|
1433
|
+
event: ::String?,
|
1434
|
+
user_attribute: ::String?,
|
1435
|
+
concat: Array[
|
1436
|
+
untyped,
|
1437
|
+
]?,
|
1438
|
+
condition: {
|
1439
|
+
property: ::String?,
|
1440
|
+
field: ::String?,
|
1441
|
+
operator: ::String?,
|
1442
|
+
operand: ::String?,
|
1443
|
+
then: untyped?,
|
1444
|
+
else: untyped?,
|
1445
|
+
operand_type: ::String?
|
1446
|
+
}?,
|
1447
|
+
configured: bool?,
|
1448
|
+
type: ::String?,
|
1449
|
+
imported_value: ::String?,
|
1450
|
+
component_name: ::String?,
|
1451
|
+
property: ::String?
|
1452
|
+
}?,
|
1453
|
+
url: {
|
1454
|
+
value: ::String?,
|
1455
|
+
binding_properties: {
|
1456
|
+
property: ::String,
|
1457
|
+
field: ::String?
|
1458
|
+
}?,
|
1459
|
+
collection_binding_properties: {
|
1460
|
+
property: ::String,
|
1461
|
+
field: ::String?
|
1462
|
+
}?,
|
1463
|
+
default_value: ::String?,
|
1464
|
+
model: ::String?,
|
1465
|
+
bindings: Hash[::String, {
|
1466
|
+
element: ::String,
|
1467
|
+
property: ::String
|
1468
|
+
}]?,
|
1469
|
+
event: ::String?,
|
1470
|
+
user_attribute: ::String?,
|
1471
|
+
concat: Array[
|
1472
|
+
untyped,
|
1473
|
+
]?,
|
1474
|
+
condition: {
|
1475
|
+
property: ::String?,
|
1476
|
+
field: ::String?,
|
1477
|
+
operator: ::String?,
|
1478
|
+
operand: ::String?,
|
1479
|
+
then: untyped?,
|
1480
|
+
else: untyped?,
|
1481
|
+
operand_type: ::String?
|
1482
|
+
}?,
|
1483
|
+
configured: bool?,
|
1484
|
+
type: ::String?,
|
1485
|
+
imported_value: ::String?,
|
1486
|
+
component_name: ::String?,
|
1487
|
+
property: ::String?
|
1488
|
+
}?,
|
1489
|
+
anchor: {
|
1490
|
+
value: ::String?,
|
1491
|
+
binding_properties: {
|
1492
|
+
property: ::String,
|
1493
|
+
field: ::String?
|
1494
|
+
}?,
|
1495
|
+
collection_binding_properties: {
|
1496
|
+
property: ::String,
|
1497
|
+
field: ::String?
|
1498
|
+
}?,
|
1499
|
+
default_value: ::String?,
|
1500
|
+
model: ::String?,
|
1501
|
+
bindings: Hash[::String, {
|
1502
|
+
element: ::String,
|
1503
|
+
property: ::String
|
1504
|
+
}]?,
|
1505
|
+
event: ::String?,
|
1506
|
+
user_attribute: ::String?,
|
1507
|
+
concat: Array[
|
1508
|
+
untyped,
|
1509
|
+
]?,
|
1510
|
+
condition: {
|
1511
|
+
property: ::String?,
|
1512
|
+
field: ::String?,
|
1513
|
+
operator: ::String?,
|
1514
|
+
operand: ::String?,
|
1515
|
+
then: untyped?,
|
1516
|
+
else: untyped?,
|
1517
|
+
operand_type: ::String?
|
1518
|
+
}?,
|
1519
|
+
configured: bool?,
|
1520
|
+
type: ::String?,
|
1521
|
+
imported_value: ::String?,
|
1522
|
+
component_name: ::String?,
|
1523
|
+
property: ::String?
|
1524
|
+
}?,
|
1525
|
+
target: {
|
1526
|
+
value: ::String?,
|
1527
|
+
binding_properties: {
|
1528
|
+
property: ::String,
|
1529
|
+
field: ::String?
|
1530
|
+
}?,
|
1531
|
+
collection_binding_properties: {
|
1532
|
+
property: ::String,
|
1533
|
+
field: ::String?
|
1534
|
+
}?,
|
1535
|
+
default_value: ::String?,
|
1536
|
+
model: ::String?,
|
1537
|
+
bindings: Hash[::String, {
|
1538
|
+
element: ::String,
|
1539
|
+
property: ::String
|
1540
|
+
}]?,
|
1541
|
+
event: ::String?,
|
1542
|
+
user_attribute: ::String?,
|
1543
|
+
concat: Array[
|
1544
|
+
untyped,
|
1545
|
+
]?,
|
1546
|
+
condition: {
|
1547
|
+
property: ::String?,
|
1548
|
+
field: ::String?,
|
1549
|
+
operator: ::String?,
|
1550
|
+
operand: ::String?,
|
1551
|
+
then: untyped?,
|
1552
|
+
else: untyped?,
|
1553
|
+
operand_type: ::String?
|
1554
|
+
}?,
|
1555
|
+
configured: bool?,
|
1556
|
+
type: ::String?,
|
1557
|
+
imported_value: ::String?,
|
1558
|
+
component_name: ::String?,
|
1559
|
+
property: ::String?
|
1560
|
+
}?,
|
1561
|
+
global: {
|
1562
|
+
value: ::String?,
|
1563
|
+
binding_properties: {
|
1564
|
+
property: ::String,
|
1565
|
+
field: ::String?
|
1566
|
+
}?,
|
1567
|
+
collection_binding_properties: {
|
1568
|
+
property: ::String,
|
1569
|
+
field: ::String?
|
1570
|
+
}?,
|
1571
|
+
default_value: ::String?,
|
1572
|
+
model: ::String?,
|
1573
|
+
bindings: Hash[::String, {
|
1574
|
+
element: ::String,
|
1575
|
+
property: ::String
|
1576
|
+
}]?,
|
1577
|
+
event: ::String?,
|
1578
|
+
user_attribute: ::String?,
|
1579
|
+
concat: Array[
|
1580
|
+
untyped,
|
1581
|
+
]?,
|
1582
|
+
condition: {
|
1583
|
+
property: ::String?,
|
1584
|
+
field: ::String?,
|
1585
|
+
operator: ::String?,
|
1586
|
+
operand: ::String?,
|
1587
|
+
then: untyped?,
|
1588
|
+
else: untyped?,
|
1589
|
+
operand_type: ::String?
|
1590
|
+
}?,
|
1591
|
+
configured: bool?,
|
1592
|
+
type: ::String?,
|
1593
|
+
imported_value: ::String?,
|
1594
|
+
component_name: ::String?,
|
1595
|
+
property: ::String?
|
1596
|
+
}?,
|
1597
|
+
model: ::String?,
|
1598
|
+
id: {
|
1599
|
+
value: ::String?,
|
1600
|
+
binding_properties: {
|
1601
|
+
property: ::String,
|
1602
|
+
field: ::String?
|
1603
|
+
}?,
|
1604
|
+
collection_binding_properties: {
|
1605
|
+
property: ::String,
|
1606
|
+
field: ::String?
|
1607
|
+
}?,
|
1608
|
+
default_value: ::String?,
|
1609
|
+
model: ::String?,
|
1610
|
+
bindings: Hash[::String, {
|
1611
|
+
element: ::String,
|
1612
|
+
property: ::String
|
1613
|
+
}]?,
|
1614
|
+
event: ::String?,
|
1615
|
+
user_attribute: ::String?,
|
1616
|
+
concat: Array[
|
1617
|
+
untyped,
|
1618
|
+
]?,
|
1619
|
+
condition: {
|
1620
|
+
property: ::String?,
|
1621
|
+
field: ::String?,
|
1622
|
+
operator: ::String?,
|
1623
|
+
operand: ::String?,
|
1624
|
+
then: untyped?,
|
1625
|
+
else: untyped?,
|
1626
|
+
operand_type: ::String?
|
1627
|
+
}?,
|
1628
|
+
configured: bool?,
|
1629
|
+
type: ::String?,
|
1630
|
+
imported_value: ::String?,
|
1631
|
+
component_name: ::String?,
|
1632
|
+
property: ::String?
|
1633
|
+
}?,
|
1634
|
+
fields: Hash[::String, {
|
1635
|
+
value: ::String?,
|
1636
|
+
binding_properties: {
|
1637
|
+
property: ::String,
|
1638
|
+
field: ::String?
|
1639
|
+
}?,
|
1640
|
+
collection_binding_properties: {
|
1641
|
+
property: ::String,
|
1642
|
+
field: ::String?
|
1643
|
+
}?,
|
1644
|
+
default_value: ::String?,
|
1645
|
+
model: ::String?,
|
1646
|
+
bindings: Hash[::String, {
|
1647
|
+
element: ::String,
|
1648
|
+
property: ::String
|
1649
|
+
}]?,
|
1650
|
+
event: ::String?,
|
1651
|
+
user_attribute: ::String?,
|
1652
|
+
concat: Array[
|
1653
|
+
untyped,
|
1654
|
+
]?,
|
1655
|
+
condition: {
|
1656
|
+
property: ::String?,
|
1657
|
+
field: ::String?,
|
1658
|
+
operator: ::String?,
|
1659
|
+
operand: ::String?,
|
1660
|
+
then: untyped?,
|
1661
|
+
else: untyped?,
|
1662
|
+
operand_type: ::String?
|
1663
|
+
}?,
|
1664
|
+
configured: bool?,
|
1665
|
+
type: ::String?,
|
1666
|
+
imported_value: ::String?,
|
1667
|
+
component_name: ::String?,
|
1668
|
+
property: ::String?
|
1669
|
+
}]?,
|
1670
|
+
state: {
|
1671
|
+
component_name: ::String,
|
1672
|
+
property: ::String,
|
1673
|
+
set: {
|
1674
|
+
value: ::String?,
|
1675
|
+
binding_properties: {
|
1676
|
+
property: ::String,
|
1677
|
+
field: ::String?
|
1678
|
+
}?,
|
1679
|
+
collection_binding_properties: {
|
1680
|
+
property: ::String,
|
1681
|
+
field: ::String?
|
1682
|
+
}?,
|
1683
|
+
default_value: ::String?,
|
1684
|
+
model: ::String?,
|
1685
|
+
bindings: Hash[::String, {
|
1686
|
+
element: ::String,
|
1687
|
+
property: ::String
|
1688
|
+
}]?,
|
1689
|
+
event: ::String?,
|
1690
|
+
user_attribute: ::String?,
|
1691
|
+
concat: Array[
|
1692
|
+
untyped,
|
1693
|
+
]?,
|
1694
|
+
condition: {
|
1695
|
+
property: ::String?,
|
1696
|
+
field: ::String?,
|
1697
|
+
operator: ::String?,
|
1698
|
+
operand: ::String?,
|
1699
|
+
then: untyped?,
|
1700
|
+
else: untyped?,
|
1701
|
+
operand_type: ::String?
|
1702
|
+
}?,
|
1703
|
+
configured: bool?,
|
1704
|
+
type: ::String?,
|
1705
|
+
imported_value: ::String?,
|
1706
|
+
component_name: ::String?,
|
1707
|
+
property: ::String?
|
1708
|
+
}
|
1709
|
+
}?
|
1710
|
+
}?,
|
1711
|
+
binding_event: ::String?
|
1712
|
+
}]?,
|
1713
|
+
source_id: ::String?
|
1714
|
+
},
|
1715
|
+
]?,
|
1716
|
+
variants: Array[
|
1717
|
+
{
|
1718
|
+
variant_values: Hash[::String, ::String]?,
|
1719
|
+
overrides: Hash[::String, Hash[::String, ::String]]?
|
1720
|
+
},
|
1721
|
+
]?,
|
1722
|
+
overrides: Hash[::String, Hash[::String, ::String]]?,
|
1723
|
+
binding_properties: Hash[::String, {
|
1724
|
+
type: ::String?,
|
1725
|
+
binding_properties: {
|
1726
|
+
model: ::String?,
|
1727
|
+
field: ::String?,
|
1728
|
+
predicates: Array[
|
1729
|
+
{
|
1730
|
+
or: untyped?,
|
1731
|
+
and: untyped?,
|
1732
|
+
field: ::String?,
|
1733
|
+
operator: ::String?,
|
1734
|
+
operand: ::String?,
|
1735
|
+
operand_type: ::String?
|
1736
|
+
},
|
1737
|
+
]?,
|
1738
|
+
user_attribute: ::String?,
|
1739
|
+
bucket: ::String?,
|
1740
|
+
key: ::String?,
|
1741
|
+
default_value: ::String?,
|
1742
|
+
slot_name: ::String?
|
1743
|
+
}?,
|
1744
|
+
default_value: ::String?
|
1745
|
+
}]?,
|
1746
|
+
collection_properties: Hash[::String, {
|
1747
|
+
model: ::String,
|
1748
|
+
sort: Array[
|
1749
|
+
{
|
1750
|
+
field: ::String,
|
1751
|
+
direction: ("ASC" | "DESC")
|
1752
|
+
},
|
1753
|
+
]?,
|
1754
|
+
predicate: {
|
1755
|
+
or: Array[
|
1756
|
+
untyped,
|
1757
|
+
]?,
|
1758
|
+
and: Array[
|
1759
|
+
untyped,
|
1760
|
+
]?,
|
1761
|
+
field: ::String?,
|
1762
|
+
operator: ::String?,
|
1763
|
+
operand: ::String?,
|
1764
|
+
operand_type: ::String?
|
1765
|
+
}?,
|
1766
|
+
identifiers: Array[::String]?
|
1767
|
+
}]?,
|
1768
|
+
events: Hash[::String, {
|
1769
|
+
action: ::String?,
|
1770
|
+
parameters: {
|
1771
|
+
type: {
|
1772
|
+
value: ::String?,
|
1773
|
+
binding_properties: {
|
1774
|
+
property: ::String,
|
1775
|
+
field: ::String?
|
1776
|
+
}?,
|
1777
|
+
collection_binding_properties: {
|
1778
|
+
property: ::String,
|
1779
|
+
field: ::String?
|
1780
|
+
}?,
|
1781
|
+
default_value: ::String?,
|
1782
|
+
model: ::String?,
|
1783
|
+
bindings: Hash[::String, {
|
1784
|
+
element: ::String,
|
1785
|
+
property: ::String
|
1786
|
+
}]?,
|
1787
|
+
event: ::String?,
|
1788
|
+
user_attribute: ::String?,
|
1789
|
+
concat: Array[
|
1790
|
+
untyped,
|
1791
|
+
]?,
|
1792
|
+
condition: {
|
1793
|
+
property: ::String?,
|
1794
|
+
field: ::String?,
|
1795
|
+
operator: ::String?,
|
1796
|
+
operand: ::String?,
|
1797
|
+
then: untyped?,
|
1798
|
+
else: untyped?,
|
1799
|
+
operand_type: ::String?
|
1800
|
+
}?,
|
1801
|
+
configured: bool?,
|
1802
|
+
type: ::String?,
|
1803
|
+
imported_value: ::String?,
|
1804
|
+
component_name: ::String?,
|
1805
|
+
property: ::String?
|
1806
|
+
}?,
|
1807
|
+
url: {
|
1808
|
+
value: ::String?,
|
1809
|
+
binding_properties: {
|
1810
|
+
property: ::String,
|
1811
|
+
field: ::String?
|
1812
|
+
}?,
|
1813
|
+
collection_binding_properties: {
|
1814
|
+
property: ::String,
|
1815
|
+
field: ::String?
|
1816
|
+
}?,
|
1817
|
+
default_value: ::String?,
|
1818
|
+
model: ::String?,
|
1819
|
+
bindings: Hash[::String, {
|
1820
|
+
element: ::String,
|
1821
|
+
property: ::String
|
1822
|
+
}]?,
|
1823
|
+
event: ::String?,
|
1824
|
+
user_attribute: ::String?,
|
1825
|
+
concat: Array[
|
1826
|
+
untyped,
|
1827
|
+
]?,
|
1828
|
+
condition: {
|
1829
|
+
property: ::String?,
|
1830
|
+
field: ::String?,
|
1831
|
+
operator: ::String?,
|
1832
|
+
operand: ::String?,
|
1833
|
+
then: untyped?,
|
1834
|
+
else: untyped?,
|
1835
|
+
operand_type: ::String?
|
1836
|
+
}?,
|
1837
|
+
configured: bool?,
|
1838
|
+
type: ::String?,
|
1839
|
+
imported_value: ::String?,
|
1840
|
+
component_name: ::String?,
|
1841
|
+
property: ::String?
|
1842
|
+
}?,
|
1843
|
+
anchor: {
|
1844
|
+
value: ::String?,
|
1845
|
+
binding_properties: {
|
1846
|
+
property: ::String,
|
1847
|
+
field: ::String?
|
1848
|
+
}?,
|
1849
|
+
collection_binding_properties: {
|
1850
|
+
property: ::String,
|
1851
|
+
field: ::String?
|
1852
|
+
}?,
|
1853
|
+
default_value: ::String?,
|
1854
|
+
model: ::String?,
|
1855
|
+
bindings: Hash[::String, {
|
1856
|
+
element: ::String,
|
1857
|
+
property: ::String
|
1858
|
+
}]?,
|
1859
|
+
event: ::String?,
|
1860
|
+
user_attribute: ::String?,
|
1861
|
+
concat: Array[
|
1862
|
+
untyped,
|
1863
|
+
]?,
|
1864
|
+
condition: {
|
1865
|
+
property: ::String?,
|
1866
|
+
field: ::String?,
|
1867
|
+
operator: ::String?,
|
1868
|
+
operand: ::String?,
|
1869
|
+
then: untyped?,
|
1870
|
+
else: untyped?,
|
1871
|
+
operand_type: ::String?
|
1872
|
+
}?,
|
1873
|
+
configured: bool?,
|
1874
|
+
type: ::String?,
|
1875
|
+
imported_value: ::String?,
|
1876
|
+
component_name: ::String?,
|
1877
|
+
property: ::String?
|
1878
|
+
}?,
|
1879
|
+
target: {
|
1880
|
+
value: ::String?,
|
1881
|
+
binding_properties: {
|
1882
|
+
property: ::String,
|
1883
|
+
field: ::String?
|
1884
|
+
}?,
|
1885
|
+
collection_binding_properties: {
|
1886
|
+
property: ::String,
|
1887
|
+
field: ::String?
|
1888
|
+
}?,
|
1889
|
+
default_value: ::String?,
|
1890
|
+
model: ::String?,
|
1891
|
+
bindings: Hash[::String, {
|
1892
|
+
element: ::String,
|
1893
|
+
property: ::String
|
1894
|
+
}]?,
|
1895
|
+
event: ::String?,
|
1896
|
+
user_attribute: ::String?,
|
1897
|
+
concat: Array[
|
1898
|
+
untyped,
|
1899
|
+
]?,
|
1900
|
+
condition: {
|
1901
|
+
property: ::String?,
|
1902
|
+
field: ::String?,
|
1903
|
+
operator: ::String?,
|
1904
|
+
operand: ::String?,
|
1905
|
+
then: untyped?,
|
1906
|
+
else: untyped?,
|
1907
|
+
operand_type: ::String?
|
1908
|
+
}?,
|
1909
|
+
configured: bool?,
|
1910
|
+
type: ::String?,
|
1911
|
+
imported_value: ::String?,
|
1912
|
+
component_name: ::String?,
|
1913
|
+
property: ::String?
|
1914
|
+
}?,
|
1915
|
+
global: {
|
1916
|
+
value: ::String?,
|
1917
|
+
binding_properties: {
|
1918
|
+
property: ::String,
|
1919
|
+
field: ::String?
|
1920
|
+
}?,
|
1921
|
+
collection_binding_properties: {
|
1922
|
+
property: ::String,
|
1923
|
+
field: ::String?
|
1924
|
+
}?,
|
1925
|
+
default_value: ::String?,
|
1926
|
+
model: ::String?,
|
1927
|
+
bindings: Hash[::String, {
|
1928
|
+
element: ::String,
|
1929
|
+
property: ::String
|
1930
|
+
}]?,
|
1931
|
+
event: ::String?,
|
1932
|
+
user_attribute: ::String?,
|
1933
|
+
concat: Array[
|
1934
|
+
untyped,
|
1935
|
+
]?,
|
1936
|
+
condition: {
|
1937
|
+
property: ::String?,
|
1938
|
+
field: ::String?,
|
1939
|
+
operator: ::String?,
|
1940
|
+
operand: ::String?,
|
1941
|
+
then: untyped?,
|
1942
|
+
else: untyped?,
|
1943
|
+
operand_type: ::String?
|
1944
|
+
}?,
|
1945
|
+
configured: bool?,
|
1946
|
+
type: ::String?,
|
1947
|
+
imported_value: ::String?,
|
1948
|
+
component_name: ::String?,
|
1949
|
+
property: ::String?
|
1950
|
+
}?,
|
1951
|
+
model: ::String?,
|
1952
|
+
id: {
|
1953
|
+
value: ::String?,
|
1954
|
+
binding_properties: {
|
1955
|
+
property: ::String,
|
1956
|
+
field: ::String?
|
1957
|
+
}?,
|
1958
|
+
collection_binding_properties: {
|
1959
|
+
property: ::String,
|
1960
|
+
field: ::String?
|
1961
|
+
}?,
|
1962
|
+
default_value: ::String?,
|
1963
|
+
model: ::String?,
|
1964
|
+
bindings: Hash[::String, {
|
1965
|
+
element: ::String,
|
1966
|
+
property: ::String
|
1967
|
+
}]?,
|
1968
|
+
event: ::String?,
|
1969
|
+
user_attribute: ::String?,
|
1970
|
+
concat: Array[
|
1971
|
+
untyped,
|
1972
|
+
]?,
|
1973
|
+
condition: {
|
1974
|
+
property: ::String?,
|
1975
|
+
field: ::String?,
|
1976
|
+
operator: ::String?,
|
1977
|
+
operand: ::String?,
|
1978
|
+
then: untyped?,
|
1979
|
+
else: untyped?,
|
1980
|
+
operand_type: ::String?
|
1981
|
+
}?,
|
1982
|
+
configured: bool?,
|
1983
|
+
type: ::String?,
|
1984
|
+
imported_value: ::String?,
|
1985
|
+
component_name: ::String?,
|
1986
|
+
property: ::String?
|
1987
|
+
}?,
|
1988
|
+
fields: Hash[::String, {
|
1989
|
+
value: ::String?,
|
1990
|
+
binding_properties: {
|
1991
|
+
property: ::String,
|
1992
|
+
field: ::String?
|
1993
|
+
}?,
|
1994
|
+
collection_binding_properties: {
|
1995
|
+
property: ::String,
|
1996
|
+
field: ::String?
|
1997
|
+
}?,
|
1998
|
+
default_value: ::String?,
|
1999
|
+
model: ::String?,
|
2000
|
+
bindings: Hash[::String, {
|
2001
|
+
element: ::String,
|
2002
|
+
property: ::String
|
2003
|
+
}]?,
|
2004
|
+
event: ::String?,
|
2005
|
+
user_attribute: ::String?,
|
2006
|
+
concat: Array[
|
2007
|
+
untyped,
|
2008
|
+
]?,
|
2009
|
+
condition: {
|
2010
|
+
property: ::String?,
|
2011
|
+
field: ::String?,
|
2012
|
+
operator: ::String?,
|
2013
|
+
operand: ::String?,
|
2014
|
+
then: untyped?,
|
2015
|
+
else: untyped?,
|
2016
|
+
operand_type: ::String?
|
2017
|
+
}?,
|
2018
|
+
configured: bool?,
|
2019
|
+
type: ::String?,
|
2020
|
+
imported_value: ::String?,
|
2021
|
+
component_name: ::String?,
|
2022
|
+
property: ::String?
|
2023
|
+
}]?,
|
2024
|
+
state: {
|
2025
|
+
component_name: ::String,
|
2026
|
+
property: ::String,
|
2027
|
+
set: {
|
2028
|
+
value: ::String?,
|
2029
|
+
binding_properties: {
|
2030
|
+
property: ::String,
|
2031
|
+
field: ::String?
|
2032
|
+
}?,
|
2033
|
+
collection_binding_properties: {
|
2034
|
+
property: ::String,
|
2035
|
+
field: ::String?
|
2036
|
+
}?,
|
2037
|
+
default_value: ::String?,
|
2038
|
+
model: ::String?,
|
2039
|
+
bindings: Hash[::String, {
|
2040
|
+
element: ::String,
|
2041
|
+
property: ::String
|
2042
|
+
}]?,
|
2043
|
+
event: ::String?,
|
2044
|
+
user_attribute: ::String?,
|
2045
|
+
concat: Array[
|
2046
|
+
untyped,
|
2047
|
+
]?,
|
2048
|
+
condition: {
|
2049
|
+
property: ::String?,
|
2050
|
+
field: ::String?,
|
2051
|
+
operator: ::String?,
|
2052
|
+
operand: ::String?,
|
2053
|
+
then: untyped?,
|
2054
|
+
else: untyped?,
|
2055
|
+
operand_type: ::String?
|
2056
|
+
}?,
|
2057
|
+
configured: bool?,
|
2058
|
+
type: ::String?,
|
2059
|
+
imported_value: ::String?,
|
2060
|
+
component_name: ::String?,
|
2061
|
+
property: ::String?
|
2062
|
+
}
|
2063
|
+
}?
|
2064
|
+
}?,
|
2065
|
+
binding_event: ::String?
|
2066
|
+
}]?,
|
2067
|
+
schema_version: ::String?
|
2068
|
+
}
|
2069
|
+
) -> _UpdateComponentResponseSuccess
|
2070
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateComponentResponseSuccess
|
2071
|
+
|
2072
|
+
interface _UpdateFormResponseSuccess
|
2073
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFormResponse]
|
2074
|
+
def entity: () -> Types::Form
|
2075
|
+
end
|
2076
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#update_form-instance_method
|
2077
|
+
def update_form: (
|
2078
|
+
app_id: ::String,
|
2079
|
+
environment_name: ::String,
|
2080
|
+
id: ::String,
|
2081
|
+
?client_token: ::String,
|
2082
|
+
updated_form: {
|
2083
|
+
name: ::String?,
|
2084
|
+
data_type: {
|
2085
|
+
data_source_type: ("DataStore" | "Custom"),
|
2086
|
+
data_type_name: ::String
|
2087
|
+
}?,
|
2088
|
+
form_action_type: ("create" | "update")?,
|
2089
|
+
fields: Hash[::String, {
|
2090
|
+
label: ::String?,
|
2091
|
+
position: {
|
2092
|
+
fixed: ("first")?,
|
2093
|
+
right_of: ::String?,
|
2094
|
+
below: ::String?
|
2095
|
+
}?,
|
2096
|
+
excluded: bool?,
|
2097
|
+
input_type: {
|
2098
|
+
type: ::String,
|
2099
|
+
required: bool?,
|
2100
|
+
read_only: bool?,
|
2101
|
+
placeholder: ::String?,
|
2102
|
+
default_value: ::String?,
|
2103
|
+
descriptive_text: ::String?,
|
2104
|
+
default_checked: bool?,
|
2105
|
+
default_country_code: ::String?,
|
2106
|
+
value_mappings: {
|
2107
|
+
values: Array[
|
2108
|
+
{
|
2109
|
+
display_value: {
|
2110
|
+
value: ::String?,
|
2111
|
+
binding_properties: {
|
2112
|
+
property: ::String,
|
2113
|
+
field: ::String?
|
2114
|
+
}?,
|
2115
|
+
concat: Array[
|
2116
|
+
untyped,
|
2117
|
+
]?
|
2118
|
+
}?,
|
2119
|
+
value: {
|
2120
|
+
value: ::String?,
|
2121
|
+
binding_properties: {
|
2122
|
+
property: ::String,
|
2123
|
+
field: ::String?
|
2124
|
+
}?,
|
2125
|
+
concat: Array[
|
2126
|
+
untyped,
|
2127
|
+
]?
|
2128
|
+
}
|
2129
|
+
},
|
2130
|
+
],
|
2131
|
+
binding_properties: Hash[::String, {
|
2132
|
+
type: ::String?,
|
2133
|
+
binding_properties: {
|
2134
|
+
model: ::String?
|
2135
|
+
}?
|
2136
|
+
}]?
|
2137
|
+
}?,
|
2138
|
+
name: ::String?,
|
2139
|
+
min_value: ::Float?,
|
2140
|
+
max_value: ::Float?,
|
2141
|
+
step: ::Float?,
|
2142
|
+
value: ::String?,
|
2143
|
+
is_array: bool?,
|
2144
|
+
file_uploader_config: {
|
2145
|
+
access_level: ("public" | "protected" | "private"),
|
2146
|
+
accepted_file_types: Array[::String],
|
2147
|
+
show_thumbnails: bool?,
|
2148
|
+
is_resumable: bool?,
|
2149
|
+
max_file_count: ::Integer?,
|
2150
|
+
max_size: ::Integer?
|
2151
|
+
}?
|
2152
|
+
}?,
|
2153
|
+
validations: Array[
|
2154
|
+
{
|
2155
|
+
type: ::String,
|
2156
|
+
str_values: Array[::String]?,
|
2157
|
+
num_values: Array[::Integer]?,
|
2158
|
+
validation_message: ::String?
|
2159
|
+
},
|
2160
|
+
]?
|
2161
|
+
}]?,
|
2162
|
+
style: {
|
2163
|
+
horizontal_gap: {
|
2164
|
+
token_reference: ::String?,
|
2165
|
+
value: ::String?
|
2166
|
+
}?,
|
2167
|
+
vertical_gap: {
|
2168
|
+
token_reference: ::String?,
|
2169
|
+
value: ::String?
|
2170
|
+
}?,
|
2171
|
+
outer_padding: {
|
2172
|
+
token_reference: ::String?,
|
2173
|
+
value: ::String?
|
2174
|
+
}?
|
2175
|
+
}?,
|
2176
|
+
sectional_elements: Hash[::String, {
|
2177
|
+
type: ::String,
|
2178
|
+
position: {
|
2179
|
+
fixed: ("first")?,
|
2180
|
+
right_of: ::String?,
|
2181
|
+
below: ::String?
|
2182
|
+
}?,
|
2183
|
+
text: ::String?,
|
2184
|
+
level: ::Integer?,
|
2185
|
+
orientation: ::String?,
|
2186
|
+
excluded: bool?
|
2187
|
+
}]?,
|
2188
|
+
schema_version: ::String?,
|
2189
|
+
cta: {
|
2190
|
+
position: ("top" | "bottom" | "top_and_bottom")?,
|
2191
|
+
clear: {
|
2192
|
+
excluded: bool?,
|
2193
|
+
children: ::String?,
|
2194
|
+
position: {
|
2195
|
+
fixed: ("first")?,
|
2196
|
+
right_of: ::String?,
|
2197
|
+
below: ::String?
|
2198
|
+
}?
|
2199
|
+
}?,
|
2200
|
+
cancel: {
|
2201
|
+
excluded: bool?,
|
2202
|
+
children: ::String?,
|
2203
|
+
position: {
|
2204
|
+
fixed: ("first")?,
|
2205
|
+
right_of: ::String?,
|
2206
|
+
below: ::String?
|
2207
|
+
}?
|
2208
|
+
}?,
|
2209
|
+
submit: {
|
2210
|
+
excluded: bool?,
|
2211
|
+
children: ::String?,
|
2212
|
+
position: {
|
2213
|
+
fixed: ("first")?,
|
2214
|
+
right_of: ::String?,
|
2215
|
+
below: ::String?
|
2216
|
+
}?
|
2217
|
+
}?
|
2218
|
+
}?,
|
2219
|
+
label_decorator: ("required" | "optional" | "none")?
|
2220
|
+
}
|
2221
|
+
) -> _UpdateFormResponseSuccess
|
2222
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFormResponseSuccess
|
2223
|
+
|
2224
|
+
interface _UpdateThemeResponseSuccess
|
2225
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateThemeResponse]
|
2226
|
+
def entity: () -> Types::Theme
|
2227
|
+
end
|
2228
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#update_theme-instance_method
|
2229
|
+
def update_theme: (
|
2230
|
+
app_id: ::String,
|
2231
|
+
environment_name: ::String,
|
2232
|
+
id: ::String,
|
2233
|
+
?client_token: ::String,
|
2234
|
+
updated_theme: {
|
2235
|
+
id: ::String?,
|
2236
|
+
name: ::String?,
|
2237
|
+
values: Array[
|
2238
|
+
{
|
2239
|
+
key: ::String?,
|
2240
|
+
value: {
|
2241
|
+
value: ::String?,
|
2242
|
+
children: untyped?
|
2243
|
+
}?
|
2244
|
+
},
|
2245
|
+
],
|
2246
|
+
overrides: Array[
|
2247
|
+
{
|
2248
|
+
key: ::String?,
|
2249
|
+
value: {
|
2250
|
+
value: ::String?,
|
2251
|
+
children: untyped?
|
2252
|
+
}?
|
2253
|
+
},
|
2254
|
+
]?
|
2255
|
+
}
|
2256
|
+
) -> _UpdateThemeResponseSuccess
|
2257
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateThemeResponseSuccess
|
2258
|
+
end
|
2259
|
+
end
|
2260
|
+
end
|
2261
|
+
|