aws-sdk-quicksight 1.154.0 → 1.155.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 +1 -1
- data/lib/aws-sdk-quicksight/client_api.rb +3 -0
- data/lib/aws-sdk-quicksight/types.rb +15 -0
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +1080 -0
- data/sig/types.rbs +3 -0
- metadata +1 -1
data/sig/client.rbs
CHANGED
@@ -12721,6 +12721,64 @@ module Aws
|
|
12721
12721
|
other_categories: ("INCLUDE" | "EXCLUDE")?
|
12722
12722
|
}?
|
12723
12723
|
}?,
|
12724
|
+
row_axis_display_options: {
|
12725
|
+
tick_label_options: {
|
12726
|
+
label_options: {
|
12727
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
12728
|
+
font_configuration: {
|
12729
|
+
font_size: {
|
12730
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
12731
|
+
absolute: ::String?
|
12732
|
+
}?,
|
12733
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
12734
|
+
font_color: ::String?,
|
12735
|
+
font_weight: {
|
12736
|
+
name: ("NORMAL" | "BOLD")?
|
12737
|
+
}?,
|
12738
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
12739
|
+
font_family: ::String?
|
12740
|
+
}?,
|
12741
|
+
custom_label: ::String?
|
12742
|
+
}?,
|
12743
|
+
rotation_angle: ::Float?
|
12744
|
+
}?,
|
12745
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
12746
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
12747
|
+
data_options: {
|
12748
|
+
numeric_axis_options: {
|
12749
|
+
scale: {
|
12750
|
+
linear: {
|
12751
|
+
step_count: ::Integer?,
|
12752
|
+
step_size: ::Float?
|
12753
|
+
}?,
|
12754
|
+
logarithmic: {
|
12755
|
+
base: ::Float?
|
12756
|
+
}?
|
12757
|
+
}?,
|
12758
|
+
range: {
|
12759
|
+
min_max: {
|
12760
|
+
minimum: ::Float?,
|
12761
|
+
maximum: ::Float?
|
12762
|
+
}?,
|
12763
|
+
data_driven: {
|
12764
|
+
}?
|
12765
|
+
}?
|
12766
|
+
}?,
|
12767
|
+
date_axis_options: {
|
12768
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
12769
|
+
}?
|
12770
|
+
}?,
|
12771
|
+
scrollbar_options: {
|
12772
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
12773
|
+
visible_range: {
|
12774
|
+
percent_range: {
|
12775
|
+
from: ::Float?,
|
12776
|
+
to: ::Float?
|
12777
|
+
}?
|
12778
|
+
}?
|
12779
|
+
}?,
|
12780
|
+
axis_offset: ::String?
|
12781
|
+
}?,
|
12724
12782
|
row_label_options: {
|
12725
12783
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
12726
12784
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -12750,6 +12808,64 @@ module Aws
|
|
12750
12808
|
},
|
12751
12809
|
]?
|
12752
12810
|
}?,
|
12811
|
+
column_axis_display_options: {
|
12812
|
+
tick_label_options: {
|
12813
|
+
label_options: {
|
12814
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
12815
|
+
font_configuration: {
|
12816
|
+
font_size: {
|
12817
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
12818
|
+
absolute: ::String?
|
12819
|
+
}?,
|
12820
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
12821
|
+
font_color: ::String?,
|
12822
|
+
font_weight: {
|
12823
|
+
name: ("NORMAL" | "BOLD")?
|
12824
|
+
}?,
|
12825
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
12826
|
+
font_family: ::String?
|
12827
|
+
}?,
|
12828
|
+
custom_label: ::String?
|
12829
|
+
}?,
|
12830
|
+
rotation_angle: ::Float?
|
12831
|
+
}?,
|
12832
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
12833
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
12834
|
+
data_options: {
|
12835
|
+
numeric_axis_options: {
|
12836
|
+
scale: {
|
12837
|
+
linear: {
|
12838
|
+
step_count: ::Integer?,
|
12839
|
+
step_size: ::Float?
|
12840
|
+
}?,
|
12841
|
+
logarithmic: {
|
12842
|
+
base: ::Float?
|
12843
|
+
}?
|
12844
|
+
}?,
|
12845
|
+
range: {
|
12846
|
+
min_max: {
|
12847
|
+
minimum: ::Float?,
|
12848
|
+
maximum: ::Float?
|
12849
|
+
}?,
|
12850
|
+
data_driven: {
|
12851
|
+
}?
|
12852
|
+
}?
|
12853
|
+
}?,
|
12854
|
+
date_axis_options: {
|
12855
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
12856
|
+
}?
|
12857
|
+
}?,
|
12858
|
+
scrollbar_options: {
|
12859
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
12860
|
+
visible_range: {
|
12861
|
+
percent_range: {
|
12862
|
+
from: ::Float?,
|
12863
|
+
to: ::Float?
|
12864
|
+
}?
|
12865
|
+
}?
|
12866
|
+
}?,
|
12867
|
+
axis_offset: ::String?
|
12868
|
+
}?,
|
12753
12869
|
column_label_options: {
|
12754
12870
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
12755
12871
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -35206,6 +35322,70 @@ module Aws
|
|
35206
35322
|
}?
|
35207
35323
|
}?
|
35208
35324
|
}?,
|
35325
|
+
actions: Array[
|
35326
|
+
{
|
35327
|
+
custom_action_id: ::String,
|
35328
|
+
name: ::String,
|
35329
|
+
status: ("ENABLED" | "DISABLED")?,
|
35330
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_MENU"),
|
35331
|
+
action_operations: Array[
|
35332
|
+
{
|
35333
|
+
filter_operation: {
|
35334
|
+
selected_fields_configuration: {
|
35335
|
+
selected_fields: Array[::String]?,
|
35336
|
+
selected_field_options: ("ALL_FIELDS")?,
|
35337
|
+
selected_columns: Array[
|
35338
|
+
{
|
35339
|
+
data_set_identifier: ::String,
|
35340
|
+
column_name: ::String
|
35341
|
+
},
|
35342
|
+
]?
|
35343
|
+
},
|
35344
|
+
target_visuals_configuration: {
|
35345
|
+
same_sheet_target_visual_configuration: {
|
35346
|
+
target_visuals: Array[::String]?,
|
35347
|
+
target_visual_options: ("ALL_VISUALS")?
|
35348
|
+
}?
|
35349
|
+
}
|
35350
|
+
}?,
|
35351
|
+
navigation_operation: {
|
35352
|
+
local_navigation_configuration: {
|
35353
|
+
target_sheet_id: ::String
|
35354
|
+
}?
|
35355
|
+
}?,
|
35356
|
+
url_operation: {
|
35357
|
+
url_template: ::String,
|
35358
|
+
url_target: ("NEW_TAB" | "NEW_WINDOW" | "SAME_TAB")
|
35359
|
+
}?,
|
35360
|
+
set_parameters_operation: {
|
35361
|
+
parameter_value_configurations: Array[
|
35362
|
+
{
|
35363
|
+
destination_parameter_name: ::String,
|
35364
|
+
value: {
|
35365
|
+
custom_values_configuration: {
|
35366
|
+
include_null_value: bool?,
|
35367
|
+
custom_values: {
|
35368
|
+
string_values: Array[::String]?,
|
35369
|
+
integer_values: Array[::Integer]?,
|
35370
|
+
decimal_values: Array[::Float]?,
|
35371
|
+
date_time_values: Array[::Time]?
|
35372
|
+
}
|
35373
|
+
}?,
|
35374
|
+
select_all_value_options: ("ALL_VALUES")?,
|
35375
|
+
source_parameter_name: ::String?,
|
35376
|
+
source_field: ::String?,
|
35377
|
+
source_column: {
|
35378
|
+
data_set_identifier: ::String,
|
35379
|
+
column_name: ::String
|
35380
|
+
}?
|
35381
|
+
}
|
35382
|
+
},
|
35383
|
+
]
|
35384
|
+
}?
|
35385
|
+
},
|
35386
|
+
]
|
35387
|
+
},
|
35388
|
+
]?,
|
35209
35389
|
visual_content_alt_text: ::String?
|
35210
35390
|
}?
|
35211
35391
|
},
|
@@ -50059,6 +50239,64 @@ module Aws
|
|
50059
50239
|
other_categories: ("INCLUDE" | "EXCLUDE")?
|
50060
50240
|
}?
|
50061
50241
|
}?,
|
50242
|
+
row_axis_display_options: {
|
50243
|
+
tick_label_options: {
|
50244
|
+
label_options: {
|
50245
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
50246
|
+
font_configuration: {
|
50247
|
+
font_size: {
|
50248
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
50249
|
+
absolute: ::String?
|
50250
|
+
}?,
|
50251
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
50252
|
+
font_color: ::String?,
|
50253
|
+
font_weight: {
|
50254
|
+
name: ("NORMAL" | "BOLD")?
|
50255
|
+
}?,
|
50256
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
50257
|
+
font_family: ::String?
|
50258
|
+
}?,
|
50259
|
+
custom_label: ::String?
|
50260
|
+
}?,
|
50261
|
+
rotation_angle: ::Float?
|
50262
|
+
}?,
|
50263
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
50264
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
50265
|
+
data_options: {
|
50266
|
+
numeric_axis_options: {
|
50267
|
+
scale: {
|
50268
|
+
linear: {
|
50269
|
+
step_count: ::Integer?,
|
50270
|
+
step_size: ::Float?
|
50271
|
+
}?,
|
50272
|
+
logarithmic: {
|
50273
|
+
base: ::Float?
|
50274
|
+
}?
|
50275
|
+
}?,
|
50276
|
+
range: {
|
50277
|
+
min_max: {
|
50278
|
+
minimum: ::Float?,
|
50279
|
+
maximum: ::Float?
|
50280
|
+
}?,
|
50281
|
+
data_driven: {
|
50282
|
+
}?
|
50283
|
+
}?
|
50284
|
+
}?,
|
50285
|
+
date_axis_options: {
|
50286
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
50287
|
+
}?
|
50288
|
+
}?,
|
50289
|
+
scrollbar_options: {
|
50290
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
50291
|
+
visible_range: {
|
50292
|
+
percent_range: {
|
50293
|
+
from: ::Float?,
|
50294
|
+
to: ::Float?
|
50295
|
+
}?
|
50296
|
+
}?
|
50297
|
+
}?,
|
50298
|
+
axis_offset: ::String?
|
50299
|
+
}?,
|
50062
50300
|
row_label_options: {
|
50063
50301
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
50064
50302
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -50088,6 +50326,64 @@ module Aws
|
|
50088
50326
|
},
|
50089
50327
|
]?
|
50090
50328
|
}?,
|
50329
|
+
column_axis_display_options: {
|
50330
|
+
tick_label_options: {
|
50331
|
+
label_options: {
|
50332
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
50333
|
+
font_configuration: {
|
50334
|
+
font_size: {
|
50335
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
50336
|
+
absolute: ::String?
|
50337
|
+
}?,
|
50338
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
50339
|
+
font_color: ::String?,
|
50340
|
+
font_weight: {
|
50341
|
+
name: ("NORMAL" | "BOLD")?
|
50342
|
+
}?,
|
50343
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
50344
|
+
font_family: ::String?
|
50345
|
+
}?,
|
50346
|
+
custom_label: ::String?
|
50347
|
+
}?,
|
50348
|
+
rotation_angle: ::Float?
|
50349
|
+
}?,
|
50350
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
50351
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
50352
|
+
data_options: {
|
50353
|
+
numeric_axis_options: {
|
50354
|
+
scale: {
|
50355
|
+
linear: {
|
50356
|
+
step_count: ::Integer?,
|
50357
|
+
step_size: ::Float?
|
50358
|
+
}?,
|
50359
|
+
logarithmic: {
|
50360
|
+
base: ::Float?
|
50361
|
+
}?
|
50362
|
+
}?,
|
50363
|
+
range: {
|
50364
|
+
min_max: {
|
50365
|
+
minimum: ::Float?,
|
50366
|
+
maximum: ::Float?
|
50367
|
+
}?,
|
50368
|
+
data_driven: {
|
50369
|
+
}?
|
50370
|
+
}?
|
50371
|
+
}?,
|
50372
|
+
date_axis_options: {
|
50373
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
50374
|
+
}?
|
50375
|
+
}?,
|
50376
|
+
scrollbar_options: {
|
50377
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
50378
|
+
visible_range: {
|
50379
|
+
percent_range: {
|
50380
|
+
from: ::Float?,
|
50381
|
+
to: ::Float?
|
50382
|
+
}?
|
50383
|
+
}?
|
50384
|
+
}?,
|
50385
|
+
axis_offset: ::String?
|
50386
|
+
}?,
|
50091
50387
|
column_label_options: {
|
50092
50388
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
50093
50389
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -72544,6 +72840,70 @@ module Aws
|
|
72544
72840
|
}?
|
72545
72841
|
}?
|
72546
72842
|
}?,
|
72843
|
+
actions: Array[
|
72844
|
+
{
|
72845
|
+
custom_action_id: ::String,
|
72846
|
+
name: ::String,
|
72847
|
+
status: ("ENABLED" | "DISABLED")?,
|
72848
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_MENU"),
|
72849
|
+
action_operations: Array[
|
72850
|
+
{
|
72851
|
+
filter_operation: {
|
72852
|
+
selected_fields_configuration: {
|
72853
|
+
selected_fields: Array[::String]?,
|
72854
|
+
selected_field_options: ("ALL_FIELDS")?,
|
72855
|
+
selected_columns: Array[
|
72856
|
+
{
|
72857
|
+
data_set_identifier: ::String,
|
72858
|
+
column_name: ::String
|
72859
|
+
},
|
72860
|
+
]?
|
72861
|
+
},
|
72862
|
+
target_visuals_configuration: {
|
72863
|
+
same_sheet_target_visual_configuration: {
|
72864
|
+
target_visuals: Array[::String]?,
|
72865
|
+
target_visual_options: ("ALL_VISUALS")?
|
72866
|
+
}?
|
72867
|
+
}
|
72868
|
+
}?,
|
72869
|
+
navigation_operation: {
|
72870
|
+
local_navigation_configuration: {
|
72871
|
+
target_sheet_id: ::String
|
72872
|
+
}?
|
72873
|
+
}?,
|
72874
|
+
url_operation: {
|
72875
|
+
url_template: ::String,
|
72876
|
+
url_target: ("NEW_TAB" | "NEW_WINDOW" | "SAME_TAB")
|
72877
|
+
}?,
|
72878
|
+
set_parameters_operation: {
|
72879
|
+
parameter_value_configurations: Array[
|
72880
|
+
{
|
72881
|
+
destination_parameter_name: ::String,
|
72882
|
+
value: {
|
72883
|
+
custom_values_configuration: {
|
72884
|
+
include_null_value: bool?,
|
72885
|
+
custom_values: {
|
72886
|
+
string_values: Array[::String]?,
|
72887
|
+
integer_values: Array[::Integer]?,
|
72888
|
+
decimal_values: Array[::Float]?,
|
72889
|
+
date_time_values: Array[::Time]?
|
72890
|
+
}
|
72891
|
+
}?,
|
72892
|
+
select_all_value_options: ("ALL_VALUES")?,
|
72893
|
+
source_parameter_name: ::String?,
|
72894
|
+
source_field: ::String?,
|
72895
|
+
source_column: {
|
72896
|
+
data_set_identifier: ::String,
|
72897
|
+
column_name: ::String
|
72898
|
+
}?
|
72899
|
+
}
|
72900
|
+
},
|
72901
|
+
]
|
72902
|
+
}?
|
72903
|
+
},
|
72904
|
+
]
|
72905
|
+
},
|
72906
|
+
]?,
|
72547
72907
|
visual_content_alt_text: ::String?
|
72548
72908
|
}?
|
72549
72909
|
},
|
@@ -87998,6 +88358,64 @@ module Aws
|
|
87998
88358
|
other_categories: ("INCLUDE" | "EXCLUDE")?
|
87999
88359
|
}?
|
88000
88360
|
}?,
|
88361
|
+
row_axis_display_options: {
|
88362
|
+
tick_label_options: {
|
88363
|
+
label_options: {
|
88364
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
88365
|
+
font_configuration: {
|
88366
|
+
font_size: {
|
88367
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
88368
|
+
absolute: ::String?
|
88369
|
+
}?,
|
88370
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
88371
|
+
font_color: ::String?,
|
88372
|
+
font_weight: {
|
88373
|
+
name: ("NORMAL" | "BOLD")?
|
88374
|
+
}?,
|
88375
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
88376
|
+
font_family: ::String?
|
88377
|
+
}?,
|
88378
|
+
custom_label: ::String?
|
88379
|
+
}?,
|
88380
|
+
rotation_angle: ::Float?
|
88381
|
+
}?,
|
88382
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
88383
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
88384
|
+
data_options: {
|
88385
|
+
numeric_axis_options: {
|
88386
|
+
scale: {
|
88387
|
+
linear: {
|
88388
|
+
step_count: ::Integer?,
|
88389
|
+
step_size: ::Float?
|
88390
|
+
}?,
|
88391
|
+
logarithmic: {
|
88392
|
+
base: ::Float?
|
88393
|
+
}?
|
88394
|
+
}?,
|
88395
|
+
range: {
|
88396
|
+
min_max: {
|
88397
|
+
minimum: ::Float?,
|
88398
|
+
maximum: ::Float?
|
88399
|
+
}?,
|
88400
|
+
data_driven: {
|
88401
|
+
}?
|
88402
|
+
}?
|
88403
|
+
}?,
|
88404
|
+
date_axis_options: {
|
88405
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
88406
|
+
}?
|
88407
|
+
}?,
|
88408
|
+
scrollbar_options: {
|
88409
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
88410
|
+
visible_range: {
|
88411
|
+
percent_range: {
|
88412
|
+
from: ::Float?,
|
88413
|
+
to: ::Float?
|
88414
|
+
}?
|
88415
|
+
}?
|
88416
|
+
}?,
|
88417
|
+
axis_offset: ::String?
|
88418
|
+
}?,
|
88001
88419
|
row_label_options: {
|
88002
88420
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
88003
88421
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -88027,6 +88445,64 @@ module Aws
|
|
88027
88445
|
},
|
88028
88446
|
]?
|
88029
88447
|
}?,
|
88448
|
+
column_axis_display_options: {
|
88449
|
+
tick_label_options: {
|
88450
|
+
label_options: {
|
88451
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
88452
|
+
font_configuration: {
|
88453
|
+
font_size: {
|
88454
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
88455
|
+
absolute: ::String?
|
88456
|
+
}?,
|
88457
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
88458
|
+
font_color: ::String?,
|
88459
|
+
font_weight: {
|
88460
|
+
name: ("NORMAL" | "BOLD")?
|
88461
|
+
}?,
|
88462
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
88463
|
+
font_family: ::String?
|
88464
|
+
}?,
|
88465
|
+
custom_label: ::String?
|
88466
|
+
}?,
|
88467
|
+
rotation_angle: ::Float?
|
88468
|
+
}?,
|
88469
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
88470
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
88471
|
+
data_options: {
|
88472
|
+
numeric_axis_options: {
|
88473
|
+
scale: {
|
88474
|
+
linear: {
|
88475
|
+
step_count: ::Integer?,
|
88476
|
+
step_size: ::Float?
|
88477
|
+
}?,
|
88478
|
+
logarithmic: {
|
88479
|
+
base: ::Float?
|
88480
|
+
}?
|
88481
|
+
}?,
|
88482
|
+
range: {
|
88483
|
+
min_max: {
|
88484
|
+
minimum: ::Float?,
|
88485
|
+
maximum: ::Float?
|
88486
|
+
}?,
|
88487
|
+
data_driven: {
|
88488
|
+
}?
|
88489
|
+
}?
|
88490
|
+
}?,
|
88491
|
+
date_axis_options: {
|
88492
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
88493
|
+
}?
|
88494
|
+
}?,
|
88495
|
+
scrollbar_options: {
|
88496
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
88497
|
+
visible_range: {
|
88498
|
+
percent_range: {
|
88499
|
+
from: ::Float?,
|
88500
|
+
to: ::Float?
|
88501
|
+
}?
|
88502
|
+
}?
|
88503
|
+
}?,
|
88504
|
+
axis_offset: ::String?
|
88505
|
+
}?,
|
88030
88506
|
column_label_options: {
|
88031
88507
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
88032
88508
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -110483,6 +110959,70 @@ module Aws
|
|
110483
110959
|
}?
|
110484
110960
|
}?
|
110485
110961
|
}?,
|
110962
|
+
actions: Array[
|
110963
|
+
{
|
110964
|
+
custom_action_id: ::String,
|
110965
|
+
name: ::String,
|
110966
|
+
status: ("ENABLED" | "DISABLED")?,
|
110967
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_MENU"),
|
110968
|
+
action_operations: Array[
|
110969
|
+
{
|
110970
|
+
filter_operation: {
|
110971
|
+
selected_fields_configuration: {
|
110972
|
+
selected_fields: Array[::String]?,
|
110973
|
+
selected_field_options: ("ALL_FIELDS")?,
|
110974
|
+
selected_columns: Array[
|
110975
|
+
{
|
110976
|
+
data_set_identifier: ::String,
|
110977
|
+
column_name: ::String
|
110978
|
+
},
|
110979
|
+
]?
|
110980
|
+
},
|
110981
|
+
target_visuals_configuration: {
|
110982
|
+
same_sheet_target_visual_configuration: {
|
110983
|
+
target_visuals: Array[::String]?,
|
110984
|
+
target_visual_options: ("ALL_VISUALS")?
|
110985
|
+
}?
|
110986
|
+
}
|
110987
|
+
}?,
|
110988
|
+
navigation_operation: {
|
110989
|
+
local_navigation_configuration: {
|
110990
|
+
target_sheet_id: ::String
|
110991
|
+
}?
|
110992
|
+
}?,
|
110993
|
+
url_operation: {
|
110994
|
+
url_template: ::String,
|
110995
|
+
url_target: ("NEW_TAB" | "NEW_WINDOW" | "SAME_TAB")
|
110996
|
+
}?,
|
110997
|
+
set_parameters_operation: {
|
110998
|
+
parameter_value_configurations: Array[
|
110999
|
+
{
|
111000
|
+
destination_parameter_name: ::String,
|
111001
|
+
value: {
|
111002
|
+
custom_values_configuration: {
|
111003
|
+
include_null_value: bool?,
|
111004
|
+
custom_values: {
|
111005
|
+
string_values: Array[::String]?,
|
111006
|
+
integer_values: Array[::Integer]?,
|
111007
|
+
decimal_values: Array[::Float]?,
|
111008
|
+
date_time_values: Array[::Time]?
|
111009
|
+
}
|
111010
|
+
}?,
|
111011
|
+
select_all_value_options: ("ALL_VALUES")?,
|
111012
|
+
source_parameter_name: ::String?,
|
111013
|
+
source_field: ::String?,
|
111014
|
+
source_column: {
|
111015
|
+
data_set_identifier: ::String,
|
111016
|
+
column_name: ::String
|
111017
|
+
}?
|
111018
|
+
}
|
111019
|
+
},
|
111020
|
+
]
|
111021
|
+
}?
|
111022
|
+
},
|
111023
|
+
]
|
111024
|
+
},
|
111025
|
+
]?,
|
110486
111026
|
visual_content_alt_text: ::String?
|
110487
111027
|
}?
|
110488
111028
|
},
|
@@ -128427,6 +128967,64 @@ module Aws
|
|
128427
128967
|
other_categories: ("INCLUDE" | "EXCLUDE")?
|
128428
128968
|
}?
|
128429
128969
|
}?,
|
128970
|
+
row_axis_display_options: {
|
128971
|
+
tick_label_options: {
|
128972
|
+
label_options: {
|
128973
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
128974
|
+
font_configuration: {
|
128975
|
+
font_size: {
|
128976
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
128977
|
+
absolute: ::String?
|
128978
|
+
}?,
|
128979
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
128980
|
+
font_color: ::String?,
|
128981
|
+
font_weight: {
|
128982
|
+
name: ("NORMAL" | "BOLD")?
|
128983
|
+
}?,
|
128984
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
128985
|
+
font_family: ::String?
|
128986
|
+
}?,
|
128987
|
+
custom_label: ::String?
|
128988
|
+
}?,
|
128989
|
+
rotation_angle: ::Float?
|
128990
|
+
}?,
|
128991
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
128992
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
128993
|
+
data_options: {
|
128994
|
+
numeric_axis_options: {
|
128995
|
+
scale: {
|
128996
|
+
linear: {
|
128997
|
+
step_count: ::Integer?,
|
128998
|
+
step_size: ::Float?
|
128999
|
+
}?,
|
129000
|
+
logarithmic: {
|
129001
|
+
base: ::Float?
|
129002
|
+
}?
|
129003
|
+
}?,
|
129004
|
+
range: {
|
129005
|
+
min_max: {
|
129006
|
+
minimum: ::Float?,
|
129007
|
+
maximum: ::Float?
|
129008
|
+
}?,
|
129009
|
+
data_driven: {
|
129010
|
+
}?
|
129011
|
+
}?
|
129012
|
+
}?,
|
129013
|
+
date_axis_options: {
|
129014
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
129015
|
+
}?
|
129016
|
+
}?,
|
129017
|
+
scrollbar_options: {
|
129018
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
129019
|
+
visible_range: {
|
129020
|
+
percent_range: {
|
129021
|
+
from: ::Float?,
|
129022
|
+
to: ::Float?
|
129023
|
+
}?
|
129024
|
+
}?
|
129025
|
+
}?,
|
129026
|
+
axis_offset: ::String?
|
129027
|
+
}?,
|
128430
129028
|
row_label_options: {
|
128431
129029
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
128432
129030
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -128456,6 +129054,64 @@ module Aws
|
|
128456
129054
|
},
|
128457
129055
|
]?
|
128458
129056
|
}?,
|
129057
|
+
column_axis_display_options: {
|
129058
|
+
tick_label_options: {
|
129059
|
+
label_options: {
|
129060
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
129061
|
+
font_configuration: {
|
129062
|
+
font_size: {
|
129063
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
129064
|
+
absolute: ::String?
|
129065
|
+
}?,
|
129066
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
129067
|
+
font_color: ::String?,
|
129068
|
+
font_weight: {
|
129069
|
+
name: ("NORMAL" | "BOLD")?
|
129070
|
+
}?,
|
129071
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
129072
|
+
font_family: ::String?
|
129073
|
+
}?,
|
129074
|
+
custom_label: ::String?
|
129075
|
+
}?,
|
129076
|
+
rotation_angle: ::Float?
|
129077
|
+
}?,
|
129078
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
129079
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
129080
|
+
data_options: {
|
129081
|
+
numeric_axis_options: {
|
129082
|
+
scale: {
|
129083
|
+
linear: {
|
129084
|
+
step_count: ::Integer?,
|
129085
|
+
step_size: ::Float?
|
129086
|
+
}?,
|
129087
|
+
logarithmic: {
|
129088
|
+
base: ::Float?
|
129089
|
+
}?
|
129090
|
+
}?,
|
129091
|
+
range: {
|
129092
|
+
min_max: {
|
129093
|
+
minimum: ::Float?,
|
129094
|
+
maximum: ::Float?
|
129095
|
+
}?,
|
129096
|
+
data_driven: {
|
129097
|
+
}?
|
129098
|
+
}?
|
129099
|
+
}?,
|
129100
|
+
date_axis_options: {
|
129101
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
129102
|
+
}?
|
129103
|
+
}?,
|
129104
|
+
scrollbar_options: {
|
129105
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
129106
|
+
visible_range: {
|
129107
|
+
percent_range: {
|
129108
|
+
from: ::Float?,
|
129109
|
+
to: ::Float?
|
129110
|
+
}?
|
129111
|
+
}?
|
129112
|
+
}?,
|
129113
|
+
axis_offset: ::String?
|
129114
|
+
}?,
|
128459
129115
|
column_label_options: {
|
128460
129116
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
128461
129117
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -150912,6 +151568,70 @@ module Aws
|
|
150912
151568
|
}?
|
150913
151569
|
}?
|
150914
151570
|
}?,
|
151571
|
+
actions: Array[
|
151572
|
+
{
|
151573
|
+
custom_action_id: ::String,
|
151574
|
+
name: ::String,
|
151575
|
+
status: ("ENABLED" | "DISABLED")?,
|
151576
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_MENU"),
|
151577
|
+
action_operations: Array[
|
151578
|
+
{
|
151579
|
+
filter_operation: {
|
151580
|
+
selected_fields_configuration: {
|
151581
|
+
selected_fields: Array[::String]?,
|
151582
|
+
selected_field_options: ("ALL_FIELDS")?,
|
151583
|
+
selected_columns: Array[
|
151584
|
+
{
|
151585
|
+
data_set_identifier: ::String,
|
151586
|
+
column_name: ::String
|
151587
|
+
},
|
151588
|
+
]?
|
151589
|
+
},
|
151590
|
+
target_visuals_configuration: {
|
151591
|
+
same_sheet_target_visual_configuration: {
|
151592
|
+
target_visuals: Array[::String]?,
|
151593
|
+
target_visual_options: ("ALL_VISUALS")?
|
151594
|
+
}?
|
151595
|
+
}
|
151596
|
+
}?,
|
151597
|
+
navigation_operation: {
|
151598
|
+
local_navigation_configuration: {
|
151599
|
+
target_sheet_id: ::String
|
151600
|
+
}?
|
151601
|
+
}?,
|
151602
|
+
url_operation: {
|
151603
|
+
url_template: ::String,
|
151604
|
+
url_target: ("NEW_TAB" | "NEW_WINDOW" | "SAME_TAB")
|
151605
|
+
}?,
|
151606
|
+
set_parameters_operation: {
|
151607
|
+
parameter_value_configurations: Array[
|
151608
|
+
{
|
151609
|
+
destination_parameter_name: ::String,
|
151610
|
+
value: {
|
151611
|
+
custom_values_configuration: {
|
151612
|
+
include_null_value: bool?,
|
151613
|
+
custom_values: {
|
151614
|
+
string_values: Array[::String]?,
|
151615
|
+
integer_values: Array[::Integer]?,
|
151616
|
+
decimal_values: Array[::Float]?,
|
151617
|
+
date_time_values: Array[::Time]?
|
151618
|
+
}
|
151619
|
+
}?,
|
151620
|
+
select_all_value_options: ("ALL_VALUES")?,
|
151621
|
+
source_parameter_name: ::String?,
|
151622
|
+
source_field: ::String?,
|
151623
|
+
source_column: {
|
151624
|
+
data_set_identifier: ::String,
|
151625
|
+
column_name: ::String
|
151626
|
+
}?
|
151627
|
+
}
|
151628
|
+
},
|
151629
|
+
]
|
151630
|
+
}?
|
151631
|
+
},
|
151632
|
+
]
|
151633
|
+
},
|
151634
|
+
]?,
|
150915
151635
|
visual_content_alt_text: ::String?
|
150916
151636
|
}?
|
150917
151637
|
},
|
@@ -165804,6 +166524,64 @@ module Aws
|
|
165804
166524
|
other_categories: ("INCLUDE" | "EXCLUDE")?
|
165805
166525
|
}?
|
165806
166526
|
}?,
|
166527
|
+
row_axis_display_options: {
|
166528
|
+
tick_label_options: {
|
166529
|
+
label_options: {
|
166530
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
166531
|
+
font_configuration: {
|
166532
|
+
font_size: {
|
166533
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
166534
|
+
absolute: ::String?
|
166535
|
+
}?,
|
166536
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
166537
|
+
font_color: ::String?,
|
166538
|
+
font_weight: {
|
166539
|
+
name: ("NORMAL" | "BOLD")?
|
166540
|
+
}?,
|
166541
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
166542
|
+
font_family: ::String?
|
166543
|
+
}?,
|
166544
|
+
custom_label: ::String?
|
166545
|
+
}?,
|
166546
|
+
rotation_angle: ::Float?
|
166547
|
+
}?,
|
166548
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
166549
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
166550
|
+
data_options: {
|
166551
|
+
numeric_axis_options: {
|
166552
|
+
scale: {
|
166553
|
+
linear: {
|
166554
|
+
step_count: ::Integer?,
|
166555
|
+
step_size: ::Float?
|
166556
|
+
}?,
|
166557
|
+
logarithmic: {
|
166558
|
+
base: ::Float?
|
166559
|
+
}?
|
166560
|
+
}?,
|
166561
|
+
range: {
|
166562
|
+
min_max: {
|
166563
|
+
minimum: ::Float?,
|
166564
|
+
maximum: ::Float?
|
166565
|
+
}?,
|
166566
|
+
data_driven: {
|
166567
|
+
}?
|
166568
|
+
}?
|
166569
|
+
}?,
|
166570
|
+
date_axis_options: {
|
166571
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
166572
|
+
}?
|
166573
|
+
}?,
|
166574
|
+
scrollbar_options: {
|
166575
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
166576
|
+
visible_range: {
|
166577
|
+
percent_range: {
|
166578
|
+
from: ::Float?,
|
166579
|
+
to: ::Float?
|
166580
|
+
}?
|
166581
|
+
}?
|
166582
|
+
}?,
|
166583
|
+
axis_offset: ::String?
|
166584
|
+
}?,
|
165807
166585
|
row_label_options: {
|
165808
166586
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
165809
166587
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -165833,6 +166611,64 @@ module Aws
|
|
165833
166611
|
},
|
165834
166612
|
]?
|
165835
166613
|
}?,
|
166614
|
+
column_axis_display_options: {
|
166615
|
+
tick_label_options: {
|
166616
|
+
label_options: {
|
166617
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
166618
|
+
font_configuration: {
|
166619
|
+
font_size: {
|
166620
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
166621
|
+
absolute: ::String?
|
166622
|
+
}?,
|
166623
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
166624
|
+
font_color: ::String?,
|
166625
|
+
font_weight: {
|
166626
|
+
name: ("NORMAL" | "BOLD")?
|
166627
|
+
}?,
|
166628
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
166629
|
+
font_family: ::String?
|
166630
|
+
}?,
|
166631
|
+
custom_label: ::String?
|
166632
|
+
}?,
|
166633
|
+
rotation_angle: ::Float?
|
166634
|
+
}?,
|
166635
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
166636
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
166637
|
+
data_options: {
|
166638
|
+
numeric_axis_options: {
|
166639
|
+
scale: {
|
166640
|
+
linear: {
|
166641
|
+
step_count: ::Integer?,
|
166642
|
+
step_size: ::Float?
|
166643
|
+
}?,
|
166644
|
+
logarithmic: {
|
166645
|
+
base: ::Float?
|
166646
|
+
}?
|
166647
|
+
}?,
|
166648
|
+
range: {
|
166649
|
+
min_max: {
|
166650
|
+
minimum: ::Float?,
|
166651
|
+
maximum: ::Float?
|
166652
|
+
}?,
|
166653
|
+
data_driven: {
|
166654
|
+
}?
|
166655
|
+
}?
|
166656
|
+
}?,
|
166657
|
+
date_axis_options: {
|
166658
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
166659
|
+
}?
|
166660
|
+
}?,
|
166661
|
+
scrollbar_options: {
|
166662
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
166663
|
+
visible_range: {
|
166664
|
+
percent_range: {
|
166665
|
+
from: ::Float?,
|
166666
|
+
to: ::Float?
|
166667
|
+
}?
|
166668
|
+
}?
|
166669
|
+
}?,
|
166670
|
+
axis_offset: ::String?
|
166671
|
+
}?,
|
165836
166672
|
column_label_options: {
|
165837
166673
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
165838
166674
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -188289,6 +189125,70 @@ module Aws
|
|
188289
189125
|
}?
|
188290
189126
|
}?
|
188291
189127
|
}?,
|
189128
|
+
actions: Array[
|
189129
|
+
{
|
189130
|
+
custom_action_id: ::String,
|
189131
|
+
name: ::String,
|
189132
|
+
status: ("ENABLED" | "DISABLED")?,
|
189133
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_MENU"),
|
189134
|
+
action_operations: Array[
|
189135
|
+
{
|
189136
|
+
filter_operation: {
|
189137
|
+
selected_fields_configuration: {
|
189138
|
+
selected_fields: Array[::String]?,
|
189139
|
+
selected_field_options: ("ALL_FIELDS")?,
|
189140
|
+
selected_columns: Array[
|
189141
|
+
{
|
189142
|
+
data_set_identifier: ::String,
|
189143
|
+
column_name: ::String
|
189144
|
+
},
|
189145
|
+
]?
|
189146
|
+
},
|
189147
|
+
target_visuals_configuration: {
|
189148
|
+
same_sheet_target_visual_configuration: {
|
189149
|
+
target_visuals: Array[::String]?,
|
189150
|
+
target_visual_options: ("ALL_VISUALS")?
|
189151
|
+
}?
|
189152
|
+
}
|
189153
|
+
}?,
|
189154
|
+
navigation_operation: {
|
189155
|
+
local_navigation_configuration: {
|
189156
|
+
target_sheet_id: ::String
|
189157
|
+
}?
|
189158
|
+
}?,
|
189159
|
+
url_operation: {
|
189160
|
+
url_template: ::String,
|
189161
|
+
url_target: ("NEW_TAB" | "NEW_WINDOW" | "SAME_TAB")
|
189162
|
+
}?,
|
189163
|
+
set_parameters_operation: {
|
189164
|
+
parameter_value_configurations: Array[
|
189165
|
+
{
|
189166
|
+
destination_parameter_name: ::String,
|
189167
|
+
value: {
|
189168
|
+
custom_values_configuration: {
|
189169
|
+
include_null_value: bool?,
|
189170
|
+
custom_values: {
|
189171
|
+
string_values: Array[::String]?,
|
189172
|
+
integer_values: Array[::Integer]?,
|
189173
|
+
decimal_values: Array[::Float]?,
|
189174
|
+
date_time_values: Array[::Time]?
|
189175
|
+
}
|
189176
|
+
}?,
|
189177
|
+
select_all_value_options: ("ALL_VALUES")?,
|
189178
|
+
source_parameter_name: ::String?,
|
189179
|
+
source_field: ::String?,
|
189180
|
+
source_column: {
|
189181
|
+
data_set_identifier: ::String,
|
189182
|
+
column_name: ::String
|
189183
|
+
}?
|
189184
|
+
}
|
189185
|
+
},
|
189186
|
+
]
|
189187
|
+
}?
|
189188
|
+
},
|
189189
|
+
]
|
189190
|
+
},
|
189191
|
+
]?,
|
188292
189192
|
visual_content_alt_text: ::String?
|
188293
189193
|
}?
|
188294
189194
|
},
|
@@ -203879,6 +204779,64 @@ module Aws
|
|
203879
204779
|
other_categories: ("INCLUDE" | "EXCLUDE")?
|
203880
204780
|
}?
|
203881
204781
|
}?,
|
204782
|
+
row_axis_display_options: {
|
204783
|
+
tick_label_options: {
|
204784
|
+
label_options: {
|
204785
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
204786
|
+
font_configuration: {
|
204787
|
+
font_size: {
|
204788
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
204789
|
+
absolute: ::String?
|
204790
|
+
}?,
|
204791
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
204792
|
+
font_color: ::String?,
|
204793
|
+
font_weight: {
|
204794
|
+
name: ("NORMAL" | "BOLD")?
|
204795
|
+
}?,
|
204796
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
204797
|
+
font_family: ::String?
|
204798
|
+
}?,
|
204799
|
+
custom_label: ::String?
|
204800
|
+
}?,
|
204801
|
+
rotation_angle: ::Float?
|
204802
|
+
}?,
|
204803
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
204804
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
204805
|
+
data_options: {
|
204806
|
+
numeric_axis_options: {
|
204807
|
+
scale: {
|
204808
|
+
linear: {
|
204809
|
+
step_count: ::Integer?,
|
204810
|
+
step_size: ::Float?
|
204811
|
+
}?,
|
204812
|
+
logarithmic: {
|
204813
|
+
base: ::Float?
|
204814
|
+
}?
|
204815
|
+
}?,
|
204816
|
+
range: {
|
204817
|
+
min_max: {
|
204818
|
+
minimum: ::Float?,
|
204819
|
+
maximum: ::Float?
|
204820
|
+
}?,
|
204821
|
+
data_driven: {
|
204822
|
+
}?
|
204823
|
+
}?
|
204824
|
+
}?,
|
204825
|
+
date_axis_options: {
|
204826
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
204827
|
+
}?
|
204828
|
+
}?,
|
204829
|
+
scrollbar_options: {
|
204830
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
204831
|
+
visible_range: {
|
204832
|
+
percent_range: {
|
204833
|
+
from: ::Float?,
|
204834
|
+
to: ::Float?
|
204835
|
+
}?
|
204836
|
+
}?
|
204837
|
+
}?,
|
204838
|
+
axis_offset: ::String?
|
204839
|
+
}?,
|
203882
204840
|
row_label_options: {
|
203883
204841
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
203884
204842
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -203908,6 +204866,64 @@ module Aws
|
|
203908
204866
|
},
|
203909
204867
|
]?
|
203910
204868
|
}?,
|
204869
|
+
column_axis_display_options: {
|
204870
|
+
tick_label_options: {
|
204871
|
+
label_options: {
|
204872
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
204873
|
+
font_configuration: {
|
204874
|
+
font_size: {
|
204875
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
204876
|
+
absolute: ::String?
|
204877
|
+
}?,
|
204878
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
204879
|
+
font_color: ::String?,
|
204880
|
+
font_weight: {
|
204881
|
+
name: ("NORMAL" | "BOLD")?
|
204882
|
+
}?,
|
204883
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
204884
|
+
font_family: ::String?
|
204885
|
+
}?,
|
204886
|
+
custom_label: ::String?
|
204887
|
+
}?,
|
204888
|
+
rotation_angle: ::Float?
|
204889
|
+
}?,
|
204890
|
+
axis_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
204891
|
+
grid_line_visibility: ("HIDDEN" | "VISIBLE")?,
|
204892
|
+
data_options: {
|
204893
|
+
numeric_axis_options: {
|
204894
|
+
scale: {
|
204895
|
+
linear: {
|
204896
|
+
step_count: ::Integer?,
|
204897
|
+
step_size: ::Float?
|
204898
|
+
}?,
|
204899
|
+
logarithmic: {
|
204900
|
+
base: ::Float?
|
204901
|
+
}?
|
204902
|
+
}?,
|
204903
|
+
range: {
|
204904
|
+
min_max: {
|
204905
|
+
minimum: ::Float?,
|
204906
|
+
maximum: ::Float?
|
204907
|
+
}?,
|
204908
|
+
data_driven: {
|
204909
|
+
}?
|
204910
|
+
}?
|
204911
|
+
}?,
|
204912
|
+
date_axis_options: {
|
204913
|
+
missing_date_visibility: ("HIDDEN" | "VISIBLE")?
|
204914
|
+
}?
|
204915
|
+
}?,
|
204916
|
+
scrollbar_options: {
|
204917
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
204918
|
+
visible_range: {
|
204919
|
+
percent_range: {
|
204920
|
+
from: ::Float?,
|
204921
|
+
to: ::Float?
|
204922
|
+
}?
|
204923
|
+
}?
|
204924
|
+
}?,
|
204925
|
+
axis_offset: ::String?
|
204926
|
+
}?,
|
203911
204927
|
column_label_options: {
|
203912
204928
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
203913
204929
|
sort_icon_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -226364,6 +227380,70 @@ module Aws
|
|
226364
227380
|
}?
|
226365
227381
|
}?
|
226366
227382
|
}?,
|
227383
|
+
actions: Array[
|
227384
|
+
{
|
227385
|
+
custom_action_id: ::String,
|
227386
|
+
name: ::String,
|
227387
|
+
status: ("ENABLED" | "DISABLED")?,
|
227388
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_MENU"),
|
227389
|
+
action_operations: Array[
|
227390
|
+
{
|
227391
|
+
filter_operation: {
|
227392
|
+
selected_fields_configuration: {
|
227393
|
+
selected_fields: Array[::String]?,
|
227394
|
+
selected_field_options: ("ALL_FIELDS")?,
|
227395
|
+
selected_columns: Array[
|
227396
|
+
{
|
227397
|
+
data_set_identifier: ::String,
|
227398
|
+
column_name: ::String
|
227399
|
+
},
|
227400
|
+
]?
|
227401
|
+
},
|
227402
|
+
target_visuals_configuration: {
|
227403
|
+
same_sheet_target_visual_configuration: {
|
227404
|
+
target_visuals: Array[::String]?,
|
227405
|
+
target_visual_options: ("ALL_VISUALS")?
|
227406
|
+
}?
|
227407
|
+
}
|
227408
|
+
}?,
|
227409
|
+
navigation_operation: {
|
227410
|
+
local_navigation_configuration: {
|
227411
|
+
target_sheet_id: ::String
|
227412
|
+
}?
|
227413
|
+
}?,
|
227414
|
+
url_operation: {
|
227415
|
+
url_template: ::String,
|
227416
|
+
url_target: ("NEW_TAB" | "NEW_WINDOW" | "SAME_TAB")
|
227417
|
+
}?,
|
227418
|
+
set_parameters_operation: {
|
227419
|
+
parameter_value_configurations: Array[
|
227420
|
+
{
|
227421
|
+
destination_parameter_name: ::String,
|
227422
|
+
value: {
|
227423
|
+
custom_values_configuration: {
|
227424
|
+
include_null_value: bool?,
|
227425
|
+
custom_values: {
|
227426
|
+
string_values: Array[::String]?,
|
227427
|
+
integer_values: Array[::Integer]?,
|
227428
|
+
decimal_values: Array[::Float]?,
|
227429
|
+
date_time_values: Array[::Time]?
|
227430
|
+
}
|
227431
|
+
}?,
|
227432
|
+
select_all_value_options: ("ALL_VALUES")?,
|
227433
|
+
source_parameter_name: ::String?,
|
227434
|
+
source_field: ::String?,
|
227435
|
+
source_column: {
|
227436
|
+
data_set_identifier: ::String,
|
227437
|
+
column_name: ::String
|
227438
|
+
}?
|
227439
|
+
}
|
227440
|
+
},
|
227441
|
+
]
|
227442
|
+
}?
|
227443
|
+
},
|
227444
|
+
]
|
227445
|
+
},
|
227446
|
+
]?,
|
226367
227447
|
visual_content_alt_text: ::String?
|
226368
227448
|
}?
|
226369
227449
|
},
|