aws-sdk-amplifyuibuilder 1.3.0 → 1.4.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-amplifyuibuilder/client.rb +3348 -114
- data/lib/aws-sdk-amplifyuibuilder/client_api.rb +51 -0
- data/lib/aws-sdk-amplifyuibuilder/types.rb +5966 -1269
- data/lib/aws-sdk-amplifyuibuilder.rb +1 -1
- metadata +2 -2
@@ -411,6 +411,372 @@ module Aws::AmplifyUIBuilder
|
|
411
411
|
# # recursive ComponentChildList
|
412
412
|
# },
|
413
413
|
# component_type: "String", # required
|
414
|
+
# events: {
|
415
|
+
# "String" => {
|
416
|
+
# action: "String",
|
417
|
+
# parameters: {
|
418
|
+
# anchor: {
|
419
|
+
# binding_properties: {
|
420
|
+
# field: "String",
|
421
|
+
# property: "String", # required
|
422
|
+
# },
|
423
|
+
# bindings: {
|
424
|
+
# "String" => {
|
425
|
+
# element: "String", # required
|
426
|
+
# property: "String", # required
|
427
|
+
# },
|
428
|
+
# },
|
429
|
+
# collection_binding_properties: {
|
430
|
+
# field: "String",
|
431
|
+
# property: "String", # required
|
432
|
+
# },
|
433
|
+
# component_name: "String",
|
434
|
+
# concat: [
|
435
|
+
# {
|
436
|
+
# # recursive ComponentProperty
|
437
|
+
# },
|
438
|
+
# ],
|
439
|
+
# condition: {
|
440
|
+
# else: {
|
441
|
+
# # recursive ComponentProperty
|
442
|
+
# },
|
443
|
+
# field: "String",
|
444
|
+
# operand: "String",
|
445
|
+
# operand_type: "String",
|
446
|
+
# operator: "String",
|
447
|
+
# property: "String",
|
448
|
+
# then: {
|
449
|
+
# # recursive ComponentProperty
|
450
|
+
# },
|
451
|
+
# },
|
452
|
+
# configured: false,
|
453
|
+
# default_value: "String",
|
454
|
+
# event: "String",
|
455
|
+
# imported_value: "String",
|
456
|
+
# model: "String",
|
457
|
+
# property: "String",
|
458
|
+
# type: "String",
|
459
|
+
# user_attribute: "String",
|
460
|
+
# value: "String",
|
461
|
+
# },
|
462
|
+
# fields: {
|
463
|
+
# "String" => {
|
464
|
+
# binding_properties: {
|
465
|
+
# field: "String",
|
466
|
+
# property: "String", # required
|
467
|
+
# },
|
468
|
+
# bindings: {
|
469
|
+
# "String" => {
|
470
|
+
# element: "String", # required
|
471
|
+
# property: "String", # required
|
472
|
+
# },
|
473
|
+
# },
|
474
|
+
# collection_binding_properties: {
|
475
|
+
# field: "String",
|
476
|
+
# property: "String", # required
|
477
|
+
# },
|
478
|
+
# component_name: "String",
|
479
|
+
# concat: [
|
480
|
+
# {
|
481
|
+
# # recursive ComponentProperty
|
482
|
+
# },
|
483
|
+
# ],
|
484
|
+
# condition: {
|
485
|
+
# else: {
|
486
|
+
# # recursive ComponentProperty
|
487
|
+
# },
|
488
|
+
# field: "String",
|
489
|
+
# operand: "String",
|
490
|
+
# operand_type: "String",
|
491
|
+
# operator: "String",
|
492
|
+
# property: "String",
|
493
|
+
# then: {
|
494
|
+
# # recursive ComponentProperty
|
495
|
+
# },
|
496
|
+
# },
|
497
|
+
# configured: false,
|
498
|
+
# default_value: "String",
|
499
|
+
# event: "String",
|
500
|
+
# imported_value: "String",
|
501
|
+
# model: "String",
|
502
|
+
# property: "String",
|
503
|
+
# type: "String",
|
504
|
+
# user_attribute: "String",
|
505
|
+
# value: "String",
|
506
|
+
# },
|
507
|
+
# },
|
508
|
+
# global: {
|
509
|
+
# binding_properties: {
|
510
|
+
# field: "String",
|
511
|
+
# property: "String", # required
|
512
|
+
# },
|
513
|
+
# bindings: {
|
514
|
+
# "String" => {
|
515
|
+
# element: "String", # required
|
516
|
+
# property: "String", # required
|
517
|
+
# },
|
518
|
+
# },
|
519
|
+
# collection_binding_properties: {
|
520
|
+
# field: "String",
|
521
|
+
# property: "String", # required
|
522
|
+
# },
|
523
|
+
# component_name: "String",
|
524
|
+
# concat: [
|
525
|
+
# {
|
526
|
+
# # recursive ComponentProperty
|
527
|
+
# },
|
528
|
+
# ],
|
529
|
+
# condition: {
|
530
|
+
# else: {
|
531
|
+
# # recursive ComponentProperty
|
532
|
+
# },
|
533
|
+
# field: "String",
|
534
|
+
# operand: "String",
|
535
|
+
# operand_type: "String",
|
536
|
+
# operator: "String",
|
537
|
+
# property: "String",
|
538
|
+
# then: {
|
539
|
+
# # recursive ComponentProperty
|
540
|
+
# },
|
541
|
+
# },
|
542
|
+
# configured: false,
|
543
|
+
# default_value: "String",
|
544
|
+
# event: "String",
|
545
|
+
# imported_value: "String",
|
546
|
+
# model: "String",
|
547
|
+
# property: "String",
|
548
|
+
# type: "String",
|
549
|
+
# user_attribute: "String",
|
550
|
+
# value: "String",
|
551
|
+
# },
|
552
|
+
# id: {
|
553
|
+
# binding_properties: {
|
554
|
+
# field: "String",
|
555
|
+
# property: "String", # required
|
556
|
+
# },
|
557
|
+
# bindings: {
|
558
|
+
# "String" => {
|
559
|
+
# element: "String", # required
|
560
|
+
# property: "String", # required
|
561
|
+
# },
|
562
|
+
# },
|
563
|
+
# collection_binding_properties: {
|
564
|
+
# field: "String",
|
565
|
+
# property: "String", # required
|
566
|
+
# },
|
567
|
+
# component_name: "String",
|
568
|
+
# concat: [
|
569
|
+
# {
|
570
|
+
# # recursive ComponentProperty
|
571
|
+
# },
|
572
|
+
# ],
|
573
|
+
# condition: {
|
574
|
+
# else: {
|
575
|
+
# # recursive ComponentProperty
|
576
|
+
# },
|
577
|
+
# field: "String",
|
578
|
+
# operand: "String",
|
579
|
+
# operand_type: "String",
|
580
|
+
# operator: "String",
|
581
|
+
# property: "String",
|
582
|
+
# then: {
|
583
|
+
# # recursive ComponentProperty
|
584
|
+
# },
|
585
|
+
# },
|
586
|
+
# configured: false,
|
587
|
+
# default_value: "String",
|
588
|
+
# event: "String",
|
589
|
+
# imported_value: "String",
|
590
|
+
# model: "String",
|
591
|
+
# property: "String",
|
592
|
+
# type: "String",
|
593
|
+
# user_attribute: "String",
|
594
|
+
# value: "String",
|
595
|
+
# },
|
596
|
+
# model: "String",
|
597
|
+
# state: {
|
598
|
+
# component_name: "String", # required
|
599
|
+
# property: "String", # required
|
600
|
+
# set: { # required
|
601
|
+
# binding_properties: {
|
602
|
+
# field: "String",
|
603
|
+
# property: "String", # required
|
604
|
+
# },
|
605
|
+
# bindings: {
|
606
|
+
# "String" => {
|
607
|
+
# element: "String", # required
|
608
|
+
# property: "String", # required
|
609
|
+
# },
|
610
|
+
# },
|
611
|
+
# collection_binding_properties: {
|
612
|
+
# field: "String",
|
613
|
+
# property: "String", # required
|
614
|
+
# },
|
615
|
+
# component_name: "String",
|
616
|
+
# concat: [
|
617
|
+
# {
|
618
|
+
# # recursive ComponentProperty
|
619
|
+
# },
|
620
|
+
# ],
|
621
|
+
# condition: {
|
622
|
+
# else: {
|
623
|
+
# # recursive ComponentProperty
|
624
|
+
# },
|
625
|
+
# field: "String",
|
626
|
+
# operand: "String",
|
627
|
+
# operand_type: "String",
|
628
|
+
# operator: "String",
|
629
|
+
# property: "String",
|
630
|
+
# then: {
|
631
|
+
# # recursive ComponentProperty
|
632
|
+
# },
|
633
|
+
# },
|
634
|
+
# configured: false,
|
635
|
+
# default_value: "String",
|
636
|
+
# event: "String",
|
637
|
+
# imported_value: "String",
|
638
|
+
# model: "String",
|
639
|
+
# property: "String",
|
640
|
+
# type: "String",
|
641
|
+
# user_attribute: "String",
|
642
|
+
# value: "String",
|
643
|
+
# },
|
644
|
+
# },
|
645
|
+
# target: {
|
646
|
+
# binding_properties: {
|
647
|
+
# field: "String",
|
648
|
+
# property: "String", # required
|
649
|
+
# },
|
650
|
+
# bindings: {
|
651
|
+
# "String" => {
|
652
|
+
# element: "String", # required
|
653
|
+
# property: "String", # required
|
654
|
+
# },
|
655
|
+
# },
|
656
|
+
# collection_binding_properties: {
|
657
|
+
# field: "String",
|
658
|
+
# property: "String", # required
|
659
|
+
# },
|
660
|
+
# component_name: "String",
|
661
|
+
# concat: [
|
662
|
+
# {
|
663
|
+
# # recursive ComponentProperty
|
664
|
+
# },
|
665
|
+
# ],
|
666
|
+
# condition: {
|
667
|
+
# else: {
|
668
|
+
# # recursive ComponentProperty
|
669
|
+
# },
|
670
|
+
# field: "String",
|
671
|
+
# operand: "String",
|
672
|
+
# operand_type: "String",
|
673
|
+
# operator: "String",
|
674
|
+
# property: "String",
|
675
|
+
# then: {
|
676
|
+
# # recursive ComponentProperty
|
677
|
+
# },
|
678
|
+
# },
|
679
|
+
# configured: false,
|
680
|
+
# default_value: "String",
|
681
|
+
# event: "String",
|
682
|
+
# imported_value: "String",
|
683
|
+
# model: "String",
|
684
|
+
# property: "String",
|
685
|
+
# type: "String",
|
686
|
+
# user_attribute: "String",
|
687
|
+
# value: "String",
|
688
|
+
# },
|
689
|
+
# type: {
|
690
|
+
# binding_properties: {
|
691
|
+
# field: "String",
|
692
|
+
# property: "String", # required
|
693
|
+
# },
|
694
|
+
# bindings: {
|
695
|
+
# "String" => {
|
696
|
+
# element: "String", # required
|
697
|
+
# property: "String", # required
|
698
|
+
# },
|
699
|
+
# },
|
700
|
+
# collection_binding_properties: {
|
701
|
+
# field: "String",
|
702
|
+
# property: "String", # required
|
703
|
+
# },
|
704
|
+
# component_name: "String",
|
705
|
+
# concat: [
|
706
|
+
# {
|
707
|
+
# # recursive ComponentProperty
|
708
|
+
# },
|
709
|
+
# ],
|
710
|
+
# condition: {
|
711
|
+
# else: {
|
712
|
+
# # recursive ComponentProperty
|
713
|
+
# },
|
714
|
+
# field: "String",
|
715
|
+
# operand: "String",
|
716
|
+
# operand_type: "String",
|
717
|
+
# operator: "String",
|
718
|
+
# property: "String",
|
719
|
+
# then: {
|
720
|
+
# # recursive ComponentProperty
|
721
|
+
# },
|
722
|
+
# },
|
723
|
+
# configured: false,
|
724
|
+
# default_value: "String",
|
725
|
+
# event: "String",
|
726
|
+
# imported_value: "String",
|
727
|
+
# model: "String",
|
728
|
+
# property: "String",
|
729
|
+
# type: "String",
|
730
|
+
# user_attribute: "String",
|
731
|
+
# value: "String",
|
732
|
+
# },
|
733
|
+
# url: {
|
734
|
+
# binding_properties: {
|
735
|
+
# field: "String",
|
736
|
+
# property: "String", # required
|
737
|
+
# },
|
738
|
+
# bindings: {
|
739
|
+
# "String" => {
|
740
|
+
# element: "String", # required
|
741
|
+
# property: "String", # required
|
742
|
+
# },
|
743
|
+
# },
|
744
|
+
# collection_binding_properties: {
|
745
|
+
# field: "String",
|
746
|
+
# property: "String", # required
|
747
|
+
# },
|
748
|
+
# component_name: "String",
|
749
|
+
# concat: [
|
750
|
+
# {
|
751
|
+
# # recursive ComponentProperty
|
752
|
+
# },
|
753
|
+
# ],
|
754
|
+
# condition: {
|
755
|
+
# else: {
|
756
|
+
# # recursive ComponentProperty
|
757
|
+
# },
|
758
|
+
# field: "String",
|
759
|
+
# operand: "String",
|
760
|
+
# operand_type: "String",
|
761
|
+
# operator: "String",
|
762
|
+
# property: "String",
|
763
|
+
# then: {
|
764
|
+
# # recursive ComponentProperty
|
765
|
+
# },
|
766
|
+
# },
|
767
|
+
# configured: false,
|
768
|
+
# default_value: "String",
|
769
|
+
# event: "String",
|
770
|
+
# imported_value: "String",
|
771
|
+
# model: "String",
|
772
|
+
# property: "String",
|
773
|
+
# type: "String",
|
774
|
+
# user_attribute: "String",
|
775
|
+
# value: "String",
|
776
|
+
# },
|
777
|
+
# },
|
778
|
+
# },
|
779
|
+
# },
|
414
780
|
# name: "String", # required
|
415
781
|
# properties: { # required
|
416
782
|
# "String" => {
|
@@ -428,6 +794,7 @@ module Aws::AmplifyUIBuilder
|
|
428
794
|
# field: "String",
|
429
795
|
# property: "String", # required
|
430
796
|
# },
|
797
|
+
# component_name: "String",
|
431
798
|
# concat: [
|
432
799
|
# {
|
433
800
|
# # recursive ComponentProperty
|
@@ -439,6 +806,7 @@ module Aws::AmplifyUIBuilder
|
|
439
806
|
# },
|
440
807
|
# field: "String",
|
441
808
|
# operand: "String",
|
809
|
+
# operand_type: "String",
|
442
810
|
# operator: "String",
|
443
811
|
# property: "String",
|
444
812
|
# then: {
|
@@ -450,6 +818,7 @@ module Aws::AmplifyUIBuilder
|
|
450
818
|
# event: "String",
|
451
819
|
# imported_value: "String",
|
452
820
|
# model: "String",
|
821
|
+
# property: "String",
|
453
822
|
# type: "String",
|
454
823
|
# user_attribute: "String",
|
455
824
|
# value: "String",
|
@@ -485,120 +854,707 @@ module Aws::AmplifyUIBuilder
|
|
485
854
|
# },
|
486
855
|
# },
|
487
856
|
# component_type: "ComponentType", # required
|
488
|
-
#
|
489
|
-
# overrides: { # required
|
490
|
-
# "String" => {
|
491
|
-
# "String" => "String",
|
492
|
-
# },
|
493
|
-
# },
|
494
|
-
# properties: { # required
|
857
|
+
# events: {
|
495
858
|
# "String" => {
|
496
|
-
#
|
497
|
-
#
|
498
|
-
#
|
499
|
-
#
|
500
|
-
#
|
501
|
-
#
|
502
|
-
#
|
503
|
-
#
|
859
|
+
# action: "String",
|
860
|
+
# parameters: {
|
861
|
+
# anchor: {
|
862
|
+
# binding_properties: {
|
863
|
+
# field: "String",
|
864
|
+
# property: "String", # required
|
865
|
+
# },
|
866
|
+
# bindings: {
|
867
|
+
# "String" => {
|
868
|
+
# element: "String", # required
|
869
|
+
# property: "String", # required
|
870
|
+
# },
|
871
|
+
# },
|
872
|
+
# collection_binding_properties: {
|
873
|
+
# field: "String",
|
874
|
+
# property: "String", # required
|
875
|
+
# },
|
876
|
+
# component_name: "String",
|
877
|
+
# concat: [
|
878
|
+
# {
|
879
|
+
# # recursive ComponentProperty
|
880
|
+
# },
|
881
|
+
# ],
|
882
|
+
# condition: {
|
883
|
+
# else: {
|
884
|
+
# # recursive ComponentProperty
|
885
|
+
# },
|
886
|
+
# field: "String",
|
887
|
+
# operand: "String",
|
888
|
+
# operand_type: "String",
|
889
|
+
# operator: "String",
|
890
|
+
# property: "String",
|
891
|
+
# then: {
|
892
|
+
# # recursive ComponentProperty
|
893
|
+
# },
|
894
|
+
# },
|
895
|
+
# configured: false,
|
896
|
+
# default_value: "String",
|
897
|
+
# event: "String",
|
898
|
+
# imported_value: "String",
|
899
|
+
# model: "String",
|
900
|
+
# property: "String",
|
901
|
+
# type: "String",
|
902
|
+
# user_attribute: "String",
|
903
|
+
# value: "String",
|
504
904
|
# },
|
505
|
-
#
|
506
|
-
#
|
507
|
-
#
|
508
|
-
#
|
509
|
-
#
|
510
|
-
#
|
511
|
-
#
|
512
|
-
#
|
905
|
+
# fields: {
|
906
|
+
# "String" => {
|
907
|
+
# binding_properties: {
|
908
|
+
# field: "String",
|
909
|
+
# property: "String", # required
|
910
|
+
# },
|
911
|
+
# bindings: {
|
912
|
+
# "String" => {
|
913
|
+
# element: "String", # required
|
914
|
+
# property: "String", # required
|
915
|
+
# },
|
916
|
+
# },
|
917
|
+
# collection_binding_properties: {
|
918
|
+
# field: "String",
|
919
|
+
# property: "String", # required
|
920
|
+
# },
|
921
|
+
# component_name: "String",
|
922
|
+
# concat: [
|
923
|
+
# {
|
924
|
+
# # recursive ComponentProperty
|
925
|
+
# },
|
926
|
+
# ],
|
927
|
+
# condition: {
|
928
|
+
# else: {
|
929
|
+
# # recursive ComponentProperty
|
930
|
+
# },
|
931
|
+
# field: "String",
|
932
|
+
# operand: "String",
|
933
|
+
# operand_type: "String",
|
934
|
+
# operator: "String",
|
935
|
+
# property: "String",
|
936
|
+
# then: {
|
937
|
+
# # recursive ComponentProperty
|
938
|
+
# },
|
939
|
+
# },
|
940
|
+
# configured: false,
|
941
|
+
# default_value: "String",
|
942
|
+
# event: "String",
|
943
|
+
# imported_value: "String",
|
944
|
+
# model: "String",
|
945
|
+
# property: "String",
|
946
|
+
# type: "String",
|
947
|
+
# user_attribute: "String",
|
948
|
+
# value: "String",
|
949
|
+
# },
|
513
950
|
# },
|
514
|
-
#
|
515
|
-
#
|
516
|
-
#
|
517
|
-
#
|
951
|
+
# global: {
|
952
|
+
# binding_properties: {
|
953
|
+
# field: "String",
|
954
|
+
# property: "String", # required
|
955
|
+
# },
|
956
|
+
# bindings: {
|
957
|
+
# "String" => {
|
958
|
+
# element: "String", # required
|
959
|
+
# property: "String", # required
|
960
|
+
# },
|
961
|
+
# },
|
962
|
+
# collection_binding_properties: {
|
963
|
+
# field: "String",
|
964
|
+
# property: "String", # required
|
965
|
+
# },
|
966
|
+
# component_name: "String",
|
967
|
+
# concat: [
|
968
|
+
# {
|
969
|
+
# # recursive ComponentProperty
|
970
|
+
# },
|
971
|
+
# ],
|
972
|
+
# condition: {
|
973
|
+
# else: {
|
974
|
+
# # recursive ComponentProperty
|
975
|
+
# },
|
976
|
+
# field: "String",
|
977
|
+
# operand: "String",
|
978
|
+
# operand_type: "String",
|
979
|
+
# operator: "String",
|
980
|
+
# property: "String",
|
981
|
+
# then: {
|
982
|
+
# # recursive ComponentProperty
|
983
|
+
# },
|
984
|
+
# },
|
985
|
+
# configured: false,
|
986
|
+
# default_value: "String",
|
987
|
+
# event: "String",
|
988
|
+
# imported_value: "String",
|
989
|
+
# model: "String",
|
990
|
+
# property: "String",
|
991
|
+
# type: "String",
|
992
|
+
# user_attribute: "String",
|
993
|
+
# value: "String",
|
518
994
|
# },
|
519
|
-
#
|
520
|
-
#
|
521
|
-
#
|
522
|
-
#
|
523
|
-
#
|
524
|
-
#
|
995
|
+
# id: {
|
996
|
+
# binding_properties: {
|
997
|
+
# field: "String",
|
998
|
+
# property: "String", # required
|
999
|
+
# },
|
1000
|
+
# bindings: {
|
1001
|
+
# "String" => {
|
1002
|
+
# element: "String", # required
|
1003
|
+
# property: "String", # required
|
1004
|
+
# },
|
1005
|
+
# },
|
1006
|
+
# collection_binding_properties: {
|
1007
|
+
# field: "String",
|
1008
|
+
# property: "String", # required
|
1009
|
+
# },
|
1010
|
+
# component_name: "String",
|
1011
|
+
# concat: [
|
1012
|
+
# {
|
1013
|
+
# # recursive ComponentProperty
|
1014
|
+
# },
|
1015
|
+
# ],
|
1016
|
+
# condition: {
|
1017
|
+
# else: {
|
1018
|
+
# # recursive ComponentProperty
|
1019
|
+
# },
|
1020
|
+
# field: "String",
|
1021
|
+
# operand: "String",
|
1022
|
+
# operand_type: "String",
|
1023
|
+
# operator: "String",
|
1024
|
+
# property: "String",
|
1025
|
+
# then: {
|
1026
|
+
# # recursive ComponentProperty
|
1027
|
+
# },
|
1028
|
+
# },
|
1029
|
+
# configured: false,
|
1030
|
+
# default_value: "String",
|
1031
|
+
# event: "String",
|
1032
|
+
# imported_value: "String",
|
1033
|
+
# model: "String",
|
1034
|
+
# property: "String",
|
1035
|
+
# type: "String",
|
1036
|
+
# user_attribute: "String",
|
1037
|
+
# value: "String",
|
525
1038
|
# },
|
526
|
-
#
|
527
|
-
#
|
528
|
-
#
|
529
|
-
#
|
530
|
-
#
|
531
|
-
#
|
532
|
-
#
|
533
|
-
#
|
534
|
-
#
|
535
|
-
#
|
536
|
-
#
|
537
|
-
#
|
538
|
-
#
|
539
|
-
#
|
540
|
-
#
|
541
|
-
#
|
542
|
-
#
|
543
|
-
#
|
544
|
-
#
|
545
|
-
#
|
1039
|
+
# model: "String",
|
1040
|
+
# state: {
|
1041
|
+
# component_name: "String", # required
|
1042
|
+
# property: "String", # required
|
1043
|
+
# set: { # required
|
1044
|
+
# binding_properties: {
|
1045
|
+
# field: "String",
|
1046
|
+
# property: "String", # required
|
1047
|
+
# },
|
1048
|
+
# bindings: {
|
1049
|
+
# "String" => {
|
1050
|
+
# element: "String", # required
|
1051
|
+
# property: "String", # required
|
1052
|
+
# },
|
1053
|
+
# },
|
1054
|
+
# collection_binding_properties: {
|
1055
|
+
# field: "String",
|
1056
|
+
# property: "String", # required
|
1057
|
+
# },
|
1058
|
+
# component_name: "String",
|
1059
|
+
# concat: [
|
1060
|
+
# {
|
1061
|
+
# # recursive ComponentProperty
|
1062
|
+
# },
|
1063
|
+
# ],
|
1064
|
+
# condition: {
|
1065
|
+
# else: {
|
1066
|
+
# # recursive ComponentProperty
|
1067
|
+
# },
|
1068
|
+
# field: "String",
|
1069
|
+
# operand: "String",
|
1070
|
+
# operand_type: "String",
|
1071
|
+
# operator: "String",
|
1072
|
+
# property: "String",
|
1073
|
+
# then: {
|
1074
|
+
# # recursive ComponentProperty
|
1075
|
+
# },
|
1076
|
+
# },
|
1077
|
+
# configured: false,
|
1078
|
+
# default_value: "String",
|
1079
|
+
# event: "String",
|
1080
|
+
# imported_value: "String",
|
1081
|
+
# model: "String",
|
1082
|
+
# property: "String",
|
1083
|
+
# type: "String",
|
1084
|
+
# user_attribute: "String",
|
1085
|
+
# value: "String",
|
1086
|
+
# },
|
546
1087
|
# },
|
547
|
-
#
|
548
|
-
#
|
549
|
-
#
|
550
|
-
#
|
551
|
-
#
|
552
|
-
#
|
553
|
-
#
|
554
|
-
#
|
555
|
-
#
|
556
|
-
#
|
557
|
-
#
|
558
|
-
#
|
559
|
-
#
|
560
|
-
#
|
561
|
-
#
|
562
|
-
#
|
563
|
-
#
|
564
|
-
#
|
565
|
-
#
|
566
|
-
#
|
567
|
-
#
|
568
|
-
#
|
569
|
-
#
|
570
|
-
#
|
571
|
-
#
|
572
|
-
#
|
573
|
-
#
|
574
|
-
#
|
575
|
-
#
|
576
|
-
#
|
577
|
-
#
|
578
|
-
#
|
579
|
-
#
|
580
|
-
#
|
581
|
-
#
|
582
|
-
#
|
583
|
-
#
|
584
|
-
#
|
585
|
-
#
|
586
|
-
#
|
587
|
-
#
|
588
|
-
#
|
589
|
-
#
|
590
|
-
#
|
591
|
-
#
|
592
|
-
#
|
593
|
-
#
|
594
|
-
#
|
595
|
-
#
|
596
|
-
#
|
597
|
-
#
|
598
|
-
#
|
599
|
-
#
|
600
|
-
#
|
601
|
-
#
|
1088
|
+
# target: {
|
1089
|
+
# binding_properties: {
|
1090
|
+
# field: "String",
|
1091
|
+
# property: "String", # required
|
1092
|
+
# },
|
1093
|
+
# bindings: {
|
1094
|
+
# "String" => {
|
1095
|
+
# element: "String", # required
|
1096
|
+
# property: "String", # required
|
1097
|
+
# },
|
1098
|
+
# },
|
1099
|
+
# collection_binding_properties: {
|
1100
|
+
# field: "String",
|
1101
|
+
# property: "String", # required
|
1102
|
+
# },
|
1103
|
+
# component_name: "String",
|
1104
|
+
# concat: [
|
1105
|
+
# {
|
1106
|
+
# # recursive ComponentProperty
|
1107
|
+
# },
|
1108
|
+
# ],
|
1109
|
+
# condition: {
|
1110
|
+
# else: {
|
1111
|
+
# # recursive ComponentProperty
|
1112
|
+
# },
|
1113
|
+
# field: "String",
|
1114
|
+
# operand: "String",
|
1115
|
+
# operand_type: "String",
|
1116
|
+
# operator: "String",
|
1117
|
+
# property: "String",
|
1118
|
+
# then: {
|
1119
|
+
# # recursive ComponentProperty
|
1120
|
+
# },
|
1121
|
+
# },
|
1122
|
+
# configured: false,
|
1123
|
+
# default_value: "String",
|
1124
|
+
# event: "String",
|
1125
|
+
# imported_value: "String",
|
1126
|
+
# model: "String",
|
1127
|
+
# property: "String",
|
1128
|
+
# type: "String",
|
1129
|
+
# user_attribute: "String",
|
1130
|
+
# value: "String",
|
1131
|
+
# },
|
1132
|
+
# type: {
|
1133
|
+
# binding_properties: {
|
1134
|
+
# field: "String",
|
1135
|
+
# property: "String", # required
|
1136
|
+
# },
|
1137
|
+
# bindings: {
|
1138
|
+
# "String" => {
|
1139
|
+
# element: "String", # required
|
1140
|
+
# property: "String", # required
|
1141
|
+
# },
|
1142
|
+
# },
|
1143
|
+
# collection_binding_properties: {
|
1144
|
+
# field: "String",
|
1145
|
+
# property: "String", # required
|
1146
|
+
# },
|
1147
|
+
# component_name: "String",
|
1148
|
+
# concat: [
|
1149
|
+
# {
|
1150
|
+
# # recursive ComponentProperty
|
1151
|
+
# },
|
1152
|
+
# ],
|
1153
|
+
# condition: {
|
1154
|
+
# else: {
|
1155
|
+
# # recursive ComponentProperty
|
1156
|
+
# },
|
1157
|
+
# field: "String",
|
1158
|
+
# operand: "String",
|
1159
|
+
# operand_type: "String",
|
1160
|
+
# operator: "String",
|
1161
|
+
# property: "String",
|
1162
|
+
# then: {
|
1163
|
+
# # recursive ComponentProperty
|
1164
|
+
# },
|
1165
|
+
# },
|
1166
|
+
# configured: false,
|
1167
|
+
# default_value: "String",
|
1168
|
+
# event: "String",
|
1169
|
+
# imported_value: "String",
|
1170
|
+
# model: "String",
|
1171
|
+
# property: "String",
|
1172
|
+
# type: "String",
|
1173
|
+
# user_attribute: "String",
|
1174
|
+
# value: "String",
|
1175
|
+
# },
|
1176
|
+
# url: {
|
1177
|
+
# binding_properties: {
|
1178
|
+
# field: "String",
|
1179
|
+
# property: "String", # required
|
1180
|
+
# },
|
1181
|
+
# bindings: {
|
1182
|
+
# "String" => {
|
1183
|
+
# element: "String", # required
|
1184
|
+
# property: "String", # required
|
1185
|
+
# },
|
1186
|
+
# },
|
1187
|
+
# collection_binding_properties: {
|
1188
|
+
# field: "String",
|
1189
|
+
# property: "String", # required
|
1190
|
+
# },
|
1191
|
+
# component_name: "String",
|
1192
|
+
# concat: [
|
1193
|
+
# {
|
1194
|
+
# # recursive ComponentProperty
|
1195
|
+
# },
|
1196
|
+
# ],
|
1197
|
+
# condition: {
|
1198
|
+
# else: {
|
1199
|
+
# # recursive ComponentProperty
|
1200
|
+
# },
|
1201
|
+
# field: "String",
|
1202
|
+
# operand: "String",
|
1203
|
+
# operand_type: "String",
|
1204
|
+
# operator: "String",
|
1205
|
+
# property: "String",
|
1206
|
+
# then: {
|
1207
|
+
# # recursive ComponentProperty
|
1208
|
+
# },
|
1209
|
+
# },
|
1210
|
+
# configured: false,
|
1211
|
+
# default_value: "String",
|
1212
|
+
# event: "String",
|
1213
|
+
# imported_value: "String",
|
1214
|
+
# model: "String",
|
1215
|
+
# property: "String",
|
1216
|
+
# type: "String",
|
1217
|
+
# user_attribute: "String",
|
1218
|
+
# value: "String",
|
1219
|
+
# },
|
1220
|
+
# },
|
1221
|
+
# },
|
1222
|
+
# },
|
1223
|
+
# name: "ComponentName", # required
|
1224
|
+
# overrides: { # required
|
1225
|
+
# "String" => {
|
1226
|
+
# "String" => "String",
|
1227
|
+
# },
|
1228
|
+
# },
|
1229
|
+
# properties: { # required
|
1230
|
+
# "String" => {
|
1231
|
+
# binding_properties: {
|
1232
|
+
# field: "String",
|
1233
|
+
# property: "String", # required
|
1234
|
+
# },
|
1235
|
+
# bindings: {
|
1236
|
+
# "String" => {
|
1237
|
+
# element: "String", # required
|
1238
|
+
# property: "String", # required
|
1239
|
+
# },
|
1240
|
+
# },
|
1241
|
+
# collection_binding_properties: {
|
1242
|
+
# field: "String",
|
1243
|
+
# property: "String", # required
|
1244
|
+
# },
|
1245
|
+
# component_name: "String",
|
1246
|
+
# concat: [
|
1247
|
+
# {
|
1248
|
+
# # recursive ComponentProperty
|
1249
|
+
# },
|
1250
|
+
# ],
|
1251
|
+
# condition: {
|
1252
|
+
# else: {
|
1253
|
+
# # recursive ComponentProperty
|
1254
|
+
# },
|
1255
|
+
# field: "String",
|
1256
|
+
# operand: "String",
|
1257
|
+
# operand_type: "String",
|
1258
|
+
# operator: "String",
|
1259
|
+
# property: "String",
|
1260
|
+
# then: {
|
1261
|
+
# # recursive ComponentProperty
|
1262
|
+
# },
|
1263
|
+
# },
|
1264
|
+
# configured: false,
|
1265
|
+
# default_value: "String",
|
1266
|
+
# event: "String",
|
1267
|
+
# imported_value: "String",
|
1268
|
+
# model: "String",
|
1269
|
+
# property: "String",
|
1270
|
+
# type: "String",
|
1271
|
+
# user_attribute: "String",
|
1272
|
+
# value: "String",
|
1273
|
+
# },
|
1274
|
+
# },
|
1275
|
+
# schema_version: "String",
|
1276
|
+
# source_id: "String",
|
1277
|
+
# tags: {
|
1278
|
+
# "TagKey" => "TagValue",
|
1279
|
+
# },
|
1280
|
+
# variants: [ # required
|
1281
|
+
# {
|
1282
|
+
# overrides: {
|
1283
|
+
# "String" => {
|
1284
|
+
# "String" => "String",
|
1285
|
+
# },
|
1286
|
+
# },
|
1287
|
+
# variant_values: {
|
1288
|
+
# "String" => "String",
|
1289
|
+
# },
|
1290
|
+
# },
|
1291
|
+
# ],
|
1292
|
+
# },
|
1293
|
+
# environment_name: "String", # required
|
1294
|
+
# })
|
1295
|
+
#
|
1296
|
+
# @example Response structure
|
1297
|
+
#
|
1298
|
+
# resp.entity.app_id #=> String
|
1299
|
+
# resp.entity.binding_properties #=> Hash
|
1300
|
+
# resp.entity.binding_properties["String"].binding_properties.bucket #=> String
|
1301
|
+
# resp.entity.binding_properties["String"].binding_properties.default_value #=> String
|
1302
|
+
# resp.entity.binding_properties["String"].binding_properties.field #=> String
|
1303
|
+
# resp.entity.binding_properties["String"].binding_properties.key #=> String
|
1304
|
+
# resp.entity.binding_properties["String"].binding_properties.model #=> String
|
1305
|
+
# resp.entity.binding_properties["String"].binding_properties.predicates #=> Array
|
1306
|
+
# resp.entity.binding_properties["String"].binding_properties.predicates[0].and #=> Types::PredicateList
|
1307
|
+
# resp.entity.binding_properties["String"].binding_properties.predicates[0].field #=> String
|
1308
|
+
# resp.entity.binding_properties["String"].binding_properties.predicates[0].operand #=> String
|
1309
|
+
# resp.entity.binding_properties["String"].binding_properties.predicates[0].operator #=> String
|
1310
|
+
# resp.entity.binding_properties["String"].binding_properties.predicates[0].or #=> Types::PredicateList
|
1311
|
+
# resp.entity.binding_properties["String"].binding_properties.user_attribute #=> String
|
1312
|
+
# resp.entity.binding_properties["String"].default_value #=> String
|
1313
|
+
# resp.entity.binding_properties["String"].type #=> String
|
1314
|
+
# resp.entity.children #=> Array
|
1315
|
+
# resp.entity.children[0].children #=> Types::ComponentChildList
|
1316
|
+
# resp.entity.children[0].component_type #=> String
|
1317
|
+
# resp.entity.children[0].events #=> Hash
|
1318
|
+
# resp.entity.children[0].events["String"].action #=> String
|
1319
|
+
# resp.entity.children[0].events["String"].parameters.anchor.binding_properties.field #=> String
|
1320
|
+
# resp.entity.children[0].events["String"].parameters.anchor.binding_properties.property #=> String
|
1321
|
+
# resp.entity.children[0].events["String"].parameters.anchor.bindings #=> Hash
|
1322
|
+
# resp.entity.children[0].events["String"].parameters.anchor.bindings["String"].element #=> String
|
1323
|
+
# resp.entity.children[0].events["String"].parameters.anchor.bindings["String"].property #=> String
|
1324
|
+
# resp.entity.children[0].events["String"].parameters.anchor.collection_binding_properties.field #=> String
|
1325
|
+
# resp.entity.children[0].events["String"].parameters.anchor.collection_binding_properties.property #=> String
|
1326
|
+
# resp.entity.children[0].events["String"].parameters.anchor.component_name #=> String
|
1327
|
+
# resp.entity.children[0].events["String"].parameters.anchor.concat #=> Array
|
1328
|
+
# resp.entity.children[0].events["String"].parameters.anchor.concat[0] #=> Types::ComponentProperty
|
1329
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.else #=> Types::ComponentProperty
|
1330
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.field #=> String
|
1331
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.operand #=> String
|
1332
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.operand_type #=> String
|
1333
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.operator #=> String
|
1334
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.property #=> String
|
1335
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.then #=> Types::ComponentProperty
|
1336
|
+
# resp.entity.children[0].events["String"].parameters.anchor.configured #=> Boolean
|
1337
|
+
# resp.entity.children[0].events["String"].parameters.anchor.default_value #=> String
|
1338
|
+
# resp.entity.children[0].events["String"].parameters.anchor.event #=> String
|
1339
|
+
# resp.entity.children[0].events["String"].parameters.anchor.imported_value #=> String
|
1340
|
+
# resp.entity.children[0].events["String"].parameters.anchor.model #=> String
|
1341
|
+
# resp.entity.children[0].events["String"].parameters.anchor.property #=> String
|
1342
|
+
# resp.entity.children[0].events["String"].parameters.anchor.type #=> String
|
1343
|
+
# resp.entity.children[0].events["String"].parameters.anchor.user_attribute #=> String
|
1344
|
+
# resp.entity.children[0].events["String"].parameters.anchor.value #=> String
|
1345
|
+
# resp.entity.children[0].events["String"].parameters.fields #=> Hash
|
1346
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].binding_properties.field #=> String
|
1347
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].binding_properties.property #=> String
|
1348
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].bindings #=> Hash
|
1349
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].bindings["String"].element #=> String
|
1350
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].bindings["String"].property #=> String
|
1351
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].collection_binding_properties.field #=> String
|
1352
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].collection_binding_properties.property #=> String
|
1353
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].component_name #=> String
|
1354
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].concat #=> Array
|
1355
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].concat[0] #=> Types::ComponentProperty
|
1356
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.else #=> Types::ComponentProperty
|
1357
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.field #=> String
|
1358
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.operand #=> String
|
1359
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.operand_type #=> String
|
1360
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.operator #=> String
|
1361
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.property #=> String
|
1362
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.then #=> Types::ComponentProperty
|
1363
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].configured #=> Boolean
|
1364
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].default_value #=> String
|
1365
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].event #=> String
|
1366
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].imported_value #=> String
|
1367
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].model #=> String
|
1368
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].property #=> String
|
1369
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].type #=> String
|
1370
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].user_attribute #=> String
|
1371
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].value #=> String
|
1372
|
+
# resp.entity.children[0].events["String"].parameters.global.binding_properties.field #=> String
|
1373
|
+
# resp.entity.children[0].events["String"].parameters.global.binding_properties.property #=> String
|
1374
|
+
# resp.entity.children[0].events["String"].parameters.global.bindings #=> Hash
|
1375
|
+
# resp.entity.children[0].events["String"].parameters.global.bindings["String"].element #=> String
|
1376
|
+
# resp.entity.children[0].events["String"].parameters.global.bindings["String"].property #=> String
|
1377
|
+
# resp.entity.children[0].events["String"].parameters.global.collection_binding_properties.field #=> String
|
1378
|
+
# resp.entity.children[0].events["String"].parameters.global.collection_binding_properties.property #=> String
|
1379
|
+
# resp.entity.children[0].events["String"].parameters.global.component_name #=> String
|
1380
|
+
# resp.entity.children[0].events["String"].parameters.global.concat #=> Array
|
1381
|
+
# resp.entity.children[0].events["String"].parameters.global.concat[0] #=> Types::ComponentProperty
|
1382
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.else #=> Types::ComponentProperty
|
1383
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.field #=> String
|
1384
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.operand #=> String
|
1385
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.operand_type #=> String
|
1386
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.operator #=> String
|
1387
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.property #=> String
|
1388
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.then #=> Types::ComponentProperty
|
1389
|
+
# resp.entity.children[0].events["String"].parameters.global.configured #=> Boolean
|
1390
|
+
# resp.entity.children[0].events["String"].parameters.global.default_value #=> String
|
1391
|
+
# resp.entity.children[0].events["String"].parameters.global.event #=> String
|
1392
|
+
# resp.entity.children[0].events["String"].parameters.global.imported_value #=> String
|
1393
|
+
# resp.entity.children[0].events["String"].parameters.global.model #=> String
|
1394
|
+
# resp.entity.children[0].events["String"].parameters.global.property #=> String
|
1395
|
+
# resp.entity.children[0].events["String"].parameters.global.type #=> String
|
1396
|
+
# resp.entity.children[0].events["String"].parameters.global.user_attribute #=> String
|
1397
|
+
# resp.entity.children[0].events["String"].parameters.global.value #=> String
|
1398
|
+
# resp.entity.children[0].events["String"].parameters.id.binding_properties.field #=> String
|
1399
|
+
# resp.entity.children[0].events["String"].parameters.id.binding_properties.property #=> String
|
1400
|
+
# resp.entity.children[0].events["String"].parameters.id.bindings #=> Hash
|
1401
|
+
# resp.entity.children[0].events["String"].parameters.id.bindings["String"].element #=> String
|
1402
|
+
# resp.entity.children[0].events["String"].parameters.id.bindings["String"].property #=> String
|
1403
|
+
# resp.entity.children[0].events["String"].parameters.id.collection_binding_properties.field #=> String
|
1404
|
+
# resp.entity.children[0].events["String"].parameters.id.collection_binding_properties.property #=> String
|
1405
|
+
# resp.entity.children[0].events["String"].parameters.id.component_name #=> String
|
1406
|
+
# resp.entity.children[0].events["String"].parameters.id.concat #=> Array
|
1407
|
+
# resp.entity.children[0].events["String"].parameters.id.concat[0] #=> Types::ComponentProperty
|
1408
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.else #=> Types::ComponentProperty
|
1409
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.field #=> String
|
1410
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.operand #=> String
|
1411
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.operand_type #=> String
|
1412
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.operator #=> String
|
1413
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.property #=> String
|
1414
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.then #=> Types::ComponentProperty
|
1415
|
+
# resp.entity.children[0].events["String"].parameters.id.configured #=> Boolean
|
1416
|
+
# resp.entity.children[0].events["String"].parameters.id.default_value #=> String
|
1417
|
+
# resp.entity.children[0].events["String"].parameters.id.event #=> String
|
1418
|
+
# resp.entity.children[0].events["String"].parameters.id.imported_value #=> String
|
1419
|
+
# resp.entity.children[0].events["String"].parameters.id.model #=> String
|
1420
|
+
# resp.entity.children[0].events["String"].parameters.id.property #=> String
|
1421
|
+
# resp.entity.children[0].events["String"].parameters.id.type #=> String
|
1422
|
+
# resp.entity.children[0].events["String"].parameters.id.user_attribute #=> String
|
1423
|
+
# resp.entity.children[0].events["String"].parameters.id.value #=> String
|
1424
|
+
# resp.entity.children[0].events["String"].parameters.model #=> String
|
1425
|
+
# resp.entity.children[0].events["String"].parameters.state.component_name #=> String
|
1426
|
+
# resp.entity.children[0].events["String"].parameters.state.property #=> String
|
1427
|
+
# resp.entity.children[0].events["String"].parameters.state.set.binding_properties.field #=> String
|
1428
|
+
# resp.entity.children[0].events["String"].parameters.state.set.binding_properties.property #=> String
|
1429
|
+
# resp.entity.children[0].events["String"].parameters.state.set.bindings #=> Hash
|
1430
|
+
# resp.entity.children[0].events["String"].parameters.state.set.bindings["String"].element #=> String
|
1431
|
+
# resp.entity.children[0].events["String"].parameters.state.set.bindings["String"].property #=> String
|
1432
|
+
# resp.entity.children[0].events["String"].parameters.state.set.collection_binding_properties.field #=> String
|
1433
|
+
# resp.entity.children[0].events["String"].parameters.state.set.collection_binding_properties.property #=> String
|
1434
|
+
# resp.entity.children[0].events["String"].parameters.state.set.component_name #=> String
|
1435
|
+
# resp.entity.children[0].events["String"].parameters.state.set.concat #=> Array
|
1436
|
+
# resp.entity.children[0].events["String"].parameters.state.set.concat[0] #=> Types::ComponentProperty
|
1437
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.else #=> Types::ComponentProperty
|
1438
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.field #=> String
|
1439
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.operand #=> String
|
1440
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.operand_type #=> String
|
1441
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.operator #=> String
|
1442
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.property #=> String
|
1443
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.then #=> Types::ComponentProperty
|
1444
|
+
# resp.entity.children[0].events["String"].parameters.state.set.configured #=> Boolean
|
1445
|
+
# resp.entity.children[0].events["String"].parameters.state.set.default_value #=> String
|
1446
|
+
# resp.entity.children[0].events["String"].parameters.state.set.event #=> String
|
1447
|
+
# resp.entity.children[0].events["String"].parameters.state.set.imported_value #=> String
|
1448
|
+
# resp.entity.children[0].events["String"].parameters.state.set.model #=> String
|
1449
|
+
# resp.entity.children[0].events["String"].parameters.state.set.property #=> String
|
1450
|
+
# resp.entity.children[0].events["String"].parameters.state.set.type #=> String
|
1451
|
+
# resp.entity.children[0].events["String"].parameters.state.set.user_attribute #=> String
|
1452
|
+
# resp.entity.children[0].events["String"].parameters.state.set.value #=> String
|
1453
|
+
# resp.entity.children[0].events["String"].parameters.target.binding_properties.field #=> String
|
1454
|
+
# resp.entity.children[0].events["String"].parameters.target.binding_properties.property #=> String
|
1455
|
+
# resp.entity.children[0].events["String"].parameters.target.bindings #=> Hash
|
1456
|
+
# resp.entity.children[0].events["String"].parameters.target.bindings["String"].element #=> String
|
1457
|
+
# resp.entity.children[0].events["String"].parameters.target.bindings["String"].property #=> String
|
1458
|
+
# resp.entity.children[0].events["String"].parameters.target.collection_binding_properties.field #=> String
|
1459
|
+
# resp.entity.children[0].events["String"].parameters.target.collection_binding_properties.property #=> String
|
1460
|
+
# resp.entity.children[0].events["String"].parameters.target.component_name #=> String
|
1461
|
+
# resp.entity.children[0].events["String"].parameters.target.concat #=> Array
|
1462
|
+
# resp.entity.children[0].events["String"].parameters.target.concat[0] #=> Types::ComponentProperty
|
1463
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.else #=> Types::ComponentProperty
|
1464
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.field #=> String
|
1465
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.operand #=> String
|
1466
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.operand_type #=> String
|
1467
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.operator #=> String
|
1468
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.property #=> String
|
1469
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.then #=> Types::ComponentProperty
|
1470
|
+
# resp.entity.children[0].events["String"].parameters.target.configured #=> Boolean
|
1471
|
+
# resp.entity.children[0].events["String"].parameters.target.default_value #=> String
|
1472
|
+
# resp.entity.children[0].events["String"].parameters.target.event #=> String
|
1473
|
+
# resp.entity.children[0].events["String"].parameters.target.imported_value #=> String
|
1474
|
+
# resp.entity.children[0].events["String"].parameters.target.model #=> String
|
1475
|
+
# resp.entity.children[0].events["String"].parameters.target.property #=> String
|
1476
|
+
# resp.entity.children[0].events["String"].parameters.target.type #=> String
|
1477
|
+
# resp.entity.children[0].events["String"].parameters.target.user_attribute #=> String
|
1478
|
+
# resp.entity.children[0].events["String"].parameters.target.value #=> String
|
1479
|
+
# resp.entity.children[0].events["String"].parameters.type.binding_properties.field #=> String
|
1480
|
+
# resp.entity.children[0].events["String"].parameters.type.binding_properties.property #=> String
|
1481
|
+
# resp.entity.children[0].events["String"].parameters.type.bindings #=> Hash
|
1482
|
+
# resp.entity.children[0].events["String"].parameters.type.bindings["String"].element #=> String
|
1483
|
+
# resp.entity.children[0].events["String"].parameters.type.bindings["String"].property #=> String
|
1484
|
+
# resp.entity.children[0].events["String"].parameters.type.collection_binding_properties.field #=> String
|
1485
|
+
# resp.entity.children[0].events["String"].parameters.type.collection_binding_properties.property #=> String
|
1486
|
+
# resp.entity.children[0].events["String"].parameters.type.component_name #=> String
|
1487
|
+
# resp.entity.children[0].events["String"].parameters.type.concat #=> Array
|
1488
|
+
# resp.entity.children[0].events["String"].parameters.type.concat[0] #=> Types::ComponentProperty
|
1489
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.else #=> Types::ComponentProperty
|
1490
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.field #=> String
|
1491
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.operand #=> String
|
1492
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.operand_type #=> String
|
1493
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.operator #=> String
|
1494
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.property #=> String
|
1495
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.then #=> Types::ComponentProperty
|
1496
|
+
# resp.entity.children[0].events["String"].parameters.type.configured #=> Boolean
|
1497
|
+
# resp.entity.children[0].events["String"].parameters.type.default_value #=> String
|
1498
|
+
# resp.entity.children[0].events["String"].parameters.type.event #=> String
|
1499
|
+
# resp.entity.children[0].events["String"].parameters.type.imported_value #=> String
|
1500
|
+
# resp.entity.children[0].events["String"].parameters.type.model #=> String
|
1501
|
+
# resp.entity.children[0].events["String"].parameters.type.property #=> String
|
1502
|
+
# resp.entity.children[0].events["String"].parameters.type.type #=> String
|
1503
|
+
# resp.entity.children[0].events["String"].parameters.type.user_attribute #=> String
|
1504
|
+
# resp.entity.children[0].events["String"].parameters.type.value #=> String
|
1505
|
+
# resp.entity.children[0].events["String"].parameters.url.binding_properties.field #=> String
|
1506
|
+
# resp.entity.children[0].events["String"].parameters.url.binding_properties.property #=> String
|
1507
|
+
# resp.entity.children[0].events["String"].parameters.url.bindings #=> Hash
|
1508
|
+
# resp.entity.children[0].events["String"].parameters.url.bindings["String"].element #=> String
|
1509
|
+
# resp.entity.children[0].events["String"].parameters.url.bindings["String"].property #=> String
|
1510
|
+
# resp.entity.children[0].events["String"].parameters.url.collection_binding_properties.field #=> String
|
1511
|
+
# resp.entity.children[0].events["String"].parameters.url.collection_binding_properties.property #=> String
|
1512
|
+
# resp.entity.children[0].events["String"].parameters.url.component_name #=> String
|
1513
|
+
# resp.entity.children[0].events["String"].parameters.url.concat #=> Array
|
1514
|
+
# resp.entity.children[0].events["String"].parameters.url.concat[0] #=> Types::ComponentProperty
|
1515
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.else #=> Types::ComponentProperty
|
1516
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.field #=> String
|
1517
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.operand #=> String
|
1518
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.operand_type #=> String
|
1519
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.operator #=> String
|
1520
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.property #=> String
|
1521
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.then #=> Types::ComponentProperty
|
1522
|
+
# resp.entity.children[0].events["String"].parameters.url.configured #=> Boolean
|
1523
|
+
# resp.entity.children[0].events["String"].parameters.url.default_value #=> String
|
1524
|
+
# resp.entity.children[0].events["String"].parameters.url.event #=> String
|
1525
|
+
# resp.entity.children[0].events["String"].parameters.url.imported_value #=> String
|
1526
|
+
# resp.entity.children[0].events["String"].parameters.url.model #=> String
|
1527
|
+
# resp.entity.children[0].events["String"].parameters.url.property #=> String
|
1528
|
+
# resp.entity.children[0].events["String"].parameters.url.type #=> String
|
1529
|
+
# resp.entity.children[0].events["String"].parameters.url.user_attribute #=> String
|
1530
|
+
# resp.entity.children[0].events["String"].parameters.url.value #=> String
|
1531
|
+
# resp.entity.children[0].name #=> String
|
1532
|
+
# resp.entity.children[0].properties #=> Hash
|
1533
|
+
# resp.entity.children[0].properties["String"].binding_properties.field #=> String
|
1534
|
+
# resp.entity.children[0].properties["String"].binding_properties.property #=> String
|
1535
|
+
# resp.entity.children[0].properties["String"].bindings #=> Hash
|
1536
|
+
# resp.entity.children[0].properties["String"].bindings["String"].element #=> String
|
1537
|
+
# resp.entity.children[0].properties["String"].bindings["String"].property #=> String
|
1538
|
+
# resp.entity.children[0].properties["String"].collection_binding_properties.field #=> String
|
1539
|
+
# resp.entity.children[0].properties["String"].collection_binding_properties.property #=> String
|
1540
|
+
# resp.entity.children[0].properties["String"].component_name #=> String
|
1541
|
+
# resp.entity.children[0].properties["String"].concat #=> Array
|
1542
|
+
# resp.entity.children[0].properties["String"].concat[0] #=> Types::ComponentProperty
|
1543
|
+
# resp.entity.children[0].properties["String"].condition.else #=> Types::ComponentProperty
|
1544
|
+
# resp.entity.children[0].properties["String"].condition.field #=> String
|
1545
|
+
# resp.entity.children[0].properties["String"].condition.operand #=> String
|
1546
|
+
# resp.entity.children[0].properties["String"].condition.operand_type #=> String
|
1547
|
+
# resp.entity.children[0].properties["String"].condition.operator #=> String
|
1548
|
+
# resp.entity.children[0].properties["String"].condition.property #=> String
|
1549
|
+
# resp.entity.children[0].properties["String"].condition.then #=> Types::ComponentProperty
|
1550
|
+
# resp.entity.children[0].properties["String"].configured #=> Boolean
|
1551
|
+
# resp.entity.children[0].properties["String"].default_value #=> String
|
1552
|
+
# resp.entity.children[0].properties["String"].event #=> String
|
1553
|
+
# resp.entity.children[0].properties["String"].imported_value #=> String
|
1554
|
+
# resp.entity.children[0].properties["String"].model #=> String
|
1555
|
+
# resp.entity.children[0].properties["String"].property #=> String
|
1556
|
+
# resp.entity.children[0].properties["String"].type #=> String
|
1557
|
+
# resp.entity.children[0].properties["String"].user_attribute #=> String
|
602
1558
|
# resp.entity.children[0].properties["String"].value #=> String
|
603
1559
|
# resp.entity.collection_properties #=> Hash
|
604
1560
|
# resp.entity.collection_properties["String"].identifiers #=> Array
|
@@ -617,6 +1573,220 @@ module Aws::AmplifyUIBuilder
|
|
617
1573
|
# resp.entity.component_type #=> String
|
618
1574
|
# resp.entity.created_at #=> Time
|
619
1575
|
# resp.entity.environment_name #=> String
|
1576
|
+
# resp.entity.events #=> Hash
|
1577
|
+
# resp.entity.events["String"].action #=> String
|
1578
|
+
# resp.entity.events["String"].parameters.anchor.binding_properties.field #=> String
|
1579
|
+
# resp.entity.events["String"].parameters.anchor.binding_properties.property #=> String
|
1580
|
+
# resp.entity.events["String"].parameters.anchor.bindings #=> Hash
|
1581
|
+
# resp.entity.events["String"].parameters.anchor.bindings["String"].element #=> String
|
1582
|
+
# resp.entity.events["String"].parameters.anchor.bindings["String"].property #=> String
|
1583
|
+
# resp.entity.events["String"].parameters.anchor.collection_binding_properties.field #=> String
|
1584
|
+
# resp.entity.events["String"].parameters.anchor.collection_binding_properties.property #=> String
|
1585
|
+
# resp.entity.events["String"].parameters.anchor.component_name #=> String
|
1586
|
+
# resp.entity.events["String"].parameters.anchor.concat #=> Array
|
1587
|
+
# resp.entity.events["String"].parameters.anchor.concat[0] #=> Types::ComponentProperty
|
1588
|
+
# resp.entity.events["String"].parameters.anchor.condition.else #=> Types::ComponentProperty
|
1589
|
+
# resp.entity.events["String"].parameters.anchor.condition.field #=> String
|
1590
|
+
# resp.entity.events["String"].parameters.anchor.condition.operand #=> String
|
1591
|
+
# resp.entity.events["String"].parameters.anchor.condition.operand_type #=> String
|
1592
|
+
# resp.entity.events["String"].parameters.anchor.condition.operator #=> String
|
1593
|
+
# resp.entity.events["String"].parameters.anchor.condition.property #=> String
|
1594
|
+
# resp.entity.events["String"].parameters.anchor.condition.then #=> Types::ComponentProperty
|
1595
|
+
# resp.entity.events["String"].parameters.anchor.configured #=> Boolean
|
1596
|
+
# resp.entity.events["String"].parameters.anchor.default_value #=> String
|
1597
|
+
# resp.entity.events["String"].parameters.anchor.event #=> String
|
1598
|
+
# resp.entity.events["String"].parameters.anchor.imported_value #=> String
|
1599
|
+
# resp.entity.events["String"].parameters.anchor.model #=> String
|
1600
|
+
# resp.entity.events["String"].parameters.anchor.property #=> String
|
1601
|
+
# resp.entity.events["String"].parameters.anchor.type #=> String
|
1602
|
+
# resp.entity.events["String"].parameters.anchor.user_attribute #=> String
|
1603
|
+
# resp.entity.events["String"].parameters.anchor.value #=> String
|
1604
|
+
# resp.entity.events["String"].parameters.fields #=> Hash
|
1605
|
+
# resp.entity.events["String"].parameters.fields["String"].binding_properties.field #=> String
|
1606
|
+
# resp.entity.events["String"].parameters.fields["String"].binding_properties.property #=> String
|
1607
|
+
# resp.entity.events["String"].parameters.fields["String"].bindings #=> Hash
|
1608
|
+
# resp.entity.events["String"].parameters.fields["String"].bindings["String"].element #=> String
|
1609
|
+
# resp.entity.events["String"].parameters.fields["String"].bindings["String"].property #=> String
|
1610
|
+
# resp.entity.events["String"].parameters.fields["String"].collection_binding_properties.field #=> String
|
1611
|
+
# resp.entity.events["String"].parameters.fields["String"].collection_binding_properties.property #=> String
|
1612
|
+
# resp.entity.events["String"].parameters.fields["String"].component_name #=> String
|
1613
|
+
# resp.entity.events["String"].parameters.fields["String"].concat #=> Array
|
1614
|
+
# resp.entity.events["String"].parameters.fields["String"].concat[0] #=> Types::ComponentProperty
|
1615
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.else #=> Types::ComponentProperty
|
1616
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.field #=> String
|
1617
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.operand #=> String
|
1618
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.operand_type #=> String
|
1619
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.operator #=> String
|
1620
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.property #=> String
|
1621
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.then #=> Types::ComponentProperty
|
1622
|
+
# resp.entity.events["String"].parameters.fields["String"].configured #=> Boolean
|
1623
|
+
# resp.entity.events["String"].parameters.fields["String"].default_value #=> String
|
1624
|
+
# resp.entity.events["String"].parameters.fields["String"].event #=> String
|
1625
|
+
# resp.entity.events["String"].parameters.fields["String"].imported_value #=> String
|
1626
|
+
# resp.entity.events["String"].parameters.fields["String"].model #=> String
|
1627
|
+
# resp.entity.events["String"].parameters.fields["String"].property #=> String
|
1628
|
+
# resp.entity.events["String"].parameters.fields["String"].type #=> String
|
1629
|
+
# resp.entity.events["String"].parameters.fields["String"].user_attribute #=> String
|
1630
|
+
# resp.entity.events["String"].parameters.fields["String"].value #=> String
|
1631
|
+
# resp.entity.events["String"].parameters.global.binding_properties.field #=> String
|
1632
|
+
# resp.entity.events["String"].parameters.global.binding_properties.property #=> String
|
1633
|
+
# resp.entity.events["String"].parameters.global.bindings #=> Hash
|
1634
|
+
# resp.entity.events["String"].parameters.global.bindings["String"].element #=> String
|
1635
|
+
# resp.entity.events["String"].parameters.global.bindings["String"].property #=> String
|
1636
|
+
# resp.entity.events["String"].parameters.global.collection_binding_properties.field #=> String
|
1637
|
+
# resp.entity.events["String"].parameters.global.collection_binding_properties.property #=> String
|
1638
|
+
# resp.entity.events["String"].parameters.global.component_name #=> String
|
1639
|
+
# resp.entity.events["String"].parameters.global.concat #=> Array
|
1640
|
+
# resp.entity.events["String"].parameters.global.concat[0] #=> Types::ComponentProperty
|
1641
|
+
# resp.entity.events["String"].parameters.global.condition.else #=> Types::ComponentProperty
|
1642
|
+
# resp.entity.events["String"].parameters.global.condition.field #=> String
|
1643
|
+
# resp.entity.events["String"].parameters.global.condition.operand #=> String
|
1644
|
+
# resp.entity.events["String"].parameters.global.condition.operand_type #=> String
|
1645
|
+
# resp.entity.events["String"].parameters.global.condition.operator #=> String
|
1646
|
+
# resp.entity.events["String"].parameters.global.condition.property #=> String
|
1647
|
+
# resp.entity.events["String"].parameters.global.condition.then #=> Types::ComponentProperty
|
1648
|
+
# resp.entity.events["String"].parameters.global.configured #=> Boolean
|
1649
|
+
# resp.entity.events["String"].parameters.global.default_value #=> String
|
1650
|
+
# resp.entity.events["String"].parameters.global.event #=> String
|
1651
|
+
# resp.entity.events["String"].parameters.global.imported_value #=> String
|
1652
|
+
# resp.entity.events["String"].parameters.global.model #=> String
|
1653
|
+
# resp.entity.events["String"].parameters.global.property #=> String
|
1654
|
+
# resp.entity.events["String"].parameters.global.type #=> String
|
1655
|
+
# resp.entity.events["String"].parameters.global.user_attribute #=> String
|
1656
|
+
# resp.entity.events["String"].parameters.global.value #=> String
|
1657
|
+
# resp.entity.events["String"].parameters.id.binding_properties.field #=> String
|
1658
|
+
# resp.entity.events["String"].parameters.id.binding_properties.property #=> String
|
1659
|
+
# resp.entity.events["String"].parameters.id.bindings #=> Hash
|
1660
|
+
# resp.entity.events["String"].parameters.id.bindings["String"].element #=> String
|
1661
|
+
# resp.entity.events["String"].parameters.id.bindings["String"].property #=> String
|
1662
|
+
# resp.entity.events["String"].parameters.id.collection_binding_properties.field #=> String
|
1663
|
+
# resp.entity.events["String"].parameters.id.collection_binding_properties.property #=> String
|
1664
|
+
# resp.entity.events["String"].parameters.id.component_name #=> String
|
1665
|
+
# resp.entity.events["String"].parameters.id.concat #=> Array
|
1666
|
+
# resp.entity.events["String"].parameters.id.concat[0] #=> Types::ComponentProperty
|
1667
|
+
# resp.entity.events["String"].parameters.id.condition.else #=> Types::ComponentProperty
|
1668
|
+
# resp.entity.events["String"].parameters.id.condition.field #=> String
|
1669
|
+
# resp.entity.events["String"].parameters.id.condition.operand #=> String
|
1670
|
+
# resp.entity.events["String"].parameters.id.condition.operand_type #=> String
|
1671
|
+
# resp.entity.events["String"].parameters.id.condition.operator #=> String
|
1672
|
+
# resp.entity.events["String"].parameters.id.condition.property #=> String
|
1673
|
+
# resp.entity.events["String"].parameters.id.condition.then #=> Types::ComponentProperty
|
1674
|
+
# resp.entity.events["String"].parameters.id.configured #=> Boolean
|
1675
|
+
# resp.entity.events["String"].parameters.id.default_value #=> String
|
1676
|
+
# resp.entity.events["String"].parameters.id.event #=> String
|
1677
|
+
# resp.entity.events["String"].parameters.id.imported_value #=> String
|
1678
|
+
# resp.entity.events["String"].parameters.id.model #=> String
|
1679
|
+
# resp.entity.events["String"].parameters.id.property #=> String
|
1680
|
+
# resp.entity.events["String"].parameters.id.type #=> String
|
1681
|
+
# resp.entity.events["String"].parameters.id.user_attribute #=> String
|
1682
|
+
# resp.entity.events["String"].parameters.id.value #=> String
|
1683
|
+
# resp.entity.events["String"].parameters.model #=> String
|
1684
|
+
# resp.entity.events["String"].parameters.state.component_name #=> String
|
1685
|
+
# resp.entity.events["String"].parameters.state.property #=> String
|
1686
|
+
# resp.entity.events["String"].parameters.state.set.binding_properties.field #=> String
|
1687
|
+
# resp.entity.events["String"].parameters.state.set.binding_properties.property #=> String
|
1688
|
+
# resp.entity.events["String"].parameters.state.set.bindings #=> Hash
|
1689
|
+
# resp.entity.events["String"].parameters.state.set.bindings["String"].element #=> String
|
1690
|
+
# resp.entity.events["String"].parameters.state.set.bindings["String"].property #=> String
|
1691
|
+
# resp.entity.events["String"].parameters.state.set.collection_binding_properties.field #=> String
|
1692
|
+
# resp.entity.events["String"].parameters.state.set.collection_binding_properties.property #=> String
|
1693
|
+
# resp.entity.events["String"].parameters.state.set.component_name #=> String
|
1694
|
+
# resp.entity.events["String"].parameters.state.set.concat #=> Array
|
1695
|
+
# resp.entity.events["String"].parameters.state.set.concat[0] #=> Types::ComponentProperty
|
1696
|
+
# resp.entity.events["String"].parameters.state.set.condition.else #=> Types::ComponentProperty
|
1697
|
+
# resp.entity.events["String"].parameters.state.set.condition.field #=> String
|
1698
|
+
# resp.entity.events["String"].parameters.state.set.condition.operand #=> String
|
1699
|
+
# resp.entity.events["String"].parameters.state.set.condition.operand_type #=> String
|
1700
|
+
# resp.entity.events["String"].parameters.state.set.condition.operator #=> String
|
1701
|
+
# resp.entity.events["String"].parameters.state.set.condition.property #=> String
|
1702
|
+
# resp.entity.events["String"].parameters.state.set.condition.then #=> Types::ComponentProperty
|
1703
|
+
# resp.entity.events["String"].parameters.state.set.configured #=> Boolean
|
1704
|
+
# resp.entity.events["String"].parameters.state.set.default_value #=> String
|
1705
|
+
# resp.entity.events["String"].parameters.state.set.event #=> String
|
1706
|
+
# resp.entity.events["String"].parameters.state.set.imported_value #=> String
|
1707
|
+
# resp.entity.events["String"].parameters.state.set.model #=> String
|
1708
|
+
# resp.entity.events["String"].parameters.state.set.property #=> String
|
1709
|
+
# resp.entity.events["String"].parameters.state.set.type #=> String
|
1710
|
+
# resp.entity.events["String"].parameters.state.set.user_attribute #=> String
|
1711
|
+
# resp.entity.events["String"].parameters.state.set.value #=> String
|
1712
|
+
# resp.entity.events["String"].parameters.target.binding_properties.field #=> String
|
1713
|
+
# resp.entity.events["String"].parameters.target.binding_properties.property #=> String
|
1714
|
+
# resp.entity.events["String"].parameters.target.bindings #=> Hash
|
1715
|
+
# resp.entity.events["String"].parameters.target.bindings["String"].element #=> String
|
1716
|
+
# resp.entity.events["String"].parameters.target.bindings["String"].property #=> String
|
1717
|
+
# resp.entity.events["String"].parameters.target.collection_binding_properties.field #=> String
|
1718
|
+
# resp.entity.events["String"].parameters.target.collection_binding_properties.property #=> String
|
1719
|
+
# resp.entity.events["String"].parameters.target.component_name #=> String
|
1720
|
+
# resp.entity.events["String"].parameters.target.concat #=> Array
|
1721
|
+
# resp.entity.events["String"].parameters.target.concat[0] #=> Types::ComponentProperty
|
1722
|
+
# resp.entity.events["String"].parameters.target.condition.else #=> Types::ComponentProperty
|
1723
|
+
# resp.entity.events["String"].parameters.target.condition.field #=> String
|
1724
|
+
# resp.entity.events["String"].parameters.target.condition.operand #=> String
|
1725
|
+
# resp.entity.events["String"].parameters.target.condition.operand_type #=> String
|
1726
|
+
# resp.entity.events["String"].parameters.target.condition.operator #=> String
|
1727
|
+
# resp.entity.events["String"].parameters.target.condition.property #=> String
|
1728
|
+
# resp.entity.events["String"].parameters.target.condition.then #=> Types::ComponentProperty
|
1729
|
+
# resp.entity.events["String"].parameters.target.configured #=> Boolean
|
1730
|
+
# resp.entity.events["String"].parameters.target.default_value #=> String
|
1731
|
+
# resp.entity.events["String"].parameters.target.event #=> String
|
1732
|
+
# resp.entity.events["String"].parameters.target.imported_value #=> String
|
1733
|
+
# resp.entity.events["String"].parameters.target.model #=> String
|
1734
|
+
# resp.entity.events["String"].parameters.target.property #=> String
|
1735
|
+
# resp.entity.events["String"].parameters.target.type #=> String
|
1736
|
+
# resp.entity.events["String"].parameters.target.user_attribute #=> String
|
1737
|
+
# resp.entity.events["String"].parameters.target.value #=> String
|
1738
|
+
# resp.entity.events["String"].parameters.type.binding_properties.field #=> String
|
1739
|
+
# resp.entity.events["String"].parameters.type.binding_properties.property #=> String
|
1740
|
+
# resp.entity.events["String"].parameters.type.bindings #=> Hash
|
1741
|
+
# resp.entity.events["String"].parameters.type.bindings["String"].element #=> String
|
1742
|
+
# resp.entity.events["String"].parameters.type.bindings["String"].property #=> String
|
1743
|
+
# resp.entity.events["String"].parameters.type.collection_binding_properties.field #=> String
|
1744
|
+
# resp.entity.events["String"].parameters.type.collection_binding_properties.property #=> String
|
1745
|
+
# resp.entity.events["String"].parameters.type.component_name #=> String
|
1746
|
+
# resp.entity.events["String"].parameters.type.concat #=> Array
|
1747
|
+
# resp.entity.events["String"].parameters.type.concat[0] #=> Types::ComponentProperty
|
1748
|
+
# resp.entity.events["String"].parameters.type.condition.else #=> Types::ComponentProperty
|
1749
|
+
# resp.entity.events["String"].parameters.type.condition.field #=> String
|
1750
|
+
# resp.entity.events["String"].parameters.type.condition.operand #=> String
|
1751
|
+
# resp.entity.events["String"].parameters.type.condition.operand_type #=> String
|
1752
|
+
# resp.entity.events["String"].parameters.type.condition.operator #=> String
|
1753
|
+
# resp.entity.events["String"].parameters.type.condition.property #=> String
|
1754
|
+
# resp.entity.events["String"].parameters.type.condition.then #=> Types::ComponentProperty
|
1755
|
+
# resp.entity.events["String"].parameters.type.configured #=> Boolean
|
1756
|
+
# resp.entity.events["String"].parameters.type.default_value #=> String
|
1757
|
+
# resp.entity.events["String"].parameters.type.event #=> String
|
1758
|
+
# resp.entity.events["String"].parameters.type.imported_value #=> String
|
1759
|
+
# resp.entity.events["String"].parameters.type.model #=> String
|
1760
|
+
# resp.entity.events["String"].parameters.type.property #=> String
|
1761
|
+
# resp.entity.events["String"].parameters.type.type #=> String
|
1762
|
+
# resp.entity.events["String"].parameters.type.user_attribute #=> String
|
1763
|
+
# resp.entity.events["String"].parameters.type.value #=> String
|
1764
|
+
# resp.entity.events["String"].parameters.url.binding_properties.field #=> String
|
1765
|
+
# resp.entity.events["String"].parameters.url.binding_properties.property #=> String
|
1766
|
+
# resp.entity.events["String"].parameters.url.bindings #=> Hash
|
1767
|
+
# resp.entity.events["String"].parameters.url.bindings["String"].element #=> String
|
1768
|
+
# resp.entity.events["String"].parameters.url.bindings["String"].property #=> String
|
1769
|
+
# resp.entity.events["String"].parameters.url.collection_binding_properties.field #=> String
|
1770
|
+
# resp.entity.events["String"].parameters.url.collection_binding_properties.property #=> String
|
1771
|
+
# resp.entity.events["String"].parameters.url.component_name #=> String
|
1772
|
+
# resp.entity.events["String"].parameters.url.concat #=> Array
|
1773
|
+
# resp.entity.events["String"].parameters.url.concat[0] #=> Types::ComponentProperty
|
1774
|
+
# resp.entity.events["String"].parameters.url.condition.else #=> Types::ComponentProperty
|
1775
|
+
# resp.entity.events["String"].parameters.url.condition.field #=> String
|
1776
|
+
# resp.entity.events["String"].parameters.url.condition.operand #=> String
|
1777
|
+
# resp.entity.events["String"].parameters.url.condition.operand_type #=> String
|
1778
|
+
# resp.entity.events["String"].parameters.url.condition.operator #=> String
|
1779
|
+
# resp.entity.events["String"].parameters.url.condition.property #=> String
|
1780
|
+
# resp.entity.events["String"].parameters.url.condition.then #=> Types::ComponentProperty
|
1781
|
+
# resp.entity.events["String"].parameters.url.configured #=> Boolean
|
1782
|
+
# resp.entity.events["String"].parameters.url.default_value #=> String
|
1783
|
+
# resp.entity.events["String"].parameters.url.event #=> String
|
1784
|
+
# resp.entity.events["String"].parameters.url.imported_value #=> String
|
1785
|
+
# resp.entity.events["String"].parameters.url.model #=> String
|
1786
|
+
# resp.entity.events["String"].parameters.url.property #=> String
|
1787
|
+
# resp.entity.events["String"].parameters.url.type #=> String
|
1788
|
+
# resp.entity.events["String"].parameters.url.user_attribute #=> String
|
1789
|
+
# resp.entity.events["String"].parameters.url.value #=> String
|
620
1790
|
# resp.entity.id #=> String
|
621
1791
|
# resp.entity.modified_at #=> Time
|
622
1792
|
# resp.entity.name #=> String
|
@@ -631,11 +1801,13 @@ module Aws::AmplifyUIBuilder
|
|
631
1801
|
# resp.entity.properties["String"].bindings["String"].property #=> String
|
632
1802
|
# resp.entity.properties["String"].collection_binding_properties.field #=> String
|
633
1803
|
# resp.entity.properties["String"].collection_binding_properties.property #=> String
|
1804
|
+
# resp.entity.properties["String"].component_name #=> String
|
634
1805
|
# resp.entity.properties["String"].concat #=> Array
|
635
1806
|
# resp.entity.properties["String"].concat[0] #=> Types::ComponentProperty
|
636
1807
|
# resp.entity.properties["String"].condition.else #=> Types::ComponentProperty
|
637
1808
|
# resp.entity.properties["String"].condition.field #=> String
|
638
1809
|
# resp.entity.properties["String"].condition.operand #=> String
|
1810
|
+
# resp.entity.properties["String"].condition.operand_type #=> String
|
639
1811
|
# resp.entity.properties["String"].condition.operator #=> String
|
640
1812
|
# resp.entity.properties["String"].condition.property #=> String
|
641
1813
|
# resp.entity.properties["String"].condition.then #=> Types::ComponentProperty
|
@@ -644,9 +1816,11 @@ module Aws::AmplifyUIBuilder
|
|
644
1816
|
# resp.entity.properties["String"].event #=> String
|
645
1817
|
# resp.entity.properties["String"].imported_value #=> String
|
646
1818
|
# resp.entity.properties["String"].model #=> String
|
1819
|
+
# resp.entity.properties["String"].property #=> String
|
647
1820
|
# resp.entity.properties["String"].type #=> String
|
648
1821
|
# resp.entity.properties["String"].user_attribute #=> String
|
649
1822
|
# resp.entity.properties["String"].value #=> String
|
1823
|
+
# resp.entity.schema_version #=> String
|
650
1824
|
# resp.entity.source_id #=> String
|
651
1825
|
# resp.entity.tags #=> Hash
|
652
1826
|
# resp.entity.tags["TagKey"] #=> String
|
@@ -861,15 +2035,22 @@ module Aws::AmplifyUIBuilder
|
|
861
2035
|
# @option params [required, String] :environment_name
|
862
2036
|
# The name of the backend environment that is a part of the Amplify app.
|
863
2037
|
#
|
2038
|
+
# @option params [String] :next_token
|
2039
|
+
# The token to request the next page of results.
|
2040
|
+
#
|
864
2041
|
# @return [Types::ExportComponentsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
865
2042
|
#
|
866
2043
|
# * {Types::ExportComponentsResponse#entities #entities} => Array<Types::Component>
|
2044
|
+
# * {Types::ExportComponentsResponse#next_token #next_token} => String
|
2045
|
+
#
|
2046
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
867
2047
|
#
|
868
2048
|
# @example Request syntax with placeholder values
|
869
2049
|
#
|
870
2050
|
# resp = client.export_components({
|
871
2051
|
# app_id: "String", # required
|
872
2052
|
# environment_name: "String", # required
|
2053
|
+
# next_token: "String",
|
873
2054
|
# })
|
874
2055
|
#
|
875
2056
|
# @example Response structure
|
@@ -894,6 +2075,220 @@ module Aws::AmplifyUIBuilder
|
|
894
2075
|
# resp.entities[0].children #=> Array
|
895
2076
|
# resp.entities[0].children[0].children #=> Types::ComponentChildList
|
896
2077
|
# resp.entities[0].children[0].component_type #=> String
|
2078
|
+
# resp.entities[0].children[0].events #=> Hash
|
2079
|
+
# resp.entities[0].children[0].events["String"].action #=> String
|
2080
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.binding_properties.field #=> String
|
2081
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.binding_properties.property #=> String
|
2082
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.bindings #=> Hash
|
2083
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.bindings["String"].element #=> String
|
2084
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.bindings["String"].property #=> String
|
2085
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.collection_binding_properties.field #=> String
|
2086
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.collection_binding_properties.property #=> String
|
2087
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.component_name #=> String
|
2088
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.concat #=> Array
|
2089
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.concat[0] #=> Types::ComponentProperty
|
2090
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.condition.else #=> Types::ComponentProperty
|
2091
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.condition.field #=> String
|
2092
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.condition.operand #=> String
|
2093
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.condition.operand_type #=> String
|
2094
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.condition.operator #=> String
|
2095
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.condition.property #=> String
|
2096
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.condition.then #=> Types::ComponentProperty
|
2097
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.configured #=> Boolean
|
2098
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.default_value #=> String
|
2099
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.event #=> String
|
2100
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.imported_value #=> String
|
2101
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.model #=> String
|
2102
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.property #=> String
|
2103
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.type #=> String
|
2104
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.user_attribute #=> String
|
2105
|
+
# resp.entities[0].children[0].events["String"].parameters.anchor.value #=> String
|
2106
|
+
# resp.entities[0].children[0].events["String"].parameters.fields #=> Hash
|
2107
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].binding_properties.field #=> String
|
2108
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].binding_properties.property #=> String
|
2109
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].bindings #=> Hash
|
2110
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].bindings["String"].element #=> String
|
2111
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].bindings["String"].property #=> String
|
2112
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].collection_binding_properties.field #=> String
|
2113
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].collection_binding_properties.property #=> String
|
2114
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].component_name #=> String
|
2115
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].concat #=> Array
|
2116
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].concat[0] #=> Types::ComponentProperty
|
2117
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].condition.else #=> Types::ComponentProperty
|
2118
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].condition.field #=> String
|
2119
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].condition.operand #=> String
|
2120
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].condition.operand_type #=> String
|
2121
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].condition.operator #=> String
|
2122
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].condition.property #=> String
|
2123
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].condition.then #=> Types::ComponentProperty
|
2124
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].configured #=> Boolean
|
2125
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].default_value #=> String
|
2126
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].event #=> String
|
2127
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].imported_value #=> String
|
2128
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].model #=> String
|
2129
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].property #=> String
|
2130
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].type #=> String
|
2131
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].user_attribute #=> String
|
2132
|
+
# resp.entities[0].children[0].events["String"].parameters.fields["String"].value #=> String
|
2133
|
+
# resp.entities[0].children[0].events["String"].parameters.global.binding_properties.field #=> String
|
2134
|
+
# resp.entities[0].children[0].events["String"].parameters.global.binding_properties.property #=> String
|
2135
|
+
# resp.entities[0].children[0].events["String"].parameters.global.bindings #=> Hash
|
2136
|
+
# resp.entities[0].children[0].events["String"].parameters.global.bindings["String"].element #=> String
|
2137
|
+
# resp.entities[0].children[0].events["String"].parameters.global.bindings["String"].property #=> String
|
2138
|
+
# resp.entities[0].children[0].events["String"].parameters.global.collection_binding_properties.field #=> String
|
2139
|
+
# resp.entities[0].children[0].events["String"].parameters.global.collection_binding_properties.property #=> String
|
2140
|
+
# resp.entities[0].children[0].events["String"].parameters.global.component_name #=> String
|
2141
|
+
# resp.entities[0].children[0].events["String"].parameters.global.concat #=> Array
|
2142
|
+
# resp.entities[0].children[0].events["String"].parameters.global.concat[0] #=> Types::ComponentProperty
|
2143
|
+
# resp.entities[0].children[0].events["String"].parameters.global.condition.else #=> Types::ComponentProperty
|
2144
|
+
# resp.entities[0].children[0].events["String"].parameters.global.condition.field #=> String
|
2145
|
+
# resp.entities[0].children[0].events["String"].parameters.global.condition.operand #=> String
|
2146
|
+
# resp.entities[0].children[0].events["String"].parameters.global.condition.operand_type #=> String
|
2147
|
+
# resp.entities[0].children[0].events["String"].parameters.global.condition.operator #=> String
|
2148
|
+
# resp.entities[0].children[0].events["String"].parameters.global.condition.property #=> String
|
2149
|
+
# resp.entities[0].children[0].events["String"].parameters.global.condition.then #=> Types::ComponentProperty
|
2150
|
+
# resp.entities[0].children[0].events["String"].parameters.global.configured #=> Boolean
|
2151
|
+
# resp.entities[0].children[0].events["String"].parameters.global.default_value #=> String
|
2152
|
+
# resp.entities[0].children[0].events["String"].parameters.global.event #=> String
|
2153
|
+
# resp.entities[0].children[0].events["String"].parameters.global.imported_value #=> String
|
2154
|
+
# resp.entities[0].children[0].events["String"].parameters.global.model #=> String
|
2155
|
+
# resp.entities[0].children[0].events["String"].parameters.global.property #=> String
|
2156
|
+
# resp.entities[0].children[0].events["String"].parameters.global.type #=> String
|
2157
|
+
# resp.entities[0].children[0].events["String"].parameters.global.user_attribute #=> String
|
2158
|
+
# resp.entities[0].children[0].events["String"].parameters.global.value #=> String
|
2159
|
+
# resp.entities[0].children[0].events["String"].parameters.id.binding_properties.field #=> String
|
2160
|
+
# resp.entities[0].children[0].events["String"].parameters.id.binding_properties.property #=> String
|
2161
|
+
# resp.entities[0].children[0].events["String"].parameters.id.bindings #=> Hash
|
2162
|
+
# resp.entities[0].children[0].events["String"].parameters.id.bindings["String"].element #=> String
|
2163
|
+
# resp.entities[0].children[0].events["String"].parameters.id.bindings["String"].property #=> String
|
2164
|
+
# resp.entities[0].children[0].events["String"].parameters.id.collection_binding_properties.field #=> String
|
2165
|
+
# resp.entities[0].children[0].events["String"].parameters.id.collection_binding_properties.property #=> String
|
2166
|
+
# resp.entities[0].children[0].events["String"].parameters.id.component_name #=> String
|
2167
|
+
# resp.entities[0].children[0].events["String"].parameters.id.concat #=> Array
|
2168
|
+
# resp.entities[0].children[0].events["String"].parameters.id.concat[0] #=> Types::ComponentProperty
|
2169
|
+
# resp.entities[0].children[0].events["String"].parameters.id.condition.else #=> Types::ComponentProperty
|
2170
|
+
# resp.entities[0].children[0].events["String"].parameters.id.condition.field #=> String
|
2171
|
+
# resp.entities[0].children[0].events["String"].parameters.id.condition.operand #=> String
|
2172
|
+
# resp.entities[0].children[0].events["String"].parameters.id.condition.operand_type #=> String
|
2173
|
+
# resp.entities[0].children[0].events["String"].parameters.id.condition.operator #=> String
|
2174
|
+
# resp.entities[0].children[0].events["String"].parameters.id.condition.property #=> String
|
2175
|
+
# resp.entities[0].children[0].events["String"].parameters.id.condition.then #=> Types::ComponentProperty
|
2176
|
+
# resp.entities[0].children[0].events["String"].parameters.id.configured #=> Boolean
|
2177
|
+
# resp.entities[0].children[0].events["String"].parameters.id.default_value #=> String
|
2178
|
+
# resp.entities[0].children[0].events["String"].parameters.id.event #=> String
|
2179
|
+
# resp.entities[0].children[0].events["String"].parameters.id.imported_value #=> String
|
2180
|
+
# resp.entities[0].children[0].events["String"].parameters.id.model #=> String
|
2181
|
+
# resp.entities[0].children[0].events["String"].parameters.id.property #=> String
|
2182
|
+
# resp.entities[0].children[0].events["String"].parameters.id.type #=> String
|
2183
|
+
# resp.entities[0].children[0].events["String"].parameters.id.user_attribute #=> String
|
2184
|
+
# resp.entities[0].children[0].events["String"].parameters.id.value #=> String
|
2185
|
+
# resp.entities[0].children[0].events["String"].parameters.model #=> String
|
2186
|
+
# resp.entities[0].children[0].events["String"].parameters.state.component_name #=> String
|
2187
|
+
# resp.entities[0].children[0].events["String"].parameters.state.property #=> String
|
2188
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.binding_properties.field #=> String
|
2189
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.binding_properties.property #=> String
|
2190
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.bindings #=> Hash
|
2191
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.bindings["String"].element #=> String
|
2192
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.bindings["String"].property #=> String
|
2193
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.collection_binding_properties.field #=> String
|
2194
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.collection_binding_properties.property #=> String
|
2195
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.component_name #=> String
|
2196
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.concat #=> Array
|
2197
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.concat[0] #=> Types::ComponentProperty
|
2198
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.condition.else #=> Types::ComponentProperty
|
2199
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.condition.field #=> String
|
2200
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.condition.operand #=> String
|
2201
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.condition.operand_type #=> String
|
2202
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.condition.operator #=> String
|
2203
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.condition.property #=> String
|
2204
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.condition.then #=> Types::ComponentProperty
|
2205
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.configured #=> Boolean
|
2206
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.default_value #=> String
|
2207
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.event #=> String
|
2208
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.imported_value #=> String
|
2209
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.model #=> String
|
2210
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.property #=> String
|
2211
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.type #=> String
|
2212
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.user_attribute #=> String
|
2213
|
+
# resp.entities[0].children[0].events["String"].parameters.state.set.value #=> String
|
2214
|
+
# resp.entities[0].children[0].events["String"].parameters.target.binding_properties.field #=> String
|
2215
|
+
# resp.entities[0].children[0].events["String"].parameters.target.binding_properties.property #=> String
|
2216
|
+
# resp.entities[0].children[0].events["String"].parameters.target.bindings #=> Hash
|
2217
|
+
# resp.entities[0].children[0].events["String"].parameters.target.bindings["String"].element #=> String
|
2218
|
+
# resp.entities[0].children[0].events["String"].parameters.target.bindings["String"].property #=> String
|
2219
|
+
# resp.entities[0].children[0].events["String"].parameters.target.collection_binding_properties.field #=> String
|
2220
|
+
# resp.entities[0].children[0].events["String"].parameters.target.collection_binding_properties.property #=> String
|
2221
|
+
# resp.entities[0].children[0].events["String"].parameters.target.component_name #=> String
|
2222
|
+
# resp.entities[0].children[0].events["String"].parameters.target.concat #=> Array
|
2223
|
+
# resp.entities[0].children[0].events["String"].parameters.target.concat[0] #=> Types::ComponentProperty
|
2224
|
+
# resp.entities[0].children[0].events["String"].parameters.target.condition.else #=> Types::ComponentProperty
|
2225
|
+
# resp.entities[0].children[0].events["String"].parameters.target.condition.field #=> String
|
2226
|
+
# resp.entities[0].children[0].events["String"].parameters.target.condition.operand #=> String
|
2227
|
+
# resp.entities[0].children[0].events["String"].parameters.target.condition.operand_type #=> String
|
2228
|
+
# resp.entities[0].children[0].events["String"].parameters.target.condition.operator #=> String
|
2229
|
+
# resp.entities[0].children[0].events["String"].parameters.target.condition.property #=> String
|
2230
|
+
# resp.entities[0].children[0].events["String"].parameters.target.condition.then #=> Types::ComponentProperty
|
2231
|
+
# resp.entities[0].children[0].events["String"].parameters.target.configured #=> Boolean
|
2232
|
+
# resp.entities[0].children[0].events["String"].parameters.target.default_value #=> String
|
2233
|
+
# resp.entities[0].children[0].events["String"].parameters.target.event #=> String
|
2234
|
+
# resp.entities[0].children[0].events["String"].parameters.target.imported_value #=> String
|
2235
|
+
# resp.entities[0].children[0].events["String"].parameters.target.model #=> String
|
2236
|
+
# resp.entities[0].children[0].events["String"].parameters.target.property #=> String
|
2237
|
+
# resp.entities[0].children[0].events["String"].parameters.target.type #=> String
|
2238
|
+
# resp.entities[0].children[0].events["String"].parameters.target.user_attribute #=> String
|
2239
|
+
# resp.entities[0].children[0].events["String"].parameters.target.value #=> String
|
2240
|
+
# resp.entities[0].children[0].events["String"].parameters.type.binding_properties.field #=> String
|
2241
|
+
# resp.entities[0].children[0].events["String"].parameters.type.binding_properties.property #=> String
|
2242
|
+
# resp.entities[0].children[0].events["String"].parameters.type.bindings #=> Hash
|
2243
|
+
# resp.entities[0].children[0].events["String"].parameters.type.bindings["String"].element #=> String
|
2244
|
+
# resp.entities[0].children[0].events["String"].parameters.type.bindings["String"].property #=> String
|
2245
|
+
# resp.entities[0].children[0].events["String"].parameters.type.collection_binding_properties.field #=> String
|
2246
|
+
# resp.entities[0].children[0].events["String"].parameters.type.collection_binding_properties.property #=> String
|
2247
|
+
# resp.entities[0].children[0].events["String"].parameters.type.component_name #=> String
|
2248
|
+
# resp.entities[0].children[0].events["String"].parameters.type.concat #=> Array
|
2249
|
+
# resp.entities[0].children[0].events["String"].parameters.type.concat[0] #=> Types::ComponentProperty
|
2250
|
+
# resp.entities[0].children[0].events["String"].parameters.type.condition.else #=> Types::ComponentProperty
|
2251
|
+
# resp.entities[0].children[0].events["String"].parameters.type.condition.field #=> String
|
2252
|
+
# resp.entities[0].children[0].events["String"].parameters.type.condition.operand #=> String
|
2253
|
+
# resp.entities[0].children[0].events["String"].parameters.type.condition.operand_type #=> String
|
2254
|
+
# resp.entities[0].children[0].events["String"].parameters.type.condition.operator #=> String
|
2255
|
+
# resp.entities[0].children[0].events["String"].parameters.type.condition.property #=> String
|
2256
|
+
# resp.entities[0].children[0].events["String"].parameters.type.condition.then #=> Types::ComponentProperty
|
2257
|
+
# resp.entities[0].children[0].events["String"].parameters.type.configured #=> Boolean
|
2258
|
+
# resp.entities[0].children[0].events["String"].parameters.type.default_value #=> String
|
2259
|
+
# resp.entities[0].children[0].events["String"].parameters.type.event #=> String
|
2260
|
+
# resp.entities[0].children[0].events["String"].parameters.type.imported_value #=> String
|
2261
|
+
# resp.entities[0].children[0].events["String"].parameters.type.model #=> String
|
2262
|
+
# resp.entities[0].children[0].events["String"].parameters.type.property #=> String
|
2263
|
+
# resp.entities[0].children[0].events["String"].parameters.type.type #=> String
|
2264
|
+
# resp.entities[0].children[0].events["String"].parameters.type.user_attribute #=> String
|
2265
|
+
# resp.entities[0].children[0].events["String"].parameters.type.value #=> String
|
2266
|
+
# resp.entities[0].children[0].events["String"].parameters.url.binding_properties.field #=> String
|
2267
|
+
# resp.entities[0].children[0].events["String"].parameters.url.binding_properties.property #=> String
|
2268
|
+
# resp.entities[0].children[0].events["String"].parameters.url.bindings #=> Hash
|
2269
|
+
# resp.entities[0].children[0].events["String"].parameters.url.bindings["String"].element #=> String
|
2270
|
+
# resp.entities[0].children[0].events["String"].parameters.url.bindings["String"].property #=> String
|
2271
|
+
# resp.entities[0].children[0].events["String"].parameters.url.collection_binding_properties.field #=> String
|
2272
|
+
# resp.entities[0].children[0].events["String"].parameters.url.collection_binding_properties.property #=> String
|
2273
|
+
# resp.entities[0].children[0].events["String"].parameters.url.component_name #=> String
|
2274
|
+
# resp.entities[0].children[0].events["String"].parameters.url.concat #=> Array
|
2275
|
+
# resp.entities[0].children[0].events["String"].parameters.url.concat[0] #=> Types::ComponentProperty
|
2276
|
+
# resp.entities[0].children[0].events["String"].parameters.url.condition.else #=> Types::ComponentProperty
|
2277
|
+
# resp.entities[0].children[0].events["String"].parameters.url.condition.field #=> String
|
2278
|
+
# resp.entities[0].children[0].events["String"].parameters.url.condition.operand #=> String
|
2279
|
+
# resp.entities[0].children[0].events["String"].parameters.url.condition.operand_type #=> String
|
2280
|
+
# resp.entities[0].children[0].events["String"].parameters.url.condition.operator #=> String
|
2281
|
+
# resp.entities[0].children[0].events["String"].parameters.url.condition.property #=> String
|
2282
|
+
# resp.entities[0].children[0].events["String"].parameters.url.condition.then #=> Types::ComponentProperty
|
2283
|
+
# resp.entities[0].children[0].events["String"].parameters.url.configured #=> Boolean
|
2284
|
+
# resp.entities[0].children[0].events["String"].parameters.url.default_value #=> String
|
2285
|
+
# resp.entities[0].children[0].events["String"].parameters.url.event #=> String
|
2286
|
+
# resp.entities[0].children[0].events["String"].parameters.url.imported_value #=> String
|
2287
|
+
# resp.entities[0].children[0].events["String"].parameters.url.model #=> String
|
2288
|
+
# resp.entities[0].children[0].events["String"].parameters.url.property #=> String
|
2289
|
+
# resp.entities[0].children[0].events["String"].parameters.url.type #=> String
|
2290
|
+
# resp.entities[0].children[0].events["String"].parameters.url.user_attribute #=> String
|
2291
|
+
# resp.entities[0].children[0].events["String"].parameters.url.value #=> String
|
897
2292
|
# resp.entities[0].children[0].name #=> String
|
898
2293
|
# resp.entities[0].children[0].properties #=> Hash
|
899
2294
|
# resp.entities[0].children[0].properties["String"].binding_properties.field #=> String
|
@@ -903,11 +2298,13 @@ module Aws::AmplifyUIBuilder
|
|
903
2298
|
# resp.entities[0].children[0].properties["String"].bindings["String"].property #=> String
|
904
2299
|
# resp.entities[0].children[0].properties["String"].collection_binding_properties.field #=> String
|
905
2300
|
# resp.entities[0].children[0].properties["String"].collection_binding_properties.property #=> String
|
2301
|
+
# resp.entities[0].children[0].properties["String"].component_name #=> String
|
906
2302
|
# resp.entities[0].children[0].properties["String"].concat #=> Array
|
907
2303
|
# resp.entities[0].children[0].properties["String"].concat[0] #=> Types::ComponentProperty
|
908
2304
|
# resp.entities[0].children[0].properties["String"].condition.else #=> Types::ComponentProperty
|
909
2305
|
# resp.entities[0].children[0].properties["String"].condition.field #=> String
|
910
2306
|
# resp.entities[0].children[0].properties["String"].condition.operand #=> String
|
2307
|
+
# resp.entities[0].children[0].properties["String"].condition.operand_type #=> String
|
911
2308
|
# resp.entities[0].children[0].properties["String"].condition.operator #=> String
|
912
2309
|
# resp.entities[0].children[0].properties["String"].condition.property #=> String
|
913
2310
|
# resp.entities[0].children[0].properties["String"].condition.then #=> Types::ComponentProperty
|
@@ -916,6 +2313,7 @@ module Aws::AmplifyUIBuilder
|
|
916
2313
|
# resp.entities[0].children[0].properties["String"].event #=> String
|
917
2314
|
# resp.entities[0].children[0].properties["String"].imported_value #=> String
|
918
2315
|
# resp.entities[0].children[0].properties["String"].model #=> String
|
2316
|
+
# resp.entities[0].children[0].properties["String"].property #=> String
|
919
2317
|
# resp.entities[0].children[0].properties["String"].type #=> String
|
920
2318
|
# resp.entities[0].children[0].properties["String"].user_attribute #=> String
|
921
2319
|
# resp.entities[0].children[0].properties["String"].value #=> String
|
@@ -936,6 +2334,220 @@ module Aws::AmplifyUIBuilder
|
|
936
2334
|
# resp.entities[0].component_type #=> String
|
937
2335
|
# resp.entities[0].created_at #=> Time
|
938
2336
|
# resp.entities[0].environment_name #=> String
|
2337
|
+
# resp.entities[0].events #=> Hash
|
2338
|
+
# resp.entities[0].events["String"].action #=> String
|
2339
|
+
# resp.entities[0].events["String"].parameters.anchor.binding_properties.field #=> String
|
2340
|
+
# resp.entities[0].events["String"].parameters.anchor.binding_properties.property #=> String
|
2341
|
+
# resp.entities[0].events["String"].parameters.anchor.bindings #=> Hash
|
2342
|
+
# resp.entities[0].events["String"].parameters.anchor.bindings["String"].element #=> String
|
2343
|
+
# resp.entities[0].events["String"].parameters.anchor.bindings["String"].property #=> String
|
2344
|
+
# resp.entities[0].events["String"].parameters.anchor.collection_binding_properties.field #=> String
|
2345
|
+
# resp.entities[0].events["String"].parameters.anchor.collection_binding_properties.property #=> String
|
2346
|
+
# resp.entities[0].events["String"].parameters.anchor.component_name #=> String
|
2347
|
+
# resp.entities[0].events["String"].parameters.anchor.concat #=> Array
|
2348
|
+
# resp.entities[0].events["String"].parameters.anchor.concat[0] #=> Types::ComponentProperty
|
2349
|
+
# resp.entities[0].events["String"].parameters.anchor.condition.else #=> Types::ComponentProperty
|
2350
|
+
# resp.entities[0].events["String"].parameters.anchor.condition.field #=> String
|
2351
|
+
# resp.entities[0].events["String"].parameters.anchor.condition.operand #=> String
|
2352
|
+
# resp.entities[0].events["String"].parameters.anchor.condition.operand_type #=> String
|
2353
|
+
# resp.entities[0].events["String"].parameters.anchor.condition.operator #=> String
|
2354
|
+
# resp.entities[0].events["String"].parameters.anchor.condition.property #=> String
|
2355
|
+
# resp.entities[0].events["String"].parameters.anchor.condition.then #=> Types::ComponentProperty
|
2356
|
+
# resp.entities[0].events["String"].parameters.anchor.configured #=> Boolean
|
2357
|
+
# resp.entities[0].events["String"].parameters.anchor.default_value #=> String
|
2358
|
+
# resp.entities[0].events["String"].parameters.anchor.event #=> String
|
2359
|
+
# resp.entities[0].events["String"].parameters.anchor.imported_value #=> String
|
2360
|
+
# resp.entities[0].events["String"].parameters.anchor.model #=> String
|
2361
|
+
# resp.entities[0].events["String"].parameters.anchor.property #=> String
|
2362
|
+
# resp.entities[0].events["String"].parameters.anchor.type #=> String
|
2363
|
+
# resp.entities[0].events["String"].parameters.anchor.user_attribute #=> String
|
2364
|
+
# resp.entities[0].events["String"].parameters.anchor.value #=> String
|
2365
|
+
# resp.entities[0].events["String"].parameters.fields #=> Hash
|
2366
|
+
# resp.entities[0].events["String"].parameters.fields["String"].binding_properties.field #=> String
|
2367
|
+
# resp.entities[0].events["String"].parameters.fields["String"].binding_properties.property #=> String
|
2368
|
+
# resp.entities[0].events["String"].parameters.fields["String"].bindings #=> Hash
|
2369
|
+
# resp.entities[0].events["String"].parameters.fields["String"].bindings["String"].element #=> String
|
2370
|
+
# resp.entities[0].events["String"].parameters.fields["String"].bindings["String"].property #=> String
|
2371
|
+
# resp.entities[0].events["String"].parameters.fields["String"].collection_binding_properties.field #=> String
|
2372
|
+
# resp.entities[0].events["String"].parameters.fields["String"].collection_binding_properties.property #=> String
|
2373
|
+
# resp.entities[0].events["String"].parameters.fields["String"].component_name #=> String
|
2374
|
+
# resp.entities[0].events["String"].parameters.fields["String"].concat #=> Array
|
2375
|
+
# resp.entities[0].events["String"].parameters.fields["String"].concat[0] #=> Types::ComponentProperty
|
2376
|
+
# resp.entities[0].events["String"].parameters.fields["String"].condition.else #=> Types::ComponentProperty
|
2377
|
+
# resp.entities[0].events["String"].parameters.fields["String"].condition.field #=> String
|
2378
|
+
# resp.entities[0].events["String"].parameters.fields["String"].condition.operand #=> String
|
2379
|
+
# resp.entities[0].events["String"].parameters.fields["String"].condition.operand_type #=> String
|
2380
|
+
# resp.entities[0].events["String"].parameters.fields["String"].condition.operator #=> String
|
2381
|
+
# resp.entities[0].events["String"].parameters.fields["String"].condition.property #=> String
|
2382
|
+
# resp.entities[0].events["String"].parameters.fields["String"].condition.then #=> Types::ComponentProperty
|
2383
|
+
# resp.entities[0].events["String"].parameters.fields["String"].configured #=> Boolean
|
2384
|
+
# resp.entities[0].events["String"].parameters.fields["String"].default_value #=> String
|
2385
|
+
# resp.entities[0].events["String"].parameters.fields["String"].event #=> String
|
2386
|
+
# resp.entities[0].events["String"].parameters.fields["String"].imported_value #=> String
|
2387
|
+
# resp.entities[0].events["String"].parameters.fields["String"].model #=> String
|
2388
|
+
# resp.entities[0].events["String"].parameters.fields["String"].property #=> String
|
2389
|
+
# resp.entities[0].events["String"].parameters.fields["String"].type #=> String
|
2390
|
+
# resp.entities[0].events["String"].parameters.fields["String"].user_attribute #=> String
|
2391
|
+
# resp.entities[0].events["String"].parameters.fields["String"].value #=> String
|
2392
|
+
# resp.entities[0].events["String"].parameters.global.binding_properties.field #=> String
|
2393
|
+
# resp.entities[0].events["String"].parameters.global.binding_properties.property #=> String
|
2394
|
+
# resp.entities[0].events["String"].parameters.global.bindings #=> Hash
|
2395
|
+
# resp.entities[0].events["String"].parameters.global.bindings["String"].element #=> String
|
2396
|
+
# resp.entities[0].events["String"].parameters.global.bindings["String"].property #=> String
|
2397
|
+
# resp.entities[0].events["String"].parameters.global.collection_binding_properties.field #=> String
|
2398
|
+
# resp.entities[0].events["String"].parameters.global.collection_binding_properties.property #=> String
|
2399
|
+
# resp.entities[0].events["String"].parameters.global.component_name #=> String
|
2400
|
+
# resp.entities[0].events["String"].parameters.global.concat #=> Array
|
2401
|
+
# resp.entities[0].events["String"].parameters.global.concat[0] #=> Types::ComponentProperty
|
2402
|
+
# resp.entities[0].events["String"].parameters.global.condition.else #=> Types::ComponentProperty
|
2403
|
+
# resp.entities[0].events["String"].parameters.global.condition.field #=> String
|
2404
|
+
# resp.entities[0].events["String"].parameters.global.condition.operand #=> String
|
2405
|
+
# resp.entities[0].events["String"].parameters.global.condition.operand_type #=> String
|
2406
|
+
# resp.entities[0].events["String"].parameters.global.condition.operator #=> String
|
2407
|
+
# resp.entities[0].events["String"].parameters.global.condition.property #=> String
|
2408
|
+
# resp.entities[0].events["String"].parameters.global.condition.then #=> Types::ComponentProperty
|
2409
|
+
# resp.entities[0].events["String"].parameters.global.configured #=> Boolean
|
2410
|
+
# resp.entities[0].events["String"].parameters.global.default_value #=> String
|
2411
|
+
# resp.entities[0].events["String"].parameters.global.event #=> String
|
2412
|
+
# resp.entities[0].events["String"].parameters.global.imported_value #=> String
|
2413
|
+
# resp.entities[0].events["String"].parameters.global.model #=> String
|
2414
|
+
# resp.entities[0].events["String"].parameters.global.property #=> String
|
2415
|
+
# resp.entities[0].events["String"].parameters.global.type #=> String
|
2416
|
+
# resp.entities[0].events["String"].parameters.global.user_attribute #=> String
|
2417
|
+
# resp.entities[0].events["String"].parameters.global.value #=> String
|
2418
|
+
# resp.entities[0].events["String"].parameters.id.binding_properties.field #=> String
|
2419
|
+
# resp.entities[0].events["String"].parameters.id.binding_properties.property #=> String
|
2420
|
+
# resp.entities[0].events["String"].parameters.id.bindings #=> Hash
|
2421
|
+
# resp.entities[0].events["String"].parameters.id.bindings["String"].element #=> String
|
2422
|
+
# resp.entities[0].events["String"].parameters.id.bindings["String"].property #=> String
|
2423
|
+
# resp.entities[0].events["String"].parameters.id.collection_binding_properties.field #=> String
|
2424
|
+
# resp.entities[0].events["String"].parameters.id.collection_binding_properties.property #=> String
|
2425
|
+
# resp.entities[0].events["String"].parameters.id.component_name #=> String
|
2426
|
+
# resp.entities[0].events["String"].parameters.id.concat #=> Array
|
2427
|
+
# resp.entities[0].events["String"].parameters.id.concat[0] #=> Types::ComponentProperty
|
2428
|
+
# resp.entities[0].events["String"].parameters.id.condition.else #=> Types::ComponentProperty
|
2429
|
+
# resp.entities[0].events["String"].parameters.id.condition.field #=> String
|
2430
|
+
# resp.entities[0].events["String"].parameters.id.condition.operand #=> String
|
2431
|
+
# resp.entities[0].events["String"].parameters.id.condition.operand_type #=> String
|
2432
|
+
# resp.entities[0].events["String"].parameters.id.condition.operator #=> String
|
2433
|
+
# resp.entities[0].events["String"].parameters.id.condition.property #=> String
|
2434
|
+
# resp.entities[0].events["String"].parameters.id.condition.then #=> Types::ComponentProperty
|
2435
|
+
# resp.entities[0].events["String"].parameters.id.configured #=> Boolean
|
2436
|
+
# resp.entities[0].events["String"].parameters.id.default_value #=> String
|
2437
|
+
# resp.entities[0].events["String"].parameters.id.event #=> String
|
2438
|
+
# resp.entities[0].events["String"].parameters.id.imported_value #=> String
|
2439
|
+
# resp.entities[0].events["String"].parameters.id.model #=> String
|
2440
|
+
# resp.entities[0].events["String"].parameters.id.property #=> String
|
2441
|
+
# resp.entities[0].events["String"].parameters.id.type #=> String
|
2442
|
+
# resp.entities[0].events["String"].parameters.id.user_attribute #=> String
|
2443
|
+
# resp.entities[0].events["String"].parameters.id.value #=> String
|
2444
|
+
# resp.entities[0].events["String"].parameters.model #=> String
|
2445
|
+
# resp.entities[0].events["String"].parameters.state.component_name #=> String
|
2446
|
+
# resp.entities[0].events["String"].parameters.state.property #=> String
|
2447
|
+
# resp.entities[0].events["String"].parameters.state.set.binding_properties.field #=> String
|
2448
|
+
# resp.entities[0].events["String"].parameters.state.set.binding_properties.property #=> String
|
2449
|
+
# resp.entities[0].events["String"].parameters.state.set.bindings #=> Hash
|
2450
|
+
# resp.entities[0].events["String"].parameters.state.set.bindings["String"].element #=> String
|
2451
|
+
# resp.entities[0].events["String"].parameters.state.set.bindings["String"].property #=> String
|
2452
|
+
# resp.entities[0].events["String"].parameters.state.set.collection_binding_properties.field #=> String
|
2453
|
+
# resp.entities[0].events["String"].parameters.state.set.collection_binding_properties.property #=> String
|
2454
|
+
# resp.entities[0].events["String"].parameters.state.set.component_name #=> String
|
2455
|
+
# resp.entities[0].events["String"].parameters.state.set.concat #=> Array
|
2456
|
+
# resp.entities[0].events["String"].parameters.state.set.concat[0] #=> Types::ComponentProperty
|
2457
|
+
# resp.entities[0].events["String"].parameters.state.set.condition.else #=> Types::ComponentProperty
|
2458
|
+
# resp.entities[0].events["String"].parameters.state.set.condition.field #=> String
|
2459
|
+
# resp.entities[0].events["String"].parameters.state.set.condition.operand #=> String
|
2460
|
+
# resp.entities[0].events["String"].parameters.state.set.condition.operand_type #=> String
|
2461
|
+
# resp.entities[0].events["String"].parameters.state.set.condition.operator #=> String
|
2462
|
+
# resp.entities[0].events["String"].parameters.state.set.condition.property #=> String
|
2463
|
+
# resp.entities[0].events["String"].parameters.state.set.condition.then #=> Types::ComponentProperty
|
2464
|
+
# resp.entities[0].events["String"].parameters.state.set.configured #=> Boolean
|
2465
|
+
# resp.entities[0].events["String"].parameters.state.set.default_value #=> String
|
2466
|
+
# resp.entities[0].events["String"].parameters.state.set.event #=> String
|
2467
|
+
# resp.entities[0].events["String"].parameters.state.set.imported_value #=> String
|
2468
|
+
# resp.entities[0].events["String"].parameters.state.set.model #=> String
|
2469
|
+
# resp.entities[0].events["String"].parameters.state.set.property #=> String
|
2470
|
+
# resp.entities[0].events["String"].parameters.state.set.type #=> String
|
2471
|
+
# resp.entities[0].events["String"].parameters.state.set.user_attribute #=> String
|
2472
|
+
# resp.entities[0].events["String"].parameters.state.set.value #=> String
|
2473
|
+
# resp.entities[0].events["String"].parameters.target.binding_properties.field #=> String
|
2474
|
+
# resp.entities[0].events["String"].parameters.target.binding_properties.property #=> String
|
2475
|
+
# resp.entities[0].events["String"].parameters.target.bindings #=> Hash
|
2476
|
+
# resp.entities[0].events["String"].parameters.target.bindings["String"].element #=> String
|
2477
|
+
# resp.entities[0].events["String"].parameters.target.bindings["String"].property #=> String
|
2478
|
+
# resp.entities[0].events["String"].parameters.target.collection_binding_properties.field #=> String
|
2479
|
+
# resp.entities[0].events["String"].parameters.target.collection_binding_properties.property #=> String
|
2480
|
+
# resp.entities[0].events["String"].parameters.target.component_name #=> String
|
2481
|
+
# resp.entities[0].events["String"].parameters.target.concat #=> Array
|
2482
|
+
# resp.entities[0].events["String"].parameters.target.concat[0] #=> Types::ComponentProperty
|
2483
|
+
# resp.entities[0].events["String"].parameters.target.condition.else #=> Types::ComponentProperty
|
2484
|
+
# resp.entities[0].events["String"].parameters.target.condition.field #=> String
|
2485
|
+
# resp.entities[0].events["String"].parameters.target.condition.operand #=> String
|
2486
|
+
# resp.entities[0].events["String"].parameters.target.condition.operand_type #=> String
|
2487
|
+
# resp.entities[0].events["String"].parameters.target.condition.operator #=> String
|
2488
|
+
# resp.entities[0].events["String"].parameters.target.condition.property #=> String
|
2489
|
+
# resp.entities[0].events["String"].parameters.target.condition.then #=> Types::ComponentProperty
|
2490
|
+
# resp.entities[0].events["String"].parameters.target.configured #=> Boolean
|
2491
|
+
# resp.entities[0].events["String"].parameters.target.default_value #=> String
|
2492
|
+
# resp.entities[0].events["String"].parameters.target.event #=> String
|
2493
|
+
# resp.entities[0].events["String"].parameters.target.imported_value #=> String
|
2494
|
+
# resp.entities[0].events["String"].parameters.target.model #=> String
|
2495
|
+
# resp.entities[0].events["String"].parameters.target.property #=> String
|
2496
|
+
# resp.entities[0].events["String"].parameters.target.type #=> String
|
2497
|
+
# resp.entities[0].events["String"].parameters.target.user_attribute #=> String
|
2498
|
+
# resp.entities[0].events["String"].parameters.target.value #=> String
|
2499
|
+
# resp.entities[0].events["String"].parameters.type.binding_properties.field #=> String
|
2500
|
+
# resp.entities[0].events["String"].parameters.type.binding_properties.property #=> String
|
2501
|
+
# resp.entities[0].events["String"].parameters.type.bindings #=> Hash
|
2502
|
+
# resp.entities[0].events["String"].parameters.type.bindings["String"].element #=> String
|
2503
|
+
# resp.entities[0].events["String"].parameters.type.bindings["String"].property #=> String
|
2504
|
+
# resp.entities[0].events["String"].parameters.type.collection_binding_properties.field #=> String
|
2505
|
+
# resp.entities[0].events["String"].parameters.type.collection_binding_properties.property #=> String
|
2506
|
+
# resp.entities[0].events["String"].parameters.type.component_name #=> String
|
2507
|
+
# resp.entities[0].events["String"].parameters.type.concat #=> Array
|
2508
|
+
# resp.entities[0].events["String"].parameters.type.concat[0] #=> Types::ComponentProperty
|
2509
|
+
# resp.entities[0].events["String"].parameters.type.condition.else #=> Types::ComponentProperty
|
2510
|
+
# resp.entities[0].events["String"].parameters.type.condition.field #=> String
|
2511
|
+
# resp.entities[0].events["String"].parameters.type.condition.operand #=> String
|
2512
|
+
# resp.entities[0].events["String"].parameters.type.condition.operand_type #=> String
|
2513
|
+
# resp.entities[0].events["String"].parameters.type.condition.operator #=> String
|
2514
|
+
# resp.entities[0].events["String"].parameters.type.condition.property #=> String
|
2515
|
+
# resp.entities[0].events["String"].parameters.type.condition.then #=> Types::ComponentProperty
|
2516
|
+
# resp.entities[0].events["String"].parameters.type.configured #=> Boolean
|
2517
|
+
# resp.entities[0].events["String"].parameters.type.default_value #=> String
|
2518
|
+
# resp.entities[0].events["String"].parameters.type.event #=> String
|
2519
|
+
# resp.entities[0].events["String"].parameters.type.imported_value #=> String
|
2520
|
+
# resp.entities[0].events["String"].parameters.type.model #=> String
|
2521
|
+
# resp.entities[0].events["String"].parameters.type.property #=> String
|
2522
|
+
# resp.entities[0].events["String"].parameters.type.type #=> String
|
2523
|
+
# resp.entities[0].events["String"].parameters.type.user_attribute #=> String
|
2524
|
+
# resp.entities[0].events["String"].parameters.type.value #=> String
|
2525
|
+
# resp.entities[0].events["String"].parameters.url.binding_properties.field #=> String
|
2526
|
+
# resp.entities[0].events["String"].parameters.url.binding_properties.property #=> String
|
2527
|
+
# resp.entities[0].events["String"].parameters.url.bindings #=> Hash
|
2528
|
+
# resp.entities[0].events["String"].parameters.url.bindings["String"].element #=> String
|
2529
|
+
# resp.entities[0].events["String"].parameters.url.bindings["String"].property #=> String
|
2530
|
+
# resp.entities[0].events["String"].parameters.url.collection_binding_properties.field #=> String
|
2531
|
+
# resp.entities[0].events["String"].parameters.url.collection_binding_properties.property #=> String
|
2532
|
+
# resp.entities[0].events["String"].parameters.url.component_name #=> String
|
2533
|
+
# resp.entities[0].events["String"].parameters.url.concat #=> Array
|
2534
|
+
# resp.entities[0].events["String"].parameters.url.concat[0] #=> Types::ComponentProperty
|
2535
|
+
# resp.entities[0].events["String"].parameters.url.condition.else #=> Types::ComponentProperty
|
2536
|
+
# resp.entities[0].events["String"].parameters.url.condition.field #=> String
|
2537
|
+
# resp.entities[0].events["String"].parameters.url.condition.operand #=> String
|
2538
|
+
# resp.entities[0].events["String"].parameters.url.condition.operand_type #=> String
|
2539
|
+
# resp.entities[0].events["String"].parameters.url.condition.operator #=> String
|
2540
|
+
# resp.entities[0].events["String"].parameters.url.condition.property #=> String
|
2541
|
+
# resp.entities[0].events["String"].parameters.url.condition.then #=> Types::ComponentProperty
|
2542
|
+
# resp.entities[0].events["String"].parameters.url.configured #=> Boolean
|
2543
|
+
# resp.entities[0].events["String"].parameters.url.default_value #=> String
|
2544
|
+
# resp.entities[0].events["String"].parameters.url.event #=> String
|
2545
|
+
# resp.entities[0].events["String"].parameters.url.imported_value #=> String
|
2546
|
+
# resp.entities[0].events["String"].parameters.url.model #=> String
|
2547
|
+
# resp.entities[0].events["String"].parameters.url.property #=> String
|
2548
|
+
# resp.entities[0].events["String"].parameters.url.type #=> String
|
2549
|
+
# resp.entities[0].events["String"].parameters.url.user_attribute #=> String
|
2550
|
+
# resp.entities[0].events["String"].parameters.url.value #=> String
|
939
2551
|
# resp.entities[0].id #=> String
|
940
2552
|
# resp.entities[0].modified_at #=> Time
|
941
2553
|
# resp.entities[0].name #=> String
|
@@ -950,11 +2562,13 @@ module Aws::AmplifyUIBuilder
|
|
950
2562
|
# resp.entities[0].properties["String"].bindings["String"].property #=> String
|
951
2563
|
# resp.entities[0].properties["String"].collection_binding_properties.field #=> String
|
952
2564
|
# resp.entities[0].properties["String"].collection_binding_properties.property #=> String
|
2565
|
+
# resp.entities[0].properties["String"].component_name #=> String
|
953
2566
|
# resp.entities[0].properties["String"].concat #=> Array
|
954
2567
|
# resp.entities[0].properties["String"].concat[0] #=> Types::ComponentProperty
|
955
2568
|
# resp.entities[0].properties["String"].condition.else #=> Types::ComponentProperty
|
956
2569
|
# resp.entities[0].properties["String"].condition.field #=> String
|
957
2570
|
# resp.entities[0].properties["String"].condition.operand #=> String
|
2571
|
+
# resp.entities[0].properties["String"].condition.operand_type #=> String
|
958
2572
|
# resp.entities[0].properties["String"].condition.operator #=> String
|
959
2573
|
# resp.entities[0].properties["String"].condition.property #=> String
|
960
2574
|
# resp.entities[0].properties["String"].condition.then #=> Types::ComponentProperty
|
@@ -963,9 +2577,11 @@ module Aws::AmplifyUIBuilder
|
|
963
2577
|
# resp.entities[0].properties["String"].event #=> String
|
964
2578
|
# resp.entities[0].properties["String"].imported_value #=> String
|
965
2579
|
# resp.entities[0].properties["String"].model #=> String
|
2580
|
+
# resp.entities[0].properties["String"].property #=> String
|
966
2581
|
# resp.entities[0].properties["String"].type #=> String
|
967
2582
|
# resp.entities[0].properties["String"].user_attribute #=> String
|
968
2583
|
# resp.entities[0].properties["String"].value #=> String
|
2584
|
+
# resp.entities[0].schema_version #=> String
|
969
2585
|
# resp.entities[0].source_id #=> String
|
970
2586
|
# resp.entities[0].tags #=> Hash
|
971
2587
|
# resp.entities[0].tags["TagKey"] #=> String
|
@@ -975,6 +2591,7 @@ module Aws::AmplifyUIBuilder
|
|
975
2591
|
# resp.entities[0].variants[0].overrides["String"]["String"] #=> String
|
976
2592
|
# resp.entities[0].variants[0].variant_values #=> Hash
|
977
2593
|
# resp.entities[0].variants[0].variant_values["String"] #=> String
|
2594
|
+
# resp.next_token #=> String
|
978
2595
|
#
|
979
2596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/ExportComponents AWS API Documentation
|
980
2597
|
#
|
@@ -994,15 +2611,22 @@ module Aws::AmplifyUIBuilder
|
|
994
2611
|
# @option params [required, String] :environment_name
|
995
2612
|
# The name of the backend environment that is part of the Amplify app.
|
996
2613
|
#
|
2614
|
+
# @option params [String] :next_token
|
2615
|
+
# The token to request the next page of results.
|
2616
|
+
#
|
997
2617
|
# @return [Types::ExportThemesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
998
2618
|
#
|
999
2619
|
# * {Types::ExportThemesResponse#entities #entities} => Array<Types::Theme>
|
2620
|
+
# * {Types::ExportThemesResponse#next_token #next_token} => String
|
2621
|
+
#
|
2622
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1000
2623
|
#
|
1001
2624
|
# @example Request syntax with placeholder values
|
1002
2625
|
#
|
1003
2626
|
# resp = client.export_themes({
|
1004
2627
|
# app_id: "String", # required
|
1005
2628
|
# environment_name: "String", # required
|
2629
|
+
# next_token: "String",
|
1006
2630
|
# })
|
1007
2631
|
#
|
1008
2632
|
# @example Response structure
|
@@ -1024,6 +2648,7 @@ module Aws::AmplifyUIBuilder
|
|
1024
2648
|
# resp.entities[0].values[0].key #=> String
|
1025
2649
|
# resp.entities[0].values[0].value.children #=> Types::ThemeValuesList
|
1026
2650
|
# resp.entities[0].values[0].value.value #=> String
|
2651
|
+
# resp.next_token #=> String
|
1027
2652
|
#
|
1028
2653
|
# @see http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/ExportThemes AWS API Documentation
|
1029
2654
|
#
|
@@ -1078,6 +2703,220 @@ module Aws::AmplifyUIBuilder
|
|
1078
2703
|
# resp.component.children #=> Array
|
1079
2704
|
# resp.component.children[0].children #=> Types::ComponentChildList
|
1080
2705
|
# resp.component.children[0].component_type #=> String
|
2706
|
+
# resp.component.children[0].events #=> Hash
|
2707
|
+
# resp.component.children[0].events["String"].action #=> String
|
2708
|
+
# resp.component.children[0].events["String"].parameters.anchor.binding_properties.field #=> String
|
2709
|
+
# resp.component.children[0].events["String"].parameters.anchor.binding_properties.property #=> String
|
2710
|
+
# resp.component.children[0].events["String"].parameters.anchor.bindings #=> Hash
|
2711
|
+
# resp.component.children[0].events["String"].parameters.anchor.bindings["String"].element #=> String
|
2712
|
+
# resp.component.children[0].events["String"].parameters.anchor.bindings["String"].property #=> String
|
2713
|
+
# resp.component.children[0].events["String"].parameters.anchor.collection_binding_properties.field #=> String
|
2714
|
+
# resp.component.children[0].events["String"].parameters.anchor.collection_binding_properties.property #=> String
|
2715
|
+
# resp.component.children[0].events["String"].parameters.anchor.component_name #=> String
|
2716
|
+
# resp.component.children[0].events["String"].parameters.anchor.concat #=> Array
|
2717
|
+
# resp.component.children[0].events["String"].parameters.anchor.concat[0] #=> Types::ComponentProperty
|
2718
|
+
# resp.component.children[0].events["String"].parameters.anchor.condition.else #=> Types::ComponentProperty
|
2719
|
+
# resp.component.children[0].events["String"].parameters.anchor.condition.field #=> String
|
2720
|
+
# resp.component.children[0].events["String"].parameters.anchor.condition.operand #=> String
|
2721
|
+
# resp.component.children[0].events["String"].parameters.anchor.condition.operand_type #=> String
|
2722
|
+
# resp.component.children[0].events["String"].parameters.anchor.condition.operator #=> String
|
2723
|
+
# resp.component.children[0].events["String"].parameters.anchor.condition.property #=> String
|
2724
|
+
# resp.component.children[0].events["String"].parameters.anchor.condition.then #=> Types::ComponentProperty
|
2725
|
+
# resp.component.children[0].events["String"].parameters.anchor.configured #=> Boolean
|
2726
|
+
# resp.component.children[0].events["String"].parameters.anchor.default_value #=> String
|
2727
|
+
# resp.component.children[0].events["String"].parameters.anchor.event #=> String
|
2728
|
+
# resp.component.children[0].events["String"].parameters.anchor.imported_value #=> String
|
2729
|
+
# resp.component.children[0].events["String"].parameters.anchor.model #=> String
|
2730
|
+
# resp.component.children[0].events["String"].parameters.anchor.property #=> String
|
2731
|
+
# resp.component.children[0].events["String"].parameters.anchor.type #=> String
|
2732
|
+
# resp.component.children[0].events["String"].parameters.anchor.user_attribute #=> String
|
2733
|
+
# resp.component.children[0].events["String"].parameters.anchor.value #=> String
|
2734
|
+
# resp.component.children[0].events["String"].parameters.fields #=> Hash
|
2735
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].binding_properties.field #=> String
|
2736
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].binding_properties.property #=> String
|
2737
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].bindings #=> Hash
|
2738
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].bindings["String"].element #=> String
|
2739
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].bindings["String"].property #=> String
|
2740
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].collection_binding_properties.field #=> String
|
2741
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].collection_binding_properties.property #=> String
|
2742
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].component_name #=> String
|
2743
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].concat #=> Array
|
2744
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].concat[0] #=> Types::ComponentProperty
|
2745
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].condition.else #=> Types::ComponentProperty
|
2746
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].condition.field #=> String
|
2747
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].condition.operand #=> String
|
2748
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].condition.operand_type #=> String
|
2749
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].condition.operator #=> String
|
2750
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].condition.property #=> String
|
2751
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].condition.then #=> Types::ComponentProperty
|
2752
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].configured #=> Boolean
|
2753
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].default_value #=> String
|
2754
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].event #=> String
|
2755
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].imported_value #=> String
|
2756
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].model #=> String
|
2757
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].property #=> String
|
2758
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].type #=> String
|
2759
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].user_attribute #=> String
|
2760
|
+
# resp.component.children[0].events["String"].parameters.fields["String"].value #=> String
|
2761
|
+
# resp.component.children[0].events["String"].parameters.global.binding_properties.field #=> String
|
2762
|
+
# resp.component.children[0].events["String"].parameters.global.binding_properties.property #=> String
|
2763
|
+
# resp.component.children[0].events["String"].parameters.global.bindings #=> Hash
|
2764
|
+
# resp.component.children[0].events["String"].parameters.global.bindings["String"].element #=> String
|
2765
|
+
# resp.component.children[0].events["String"].parameters.global.bindings["String"].property #=> String
|
2766
|
+
# resp.component.children[0].events["String"].parameters.global.collection_binding_properties.field #=> String
|
2767
|
+
# resp.component.children[0].events["String"].parameters.global.collection_binding_properties.property #=> String
|
2768
|
+
# resp.component.children[0].events["String"].parameters.global.component_name #=> String
|
2769
|
+
# resp.component.children[0].events["String"].parameters.global.concat #=> Array
|
2770
|
+
# resp.component.children[0].events["String"].parameters.global.concat[0] #=> Types::ComponentProperty
|
2771
|
+
# resp.component.children[0].events["String"].parameters.global.condition.else #=> Types::ComponentProperty
|
2772
|
+
# resp.component.children[0].events["String"].parameters.global.condition.field #=> String
|
2773
|
+
# resp.component.children[0].events["String"].parameters.global.condition.operand #=> String
|
2774
|
+
# resp.component.children[0].events["String"].parameters.global.condition.operand_type #=> String
|
2775
|
+
# resp.component.children[0].events["String"].parameters.global.condition.operator #=> String
|
2776
|
+
# resp.component.children[0].events["String"].parameters.global.condition.property #=> String
|
2777
|
+
# resp.component.children[0].events["String"].parameters.global.condition.then #=> Types::ComponentProperty
|
2778
|
+
# resp.component.children[0].events["String"].parameters.global.configured #=> Boolean
|
2779
|
+
# resp.component.children[0].events["String"].parameters.global.default_value #=> String
|
2780
|
+
# resp.component.children[0].events["String"].parameters.global.event #=> String
|
2781
|
+
# resp.component.children[0].events["String"].parameters.global.imported_value #=> String
|
2782
|
+
# resp.component.children[0].events["String"].parameters.global.model #=> String
|
2783
|
+
# resp.component.children[0].events["String"].parameters.global.property #=> String
|
2784
|
+
# resp.component.children[0].events["String"].parameters.global.type #=> String
|
2785
|
+
# resp.component.children[0].events["String"].parameters.global.user_attribute #=> String
|
2786
|
+
# resp.component.children[0].events["String"].parameters.global.value #=> String
|
2787
|
+
# resp.component.children[0].events["String"].parameters.id.binding_properties.field #=> String
|
2788
|
+
# resp.component.children[0].events["String"].parameters.id.binding_properties.property #=> String
|
2789
|
+
# resp.component.children[0].events["String"].parameters.id.bindings #=> Hash
|
2790
|
+
# resp.component.children[0].events["String"].parameters.id.bindings["String"].element #=> String
|
2791
|
+
# resp.component.children[0].events["String"].parameters.id.bindings["String"].property #=> String
|
2792
|
+
# resp.component.children[0].events["String"].parameters.id.collection_binding_properties.field #=> String
|
2793
|
+
# resp.component.children[0].events["String"].parameters.id.collection_binding_properties.property #=> String
|
2794
|
+
# resp.component.children[0].events["String"].parameters.id.component_name #=> String
|
2795
|
+
# resp.component.children[0].events["String"].parameters.id.concat #=> Array
|
2796
|
+
# resp.component.children[0].events["String"].parameters.id.concat[0] #=> Types::ComponentProperty
|
2797
|
+
# resp.component.children[0].events["String"].parameters.id.condition.else #=> Types::ComponentProperty
|
2798
|
+
# resp.component.children[0].events["String"].parameters.id.condition.field #=> String
|
2799
|
+
# resp.component.children[0].events["String"].parameters.id.condition.operand #=> String
|
2800
|
+
# resp.component.children[0].events["String"].parameters.id.condition.operand_type #=> String
|
2801
|
+
# resp.component.children[0].events["String"].parameters.id.condition.operator #=> String
|
2802
|
+
# resp.component.children[0].events["String"].parameters.id.condition.property #=> String
|
2803
|
+
# resp.component.children[0].events["String"].parameters.id.condition.then #=> Types::ComponentProperty
|
2804
|
+
# resp.component.children[0].events["String"].parameters.id.configured #=> Boolean
|
2805
|
+
# resp.component.children[0].events["String"].parameters.id.default_value #=> String
|
2806
|
+
# resp.component.children[0].events["String"].parameters.id.event #=> String
|
2807
|
+
# resp.component.children[0].events["String"].parameters.id.imported_value #=> String
|
2808
|
+
# resp.component.children[0].events["String"].parameters.id.model #=> String
|
2809
|
+
# resp.component.children[0].events["String"].parameters.id.property #=> String
|
2810
|
+
# resp.component.children[0].events["String"].parameters.id.type #=> String
|
2811
|
+
# resp.component.children[0].events["String"].parameters.id.user_attribute #=> String
|
2812
|
+
# resp.component.children[0].events["String"].parameters.id.value #=> String
|
2813
|
+
# resp.component.children[0].events["String"].parameters.model #=> String
|
2814
|
+
# resp.component.children[0].events["String"].parameters.state.component_name #=> String
|
2815
|
+
# resp.component.children[0].events["String"].parameters.state.property #=> String
|
2816
|
+
# resp.component.children[0].events["String"].parameters.state.set.binding_properties.field #=> String
|
2817
|
+
# resp.component.children[0].events["String"].parameters.state.set.binding_properties.property #=> String
|
2818
|
+
# resp.component.children[0].events["String"].parameters.state.set.bindings #=> Hash
|
2819
|
+
# resp.component.children[0].events["String"].parameters.state.set.bindings["String"].element #=> String
|
2820
|
+
# resp.component.children[0].events["String"].parameters.state.set.bindings["String"].property #=> String
|
2821
|
+
# resp.component.children[0].events["String"].parameters.state.set.collection_binding_properties.field #=> String
|
2822
|
+
# resp.component.children[0].events["String"].parameters.state.set.collection_binding_properties.property #=> String
|
2823
|
+
# resp.component.children[0].events["String"].parameters.state.set.component_name #=> String
|
2824
|
+
# resp.component.children[0].events["String"].parameters.state.set.concat #=> Array
|
2825
|
+
# resp.component.children[0].events["String"].parameters.state.set.concat[0] #=> Types::ComponentProperty
|
2826
|
+
# resp.component.children[0].events["String"].parameters.state.set.condition.else #=> Types::ComponentProperty
|
2827
|
+
# resp.component.children[0].events["String"].parameters.state.set.condition.field #=> String
|
2828
|
+
# resp.component.children[0].events["String"].parameters.state.set.condition.operand #=> String
|
2829
|
+
# resp.component.children[0].events["String"].parameters.state.set.condition.operand_type #=> String
|
2830
|
+
# resp.component.children[0].events["String"].parameters.state.set.condition.operator #=> String
|
2831
|
+
# resp.component.children[0].events["String"].parameters.state.set.condition.property #=> String
|
2832
|
+
# resp.component.children[0].events["String"].parameters.state.set.condition.then #=> Types::ComponentProperty
|
2833
|
+
# resp.component.children[0].events["String"].parameters.state.set.configured #=> Boolean
|
2834
|
+
# resp.component.children[0].events["String"].parameters.state.set.default_value #=> String
|
2835
|
+
# resp.component.children[0].events["String"].parameters.state.set.event #=> String
|
2836
|
+
# resp.component.children[0].events["String"].parameters.state.set.imported_value #=> String
|
2837
|
+
# resp.component.children[0].events["String"].parameters.state.set.model #=> String
|
2838
|
+
# resp.component.children[0].events["String"].parameters.state.set.property #=> String
|
2839
|
+
# resp.component.children[0].events["String"].parameters.state.set.type #=> String
|
2840
|
+
# resp.component.children[0].events["String"].parameters.state.set.user_attribute #=> String
|
2841
|
+
# resp.component.children[0].events["String"].parameters.state.set.value #=> String
|
2842
|
+
# resp.component.children[0].events["String"].parameters.target.binding_properties.field #=> String
|
2843
|
+
# resp.component.children[0].events["String"].parameters.target.binding_properties.property #=> String
|
2844
|
+
# resp.component.children[0].events["String"].parameters.target.bindings #=> Hash
|
2845
|
+
# resp.component.children[0].events["String"].parameters.target.bindings["String"].element #=> String
|
2846
|
+
# resp.component.children[0].events["String"].parameters.target.bindings["String"].property #=> String
|
2847
|
+
# resp.component.children[0].events["String"].parameters.target.collection_binding_properties.field #=> String
|
2848
|
+
# resp.component.children[0].events["String"].parameters.target.collection_binding_properties.property #=> String
|
2849
|
+
# resp.component.children[0].events["String"].parameters.target.component_name #=> String
|
2850
|
+
# resp.component.children[0].events["String"].parameters.target.concat #=> Array
|
2851
|
+
# resp.component.children[0].events["String"].parameters.target.concat[0] #=> Types::ComponentProperty
|
2852
|
+
# resp.component.children[0].events["String"].parameters.target.condition.else #=> Types::ComponentProperty
|
2853
|
+
# resp.component.children[0].events["String"].parameters.target.condition.field #=> String
|
2854
|
+
# resp.component.children[0].events["String"].parameters.target.condition.operand #=> String
|
2855
|
+
# resp.component.children[0].events["String"].parameters.target.condition.operand_type #=> String
|
2856
|
+
# resp.component.children[0].events["String"].parameters.target.condition.operator #=> String
|
2857
|
+
# resp.component.children[0].events["String"].parameters.target.condition.property #=> String
|
2858
|
+
# resp.component.children[0].events["String"].parameters.target.condition.then #=> Types::ComponentProperty
|
2859
|
+
# resp.component.children[0].events["String"].parameters.target.configured #=> Boolean
|
2860
|
+
# resp.component.children[0].events["String"].parameters.target.default_value #=> String
|
2861
|
+
# resp.component.children[0].events["String"].parameters.target.event #=> String
|
2862
|
+
# resp.component.children[0].events["String"].parameters.target.imported_value #=> String
|
2863
|
+
# resp.component.children[0].events["String"].parameters.target.model #=> String
|
2864
|
+
# resp.component.children[0].events["String"].parameters.target.property #=> String
|
2865
|
+
# resp.component.children[0].events["String"].parameters.target.type #=> String
|
2866
|
+
# resp.component.children[0].events["String"].parameters.target.user_attribute #=> String
|
2867
|
+
# resp.component.children[0].events["String"].parameters.target.value #=> String
|
2868
|
+
# resp.component.children[0].events["String"].parameters.type.binding_properties.field #=> String
|
2869
|
+
# resp.component.children[0].events["String"].parameters.type.binding_properties.property #=> String
|
2870
|
+
# resp.component.children[0].events["String"].parameters.type.bindings #=> Hash
|
2871
|
+
# resp.component.children[0].events["String"].parameters.type.bindings["String"].element #=> String
|
2872
|
+
# resp.component.children[0].events["String"].parameters.type.bindings["String"].property #=> String
|
2873
|
+
# resp.component.children[0].events["String"].parameters.type.collection_binding_properties.field #=> String
|
2874
|
+
# resp.component.children[0].events["String"].parameters.type.collection_binding_properties.property #=> String
|
2875
|
+
# resp.component.children[0].events["String"].parameters.type.component_name #=> String
|
2876
|
+
# resp.component.children[0].events["String"].parameters.type.concat #=> Array
|
2877
|
+
# resp.component.children[0].events["String"].parameters.type.concat[0] #=> Types::ComponentProperty
|
2878
|
+
# resp.component.children[0].events["String"].parameters.type.condition.else #=> Types::ComponentProperty
|
2879
|
+
# resp.component.children[0].events["String"].parameters.type.condition.field #=> String
|
2880
|
+
# resp.component.children[0].events["String"].parameters.type.condition.operand #=> String
|
2881
|
+
# resp.component.children[0].events["String"].parameters.type.condition.operand_type #=> String
|
2882
|
+
# resp.component.children[0].events["String"].parameters.type.condition.operator #=> String
|
2883
|
+
# resp.component.children[0].events["String"].parameters.type.condition.property #=> String
|
2884
|
+
# resp.component.children[0].events["String"].parameters.type.condition.then #=> Types::ComponentProperty
|
2885
|
+
# resp.component.children[0].events["String"].parameters.type.configured #=> Boolean
|
2886
|
+
# resp.component.children[0].events["String"].parameters.type.default_value #=> String
|
2887
|
+
# resp.component.children[0].events["String"].parameters.type.event #=> String
|
2888
|
+
# resp.component.children[0].events["String"].parameters.type.imported_value #=> String
|
2889
|
+
# resp.component.children[0].events["String"].parameters.type.model #=> String
|
2890
|
+
# resp.component.children[0].events["String"].parameters.type.property #=> String
|
2891
|
+
# resp.component.children[0].events["String"].parameters.type.type #=> String
|
2892
|
+
# resp.component.children[0].events["String"].parameters.type.user_attribute #=> String
|
2893
|
+
# resp.component.children[0].events["String"].parameters.type.value #=> String
|
2894
|
+
# resp.component.children[0].events["String"].parameters.url.binding_properties.field #=> String
|
2895
|
+
# resp.component.children[0].events["String"].parameters.url.binding_properties.property #=> String
|
2896
|
+
# resp.component.children[0].events["String"].parameters.url.bindings #=> Hash
|
2897
|
+
# resp.component.children[0].events["String"].parameters.url.bindings["String"].element #=> String
|
2898
|
+
# resp.component.children[0].events["String"].parameters.url.bindings["String"].property #=> String
|
2899
|
+
# resp.component.children[0].events["String"].parameters.url.collection_binding_properties.field #=> String
|
2900
|
+
# resp.component.children[0].events["String"].parameters.url.collection_binding_properties.property #=> String
|
2901
|
+
# resp.component.children[0].events["String"].parameters.url.component_name #=> String
|
2902
|
+
# resp.component.children[0].events["String"].parameters.url.concat #=> Array
|
2903
|
+
# resp.component.children[0].events["String"].parameters.url.concat[0] #=> Types::ComponentProperty
|
2904
|
+
# resp.component.children[0].events["String"].parameters.url.condition.else #=> Types::ComponentProperty
|
2905
|
+
# resp.component.children[0].events["String"].parameters.url.condition.field #=> String
|
2906
|
+
# resp.component.children[0].events["String"].parameters.url.condition.operand #=> String
|
2907
|
+
# resp.component.children[0].events["String"].parameters.url.condition.operand_type #=> String
|
2908
|
+
# resp.component.children[0].events["String"].parameters.url.condition.operator #=> String
|
2909
|
+
# resp.component.children[0].events["String"].parameters.url.condition.property #=> String
|
2910
|
+
# resp.component.children[0].events["String"].parameters.url.condition.then #=> Types::ComponentProperty
|
2911
|
+
# resp.component.children[0].events["String"].parameters.url.configured #=> Boolean
|
2912
|
+
# resp.component.children[0].events["String"].parameters.url.default_value #=> String
|
2913
|
+
# resp.component.children[0].events["String"].parameters.url.event #=> String
|
2914
|
+
# resp.component.children[0].events["String"].parameters.url.imported_value #=> String
|
2915
|
+
# resp.component.children[0].events["String"].parameters.url.model #=> String
|
2916
|
+
# resp.component.children[0].events["String"].parameters.url.property #=> String
|
2917
|
+
# resp.component.children[0].events["String"].parameters.url.type #=> String
|
2918
|
+
# resp.component.children[0].events["String"].parameters.url.user_attribute #=> String
|
2919
|
+
# resp.component.children[0].events["String"].parameters.url.value #=> String
|
1081
2920
|
# resp.component.children[0].name #=> String
|
1082
2921
|
# resp.component.children[0].properties #=> Hash
|
1083
2922
|
# resp.component.children[0].properties["String"].binding_properties.field #=> String
|
@@ -1087,11 +2926,13 @@ module Aws::AmplifyUIBuilder
|
|
1087
2926
|
# resp.component.children[0].properties["String"].bindings["String"].property #=> String
|
1088
2927
|
# resp.component.children[0].properties["String"].collection_binding_properties.field #=> String
|
1089
2928
|
# resp.component.children[0].properties["String"].collection_binding_properties.property #=> String
|
2929
|
+
# resp.component.children[0].properties["String"].component_name #=> String
|
1090
2930
|
# resp.component.children[0].properties["String"].concat #=> Array
|
1091
2931
|
# resp.component.children[0].properties["String"].concat[0] #=> Types::ComponentProperty
|
1092
2932
|
# resp.component.children[0].properties["String"].condition.else #=> Types::ComponentProperty
|
1093
2933
|
# resp.component.children[0].properties["String"].condition.field #=> String
|
1094
2934
|
# resp.component.children[0].properties["String"].condition.operand #=> String
|
2935
|
+
# resp.component.children[0].properties["String"].condition.operand_type #=> String
|
1095
2936
|
# resp.component.children[0].properties["String"].condition.operator #=> String
|
1096
2937
|
# resp.component.children[0].properties["String"].condition.property #=> String
|
1097
2938
|
# resp.component.children[0].properties["String"].condition.then #=> Types::ComponentProperty
|
@@ -1100,6 +2941,7 @@ module Aws::AmplifyUIBuilder
|
|
1100
2941
|
# resp.component.children[0].properties["String"].event #=> String
|
1101
2942
|
# resp.component.children[0].properties["String"].imported_value #=> String
|
1102
2943
|
# resp.component.children[0].properties["String"].model #=> String
|
2944
|
+
# resp.component.children[0].properties["String"].property #=> String
|
1103
2945
|
# resp.component.children[0].properties["String"].type #=> String
|
1104
2946
|
# resp.component.children[0].properties["String"].user_attribute #=> String
|
1105
2947
|
# resp.component.children[0].properties["String"].value #=> String
|
@@ -1120,6 +2962,220 @@ module Aws::AmplifyUIBuilder
|
|
1120
2962
|
# resp.component.component_type #=> String
|
1121
2963
|
# resp.component.created_at #=> Time
|
1122
2964
|
# resp.component.environment_name #=> String
|
2965
|
+
# resp.component.events #=> Hash
|
2966
|
+
# resp.component.events["String"].action #=> String
|
2967
|
+
# resp.component.events["String"].parameters.anchor.binding_properties.field #=> String
|
2968
|
+
# resp.component.events["String"].parameters.anchor.binding_properties.property #=> String
|
2969
|
+
# resp.component.events["String"].parameters.anchor.bindings #=> Hash
|
2970
|
+
# resp.component.events["String"].parameters.anchor.bindings["String"].element #=> String
|
2971
|
+
# resp.component.events["String"].parameters.anchor.bindings["String"].property #=> String
|
2972
|
+
# resp.component.events["String"].parameters.anchor.collection_binding_properties.field #=> String
|
2973
|
+
# resp.component.events["String"].parameters.anchor.collection_binding_properties.property #=> String
|
2974
|
+
# resp.component.events["String"].parameters.anchor.component_name #=> String
|
2975
|
+
# resp.component.events["String"].parameters.anchor.concat #=> Array
|
2976
|
+
# resp.component.events["String"].parameters.anchor.concat[0] #=> Types::ComponentProperty
|
2977
|
+
# resp.component.events["String"].parameters.anchor.condition.else #=> Types::ComponentProperty
|
2978
|
+
# resp.component.events["String"].parameters.anchor.condition.field #=> String
|
2979
|
+
# resp.component.events["String"].parameters.anchor.condition.operand #=> String
|
2980
|
+
# resp.component.events["String"].parameters.anchor.condition.operand_type #=> String
|
2981
|
+
# resp.component.events["String"].parameters.anchor.condition.operator #=> String
|
2982
|
+
# resp.component.events["String"].parameters.anchor.condition.property #=> String
|
2983
|
+
# resp.component.events["String"].parameters.anchor.condition.then #=> Types::ComponentProperty
|
2984
|
+
# resp.component.events["String"].parameters.anchor.configured #=> Boolean
|
2985
|
+
# resp.component.events["String"].parameters.anchor.default_value #=> String
|
2986
|
+
# resp.component.events["String"].parameters.anchor.event #=> String
|
2987
|
+
# resp.component.events["String"].parameters.anchor.imported_value #=> String
|
2988
|
+
# resp.component.events["String"].parameters.anchor.model #=> String
|
2989
|
+
# resp.component.events["String"].parameters.anchor.property #=> String
|
2990
|
+
# resp.component.events["String"].parameters.anchor.type #=> String
|
2991
|
+
# resp.component.events["String"].parameters.anchor.user_attribute #=> String
|
2992
|
+
# resp.component.events["String"].parameters.anchor.value #=> String
|
2993
|
+
# resp.component.events["String"].parameters.fields #=> Hash
|
2994
|
+
# resp.component.events["String"].parameters.fields["String"].binding_properties.field #=> String
|
2995
|
+
# resp.component.events["String"].parameters.fields["String"].binding_properties.property #=> String
|
2996
|
+
# resp.component.events["String"].parameters.fields["String"].bindings #=> Hash
|
2997
|
+
# resp.component.events["String"].parameters.fields["String"].bindings["String"].element #=> String
|
2998
|
+
# resp.component.events["String"].parameters.fields["String"].bindings["String"].property #=> String
|
2999
|
+
# resp.component.events["String"].parameters.fields["String"].collection_binding_properties.field #=> String
|
3000
|
+
# resp.component.events["String"].parameters.fields["String"].collection_binding_properties.property #=> String
|
3001
|
+
# resp.component.events["String"].parameters.fields["String"].component_name #=> String
|
3002
|
+
# resp.component.events["String"].parameters.fields["String"].concat #=> Array
|
3003
|
+
# resp.component.events["String"].parameters.fields["String"].concat[0] #=> Types::ComponentProperty
|
3004
|
+
# resp.component.events["String"].parameters.fields["String"].condition.else #=> Types::ComponentProperty
|
3005
|
+
# resp.component.events["String"].parameters.fields["String"].condition.field #=> String
|
3006
|
+
# resp.component.events["String"].parameters.fields["String"].condition.operand #=> String
|
3007
|
+
# resp.component.events["String"].parameters.fields["String"].condition.operand_type #=> String
|
3008
|
+
# resp.component.events["String"].parameters.fields["String"].condition.operator #=> String
|
3009
|
+
# resp.component.events["String"].parameters.fields["String"].condition.property #=> String
|
3010
|
+
# resp.component.events["String"].parameters.fields["String"].condition.then #=> Types::ComponentProperty
|
3011
|
+
# resp.component.events["String"].parameters.fields["String"].configured #=> Boolean
|
3012
|
+
# resp.component.events["String"].parameters.fields["String"].default_value #=> String
|
3013
|
+
# resp.component.events["String"].parameters.fields["String"].event #=> String
|
3014
|
+
# resp.component.events["String"].parameters.fields["String"].imported_value #=> String
|
3015
|
+
# resp.component.events["String"].parameters.fields["String"].model #=> String
|
3016
|
+
# resp.component.events["String"].parameters.fields["String"].property #=> String
|
3017
|
+
# resp.component.events["String"].parameters.fields["String"].type #=> String
|
3018
|
+
# resp.component.events["String"].parameters.fields["String"].user_attribute #=> String
|
3019
|
+
# resp.component.events["String"].parameters.fields["String"].value #=> String
|
3020
|
+
# resp.component.events["String"].parameters.global.binding_properties.field #=> String
|
3021
|
+
# resp.component.events["String"].parameters.global.binding_properties.property #=> String
|
3022
|
+
# resp.component.events["String"].parameters.global.bindings #=> Hash
|
3023
|
+
# resp.component.events["String"].parameters.global.bindings["String"].element #=> String
|
3024
|
+
# resp.component.events["String"].parameters.global.bindings["String"].property #=> String
|
3025
|
+
# resp.component.events["String"].parameters.global.collection_binding_properties.field #=> String
|
3026
|
+
# resp.component.events["String"].parameters.global.collection_binding_properties.property #=> String
|
3027
|
+
# resp.component.events["String"].parameters.global.component_name #=> String
|
3028
|
+
# resp.component.events["String"].parameters.global.concat #=> Array
|
3029
|
+
# resp.component.events["String"].parameters.global.concat[0] #=> Types::ComponentProperty
|
3030
|
+
# resp.component.events["String"].parameters.global.condition.else #=> Types::ComponentProperty
|
3031
|
+
# resp.component.events["String"].parameters.global.condition.field #=> String
|
3032
|
+
# resp.component.events["String"].parameters.global.condition.operand #=> String
|
3033
|
+
# resp.component.events["String"].parameters.global.condition.operand_type #=> String
|
3034
|
+
# resp.component.events["String"].parameters.global.condition.operator #=> String
|
3035
|
+
# resp.component.events["String"].parameters.global.condition.property #=> String
|
3036
|
+
# resp.component.events["String"].parameters.global.condition.then #=> Types::ComponentProperty
|
3037
|
+
# resp.component.events["String"].parameters.global.configured #=> Boolean
|
3038
|
+
# resp.component.events["String"].parameters.global.default_value #=> String
|
3039
|
+
# resp.component.events["String"].parameters.global.event #=> String
|
3040
|
+
# resp.component.events["String"].parameters.global.imported_value #=> String
|
3041
|
+
# resp.component.events["String"].parameters.global.model #=> String
|
3042
|
+
# resp.component.events["String"].parameters.global.property #=> String
|
3043
|
+
# resp.component.events["String"].parameters.global.type #=> String
|
3044
|
+
# resp.component.events["String"].parameters.global.user_attribute #=> String
|
3045
|
+
# resp.component.events["String"].parameters.global.value #=> String
|
3046
|
+
# resp.component.events["String"].parameters.id.binding_properties.field #=> String
|
3047
|
+
# resp.component.events["String"].parameters.id.binding_properties.property #=> String
|
3048
|
+
# resp.component.events["String"].parameters.id.bindings #=> Hash
|
3049
|
+
# resp.component.events["String"].parameters.id.bindings["String"].element #=> String
|
3050
|
+
# resp.component.events["String"].parameters.id.bindings["String"].property #=> String
|
3051
|
+
# resp.component.events["String"].parameters.id.collection_binding_properties.field #=> String
|
3052
|
+
# resp.component.events["String"].parameters.id.collection_binding_properties.property #=> String
|
3053
|
+
# resp.component.events["String"].parameters.id.component_name #=> String
|
3054
|
+
# resp.component.events["String"].parameters.id.concat #=> Array
|
3055
|
+
# resp.component.events["String"].parameters.id.concat[0] #=> Types::ComponentProperty
|
3056
|
+
# resp.component.events["String"].parameters.id.condition.else #=> Types::ComponentProperty
|
3057
|
+
# resp.component.events["String"].parameters.id.condition.field #=> String
|
3058
|
+
# resp.component.events["String"].parameters.id.condition.operand #=> String
|
3059
|
+
# resp.component.events["String"].parameters.id.condition.operand_type #=> String
|
3060
|
+
# resp.component.events["String"].parameters.id.condition.operator #=> String
|
3061
|
+
# resp.component.events["String"].parameters.id.condition.property #=> String
|
3062
|
+
# resp.component.events["String"].parameters.id.condition.then #=> Types::ComponentProperty
|
3063
|
+
# resp.component.events["String"].parameters.id.configured #=> Boolean
|
3064
|
+
# resp.component.events["String"].parameters.id.default_value #=> String
|
3065
|
+
# resp.component.events["String"].parameters.id.event #=> String
|
3066
|
+
# resp.component.events["String"].parameters.id.imported_value #=> String
|
3067
|
+
# resp.component.events["String"].parameters.id.model #=> String
|
3068
|
+
# resp.component.events["String"].parameters.id.property #=> String
|
3069
|
+
# resp.component.events["String"].parameters.id.type #=> String
|
3070
|
+
# resp.component.events["String"].parameters.id.user_attribute #=> String
|
3071
|
+
# resp.component.events["String"].parameters.id.value #=> String
|
3072
|
+
# resp.component.events["String"].parameters.model #=> String
|
3073
|
+
# resp.component.events["String"].parameters.state.component_name #=> String
|
3074
|
+
# resp.component.events["String"].parameters.state.property #=> String
|
3075
|
+
# resp.component.events["String"].parameters.state.set.binding_properties.field #=> String
|
3076
|
+
# resp.component.events["String"].parameters.state.set.binding_properties.property #=> String
|
3077
|
+
# resp.component.events["String"].parameters.state.set.bindings #=> Hash
|
3078
|
+
# resp.component.events["String"].parameters.state.set.bindings["String"].element #=> String
|
3079
|
+
# resp.component.events["String"].parameters.state.set.bindings["String"].property #=> String
|
3080
|
+
# resp.component.events["String"].parameters.state.set.collection_binding_properties.field #=> String
|
3081
|
+
# resp.component.events["String"].parameters.state.set.collection_binding_properties.property #=> String
|
3082
|
+
# resp.component.events["String"].parameters.state.set.component_name #=> String
|
3083
|
+
# resp.component.events["String"].parameters.state.set.concat #=> Array
|
3084
|
+
# resp.component.events["String"].parameters.state.set.concat[0] #=> Types::ComponentProperty
|
3085
|
+
# resp.component.events["String"].parameters.state.set.condition.else #=> Types::ComponentProperty
|
3086
|
+
# resp.component.events["String"].parameters.state.set.condition.field #=> String
|
3087
|
+
# resp.component.events["String"].parameters.state.set.condition.operand #=> String
|
3088
|
+
# resp.component.events["String"].parameters.state.set.condition.operand_type #=> String
|
3089
|
+
# resp.component.events["String"].parameters.state.set.condition.operator #=> String
|
3090
|
+
# resp.component.events["String"].parameters.state.set.condition.property #=> String
|
3091
|
+
# resp.component.events["String"].parameters.state.set.condition.then #=> Types::ComponentProperty
|
3092
|
+
# resp.component.events["String"].parameters.state.set.configured #=> Boolean
|
3093
|
+
# resp.component.events["String"].parameters.state.set.default_value #=> String
|
3094
|
+
# resp.component.events["String"].parameters.state.set.event #=> String
|
3095
|
+
# resp.component.events["String"].parameters.state.set.imported_value #=> String
|
3096
|
+
# resp.component.events["String"].parameters.state.set.model #=> String
|
3097
|
+
# resp.component.events["String"].parameters.state.set.property #=> String
|
3098
|
+
# resp.component.events["String"].parameters.state.set.type #=> String
|
3099
|
+
# resp.component.events["String"].parameters.state.set.user_attribute #=> String
|
3100
|
+
# resp.component.events["String"].parameters.state.set.value #=> String
|
3101
|
+
# resp.component.events["String"].parameters.target.binding_properties.field #=> String
|
3102
|
+
# resp.component.events["String"].parameters.target.binding_properties.property #=> String
|
3103
|
+
# resp.component.events["String"].parameters.target.bindings #=> Hash
|
3104
|
+
# resp.component.events["String"].parameters.target.bindings["String"].element #=> String
|
3105
|
+
# resp.component.events["String"].parameters.target.bindings["String"].property #=> String
|
3106
|
+
# resp.component.events["String"].parameters.target.collection_binding_properties.field #=> String
|
3107
|
+
# resp.component.events["String"].parameters.target.collection_binding_properties.property #=> String
|
3108
|
+
# resp.component.events["String"].parameters.target.component_name #=> String
|
3109
|
+
# resp.component.events["String"].parameters.target.concat #=> Array
|
3110
|
+
# resp.component.events["String"].parameters.target.concat[0] #=> Types::ComponentProperty
|
3111
|
+
# resp.component.events["String"].parameters.target.condition.else #=> Types::ComponentProperty
|
3112
|
+
# resp.component.events["String"].parameters.target.condition.field #=> String
|
3113
|
+
# resp.component.events["String"].parameters.target.condition.operand #=> String
|
3114
|
+
# resp.component.events["String"].parameters.target.condition.operand_type #=> String
|
3115
|
+
# resp.component.events["String"].parameters.target.condition.operator #=> String
|
3116
|
+
# resp.component.events["String"].parameters.target.condition.property #=> String
|
3117
|
+
# resp.component.events["String"].parameters.target.condition.then #=> Types::ComponentProperty
|
3118
|
+
# resp.component.events["String"].parameters.target.configured #=> Boolean
|
3119
|
+
# resp.component.events["String"].parameters.target.default_value #=> String
|
3120
|
+
# resp.component.events["String"].parameters.target.event #=> String
|
3121
|
+
# resp.component.events["String"].parameters.target.imported_value #=> String
|
3122
|
+
# resp.component.events["String"].parameters.target.model #=> String
|
3123
|
+
# resp.component.events["String"].parameters.target.property #=> String
|
3124
|
+
# resp.component.events["String"].parameters.target.type #=> String
|
3125
|
+
# resp.component.events["String"].parameters.target.user_attribute #=> String
|
3126
|
+
# resp.component.events["String"].parameters.target.value #=> String
|
3127
|
+
# resp.component.events["String"].parameters.type.binding_properties.field #=> String
|
3128
|
+
# resp.component.events["String"].parameters.type.binding_properties.property #=> String
|
3129
|
+
# resp.component.events["String"].parameters.type.bindings #=> Hash
|
3130
|
+
# resp.component.events["String"].parameters.type.bindings["String"].element #=> String
|
3131
|
+
# resp.component.events["String"].parameters.type.bindings["String"].property #=> String
|
3132
|
+
# resp.component.events["String"].parameters.type.collection_binding_properties.field #=> String
|
3133
|
+
# resp.component.events["String"].parameters.type.collection_binding_properties.property #=> String
|
3134
|
+
# resp.component.events["String"].parameters.type.component_name #=> String
|
3135
|
+
# resp.component.events["String"].parameters.type.concat #=> Array
|
3136
|
+
# resp.component.events["String"].parameters.type.concat[0] #=> Types::ComponentProperty
|
3137
|
+
# resp.component.events["String"].parameters.type.condition.else #=> Types::ComponentProperty
|
3138
|
+
# resp.component.events["String"].parameters.type.condition.field #=> String
|
3139
|
+
# resp.component.events["String"].parameters.type.condition.operand #=> String
|
3140
|
+
# resp.component.events["String"].parameters.type.condition.operand_type #=> String
|
3141
|
+
# resp.component.events["String"].parameters.type.condition.operator #=> String
|
3142
|
+
# resp.component.events["String"].parameters.type.condition.property #=> String
|
3143
|
+
# resp.component.events["String"].parameters.type.condition.then #=> Types::ComponentProperty
|
3144
|
+
# resp.component.events["String"].parameters.type.configured #=> Boolean
|
3145
|
+
# resp.component.events["String"].parameters.type.default_value #=> String
|
3146
|
+
# resp.component.events["String"].parameters.type.event #=> String
|
3147
|
+
# resp.component.events["String"].parameters.type.imported_value #=> String
|
3148
|
+
# resp.component.events["String"].parameters.type.model #=> String
|
3149
|
+
# resp.component.events["String"].parameters.type.property #=> String
|
3150
|
+
# resp.component.events["String"].parameters.type.type #=> String
|
3151
|
+
# resp.component.events["String"].parameters.type.user_attribute #=> String
|
3152
|
+
# resp.component.events["String"].parameters.type.value #=> String
|
3153
|
+
# resp.component.events["String"].parameters.url.binding_properties.field #=> String
|
3154
|
+
# resp.component.events["String"].parameters.url.binding_properties.property #=> String
|
3155
|
+
# resp.component.events["String"].parameters.url.bindings #=> Hash
|
3156
|
+
# resp.component.events["String"].parameters.url.bindings["String"].element #=> String
|
3157
|
+
# resp.component.events["String"].parameters.url.bindings["String"].property #=> String
|
3158
|
+
# resp.component.events["String"].parameters.url.collection_binding_properties.field #=> String
|
3159
|
+
# resp.component.events["String"].parameters.url.collection_binding_properties.property #=> String
|
3160
|
+
# resp.component.events["String"].parameters.url.component_name #=> String
|
3161
|
+
# resp.component.events["String"].parameters.url.concat #=> Array
|
3162
|
+
# resp.component.events["String"].parameters.url.concat[0] #=> Types::ComponentProperty
|
3163
|
+
# resp.component.events["String"].parameters.url.condition.else #=> Types::ComponentProperty
|
3164
|
+
# resp.component.events["String"].parameters.url.condition.field #=> String
|
3165
|
+
# resp.component.events["String"].parameters.url.condition.operand #=> String
|
3166
|
+
# resp.component.events["String"].parameters.url.condition.operand_type #=> String
|
3167
|
+
# resp.component.events["String"].parameters.url.condition.operator #=> String
|
3168
|
+
# resp.component.events["String"].parameters.url.condition.property #=> String
|
3169
|
+
# resp.component.events["String"].parameters.url.condition.then #=> Types::ComponentProperty
|
3170
|
+
# resp.component.events["String"].parameters.url.configured #=> Boolean
|
3171
|
+
# resp.component.events["String"].parameters.url.default_value #=> String
|
3172
|
+
# resp.component.events["String"].parameters.url.event #=> String
|
3173
|
+
# resp.component.events["String"].parameters.url.imported_value #=> String
|
3174
|
+
# resp.component.events["String"].parameters.url.model #=> String
|
3175
|
+
# resp.component.events["String"].parameters.url.property #=> String
|
3176
|
+
# resp.component.events["String"].parameters.url.type #=> String
|
3177
|
+
# resp.component.events["String"].parameters.url.user_attribute #=> String
|
3178
|
+
# resp.component.events["String"].parameters.url.value #=> String
|
1123
3179
|
# resp.component.id #=> String
|
1124
3180
|
# resp.component.modified_at #=> Time
|
1125
3181
|
# resp.component.name #=> String
|
@@ -1134,11 +3190,13 @@ module Aws::AmplifyUIBuilder
|
|
1134
3190
|
# resp.component.properties["String"].bindings["String"].property #=> String
|
1135
3191
|
# resp.component.properties["String"].collection_binding_properties.field #=> String
|
1136
3192
|
# resp.component.properties["String"].collection_binding_properties.property #=> String
|
3193
|
+
# resp.component.properties["String"].component_name #=> String
|
1137
3194
|
# resp.component.properties["String"].concat #=> Array
|
1138
3195
|
# resp.component.properties["String"].concat[0] #=> Types::ComponentProperty
|
1139
3196
|
# resp.component.properties["String"].condition.else #=> Types::ComponentProperty
|
1140
3197
|
# resp.component.properties["String"].condition.field #=> String
|
1141
3198
|
# resp.component.properties["String"].condition.operand #=> String
|
3199
|
+
# resp.component.properties["String"].condition.operand_type #=> String
|
1142
3200
|
# resp.component.properties["String"].condition.operator #=> String
|
1143
3201
|
# resp.component.properties["String"].condition.property #=> String
|
1144
3202
|
# resp.component.properties["String"].condition.then #=> Types::ComponentProperty
|
@@ -1147,9 +3205,11 @@ module Aws::AmplifyUIBuilder
|
|
1147
3205
|
# resp.component.properties["String"].event #=> String
|
1148
3206
|
# resp.component.properties["String"].imported_value #=> String
|
1149
3207
|
# resp.component.properties["String"].model #=> String
|
3208
|
+
# resp.component.properties["String"].property #=> String
|
1150
3209
|
# resp.component.properties["String"].type #=> String
|
1151
3210
|
# resp.component.properties["String"].user_attribute #=> String
|
1152
3211
|
# resp.component.properties["String"].value #=> String
|
3212
|
+
# resp.component.schema_version #=> String
|
1153
3213
|
# resp.component.source_id #=> String
|
1154
3214
|
# resp.component.tags #=> Hash
|
1155
3215
|
# resp.component.tags["TagKey"] #=> String
|
@@ -1421,12 +3481,378 @@ module Aws::AmplifyUIBuilder
|
|
1421
3481
|
# # recursive ComponentChildList
|
1422
3482
|
# },
|
1423
3483
|
# component_type: "String", # required
|
1424
|
-
#
|
1425
|
-
# properties: { # required
|
3484
|
+
# events: {
|
1426
3485
|
# "String" => {
|
1427
|
-
#
|
1428
|
-
#
|
1429
|
-
#
|
3486
|
+
# action: "String",
|
3487
|
+
# parameters: {
|
3488
|
+
# anchor: {
|
3489
|
+
# binding_properties: {
|
3490
|
+
# field: "String",
|
3491
|
+
# property: "String", # required
|
3492
|
+
# },
|
3493
|
+
# bindings: {
|
3494
|
+
# "String" => {
|
3495
|
+
# element: "String", # required
|
3496
|
+
# property: "String", # required
|
3497
|
+
# },
|
3498
|
+
# },
|
3499
|
+
# collection_binding_properties: {
|
3500
|
+
# field: "String",
|
3501
|
+
# property: "String", # required
|
3502
|
+
# },
|
3503
|
+
# component_name: "String",
|
3504
|
+
# concat: [
|
3505
|
+
# {
|
3506
|
+
# # recursive ComponentProperty
|
3507
|
+
# },
|
3508
|
+
# ],
|
3509
|
+
# condition: {
|
3510
|
+
# else: {
|
3511
|
+
# # recursive ComponentProperty
|
3512
|
+
# },
|
3513
|
+
# field: "String",
|
3514
|
+
# operand: "String",
|
3515
|
+
# operand_type: "String",
|
3516
|
+
# operator: "String",
|
3517
|
+
# property: "String",
|
3518
|
+
# then: {
|
3519
|
+
# # recursive ComponentProperty
|
3520
|
+
# },
|
3521
|
+
# },
|
3522
|
+
# configured: false,
|
3523
|
+
# default_value: "String",
|
3524
|
+
# event: "String",
|
3525
|
+
# imported_value: "String",
|
3526
|
+
# model: "String",
|
3527
|
+
# property: "String",
|
3528
|
+
# type: "String",
|
3529
|
+
# user_attribute: "String",
|
3530
|
+
# value: "String",
|
3531
|
+
# },
|
3532
|
+
# fields: {
|
3533
|
+
# "String" => {
|
3534
|
+
# binding_properties: {
|
3535
|
+
# field: "String",
|
3536
|
+
# property: "String", # required
|
3537
|
+
# },
|
3538
|
+
# bindings: {
|
3539
|
+
# "String" => {
|
3540
|
+
# element: "String", # required
|
3541
|
+
# property: "String", # required
|
3542
|
+
# },
|
3543
|
+
# },
|
3544
|
+
# collection_binding_properties: {
|
3545
|
+
# field: "String",
|
3546
|
+
# property: "String", # required
|
3547
|
+
# },
|
3548
|
+
# component_name: "String",
|
3549
|
+
# concat: [
|
3550
|
+
# {
|
3551
|
+
# # recursive ComponentProperty
|
3552
|
+
# },
|
3553
|
+
# ],
|
3554
|
+
# condition: {
|
3555
|
+
# else: {
|
3556
|
+
# # recursive ComponentProperty
|
3557
|
+
# },
|
3558
|
+
# field: "String",
|
3559
|
+
# operand: "String",
|
3560
|
+
# operand_type: "String",
|
3561
|
+
# operator: "String",
|
3562
|
+
# property: "String",
|
3563
|
+
# then: {
|
3564
|
+
# # recursive ComponentProperty
|
3565
|
+
# },
|
3566
|
+
# },
|
3567
|
+
# configured: false,
|
3568
|
+
# default_value: "String",
|
3569
|
+
# event: "String",
|
3570
|
+
# imported_value: "String",
|
3571
|
+
# model: "String",
|
3572
|
+
# property: "String",
|
3573
|
+
# type: "String",
|
3574
|
+
# user_attribute: "String",
|
3575
|
+
# value: "String",
|
3576
|
+
# },
|
3577
|
+
# },
|
3578
|
+
# global: {
|
3579
|
+
# binding_properties: {
|
3580
|
+
# field: "String",
|
3581
|
+
# property: "String", # required
|
3582
|
+
# },
|
3583
|
+
# bindings: {
|
3584
|
+
# "String" => {
|
3585
|
+
# element: "String", # required
|
3586
|
+
# property: "String", # required
|
3587
|
+
# },
|
3588
|
+
# },
|
3589
|
+
# collection_binding_properties: {
|
3590
|
+
# field: "String",
|
3591
|
+
# property: "String", # required
|
3592
|
+
# },
|
3593
|
+
# component_name: "String",
|
3594
|
+
# concat: [
|
3595
|
+
# {
|
3596
|
+
# # recursive ComponentProperty
|
3597
|
+
# },
|
3598
|
+
# ],
|
3599
|
+
# condition: {
|
3600
|
+
# else: {
|
3601
|
+
# # recursive ComponentProperty
|
3602
|
+
# },
|
3603
|
+
# field: "String",
|
3604
|
+
# operand: "String",
|
3605
|
+
# operand_type: "String",
|
3606
|
+
# operator: "String",
|
3607
|
+
# property: "String",
|
3608
|
+
# then: {
|
3609
|
+
# # recursive ComponentProperty
|
3610
|
+
# },
|
3611
|
+
# },
|
3612
|
+
# configured: false,
|
3613
|
+
# default_value: "String",
|
3614
|
+
# event: "String",
|
3615
|
+
# imported_value: "String",
|
3616
|
+
# model: "String",
|
3617
|
+
# property: "String",
|
3618
|
+
# type: "String",
|
3619
|
+
# user_attribute: "String",
|
3620
|
+
# value: "String",
|
3621
|
+
# },
|
3622
|
+
# id: {
|
3623
|
+
# binding_properties: {
|
3624
|
+
# field: "String",
|
3625
|
+
# property: "String", # required
|
3626
|
+
# },
|
3627
|
+
# bindings: {
|
3628
|
+
# "String" => {
|
3629
|
+
# element: "String", # required
|
3630
|
+
# property: "String", # required
|
3631
|
+
# },
|
3632
|
+
# },
|
3633
|
+
# collection_binding_properties: {
|
3634
|
+
# field: "String",
|
3635
|
+
# property: "String", # required
|
3636
|
+
# },
|
3637
|
+
# component_name: "String",
|
3638
|
+
# concat: [
|
3639
|
+
# {
|
3640
|
+
# # recursive ComponentProperty
|
3641
|
+
# },
|
3642
|
+
# ],
|
3643
|
+
# condition: {
|
3644
|
+
# else: {
|
3645
|
+
# # recursive ComponentProperty
|
3646
|
+
# },
|
3647
|
+
# field: "String",
|
3648
|
+
# operand: "String",
|
3649
|
+
# operand_type: "String",
|
3650
|
+
# operator: "String",
|
3651
|
+
# property: "String",
|
3652
|
+
# then: {
|
3653
|
+
# # recursive ComponentProperty
|
3654
|
+
# },
|
3655
|
+
# },
|
3656
|
+
# configured: false,
|
3657
|
+
# default_value: "String",
|
3658
|
+
# event: "String",
|
3659
|
+
# imported_value: "String",
|
3660
|
+
# model: "String",
|
3661
|
+
# property: "String",
|
3662
|
+
# type: "String",
|
3663
|
+
# user_attribute: "String",
|
3664
|
+
# value: "String",
|
3665
|
+
# },
|
3666
|
+
# model: "String",
|
3667
|
+
# state: {
|
3668
|
+
# component_name: "String", # required
|
3669
|
+
# property: "String", # required
|
3670
|
+
# set: { # required
|
3671
|
+
# binding_properties: {
|
3672
|
+
# field: "String",
|
3673
|
+
# property: "String", # required
|
3674
|
+
# },
|
3675
|
+
# bindings: {
|
3676
|
+
# "String" => {
|
3677
|
+
# element: "String", # required
|
3678
|
+
# property: "String", # required
|
3679
|
+
# },
|
3680
|
+
# },
|
3681
|
+
# collection_binding_properties: {
|
3682
|
+
# field: "String",
|
3683
|
+
# property: "String", # required
|
3684
|
+
# },
|
3685
|
+
# component_name: "String",
|
3686
|
+
# concat: [
|
3687
|
+
# {
|
3688
|
+
# # recursive ComponentProperty
|
3689
|
+
# },
|
3690
|
+
# ],
|
3691
|
+
# condition: {
|
3692
|
+
# else: {
|
3693
|
+
# # recursive ComponentProperty
|
3694
|
+
# },
|
3695
|
+
# field: "String",
|
3696
|
+
# operand: "String",
|
3697
|
+
# operand_type: "String",
|
3698
|
+
# operator: "String",
|
3699
|
+
# property: "String",
|
3700
|
+
# then: {
|
3701
|
+
# # recursive ComponentProperty
|
3702
|
+
# },
|
3703
|
+
# },
|
3704
|
+
# configured: false,
|
3705
|
+
# default_value: "String",
|
3706
|
+
# event: "String",
|
3707
|
+
# imported_value: "String",
|
3708
|
+
# model: "String",
|
3709
|
+
# property: "String",
|
3710
|
+
# type: "String",
|
3711
|
+
# user_attribute: "String",
|
3712
|
+
# value: "String",
|
3713
|
+
# },
|
3714
|
+
# },
|
3715
|
+
# target: {
|
3716
|
+
# binding_properties: {
|
3717
|
+
# field: "String",
|
3718
|
+
# property: "String", # required
|
3719
|
+
# },
|
3720
|
+
# bindings: {
|
3721
|
+
# "String" => {
|
3722
|
+
# element: "String", # required
|
3723
|
+
# property: "String", # required
|
3724
|
+
# },
|
3725
|
+
# },
|
3726
|
+
# collection_binding_properties: {
|
3727
|
+
# field: "String",
|
3728
|
+
# property: "String", # required
|
3729
|
+
# },
|
3730
|
+
# component_name: "String",
|
3731
|
+
# concat: [
|
3732
|
+
# {
|
3733
|
+
# # recursive ComponentProperty
|
3734
|
+
# },
|
3735
|
+
# ],
|
3736
|
+
# condition: {
|
3737
|
+
# else: {
|
3738
|
+
# # recursive ComponentProperty
|
3739
|
+
# },
|
3740
|
+
# field: "String",
|
3741
|
+
# operand: "String",
|
3742
|
+
# operand_type: "String",
|
3743
|
+
# operator: "String",
|
3744
|
+
# property: "String",
|
3745
|
+
# then: {
|
3746
|
+
# # recursive ComponentProperty
|
3747
|
+
# },
|
3748
|
+
# },
|
3749
|
+
# configured: false,
|
3750
|
+
# default_value: "String",
|
3751
|
+
# event: "String",
|
3752
|
+
# imported_value: "String",
|
3753
|
+
# model: "String",
|
3754
|
+
# property: "String",
|
3755
|
+
# type: "String",
|
3756
|
+
# user_attribute: "String",
|
3757
|
+
# value: "String",
|
3758
|
+
# },
|
3759
|
+
# type: {
|
3760
|
+
# binding_properties: {
|
3761
|
+
# field: "String",
|
3762
|
+
# property: "String", # required
|
3763
|
+
# },
|
3764
|
+
# bindings: {
|
3765
|
+
# "String" => {
|
3766
|
+
# element: "String", # required
|
3767
|
+
# property: "String", # required
|
3768
|
+
# },
|
3769
|
+
# },
|
3770
|
+
# collection_binding_properties: {
|
3771
|
+
# field: "String",
|
3772
|
+
# property: "String", # required
|
3773
|
+
# },
|
3774
|
+
# component_name: "String",
|
3775
|
+
# concat: [
|
3776
|
+
# {
|
3777
|
+
# # recursive ComponentProperty
|
3778
|
+
# },
|
3779
|
+
# ],
|
3780
|
+
# condition: {
|
3781
|
+
# else: {
|
3782
|
+
# # recursive ComponentProperty
|
3783
|
+
# },
|
3784
|
+
# field: "String",
|
3785
|
+
# operand: "String",
|
3786
|
+
# operand_type: "String",
|
3787
|
+
# operator: "String",
|
3788
|
+
# property: "String",
|
3789
|
+
# then: {
|
3790
|
+
# # recursive ComponentProperty
|
3791
|
+
# },
|
3792
|
+
# },
|
3793
|
+
# configured: false,
|
3794
|
+
# default_value: "String",
|
3795
|
+
# event: "String",
|
3796
|
+
# imported_value: "String",
|
3797
|
+
# model: "String",
|
3798
|
+
# property: "String",
|
3799
|
+
# type: "String",
|
3800
|
+
# user_attribute: "String",
|
3801
|
+
# value: "String",
|
3802
|
+
# },
|
3803
|
+
# url: {
|
3804
|
+
# binding_properties: {
|
3805
|
+
# field: "String",
|
3806
|
+
# property: "String", # required
|
3807
|
+
# },
|
3808
|
+
# bindings: {
|
3809
|
+
# "String" => {
|
3810
|
+
# element: "String", # required
|
3811
|
+
# property: "String", # required
|
3812
|
+
# },
|
3813
|
+
# },
|
3814
|
+
# collection_binding_properties: {
|
3815
|
+
# field: "String",
|
3816
|
+
# property: "String", # required
|
3817
|
+
# },
|
3818
|
+
# component_name: "String",
|
3819
|
+
# concat: [
|
3820
|
+
# {
|
3821
|
+
# # recursive ComponentProperty
|
3822
|
+
# },
|
3823
|
+
# ],
|
3824
|
+
# condition: {
|
3825
|
+
# else: {
|
3826
|
+
# # recursive ComponentProperty
|
3827
|
+
# },
|
3828
|
+
# field: "String",
|
3829
|
+
# operand: "String",
|
3830
|
+
# operand_type: "String",
|
3831
|
+
# operator: "String",
|
3832
|
+
# property: "String",
|
3833
|
+
# then: {
|
3834
|
+
# # recursive ComponentProperty
|
3835
|
+
# },
|
3836
|
+
# },
|
3837
|
+
# configured: false,
|
3838
|
+
# default_value: "String",
|
3839
|
+
# event: "String",
|
3840
|
+
# imported_value: "String",
|
3841
|
+
# model: "String",
|
3842
|
+
# property: "String",
|
3843
|
+
# type: "String",
|
3844
|
+
# user_attribute: "String",
|
3845
|
+
# value: "String",
|
3846
|
+
# },
|
3847
|
+
# },
|
3848
|
+
# },
|
3849
|
+
# },
|
3850
|
+
# name: "String", # required
|
3851
|
+
# properties: { # required
|
3852
|
+
# "String" => {
|
3853
|
+
# binding_properties: {
|
3854
|
+
# field: "String",
|
3855
|
+
# property: "String", # required
|
1430
3856
|
# },
|
1431
3857
|
# bindings: {
|
1432
3858
|
# "String" => {
|
@@ -1438,6 +3864,7 @@ module Aws::AmplifyUIBuilder
|
|
1438
3864
|
# field: "String",
|
1439
3865
|
# property: "String", # required
|
1440
3866
|
# },
|
3867
|
+
# component_name: "String",
|
1441
3868
|
# concat: [
|
1442
3869
|
# {
|
1443
3870
|
# # recursive ComponentProperty
|
@@ -1449,6 +3876,7 @@ module Aws::AmplifyUIBuilder
|
|
1449
3876
|
# },
|
1450
3877
|
# field: "String",
|
1451
3878
|
# operand: "String",
|
3879
|
+
# operand_type: "String",
|
1452
3880
|
# operator: "String",
|
1453
3881
|
# property: "String",
|
1454
3882
|
# then: {
|
@@ -1460,6 +3888,7 @@ module Aws::AmplifyUIBuilder
|
|
1460
3888
|
# event: "String",
|
1461
3889
|
# imported_value: "String",
|
1462
3890
|
# model: "String",
|
3891
|
+
# property: "String",
|
1463
3892
|
# type: "String",
|
1464
3893
|
# user_attribute: "String",
|
1465
3894
|
# value: "String",
|
@@ -1495,6 +3924,372 @@ module Aws::AmplifyUIBuilder
|
|
1495
3924
|
# },
|
1496
3925
|
# },
|
1497
3926
|
# component_type: "ComponentType",
|
3927
|
+
# events: {
|
3928
|
+
# "String" => {
|
3929
|
+
# action: "String",
|
3930
|
+
# parameters: {
|
3931
|
+
# anchor: {
|
3932
|
+
# binding_properties: {
|
3933
|
+
# field: "String",
|
3934
|
+
# property: "String", # required
|
3935
|
+
# },
|
3936
|
+
# bindings: {
|
3937
|
+
# "String" => {
|
3938
|
+
# element: "String", # required
|
3939
|
+
# property: "String", # required
|
3940
|
+
# },
|
3941
|
+
# },
|
3942
|
+
# collection_binding_properties: {
|
3943
|
+
# field: "String",
|
3944
|
+
# property: "String", # required
|
3945
|
+
# },
|
3946
|
+
# component_name: "String",
|
3947
|
+
# concat: [
|
3948
|
+
# {
|
3949
|
+
# # recursive ComponentProperty
|
3950
|
+
# },
|
3951
|
+
# ],
|
3952
|
+
# condition: {
|
3953
|
+
# else: {
|
3954
|
+
# # recursive ComponentProperty
|
3955
|
+
# },
|
3956
|
+
# field: "String",
|
3957
|
+
# operand: "String",
|
3958
|
+
# operand_type: "String",
|
3959
|
+
# operator: "String",
|
3960
|
+
# property: "String",
|
3961
|
+
# then: {
|
3962
|
+
# # recursive ComponentProperty
|
3963
|
+
# },
|
3964
|
+
# },
|
3965
|
+
# configured: false,
|
3966
|
+
# default_value: "String",
|
3967
|
+
# event: "String",
|
3968
|
+
# imported_value: "String",
|
3969
|
+
# model: "String",
|
3970
|
+
# property: "String",
|
3971
|
+
# type: "String",
|
3972
|
+
# user_attribute: "String",
|
3973
|
+
# value: "String",
|
3974
|
+
# },
|
3975
|
+
# fields: {
|
3976
|
+
# "String" => {
|
3977
|
+
# binding_properties: {
|
3978
|
+
# field: "String",
|
3979
|
+
# property: "String", # required
|
3980
|
+
# },
|
3981
|
+
# bindings: {
|
3982
|
+
# "String" => {
|
3983
|
+
# element: "String", # required
|
3984
|
+
# property: "String", # required
|
3985
|
+
# },
|
3986
|
+
# },
|
3987
|
+
# collection_binding_properties: {
|
3988
|
+
# field: "String",
|
3989
|
+
# property: "String", # required
|
3990
|
+
# },
|
3991
|
+
# component_name: "String",
|
3992
|
+
# concat: [
|
3993
|
+
# {
|
3994
|
+
# # recursive ComponentProperty
|
3995
|
+
# },
|
3996
|
+
# ],
|
3997
|
+
# condition: {
|
3998
|
+
# else: {
|
3999
|
+
# # recursive ComponentProperty
|
4000
|
+
# },
|
4001
|
+
# field: "String",
|
4002
|
+
# operand: "String",
|
4003
|
+
# operand_type: "String",
|
4004
|
+
# operator: "String",
|
4005
|
+
# property: "String",
|
4006
|
+
# then: {
|
4007
|
+
# # recursive ComponentProperty
|
4008
|
+
# },
|
4009
|
+
# },
|
4010
|
+
# configured: false,
|
4011
|
+
# default_value: "String",
|
4012
|
+
# event: "String",
|
4013
|
+
# imported_value: "String",
|
4014
|
+
# model: "String",
|
4015
|
+
# property: "String",
|
4016
|
+
# type: "String",
|
4017
|
+
# user_attribute: "String",
|
4018
|
+
# value: "String",
|
4019
|
+
# },
|
4020
|
+
# },
|
4021
|
+
# global: {
|
4022
|
+
# binding_properties: {
|
4023
|
+
# field: "String",
|
4024
|
+
# property: "String", # required
|
4025
|
+
# },
|
4026
|
+
# bindings: {
|
4027
|
+
# "String" => {
|
4028
|
+
# element: "String", # required
|
4029
|
+
# property: "String", # required
|
4030
|
+
# },
|
4031
|
+
# },
|
4032
|
+
# collection_binding_properties: {
|
4033
|
+
# field: "String",
|
4034
|
+
# property: "String", # required
|
4035
|
+
# },
|
4036
|
+
# component_name: "String",
|
4037
|
+
# concat: [
|
4038
|
+
# {
|
4039
|
+
# # recursive ComponentProperty
|
4040
|
+
# },
|
4041
|
+
# ],
|
4042
|
+
# condition: {
|
4043
|
+
# else: {
|
4044
|
+
# # recursive ComponentProperty
|
4045
|
+
# },
|
4046
|
+
# field: "String",
|
4047
|
+
# operand: "String",
|
4048
|
+
# operand_type: "String",
|
4049
|
+
# operator: "String",
|
4050
|
+
# property: "String",
|
4051
|
+
# then: {
|
4052
|
+
# # recursive ComponentProperty
|
4053
|
+
# },
|
4054
|
+
# },
|
4055
|
+
# configured: false,
|
4056
|
+
# default_value: "String",
|
4057
|
+
# event: "String",
|
4058
|
+
# imported_value: "String",
|
4059
|
+
# model: "String",
|
4060
|
+
# property: "String",
|
4061
|
+
# type: "String",
|
4062
|
+
# user_attribute: "String",
|
4063
|
+
# value: "String",
|
4064
|
+
# },
|
4065
|
+
# id: {
|
4066
|
+
# binding_properties: {
|
4067
|
+
# field: "String",
|
4068
|
+
# property: "String", # required
|
4069
|
+
# },
|
4070
|
+
# bindings: {
|
4071
|
+
# "String" => {
|
4072
|
+
# element: "String", # required
|
4073
|
+
# property: "String", # required
|
4074
|
+
# },
|
4075
|
+
# },
|
4076
|
+
# collection_binding_properties: {
|
4077
|
+
# field: "String",
|
4078
|
+
# property: "String", # required
|
4079
|
+
# },
|
4080
|
+
# component_name: "String",
|
4081
|
+
# concat: [
|
4082
|
+
# {
|
4083
|
+
# # recursive ComponentProperty
|
4084
|
+
# },
|
4085
|
+
# ],
|
4086
|
+
# condition: {
|
4087
|
+
# else: {
|
4088
|
+
# # recursive ComponentProperty
|
4089
|
+
# },
|
4090
|
+
# field: "String",
|
4091
|
+
# operand: "String",
|
4092
|
+
# operand_type: "String",
|
4093
|
+
# operator: "String",
|
4094
|
+
# property: "String",
|
4095
|
+
# then: {
|
4096
|
+
# # recursive ComponentProperty
|
4097
|
+
# },
|
4098
|
+
# },
|
4099
|
+
# configured: false,
|
4100
|
+
# default_value: "String",
|
4101
|
+
# event: "String",
|
4102
|
+
# imported_value: "String",
|
4103
|
+
# model: "String",
|
4104
|
+
# property: "String",
|
4105
|
+
# type: "String",
|
4106
|
+
# user_attribute: "String",
|
4107
|
+
# value: "String",
|
4108
|
+
# },
|
4109
|
+
# model: "String",
|
4110
|
+
# state: {
|
4111
|
+
# component_name: "String", # required
|
4112
|
+
# property: "String", # required
|
4113
|
+
# set: { # required
|
4114
|
+
# binding_properties: {
|
4115
|
+
# field: "String",
|
4116
|
+
# property: "String", # required
|
4117
|
+
# },
|
4118
|
+
# bindings: {
|
4119
|
+
# "String" => {
|
4120
|
+
# element: "String", # required
|
4121
|
+
# property: "String", # required
|
4122
|
+
# },
|
4123
|
+
# },
|
4124
|
+
# collection_binding_properties: {
|
4125
|
+
# field: "String",
|
4126
|
+
# property: "String", # required
|
4127
|
+
# },
|
4128
|
+
# component_name: "String",
|
4129
|
+
# concat: [
|
4130
|
+
# {
|
4131
|
+
# # recursive ComponentProperty
|
4132
|
+
# },
|
4133
|
+
# ],
|
4134
|
+
# condition: {
|
4135
|
+
# else: {
|
4136
|
+
# # recursive ComponentProperty
|
4137
|
+
# },
|
4138
|
+
# field: "String",
|
4139
|
+
# operand: "String",
|
4140
|
+
# operand_type: "String",
|
4141
|
+
# operator: "String",
|
4142
|
+
# property: "String",
|
4143
|
+
# then: {
|
4144
|
+
# # recursive ComponentProperty
|
4145
|
+
# },
|
4146
|
+
# },
|
4147
|
+
# configured: false,
|
4148
|
+
# default_value: "String",
|
4149
|
+
# event: "String",
|
4150
|
+
# imported_value: "String",
|
4151
|
+
# model: "String",
|
4152
|
+
# property: "String",
|
4153
|
+
# type: "String",
|
4154
|
+
# user_attribute: "String",
|
4155
|
+
# value: "String",
|
4156
|
+
# },
|
4157
|
+
# },
|
4158
|
+
# target: {
|
4159
|
+
# binding_properties: {
|
4160
|
+
# field: "String",
|
4161
|
+
# property: "String", # required
|
4162
|
+
# },
|
4163
|
+
# bindings: {
|
4164
|
+
# "String" => {
|
4165
|
+
# element: "String", # required
|
4166
|
+
# property: "String", # required
|
4167
|
+
# },
|
4168
|
+
# },
|
4169
|
+
# collection_binding_properties: {
|
4170
|
+
# field: "String",
|
4171
|
+
# property: "String", # required
|
4172
|
+
# },
|
4173
|
+
# component_name: "String",
|
4174
|
+
# concat: [
|
4175
|
+
# {
|
4176
|
+
# # recursive ComponentProperty
|
4177
|
+
# },
|
4178
|
+
# ],
|
4179
|
+
# condition: {
|
4180
|
+
# else: {
|
4181
|
+
# # recursive ComponentProperty
|
4182
|
+
# },
|
4183
|
+
# field: "String",
|
4184
|
+
# operand: "String",
|
4185
|
+
# operand_type: "String",
|
4186
|
+
# operator: "String",
|
4187
|
+
# property: "String",
|
4188
|
+
# then: {
|
4189
|
+
# # recursive ComponentProperty
|
4190
|
+
# },
|
4191
|
+
# },
|
4192
|
+
# configured: false,
|
4193
|
+
# default_value: "String",
|
4194
|
+
# event: "String",
|
4195
|
+
# imported_value: "String",
|
4196
|
+
# model: "String",
|
4197
|
+
# property: "String",
|
4198
|
+
# type: "String",
|
4199
|
+
# user_attribute: "String",
|
4200
|
+
# value: "String",
|
4201
|
+
# },
|
4202
|
+
# type: {
|
4203
|
+
# binding_properties: {
|
4204
|
+
# field: "String",
|
4205
|
+
# property: "String", # required
|
4206
|
+
# },
|
4207
|
+
# bindings: {
|
4208
|
+
# "String" => {
|
4209
|
+
# element: "String", # required
|
4210
|
+
# property: "String", # required
|
4211
|
+
# },
|
4212
|
+
# },
|
4213
|
+
# collection_binding_properties: {
|
4214
|
+
# field: "String",
|
4215
|
+
# property: "String", # required
|
4216
|
+
# },
|
4217
|
+
# component_name: "String",
|
4218
|
+
# concat: [
|
4219
|
+
# {
|
4220
|
+
# # recursive ComponentProperty
|
4221
|
+
# },
|
4222
|
+
# ],
|
4223
|
+
# condition: {
|
4224
|
+
# else: {
|
4225
|
+
# # recursive ComponentProperty
|
4226
|
+
# },
|
4227
|
+
# field: "String",
|
4228
|
+
# operand: "String",
|
4229
|
+
# operand_type: "String",
|
4230
|
+
# operator: "String",
|
4231
|
+
# property: "String",
|
4232
|
+
# then: {
|
4233
|
+
# # recursive ComponentProperty
|
4234
|
+
# },
|
4235
|
+
# },
|
4236
|
+
# configured: false,
|
4237
|
+
# default_value: "String",
|
4238
|
+
# event: "String",
|
4239
|
+
# imported_value: "String",
|
4240
|
+
# model: "String",
|
4241
|
+
# property: "String",
|
4242
|
+
# type: "String",
|
4243
|
+
# user_attribute: "String",
|
4244
|
+
# value: "String",
|
4245
|
+
# },
|
4246
|
+
# url: {
|
4247
|
+
# binding_properties: {
|
4248
|
+
# field: "String",
|
4249
|
+
# property: "String", # required
|
4250
|
+
# },
|
4251
|
+
# bindings: {
|
4252
|
+
# "String" => {
|
4253
|
+
# element: "String", # required
|
4254
|
+
# property: "String", # required
|
4255
|
+
# },
|
4256
|
+
# },
|
4257
|
+
# collection_binding_properties: {
|
4258
|
+
# field: "String",
|
4259
|
+
# property: "String", # required
|
4260
|
+
# },
|
4261
|
+
# component_name: "String",
|
4262
|
+
# concat: [
|
4263
|
+
# {
|
4264
|
+
# # recursive ComponentProperty
|
4265
|
+
# },
|
4266
|
+
# ],
|
4267
|
+
# condition: {
|
4268
|
+
# else: {
|
4269
|
+
# # recursive ComponentProperty
|
4270
|
+
# },
|
4271
|
+
# field: "String",
|
4272
|
+
# operand: "String",
|
4273
|
+
# operand_type: "String",
|
4274
|
+
# operator: "String",
|
4275
|
+
# property: "String",
|
4276
|
+
# then: {
|
4277
|
+
# # recursive ComponentProperty
|
4278
|
+
# },
|
4279
|
+
# },
|
4280
|
+
# configured: false,
|
4281
|
+
# default_value: "String",
|
4282
|
+
# event: "String",
|
4283
|
+
# imported_value: "String",
|
4284
|
+
# model: "String",
|
4285
|
+
# property: "String",
|
4286
|
+
# type: "String",
|
4287
|
+
# user_attribute: "String",
|
4288
|
+
# value: "String",
|
4289
|
+
# },
|
4290
|
+
# },
|
4291
|
+
# },
|
4292
|
+
# },
|
1498
4293
|
# id: "Uuid",
|
1499
4294
|
# name: "ComponentName",
|
1500
4295
|
# overrides: {
|
@@ -1518,6 +4313,7 @@ module Aws::AmplifyUIBuilder
|
|
1518
4313
|
# field: "String",
|
1519
4314
|
# property: "String", # required
|
1520
4315
|
# },
|
4316
|
+
# component_name: "String",
|
1521
4317
|
# concat: [
|
1522
4318
|
# {
|
1523
4319
|
# # recursive ComponentProperty
|
@@ -1529,6 +4325,7 @@ module Aws::AmplifyUIBuilder
|
|
1529
4325
|
# },
|
1530
4326
|
# field: "String",
|
1531
4327
|
# operand: "String",
|
4328
|
+
# operand_type: "String",
|
1532
4329
|
# operator: "String",
|
1533
4330
|
# property: "String",
|
1534
4331
|
# then: {
|
@@ -1540,11 +4337,13 @@ module Aws::AmplifyUIBuilder
|
|
1540
4337
|
# event: "String",
|
1541
4338
|
# imported_value: "String",
|
1542
4339
|
# model: "String",
|
4340
|
+
# property: "String",
|
1543
4341
|
# type: "String",
|
1544
4342
|
# user_attribute: "String",
|
1545
4343
|
# value: "String",
|
1546
4344
|
# },
|
1547
4345
|
# },
|
4346
|
+
# schema_version: "String",
|
1548
4347
|
# source_id: "String",
|
1549
4348
|
# variants: [
|
1550
4349
|
# {
|
@@ -1582,6 +4381,220 @@ module Aws::AmplifyUIBuilder
|
|
1582
4381
|
# resp.entity.children #=> Array
|
1583
4382
|
# resp.entity.children[0].children #=> Types::ComponentChildList
|
1584
4383
|
# resp.entity.children[0].component_type #=> String
|
4384
|
+
# resp.entity.children[0].events #=> Hash
|
4385
|
+
# resp.entity.children[0].events["String"].action #=> String
|
4386
|
+
# resp.entity.children[0].events["String"].parameters.anchor.binding_properties.field #=> String
|
4387
|
+
# resp.entity.children[0].events["String"].parameters.anchor.binding_properties.property #=> String
|
4388
|
+
# resp.entity.children[0].events["String"].parameters.anchor.bindings #=> Hash
|
4389
|
+
# resp.entity.children[0].events["String"].parameters.anchor.bindings["String"].element #=> String
|
4390
|
+
# resp.entity.children[0].events["String"].parameters.anchor.bindings["String"].property #=> String
|
4391
|
+
# resp.entity.children[0].events["String"].parameters.anchor.collection_binding_properties.field #=> String
|
4392
|
+
# resp.entity.children[0].events["String"].parameters.anchor.collection_binding_properties.property #=> String
|
4393
|
+
# resp.entity.children[0].events["String"].parameters.anchor.component_name #=> String
|
4394
|
+
# resp.entity.children[0].events["String"].parameters.anchor.concat #=> Array
|
4395
|
+
# resp.entity.children[0].events["String"].parameters.anchor.concat[0] #=> Types::ComponentProperty
|
4396
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.else #=> Types::ComponentProperty
|
4397
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.field #=> String
|
4398
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.operand #=> String
|
4399
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.operand_type #=> String
|
4400
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.operator #=> String
|
4401
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.property #=> String
|
4402
|
+
# resp.entity.children[0].events["String"].parameters.anchor.condition.then #=> Types::ComponentProperty
|
4403
|
+
# resp.entity.children[0].events["String"].parameters.anchor.configured #=> Boolean
|
4404
|
+
# resp.entity.children[0].events["String"].parameters.anchor.default_value #=> String
|
4405
|
+
# resp.entity.children[0].events["String"].parameters.anchor.event #=> String
|
4406
|
+
# resp.entity.children[0].events["String"].parameters.anchor.imported_value #=> String
|
4407
|
+
# resp.entity.children[0].events["String"].parameters.anchor.model #=> String
|
4408
|
+
# resp.entity.children[0].events["String"].parameters.anchor.property #=> String
|
4409
|
+
# resp.entity.children[0].events["String"].parameters.anchor.type #=> String
|
4410
|
+
# resp.entity.children[0].events["String"].parameters.anchor.user_attribute #=> String
|
4411
|
+
# resp.entity.children[0].events["String"].parameters.anchor.value #=> String
|
4412
|
+
# resp.entity.children[0].events["String"].parameters.fields #=> Hash
|
4413
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].binding_properties.field #=> String
|
4414
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].binding_properties.property #=> String
|
4415
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].bindings #=> Hash
|
4416
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].bindings["String"].element #=> String
|
4417
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].bindings["String"].property #=> String
|
4418
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].collection_binding_properties.field #=> String
|
4419
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].collection_binding_properties.property #=> String
|
4420
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].component_name #=> String
|
4421
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].concat #=> Array
|
4422
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].concat[0] #=> Types::ComponentProperty
|
4423
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.else #=> Types::ComponentProperty
|
4424
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.field #=> String
|
4425
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.operand #=> String
|
4426
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.operand_type #=> String
|
4427
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.operator #=> String
|
4428
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.property #=> String
|
4429
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].condition.then #=> Types::ComponentProperty
|
4430
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].configured #=> Boolean
|
4431
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].default_value #=> String
|
4432
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].event #=> String
|
4433
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].imported_value #=> String
|
4434
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].model #=> String
|
4435
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].property #=> String
|
4436
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].type #=> String
|
4437
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].user_attribute #=> String
|
4438
|
+
# resp.entity.children[0].events["String"].parameters.fields["String"].value #=> String
|
4439
|
+
# resp.entity.children[0].events["String"].parameters.global.binding_properties.field #=> String
|
4440
|
+
# resp.entity.children[0].events["String"].parameters.global.binding_properties.property #=> String
|
4441
|
+
# resp.entity.children[0].events["String"].parameters.global.bindings #=> Hash
|
4442
|
+
# resp.entity.children[0].events["String"].parameters.global.bindings["String"].element #=> String
|
4443
|
+
# resp.entity.children[0].events["String"].parameters.global.bindings["String"].property #=> String
|
4444
|
+
# resp.entity.children[0].events["String"].parameters.global.collection_binding_properties.field #=> String
|
4445
|
+
# resp.entity.children[0].events["String"].parameters.global.collection_binding_properties.property #=> String
|
4446
|
+
# resp.entity.children[0].events["String"].parameters.global.component_name #=> String
|
4447
|
+
# resp.entity.children[0].events["String"].parameters.global.concat #=> Array
|
4448
|
+
# resp.entity.children[0].events["String"].parameters.global.concat[0] #=> Types::ComponentProperty
|
4449
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.else #=> Types::ComponentProperty
|
4450
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.field #=> String
|
4451
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.operand #=> String
|
4452
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.operand_type #=> String
|
4453
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.operator #=> String
|
4454
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.property #=> String
|
4455
|
+
# resp.entity.children[0].events["String"].parameters.global.condition.then #=> Types::ComponentProperty
|
4456
|
+
# resp.entity.children[0].events["String"].parameters.global.configured #=> Boolean
|
4457
|
+
# resp.entity.children[0].events["String"].parameters.global.default_value #=> String
|
4458
|
+
# resp.entity.children[0].events["String"].parameters.global.event #=> String
|
4459
|
+
# resp.entity.children[0].events["String"].parameters.global.imported_value #=> String
|
4460
|
+
# resp.entity.children[0].events["String"].parameters.global.model #=> String
|
4461
|
+
# resp.entity.children[0].events["String"].parameters.global.property #=> String
|
4462
|
+
# resp.entity.children[0].events["String"].parameters.global.type #=> String
|
4463
|
+
# resp.entity.children[0].events["String"].parameters.global.user_attribute #=> String
|
4464
|
+
# resp.entity.children[0].events["String"].parameters.global.value #=> String
|
4465
|
+
# resp.entity.children[0].events["String"].parameters.id.binding_properties.field #=> String
|
4466
|
+
# resp.entity.children[0].events["String"].parameters.id.binding_properties.property #=> String
|
4467
|
+
# resp.entity.children[0].events["String"].parameters.id.bindings #=> Hash
|
4468
|
+
# resp.entity.children[0].events["String"].parameters.id.bindings["String"].element #=> String
|
4469
|
+
# resp.entity.children[0].events["String"].parameters.id.bindings["String"].property #=> String
|
4470
|
+
# resp.entity.children[0].events["String"].parameters.id.collection_binding_properties.field #=> String
|
4471
|
+
# resp.entity.children[0].events["String"].parameters.id.collection_binding_properties.property #=> String
|
4472
|
+
# resp.entity.children[0].events["String"].parameters.id.component_name #=> String
|
4473
|
+
# resp.entity.children[0].events["String"].parameters.id.concat #=> Array
|
4474
|
+
# resp.entity.children[0].events["String"].parameters.id.concat[0] #=> Types::ComponentProperty
|
4475
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.else #=> Types::ComponentProperty
|
4476
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.field #=> String
|
4477
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.operand #=> String
|
4478
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.operand_type #=> String
|
4479
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.operator #=> String
|
4480
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.property #=> String
|
4481
|
+
# resp.entity.children[0].events["String"].parameters.id.condition.then #=> Types::ComponentProperty
|
4482
|
+
# resp.entity.children[0].events["String"].parameters.id.configured #=> Boolean
|
4483
|
+
# resp.entity.children[0].events["String"].parameters.id.default_value #=> String
|
4484
|
+
# resp.entity.children[0].events["String"].parameters.id.event #=> String
|
4485
|
+
# resp.entity.children[0].events["String"].parameters.id.imported_value #=> String
|
4486
|
+
# resp.entity.children[0].events["String"].parameters.id.model #=> String
|
4487
|
+
# resp.entity.children[0].events["String"].parameters.id.property #=> String
|
4488
|
+
# resp.entity.children[0].events["String"].parameters.id.type #=> String
|
4489
|
+
# resp.entity.children[0].events["String"].parameters.id.user_attribute #=> String
|
4490
|
+
# resp.entity.children[0].events["String"].parameters.id.value #=> String
|
4491
|
+
# resp.entity.children[0].events["String"].parameters.model #=> String
|
4492
|
+
# resp.entity.children[0].events["String"].parameters.state.component_name #=> String
|
4493
|
+
# resp.entity.children[0].events["String"].parameters.state.property #=> String
|
4494
|
+
# resp.entity.children[0].events["String"].parameters.state.set.binding_properties.field #=> String
|
4495
|
+
# resp.entity.children[0].events["String"].parameters.state.set.binding_properties.property #=> String
|
4496
|
+
# resp.entity.children[0].events["String"].parameters.state.set.bindings #=> Hash
|
4497
|
+
# resp.entity.children[0].events["String"].parameters.state.set.bindings["String"].element #=> String
|
4498
|
+
# resp.entity.children[0].events["String"].parameters.state.set.bindings["String"].property #=> String
|
4499
|
+
# resp.entity.children[0].events["String"].parameters.state.set.collection_binding_properties.field #=> String
|
4500
|
+
# resp.entity.children[0].events["String"].parameters.state.set.collection_binding_properties.property #=> String
|
4501
|
+
# resp.entity.children[0].events["String"].parameters.state.set.component_name #=> String
|
4502
|
+
# resp.entity.children[0].events["String"].parameters.state.set.concat #=> Array
|
4503
|
+
# resp.entity.children[0].events["String"].parameters.state.set.concat[0] #=> Types::ComponentProperty
|
4504
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.else #=> Types::ComponentProperty
|
4505
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.field #=> String
|
4506
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.operand #=> String
|
4507
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.operand_type #=> String
|
4508
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.operator #=> String
|
4509
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.property #=> String
|
4510
|
+
# resp.entity.children[0].events["String"].parameters.state.set.condition.then #=> Types::ComponentProperty
|
4511
|
+
# resp.entity.children[0].events["String"].parameters.state.set.configured #=> Boolean
|
4512
|
+
# resp.entity.children[0].events["String"].parameters.state.set.default_value #=> String
|
4513
|
+
# resp.entity.children[0].events["String"].parameters.state.set.event #=> String
|
4514
|
+
# resp.entity.children[0].events["String"].parameters.state.set.imported_value #=> String
|
4515
|
+
# resp.entity.children[0].events["String"].parameters.state.set.model #=> String
|
4516
|
+
# resp.entity.children[0].events["String"].parameters.state.set.property #=> String
|
4517
|
+
# resp.entity.children[0].events["String"].parameters.state.set.type #=> String
|
4518
|
+
# resp.entity.children[0].events["String"].parameters.state.set.user_attribute #=> String
|
4519
|
+
# resp.entity.children[0].events["String"].parameters.state.set.value #=> String
|
4520
|
+
# resp.entity.children[0].events["String"].parameters.target.binding_properties.field #=> String
|
4521
|
+
# resp.entity.children[0].events["String"].parameters.target.binding_properties.property #=> String
|
4522
|
+
# resp.entity.children[0].events["String"].parameters.target.bindings #=> Hash
|
4523
|
+
# resp.entity.children[0].events["String"].parameters.target.bindings["String"].element #=> String
|
4524
|
+
# resp.entity.children[0].events["String"].parameters.target.bindings["String"].property #=> String
|
4525
|
+
# resp.entity.children[0].events["String"].parameters.target.collection_binding_properties.field #=> String
|
4526
|
+
# resp.entity.children[0].events["String"].parameters.target.collection_binding_properties.property #=> String
|
4527
|
+
# resp.entity.children[0].events["String"].parameters.target.component_name #=> String
|
4528
|
+
# resp.entity.children[0].events["String"].parameters.target.concat #=> Array
|
4529
|
+
# resp.entity.children[0].events["String"].parameters.target.concat[0] #=> Types::ComponentProperty
|
4530
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.else #=> Types::ComponentProperty
|
4531
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.field #=> String
|
4532
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.operand #=> String
|
4533
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.operand_type #=> String
|
4534
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.operator #=> String
|
4535
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.property #=> String
|
4536
|
+
# resp.entity.children[0].events["String"].parameters.target.condition.then #=> Types::ComponentProperty
|
4537
|
+
# resp.entity.children[0].events["String"].parameters.target.configured #=> Boolean
|
4538
|
+
# resp.entity.children[0].events["String"].parameters.target.default_value #=> String
|
4539
|
+
# resp.entity.children[0].events["String"].parameters.target.event #=> String
|
4540
|
+
# resp.entity.children[0].events["String"].parameters.target.imported_value #=> String
|
4541
|
+
# resp.entity.children[0].events["String"].parameters.target.model #=> String
|
4542
|
+
# resp.entity.children[0].events["String"].parameters.target.property #=> String
|
4543
|
+
# resp.entity.children[0].events["String"].parameters.target.type #=> String
|
4544
|
+
# resp.entity.children[0].events["String"].parameters.target.user_attribute #=> String
|
4545
|
+
# resp.entity.children[0].events["String"].parameters.target.value #=> String
|
4546
|
+
# resp.entity.children[0].events["String"].parameters.type.binding_properties.field #=> String
|
4547
|
+
# resp.entity.children[0].events["String"].parameters.type.binding_properties.property #=> String
|
4548
|
+
# resp.entity.children[0].events["String"].parameters.type.bindings #=> Hash
|
4549
|
+
# resp.entity.children[0].events["String"].parameters.type.bindings["String"].element #=> String
|
4550
|
+
# resp.entity.children[0].events["String"].parameters.type.bindings["String"].property #=> String
|
4551
|
+
# resp.entity.children[0].events["String"].parameters.type.collection_binding_properties.field #=> String
|
4552
|
+
# resp.entity.children[0].events["String"].parameters.type.collection_binding_properties.property #=> String
|
4553
|
+
# resp.entity.children[0].events["String"].parameters.type.component_name #=> String
|
4554
|
+
# resp.entity.children[0].events["String"].parameters.type.concat #=> Array
|
4555
|
+
# resp.entity.children[0].events["String"].parameters.type.concat[0] #=> Types::ComponentProperty
|
4556
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.else #=> Types::ComponentProperty
|
4557
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.field #=> String
|
4558
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.operand #=> String
|
4559
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.operand_type #=> String
|
4560
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.operator #=> String
|
4561
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.property #=> String
|
4562
|
+
# resp.entity.children[0].events["String"].parameters.type.condition.then #=> Types::ComponentProperty
|
4563
|
+
# resp.entity.children[0].events["String"].parameters.type.configured #=> Boolean
|
4564
|
+
# resp.entity.children[0].events["String"].parameters.type.default_value #=> String
|
4565
|
+
# resp.entity.children[0].events["String"].parameters.type.event #=> String
|
4566
|
+
# resp.entity.children[0].events["String"].parameters.type.imported_value #=> String
|
4567
|
+
# resp.entity.children[0].events["String"].parameters.type.model #=> String
|
4568
|
+
# resp.entity.children[0].events["String"].parameters.type.property #=> String
|
4569
|
+
# resp.entity.children[0].events["String"].parameters.type.type #=> String
|
4570
|
+
# resp.entity.children[0].events["String"].parameters.type.user_attribute #=> String
|
4571
|
+
# resp.entity.children[0].events["String"].parameters.type.value #=> String
|
4572
|
+
# resp.entity.children[0].events["String"].parameters.url.binding_properties.field #=> String
|
4573
|
+
# resp.entity.children[0].events["String"].parameters.url.binding_properties.property #=> String
|
4574
|
+
# resp.entity.children[0].events["String"].parameters.url.bindings #=> Hash
|
4575
|
+
# resp.entity.children[0].events["String"].parameters.url.bindings["String"].element #=> String
|
4576
|
+
# resp.entity.children[0].events["String"].parameters.url.bindings["String"].property #=> String
|
4577
|
+
# resp.entity.children[0].events["String"].parameters.url.collection_binding_properties.field #=> String
|
4578
|
+
# resp.entity.children[0].events["String"].parameters.url.collection_binding_properties.property #=> String
|
4579
|
+
# resp.entity.children[0].events["String"].parameters.url.component_name #=> String
|
4580
|
+
# resp.entity.children[0].events["String"].parameters.url.concat #=> Array
|
4581
|
+
# resp.entity.children[0].events["String"].parameters.url.concat[0] #=> Types::ComponentProperty
|
4582
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.else #=> Types::ComponentProperty
|
4583
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.field #=> String
|
4584
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.operand #=> String
|
4585
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.operand_type #=> String
|
4586
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.operator #=> String
|
4587
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.property #=> String
|
4588
|
+
# resp.entity.children[0].events["String"].parameters.url.condition.then #=> Types::ComponentProperty
|
4589
|
+
# resp.entity.children[0].events["String"].parameters.url.configured #=> Boolean
|
4590
|
+
# resp.entity.children[0].events["String"].parameters.url.default_value #=> String
|
4591
|
+
# resp.entity.children[0].events["String"].parameters.url.event #=> String
|
4592
|
+
# resp.entity.children[0].events["String"].parameters.url.imported_value #=> String
|
4593
|
+
# resp.entity.children[0].events["String"].parameters.url.model #=> String
|
4594
|
+
# resp.entity.children[0].events["String"].parameters.url.property #=> String
|
4595
|
+
# resp.entity.children[0].events["String"].parameters.url.type #=> String
|
4596
|
+
# resp.entity.children[0].events["String"].parameters.url.user_attribute #=> String
|
4597
|
+
# resp.entity.children[0].events["String"].parameters.url.value #=> String
|
1585
4598
|
# resp.entity.children[0].name #=> String
|
1586
4599
|
# resp.entity.children[0].properties #=> Hash
|
1587
4600
|
# resp.entity.children[0].properties["String"].binding_properties.field #=> String
|
@@ -1591,11 +4604,13 @@ module Aws::AmplifyUIBuilder
|
|
1591
4604
|
# resp.entity.children[0].properties["String"].bindings["String"].property #=> String
|
1592
4605
|
# resp.entity.children[0].properties["String"].collection_binding_properties.field #=> String
|
1593
4606
|
# resp.entity.children[0].properties["String"].collection_binding_properties.property #=> String
|
4607
|
+
# resp.entity.children[0].properties["String"].component_name #=> String
|
1594
4608
|
# resp.entity.children[0].properties["String"].concat #=> Array
|
1595
4609
|
# resp.entity.children[0].properties["String"].concat[0] #=> Types::ComponentProperty
|
1596
4610
|
# resp.entity.children[0].properties["String"].condition.else #=> Types::ComponentProperty
|
1597
4611
|
# resp.entity.children[0].properties["String"].condition.field #=> String
|
1598
4612
|
# resp.entity.children[0].properties["String"].condition.operand #=> String
|
4613
|
+
# resp.entity.children[0].properties["String"].condition.operand_type #=> String
|
1599
4614
|
# resp.entity.children[0].properties["String"].condition.operator #=> String
|
1600
4615
|
# resp.entity.children[0].properties["String"].condition.property #=> String
|
1601
4616
|
# resp.entity.children[0].properties["String"].condition.then #=> Types::ComponentProperty
|
@@ -1604,6 +4619,7 @@ module Aws::AmplifyUIBuilder
|
|
1604
4619
|
# resp.entity.children[0].properties["String"].event #=> String
|
1605
4620
|
# resp.entity.children[0].properties["String"].imported_value #=> String
|
1606
4621
|
# resp.entity.children[0].properties["String"].model #=> String
|
4622
|
+
# resp.entity.children[0].properties["String"].property #=> String
|
1607
4623
|
# resp.entity.children[0].properties["String"].type #=> String
|
1608
4624
|
# resp.entity.children[0].properties["String"].user_attribute #=> String
|
1609
4625
|
# resp.entity.children[0].properties["String"].value #=> String
|
@@ -1624,6 +4640,220 @@ module Aws::AmplifyUIBuilder
|
|
1624
4640
|
# resp.entity.component_type #=> String
|
1625
4641
|
# resp.entity.created_at #=> Time
|
1626
4642
|
# resp.entity.environment_name #=> String
|
4643
|
+
# resp.entity.events #=> Hash
|
4644
|
+
# resp.entity.events["String"].action #=> String
|
4645
|
+
# resp.entity.events["String"].parameters.anchor.binding_properties.field #=> String
|
4646
|
+
# resp.entity.events["String"].parameters.anchor.binding_properties.property #=> String
|
4647
|
+
# resp.entity.events["String"].parameters.anchor.bindings #=> Hash
|
4648
|
+
# resp.entity.events["String"].parameters.anchor.bindings["String"].element #=> String
|
4649
|
+
# resp.entity.events["String"].parameters.anchor.bindings["String"].property #=> String
|
4650
|
+
# resp.entity.events["String"].parameters.anchor.collection_binding_properties.field #=> String
|
4651
|
+
# resp.entity.events["String"].parameters.anchor.collection_binding_properties.property #=> String
|
4652
|
+
# resp.entity.events["String"].parameters.anchor.component_name #=> String
|
4653
|
+
# resp.entity.events["String"].parameters.anchor.concat #=> Array
|
4654
|
+
# resp.entity.events["String"].parameters.anchor.concat[0] #=> Types::ComponentProperty
|
4655
|
+
# resp.entity.events["String"].parameters.anchor.condition.else #=> Types::ComponentProperty
|
4656
|
+
# resp.entity.events["String"].parameters.anchor.condition.field #=> String
|
4657
|
+
# resp.entity.events["String"].parameters.anchor.condition.operand #=> String
|
4658
|
+
# resp.entity.events["String"].parameters.anchor.condition.operand_type #=> String
|
4659
|
+
# resp.entity.events["String"].parameters.anchor.condition.operator #=> String
|
4660
|
+
# resp.entity.events["String"].parameters.anchor.condition.property #=> String
|
4661
|
+
# resp.entity.events["String"].parameters.anchor.condition.then #=> Types::ComponentProperty
|
4662
|
+
# resp.entity.events["String"].parameters.anchor.configured #=> Boolean
|
4663
|
+
# resp.entity.events["String"].parameters.anchor.default_value #=> String
|
4664
|
+
# resp.entity.events["String"].parameters.anchor.event #=> String
|
4665
|
+
# resp.entity.events["String"].parameters.anchor.imported_value #=> String
|
4666
|
+
# resp.entity.events["String"].parameters.anchor.model #=> String
|
4667
|
+
# resp.entity.events["String"].parameters.anchor.property #=> String
|
4668
|
+
# resp.entity.events["String"].parameters.anchor.type #=> String
|
4669
|
+
# resp.entity.events["String"].parameters.anchor.user_attribute #=> String
|
4670
|
+
# resp.entity.events["String"].parameters.anchor.value #=> String
|
4671
|
+
# resp.entity.events["String"].parameters.fields #=> Hash
|
4672
|
+
# resp.entity.events["String"].parameters.fields["String"].binding_properties.field #=> String
|
4673
|
+
# resp.entity.events["String"].parameters.fields["String"].binding_properties.property #=> String
|
4674
|
+
# resp.entity.events["String"].parameters.fields["String"].bindings #=> Hash
|
4675
|
+
# resp.entity.events["String"].parameters.fields["String"].bindings["String"].element #=> String
|
4676
|
+
# resp.entity.events["String"].parameters.fields["String"].bindings["String"].property #=> String
|
4677
|
+
# resp.entity.events["String"].parameters.fields["String"].collection_binding_properties.field #=> String
|
4678
|
+
# resp.entity.events["String"].parameters.fields["String"].collection_binding_properties.property #=> String
|
4679
|
+
# resp.entity.events["String"].parameters.fields["String"].component_name #=> String
|
4680
|
+
# resp.entity.events["String"].parameters.fields["String"].concat #=> Array
|
4681
|
+
# resp.entity.events["String"].parameters.fields["String"].concat[0] #=> Types::ComponentProperty
|
4682
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.else #=> Types::ComponentProperty
|
4683
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.field #=> String
|
4684
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.operand #=> String
|
4685
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.operand_type #=> String
|
4686
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.operator #=> String
|
4687
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.property #=> String
|
4688
|
+
# resp.entity.events["String"].parameters.fields["String"].condition.then #=> Types::ComponentProperty
|
4689
|
+
# resp.entity.events["String"].parameters.fields["String"].configured #=> Boolean
|
4690
|
+
# resp.entity.events["String"].parameters.fields["String"].default_value #=> String
|
4691
|
+
# resp.entity.events["String"].parameters.fields["String"].event #=> String
|
4692
|
+
# resp.entity.events["String"].parameters.fields["String"].imported_value #=> String
|
4693
|
+
# resp.entity.events["String"].parameters.fields["String"].model #=> String
|
4694
|
+
# resp.entity.events["String"].parameters.fields["String"].property #=> String
|
4695
|
+
# resp.entity.events["String"].parameters.fields["String"].type #=> String
|
4696
|
+
# resp.entity.events["String"].parameters.fields["String"].user_attribute #=> String
|
4697
|
+
# resp.entity.events["String"].parameters.fields["String"].value #=> String
|
4698
|
+
# resp.entity.events["String"].parameters.global.binding_properties.field #=> String
|
4699
|
+
# resp.entity.events["String"].parameters.global.binding_properties.property #=> String
|
4700
|
+
# resp.entity.events["String"].parameters.global.bindings #=> Hash
|
4701
|
+
# resp.entity.events["String"].parameters.global.bindings["String"].element #=> String
|
4702
|
+
# resp.entity.events["String"].parameters.global.bindings["String"].property #=> String
|
4703
|
+
# resp.entity.events["String"].parameters.global.collection_binding_properties.field #=> String
|
4704
|
+
# resp.entity.events["String"].parameters.global.collection_binding_properties.property #=> String
|
4705
|
+
# resp.entity.events["String"].parameters.global.component_name #=> String
|
4706
|
+
# resp.entity.events["String"].parameters.global.concat #=> Array
|
4707
|
+
# resp.entity.events["String"].parameters.global.concat[0] #=> Types::ComponentProperty
|
4708
|
+
# resp.entity.events["String"].parameters.global.condition.else #=> Types::ComponentProperty
|
4709
|
+
# resp.entity.events["String"].parameters.global.condition.field #=> String
|
4710
|
+
# resp.entity.events["String"].parameters.global.condition.operand #=> String
|
4711
|
+
# resp.entity.events["String"].parameters.global.condition.operand_type #=> String
|
4712
|
+
# resp.entity.events["String"].parameters.global.condition.operator #=> String
|
4713
|
+
# resp.entity.events["String"].parameters.global.condition.property #=> String
|
4714
|
+
# resp.entity.events["String"].parameters.global.condition.then #=> Types::ComponentProperty
|
4715
|
+
# resp.entity.events["String"].parameters.global.configured #=> Boolean
|
4716
|
+
# resp.entity.events["String"].parameters.global.default_value #=> String
|
4717
|
+
# resp.entity.events["String"].parameters.global.event #=> String
|
4718
|
+
# resp.entity.events["String"].parameters.global.imported_value #=> String
|
4719
|
+
# resp.entity.events["String"].parameters.global.model #=> String
|
4720
|
+
# resp.entity.events["String"].parameters.global.property #=> String
|
4721
|
+
# resp.entity.events["String"].parameters.global.type #=> String
|
4722
|
+
# resp.entity.events["String"].parameters.global.user_attribute #=> String
|
4723
|
+
# resp.entity.events["String"].parameters.global.value #=> String
|
4724
|
+
# resp.entity.events["String"].parameters.id.binding_properties.field #=> String
|
4725
|
+
# resp.entity.events["String"].parameters.id.binding_properties.property #=> String
|
4726
|
+
# resp.entity.events["String"].parameters.id.bindings #=> Hash
|
4727
|
+
# resp.entity.events["String"].parameters.id.bindings["String"].element #=> String
|
4728
|
+
# resp.entity.events["String"].parameters.id.bindings["String"].property #=> String
|
4729
|
+
# resp.entity.events["String"].parameters.id.collection_binding_properties.field #=> String
|
4730
|
+
# resp.entity.events["String"].parameters.id.collection_binding_properties.property #=> String
|
4731
|
+
# resp.entity.events["String"].parameters.id.component_name #=> String
|
4732
|
+
# resp.entity.events["String"].parameters.id.concat #=> Array
|
4733
|
+
# resp.entity.events["String"].parameters.id.concat[0] #=> Types::ComponentProperty
|
4734
|
+
# resp.entity.events["String"].parameters.id.condition.else #=> Types::ComponentProperty
|
4735
|
+
# resp.entity.events["String"].parameters.id.condition.field #=> String
|
4736
|
+
# resp.entity.events["String"].parameters.id.condition.operand #=> String
|
4737
|
+
# resp.entity.events["String"].parameters.id.condition.operand_type #=> String
|
4738
|
+
# resp.entity.events["String"].parameters.id.condition.operator #=> String
|
4739
|
+
# resp.entity.events["String"].parameters.id.condition.property #=> String
|
4740
|
+
# resp.entity.events["String"].parameters.id.condition.then #=> Types::ComponentProperty
|
4741
|
+
# resp.entity.events["String"].parameters.id.configured #=> Boolean
|
4742
|
+
# resp.entity.events["String"].parameters.id.default_value #=> String
|
4743
|
+
# resp.entity.events["String"].parameters.id.event #=> String
|
4744
|
+
# resp.entity.events["String"].parameters.id.imported_value #=> String
|
4745
|
+
# resp.entity.events["String"].parameters.id.model #=> String
|
4746
|
+
# resp.entity.events["String"].parameters.id.property #=> String
|
4747
|
+
# resp.entity.events["String"].parameters.id.type #=> String
|
4748
|
+
# resp.entity.events["String"].parameters.id.user_attribute #=> String
|
4749
|
+
# resp.entity.events["String"].parameters.id.value #=> String
|
4750
|
+
# resp.entity.events["String"].parameters.model #=> String
|
4751
|
+
# resp.entity.events["String"].parameters.state.component_name #=> String
|
4752
|
+
# resp.entity.events["String"].parameters.state.property #=> String
|
4753
|
+
# resp.entity.events["String"].parameters.state.set.binding_properties.field #=> String
|
4754
|
+
# resp.entity.events["String"].parameters.state.set.binding_properties.property #=> String
|
4755
|
+
# resp.entity.events["String"].parameters.state.set.bindings #=> Hash
|
4756
|
+
# resp.entity.events["String"].parameters.state.set.bindings["String"].element #=> String
|
4757
|
+
# resp.entity.events["String"].parameters.state.set.bindings["String"].property #=> String
|
4758
|
+
# resp.entity.events["String"].parameters.state.set.collection_binding_properties.field #=> String
|
4759
|
+
# resp.entity.events["String"].parameters.state.set.collection_binding_properties.property #=> String
|
4760
|
+
# resp.entity.events["String"].parameters.state.set.component_name #=> String
|
4761
|
+
# resp.entity.events["String"].parameters.state.set.concat #=> Array
|
4762
|
+
# resp.entity.events["String"].parameters.state.set.concat[0] #=> Types::ComponentProperty
|
4763
|
+
# resp.entity.events["String"].parameters.state.set.condition.else #=> Types::ComponentProperty
|
4764
|
+
# resp.entity.events["String"].parameters.state.set.condition.field #=> String
|
4765
|
+
# resp.entity.events["String"].parameters.state.set.condition.operand #=> String
|
4766
|
+
# resp.entity.events["String"].parameters.state.set.condition.operand_type #=> String
|
4767
|
+
# resp.entity.events["String"].parameters.state.set.condition.operator #=> String
|
4768
|
+
# resp.entity.events["String"].parameters.state.set.condition.property #=> String
|
4769
|
+
# resp.entity.events["String"].parameters.state.set.condition.then #=> Types::ComponentProperty
|
4770
|
+
# resp.entity.events["String"].parameters.state.set.configured #=> Boolean
|
4771
|
+
# resp.entity.events["String"].parameters.state.set.default_value #=> String
|
4772
|
+
# resp.entity.events["String"].parameters.state.set.event #=> String
|
4773
|
+
# resp.entity.events["String"].parameters.state.set.imported_value #=> String
|
4774
|
+
# resp.entity.events["String"].parameters.state.set.model #=> String
|
4775
|
+
# resp.entity.events["String"].parameters.state.set.property #=> String
|
4776
|
+
# resp.entity.events["String"].parameters.state.set.type #=> String
|
4777
|
+
# resp.entity.events["String"].parameters.state.set.user_attribute #=> String
|
4778
|
+
# resp.entity.events["String"].parameters.state.set.value #=> String
|
4779
|
+
# resp.entity.events["String"].parameters.target.binding_properties.field #=> String
|
4780
|
+
# resp.entity.events["String"].parameters.target.binding_properties.property #=> String
|
4781
|
+
# resp.entity.events["String"].parameters.target.bindings #=> Hash
|
4782
|
+
# resp.entity.events["String"].parameters.target.bindings["String"].element #=> String
|
4783
|
+
# resp.entity.events["String"].parameters.target.bindings["String"].property #=> String
|
4784
|
+
# resp.entity.events["String"].parameters.target.collection_binding_properties.field #=> String
|
4785
|
+
# resp.entity.events["String"].parameters.target.collection_binding_properties.property #=> String
|
4786
|
+
# resp.entity.events["String"].parameters.target.component_name #=> String
|
4787
|
+
# resp.entity.events["String"].parameters.target.concat #=> Array
|
4788
|
+
# resp.entity.events["String"].parameters.target.concat[0] #=> Types::ComponentProperty
|
4789
|
+
# resp.entity.events["String"].parameters.target.condition.else #=> Types::ComponentProperty
|
4790
|
+
# resp.entity.events["String"].parameters.target.condition.field #=> String
|
4791
|
+
# resp.entity.events["String"].parameters.target.condition.operand #=> String
|
4792
|
+
# resp.entity.events["String"].parameters.target.condition.operand_type #=> String
|
4793
|
+
# resp.entity.events["String"].parameters.target.condition.operator #=> String
|
4794
|
+
# resp.entity.events["String"].parameters.target.condition.property #=> String
|
4795
|
+
# resp.entity.events["String"].parameters.target.condition.then #=> Types::ComponentProperty
|
4796
|
+
# resp.entity.events["String"].parameters.target.configured #=> Boolean
|
4797
|
+
# resp.entity.events["String"].parameters.target.default_value #=> String
|
4798
|
+
# resp.entity.events["String"].parameters.target.event #=> String
|
4799
|
+
# resp.entity.events["String"].parameters.target.imported_value #=> String
|
4800
|
+
# resp.entity.events["String"].parameters.target.model #=> String
|
4801
|
+
# resp.entity.events["String"].parameters.target.property #=> String
|
4802
|
+
# resp.entity.events["String"].parameters.target.type #=> String
|
4803
|
+
# resp.entity.events["String"].parameters.target.user_attribute #=> String
|
4804
|
+
# resp.entity.events["String"].parameters.target.value #=> String
|
4805
|
+
# resp.entity.events["String"].parameters.type.binding_properties.field #=> String
|
4806
|
+
# resp.entity.events["String"].parameters.type.binding_properties.property #=> String
|
4807
|
+
# resp.entity.events["String"].parameters.type.bindings #=> Hash
|
4808
|
+
# resp.entity.events["String"].parameters.type.bindings["String"].element #=> String
|
4809
|
+
# resp.entity.events["String"].parameters.type.bindings["String"].property #=> String
|
4810
|
+
# resp.entity.events["String"].parameters.type.collection_binding_properties.field #=> String
|
4811
|
+
# resp.entity.events["String"].parameters.type.collection_binding_properties.property #=> String
|
4812
|
+
# resp.entity.events["String"].parameters.type.component_name #=> String
|
4813
|
+
# resp.entity.events["String"].parameters.type.concat #=> Array
|
4814
|
+
# resp.entity.events["String"].parameters.type.concat[0] #=> Types::ComponentProperty
|
4815
|
+
# resp.entity.events["String"].parameters.type.condition.else #=> Types::ComponentProperty
|
4816
|
+
# resp.entity.events["String"].parameters.type.condition.field #=> String
|
4817
|
+
# resp.entity.events["String"].parameters.type.condition.operand #=> String
|
4818
|
+
# resp.entity.events["String"].parameters.type.condition.operand_type #=> String
|
4819
|
+
# resp.entity.events["String"].parameters.type.condition.operator #=> String
|
4820
|
+
# resp.entity.events["String"].parameters.type.condition.property #=> String
|
4821
|
+
# resp.entity.events["String"].parameters.type.condition.then #=> Types::ComponentProperty
|
4822
|
+
# resp.entity.events["String"].parameters.type.configured #=> Boolean
|
4823
|
+
# resp.entity.events["String"].parameters.type.default_value #=> String
|
4824
|
+
# resp.entity.events["String"].parameters.type.event #=> String
|
4825
|
+
# resp.entity.events["String"].parameters.type.imported_value #=> String
|
4826
|
+
# resp.entity.events["String"].parameters.type.model #=> String
|
4827
|
+
# resp.entity.events["String"].parameters.type.property #=> String
|
4828
|
+
# resp.entity.events["String"].parameters.type.type #=> String
|
4829
|
+
# resp.entity.events["String"].parameters.type.user_attribute #=> String
|
4830
|
+
# resp.entity.events["String"].parameters.type.value #=> String
|
4831
|
+
# resp.entity.events["String"].parameters.url.binding_properties.field #=> String
|
4832
|
+
# resp.entity.events["String"].parameters.url.binding_properties.property #=> String
|
4833
|
+
# resp.entity.events["String"].parameters.url.bindings #=> Hash
|
4834
|
+
# resp.entity.events["String"].parameters.url.bindings["String"].element #=> String
|
4835
|
+
# resp.entity.events["String"].parameters.url.bindings["String"].property #=> String
|
4836
|
+
# resp.entity.events["String"].parameters.url.collection_binding_properties.field #=> String
|
4837
|
+
# resp.entity.events["String"].parameters.url.collection_binding_properties.property #=> String
|
4838
|
+
# resp.entity.events["String"].parameters.url.component_name #=> String
|
4839
|
+
# resp.entity.events["String"].parameters.url.concat #=> Array
|
4840
|
+
# resp.entity.events["String"].parameters.url.concat[0] #=> Types::ComponentProperty
|
4841
|
+
# resp.entity.events["String"].parameters.url.condition.else #=> Types::ComponentProperty
|
4842
|
+
# resp.entity.events["String"].parameters.url.condition.field #=> String
|
4843
|
+
# resp.entity.events["String"].parameters.url.condition.operand #=> String
|
4844
|
+
# resp.entity.events["String"].parameters.url.condition.operand_type #=> String
|
4845
|
+
# resp.entity.events["String"].parameters.url.condition.operator #=> String
|
4846
|
+
# resp.entity.events["String"].parameters.url.condition.property #=> String
|
4847
|
+
# resp.entity.events["String"].parameters.url.condition.then #=> Types::ComponentProperty
|
4848
|
+
# resp.entity.events["String"].parameters.url.configured #=> Boolean
|
4849
|
+
# resp.entity.events["String"].parameters.url.default_value #=> String
|
4850
|
+
# resp.entity.events["String"].parameters.url.event #=> String
|
4851
|
+
# resp.entity.events["String"].parameters.url.imported_value #=> String
|
4852
|
+
# resp.entity.events["String"].parameters.url.model #=> String
|
4853
|
+
# resp.entity.events["String"].parameters.url.property #=> String
|
4854
|
+
# resp.entity.events["String"].parameters.url.type #=> String
|
4855
|
+
# resp.entity.events["String"].parameters.url.user_attribute #=> String
|
4856
|
+
# resp.entity.events["String"].parameters.url.value #=> String
|
1627
4857
|
# resp.entity.id #=> String
|
1628
4858
|
# resp.entity.modified_at #=> Time
|
1629
4859
|
# resp.entity.name #=> String
|
@@ -1638,11 +4868,13 @@ module Aws::AmplifyUIBuilder
|
|
1638
4868
|
# resp.entity.properties["String"].bindings["String"].property #=> String
|
1639
4869
|
# resp.entity.properties["String"].collection_binding_properties.field #=> String
|
1640
4870
|
# resp.entity.properties["String"].collection_binding_properties.property #=> String
|
4871
|
+
# resp.entity.properties["String"].component_name #=> String
|
1641
4872
|
# resp.entity.properties["String"].concat #=> Array
|
1642
4873
|
# resp.entity.properties["String"].concat[0] #=> Types::ComponentProperty
|
1643
4874
|
# resp.entity.properties["String"].condition.else #=> Types::ComponentProperty
|
1644
4875
|
# resp.entity.properties["String"].condition.field #=> String
|
1645
4876
|
# resp.entity.properties["String"].condition.operand #=> String
|
4877
|
+
# resp.entity.properties["String"].condition.operand_type #=> String
|
1646
4878
|
# resp.entity.properties["String"].condition.operator #=> String
|
1647
4879
|
# resp.entity.properties["String"].condition.property #=> String
|
1648
4880
|
# resp.entity.properties["String"].condition.then #=> Types::ComponentProperty
|
@@ -1651,9 +4883,11 @@ module Aws::AmplifyUIBuilder
|
|
1651
4883
|
# resp.entity.properties["String"].event #=> String
|
1652
4884
|
# resp.entity.properties["String"].imported_value #=> String
|
1653
4885
|
# resp.entity.properties["String"].model #=> String
|
4886
|
+
# resp.entity.properties["String"].property #=> String
|
1654
4887
|
# resp.entity.properties["String"].type #=> String
|
1655
4888
|
# resp.entity.properties["String"].user_attribute #=> String
|
1656
4889
|
# resp.entity.properties["String"].value #=> String
|
4890
|
+
# resp.entity.schema_version #=> String
|
1657
4891
|
# resp.entity.source_id #=> String
|
1658
4892
|
# resp.entity.tags #=> Hash
|
1659
4893
|
# resp.entity.tags["TagKey"] #=> String
|
@@ -1773,7 +5007,7 @@ module Aws::AmplifyUIBuilder
|
|
1773
5007
|
params: params,
|
1774
5008
|
config: config)
|
1775
5009
|
context[:gem_name] = 'aws-sdk-amplifyuibuilder'
|
1776
|
-
context[:gem_version] = '1.
|
5010
|
+
context[:gem_version] = '1.4.0'
|
1777
5011
|
Seahorse::Client::Request.new(handlers, context)
|
1778
5012
|
end
|
1779
5013
|
|