aws-sdk-quicksight 1.144.0 → 1.146.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +144 -5
- data/lib/aws-sdk-quicksight/client_api.rb +104 -10
- data/lib/aws-sdk-quicksight/types.rb +399 -13
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +248 -27
- data/sig/types.rbs +101 -1
- metadata +2 -2
data/sig/client.rbs
CHANGED
@@ -2539,7 +2539,14 @@ module Aws
|
|
2539
2539
|
order: Array[::String]?,
|
2540
2540
|
pinned_field_options: {
|
2541
2541
|
pinned_left_fields: Array[::String]?
|
2542
|
-
}
|
2542
|
+
}?,
|
2543
|
+
transposed_table_options: Array[
|
2544
|
+
{
|
2545
|
+
column_index: ::Integer?,
|
2546
|
+
column_width: ::String?,
|
2547
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
2548
|
+
},
|
2549
|
+
]?
|
2543
2550
|
}?,
|
2544
2551
|
paginated_report_options: {
|
2545
2552
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -35617,7 +35624,12 @@ module Aws
|
|
35617
35624
|
}
|
35618
35625
|
},
|
35619
35626
|
]?,
|
35620
|
-
content_type: ("PAGINATED" | "INTERACTIVE")
|
35627
|
+
content_type: ("PAGINATED" | "INTERACTIVE")?,
|
35628
|
+
custom_action_defaults: {
|
35629
|
+
highlight_operation: {
|
35630
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
35631
|
+
}?
|
35632
|
+
}?
|
35621
35633
|
},
|
35622
35634
|
]?,
|
35623
35635
|
calculated_fields: Array[
|
@@ -38013,7 +38025,14 @@ module Aws
|
|
38013
38025
|
}?,
|
38014
38026
|
options: {
|
38015
38027
|
timezone: ::String?,
|
38016
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
38028
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
38029
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
38030
|
+
excluded_data_set_arns: Array[::String]?,
|
38031
|
+
custom_action_defaults: {
|
38032
|
+
highlight_operation: {
|
38033
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
38034
|
+
}?
|
38035
|
+
}?
|
38017
38036
|
}?,
|
38018
38037
|
query_execution_options: {
|
38019
38038
|
query_execution_mode: ("AUTO" | "MANUAL")?
|
@@ -38289,6 +38308,9 @@ module Aws
|
|
38289
38308
|
}?,
|
38290
38309
|
data_point_tooltip_option: {
|
38291
38310
|
availability_status: ("ENABLED" | "DISABLED")?
|
38311
|
+
}?,
|
38312
|
+
data_qa_enabled_option: {
|
38313
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
38292
38314
|
}?
|
38293
38315
|
},
|
38294
38316
|
?theme_arn: ::String,
|
@@ -39844,7 +39866,14 @@ module Aws
|
|
39844
39866
|
order: Array[::String]?,
|
39845
39867
|
pinned_field_options: {
|
39846
39868
|
pinned_left_fields: Array[::String]?
|
39847
|
-
}
|
39869
|
+
}?,
|
39870
|
+
transposed_table_options: Array[
|
39871
|
+
{
|
39872
|
+
column_index: ::Integer?,
|
39873
|
+
column_width: ::String?,
|
39874
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
39875
|
+
},
|
39876
|
+
]?
|
39848
39877
|
}?,
|
39849
39878
|
paginated_report_options: {
|
39850
39879
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -72922,7 +72951,12 @@ module Aws
|
|
72922
72951
|
}
|
72923
72952
|
},
|
72924
72953
|
]?,
|
72925
|
-
content_type: ("PAGINATED" | "INTERACTIVE")
|
72954
|
+
content_type: ("PAGINATED" | "INTERACTIVE")?,
|
72955
|
+
custom_action_defaults: {
|
72956
|
+
highlight_operation: {
|
72957
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
72958
|
+
}?
|
72959
|
+
}?
|
72926
72960
|
},
|
72927
72961
|
]?,
|
72928
72962
|
calculated_fields: Array[
|
@@ -75318,7 +75352,14 @@ module Aws
|
|
75318
75352
|
}?,
|
75319
75353
|
options: {
|
75320
75354
|
timezone: ::String?,
|
75321
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
75355
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
75356
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
75357
|
+
excluded_data_set_arns: Array[::String]?,
|
75358
|
+
custom_action_defaults: {
|
75359
|
+
highlight_operation: {
|
75360
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
75361
|
+
}?
|
75362
|
+
}?
|
75322
75363
|
}?,
|
75323
75364
|
static_files: Array[
|
75324
75365
|
{
|
@@ -75599,7 +75640,8 @@ module Aws
|
|
75599
75640
|
column_names: Array[::String]
|
75600
75641
|
},
|
75601
75642
|
]?
|
75602
|
-
}
|
75643
|
+
},
|
75644
|
+
?use_as: ("RLS_RULES")
|
75603
75645
|
) -> _CreateDataSetResponseSuccess
|
75604
75646
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataSetResponseSuccess
|
75605
75647
|
|
@@ -75654,7 +75696,8 @@ module Aws
|
|
75654
75696
|
oracle_parameters: {
|
75655
75697
|
host: ::String,
|
75656
75698
|
port: ::Integer,
|
75657
|
-
database: ::String
|
75699
|
+
database: ::String,
|
75700
|
+
use_service_name: bool?
|
75658
75701
|
}?,
|
75659
75702
|
postgre_sql_parameters: {
|
75660
75703
|
host: ::String,
|
@@ -75808,7 +75851,8 @@ module Aws
|
|
75808
75851
|
oracle_parameters: {
|
75809
75852
|
host: ::String,
|
75810
75853
|
port: ::Integer,
|
75811
|
-
database: ::String
|
75854
|
+
database: ::String,
|
75855
|
+
use_service_name: bool?
|
75812
75856
|
}?,
|
75813
75857
|
postgre_sql_parameters: {
|
75814
75858
|
host: ::String,
|
@@ -77738,7 +77782,14 @@ module Aws
|
|
77738
77782
|
order: Array[::String]?,
|
77739
77783
|
pinned_field_options: {
|
77740
77784
|
pinned_left_fields: Array[::String]?
|
77741
|
-
}
|
77785
|
+
}?,
|
77786
|
+
transposed_table_options: Array[
|
77787
|
+
{
|
77788
|
+
column_index: ::Integer?,
|
77789
|
+
column_width: ::String?,
|
77790
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
77791
|
+
},
|
77792
|
+
]?
|
77742
77793
|
}?,
|
77743
77794
|
paginated_report_options: {
|
77744
77795
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -110816,7 +110867,12 @@ module Aws
|
|
110816
110867
|
}
|
110817
110868
|
},
|
110818
110869
|
]?,
|
110819
|
-
content_type: ("PAGINATED" | "INTERACTIVE")
|
110870
|
+
content_type: ("PAGINATED" | "INTERACTIVE")?,
|
110871
|
+
custom_action_defaults: {
|
110872
|
+
highlight_operation: {
|
110873
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
110874
|
+
}?
|
110875
|
+
}?
|
110820
110876
|
},
|
110821
110877
|
]?,
|
110822
110878
|
calculated_fields: Array[
|
@@ -113212,7 +113268,14 @@ module Aws
|
|
113212
113268
|
}?,
|
113213
113269
|
options: {
|
113214
113270
|
timezone: ::String?,
|
113215
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
113271
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
113272
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
113273
|
+
excluded_data_set_arns: Array[::String]?,
|
113274
|
+
custom_action_defaults: {
|
113275
|
+
highlight_operation: {
|
113276
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
113277
|
+
}?
|
113278
|
+
}?
|
113216
113279
|
}?,
|
113217
113280
|
query_execution_options: {
|
113218
113281
|
query_execution_mode: ("AUTO" | "MANUAL")?
|
@@ -114925,6 +114988,20 @@ module Aws
|
|
114925
114988
|
}?,
|
114926
114989
|
bookmarks: {
|
114927
114990
|
enabled: bool
|
114991
|
+
}?,
|
114992
|
+
amazon_q_in_quick_sight: {
|
114993
|
+
executive_summary: {
|
114994
|
+
enabled: bool
|
114995
|
+
}?
|
114996
|
+
}?,
|
114997
|
+
schedules: {
|
114998
|
+
enabled: bool
|
114999
|
+
}?,
|
115000
|
+
recent_snapshots: {
|
115001
|
+
enabled: bool
|
115002
|
+
}?,
|
115003
|
+
threshold_alerts: {
|
115004
|
+
enabled: bool
|
114928
115005
|
}?
|
114929
115006
|
}?
|
114930
115007
|
}?,
|
@@ -114936,6 +115013,29 @@ module Aws
|
|
114936
115013
|
}?,
|
114937
115014
|
shared_view: {
|
114938
115015
|
enabled: bool
|
115016
|
+
}?,
|
115017
|
+
amazon_q_in_quick_sight: {
|
115018
|
+
data_qn_a: {
|
115019
|
+
enabled: bool
|
115020
|
+
}?,
|
115021
|
+
generative_authoring: {
|
115022
|
+
enabled: bool
|
115023
|
+
}?,
|
115024
|
+
executive_summary: {
|
115025
|
+
enabled: bool
|
115026
|
+
}?,
|
115027
|
+
data_stories: {
|
115028
|
+
enabled: bool
|
115029
|
+
}?
|
115030
|
+
}?,
|
115031
|
+
schedules: {
|
115032
|
+
enabled: bool
|
115033
|
+
}?,
|
115034
|
+
recent_snapshots: {
|
115035
|
+
enabled: bool
|
115036
|
+
}?,
|
115037
|
+
threshold_alerts: {
|
115038
|
+
enabled: bool
|
114939
115039
|
}?
|
114940
115040
|
}?
|
114941
115041
|
}?,
|
@@ -114979,6 +115079,20 @@ module Aws
|
|
114979
115079
|
}?,
|
114980
115080
|
bookmarks: {
|
114981
115081
|
enabled: bool
|
115082
|
+
}?,
|
115083
|
+
amazon_q_in_quick_sight: {
|
115084
|
+
executive_summary: {
|
115085
|
+
enabled: bool
|
115086
|
+
}?
|
115087
|
+
}?,
|
115088
|
+
schedules: {
|
115089
|
+
enabled: bool
|
115090
|
+
}?,
|
115091
|
+
recent_snapshots: {
|
115092
|
+
enabled: bool
|
115093
|
+
}?,
|
115094
|
+
threshold_alerts: {
|
115095
|
+
enabled: bool
|
114982
115096
|
}?
|
114983
115097
|
}?
|
114984
115098
|
}?,
|
@@ -114990,6 +115104,29 @@ module Aws
|
|
114990
115104
|
}?,
|
114991
115105
|
shared_view: {
|
114992
115106
|
enabled: bool
|
115107
|
+
}?,
|
115108
|
+
amazon_q_in_quick_sight: {
|
115109
|
+
data_qn_a: {
|
115110
|
+
enabled: bool
|
115111
|
+
}?,
|
115112
|
+
generative_authoring: {
|
115113
|
+
enabled: bool
|
115114
|
+
}?,
|
115115
|
+
executive_summary: {
|
115116
|
+
enabled: bool
|
115117
|
+
}?,
|
115118
|
+
data_stories: {
|
115119
|
+
enabled: bool
|
115120
|
+
}?
|
115121
|
+
}?,
|
115122
|
+
schedules: {
|
115123
|
+
enabled: bool
|
115124
|
+
}?,
|
115125
|
+
recent_snapshots: {
|
115126
|
+
enabled: bool
|
115127
|
+
}?,
|
115128
|
+
threshold_alerts: {
|
115129
|
+
enabled: bool
|
114993
115130
|
}?
|
114994
115131
|
}?
|
114995
115132
|
}?,
|
@@ -115606,7 +115743,12 @@ module Aws
|
|
115606
115743
|
size_unit: ("HOUR" | "DAY" | "WEEK")
|
115607
115744
|
}
|
115608
115745
|
}
|
115609
|
-
}
|
115746
|
+
}?,
|
115747
|
+
failure_configuration: {
|
115748
|
+
email_alert: {
|
115749
|
+
alert_status: ("ENABLED" | "DISABLED")?
|
115750
|
+
}?
|
115751
|
+
}?
|
115610
115752
|
}
|
115611
115753
|
) -> _PutDataSetRefreshPropertiesResponseSuccess
|
115612
115754
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutDataSetRefreshPropertiesResponseSuccess
|
@@ -115851,7 +115993,7 @@ module Aws
|
|
115851
115993
|
data_sets: Array[
|
115852
115994
|
{
|
115853
115995
|
arn: ::String,
|
115854
|
-
properties: Array[("Name")]
|
115996
|
+
properties: Array[("Name" | "RefreshFailureEmailAlertStatus")]
|
115855
115997
|
},
|
115856
115998
|
]?,
|
115857
115999
|
themes: Array[
|
@@ -115966,7 +116108,8 @@ module Aws
|
|
115966
116108
|
oracle_parameters: {
|
115967
116109
|
host: ::String,
|
115968
116110
|
port: ::Integer,
|
115969
|
-
database: ::String
|
116111
|
+
database: ::String,
|
116112
|
+
use_service_name: bool?
|
115970
116113
|
}?,
|
115971
116114
|
postgre_sql_parameters: {
|
115972
116115
|
host: ::String,
|
@@ -116096,7 +116239,23 @@ module Aws
|
|
116096
116239
|
data_sets: Array[
|
116097
116240
|
{
|
116098
116241
|
data_set_id: ::String,
|
116099
|
-
name: ::String
|
116242
|
+
name: ::String?,
|
116243
|
+
data_set_refresh_properties: {
|
116244
|
+
refresh_configuration: {
|
116245
|
+
incremental_refresh: {
|
116246
|
+
lookback_window: {
|
116247
|
+
column_name: ::String,
|
116248
|
+
size: ::Integer,
|
116249
|
+
size_unit: ("HOUR" | "DAY" | "WEEK")
|
116250
|
+
}
|
116251
|
+
}
|
116252
|
+
}?,
|
116253
|
+
failure_configuration: {
|
116254
|
+
email_alert: {
|
116255
|
+
alert_status: ("ENABLED" | "DISABLED")?
|
116256
|
+
}?
|
116257
|
+
}?
|
116258
|
+
}?
|
116100
116259
|
},
|
116101
116260
|
]?,
|
116102
116261
|
themes: Array[
|
@@ -118034,7 +118193,14 @@ module Aws
|
|
118034
118193
|
order: Array[::String]?,
|
118035
118194
|
pinned_field_options: {
|
118036
118195
|
pinned_left_fields: Array[::String]?
|
118037
|
-
}
|
118196
|
+
}?,
|
118197
|
+
transposed_table_options: Array[
|
118198
|
+
{
|
118199
|
+
column_index: ::Integer?,
|
118200
|
+
column_width: ::String?,
|
118201
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
118202
|
+
},
|
118203
|
+
]?
|
118038
118204
|
}?,
|
118039
118205
|
paginated_report_options: {
|
118040
118206
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -151112,7 +151278,12 @@ module Aws
|
|
151112
151278
|
}
|
151113
151279
|
},
|
151114
151280
|
]?,
|
151115
|
-
content_type: ("PAGINATED" | "INTERACTIVE")
|
151281
|
+
content_type: ("PAGINATED" | "INTERACTIVE")?,
|
151282
|
+
custom_action_defaults: {
|
151283
|
+
highlight_operation: {
|
151284
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
151285
|
+
}?
|
151286
|
+
}?
|
151116
151287
|
},
|
151117
151288
|
]?,
|
151118
151289
|
calculated_fields: Array[
|
@@ -153508,7 +153679,14 @@ module Aws
|
|
153508
153679
|
}?,
|
153509
153680
|
options: {
|
153510
153681
|
timezone: ::String?,
|
153511
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
153682
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
153683
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
153684
|
+
excluded_data_set_arns: Array[::String]?,
|
153685
|
+
custom_action_defaults: {
|
153686
|
+
highlight_operation: {
|
153687
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
153688
|
+
}?
|
153689
|
+
}?
|
153512
153690
|
}?,
|
153513
153691
|
query_execution_options: {
|
153514
153692
|
query_execution_mode: ("AUTO" | "MANUAL")?
|
@@ -153823,6 +154001,9 @@ module Aws
|
|
153823
154001
|
}?,
|
153824
154002
|
data_point_tooltip_option: {
|
153825
154003
|
availability_status: ("ENABLED" | "DISABLED")?
|
154004
|
+
}?,
|
154005
|
+
data_qa_enabled_option: {
|
154006
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
153826
154007
|
}?
|
153827
154008
|
},
|
153828
154009
|
?theme_arn: ::String,
|
@@ -155378,7 +155559,14 @@ module Aws
|
|
155378
155559
|
order: Array[::String]?,
|
155379
155560
|
pinned_field_options: {
|
155380
155561
|
pinned_left_fields: Array[::String]?
|
155381
|
-
}
|
155562
|
+
}?,
|
155563
|
+
transposed_table_options: Array[
|
155564
|
+
{
|
155565
|
+
column_index: ::Integer?,
|
155566
|
+
column_width: ::String?,
|
155567
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
155568
|
+
},
|
155569
|
+
]?
|
155382
155570
|
}?,
|
155383
155571
|
paginated_report_options: {
|
155384
155572
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -188456,7 +188644,12 @@ module Aws
|
|
188456
188644
|
}
|
188457
188645
|
},
|
188458
188646
|
]?,
|
188459
|
-
content_type: ("PAGINATED" | "INTERACTIVE")
|
188647
|
+
content_type: ("PAGINATED" | "INTERACTIVE")?,
|
188648
|
+
custom_action_defaults: {
|
188649
|
+
highlight_operation: {
|
188650
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
188651
|
+
}?
|
188652
|
+
}?
|
188460
188653
|
},
|
188461
188654
|
]?,
|
188462
188655
|
calculated_fields: Array[
|
@@ -190852,7 +191045,14 @@ module Aws
|
|
190852
191045
|
}?,
|
190853
191046
|
options: {
|
190854
191047
|
timezone: ::String?,
|
190855
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
191048
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
191049
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
191050
|
+
excluded_data_set_arns: Array[::String]?,
|
191051
|
+
custom_action_defaults: {
|
191052
|
+
highlight_operation: {
|
191053
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
191054
|
+
}?
|
191055
|
+
}?
|
190856
191056
|
}?,
|
190857
191057
|
static_files: Array[
|
190858
191058
|
{
|
@@ -191273,7 +191473,8 @@ module Aws
|
|
191273
191473
|
oracle_parameters: {
|
191274
191474
|
host: ::String,
|
191275
191475
|
port: ::Integer,
|
191276
|
-
database: ::String
|
191476
|
+
database: ::String,
|
191477
|
+
use_service_name: bool?
|
191277
191478
|
}?,
|
191278
191479
|
postgre_sql_parameters: {
|
191279
191480
|
host: ::String,
|
@@ -191427,7 +191628,8 @@ module Aws
|
|
191427
191628
|
oracle_parameters: {
|
191428
191629
|
host: ::String,
|
191429
191630
|
port: ::Integer,
|
191430
|
-
database: ::String
|
191631
|
+
database: ::String,
|
191632
|
+
use_service_name: bool?
|
191431
191633
|
}?,
|
191432
191634
|
postgre_sql_parameters: {
|
191433
191635
|
host: ::String,
|
@@ -193409,7 +193611,14 @@ module Aws
|
|
193409
193611
|
order: Array[::String]?,
|
193410
193612
|
pinned_field_options: {
|
193411
193613
|
pinned_left_fields: Array[::String]?
|
193412
|
-
}
|
193614
|
+
}?,
|
193615
|
+
transposed_table_options: Array[
|
193616
|
+
{
|
193617
|
+
column_index: ::Integer?,
|
193618
|
+
column_width: ::String?,
|
193619
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
193620
|
+
},
|
193621
|
+
]?
|
193413
193622
|
}?,
|
193414
193623
|
paginated_report_options: {
|
193415
193624
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -226487,7 +226696,12 @@ module Aws
|
|
226487
226696
|
}
|
226488
226697
|
},
|
226489
226698
|
]?,
|
226490
|
-
content_type: ("PAGINATED" | "INTERACTIVE")
|
226699
|
+
content_type: ("PAGINATED" | "INTERACTIVE")?,
|
226700
|
+
custom_action_defaults: {
|
226701
|
+
highlight_operation: {
|
226702
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
226703
|
+
}?
|
226704
|
+
}?
|
226491
226705
|
},
|
226492
226706
|
]?,
|
226493
226707
|
calculated_fields: Array[
|
@@ -228883,7 +229097,14 @@ module Aws
|
|
228883
229097
|
}?,
|
228884
229098
|
options: {
|
228885
229099
|
timezone: ::String?,
|
228886
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
229100
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
229101
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
229102
|
+
excluded_data_set_arns: Array[::String]?,
|
229103
|
+
custom_action_defaults: {
|
229104
|
+
highlight_operation: {
|
229105
|
+
trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
229106
|
+
}?
|
229107
|
+
}?
|
228887
229108
|
}?,
|
228888
229109
|
query_execution_options: {
|
228889
229110
|
query_execution_mode: ("AUTO" | "MANUAL")?
|