aws-sdk-quicksight 1.143.0 → 1.145.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 +172 -33
- data/lib/aws-sdk-quicksight/client_api.rb +84 -1
- data/lib/aws-sdk-quicksight/types.rb +357 -12
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +182 -21
- data/sig/types.rbs +89 -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")?,
|
@@ -38013,7 +38020,9 @@ module Aws
|
|
38013
38020
|
}?,
|
38014
38021
|
options: {
|
38015
38022
|
timezone: ::String?,
|
38016
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
38023
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
38024
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
38025
|
+
excluded_data_set_arns: Array[::String]?
|
38017
38026
|
}?,
|
38018
38027
|
query_execution_options: {
|
38019
38028
|
query_execution_mode: ("AUTO" | "MANUAL")?
|
@@ -38289,6 +38298,9 @@ module Aws
|
|
38289
38298
|
}?,
|
38290
38299
|
data_point_tooltip_option: {
|
38291
38300
|
availability_status: ("ENABLED" | "DISABLED")?
|
38301
|
+
}?,
|
38302
|
+
data_qa_enabled_option: {
|
38303
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
38292
38304
|
}?
|
38293
38305
|
},
|
38294
38306
|
?theme_arn: ::String,
|
@@ -39844,7 +39856,14 @@ module Aws
|
|
39844
39856
|
order: Array[::String]?,
|
39845
39857
|
pinned_field_options: {
|
39846
39858
|
pinned_left_fields: Array[::String]?
|
39847
|
-
}
|
39859
|
+
}?,
|
39860
|
+
transposed_table_options: Array[
|
39861
|
+
{
|
39862
|
+
column_index: ::Integer?,
|
39863
|
+
column_width: ::String?,
|
39864
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
39865
|
+
},
|
39866
|
+
]?
|
39848
39867
|
}?,
|
39849
39868
|
paginated_report_options: {
|
39850
39869
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -75318,7 +75337,9 @@ module Aws
|
|
75318
75337
|
}?,
|
75319
75338
|
options: {
|
75320
75339
|
timezone: ::String?,
|
75321
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
75340
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
75341
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
75342
|
+
excluded_data_set_arns: Array[::String]?
|
75322
75343
|
}?,
|
75323
75344
|
static_files: Array[
|
75324
75345
|
{
|
@@ -75599,7 +75620,8 @@ module Aws
|
|
75599
75620
|
column_names: Array[::String]
|
75600
75621
|
},
|
75601
75622
|
]?
|
75602
|
-
}
|
75623
|
+
},
|
75624
|
+
?use_as: ("RLS_RULES")
|
75603
75625
|
) -> _CreateDataSetResponseSuccess
|
75604
75626
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataSetResponseSuccess
|
75605
75627
|
|
@@ -75654,7 +75676,8 @@ module Aws
|
|
75654
75676
|
oracle_parameters: {
|
75655
75677
|
host: ::String,
|
75656
75678
|
port: ::Integer,
|
75657
|
-
database: ::String
|
75679
|
+
database: ::String,
|
75680
|
+
use_service_name: bool?
|
75658
75681
|
}?,
|
75659
75682
|
postgre_sql_parameters: {
|
75660
75683
|
host: ::String,
|
@@ -75808,7 +75831,8 @@ module Aws
|
|
75808
75831
|
oracle_parameters: {
|
75809
75832
|
host: ::String,
|
75810
75833
|
port: ::Integer,
|
75811
|
-
database: ::String
|
75834
|
+
database: ::String,
|
75835
|
+
use_service_name: bool?
|
75812
75836
|
}?,
|
75813
75837
|
postgre_sql_parameters: {
|
75814
75838
|
host: ::String,
|
@@ -77738,7 +77762,14 @@ module Aws
|
|
77738
77762
|
order: Array[::String]?,
|
77739
77763
|
pinned_field_options: {
|
77740
77764
|
pinned_left_fields: Array[::String]?
|
77741
|
-
}
|
77765
|
+
}?,
|
77766
|
+
transposed_table_options: Array[
|
77767
|
+
{
|
77768
|
+
column_index: ::Integer?,
|
77769
|
+
column_width: ::String?,
|
77770
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
77771
|
+
},
|
77772
|
+
]?
|
77742
77773
|
}?,
|
77743
77774
|
paginated_report_options: {
|
77744
77775
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -113212,7 +113243,9 @@ module Aws
|
|
113212
113243
|
}?,
|
113213
113244
|
options: {
|
113214
113245
|
timezone: ::String?,
|
113215
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
113246
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
113247
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
113248
|
+
excluded_data_set_arns: Array[::String]?
|
113216
113249
|
}?,
|
113217
113250
|
query_execution_options: {
|
113218
113251
|
query_execution_mode: ("AUTO" | "MANUAL")?
|
@@ -114925,6 +114958,20 @@ module Aws
|
|
114925
114958
|
}?,
|
114926
114959
|
bookmarks: {
|
114927
114960
|
enabled: bool
|
114961
|
+
}?,
|
114962
|
+
amazon_q_in_quick_sight: {
|
114963
|
+
executive_summary: {
|
114964
|
+
enabled: bool
|
114965
|
+
}?
|
114966
|
+
}?,
|
114967
|
+
schedules: {
|
114968
|
+
enabled: bool
|
114969
|
+
}?,
|
114970
|
+
recent_snapshots: {
|
114971
|
+
enabled: bool
|
114972
|
+
}?,
|
114973
|
+
threshold_alerts: {
|
114974
|
+
enabled: bool
|
114928
114975
|
}?
|
114929
114976
|
}?
|
114930
114977
|
}?,
|
@@ -114936,6 +114983,29 @@ module Aws
|
|
114936
114983
|
}?,
|
114937
114984
|
shared_view: {
|
114938
114985
|
enabled: bool
|
114986
|
+
}?,
|
114987
|
+
amazon_q_in_quick_sight: {
|
114988
|
+
data_qn_a: {
|
114989
|
+
enabled: bool
|
114990
|
+
}?,
|
114991
|
+
generative_authoring: {
|
114992
|
+
enabled: bool
|
114993
|
+
}?,
|
114994
|
+
executive_summary: {
|
114995
|
+
enabled: bool
|
114996
|
+
}?,
|
114997
|
+
data_stories: {
|
114998
|
+
enabled: bool
|
114999
|
+
}?
|
115000
|
+
}?,
|
115001
|
+
schedules: {
|
115002
|
+
enabled: bool
|
115003
|
+
}?,
|
115004
|
+
recent_snapshots: {
|
115005
|
+
enabled: bool
|
115006
|
+
}?,
|
115007
|
+
threshold_alerts: {
|
115008
|
+
enabled: bool
|
114939
115009
|
}?
|
114940
115010
|
}?
|
114941
115011
|
}?,
|
@@ -114979,6 +115049,20 @@ module Aws
|
|
114979
115049
|
}?,
|
114980
115050
|
bookmarks: {
|
114981
115051
|
enabled: bool
|
115052
|
+
}?,
|
115053
|
+
amazon_q_in_quick_sight: {
|
115054
|
+
executive_summary: {
|
115055
|
+
enabled: bool
|
115056
|
+
}?
|
115057
|
+
}?,
|
115058
|
+
schedules: {
|
115059
|
+
enabled: bool
|
115060
|
+
}?,
|
115061
|
+
recent_snapshots: {
|
115062
|
+
enabled: bool
|
115063
|
+
}?,
|
115064
|
+
threshold_alerts: {
|
115065
|
+
enabled: bool
|
114982
115066
|
}?
|
114983
115067
|
}?
|
114984
115068
|
}?,
|
@@ -114990,6 +115074,29 @@ module Aws
|
|
114990
115074
|
}?,
|
114991
115075
|
shared_view: {
|
114992
115076
|
enabled: bool
|
115077
|
+
}?,
|
115078
|
+
amazon_q_in_quick_sight: {
|
115079
|
+
data_qn_a: {
|
115080
|
+
enabled: bool
|
115081
|
+
}?,
|
115082
|
+
generative_authoring: {
|
115083
|
+
enabled: bool
|
115084
|
+
}?,
|
115085
|
+
executive_summary: {
|
115086
|
+
enabled: bool
|
115087
|
+
}?,
|
115088
|
+
data_stories: {
|
115089
|
+
enabled: bool
|
115090
|
+
}?
|
115091
|
+
}?,
|
115092
|
+
schedules: {
|
115093
|
+
enabled: bool
|
115094
|
+
}?,
|
115095
|
+
recent_snapshots: {
|
115096
|
+
enabled: bool
|
115097
|
+
}?,
|
115098
|
+
threshold_alerts: {
|
115099
|
+
enabled: bool
|
114993
115100
|
}?
|
114994
115101
|
}?
|
114995
115102
|
}?,
|
@@ -115606,7 +115713,12 @@ module Aws
|
|
115606
115713
|
size_unit: ("HOUR" | "DAY" | "WEEK")
|
115607
115714
|
}
|
115608
115715
|
}
|
115609
|
-
}
|
115716
|
+
}?,
|
115717
|
+
failure_configuration: {
|
115718
|
+
email_alert: {
|
115719
|
+
alert_status: ("ENABLED" | "DISABLED")?
|
115720
|
+
}?
|
115721
|
+
}?
|
115610
115722
|
}
|
115611
115723
|
) -> _PutDataSetRefreshPropertiesResponseSuccess
|
115612
115724
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutDataSetRefreshPropertiesResponseSuccess
|
@@ -115851,7 +115963,7 @@ module Aws
|
|
115851
115963
|
data_sets: Array[
|
115852
115964
|
{
|
115853
115965
|
arn: ::String,
|
115854
|
-
properties: Array[("Name")]
|
115966
|
+
properties: Array[("Name" | "RefreshFailureEmailAlertStatus")]
|
115855
115967
|
},
|
115856
115968
|
]?,
|
115857
115969
|
themes: Array[
|
@@ -115966,7 +116078,8 @@ module Aws
|
|
115966
116078
|
oracle_parameters: {
|
115967
116079
|
host: ::String,
|
115968
116080
|
port: ::Integer,
|
115969
|
-
database: ::String
|
116081
|
+
database: ::String,
|
116082
|
+
use_service_name: bool?
|
115970
116083
|
}?,
|
115971
116084
|
postgre_sql_parameters: {
|
115972
116085
|
host: ::String,
|
@@ -116096,7 +116209,23 @@ module Aws
|
|
116096
116209
|
data_sets: Array[
|
116097
116210
|
{
|
116098
116211
|
data_set_id: ::String,
|
116099
|
-
name: ::String
|
116212
|
+
name: ::String?,
|
116213
|
+
data_set_refresh_properties: {
|
116214
|
+
refresh_configuration: {
|
116215
|
+
incremental_refresh: {
|
116216
|
+
lookback_window: {
|
116217
|
+
column_name: ::String,
|
116218
|
+
size: ::Integer,
|
116219
|
+
size_unit: ("HOUR" | "DAY" | "WEEK")
|
116220
|
+
}
|
116221
|
+
}
|
116222
|
+
}?,
|
116223
|
+
failure_configuration: {
|
116224
|
+
email_alert: {
|
116225
|
+
alert_status: ("ENABLED" | "DISABLED")?
|
116226
|
+
}?
|
116227
|
+
}?
|
116228
|
+
}?
|
116100
116229
|
},
|
116101
116230
|
]?,
|
116102
116231
|
themes: Array[
|
@@ -118034,7 +118163,14 @@ module Aws
|
|
118034
118163
|
order: Array[::String]?,
|
118035
118164
|
pinned_field_options: {
|
118036
118165
|
pinned_left_fields: Array[::String]?
|
118037
|
-
}
|
118166
|
+
}?,
|
118167
|
+
transposed_table_options: Array[
|
118168
|
+
{
|
118169
|
+
column_index: ::Integer?,
|
118170
|
+
column_width: ::String?,
|
118171
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
118172
|
+
},
|
118173
|
+
]?
|
118038
118174
|
}?,
|
118039
118175
|
paginated_report_options: {
|
118040
118176
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -153508,7 +153644,9 @@ module Aws
|
|
153508
153644
|
}?,
|
153509
153645
|
options: {
|
153510
153646
|
timezone: ::String?,
|
153511
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
153647
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
153648
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
153649
|
+
excluded_data_set_arns: Array[::String]?
|
153512
153650
|
}?,
|
153513
153651
|
query_execution_options: {
|
153514
153652
|
query_execution_mode: ("AUTO" | "MANUAL")?
|
@@ -153823,6 +153961,9 @@ module Aws
|
|
153823
153961
|
}?,
|
153824
153962
|
data_point_tooltip_option: {
|
153825
153963
|
availability_status: ("ENABLED" | "DISABLED")?
|
153964
|
+
}?,
|
153965
|
+
data_qa_enabled_option: {
|
153966
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
153826
153967
|
}?
|
153827
153968
|
},
|
153828
153969
|
?theme_arn: ::String,
|
@@ -155378,7 +155519,14 @@ module Aws
|
|
155378
155519
|
order: Array[::String]?,
|
155379
155520
|
pinned_field_options: {
|
155380
155521
|
pinned_left_fields: Array[::String]?
|
155381
|
-
}
|
155522
|
+
}?,
|
155523
|
+
transposed_table_options: Array[
|
155524
|
+
{
|
155525
|
+
column_index: ::Integer?,
|
155526
|
+
column_width: ::String?,
|
155527
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
155528
|
+
},
|
155529
|
+
]?
|
155382
155530
|
}?,
|
155383
155531
|
paginated_report_options: {
|
155384
155532
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -190852,7 +191000,9 @@ module Aws
|
|
190852
191000
|
}?,
|
190853
191001
|
options: {
|
190854
191002
|
timezone: ::String?,
|
190855
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
191003
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
191004
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
191005
|
+
excluded_data_set_arns: Array[::String]?
|
190856
191006
|
}?,
|
190857
191007
|
static_files: Array[
|
190858
191008
|
{
|
@@ -191273,7 +191423,8 @@ module Aws
|
|
191273
191423
|
oracle_parameters: {
|
191274
191424
|
host: ::String,
|
191275
191425
|
port: ::Integer,
|
191276
|
-
database: ::String
|
191426
|
+
database: ::String,
|
191427
|
+
use_service_name: bool?
|
191277
191428
|
}?,
|
191278
191429
|
postgre_sql_parameters: {
|
191279
191430
|
host: ::String,
|
@@ -191427,7 +191578,8 @@ module Aws
|
|
191427
191578
|
oracle_parameters: {
|
191428
191579
|
host: ::String,
|
191429
191580
|
port: ::Integer,
|
191430
|
-
database: ::String
|
191581
|
+
database: ::String,
|
191582
|
+
use_service_name: bool?
|
191431
191583
|
}?,
|
191432
191584
|
postgre_sql_parameters: {
|
191433
191585
|
host: ::String,
|
@@ -193409,7 +193561,14 @@ module Aws
|
|
193409
193561
|
order: Array[::String]?,
|
193410
193562
|
pinned_field_options: {
|
193411
193563
|
pinned_left_fields: Array[::String]?
|
193412
|
-
}
|
193564
|
+
}?,
|
193565
|
+
transposed_table_options: Array[
|
193566
|
+
{
|
193567
|
+
column_index: ::Integer?,
|
193568
|
+
column_width: ::String?,
|
193569
|
+
column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
193570
|
+
},
|
193571
|
+
]?
|
193413
193572
|
}?,
|
193414
193573
|
paginated_report_options: {
|
193415
193574
|
vertical_overflow_visibility: ("HIDDEN" | "VISIBLE")?,
|
@@ -228883,7 +229042,9 @@ module Aws
|
|
228883
229042
|
}?,
|
228884
229043
|
options: {
|
228885
229044
|
timezone: ::String?,
|
228886
|
-
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
229045
|
+
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
229046
|
+
q_business_insights_status: ("ENABLED" | "DISABLED")?,
|
229047
|
+
excluded_data_set_arns: Array[::String]?
|
228887
229048
|
}?,
|
228888
229049
|
query_execution_options: {
|
228889
229050
|
query_execution_mode: ("AUTO" | "MANUAL")?
|
data/sig/types.rbs
CHANGED
@@ -93,6 +93,19 @@ module Aws::QuickSight
|
|
93
93
|
SENSITIVE: []
|
94
94
|
end
|
95
95
|
|
96
|
+
class AmazonQInQuickSightConsoleConfigurations
|
97
|
+
attr_accessor data_qn_a: Types::DataQnAConfigurations
|
98
|
+
attr_accessor generative_authoring: Types::GenerativeAuthoringConfigurations
|
99
|
+
attr_accessor executive_summary: Types::ExecutiveSummaryConfigurations
|
100
|
+
attr_accessor data_stories: Types::DataStoriesConfigurations
|
101
|
+
SENSITIVE: []
|
102
|
+
end
|
103
|
+
|
104
|
+
class AmazonQInQuickSightDashboardConfigurations
|
105
|
+
attr_accessor executive_summary: Types::ExecutiveSummaryConfigurations
|
106
|
+
SENSITIVE: []
|
107
|
+
end
|
108
|
+
|
96
109
|
class Analysis
|
97
110
|
attr_accessor analysis_id: ::String
|
98
111
|
attr_accessor arn: ::String
|
@@ -271,7 +284,7 @@ module Aws::QuickSight
|
|
271
284
|
|
272
285
|
class AssetBundleExportJobDataSetOverrideProperties
|
273
286
|
attr_accessor arn: ::String
|
274
|
-
attr_accessor properties: ::Array[("Name")]
|
287
|
+
attr_accessor properties: ::Array[("Name" | "RefreshFailureEmailAlertStatus")]
|
275
288
|
SENSITIVE: []
|
276
289
|
end
|
277
290
|
|
@@ -380,6 +393,7 @@ module Aws::QuickSight
|
|
380
393
|
class AssetBundleImportJobDataSetOverrideParameters
|
381
394
|
attr_accessor data_set_id: ::String
|
382
395
|
attr_accessor name: ::String
|
396
|
+
attr_accessor data_set_refresh_properties: Types::DataSetRefreshProperties
|
383
397
|
SENSITIVE: []
|
384
398
|
end
|
385
399
|
|
@@ -581,6 +595,8 @@ module Aws::QuickSight
|
|
581
595
|
class AssetOptions
|
582
596
|
attr_accessor timezone: ::String
|
583
597
|
attr_accessor week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
598
|
+
attr_accessor q_business_insights_status: ("ENABLED" | "DISABLED")
|
599
|
+
attr_accessor excluded_data_set_arns: ::Array[::String]
|
584
600
|
SENSITIVE: []
|
585
601
|
end
|
586
602
|
|
@@ -1522,6 +1538,7 @@ module Aws::QuickSight
|
|
1522
1538
|
attr_accessor dataset_parameters: ::Array[Types::DatasetParameter]
|
1523
1539
|
attr_accessor folder_arns: ::Array[::String]
|
1524
1540
|
attr_accessor performance_configuration: Types::PerformanceConfiguration
|
1541
|
+
attr_accessor use_as: ("RLS_RULES")
|
1525
1542
|
SENSITIVE: []
|
1526
1543
|
end
|
1527
1544
|
|
@@ -2008,6 +2025,7 @@ module Aws::QuickSight
|
|
2008
2025
|
attr_accessor data_point_drill_up_down_option: Types::DataPointDrillUpDownOption
|
2009
2026
|
attr_accessor data_point_menu_label_option: Types::DataPointMenuLabelOption
|
2010
2027
|
attr_accessor data_point_tooltip_option: Types::DataPointTooltipOption
|
2028
|
+
attr_accessor data_qa_enabled_option: Types::DataQAEnabledOption
|
2011
2029
|
SENSITIVE: []
|
2012
2030
|
end
|
2013
2031
|
|
@@ -2205,6 +2223,16 @@ module Aws::QuickSight
|
|
2205
2223
|
SENSITIVE: []
|
2206
2224
|
end
|
2207
2225
|
|
2226
|
+
class DataQAEnabledOption
|
2227
|
+
attr_accessor availability_status: ("ENABLED" | "DISABLED")
|
2228
|
+
SENSITIVE: []
|
2229
|
+
end
|
2230
|
+
|
2231
|
+
class DataQnAConfigurations
|
2232
|
+
attr_accessor enabled: bool
|
2233
|
+
SENSITIVE: []
|
2234
|
+
end
|
2235
|
+
|
2208
2236
|
class DataSet
|
2209
2237
|
attr_accessor arn: ::String
|
2210
2238
|
attr_accessor data_set_id: ::String
|
@@ -2224,6 +2252,7 @@ module Aws::QuickSight
|
|
2224
2252
|
attr_accessor data_set_usage_configuration: Types::DataSetUsageConfiguration
|
2225
2253
|
attr_accessor dataset_parameters: ::Array[Types::DatasetParameter]
|
2226
2254
|
attr_accessor performance_configuration: Types::PerformanceConfiguration
|
2255
|
+
attr_accessor use_as: ("RLS_RULES")
|
2227
2256
|
SENSITIVE: []
|
2228
2257
|
end
|
2229
2258
|
|
@@ -2248,6 +2277,7 @@ module Aws::QuickSight
|
|
2248
2277
|
|
2249
2278
|
class DataSetRefreshProperties
|
2250
2279
|
attr_accessor refresh_configuration: Types::RefreshConfiguration
|
2280
|
+
attr_accessor failure_configuration: Types::RefreshFailureConfiguration
|
2251
2281
|
SENSITIVE: []
|
2252
2282
|
end
|
2253
2283
|
|
@@ -2273,6 +2303,7 @@ module Aws::QuickSight
|
|
2273
2303
|
attr_accessor row_level_permission_data_set: Types::RowLevelPermissionDataSet
|
2274
2304
|
attr_accessor row_level_permission_tag_configuration_applied: bool
|
2275
2305
|
attr_accessor column_level_permission_rules_applied: bool
|
2306
|
+
attr_accessor use_as: ("RLS_RULES")
|
2276
2307
|
SENSITIVE: []
|
2277
2308
|
end
|
2278
2309
|
|
@@ -2359,6 +2390,11 @@ module Aws::QuickSight
|
|
2359
2390
|
SENSITIVE: []
|
2360
2391
|
end
|
2361
2392
|
|
2393
|
+
class DataStoriesConfigurations
|
2394
|
+
attr_accessor enabled: bool
|
2395
|
+
SENSITIVE: []
|
2396
|
+
end
|
2397
|
+
|
2362
2398
|
class DatabricksParameters
|
2363
2399
|
attr_accessor host: ::String
|
2364
2400
|
attr_accessor port: ::Integer
|
@@ -3925,6 +3961,11 @@ module Aws::QuickSight
|
|
3925
3961
|
SENSITIVE: []
|
3926
3962
|
end
|
3927
3963
|
|
3964
|
+
class ExecutiveSummaryConfigurations
|
3965
|
+
attr_accessor enabled: bool
|
3966
|
+
SENSITIVE: []
|
3967
|
+
end
|
3968
|
+
|
3928
3969
|
class ExplicitHierarchy
|
3929
3970
|
attr_accessor hierarchy_id: ::String
|
3930
3971
|
attr_accessor columns: ::Array[Types::ColumnIdentifier]
|
@@ -4533,6 +4574,11 @@ module Aws::QuickSight
|
|
4533
4574
|
SENSITIVE: [:question_text, :restatement]
|
4534
4575
|
end
|
4535
4576
|
|
4577
|
+
class GenerativeAuthoringConfigurations
|
4578
|
+
attr_accessor enabled: bool
|
4579
|
+
SENSITIVE: []
|
4580
|
+
end
|
4581
|
+
|
4536
4582
|
class GeoSpatialColumnGroup
|
4537
4583
|
attr_accessor name: ::String
|
4538
4584
|
attr_accessor country_code: ("US")
|
@@ -6389,6 +6435,7 @@ module Aws::QuickSight
|
|
6389
6435
|
attr_accessor host: ::String
|
6390
6436
|
attr_accessor port: ::Integer
|
6391
6437
|
attr_accessor database: ::String
|
6438
|
+
attr_accessor use_service_name: bool
|
6392
6439
|
SENSITIVE: []
|
6393
6440
|
end
|
6394
6441
|
|
@@ -7009,6 +7056,11 @@ module Aws::QuickSight
|
|
7009
7056
|
SENSITIVE: []
|
7010
7057
|
end
|
7011
7058
|
|
7059
|
+
class RecentSnapshotsConfigurations
|
7060
|
+
attr_accessor enabled: bool
|
7061
|
+
SENSITIVE: []
|
7062
|
+
end
|
7063
|
+
|
7012
7064
|
class RedshiftIAMParameters
|
7013
7065
|
attr_accessor role_arn: ::String
|
7014
7066
|
attr_accessor database_user: ::String
|
@@ -7087,6 +7139,16 @@ module Aws::QuickSight
|
|
7087
7139
|
SENSITIVE: []
|
7088
7140
|
end
|
7089
7141
|
|
7142
|
+
class RefreshFailureConfiguration
|
7143
|
+
attr_accessor email_alert: Types::RefreshFailureEmailAlert
|
7144
|
+
SENSITIVE: []
|
7145
|
+
end
|
7146
|
+
|
7147
|
+
class RefreshFailureEmailAlert
|
7148
|
+
attr_accessor alert_status: ("ENABLED" | "DISABLED")
|
7149
|
+
SENSITIVE: []
|
7150
|
+
end
|
7151
|
+
|
7090
7152
|
class RefreshFrequency
|
7091
7153
|
attr_accessor interval: ("MINUTE15" | "MINUTE30" | "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY")
|
7092
7154
|
attr_accessor refresh_on_day: Types::ScheduleRefreshOnEntity
|
@@ -7138,6 +7200,10 @@ module Aws::QuickSight
|
|
7138
7200
|
class RegisteredUserConsoleFeatureConfigurations
|
7139
7201
|
attr_accessor state_persistence: Types::StatePersistenceConfigurations
|
7140
7202
|
attr_accessor shared_view: Types::SharedViewConfigurations
|
7203
|
+
attr_accessor amazon_q_in_quick_sight: Types::AmazonQInQuickSightConsoleConfigurations
|
7204
|
+
attr_accessor schedules: Types::SchedulesConfigurations
|
7205
|
+
attr_accessor recent_snapshots: Types::RecentSnapshotsConfigurations
|
7206
|
+
attr_accessor threshold_alerts: Types::ThresholdAlertsConfigurations
|
7141
7207
|
SENSITIVE: []
|
7142
7208
|
end
|
7143
7209
|
|
@@ -7151,6 +7217,10 @@ module Aws::QuickSight
|
|
7151
7217
|
attr_accessor state_persistence: Types::StatePersistenceConfigurations
|
7152
7218
|
attr_accessor shared_view: Types::SharedViewConfigurations
|
7153
7219
|
attr_accessor bookmarks: Types::BookmarksConfigurations
|
7220
|
+
attr_accessor amazon_q_in_quick_sight: Types::AmazonQInQuickSightDashboardConfigurations
|
7221
|
+
attr_accessor schedules: Types::SchedulesConfigurations
|
7222
|
+
attr_accessor recent_snapshots: Types::RecentSnapshotsConfigurations
|
7223
|
+
attr_accessor threshold_alerts: Types::ThresholdAlertsConfigurations
|
7154
7224
|
SENSITIVE: []
|
7155
7225
|
end
|
7156
7226
|
|
@@ -7432,6 +7502,11 @@ module Aws::QuickSight
|
|
7432
7502
|
SENSITIVE: []
|
7433
7503
|
end
|
7434
7504
|
|
7505
|
+
class SchedulesConfigurations
|
7506
|
+
attr_accessor enabled: bool
|
7507
|
+
SENSITIVE: []
|
7508
|
+
end
|
7509
|
+
|
7435
7510
|
class ScrollBarOptions
|
7436
7511
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
7437
7512
|
attr_accessor visible_range: Types::VisibleRangeOptions
|
@@ -8235,6 +8310,7 @@ module Aws::QuickSight
|
|
8235
8310
|
attr_accessor selected_field_options: ::Array[Types::TableFieldOption]
|
8236
8311
|
attr_accessor order: ::Array[::String]
|
8237
8312
|
attr_accessor pinned_field_options: Types::TablePinnedFieldOptions
|
8313
|
+
attr_accessor transposed_table_options: ::Array[Types::TransposedTableOption]
|
8238
8314
|
SENSITIVE: []
|
8239
8315
|
end
|
8240
8316
|
|
@@ -8531,6 +8607,11 @@ module Aws::QuickSight
|
|
8531
8607
|
SENSITIVE: []
|
8532
8608
|
end
|
8533
8609
|
|
8610
|
+
class ThresholdAlertsConfigurations
|
8611
|
+
attr_accessor enabled: bool
|
8612
|
+
SENSITIVE: []
|
8613
|
+
end
|
8614
|
+
|
8534
8615
|
class ThrottlingException
|
8535
8616
|
attr_accessor message: ::String
|
8536
8617
|
attr_accessor request_id: ::String
|
@@ -8967,6 +9048,13 @@ module Aws::QuickSight
|
|
8967
9048
|
SENSITIVE: []
|
8968
9049
|
end
|
8969
9050
|
|
9051
|
+
class TransposedTableOption
|
9052
|
+
attr_accessor column_index: ::Integer
|
9053
|
+
attr_accessor column_width: ::String
|
9054
|
+
attr_accessor column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
9055
|
+
SENSITIVE: []
|
9056
|
+
end
|
9057
|
+
|
8970
9058
|
class TreeMapAggregatedFieldWells
|
8971
9059
|
attr_accessor groups: ::Array[Types::DimensionField]
|
8972
9060
|
attr_accessor sizes: ::Array[Types::MeasureField]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-quicksight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.145.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|