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/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,9 @@ 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]
|
600
|
+
attr_accessor custom_action_defaults: Types::VisualCustomActionDefaults
|
584
601
|
SENSITIVE: []
|
585
602
|
end
|
586
603
|
|
@@ -1522,6 +1539,7 @@ module Aws::QuickSight
|
|
1522
1539
|
attr_accessor dataset_parameters: ::Array[Types::DatasetParameter]
|
1523
1540
|
attr_accessor folder_arns: ::Array[::String]
|
1524
1541
|
attr_accessor performance_configuration: Types::PerformanceConfiguration
|
1542
|
+
attr_accessor use_as: ("RLS_RULES")
|
1525
1543
|
SENSITIVE: []
|
1526
1544
|
end
|
1527
1545
|
|
@@ -2008,6 +2026,7 @@ module Aws::QuickSight
|
|
2008
2026
|
attr_accessor data_point_drill_up_down_option: Types::DataPointDrillUpDownOption
|
2009
2027
|
attr_accessor data_point_menu_label_option: Types::DataPointMenuLabelOption
|
2010
2028
|
attr_accessor data_point_tooltip_option: Types::DataPointTooltipOption
|
2029
|
+
attr_accessor data_qa_enabled_option: Types::DataQAEnabledOption
|
2011
2030
|
SENSITIVE: []
|
2012
2031
|
end
|
2013
2032
|
|
@@ -2205,6 +2224,16 @@ module Aws::QuickSight
|
|
2205
2224
|
SENSITIVE: []
|
2206
2225
|
end
|
2207
2226
|
|
2227
|
+
class DataQAEnabledOption
|
2228
|
+
attr_accessor availability_status: ("ENABLED" | "DISABLED")
|
2229
|
+
SENSITIVE: []
|
2230
|
+
end
|
2231
|
+
|
2232
|
+
class DataQnAConfigurations
|
2233
|
+
attr_accessor enabled: bool
|
2234
|
+
SENSITIVE: []
|
2235
|
+
end
|
2236
|
+
|
2208
2237
|
class DataSet
|
2209
2238
|
attr_accessor arn: ::String
|
2210
2239
|
attr_accessor data_set_id: ::String
|
@@ -2224,6 +2253,7 @@ module Aws::QuickSight
|
|
2224
2253
|
attr_accessor data_set_usage_configuration: Types::DataSetUsageConfiguration
|
2225
2254
|
attr_accessor dataset_parameters: ::Array[Types::DatasetParameter]
|
2226
2255
|
attr_accessor performance_configuration: Types::PerformanceConfiguration
|
2256
|
+
attr_accessor use_as: ("RLS_RULES")
|
2227
2257
|
SENSITIVE: []
|
2228
2258
|
end
|
2229
2259
|
|
@@ -2248,6 +2278,7 @@ module Aws::QuickSight
|
|
2248
2278
|
|
2249
2279
|
class DataSetRefreshProperties
|
2250
2280
|
attr_accessor refresh_configuration: Types::RefreshConfiguration
|
2281
|
+
attr_accessor failure_configuration: Types::RefreshFailureConfiguration
|
2251
2282
|
SENSITIVE: []
|
2252
2283
|
end
|
2253
2284
|
|
@@ -2273,6 +2304,7 @@ module Aws::QuickSight
|
|
2273
2304
|
attr_accessor row_level_permission_data_set: Types::RowLevelPermissionDataSet
|
2274
2305
|
attr_accessor row_level_permission_tag_configuration_applied: bool
|
2275
2306
|
attr_accessor column_level_permission_rules_applied: bool
|
2307
|
+
attr_accessor use_as: ("RLS_RULES")
|
2276
2308
|
SENSITIVE: []
|
2277
2309
|
end
|
2278
2310
|
|
@@ -2359,6 +2391,11 @@ module Aws::QuickSight
|
|
2359
2391
|
SENSITIVE: []
|
2360
2392
|
end
|
2361
2393
|
|
2394
|
+
class DataStoriesConfigurations
|
2395
|
+
attr_accessor enabled: bool
|
2396
|
+
SENSITIVE: []
|
2397
|
+
end
|
2398
|
+
|
2362
2399
|
class DatabricksParameters
|
2363
2400
|
attr_accessor host: ::String
|
2364
2401
|
attr_accessor port: ::Integer
|
@@ -3925,6 +3962,11 @@ module Aws::QuickSight
|
|
3925
3962
|
SENSITIVE: []
|
3926
3963
|
end
|
3927
3964
|
|
3965
|
+
class ExecutiveSummaryConfigurations
|
3966
|
+
attr_accessor enabled: bool
|
3967
|
+
SENSITIVE: []
|
3968
|
+
end
|
3969
|
+
|
3928
3970
|
class ExplicitHierarchy
|
3929
3971
|
attr_accessor hierarchy_id: ::String
|
3930
3972
|
attr_accessor columns: ::Array[Types::ColumnIdentifier]
|
@@ -4533,6 +4575,11 @@ module Aws::QuickSight
|
|
4533
4575
|
SENSITIVE: [:question_text, :restatement]
|
4534
4576
|
end
|
4535
4577
|
|
4578
|
+
class GenerativeAuthoringConfigurations
|
4579
|
+
attr_accessor enabled: bool
|
4580
|
+
SENSITIVE: []
|
4581
|
+
end
|
4582
|
+
|
4536
4583
|
class GeoSpatialColumnGroup
|
4537
4584
|
attr_accessor name: ::String
|
4538
4585
|
attr_accessor country_code: ("US")
|
@@ -6389,6 +6436,7 @@ module Aws::QuickSight
|
|
6389
6436
|
attr_accessor host: ::String
|
6390
6437
|
attr_accessor port: ::Integer
|
6391
6438
|
attr_accessor database: ::String
|
6439
|
+
attr_accessor use_service_name: bool
|
6392
6440
|
SENSITIVE: []
|
6393
6441
|
end
|
6394
6442
|
|
@@ -7009,6 +7057,11 @@ module Aws::QuickSight
|
|
7009
7057
|
SENSITIVE: []
|
7010
7058
|
end
|
7011
7059
|
|
7060
|
+
class RecentSnapshotsConfigurations
|
7061
|
+
attr_accessor enabled: bool
|
7062
|
+
SENSITIVE: []
|
7063
|
+
end
|
7064
|
+
|
7012
7065
|
class RedshiftIAMParameters
|
7013
7066
|
attr_accessor role_arn: ::String
|
7014
7067
|
attr_accessor database_user: ::String
|
@@ -7087,6 +7140,16 @@ module Aws::QuickSight
|
|
7087
7140
|
SENSITIVE: []
|
7088
7141
|
end
|
7089
7142
|
|
7143
|
+
class RefreshFailureConfiguration
|
7144
|
+
attr_accessor email_alert: Types::RefreshFailureEmailAlert
|
7145
|
+
SENSITIVE: []
|
7146
|
+
end
|
7147
|
+
|
7148
|
+
class RefreshFailureEmailAlert
|
7149
|
+
attr_accessor alert_status: ("ENABLED" | "DISABLED")
|
7150
|
+
SENSITIVE: []
|
7151
|
+
end
|
7152
|
+
|
7090
7153
|
class RefreshFrequency
|
7091
7154
|
attr_accessor interval: ("MINUTE15" | "MINUTE30" | "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY")
|
7092
7155
|
attr_accessor refresh_on_day: Types::ScheduleRefreshOnEntity
|
@@ -7138,6 +7201,10 @@ module Aws::QuickSight
|
|
7138
7201
|
class RegisteredUserConsoleFeatureConfigurations
|
7139
7202
|
attr_accessor state_persistence: Types::StatePersistenceConfigurations
|
7140
7203
|
attr_accessor shared_view: Types::SharedViewConfigurations
|
7204
|
+
attr_accessor amazon_q_in_quick_sight: Types::AmazonQInQuickSightConsoleConfigurations
|
7205
|
+
attr_accessor schedules: Types::SchedulesConfigurations
|
7206
|
+
attr_accessor recent_snapshots: Types::RecentSnapshotsConfigurations
|
7207
|
+
attr_accessor threshold_alerts: Types::ThresholdAlertsConfigurations
|
7141
7208
|
SENSITIVE: []
|
7142
7209
|
end
|
7143
7210
|
|
@@ -7151,6 +7218,10 @@ module Aws::QuickSight
|
|
7151
7218
|
attr_accessor state_persistence: Types::StatePersistenceConfigurations
|
7152
7219
|
attr_accessor shared_view: Types::SharedViewConfigurations
|
7153
7220
|
attr_accessor bookmarks: Types::BookmarksConfigurations
|
7221
|
+
attr_accessor amazon_q_in_quick_sight: Types::AmazonQInQuickSightDashboardConfigurations
|
7222
|
+
attr_accessor schedules: Types::SchedulesConfigurations
|
7223
|
+
attr_accessor recent_snapshots: Types::RecentSnapshotsConfigurations
|
7224
|
+
attr_accessor threshold_alerts: Types::ThresholdAlertsConfigurations
|
7154
7225
|
SENSITIVE: []
|
7155
7226
|
end
|
7156
7227
|
|
@@ -7432,6 +7503,11 @@ module Aws::QuickSight
|
|
7432
7503
|
SENSITIVE: []
|
7433
7504
|
end
|
7434
7505
|
|
7506
|
+
class SchedulesConfigurations
|
7507
|
+
attr_accessor enabled: bool
|
7508
|
+
SENSITIVE: []
|
7509
|
+
end
|
7510
|
+
|
7435
7511
|
class ScrollBarOptions
|
7436
7512
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
7437
7513
|
attr_accessor visible_range: Types::VisibleRangeOptions
|
@@ -7700,6 +7776,7 @@ module Aws::QuickSight
|
|
7700
7776
|
attr_accessor layouts: ::Array[Types::Layout]
|
7701
7777
|
attr_accessor sheet_control_layouts: ::Array[Types::SheetControlLayout]
|
7702
7778
|
attr_accessor content_type: ("PAGINATED" | "INTERACTIVE")
|
7779
|
+
attr_accessor custom_action_defaults: Types::VisualCustomActionDefaults
|
7703
7780
|
SENSITIVE: []
|
7704
7781
|
end
|
7705
7782
|
|
@@ -8235,6 +8312,7 @@ module Aws::QuickSight
|
|
8235
8312
|
attr_accessor selected_field_options: ::Array[Types::TableFieldOption]
|
8236
8313
|
attr_accessor order: ::Array[::String]
|
8237
8314
|
attr_accessor pinned_field_options: Types::TablePinnedFieldOptions
|
8315
|
+
attr_accessor transposed_table_options: ::Array[Types::TransposedTableOption]
|
8238
8316
|
SENSITIVE: []
|
8239
8317
|
end
|
8240
8318
|
|
@@ -8531,6 +8609,11 @@ module Aws::QuickSight
|
|
8531
8609
|
SENSITIVE: []
|
8532
8610
|
end
|
8533
8611
|
|
8612
|
+
class ThresholdAlertsConfigurations
|
8613
|
+
attr_accessor enabled: bool
|
8614
|
+
SENSITIVE: []
|
8615
|
+
end
|
8616
|
+
|
8534
8617
|
class ThrottlingException
|
8535
8618
|
attr_accessor message: ::String
|
8536
8619
|
attr_accessor request_id: ::String
|
@@ -8967,6 +9050,13 @@ module Aws::QuickSight
|
|
8967
9050
|
SENSITIVE: []
|
8968
9051
|
end
|
8969
9052
|
|
9053
|
+
class TransposedTableOption
|
9054
|
+
attr_accessor column_index: ::Integer
|
9055
|
+
attr_accessor column_width: ::String
|
9056
|
+
attr_accessor column_type: ("ROW_HEADER_COLUMN" | "VALUE_COLUMN")
|
9057
|
+
SENSITIVE: []
|
9058
|
+
end
|
9059
|
+
|
8970
9060
|
class TreeMapAggregatedFieldWells
|
8971
9061
|
attr_accessor groups: ::Array[Types::DimensionField]
|
8972
9062
|
attr_accessor sizes: ::Array[Types::MeasureField]
|
@@ -9925,6 +10015,11 @@ module Aws::QuickSight
|
|
9925
10015
|
SENSITIVE: []
|
9926
10016
|
end
|
9927
10017
|
|
10018
|
+
class VisualCustomActionDefaults
|
10019
|
+
attr_accessor highlight_operation: Types::VisualHighlightOperation
|
10020
|
+
SENSITIVE: []
|
10021
|
+
end
|
10022
|
+
|
9928
10023
|
class VisualCustomActionOperation
|
9929
10024
|
attr_accessor filter_operation: Types::CustomActionFilterOperation
|
9930
10025
|
attr_accessor navigation_operation: Types::CustomActionNavigationOperation
|
@@ -9933,6 +10028,11 @@ module Aws::QuickSight
|
|
9933
10028
|
SENSITIVE: []
|
9934
10029
|
end
|
9935
10030
|
|
10031
|
+
class VisualHighlightOperation
|
10032
|
+
attr_accessor trigger: ("DATA_POINT_CLICK" | "DATA_POINT_HOVER" | "NONE")
|
10033
|
+
SENSITIVE: []
|
10034
|
+
end
|
10035
|
+
|
9936
10036
|
class VisualInteractionOptions
|
9937
10037
|
attr_accessor visual_menu_option: Types::VisualMenuOption
|
9938
10038
|
attr_accessor context_menu_option: Types::ContextMenuOption
|
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.146.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-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|