aws-sdk-quicksight 1.125.0 → 1.126.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +52 -1
- data/lib/aws-sdk-quicksight/client_api.rb +46 -0
- data/lib/aws-sdk-quicksight/endpoints.rb +11 -0
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-quicksight/types.rb +108 -7
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +352 -168
- data/sig/types.rbs +23 -0
- metadata +2 -2
data/sig/client.rbs
CHANGED
@@ -1125,7 +1125,8 @@ module Aws
|
|
1125
1125
|
}?
|
1126
1126
|
},
|
1127
1127
|
]?
|
1128
|
-
}
|
1128
|
+
}?,
|
1129
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
1129
1130
|
}?,
|
1130
1131
|
text_field: {
|
1131
1132
|
parameter_control_id: ::String,
|
@@ -1247,7 +1248,8 @@ module Aws
|
|
1247
1248
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
1248
1249
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
1249
1250
|
}?,
|
1250
|
-
type: ("SINGLE_VALUED" | "DATE_RANGE")
|
1251
|
+
type: ("SINGLE_VALUED" | "DATE_RANGE")?,
|
1252
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
1251
1253
|
}?,
|
1252
1254
|
list: {
|
1253
1255
|
filter_control_id: ::String,
|
@@ -1338,7 +1340,8 @@ module Aws
|
|
1338
1340
|
}?
|
1339
1341
|
},
|
1340
1342
|
]?
|
1341
|
-
}
|
1343
|
+
}?,
|
1344
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
1342
1345
|
}?,
|
1343
1346
|
text_field: {
|
1344
1347
|
filter_control_id: ::String,
|
@@ -1454,7 +1457,8 @@ module Aws
|
|
1454
1457
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
1455
1458
|
info_icon_text: ::String?
|
1456
1459
|
}?
|
1457
|
-
}
|
1460
|
+
}?,
|
1461
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
1458
1462
|
}?,
|
1459
1463
|
cross_sheet: {
|
1460
1464
|
filter_control_id: ::String,
|
@@ -32612,7 +32616,8 @@ module Aws
|
|
32612
32616
|
}?,
|
32613
32617
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
32614
32618
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
32615
|
-
}
|
32619
|
+
}?,
|
32620
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
32616
32621
|
}?,
|
32617
32622
|
default_list_options: {
|
32618
32623
|
display_options: {
|
@@ -32675,7 +32680,8 @@ module Aws
|
|
32675
32680
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
32676
32681
|
selectable_values: {
|
32677
32682
|
values: Array[::String]?
|
32678
|
-
}
|
32683
|
+
}?,
|
32684
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
32679
32685
|
}?,
|
32680
32686
|
default_text_field_options: {
|
32681
32687
|
display_options: {
|
@@ -32779,7 +32785,8 @@ module Aws
|
|
32779
32785
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
32780
32786
|
info_icon_text: ::String?
|
32781
32787
|
}?
|
32782
|
-
}
|
32788
|
+
}?,
|
32789
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
32783
32790
|
}?
|
32784
32791
|
}
|
32785
32792
|
}?
|
@@ -32844,7 +32851,8 @@ module Aws
|
|
32844
32851
|
}?,
|
32845
32852
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
32846
32853
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
32847
|
-
}
|
32854
|
+
}?,
|
32855
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
32848
32856
|
}?,
|
32849
32857
|
default_list_options: {
|
32850
32858
|
display_options: {
|
@@ -32907,7 +32915,8 @@ module Aws
|
|
32907
32915
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
32908
32916
|
selectable_values: {
|
32909
32917
|
values: Array[::String]?
|
32910
|
-
}
|
32918
|
+
}?,
|
32919
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
32911
32920
|
}?,
|
32912
32921
|
default_text_field_options: {
|
32913
32922
|
display_options: {
|
@@ -33011,7 +33020,8 @@ module Aws
|
|
33011
33020
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
33012
33021
|
info_icon_text: ::String?
|
33013
33022
|
}?
|
33014
|
-
}
|
33023
|
+
}?,
|
33024
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33015
33025
|
}?
|
33016
33026
|
}
|
33017
33027
|
}?
|
@@ -33069,7 +33079,8 @@ module Aws
|
|
33069
33079
|
}?,
|
33070
33080
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33071
33081
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
33072
|
-
}
|
33082
|
+
}?,
|
33083
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33073
33084
|
}?,
|
33074
33085
|
default_list_options: {
|
33075
33086
|
display_options: {
|
@@ -33132,7 +33143,8 @@ module Aws
|
|
33132
33143
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
33133
33144
|
selectable_values: {
|
33134
33145
|
values: Array[::String]?
|
33135
|
-
}
|
33146
|
+
}?,
|
33147
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33136
33148
|
}?,
|
33137
33149
|
default_text_field_options: {
|
33138
33150
|
display_options: {
|
@@ -33236,7 +33248,8 @@ module Aws
|
|
33236
33248
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
33237
33249
|
info_icon_text: ::String?
|
33238
33250
|
}?
|
33239
|
-
}
|
33251
|
+
}?,
|
33252
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33240
33253
|
}?
|
33241
33254
|
}
|
33242
33255
|
}?
|
@@ -33282,7 +33295,8 @@ module Aws
|
|
33282
33295
|
}?,
|
33283
33296
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33284
33297
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
33285
|
-
}
|
33298
|
+
}?,
|
33299
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33286
33300
|
}?,
|
33287
33301
|
default_list_options: {
|
33288
33302
|
display_options: {
|
@@ -33345,7 +33359,8 @@ module Aws
|
|
33345
33359
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
33346
33360
|
selectable_values: {
|
33347
33361
|
values: Array[::String]?
|
33348
|
-
}
|
33362
|
+
}?,
|
33363
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33349
33364
|
}?,
|
33350
33365
|
default_text_field_options: {
|
33351
33366
|
display_options: {
|
@@ -33449,7 +33464,8 @@ module Aws
|
|
33449
33464
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
33450
33465
|
info_icon_text: ::String?
|
33451
33466
|
}?
|
33452
|
-
}
|
33467
|
+
}?,
|
33468
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33453
33469
|
}?
|
33454
33470
|
}
|
33455
33471
|
}?
|
@@ -33513,7 +33529,8 @@ module Aws
|
|
33513
33529
|
}?,
|
33514
33530
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33515
33531
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
33516
|
-
}
|
33532
|
+
}?,
|
33533
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33517
33534
|
}?,
|
33518
33535
|
default_list_options: {
|
33519
33536
|
display_options: {
|
@@ -33576,7 +33593,8 @@ module Aws
|
|
33576
33593
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
33577
33594
|
selectable_values: {
|
33578
33595
|
values: Array[::String]?
|
33579
|
-
}
|
33596
|
+
}?,
|
33597
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33580
33598
|
}?,
|
33581
33599
|
default_text_field_options: {
|
33582
33600
|
display_options: {
|
@@ -33680,7 +33698,8 @@ module Aws
|
|
33680
33698
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
33681
33699
|
info_icon_text: ::String?
|
33682
33700
|
}?
|
33683
|
-
}
|
33701
|
+
}?,
|
33702
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33684
33703
|
}?
|
33685
33704
|
}
|
33686
33705
|
}?
|
@@ -33734,7 +33753,8 @@ module Aws
|
|
33734
33753
|
}?,
|
33735
33754
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33736
33755
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
33737
|
-
}
|
33756
|
+
}?,
|
33757
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33738
33758
|
}?,
|
33739
33759
|
default_list_options: {
|
33740
33760
|
display_options: {
|
@@ -33797,7 +33817,8 @@ module Aws
|
|
33797
33817
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
33798
33818
|
selectable_values: {
|
33799
33819
|
values: Array[::String]?
|
33800
|
-
}
|
33820
|
+
}?,
|
33821
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33801
33822
|
}?,
|
33802
33823
|
default_text_field_options: {
|
33803
33824
|
display_options: {
|
@@ -33901,7 +33922,8 @@ module Aws
|
|
33901
33922
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
33902
33923
|
info_icon_text: ::String?
|
33903
33924
|
}?
|
33904
|
-
}
|
33925
|
+
}?,
|
33926
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33905
33927
|
}?
|
33906
33928
|
}
|
33907
33929
|
}?
|
@@ -33966,7 +33988,8 @@ module Aws
|
|
33966
33988
|
}?,
|
33967
33989
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33968
33990
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
33969
|
-
}
|
33991
|
+
}?,
|
33992
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
33970
33993
|
}?,
|
33971
33994
|
default_list_options: {
|
33972
33995
|
display_options: {
|
@@ -34029,7 +34052,8 @@ module Aws
|
|
34029
34052
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
34030
34053
|
selectable_values: {
|
34031
34054
|
values: Array[::String]?
|
34032
|
-
}
|
34055
|
+
}?,
|
34056
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
34033
34057
|
}?,
|
34034
34058
|
default_text_field_options: {
|
34035
34059
|
display_options: {
|
@@ -34133,7 +34157,8 @@ module Aws
|
|
34133
34157
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
34134
34158
|
info_icon_text: ::String?
|
34135
34159
|
}?
|
34136
|
-
}
|
34160
|
+
}?,
|
34161
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
34137
34162
|
}?
|
34138
34163
|
}
|
34139
34164
|
}?
|
@@ -34200,7 +34225,8 @@ module Aws
|
|
34200
34225
|
}?,
|
34201
34226
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
34202
34227
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
34203
|
-
}
|
34228
|
+
}?,
|
34229
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
34204
34230
|
}?,
|
34205
34231
|
default_list_options: {
|
34206
34232
|
display_options: {
|
@@ -34263,7 +34289,8 @@ module Aws
|
|
34263
34289
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
34264
34290
|
selectable_values: {
|
34265
34291
|
values: Array[::String]?
|
34266
|
-
}
|
34292
|
+
}?,
|
34293
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
34267
34294
|
}?,
|
34268
34295
|
default_text_field_options: {
|
34269
34296
|
display_options: {
|
@@ -34367,7 +34394,8 @@ module Aws
|
|
34367
34394
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
34368
34395
|
info_icon_text: ::String?
|
34369
34396
|
}?
|
34370
|
-
}
|
34397
|
+
}?,
|
34398
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
34371
34399
|
}?
|
34372
34400
|
}
|
34373
34401
|
}?
|
@@ -34917,7 +34945,8 @@ module Aws
|
|
34917
34945
|
}?
|
34918
34946
|
},
|
34919
34947
|
]?
|
34920
|
-
}
|
34948
|
+
}?,
|
34949
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
34921
34950
|
}?,
|
34922
34951
|
text_field: {
|
34923
34952
|
parameter_control_id: ::String,
|
@@ -35039,7 +35068,8 @@ module Aws
|
|
35039
35068
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
35040
35069
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
35041
35070
|
}?,
|
35042
|
-
type: ("SINGLE_VALUED" | "DATE_RANGE")
|
35071
|
+
type: ("SINGLE_VALUED" | "DATE_RANGE")?,
|
35072
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
35043
35073
|
}?,
|
35044
35074
|
list: {
|
35045
35075
|
filter_control_id: ::String,
|
@@ -35130,7 +35160,8 @@ module Aws
|
|
35130
35160
|
}?
|
35131
35161
|
},
|
35132
35162
|
]?
|
35133
|
-
}
|
35163
|
+
}?,
|
35164
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
35134
35165
|
}?,
|
35135
35166
|
text_field: {
|
35136
35167
|
filter_control_id: ::String,
|
@@ -35246,7 +35277,8 @@ module Aws
|
|
35246
35277
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
35247
35278
|
info_icon_text: ::String?
|
35248
35279
|
}?
|
35249
|
-
}
|
35280
|
+
}?,
|
35281
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
35250
35282
|
}?,
|
35251
35283
|
cross_sheet: {
|
35252
35284
|
filter_control_id: ::String,
|
@@ -66404,7 +66436,8 @@ module Aws
|
|
66404
66436
|
}?,
|
66405
66437
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
66406
66438
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
66407
|
-
}
|
66439
|
+
}?,
|
66440
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
66408
66441
|
}?,
|
66409
66442
|
default_list_options: {
|
66410
66443
|
display_options: {
|
@@ -66467,7 +66500,8 @@ module Aws
|
|
66467
66500
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
66468
66501
|
selectable_values: {
|
66469
66502
|
values: Array[::String]?
|
66470
|
-
}
|
66503
|
+
}?,
|
66504
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
66471
66505
|
}?,
|
66472
66506
|
default_text_field_options: {
|
66473
66507
|
display_options: {
|
@@ -66571,7 +66605,8 @@ module Aws
|
|
66571
66605
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
66572
66606
|
info_icon_text: ::String?
|
66573
66607
|
}?
|
66574
|
-
}
|
66608
|
+
}?,
|
66609
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
66575
66610
|
}?
|
66576
66611
|
}
|
66577
66612
|
}?
|
@@ -66636,7 +66671,8 @@ module Aws
|
|
66636
66671
|
}?,
|
66637
66672
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
66638
66673
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
66639
|
-
}
|
66674
|
+
}?,
|
66675
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
66640
66676
|
}?,
|
66641
66677
|
default_list_options: {
|
66642
66678
|
display_options: {
|
@@ -66699,7 +66735,8 @@ module Aws
|
|
66699
66735
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
66700
66736
|
selectable_values: {
|
66701
66737
|
values: Array[::String]?
|
66702
|
-
}
|
66738
|
+
}?,
|
66739
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
66703
66740
|
}?,
|
66704
66741
|
default_text_field_options: {
|
66705
66742
|
display_options: {
|
@@ -66803,7 +66840,8 @@ module Aws
|
|
66803
66840
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
66804
66841
|
info_icon_text: ::String?
|
66805
66842
|
}?
|
66806
|
-
}
|
66843
|
+
}?,
|
66844
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
66807
66845
|
}?
|
66808
66846
|
}
|
66809
66847
|
}?
|
@@ -66861,7 +66899,8 @@ module Aws
|
|
66861
66899
|
}?,
|
66862
66900
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
66863
66901
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
66864
|
-
}
|
66902
|
+
}?,
|
66903
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
66865
66904
|
}?,
|
66866
66905
|
default_list_options: {
|
66867
66906
|
display_options: {
|
@@ -66924,7 +66963,8 @@ module Aws
|
|
66924
66963
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
66925
66964
|
selectable_values: {
|
66926
66965
|
values: Array[::String]?
|
66927
|
-
}
|
66966
|
+
}?,
|
66967
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
66928
66968
|
}?,
|
66929
66969
|
default_text_field_options: {
|
66930
66970
|
display_options: {
|
@@ -67028,7 +67068,8 @@ module Aws
|
|
67028
67068
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
67029
67069
|
info_icon_text: ::String?
|
67030
67070
|
}?
|
67031
|
-
}
|
67071
|
+
}?,
|
67072
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67032
67073
|
}?
|
67033
67074
|
}
|
67034
67075
|
}?
|
@@ -67074,7 +67115,8 @@ module Aws
|
|
67074
67115
|
}?,
|
67075
67116
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67076
67117
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
67077
|
-
}
|
67118
|
+
}?,
|
67119
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67078
67120
|
}?,
|
67079
67121
|
default_list_options: {
|
67080
67122
|
display_options: {
|
@@ -67137,7 +67179,8 @@ module Aws
|
|
67137
67179
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
67138
67180
|
selectable_values: {
|
67139
67181
|
values: Array[::String]?
|
67140
|
-
}
|
67182
|
+
}?,
|
67183
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67141
67184
|
}?,
|
67142
67185
|
default_text_field_options: {
|
67143
67186
|
display_options: {
|
@@ -67241,7 +67284,8 @@ module Aws
|
|
67241
67284
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
67242
67285
|
info_icon_text: ::String?
|
67243
67286
|
}?
|
67244
|
-
}
|
67287
|
+
}?,
|
67288
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67245
67289
|
}?
|
67246
67290
|
}
|
67247
67291
|
}?
|
@@ -67305,7 +67349,8 @@ module Aws
|
|
67305
67349
|
}?,
|
67306
67350
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67307
67351
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
67308
|
-
}
|
67352
|
+
}?,
|
67353
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67309
67354
|
}?,
|
67310
67355
|
default_list_options: {
|
67311
67356
|
display_options: {
|
@@ -67368,7 +67413,8 @@ module Aws
|
|
67368
67413
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
67369
67414
|
selectable_values: {
|
67370
67415
|
values: Array[::String]?
|
67371
|
-
}
|
67416
|
+
}?,
|
67417
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67372
67418
|
}?,
|
67373
67419
|
default_text_field_options: {
|
67374
67420
|
display_options: {
|
@@ -67472,7 +67518,8 @@ module Aws
|
|
67472
67518
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
67473
67519
|
info_icon_text: ::String?
|
67474
67520
|
}?
|
67475
|
-
}
|
67521
|
+
}?,
|
67522
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67476
67523
|
}?
|
67477
67524
|
}
|
67478
67525
|
}?
|
@@ -67526,7 +67573,8 @@ module Aws
|
|
67526
67573
|
}?,
|
67527
67574
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67528
67575
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
67529
|
-
}
|
67576
|
+
}?,
|
67577
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67530
67578
|
}?,
|
67531
67579
|
default_list_options: {
|
67532
67580
|
display_options: {
|
@@ -67589,7 +67637,8 @@ module Aws
|
|
67589
67637
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
67590
67638
|
selectable_values: {
|
67591
67639
|
values: Array[::String]?
|
67592
|
-
}
|
67640
|
+
}?,
|
67641
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67593
67642
|
}?,
|
67594
67643
|
default_text_field_options: {
|
67595
67644
|
display_options: {
|
@@ -67693,7 +67742,8 @@ module Aws
|
|
67693
67742
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
67694
67743
|
info_icon_text: ::String?
|
67695
67744
|
}?
|
67696
|
-
}
|
67745
|
+
}?,
|
67746
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67697
67747
|
}?
|
67698
67748
|
}
|
67699
67749
|
}?
|
@@ -67758,7 +67808,8 @@ module Aws
|
|
67758
67808
|
}?,
|
67759
67809
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67760
67810
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
67761
|
-
}
|
67811
|
+
}?,
|
67812
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67762
67813
|
}?,
|
67763
67814
|
default_list_options: {
|
67764
67815
|
display_options: {
|
@@ -67821,7 +67872,8 @@ module Aws
|
|
67821
67872
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
67822
67873
|
selectable_values: {
|
67823
67874
|
values: Array[::String]?
|
67824
|
-
}
|
67875
|
+
}?,
|
67876
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67825
67877
|
}?,
|
67826
67878
|
default_text_field_options: {
|
67827
67879
|
display_options: {
|
@@ -67925,7 +67977,8 @@ module Aws
|
|
67925
67977
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
67926
67978
|
info_icon_text: ::String?
|
67927
67979
|
}?
|
67928
|
-
}
|
67980
|
+
}?,
|
67981
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67929
67982
|
}?
|
67930
67983
|
}
|
67931
67984
|
}?
|
@@ -67992,7 +68045,8 @@ module Aws
|
|
67992
68045
|
}?,
|
67993
68046
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67994
68047
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
67995
|
-
}
|
68048
|
+
}?,
|
68049
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
67996
68050
|
}?,
|
67997
68051
|
default_list_options: {
|
67998
68052
|
display_options: {
|
@@ -68055,7 +68109,8 @@ module Aws
|
|
68055
68109
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
68056
68110
|
selectable_values: {
|
68057
68111
|
values: Array[::String]?
|
68058
|
-
}
|
68112
|
+
}?,
|
68113
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
68059
68114
|
}?,
|
68060
68115
|
default_text_field_options: {
|
68061
68116
|
display_options: {
|
@@ -68159,7 +68214,8 @@ module Aws
|
|
68159
68214
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
68160
68215
|
info_icon_text: ::String?
|
68161
68216
|
}?
|
68162
|
-
}
|
68217
|
+
}?,
|
68218
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
68163
68219
|
}?
|
68164
68220
|
}
|
68165
68221
|
}?
|
@@ -69385,7 +69441,8 @@ module Aws
|
|
69385
69441
|
}?
|
69386
69442
|
},
|
69387
69443
|
]?
|
69388
|
-
}
|
69444
|
+
}?,
|
69445
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
69389
69446
|
}?,
|
69390
69447
|
text_field: {
|
69391
69448
|
parameter_control_id: ::String,
|
@@ -69507,7 +69564,8 @@ module Aws
|
|
69507
69564
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
69508
69565
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
69509
69566
|
}?,
|
69510
|
-
type: ("SINGLE_VALUED" | "DATE_RANGE")
|
69567
|
+
type: ("SINGLE_VALUED" | "DATE_RANGE")?,
|
69568
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
69511
69569
|
}?,
|
69512
69570
|
list: {
|
69513
69571
|
filter_control_id: ::String,
|
@@ -69598,7 +69656,8 @@ module Aws
|
|
69598
69656
|
}?
|
69599
69657
|
},
|
69600
69658
|
]?
|
69601
|
-
}
|
69659
|
+
}?,
|
69660
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
69602
69661
|
}?,
|
69603
69662
|
text_field: {
|
69604
69663
|
filter_control_id: ::String,
|
@@ -69714,7 +69773,8 @@ module Aws
|
|
69714
69773
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
69715
69774
|
info_icon_text: ::String?
|
69716
69775
|
}?
|
69717
|
-
}
|
69776
|
+
}?,
|
69777
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
69718
69778
|
}?,
|
69719
69779
|
cross_sheet: {
|
69720
69780
|
filter_control_id: ::String,
|
@@ -100872,7 +100932,8 @@ module Aws
|
|
100872
100932
|
}?,
|
100873
100933
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
100874
100934
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
100875
|
-
}
|
100935
|
+
}?,
|
100936
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
100876
100937
|
}?,
|
100877
100938
|
default_list_options: {
|
100878
100939
|
display_options: {
|
@@ -100935,7 +100996,8 @@ module Aws
|
|
100935
100996
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
100936
100997
|
selectable_values: {
|
100937
100998
|
values: Array[::String]?
|
100938
|
-
}
|
100999
|
+
}?,
|
101000
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
100939
101001
|
}?,
|
100940
101002
|
default_text_field_options: {
|
100941
101003
|
display_options: {
|
@@ -101039,7 +101101,8 @@ module Aws
|
|
101039
101101
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
101040
101102
|
info_icon_text: ::String?
|
101041
101103
|
}?
|
101042
|
-
}
|
101104
|
+
}?,
|
101105
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101043
101106
|
}?
|
101044
101107
|
}
|
101045
101108
|
}?
|
@@ -101104,7 +101167,8 @@ module Aws
|
|
101104
101167
|
}?,
|
101105
101168
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101106
101169
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
101107
|
-
}
|
101170
|
+
}?,
|
101171
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101108
101172
|
}?,
|
101109
101173
|
default_list_options: {
|
101110
101174
|
display_options: {
|
@@ -101167,7 +101231,8 @@ module Aws
|
|
101167
101231
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
101168
101232
|
selectable_values: {
|
101169
101233
|
values: Array[::String]?
|
101170
|
-
}
|
101234
|
+
}?,
|
101235
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101171
101236
|
}?,
|
101172
101237
|
default_text_field_options: {
|
101173
101238
|
display_options: {
|
@@ -101271,7 +101336,8 @@ module Aws
|
|
101271
101336
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
101272
101337
|
info_icon_text: ::String?
|
101273
101338
|
}?
|
101274
|
-
}
|
101339
|
+
}?,
|
101340
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101275
101341
|
}?
|
101276
101342
|
}
|
101277
101343
|
}?
|
@@ -101329,7 +101395,8 @@ module Aws
|
|
101329
101395
|
}?,
|
101330
101396
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101331
101397
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
101332
|
-
}
|
101398
|
+
}?,
|
101399
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101333
101400
|
}?,
|
101334
101401
|
default_list_options: {
|
101335
101402
|
display_options: {
|
@@ -101392,7 +101459,8 @@ module Aws
|
|
101392
101459
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
101393
101460
|
selectable_values: {
|
101394
101461
|
values: Array[::String]?
|
101395
|
-
}
|
101462
|
+
}?,
|
101463
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101396
101464
|
}?,
|
101397
101465
|
default_text_field_options: {
|
101398
101466
|
display_options: {
|
@@ -101496,7 +101564,8 @@ module Aws
|
|
101496
101564
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
101497
101565
|
info_icon_text: ::String?
|
101498
101566
|
}?
|
101499
|
-
}
|
101567
|
+
}?,
|
101568
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101500
101569
|
}?
|
101501
101570
|
}
|
101502
101571
|
}?
|
@@ -101542,7 +101611,8 @@ module Aws
|
|
101542
101611
|
}?,
|
101543
101612
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101544
101613
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
101545
|
-
}
|
101614
|
+
}?,
|
101615
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101546
101616
|
}?,
|
101547
101617
|
default_list_options: {
|
101548
101618
|
display_options: {
|
@@ -101605,7 +101675,8 @@ module Aws
|
|
101605
101675
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
101606
101676
|
selectable_values: {
|
101607
101677
|
values: Array[::String]?
|
101608
|
-
}
|
101678
|
+
}?,
|
101679
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101609
101680
|
}?,
|
101610
101681
|
default_text_field_options: {
|
101611
101682
|
display_options: {
|
@@ -101709,7 +101780,8 @@ module Aws
|
|
101709
101780
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
101710
101781
|
info_icon_text: ::String?
|
101711
101782
|
}?
|
101712
|
-
}
|
101783
|
+
}?,
|
101784
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101713
101785
|
}?
|
101714
101786
|
}
|
101715
101787
|
}?
|
@@ -101773,7 +101845,8 @@ module Aws
|
|
101773
101845
|
}?,
|
101774
101846
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101775
101847
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
101776
|
-
}
|
101848
|
+
}?,
|
101849
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101777
101850
|
}?,
|
101778
101851
|
default_list_options: {
|
101779
101852
|
display_options: {
|
@@ -101836,7 +101909,8 @@ module Aws
|
|
101836
101909
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
101837
101910
|
selectable_values: {
|
101838
101911
|
values: Array[::String]?
|
101839
|
-
}
|
101912
|
+
}?,
|
101913
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101840
101914
|
}?,
|
101841
101915
|
default_text_field_options: {
|
101842
101916
|
display_options: {
|
@@ -101940,7 +102014,8 @@ module Aws
|
|
101940
102014
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
101941
102015
|
info_icon_text: ::String?
|
101942
102016
|
}?
|
101943
|
-
}
|
102017
|
+
}?,
|
102018
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101944
102019
|
}?
|
101945
102020
|
}
|
101946
102021
|
}?
|
@@ -101994,7 +102069,8 @@ module Aws
|
|
101994
102069
|
}?,
|
101995
102070
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101996
102071
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
101997
|
-
}
|
102072
|
+
}?,
|
102073
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
101998
102074
|
}?,
|
101999
102075
|
default_list_options: {
|
102000
102076
|
display_options: {
|
@@ -102057,7 +102133,8 @@ module Aws
|
|
102057
102133
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
102058
102134
|
selectable_values: {
|
102059
102135
|
values: Array[::String]?
|
102060
|
-
}
|
102136
|
+
}?,
|
102137
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
102061
102138
|
}?,
|
102062
102139
|
default_text_field_options: {
|
102063
102140
|
display_options: {
|
@@ -102161,7 +102238,8 @@ module Aws
|
|
102161
102238
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
102162
102239
|
info_icon_text: ::String?
|
102163
102240
|
}?
|
102164
|
-
}
|
102241
|
+
}?,
|
102242
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
102165
102243
|
}?
|
102166
102244
|
}
|
102167
102245
|
}?
|
@@ -102226,7 +102304,8 @@ module Aws
|
|
102226
102304
|
}?,
|
102227
102305
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
102228
102306
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
102229
|
-
}
|
102307
|
+
}?,
|
102308
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
102230
102309
|
}?,
|
102231
102310
|
default_list_options: {
|
102232
102311
|
display_options: {
|
@@ -102289,7 +102368,8 @@ module Aws
|
|
102289
102368
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
102290
102369
|
selectable_values: {
|
102291
102370
|
values: Array[::String]?
|
102292
|
-
}
|
102371
|
+
}?,
|
102372
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
102293
102373
|
}?,
|
102294
102374
|
default_text_field_options: {
|
102295
102375
|
display_options: {
|
@@ -102393,7 +102473,8 @@ module Aws
|
|
102393
102473
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
102394
102474
|
info_icon_text: ::String?
|
102395
102475
|
}?
|
102396
|
-
}
|
102476
|
+
}?,
|
102477
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
102397
102478
|
}?
|
102398
102479
|
}
|
102399
102480
|
}?
|
@@ -102460,7 +102541,8 @@ module Aws
|
|
102460
102541
|
}?,
|
102461
102542
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
102462
102543
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
102463
|
-
}
|
102544
|
+
}?,
|
102545
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
102464
102546
|
}?,
|
102465
102547
|
default_list_options: {
|
102466
102548
|
display_options: {
|
@@ -102523,7 +102605,8 @@ module Aws
|
|
102523
102605
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
102524
102606
|
selectable_values: {
|
102525
102607
|
values: Array[::String]?
|
102526
|
-
}
|
102608
|
+
}?,
|
102609
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
102527
102610
|
}?,
|
102528
102611
|
default_text_field_options: {
|
102529
102612
|
display_options: {
|
@@ -102627,7 +102710,8 @@ module Aws
|
|
102627
102710
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
102628
102711
|
info_icon_text: ::String?
|
102629
102712
|
}?
|
102630
|
-
}
|
102713
|
+
}?,
|
102714
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
102631
102715
|
}?
|
102632
102716
|
}
|
102633
102717
|
}?
|
@@ -104644,6 +104728,22 @@ module Aws
|
|
104644
104728
|
) -> _ListFoldersResponseSuccess
|
104645
104729
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFoldersResponseSuccess
|
104646
104730
|
|
104731
|
+
interface _ListFoldersForResourceResponseSuccess
|
104732
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListFoldersForResourceResponse]
|
104733
|
+
def status: () -> ::Integer
|
104734
|
+
def folders: () -> ::Array[::String]
|
104735
|
+
def next_token: () -> ::String
|
104736
|
+
def request_id: () -> ::String
|
104737
|
+
end
|
104738
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#list_folders_for_resource-instance_method
|
104739
|
+
def list_folders_for_resource: (
|
104740
|
+
aws_account_id: ::String,
|
104741
|
+
resource_arn: ::String,
|
104742
|
+
?next_token: ::String,
|
104743
|
+
?max_results: ::Integer
|
104744
|
+
) -> _ListFoldersForResourceResponseSuccess
|
104745
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFoldersForResourceResponseSuccess
|
104746
|
+
|
104647
104747
|
interface _ListGroupMembershipsResponseSuccess
|
104648
104748
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListGroupMembershipsResponse]
|
104649
104749
|
def group_member_list: () -> ::Array[Types::GroupMember]
|
@@ -105930,7 +106030,8 @@ module Aws
|
|
105930
106030
|
}?
|
105931
106031
|
},
|
105932
106032
|
]?
|
105933
|
-
}
|
106033
|
+
}?,
|
106034
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
105934
106035
|
}?,
|
105935
106036
|
text_field: {
|
105936
106037
|
parameter_control_id: ::String,
|
@@ -106052,7 +106153,8 @@ module Aws
|
|
106052
106153
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
106053
106154
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
106054
106155
|
}?,
|
106055
|
-
type: ("SINGLE_VALUED" | "DATE_RANGE")
|
106156
|
+
type: ("SINGLE_VALUED" | "DATE_RANGE")?,
|
106157
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
106056
106158
|
}?,
|
106057
106159
|
list: {
|
106058
106160
|
filter_control_id: ::String,
|
@@ -106143,7 +106245,8 @@ module Aws
|
|
106143
106245
|
}?
|
106144
106246
|
},
|
106145
106247
|
]?
|
106146
|
-
}
|
106248
|
+
}?,
|
106249
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
106147
106250
|
}?,
|
106148
106251
|
text_field: {
|
106149
106252
|
filter_control_id: ::String,
|
@@ -106259,7 +106362,8 @@ module Aws
|
|
106259
106362
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
106260
106363
|
info_icon_text: ::String?
|
106261
106364
|
}?
|
106262
|
-
}
|
106365
|
+
}?,
|
106366
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
106263
106367
|
}?,
|
106264
106368
|
cross_sheet: {
|
106265
106369
|
filter_control_id: ::String,
|
@@ -137417,7 +137521,8 @@ module Aws
|
|
137417
137521
|
}?,
|
137418
137522
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
137419
137523
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
137420
|
-
}
|
137524
|
+
}?,
|
137525
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
137421
137526
|
}?,
|
137422
137527
|
default_list_options: {
|
137423
137528
|
display_options: {
|
@@ -137480,7 +137585,8 @@ module Aws
|
|
137480
137585
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
137481
137586
|
selectable_values: {
|
137482
137587
|
values: Array[::String]?
|
137483
|
-
}
|
137588
|
+
}?,
|
137589
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
137484
137590
|
}?,
|
137485
137591
|
default_text_field_options: {
|
137486
137592
|
display_options: {
|
@@ -137584,7 +137690,8 @@ module Aws
|
|
137584
137690
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
137585
137691
|
info_icon_text: ::String?
|
137586
137692
|
}?
|
137587
|
-
}
|
137693
|
+
}?,
|
137694
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
137588
137695
|
}?
|
137589
137696
|
}
|
137590
137697
|
}?
|
@@ -137649,7 +137756,8 @@ module Aws
|
|
137649
137756
|
}?,
|
137650
137757
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
137651
137758
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
137652
|
-
}
|
137759
|
+
}?,
|
137760
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
137653
137761
|
}?,
|
137654
137762
|
default_list_options: {
|
137655
137763
|
display_options: {
|
@@ -137712,7 +137820,8 @@ module Aws
|
|
137712
137820
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
137713
137821
|
selectable_values: {
|
137714
137822
|
values: Array[::String]?
|
137715
|
-
}
|
137823
|
+
}?,
|
137824
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
137716
137825
|
}?,
|
137717
137826
|
default_text_field_options: {
|
137718
137827
|
display_options: {
|
@@ -137816,7 +137925,8 @@ module Aws
|
|
137816
137925
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
137817
137926
|
info_icon_text: ::String?
|
137818
137927
|
}?
|
137819
|
-
}
|
137928
|
+
}?,
|
137929
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
137820
137930
|
}?
|
137821
137931
|
}
|
137822
137932
|
}?
|
@@ -137874,7 +137984,8 @@ module Aws
|
|
137874
137984
|
}?,
|
137875
137985
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
137876
137986
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
137877
|
-
}
|
137987
|
+
}?,
|
137988
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
137878
137989
|
}?,
|
137879
137990
|
default_list_options: {
|
137880
137991
|
display_options: {
|
@@ -137937,7 +138048,8 @@ module Aws
|
|
137937
138048
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
137938
138049
|
selectable_values: {
|
137939
138050
|
values: Array[::String]?
|
137940
|
-
}
|
138051
|
+
}?,
|
138052
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
137941
138053
|
}?,
|
137942
138054
|
default_text_field_options: {
|
137943
138055
|
display_options: {
|
@@ -138041,7 +138153,8 @@ module Aws
|
|
138041
138153
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
138042
138154
|
info_icon_text: ::String?
|
138043
138155
|
}?
|
138044
|
-
}
|
138156
|
+
}?,
|
138157
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138045
138158
|
}?
|
138046
138159
|
}
|
138047
138160
|
}?
|
@@ -138087,7 +138200,8 @@ module Aws
|
|
138087
138200
|
}?,
|
138088
138201
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
138089
138202
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
138090
|
-
}
|
138203
|
+
}?,
|
138204
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138091
138205
|
}?,
|
138092
138206
|
default_list_options: {
|
138093
138207
|
display_options: {
|
@@ -138150,7 +138264,8 @@ module Aws
|
|
138150
138264
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
138151
138265
|
selectable_values: {
|
138152
138266
|
values: Array[::String]?
|
138153
|
-
}
|
138267
|
+
}?,
|
138268
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138154
138269
|
}?,
|
138155
138270
|
default_text_field_options: {
|
138156
138271
|
display_options: {
|
@@ -138254,7 +138369,8 @@ module Aws
|
|
138254
138369
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
138255
138370
|
info_icon_text: ::String?
|
138256
138371
|
}?
|
138257
|
-
}
|
138372
|
+
}?,
|
138373
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138258
138374
|
}?
|
138259
138375
|
}
|
138260
138376
|
}?
|
@@ -138318,7 +138434,8 @@ module Aws
|
|
138318
138434
|
}?,
|
138319
138435
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
138320
138436
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
138321
|
-
}
|
138437
|
+
}?,
|
138438
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138322
138439
|
}?,
|
138323
138440
|
default_list_options: {
|
138324
138441
|
display_options: {
|
@@ -138381,7 +138498,8 @@ module Aws
|
|
138381
138498
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
138382
138499
|
selectable_values: {
|
138383
138500
|
values: Array[::String]?
|
138384
|
-
}
|
138501
|
+
}?,
|
138502
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138385
138503
|
}?,
|
138386
138504
|
default_text_field_options: {
|
138387
138505
|
display_options: {
|
@@ -138485,7 +138603,8 @@ module Aws
|
|
138485
138603
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
138486
138604
|
info_icon_text: ::String?
|
138487
138605
|
}?
|
138488
|
-
}
|
138606
|
+
}?,
|
138607
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138489
138608
|
}?
|
138490
138609
|
}
|
138491
138610
|
}?
|
@@ -138539,7 +138658,8 @@ module Aws
|
|
138539
138658
|
}?,
|
138540
138659
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
138541
138660
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
138542
|
-
}
|
138661
|
+
}?,
|
138662
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138543
138663
|
}?,
|
138544
138664
|
default_list_options: {
|
138545
138665
|
display_options: {
|
@@ -138602,7 +138722,8 @@ module Aws
|
|
138602
138722
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
138603
138723
|
selectable_values: {
|
138604
138724
|
values: Array[::String]?
|
138605
|
-
}
|
138725
|
+
}?,
|
138726
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138606
138727
|
}?,
|
138607
138728
|
default_text_field_options: {
|
138608
138729
|
display_options: {
|
@@ -138706,7 +138827,8 @@ module Aws
|
|
138706
138827
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
138707
138828
|
info_icon_text: ::String?
|
138708
138829
|
}?
|
138709
|
-
}
|
138830
|
+
}?,
|
138831
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138710
138832
|
}?
|
138711
138833
|
}
|
138712
138834
|
}?
|
@@ -138771,7 +138893,8 @@ module Aws
|
|
138771
138893
|
}?,
|
138772
138894
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
138773
138895
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
138774
|
-
}
|
138896
|
+
}?,
|
138897
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138775
138898
|
}?,
|
138776
138899
|
default_list_options: {
|
138777
138900
|
display_options: {
|
@@ -138834,7 +138957,8 @@ module Aws
|
|
138834
138957
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
138835
138958
|
selectable_values: {
|
138836
138959
|
values: Array[::String]?
|
138837
|
-
}
|
138960
|
+
}?,
|
138961
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138838
138962
|
}?,
|
138839
138963
|
default_text_field_options: {
|
138840
138964
|
display_options: {
|
@@ -138938,7 +139062,8 @@ module Aws
|
|
138938
139062
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
138939
139063
|
info_icon_text: ::String?
|
138940
139064
|
}?
|
138941
|
-
}
|
139065
|
+
}?,
|
139066
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
138942
139067
|
}?
|
138943
139068
|
}
|
138944
139069
|
}?
|
@@ -139005,7 +139130,8 @@ module Aws
|
|
139005
139130
|
}?,
|
139006
139131
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
139007
139132
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
139008
|
-
}
|
139133
|
+
}?,
|
139134
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
139009
139135
|
}?,
|
139010
139136
|
default_list_options: {
|
139011
139137
|
display_options: {
|
@@ -139068,7 +139194,8 @@ module Aws
|
|
139068
139194
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
139069
139195
|
selectable_values: {
|
139070
139196
|
values: Array[::String]?
|
139071
|
-
}
|
139197
|
+
}?,
|
139198
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
139072
139199
|
}?,
|
139073
139200
|
default_text_field_options: {
|
139074
139201
|
display_options: {
|
@@ -139172,7 +139299,8 @@ module Aws
|
|
139172
139299
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
139173
139300
|
info_icon_text: ::String?
|
139174
139301
|
}?
|
139175
|
-
}
|
139302
|
+
}?,
|
139303
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
139176
139304
|
}?
|
139177
139305
|
}
|
139178
139306
|
}?
|
@@ -139736,7 +139864,8 @@ module Aws
|
|
139736
139864
|
}?
|
139737
139865
|
},
|
139738
139866
|
]?
|
139739
|
-
}
|
139867
|
+
}?,
|
139868
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
139740
139869
|
}?,
|
139741
139870
|
text_field: {
|
139742
139871
|
parameter_control_id: ::String,
|
@@ -139858,7 +139987,8 @@ module Aws
|
|
139858
139987
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
139859
139988
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
139860
139989
|
}?,
|
139861
|
-
type: ("SINGLE_VALUED" | "DATE_RANGE")
|
139990
|
+
type: ("SINGLE_VALUED" | "DATE_RANGE")?,
|
139991
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
139862
139992
|
}?,
|
139863
139993
|
list: {
|
139864
139994
|
filter_control_id: ::String,
|
@@ -139949,7 +140079,8 @@ module Aws
|
|
139949
140079
|
}?
|
139950
140080
|
},
|
139951
140081
|
]?
|
139952
|
-
}
|
140082
|
+
}?,
|
140083
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
139953
140084
|
}?,
|
139954
140085
|
text_field: {
|
139955
140086
|
filter_control_id: ::String,
|
@@ -140065,7 +140196,8 @@ module Aws
|
|
140065
140196
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
140066
140197
|
info_icon_text: ::String?
|
140067
140198
|
}?
|
140068
|
-
}
|
140199
|
+
}?,
|
140200
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
140069
140201
|
}?,
|
140070
140202
|
cross_sheet: {
|
140071
140203
|
filter_control_id: ::String,
|
@@ -171223,7 +171355,8 @@ module Aws
|
|
171223
171355
|
}?,
|
171224
171356
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
171225
171357
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
171226
|
-
}
|
171358
|
+
}?,
|
171359
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171227
171360
|
}?,
|
171228
171361
|
default_list_options: {
|
171229
171362
|
display_options: {
|
@@ -171286,7 +171419,8 @@ module Aws
|
|
171286
171419
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
171287
171420
|
selectable_values: {
|
171288
171421
|
values: Array[::String]?
|
171289
|
-
}
|
171422
|
+
}?,
|
171423
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171290
171424
|
}?,
|
171291
171425
|
default_text_field_options: {
|
171292
171426
|
display_options: {
|
@@ -171390,7 +171524,8 @@ module Aws
|
|
171390
171524
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
171391
171525
|
info_icon_text: ::String?
|
171392
171526
|
}?
|
171393
|
-
}
|
171527
|
+
}?,
|
171528
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171394
171529
|
}?
|
171395
171530
|
}
|
171396
171531
|
}?
|
@@ -171455,7 +171590,8 @@ module Aws
|
|
171455
171590
|
}?,
|
171456
171591
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
171457
171592
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
171458
|
-
}
|
171593
|
+
}?,
|
171594
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171459
171595
|
}?,
|
171460
171596
|
default_list_options: {
|
171461
171597
|
display_options: {
|
@@ -171518,7 +171654,8 @@ module Aws
|
|
171518
171654
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
171519
171655
|
selectable_values: {
|
171520
171656
|
values: Array[::String]?
|
171521
|
-
}
|
171657
|
+
}?,
|
171658
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171522
171659
|
}?,
|
171523
171660
|
default_text_field_options: {
|
171524
171661
|
display_options: {
|
@@ -171622,7 +171759,8 @@ module Aws
|
|
171622
171759
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
171623
171760
|
info_icon_text: ::String?
|
171624
171761
|
}?
|
171625
|
-
}
|
171762
|
+
}?,
|
171763
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171626
171764
|
}?
|
171627
171765
|
}
|
171628
171766
|
}?
|
@@ -171680,7 +171818,8 @@ module Aws
|
|
171680
171818
|
}?,
|
171681
171819
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
171682
171820
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
171683
|
-
}
|
171821
|
+
}?,
|
171822
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171684
171823
|
}?,
|
171685
171824
|
default_list_options: {
|
171686
171825
|
display_options: {
|
@@ -171743,7 +171882,8 @@ module Aws
|
|
171743
171882
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
171744
171883
|
selectable_values: {
|
171745
171884
|
values: Array[::String]?
|
171746
|
-
}
|
171885
|
+
}?,
|
171886
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171747
171887
|
}?,
|
171748
171888
|
default_text_field_options: {
|
171749
171889
|
display_options: {
|
@@ -171847,7 +171987,8 @@ module Aws
|
|
171847
171987
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
171848
171988
|
info_icon_text: ::String?
|
171849
171989
|
}?
|
171850
|
-
}
|
171990
|
+
}?,
|
171991
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171851
171992
|
}?
|
171852
171993
|
}
|
171853
171994
|
}?
|
@@ -171893,7 +172034,8 @@ module Aws
|
|
171893
172034
|
}?,
|
171894
172035
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
171895
172036
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
171896
|
-
}
|
172037
|
+
}?,
|
172038
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171897
172039
|
}?,
|
171898
172040
|
default_list_options: {
|
171899
172041
|
display_options: {
|
@@ -171956,7 +172098,8 @@ module Aws
|
|
171956
172098
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
171957
172099
|
selectable_values: {
|
171958
172100
|
values: Array[::String]?
|
171959
|
-
}
|
172101
|
+
}?,
|
172102
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
171960
172103
|
}?,
|
171961
172104
|
default_text_field_options: {
|
171962
172105
|
display_options: {
|
@@ -172060,7 +172203,8 @@ module Aws
|
|
172060
172203
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
172061
172204
|
info_icon_text: ::String?
|
172062
172205
|
}?
|
172063
|
-
}
|
172206
|
+
}?,
|
172207
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172064
172208
|
}?
|
172065
172209
|
}
|
172066
172210
|
}?
|
@@ -172124,7 +172268,8 @@ module Aws
|
|
172124
172268
|
}?,
|
172125
172269
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
172126
172270
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
172127
|
-
}
|
172271
|
+
}?,
|
172272
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172128
172273
|
}?,
|
172129
172274
|
default_list_options: {
|
172130
172275
|
display_options: {
|
@@ -172187,7 +172332,8 @@ module Aws
|
|
172187
172332
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
172188
172333
|
selectable_values: {
|
172189
172334
|
values: Array[::String]?
|
172190
|
-
}
|
172335
|
+
}?,
|
172336
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172191
172337
|
}?,
|
172192
172338
|
default_text_field_options: {
|
172193
172339
|
display_options: {
|
@@ -172291,7 +172437,8 @@ module Aws
|
|
172291
172437
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
172292
172438
|
info_icon_text: ::String?
|
172293
172439
|
}?
|
172294
|
-
}
|
172440
|
+
}?,
|
172441
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172295
172442
|
}?
|
172296
172443
|
}
|
172297
172444
|
}?
|
@@ -172345,7 +172492,8 @@ module Aws
|
|
172345
172492
|
}?,
|
172346
172493
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
172347
172494
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
172348
|
-
}
|
172495
|
+
}?,
|
172496
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172349
172497
|
}?,
|
172350
172498
|
default_list_options: {
|
172351
172499
|
display_options: {
|
@@ -172408,7 +172556,8 @@ module Aws
|
|
172408
172556
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
172409
172557
|
selectable_values: {
|
172410
172558
|
values: Array[::String]?
|
172411
|
-
}
|
172559
|
+
}?,
|
172560
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172412
172561
|
}?,
|
172413
172562
|
default_text_field_options: {
|
172414
172563
|
display_options: {
|
@@ -172512,7 +172661,8 @@ module Aws
|
|
172512
172661
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
172513
172662
|
info_icon_text: ::String?
|
172514
172663
|
}?
|
172515
|
-
}
|
172664
|
+
}?,
|
172665
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172516
172666
|
}?
|
172517
172667
|
}
|
172518
172668
|
}?
|
@@ -172577,7 +172727,8 @@ module Aws
|
|
172577
172727
|
}?,
|
172578
172728
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
172579
172729
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
172580
|
-
}
|
172730
|
+
}?,
|
172731
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172581
172732
|
}?,
|
172582
172733
|
default_list_options: {
|
172583
172734
|
display_options: {
|
@@ -172640,7 +172791,8 @@ module Aws
|
|
172640
172791
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
172641
172792
|
selectable_values: {
|
172642
172793
|
values: Array[::String]?
|
172643
|
-
}
|
172794
|
+
}?,
|
172795
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172644
172796
|
}?,
|
172645
172797
|
default_text_field_options: {
|
172646
172798
|
display_options: {
|
@@ -172744,7 +172896,8 @@ module Aws
|
|
172744
172896
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
172745
172897
|
info_icon_text: ::String?
|
172746
172898
|
}?
|
172747
|
-
}
|
172899
|
+
}?,
|
172900
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172748
172901
|
}?
|
172749
172902
|
}
|
172750
172903
|
}?
|
@@ -172811,7 +172964,8 @@ module Aws
|
|
172811
172964
|
}?,
|
172812
172965
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
172813
172966
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
172814
|
-
}
|
172967
|
+
}?,
|
172968
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172815
172969
|
}?,
|
172816
172970
|
default_list_options: {
|
172817
172971
|
display_options: {
|
@@ -172874,7 +173028,8 @@ module Aws
|
|
172874
173028
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
172875
173029
|
selectable_values: {
|
172876
173030
|
values: Array[::String]?
|
172877
|
-
}
|
173031
|
+
}?,
|
173032
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172878
173033
|
}?,
|
172879
173034
|
default_text_field_options: {
|
172880
173035
|
display_options: {
|
@@ -172978,7 +173133,8 @@ module Aws
|
|
172978
173133
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
172979
173134
|
info_icon_text: ::String?
|
172980
173135
|
}?
|
172981
|
-
}
|
173136
|
+
}?,
|
173137
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
172982
173138
|
}?
|
172983
173139
|
}
|
172984
173140
|
}?
|
@@ -174289,7 +174445,8 @@ module Aws
|
|
174289
174445
|
}?
|
174290
174446
|
},
|
174291
174447
|
]?
|
174292
|
-
}
|
174448
|
+
}?,
|
174449
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
174293
174450
|
}?,
|
174294
174451
|
text_field: {
|
174295
174452
|
parameter_control_id: ::String,
|
@@ -174411,7 +174568,8 @@ module Aws
|
|
174411
174568
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
174412
174569
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
174413
174570
|
}?,
|
174414
|
-
type: ("SINGLE_VALUED" | "DATE_RANGE")
|
174571
|
+
type: ("SINGLE_VALUED" | "DATE_RANGE")?,
|
174572
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
174415
174573
|
}?,
|
174416
174574
|
list: {
|
174417
174575
|
filter_control_id: ::String,
|
@@ -174502,7 +174660,8 @@ module Aws
|
|
174502
174660
|
}?
|
174503
174661
|
},
|
174504
174662
|
]?
|
174505
|
-
}
|
174663
|
+
}?,
|
174664
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
174506
174665
|
}?,
|
174507
174666
|
text_field: {
|
174508
174667
|
filter_control_id: ::String,
|
@@ -174618,7 +174777,8 @@ module Aws
|
|
174618
174777
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
174619
174778
|
info_icon_text: ::String?
|
174620
174779
|
}?
|
174621
|
-
}
|
174780
|
+
}?,
|
174781
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
174622
174782
|
}?,
|
174623
174783
|
cross_sheet: {
|
174624
174784
|
filter_control_id: ::String,
|
@@ -205776,7 +205936,8 @@ module Aws
|
|
205776
205936
|
}?,
|
205777
205937
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
205778
205938
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
205779
|
-
}
|
205939
|
+
}?,
|
205940
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
205780
205941
|
}?,
|
205781
205942
|
default_list_options: {
|
205782
205943
|
display_options: {
|
@@ -205839,7 +206000,8 @@ module Aws
|
|
205839
206000
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
205840
206001
|
selectable_values: {
|
205841
206002
|
values: Array[::String]?
|
205842
|
-
}
|
206003
|
+
}?,
|
206004
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
205843
206005
|
}?,
|
205844
206006
|
default_text_field_options: {
|
205845
206007
|
display_options: {
|
@@ -205943,7 +206105,8 @@ module Aws
|
|
205943
206105
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
205944
206106
|
info_icon_text: ::String?
|
205945
206107
|
}?
|
205946
|
-
}
|
206108
|
+
}?,
|
206109
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
205947
206110
|
}?
|
205948
206111
|
}
|
205949
206112
|
}?
|
@@ -206008,7 +206171,8 @@ module Aws
|
|
206008
206171
|
}?,
|
206009
206172
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
206010
206173
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
206011
|
-
}
|
206174
|
+
}?,
|
206175
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206012
206176
|
}?,
|
206013
206177
|
default_list_options: {
|
206014
206178
|
display_options: {
|
@@ -206071,7 +206235,8 @@ module Aws
|
|
206071
206235
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
206072
206236
|
selectable_values: {
|
206073
206237
|
values: Array[::String]?
|
206074
|
-
}
|
206238
|
+
}?,
|
206239
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206075
206240
|
}?,
|
206076
206241
|
default_text_field_options: {
|
206077
206242
|
display_options: {
|
@@ -206175,7 +206340,8 @@ module Aws
|
|
206175
206340
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
206176
206341
|
info_icon_text: ::String?
|
206177
206342
|
}?
|
206178
|
-
}
|
206343
|
+
}?,
|
206344
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206179
206345
|
}?
|
206180
206346
|
}
|
206181
206347
|
}?
|
@@ -206233,7 +206399,8 @@ module Aws
|
|
206233
206399
|
}?,
|
206234
206400
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
206235
206401
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
206236
|
-
}
|
206402
|
+
}?,
|
206403
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206237
206404
|
}?,
|
206238
206405
|
default_list_options: {
|
206239
206406
|
display_options: {
|
@@ -206296,7 +206463,8 @@ module Aws
|
|
206296
206463
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
206297
206464
|
selectable_values: {
|
206298
206465
|
values: Array[::String]?
|
206299
|
-
}
|
206466
|
+
}?,
|
206467
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206300
206468
|
}?,
|
206301
206469
|
default_text_field_options: {
|
206302
206470
|
display_options: {
|
@@ -206400,7 +206568,8 @@ module Aws
|
|
206400
206568
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
206401
206569
|
info_icon_text: ::String?
|
206402
206570
|
}?
|
206403
|
-
}
|
206571
|
+
}?,
|
206572
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206404
206573
|
}?
|
206405
206574
|
}
|
206406
206575
|
}?
|
@@ -206446,7 +206615,8 @@ module Aws
|
|
206446
206615
|
}?,
|
206447
206616
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
206448
206617
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
206449
|
-
}
|
206618
|
+
}?,
|
206619
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206450
206620
|
}?,
|
206451
206621
|
default_list_options: {
|
206452
206622
|
display_options: {
|
@@ -206509,7 +206679,8 @@ module Aws
|
|
206509
206679
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
206510
206680
|
selectable_values: {
|
206511
206681
|
values: Array[::String]?
|
206512
|
-
}
|
206682
|
+
}?,
|
206683
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206513
206684
|
}?,
|
206514
206685
|
default_text_field_options: {
|
206515
206686
|
display_options: {
|
@@ -206613,7 +206784,8 @@ module Aws
|
|
206613
206784
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
206614
206785
|
info_icon_text: ::String?
|
206615
206786
|
}?
|
206616
|
-
}
|
206787
|
+
}?,
|
206788
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206617
206789
|
}?
|
206618
206790
|
}
|
206619
206791
|
}?
|
@@ -206677,7 +206849,8 @@ module Aws
|
|
206677
206849
|
}?,
|
206678
206850
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
206679
206851
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
206680
|
-
}
|
206852
|
+
}?,
|
206853
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206681
206854
|
}?,
|
206682
206855
|
default_list_options: {
|
206683
206856
|
display_options: {
|
@@ -206740,7 +206913,8 @@ module Aws
|
|
206740
206913
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
206741
206914
|
selectable_values: {
|
206742
206915
|
values: Array[::String]?
|
206743
|
-
}
|
206916
|
+
}?,
|
206917
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206744
206918
|
}?,
|
206745
206919
|
default_text_field_options: {
|
206746
206920
|
display_options: {
|
@@ -206844,7 +207018,8 @@ module Aws
|
|
206844
207018
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
206845
207019
|
info_icon_text: ::String?
|
206846
207020
|
}?
|
206847
|
-
}
|
207021
|
+
}?,
|
207022
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206848
207023
|
}?
|
206849
207024
|
}
|
206850
207025
|
}?
|
@@ -206898,7 +207073,8 @@ module Aws
|
|
206898
207073
|
}?,
|
206899
207074
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
206900
207075
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
206901
|
-
}
|
207076
|
+
}?,
|
207077
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206902
207078
|
}?,
|
206903
207079
|
default_list_options: {
|
206904
207080
|
display_options: {
|
@@ -206961,7 +207137,8 @@ module Aws
|
|
206961
207137
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
206962
207138
|
selectable_values: {
|
206963
207139
|
values: Array[::String]?
|
206964
|
-
}
|
207140
|
+
}?,
|
207141
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
206965
207142
|
}?,
|
206966
207143
|
default_text_field_options: {
|
206967
207144
|
display_options: {
|
@@ -207065,7 +207242,8 @@ module Aws
|
|
207065
207242
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
207066
207243
|
info_icon_text: ::String?
|
207067
207244
|
}?
|
207068
|
-
}
|
207245
|
+
}?,
|
207246
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
207069
207247
|
}?
|
207070
207248
|
}
|
207071
207249
|
}?
|
@@ -207130,7 +207308,8 @@ module Aws
|
|
207130
207308
|
}?,
|
207131
207309
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
207132
207310
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
207133
|
-
}
|
207311
|
+
}?,
|
207312
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
207134
207313
|
}?,
|
207135
207314
|
default_list_options: {
|
207136
207315
|
display_options: {
|
@@ -207193,7 +207372,8 @@ module Aws
|
|
207193
207372
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
207194
207373
|
selectable_values: {
|
207195
207374
|
values: Array[::String]?
|
207196
|
-
}
|
207375
|
+
}?,
|
207376
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
207197
207377
|
}?,
|
207198
207378
|
default_text_field_options: {
|
207199
207379
|
display_options: {
|
@@ -207297,7 +207477,8 @@ module Aws
|
|
207297
207477
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
207298
207478
|
info_icon_text: ::String?
|
207299
207479
|
}?
|
207300
|
-
}
|
207480
|
+
}?,
|
207481
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
207301
207482
|
}?
|
207302
207483
|
}
|
207303
207484
|
}?
|
@@ -207364,7 +207545,8 @@ module Aws
|
|
207364
207545
|
}?,
|
207365
207546
|
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
207366
207547
|
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
207367
|
-
}
|
207548
|
+
}?,
|
207549
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
207368
207550
|
}?,
|
207369
207551
|
default_list_options: {
|
207370
207552
|
display_options: {
|
@@ -207427,7 +207609,8 @@ module Aws
|
|
207427
207609
|
type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
|
207428
207610
|
selectable_values: {
|
207429
207611
|
values: Array[::String]?
|
207430
|
-
}
|
207612
|
+
}?,
|
207613
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
207431
207614
|
}?,
|
207432
207615
|
default_text_field_options: {
|
207433
207616
|
display_options: {
|
@@ -207531,7 +207714,8 @@ module Aws
|
|
207531
207714
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
207532
207715
|
info_icon_text: ::String?
|
207533
207716
|
}?
|
207534
|
-
}
|
207717
|
+
}?,
|
207718
|
+
commit_mode: ("AUTO" | "MANUAL")?
|
207535
207719
|
}?
|
207536
207720
|
}
|
207537
207721
|
}?
|