aws-sdk-amplifyuibuilder 1.22.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,2291 @@
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 _ListTagsForResourceResponseSuccess
1192
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
1193
+ def tags: () -> ::Hash[::String, ::String]
1194
+ end
1195
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#list_tags_for_resource-instance_method
1196
+ def list_tags_for_resource: (
1197
+ resource_arn: ::String
1198
+ ) -> _ListTagsForResourceResponseSuccess
1199
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
1200
+
1201
+ interface _ListThemesResponseSuccess
1202
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListThemesResponse]
1203
+ def entities: () -> ::Array[Types::ThemeSummary]
1204
+ def next_token: () -> ::String
1205
+ end
1206
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#list_themes-instance_method
1207
+ def list_themes: (
1208
+ app_id: ::String,
1209
+ environment_name: ::String,
1210
+ ?next_token: ::String,
1211
+ ?max_results: ::Integer
1212
+ ) -> _ListThemesResponseSuccess
1213
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListThemesResponseSuccess
1214
+
1215
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#put_metadata_flag-instance_method
1216
+ def put_metadata_flag: (
1217
+ app_id: ::String,
1218
+ environment_name: ::String,
1219
+ feature_name: ::String,
1220
+ body: {
1221
+ new_value: ::String
1222
+ }
1223
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1224
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1225
+
1226
+ interface _RefreshTokenResponseSuccess
1227
+ include ::Seahorse::Client::_ResponseSuccess[Types::RefreshTokenResponse]
1228
+ def access_token: () -> ::String
1229
+ def expires_in: () -> ::Integer
1230
+ end
1231
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#refresh_token-instance_method
1232
+ def refresh_token: (
1233
+ provider: ("figma"),
1234
+ refresh_token_body: {
1235
+ token: ::String,
1236
+ client_id: ::String?
1237
+ }
1238
+ ) -> _RefreshTokenResponseSuccess
1239
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RefreshTokenResponseSuccess
1240
+
1241
+ interface _StartCodegenJobResponseSuccess
1242
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartCodegenJobResponse]
1243
+ def entity: () -> Types::CodegenJob
1244
+ end
1245
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#start_codegen_job-instance_method
1246
+ def start_codegen_job: (
1247
+ app_id: ::String,
1248
+ environment_name: ::String,
1249
+ ?client_token: ::String,
1250
+ codegen_job_to_create: {
1251
+ render_config: {
1252
+ react: {
1253
+ module: ("es2020" | "esnext")?,
1254
+ target: ("es2015" | "es2020")?,
1255
+ script: ("jsx" | "tsx" | "js")?,
1256
+ render_type_declarations: bool?,
1257
+ inline_source_map: bool?,
1258
+ api_configuration: {
1259
+ graph_ql_config: {
1260
+ types_file_path: ::String,
1261
+ queries_file_path: ::String,
1262
+ mutations_file_path: ::String,
1263
+ subscriptions_file_path: ::String,
1264
+ fragments_file_path: ::String
1265
+ }?,
1266
+ data_store_config: {
1267
+ }?,
1268
+ no_api_config: {
1269
+ }?
1270
+ }?,
1271
+ dependencies: Hash[::String, ::String]?
1272
+ }?
1273
+ },
1274
+ generic_data_schema: {
1275
+ data_source_type: ("DataStore"),
1276
+ models: Hash[::String, {
1277
+ fields: Hash[::String, {
1278
+ data_type: ("ID" | "String" | "Int" | "Float" | "AWSDate" | "AWSTime" | "AWSDateTime" | "AWSTimestamp" | "AWSEmail" | "AWSURL" | "AWSIPAddress" | "Boolean" | "AWSJSON" | "AWSPhone" | "Enum" | "Model" | "NonModel"),
1279
+ data_type_value: ::String,
1280
+ required: bool,
1281
+ read_only: bool,
1282
+ is_array: bool,
1283
+ relationship: {
1284
+ type: ("HAS_MANY" | "HAS_ONE" | "BELONGS_TO"),
1285
+ related_model_name: ::String,
1286
+ related_model_fields: Array[::String]?,
1287
+ can_unlink_associated_model: bool?,
1288
+ related_join_field_name: ::String?,
1289
+ related_join_table_name: ::String?,
1290
+ belongs_to_field_on_related_model: ::String?,
1291
+ associated_fields: Array[::String]?,
1292
+ is_has_many_index: bool?
1293
+ }?
1294
+ }],
1295
+ is_join_table: bool?,
1296
+ primary_keys: Array[::String]
1297
+ }],
1298
+ enums: Hash[::String, {
1299
+ values: Array[::String]
1300
+ }],
1301
+ non_models: Hash[::String, {
1302
+ fields: Hash[::String, {
1303
+ data_type: ("ID" | "String" | "Int" | "Float" | "AWSDate" | "AWSTime" | "AWSDateTime" | "AWSTimestamp" | "AWSEmail" | "AWSURL" | "AWSIPAddress" | "Boolean" | "AWSJSON" | "AWSPhone" | "Enum" | "Model" | "NonModel"),
1304
+ data_type_value: ::String,
1305
+ required: bool,
1306
+ read_only: bool,
1307
+ is_array: bool,
1308
+ relationship: {
1309
+ type: ("HAS_MANY" | "HAS_ONE" | "BELONGS_TO"),
1310
+ related_model_name: ::String,
1311
+ related_model_fields: Array[::String]?,
1312
+ can_unlink_associated_model: bool?,
1313
+ related_join_field_name: ::String?,
1314
+ related_join_table_name: ::String?,
1315
+ belongs_to_field_on_related_model: ::String?,
1316
+ associated_fields: Array[::String]?,
1317
+ is_has_many_index: bool?
1318
+ }?
1319
+ }]
1320
+ }]
1321
+ }?,
1322
+ auto_generate_forms: bool?,
1323
+ features: {
1324
+ is_relationship_supported: bool?,
1325
+ is_non_model_supported: bool?
1326
+ }?,
1327
+ tags: Hash[::String, ::String]?
1328
+ }
1329
+ ) -> _StartCodegenJobResponseSuccess
1330
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartCodegenJobResponseSuccess
1331
+
1332
+ interface _TagResourceResponseSuccess
1333
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
1334
+ end
1335
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#tag_resource-instance_method
1336
+ def tag_resource: (
1337
+ resource_arn: ::String,
1338
+ tags: Hash[::String, ::String]
1339
+ ) -> _TagResourceResponseSuccess
1340
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
1341
+
1342
+ interface _UntagResourceResponseSuccess
1343
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
1344
+ end
1345
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#untag_resource-instance_method
1346
+ def untag_resource: (
1347
+ resource_arn: ::String,
1348
+ tag_keys: Array[::String]
1349
+ ) -> _UntagResourceResponseSuccess
1350
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
1351
+
1352
+ interface _UpdateComponentResponseSuccess
1353
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateComponentResponse]
1354
+ def entity: () -> Types::Component
1355
+ end
1356
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#update_component-instance_method
1357
+ def update_component: (
1358
+ app_id: ::String,
1359
+ environment_name: ::String,
1360
+ id: ::String,
1361
+ ?client_token: ::String,
1362
+ updated_component: {
1363
+ id: ::String?,
1364
+ name: ::String?,
1365
+ source_id: ::String?,
1366
+ component_type: ::String?,
1367
+ properties: Hash[::String, {
1368
+ value: ::String?,
1369
+ binding_properties: {
1370
+ property: ::String,
1371
+ field: ::String?
1372
+ }?,
1373
+ collection_binding_properties: {
1374
+ property: ::String,
1375
+ field: ::String?
1376
+ }?,
1377
+ default_value: ::String?,
1378
+ model: ::String?,
1379
+ bindings: Hash[::String, {
1380
+ element: ::String,
1381
+ property: ::String
1382
+ }]?,
1383
+ event: ::String?,
1384
+ user_attribute: ::String?,
1385
+ concat: Array[
1386
+ untyped,
1387
+ ]?,
1388
+ condition: {
1389
+ property: ::String?,
1390
+ field: ::String?,
1391
+ operator: ::String?,
1392
+ operand: ::String?,
1393
+ then: untyped?,
1394
+ else: untyped?,
1395
+ operand_type: ::String?
1396
+ }?,
1397
+ configured: bool?,
1398
+ type: ::String?,
1399
+ imported_value: ::String?,
1400
+ component_name: ::String?,
1401
+ property: ::String?
1402
+ }]?,
1403
+ children: Array[
1404
+ {
1405
+ component_type: ::String,
1406
+ name: ::String,
1407
+ properties: Hash[::String, {
1408
+ value: ::String?,
1409
+ binding_properties: {
1410
+ property: ::String,
1411
+ field: ::String?
1412
+ }?,
1413
+ collection_binding_properties: {
1414
+ property: ::String,
1415
+ field: ::String?
1416
+ }?,
1417
+ default_value: ::String?,
1418
+ model: ::String?,
1419
+ bindings: Hash[::String, {
1420
+ element: ::String,
1421
+ property: ::String
1422
+ }]?,
1423
+ event: ::String?,
1424
+ user_attribute: ::String?,
1425
+ concat: Array[
1426
+ untyped,
1427
+ ]?,
1428
+ condition: {
1429
+ property: ::String?,
1430
+ field: ::String?,
1431
+ operator: ::String?,
1432
+ operand: ::String?,
1433
+ then: untyped?,
1434
+ else: untyped?,
1435
+ operand_type: ::String?
1436
+ }?,
1437
+ configured: bool?,
1438
+ type: ::String?,
1439
+ imported_value: ::String?,
1440
+ component_name: ::String?,
1441
+ property: ::String?
1442
+ }],
1443
+ children: untyped?,
1444
+ events: Hash[::String, {
1445
+ action: ::String?,
1446
+ parameters: {
1447
+ type: {
1448
+ value: ::String?,
1449
+ binding_properties: {
1450
+ property: ::String,
1451
+ field: ::String?
1452
+ }?,
1453
+ collection_binding_properties: {
1454
+ property: ::String,
1455
+ field: ::String?
1456
+ }?,
1457
+ default_value: ::String?,
1458
+ model: ::String?,
1459
+ bindings: Hash[::String, {
1460
+ element: ::String,
1461
+ property: ::String
1462
+ }]?,
1463
+ event: ::String?,
1464
+ user_attribute: ::String?,
1465
+ concat: Array[
1466
+ untyped,
1467
+ ]?,
1468
+ condition: {
1469
+ property: ::String?,
1470
+ field: ::String?,
1471
+ operator: ::String?,
1472
+ operand: ::String?,
1473
+ then: untyped?,
1474
+ else: untyped?,
1475
+ operand_type: ::String?
1476
+ }?,
1477
+ configured: bool?,
1478
+ type: ::String?,
1479
+ imported_value: ::String?,
1480
+ component_name: ::String?,
1481
+ property: ::String?
1482
+ }?,
1483
+ url: {
1484
+ value: ::String?,
1485
+ binding_properties: {
1486
+ property: ::String,
1487
+ field: ::String?
1488
+ }?,
1489
+ collection_binding_properties: {
1490
+ property: ::String,
1491
+ field: ::String?
1492
+ }?,
1493
+ default_value: ::String?,
1494
+ model: ::String?,
1495
+ bindings: Hash[::String, {
1496
+ element: ::String,
1497
+ property: ::String
1498
+ }]?,
1499
+ event: ::String?,
1500
+ user_attribute: ::String?,
1501
+ concat: Array[
1502
+ untyped,
1503
+ ]?,
1504
+ condition: {
1505
+ property: ::String?,
1506
+ field: ::String?,
1507
+ operator: ::String?,
1508
+ operand: ::String?,
1509
+ then: untyped?,
1510
+ else: untyped?,
1511
+ operand_type: ::String?
1512
+ }?,
1513
+ configured: bool?,
1514
+ type: ::String?,
1515
+ imported_value: ::String?,
1516
+ component_name: ::String?,
1517
+ property: ::String?
1518
+ }?,
1519
+ anchor: {
1520
+ value: ::String?,
1521
+ binding_properties: {
1522
+ property: ::String,
1523
+ field: ::String?
1524
+ }?,
1525
+ collection_binding_properties: {
1526
+ property: ::String,
1527
+ field: ::String?
1528
+ }?,
1529
+ default_value: ::String?,
1530
+ model: ::String?,
1531
+ bindings: Hash[::String, {
1532
+ element: ::String,
1533
+ property: ::String
1534
+ }]?,
1535
+ event: ::String?,
1536
+ user_attribute: ::String?,
1537
+ concat: Array[
1538
+ untyped,
1539
+ ]?,
1540
+ condition: {
1541
+ property: ::String?,
1542
+ field: ::String?,
1543
+ operator: ::String?,
1544
+ operand: ::String?,
1545
+ then: untyped?,
1546
+ else: untyped?,
1547
+ operand_type: ::String?
1548
+ }?,
1549
+ configured: bool?,
1550
+ type: ::String?,
1551
+ imported_value: ::String?,
1552
+ component_name: ::String?,
1553
+ property: ::String?
1554
+ }?,
1555
+ target: {
1556
+ value: ::String?,
1557
+ binding_properties: {
1558
+ property: ::String,
1559
+ field: ::String?
1560
+ }?,
1561
+ collection_binding_properties: {
1562
+ property: ::String,
1563
+ field: ::String?
1564
+ }?,
1565
+ default_value: ::String?,
1566
+ model: ::String?,
1567
+ bindings: Hash[::String, {
1568
+ element: ::String,
1569
+ property: ::String
1570
+ }]?,
1571
+ event: ::String?,
1572
+ user_attribute: ::String?,
1573
+ concat: Array[
1574
+ untyped,
1575
+ ]?,
1576
+ condition: {
1577
+ property: ::String?,
1578
+ field: ::String?,
1579
+ operator: ::String?,
1580
+ operand: ::String?,
1581
+ then: untyped?,
1582
+ else: untyped?,
1583
+ operand_type: ::String?
1584
+ }?,
1585
+ configured: bool?,
1586
+ type: ::String?,
1587
+ imported_value: ::String?,
1588
+ component_name: ::String?,
1589
+ property: ::String?
1590
+ }?,
1591
+ global: {
1592
+ value: ::String?,
1593
+ binding_properties: {
1594
+ property: ::String,
1595
+ field: ::String?
1596
+ }?,
1597
+ collection_binding_properties: {
1598
+ property: ::String,
1599
+ field: ::String?
1600
+ }?,
1601
+ default_value: ::String?,
1602
+ model: ::String?,
1603
+ bindings: Hash[::String, {
1604
+ element: ::String,
1605
+ property: ::String
1606
+ }]?,
1607
+ event: ::String?,
1608
+ user_attribute: ::String?,
1609
+ concat: Array[
1610
+ untyped,
1611
+ ]?,
1612
+ condition: {
1613
+ property: ::String?,
1614
+ field: ::String?,
1615
+ operator: ::String?,
1616
+ operand: ::String?,
1617
+ then: untyped?,
1618
+ else: untyped?,
1619
+ operand_type: ::String?
1620
+ }?,
1621
+ configured: bool?,
1622
+ type: ::String?,
1623
+ imported_value: ::String?,
1624
+ component_name: ::String?,
1625
+ property: ::String?
1626
+ }?,
1627
+ model: ::String?,
1628
+ id: {
1629
+ value: ::String?,
1630
+ binding_properties: {
1631
+ property: ::String,
1632
+ field: ::String?
1633
+ }?,
1634
+ collection_binding_properties: {
1635
+ property: ::String,
1636
+ field: ::String?
1637
+ }?,
1638
+ default_value: ::String?,
1639
+ model: ::String?,
1640
+ bindings: Hash[::String, {
1641
+ element: ::String,
1642
+ property: ::String
1643
+ }]?,
1644
+ event: ::String?,
1645
+ user_attribute: ::String?,
1646
+ concat: Array[
1647
+ untyped,
1648
+ ]?,
1649
+ condition: {
1650
+ property: ::String?,
1651
+ field: ::String?,
1652
+ operator: ::String?,
1653
+ operand: ::String?,
1654
+ then: untyped?,
1655
+ else: untyped?,
1656
+ operand_type: ::String?
1657
+ }?,
1658
+ configured: bool?,
1659
+ type: ::String?,
1660
+ imported_value: ::String?,
1661
+ component_name: ::String?,
1662
+ property: ::String?
1663
+ }?,
1664
+ fields: Hash[::String, {
1665
+ value: ::String?,
1666
+ binding_properties: {
1667
+ property: ::String,
1668
+ field: ::String?
1669
+ }?,
1670
+ collection_binding_properties: {
1671
+ property: ::String,
1672
+ field: ::String?
1673
+ }?,
1674
+ default_value: ::String?,
1675
+ model: ::String?,
1676
+ bindings: Hash[::String, {
1677
+ element: ::String,
1678
+ property: ::String
1679
+ }]?,
1680
+ event: ::String?,
1681
+ user_attribute: ::String?,
1682
+ concat: Array[
1683
+ untyped,
1684
+ ]?,
1685
+ condition: {
1686
+ property: ::String?,
1687
+ field: ::String?,
1688
+ operator: ::String?,
1689
+ operand: ::String?,
1690
+ then: untyped?,
1691
+ else: untyped?,
1692
+ operand_type: ::String?
1693
+ }?,
1694
+ configured: bool?,
1695
+ type: ::String?,
1696
+ imported_value: ::String?,
1697
+ component_name: ::String?,
1698
+ property: ::String?
1699
+ }]?,
1700
+ state: {
1701
+ component_name: ::String,
1702
+ property: ::String,
1703
+ set: {
1704
+ value: ::String?,
1705
+ binding_properties: {
1706
+ property: ::String,
1707
+ field: ::String?
1708
+ }?,
1709
+ collection_binding_properties: {
1710
+ property: ::String,
1711
+ field: ::String?
1712
+ }?,
1713
+ default_value: ::String?,
1714
+ model: ::String?,
1715
+ bindings: Hash[::String, {
1716
+ element: ::String,
1717
+ property: ::String
1718
+ }]?,
1719
+ event: ::String?,
1720
+ user_attribute: ::String?,
1721
+ concat: Array[
1722
+ untyped,
1723
+ ]?,
1724
+ condition: {
1725
+ property: ::String?,
1726
+ field: ::String?,
1727
+ operator: ::String?,
1728
+ operand: ::String?,
1729
+ then: untyped?,
1730
+ else: untyped?,
1731
+ operand_type: ::String?
1732
+ }?,
1733
+ configured: bool?,
1734
+ type: ::String?,
1735
+ imported_value: ::String?,
1736
+ component_name: ::String?,
1737
+ property: ::String?
1738
+ }
1739
+ }?
1740
+ }?,
1741
+ binding_event: ::String?
1742
+ }]?,
1743
+ source_id: ::String?
1744
+ },
1745
+ ]?,
1746
+ variants: Array[
1747
+ {
1748
+ variant_values: Hash[::String, ::String]?,
1749
+ overrides: Hash[::String, Hash[::String, ::String]]?
1750
+ },
1751
+ ]?,
1752
+ overrides: Hash[::String, Hash[::String, ::String]]?,
1753
+ binding_properties: Hash[::String, {
1754
+ type: ::String?,
1755
+ binding_properties: {
1756
+ model: ::String?,
1757
+ field: ::String?,
1758
+ predicates: Array[
1759
+ {
1760
+ or: untyped?,
1761
+ and: untyped?,
1762
+ field: ::String?,
1763
+ operator: ::String?,
1764
+ operand: ::String?,
1765
+ operand_type: ::String?
1766
+ },
1767
+ ]?,
1768
+ user_attribute: ::String?,
1769
+ bucket: ::String?,
1770
+ key: ::String?,
1771
+ default_value: ::String?,
1772
+ slot_name: ::String?
1773
+ }?,
1774
+ default_value: ::String?
1775
+ }]?,
1776
+ collection_properties: Hash[::String, {
1777
+ model: ::String,
1778
+ sort: Array[
1779
+ {
1780
+ field: ::String,
1781
+ direction: ("ASC" | "DESC")
1782
+ },
1783
+ ]?,
1784
+ predicate: {
1785
+ or: Array[
1786
+ untyped,
1787
+ ]?,
1788
+ and: Array[
1789
+ untyped,
1790
+ ]?,
1791
+ field: ::String?,
1792
+ operator: ::String?,
1793
+ operand: ::String?,
1794
+ operand_type: ::String?
1795
+ }?,
1796
+ identifiers: Array[::String]?
1797
+ }]?,
1798
+ events: Hash[::String, {
1799
+ action: ::String?,
1800
+ parameters: {
1801
+ type: {
1802
+ value: ::String?,
1803
+ binding_properties: {
1804
+ property: ::String,
1805
+ field: ::String?
1806
+ }?,
1807
+ collection_binding_properties: {
1808
+ property: ::String,
1809
+ field: ::String?
1810
+ }?,
1811
+ default_value: ::String?,
1812
+ model: ::String?,
1813
+ bindings: Hash[::String, {
1814
+ element: ::String,
1815
+ property: ::String
1816
+ }]?,
1817
+ event: ::String?,
1818
+ user_attribute: ::String?,
1819
+ concat: Array[
1820
+ untyped,
1821
+ ]?,
1822
+ condition: {
1823
+ property: ::String?,
1824
+ field: ::String?,
1825
+ operator: ::String?,
1826
+ operand: ::String?,
1827
+ then: untyped?,
1828
+ else: untyped?,
1829
+ operand_type: ::String?
1830
+ }?,
1831
+ configured: bool?,
1832
+ type: ::String?,
1833
+ imported_value: ::String?,
1834
+ component_name: ::String?,
1835
+ property: ::String?
1836
+ }?,
1837
+ url: {
1838
+ value: ::String?,
1839
+ binding_properties: {
1840
+ property: ::String,
1841
+ field: ::String?
1842
+ }?,
1843
+ collection_binding_properties: {
1844
+ property: ::String,
1845
+ field: ::String?
1846
+ }?,
1847
+ default_value: ::String?,
1848
+ model: ::String?,
1849
+ bindings: Hash[::String, {
1850
+ element: ::String,
1851
+ property: ::String
1852
+ }]?,
1853
+ event: ::String?,
1854
+ user_attribute: ::String?,
1855
+ concat: Array[
1856
+ untyped,
1857
+ ]?,
1858
+ condition: {
1859
+ property: ::String?,
1860
+ field: ::String?,
1861
+ operator: ::String?,
1862
+ operand: ::String?,
1863
+ then: untyped?,
1864
+ else: untyped?,
1865
+ operand_type: ::String?
1866
+ }?,
1867
+ configured: bool?,
1868
+ type: ::String?,
1869
+ imported_value: ::String?,
1870
+ component_name: ::String?,
1871
+ property: ::String?
1872
+ }?,
1873
+ anchor: {
1874
+ value: ::String?,
1875
+ binding_properties: {
1876
+ property: ::String,
1877
+ field: ::String?
1878
+ }?,
1879
+ collection_binding_properties: {
1880
+ property: ::String,
1881
+ field: ::String?
1882
+ }?,
1883
+ default_value: ::String?,
1884
+ model: ::String?,
1885
+ bindings: Hash[::String, {
1886
+ element: ::String,
1887
+ property: ::String
1888
+ }]?,
1889
+ event: ::String?,
1890
+ user_attribute: ::String?,
1891
+ concat: Array[
1892
+ untyped,
1893
+ ]?,
1894
+ condition: {
1895
+ property: ::String?,
1896
+ field: ::String?,
1897
+ operator: ::String?,
1898
+ operand: ::String?,
1899
+ then: untyped?,
1900
+ else: untyped?,
1901
+ operand_type: ::String?
1902
+ }?,
1903
+ configured: bool?,
1904
+ type: ::String?,
1905
+ imported_value: ::String?,
1906
+ component_name: ::String?,
1907
+ property: ::String?
1908
+ }?,
1909
+ target: {
1910
+ value: ::String?,
1911
+ binding_properties: {
1912
+ property: ::String,
1913
+ field: ::String?
1914
+ }?,
1915
+ collection_binding_properties: {
1916
+ property: ::String,
1917
+ field: ::String?
1918
+ }?,
1919
+ default_value: ::String?,
1920
+ model: ::String?,
1921
+ bindings: Hash[::String, {
1922
+ element: ::String,
1923
+ property: ::String
1924
+ }]?,
1925
+ event: ::String?,
1926
+ user_attribute: ::String?,
1927
+ concat: Array[
1928
+ untyped,
1929
+ ]?,
1930
+ condition: {
1931
+ property: ::String?,
1932
+ field: ::String?,
1933
+ operator: ::String?,
1934
+ operand: ::String?,
1935
+ then: untyped?,
1936
+ else: untyped?,
1937
+ operand_type: ::String?
1938
+ }?,
1939
+ configured: bool?,
1940
+ type: ::String?,
1941
+ imported_value: ::String?,
1942
+ component_name: ::String?,
1943
+ property: ::String?
1944
+ }?,
1945
+ global: {
1946
+ value: ::String?,
1947
+ binding_properties: {
1948
+ property: ::String,
1949
+ field: ::String?
1950
+ }?,
1951
+ collection_binding_properties: {
1952
+ property: ::String,
1953
+ field: ::String?
1954
+ }?,
1955
+ default_value: ::String?,
1956
+ model: ::String?,
1957
+ bindings: Hash[::String, {
1958
+ element: ::String,
1959
+ property: ::String
1960
+ }]?,
1961
+ event: ::String?,
1962
+ user_attribute: ::String?,
1963
+ concat: Array[
1964
+ untyped,
1965
+ ]?,
1966
+ condition: {
1967
+ property: ::String?,
1968
+ field: ::String?,
1969
+ operator: ::String?,
1970
+ operand: ::String?,
1971
+ then: untyped?,
1972
+ else: untyped?,
1973
+ operand_type: ::String?
1974
+ }?,
1975
+ configured: bool?,
1976
+ type: ::String?,
1977
+ imported_value: ::String?,
1978
+ component_name: ::String?,
1979
+ property: ::String?
1980
+ }?,
1981
+ model: ::String?,
1982
+ id: {
1983
+ value: ::String?,
1984
+ binding_properties: {
1985
+ property: ::String,
1986
+ field: ::String?
1987
+ }?,
1988
+ collection_binding_properties: {
1989
+ property: ::String,
1990
+ field: ::String?
1991
+ }?,
1992
+ default_value: ::String?,
1993
+ model: ::String?,
1994
+ bindings: Hash[::String, {
1995
+ element: ::String,
1996
+ property: ::String
1997
+ }]?,
1998
+ event: ::String?,
1999
+ user_attribute: ::String?,
2000
+ concat: Array[
2001
+ untyped,
2002
+ ]?,
2003
+ condition: {
2004
+ property: ::String?,
2005
+ field: ::String?,
2006
+ operator: ::String?,
2007
+ operand: ::String?,
2008
+ then: untyped?,
2009
+ else: untyped?,
2010
+ operand_type: ::String?
2011
+ }?,
2012
+ configured: bool?,
2013
+ type: ::String?,
2014
+ imported_value: ::String?,
2015
+ component_name: ::String?,
2016
+ property: ::String?
2017
+ }?,
2018
+ fields: Hash[::String, {
2019
+ value: ::String?,
2020
+ binding_properties: {
2021
+ property: ::String,
2022
+ field: ::String?
2023
+ }?,
2024
+ collection_binding_properties: {
2025
+ property: ::String,
2026
+ field: ::String?
2027
+ }?,
2028
+ default_value: ::String?,
2029
+ model: ::String?,
2030
+ bindings: Hash[::String, {
2031
+ element: ::String,
2032
+ property: ::String
2033
+ }]?,
2034
+ event: ::String?,
2035
+ user_attribute: ::String?,
2036
+ concat: Array[
2037
+ untyped,
2038
+ ]?,
2039
+ condition: {
2040
+ property: ::String?,
2041
+ field: ::String?,
2042
+ operator: ::String?,
2043
+ operand: ::String?,
2044
+ then: untyped?,
2045
+ else: untyped?,
2046
+ operand_type: ::String?
2047
+ }?,
2048
+ configured: bool?,
2049
+ type: ::String?,
2050
+ imported_value: ::String?,
2051
+ component_name: ::String?,
2052
+ property: ::String?
2053
+ }]?,
2054
+ state: {
2055
+ component_name: ::String,
2056
+ property: ::String,
2057
+ set: {
2058
+ value: ::String?,
2059
+ binding_properties: {
2060
+ property: ::String,
2061
+ field: ::String?
2062
+ }?,
2063
+ collection_binding_properties: {
2064
+ property: ::String,
2065
+ field: ::String?
2066
+ }?,
2067
+ default_value: ::String?,
2068
+ model: ::String?,
2069
+ bindings: Hash[::String, {
2070
+ element: ::String,
2071
+ property: ::String
2072
+ }]?,
2073
+ event: ::String?,
2074
+ user_attribute: ::String?,
2075
+ concat: Array[
2076
+ untyped,
2077
+ ]?,
2078
+ condition: {
2079
+ property: ::String?,
2080
+ field: ::String?,
2081
+ operator: ::String?,
2082
+ operand: ::String?,
2083
+ then: untyped?,
2084
+ else: untyped?,
2085
+ operand_type: ::String?
2086
+ }?,
2087
+ configured: bool?,
2088
+ type: ::String?,
2089
+ imported_value: ::String?,
2090
+ component_name: ::String?,
2091
+ property: ::String?
2092
+ }
2093
+ }?
2094
+ }?,
2095
+ binding_event: ::String?
2096
+ }]?,
2097
+ schema_version: ::String?
2098
+ }
2099
+ ) -> _UpdateComponentResponseSuccess
2100
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateComponentResponseSuccess
2101
+
2102
+ interface _UpdateFormResponseSuccess
2103
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFormResponse]
2104
+ def entity: () -> Types::Form
2105
+ end
2106
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#update_form-instance_method
2107
+ def update_form: (
2108
+ app_id: ::String,
2109
+ environment_name: ::String,
2110
+ id: ::String,
2111
+ ?client_token: ::String,
2112
+ updated_form: {
2113
+ name: ::String?,
2114
+ data_type: {
2115
+ data_source_type: ("DataStore" | "Custom"),
2116
+ data_type_name: ::String
2117
+ }?,
2118
+ form_action_type: ("create" | "update")?,
2119
+ fields: Hash[::String, {
2120
+ label: ::String?,
2121
+ position: {
2122
+ fixed: ("first")?,
2123
+ right_of: ::String?,
2124
+ below: ::String?
2125
+ }?,
2126
+ excluded: bool?,
2127
+ input_type: {
2128
+ type: ::String,
2129
+ required: bool?,
2130
+ read_only: bool?,
2131
+ placeholder: ::String?,
2132
+ default_value: ::String?,
2133
+ descriptive_text: ::String?,
2134
+ default_checked: bool?,
2135
+ default_country_code: ::String?,
2136
+ value_mappings: {
2137
+ values: Array[
2138
+ {
2139
+ display_value: {
2140
+ value: ::String?,
2141
+ binding_properties: {
2142
+ property: ::String,
2143
+ field: ::String?
2144
+ }?,
2145
+ concat: Array[
2146
+ untyped,
2147
+ ]?
2148
+ }?,
2149
+ value: {
2150
+ value: ::String?,
2151
+ binding_properties: {
2152
+ property: ::String,
2153
+ field: ::String?
2154
+ }?,
2155
+ concat: Array[
2156
+ untyped,
2157
+ ]?
2158
+ }
2159
+ },
2160
+ ],
2161
+ binding_properties: Hash[::String, {
2162
+ type: ::String?,
2163
+ binding_properties: {
2164
+ model: ::String?
2165
+ }?
2166
+ }]?
2167
+ }?,
2168
+ name: ::String?,
2169
+ min_value: ::Float?,
2170
+ max_value: ::Float?,
2171
+ step: ::Float?,
2172
+ value: ::String?,
2173
+ is_array: bool?,
2174
+ file_uploader_config: {
2175
+ access_level: ("public" | "protected" | "private"),
2176
+ accepted_file_types: Array[::String],
2177
+ show_thumbnails: bool?,
2178
+ is_resumable: bool?,
2179
+ max_file_count: ::Integer?,
2180
+ max_size: ::Integer?
2181
+ }?
2182
+ }?,
2183
+ validations: Array[
2184
+ {
2185
+ type: ::String,
2186
+ str_values: Array[::String]?,
2187
+ num_values: Array[::Integer]?,
2188
+ validation_message: ::String?
2189
+ },
2190
+ ]?
2191
+ }]?,
2192
+ style: {
2193
+ horizontal_gap: {
2194
+ token_reference: ::String?,
2195
+ value: ::String?
2196
+ }?,
2197
+ vertical_gap: {
2198
+ token_reference: ::String?,
2199
+ value: ::String?
2200
+ }?,
2201
+ outer_padding: {
2202
+ token_reference: ::String?,
2203
+ value: ::String?
2204
+ }?
2205
+ }?,
2206
+ sectional_elements: Hash[::String, {
2207
+ type: ::String,
2208
+ position: {
2209
+ fixed: ("first")?,
2210
+ right_of: ::String?,
2211
+ below: ::String?
2212
+ }?,
2213
+ text: ::String?,
2214
+ level: ::Integer?,
2215
+ orientation: ::String?,
2216
+ excluded: bool?
2217
+ }]?,
2218
+ schema_version: ::String?,
2219
+ cta: {
2220
+ position: ("top" | "bottom" | "top_and_bottom")?,
2221
+ clear: {
2222
+ excluded: bool?,
2223
+ children: ::String?,
2224
+ position: {
2225
+ fixed: ("first")?,
2226
+ right_of: ::String?,
2227
+ below: ::String?
2228
+ }?
2229
+ }?,
2230
+ cancel: {
2231
+ excluded: bool?,
2232
+ children: ::String?,
2233
+ position: {
2234
+ fixed: ("first")?,
2235
+ right_of: ::String?,
2236
+ below: ::String?
2237
+ }?
2238
+ }?,
2239
+ submit: {
2240
+ excluded: bool?,
2241
+ children: ::String?,
2242
+ position: {
2243
+ fixed: ("first")?,
2244
+ right_of: ::String?,
2245
+ below: ::String?
2246
+ }?
2247
+ }?
2248
+ }?,
2249
+ label_decorator: ("required" | "optional" | "none")?
2250
+ }
2251
+ ) -> _UpdateFormResponseSuccess
2252
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFormResponseSuccess
2253
+
2254
+ interface _UpdateThemeResponseSuccess
2255
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateThemeResponse]
2256
+ def entity: () -> Types::Theme
2257
+ end
2258
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AmplifyUIBuilder/Client.html#update_theme-instance_method
2259
+ def update_theme: (
2260
+ app_id: ::String,
2261
+ environment_name: ::String,
2262
+ id: ::String,
2263
+ ?client_token: ::String,
2264
+ updated_theme: {
2265
+ id: ::String?,
2266
+ name: ::String?,
2267
+ values: Array[
2268
+ {
2269
+ key: ::String?,
2270
+ value: {
2271
+ value: ::String?,
2272
+ children: untyped?
2273
+ }?
2274
+ },
2275
+ ],
2276
+ overrides: Array[
2277
+ {
2278
+ key: ::String?,
2279
+ value: {
2280
+ value: ::String?,
2281
+ children: untyped?
2282
+ }?
2283
+ },
2284
+ ]?
2285
+ }
2286
+ ) -> _UpdateThemeResponseSuccess
2287
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateThemeResponseSuccess
2288
+ end
2289
+ end
2290
+ end
2291
+