aws-sdk-quicksight 1.120.0 → 1.122.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +16 -3
- data/lib/aws-sdk-quicksight/client_api.rb +30 -1
- data/lib/aws-sdk-quicksight/types.rb +83 -6
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +26 -1
- data/sig/types.rbs +24 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f00d1ecac9530e543c2f0080c374ab4cebfeac1a184eb992f3ded62b6a8de813
|
4
|
+
data.tar.gz: 780bda0e6daee3ca4d99c816a32147706924d440b1f32dbddba48e1ec5d01ac1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84ec2bb511930f49807a84eea5369901f85f248796dd11661dc7005da94e34abd4db67b8620be6a94fa58621317658a989116be55b10480046c65c1a930ca6b8
|
7
|
+
data.tar.gz: 39431c9de6082f2661f46dcc9c04c1da0eface2610f5bcd259d71425535db6985d38f704e53f048d1213c6970b652e87de2d3a70594e6772c8e960e21dd712f4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.122.0 (2024-08-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Increased Character Limit for Dataset Calculation Field expressions
|
8
|
+
|
9
|
+
1.121.0 (2024-08-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Explicit query for authors and dashboard viewing sharing for embedded users
|
13
|
+
|
4
14
|
1.120.0 (2024-08-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.122.0
|
@@ -2059,7 +2059,7 @@ module Aws::QuickSight
|
|
2059
2059
|
# {
|
2060
2060
|
# column_name: "ColumnName", # required
|
2061
2061
|
# column_id: "ColumnId", # required
|
2062
|
-
# expression: "
|
2062
|
+
# expression: "DataSetCalculatedFieldExpression", # required
|
2063
2063
|
# },
|
2064
2064
|
# ],
|
2065
2065
|
# },
|
@@ -8100,6 +8100,13 @@ module Aws::QuickSight
|
|
8100
8100
|
# experience_configuration: { # required
|
8101
8101
|
# dashboard: {
|
8102
8102
|
# initial_dashboard_id: "ShortRestrictiveResourceId", # required
|
8103
|
+
# enabled_features: ["SHARED_VIEW"], # accepts SHARED_VIEW
|
8104
|
+
# disabled_features: ["SHARED_VIEW"], # accepts SHARED_VIEW
|
8105
|
+
# feature_configurations: {
|
8106
|
+
# shared_view: {
|
8107
|
+
# enabled: false, # required
|
8108
|
+
# },
|
8109
|
+
# },
|
8103
8110
|
# },
|
8104
8111
|
# dashboard_visual: {
|
8105
8112
|
# initial_dashboard_visual_id: { # required
|
@@ -8216,6 +8223,9 @@ module Aws::QuickSight
|
|
8216
8223
|
# state_persistence: {
|
8217
8224
|
# enabled: false, # required
|
8218
8225
|
# },
|
8226
|
+
# shared_view: {
|
8227
|
+
# enabled: false, # required
|
8228
|
+
# },
|
8219
8229
|
# bookmarks: {
|
8220
8230
|
# enabled: false, # required
|
8221
8231
|
# },
|
@@ -8227,6 +8237,9 @@ module Aws::QuickSight
|
|
8227
8237
|
# state_persistence: {
|
8228
8238
|
# enabled: false, # required
|
8229
8239
|
# },
|
8240
|
+
# shared_view: {
|
8241
|
+
# enabled: false, # required
|
8242
|
+
# },
|
8230
8243
|
# },
|
8231
8244
|
# },
|
8232
8245
|
# q_search_bar: {
|
@@ -12974,7 +12987,7 @@ module Aws::QuickSight
|
|
12974
12987
|
# {
|
12975
12988
|
# column_name: "ColumnName", # required
|
12976
12989
|
# column_id: "ColumnId", # required
|
12977
|
-
# expression: "
|
12990
|
+
# expression: "DataSetCalculatedFieldExpression", # required
|
12978
12991
|
# },
|
12979
12992
|
# ],
|
12980
12993
|
# },
|
@@ -15242,7 +15255,7 @@ module Aws::QuickSight
|
|
15242
15255
|
params: params,
|
15243
15256
|
config: config)
|
15244
15257
|
context[:gem_name] = 'aws-sdk-quicksight'
|
15245
|
-
context[:gem_version] = '1.
|
15258
|
+
context[:gem_version] = '1.122.0'
|
15246
15259
|
Seahorse::Client::Request.new(handlers, context)
|
15247
15260
|
end
|
15248
15261
|
|
@@ -57,6 +57,11 @@ module Aws::QuickSight
|
|
57
57
|
AnchorOption = Shapes::StringShape.new(name: 'AnchorOption')
|
58
58
|
AnchorType = Shapes::StringShape.new(name: 'AnchorType')
|
59
59
|
AnonymousUserDashboardEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserDashboardEmbeddingConfiguration')
|
60
|
+
AnonymousUserDashboardEmbeddingConfigurationDisabledFeature = Shapes::StringShape.new(name: 'AnonymousUserDashboardEmbeddingConfigurationDisabledFeature')
|
61
|
+
AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures = Shapes::ListShape.new(name: 'AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures')
|
62
|
+
AnonymousUserDashboardEmbeddingConfigurationEnabledFeature = Shapes::StringShape.new(name: 'AnonymousUserDashboardEmbeddingConfigurationEnabledFeature')
|
63
|
+
AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures = Shapes::ListShape.new(name: 'AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures')
|
64
|
+
AnonymousUserDashboardFeatureConfigurations = Shapes::StructureShape.new(name: 'AnonymousUserDashboardFeatureConfigurations')
|
60
65
|
AnonymousUserDashboardVisualEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserDashboardVisualEmbeddingConfiguration')
|
61
66
|
AnonymousUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserEmbeddingExperienceConfiguration')
|
62
67
|
AnonymousUserGenerativeQnAEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserGenerativeQnAEmbeddingConfiguration')
|
@@ -469,6 +474,7 @@ module Aws::QuickSight
|
|
469
474
|
DataPointTooltipOption = Shapes::StructureShape.new(name: 'DataPointTooltipOption')
|
470
475
|
DataSet = Shapes::StructureShape.new(name: 'DataSet')
|
471
476
|
DataSetArnsList = Shapes::ListShape.new(name: 'DataSetArnsList')
|
477
|
+
DataSetCalculatedFieldExpression = Shapes::StringShape.new(name: 'DataSetCalculatedFieldExpression')
|
472
478
|
DataSetConfiguration = Shapes::StructureShape.new(name: 'DataSetConfiguration')
|
473
479
|
DataSetConfigurationList = Shapes::ListShape.new(name: 'DataSetConfigurationList')
|
474
480
|
DataSetFilterAttribute = Shapes::StringShape.new(name: 'DataSetFilterAttribute')
|
@@ -1274,6 +1280,8 @@ module Aws::QuickSight
|
|
1274
1280
|
PutDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesRequest')
|
1275
1281
|
PutDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesResponse')
|
1276
1282
|
Query = Shapes::StringShape.new(name: 'Query')
|
1283
|
+
QueryExecutionMode = Shapes::StringShape.new(name: 'QueryExecutionMode')
|
1284
|
+
QueryExecutionOptions = Shapes::StructureShape.new(name: 'QueryExecutionOptions')
|
1277
1285
|
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
1278
1286
|
QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
|
1279
1287
|
RadarChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'RadarChartAggregatedFieldWells')
|
@@ -1443,6 +1451,7 @@ module Aws::QuickSight
|
|
1443
1451
|
SetParameterValueConfiguration = Shapes::StructureShape.new(name: 'SetParameterValueConfiguration')
|
1444
1452
|
SetParameterValueConfigurationList = Shapes::ListShape.new(name: 'SetParameterValueConfigurationList')
|
1445
1453
|
ShapeConditionalFormat = Shapes::StructureShape.new(name: 'ShapeConditionalFormat')
|
1454
|
+
SharedViewConfigurations = Shapes::StructureShape.new(name: 'SharedViewConfigurations')
|
1446
1455
|
SharingModel = Shapes::StringShape.new(name: 'SharingModel')
|
1447
1456
|
Sheet = Shapes::StructureShape.new(name: 'Sheet')
|
1448
1457
|
SheetContentType = Shapes::StringShape.new(name: 'SheetContentType')
|
@@ -2002,6 +2011,7 @@ module Aws::QuickSight
|
|
2002
2011
|
AnalysisDefinition.add_member(:column_configurations, Shapes::ShapeRef.new(shape: ColumnConfigurationList, location_name: "ColumnConfigurations"))
|
2003
2012
|
AnalysisDefinition.add_member(:analysis_defaults, Shapes::ShapeRef.new(shape: AnalysisDefaults, location_name: "AnalysisDefaults"))
|
2004
2013
|
AnalysisDefinition.add_member(:options, Shapes::ShapeRef.new(shape: AssetOptions, location_name: "Options"))
|
2014
|
+
AnalysisDefinition.add_member(:query_execution_options, Shapes::ShapeRef.new(shape: QueryExecutionOptions, location_name: "QueryExecutionOptions"))
|
2005
2015
|
AnalysisDefinition.struct_class = Types::AnalysisDefinition
|
2006
2016
|
|
2007
2017
|
AnalysisError.add_member(:type, Shapes::ShapeRef.new(shape: AnalysisErrorType, location_name: "Type"))
|
@@ -2045,8 +2055,18 @@ module Aws::QuickSight
|
|
2045
2055
|
AnchorDateConfiguration.struct_class = Types::AnchorDateConfiguration
|
2046
2056
|
|
2047
2057
|
AnonymousUserDashboardEmbeddingConfiguration.add_member(:initial_dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "InitialDashboardId"))
|
2058
|
+
AnonymousUserDashboardEmbeddingConfiguration.add_member(:enabled_features, Shapes::ShapeRef.new(shape: AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures, location_name: "EnabledFeatures"))
|
2059
|
+
AnonymousUserDashboardEmbeddingConfiguration.add_member(:disabled_features, Shapes::ShapeRef.new(shape: AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures, location_name: "DisabledFeatures"))
|
2060
|
+
AnonymousUserDashboardEmbeddingConfiguration.add_member(:feature_configurations, Shapes::ShapeRef.new(shape: AnonymousUserDashboardFeatureConfigurations, location_name: "FeatureConfigurations"))
|
2048
2061
|
AnonymousUserDashboardEmbeddingConfiguration.struct_class = Types::AnonymousUserDashboardEmbeddingConfiguration
|
2049
2062
|
|
2063
|
+
AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures.member = Shapes::ShapeRef.new(shape: AnonymousUserDashboardEmbeddingConfigurationDisabledFeature)
|
2064
|
+
|
2065
|
+
AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures.member = Shapes::ShapeRef.new(shape: AnonymousUserDashboardEmbeddingConfigurationEnabledFeature)
|
2066
|
+
|
2067
|
+
AnonymousUserDashboardFeatureConfigurations.add_member(:shared_view, Shapes::ShapeRef.new(shape: SharedViewConfigurations, location_name: "SharedView"))
|
2068
|
+
AnonymousUserDashboardFeatureConfigurations.struct_class = Types::AnonymousUserDashboardFeatureConfigurations
|
2069
|
+
|
2050
2070
|
AnonymousUserDashboardVisualEmbeddingConfiguration.add_member(:initial_dashboard_visual_id, Shapes::ShapeRef.new(shape: DashboardVisualId, required: true, location_name: "InitialDashboardVisualId"))
|
2051
2071
|
AnonymousUserDashboardVisualEmbeddingConfiguration.struct_class = Types::AnonymousUserDashboardVisualEmbeddingConfiguration
|
2052
2072
|
|
@@ -2638,7 +2658,7 @@ module Aws::QuickSight
|
|
2638
2658
|
|
2639
2659
|
CalculatedColumn.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "ColumnName"))
|
2640
2660
|
CalculatedColumn.add_member(:column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "ColumnId"))
|
2641
|
-
CalculatedColumn.add_member(:expression, Shapes::ShapeRef.new(shape:
|
2661
|
+
CalculatedColumn.add_member(:expression, Shapes::ShapeRef.new(shape: DataSetCalculatedFieldExpression, required: true, location_name: "Expression"))
|
2642
2662
|
CalculatedColumn.struct_class = Types::CalculatedColumn
|
2643
2663
|
|
2644
2664
|
CalculatedColumnList.member = Shapes::ShapeRef.new(shape: CalculatedColumn)
|
@@ -6759,6 +6779,9 @@ module Aws::QuickSight
|
|
6759
6779
|
PutDataSetRefreshPropertiesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
6760
6780
|
PutDataSetRefreshPropertiesResponse.struct_class = Types::PutDataSetRefreshPropertiesResponse
|
6761
6781
|
|
6782
|
+
QueryExecutionOptions.add_member(:query_execution_mode, Shapes::ShapeRef.new(shape: QueryExecutionMode, location_name: "QueryExecutionMode"))
|
6783
|
+
QueryExecutionOptions.struct_class = Types::QueryExecutionOptions
|
6784
|
+
|
6762
6785
|
QueueInfo.add_member(:waiting_on_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "WaitingOnIngestion"))
|
6763
6786
|
QueueInfo.add_member(:queued_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QueuedIngestion"))
|
6764
6787
|
QueueInfo.struct_class = Types::QueueInfo
|
@@ -6929,6 +6952,7 @@ module Aws::QuickSight
|
|
6929
6952
|
RegisteredCustomerManagedKey.struct_class = Types::RegisteredCustomerManagedKey
|
6930
6953
|
|
6931
6954
|
RegisteredUserConsoleFeatureConfigurations.add_member(:state_persistence, Shapes::ShapeRef.new(shape: StatePersistenceConfigurations, location_name: "StatePersistence"))
|
6955
|
+
RegisteredUserConsoleFeatureConfigurations.add_member(:shared_view, Shapes::ShapeRef.new(shape: SharedViewConfigurations, location_name: "SharedView"))
|
6932
6956
|
RegisteredUserConsoleFeatureConfigurations.struct_class = Types::RegisteredUserConsoleFeatureConfigurations
|
6933
6957
|
|
6934
6958
|
RegisteredUserDashboardEmbeddingConfiguration.add_member(:initial_dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "InitialDashboardId"))
|
@@ -6936,6 +6960,7 @@ module Aws::QuickSight
|
|
6936
6960
|
RegisteredUserDashboardEmbeddingConfiguration.struct_class = Types::RegisteredUserDashboardEmbeddingConfiguration
|
6937
6961
|
|
6938
6962
|
RegisteredUserDashboardFeatureConfigurations.add_member(:state_persistence, Shapes::ShapeRef.new(shape: StatePersistenceConfigurations, location_name: "StatePersistence"))
|
6963
|
+
RegisteredUserDashboardFeatureConfigurations.add_member(:shared_view, Shapes::ShapeRef.new(shape: SharedViewConfigurations, location_name: "SharedView"))
|
6939
6964
|
RegisteredUserDashboardFeatureConfigurations.add_member(:bookmarks, Shapes::ShapeRef.new(shape: BookmarksConfigurations, location_name: "Bookmarks"))
|
6940
6965
|
RegisteredUserDashboardFeatureConfigurations.struct_class = Types::RegisteredUserDashboardFeatureConfigurations
|
6941
6966
|
|
@@ -7317,6 +7342,9 @@ module Aws::QuickSight
|
|
7317
7342
|
ShapeConditionalFormat.add_member(:background_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, required: true, location_name: "BackgroundColor"))
|
7318
7343
|
ShapeConditionalFormat.struct_class = Types::ShapeConditionalFormat
|
7319
7344
|
|
7345
|
+
SharedViewConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
7346
|
+
SharedViewConfigurations.struct_class = Types::SharedViewConfigurations
|
7347
|
+
|
7320
7348
|
Sheet.add_member(:sheet_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "SheetId"))
|
7321
7349
|
Sheet.add_member(:name, Shapes::ShapeRef.new(shape: SheetName, location_name: "Name"))
|
7322
7350
|
Sheet.struct_class = Types::Sheet
|
@@ -7860,6 +7888,7 @@ module Aws::QuickSight
|
|
7860
7888
|
TemplateVersionDefinition.add_member(:column_configurations, Shapes::ShapeRef.new(shape: ColumnConfigurationList, location_name: "ColumnConfigurations"))
|
7861
7889
|
TemplateVersionDefinition.add_member(:analysis_defaults, Shapes::ShapeRef.new(shape: AnalysisDefaults, location_name: "AnalysisDefaults"))
|
7862
7890
|
TemplateVersionDefinition.add_member(:options, Shapes::ShapeRef.new(shape: AssetOptions, location_name: "Options"))
|
7891
|
+
TemplateVersionDefinition.add_member(:query_execution_options, Shapes::ShapeRef.new(shape: QueryExecutionOptions, location_name: "QueryExecutionOptions"))
|
7863
7892
|
TemplateVersionDefinition.struct_class = Types::TemplateVersionDefinition
|
7864
7893
|
|
7865
7894
|
TemplateVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -493,6 +493,10 @@ module Aws::QuickSight
|
|
493
493
|
# An array of option definitions for an analysis.
|
494
494
|
# @return [Types::AssetOptions]
|
495
495
|
#
|
496
|
+
# @!attribute [rw] query_execution_options
|
497
|
+
# A structure that describes the query execution options.
|
498
|
+
# @return [Types::QueryExecutionOptions]
|
499
|
+
#
|
496
500
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AnalysisDefinition AWS API Documentation
|
497
501
|
#
|
498
502
|
class AnalysisDefinition < Struct.new(
|
@@ -503,7 +507,8 @@ module Aws::QuickSight
|
|
503
507
|
:filter_groups,
|
504
508
|
:column_configurations,
|
505
509
|
:analysis_defaults,
|
506
|
-
:options
|
510
|
+
:options,
|
511
|
+
:query_execution_options)
|
507
512
|
SENSITIVE = []
|
508
513
|
include Aws::Structure
|
509
514
|
end
|
@@ -739,10 +744,39 @@ module Aws::QuickSight
|
|
739
744
|
# fail with `InvalidParameterValueException`.
|
740
745
|
# @return [String]
|
741
746
|
#
|
747
|
+
# @!attribute [rw] enabled_features
|
748
|
+
# A list of all enabled features of a specified anonymous dashboard.
|
749
|
+
# @return [Array<String>]
|
750
|
+
#
|
751
|
+
# @!attribute [rw] disabled_features
|
752
|
+
# A list of all disabled features of a specified anonymous dashboard.
|
753
|
+
# @return [Array<String>]
|
754
|
+
#
|
755
|
+
# @!attribute [rw] feature_configurations
|
756
|
+
# The feature configuration for an embedded dashboard.
|
757
|
+
# @return [Types::AnonymousUserDashboardFeatureConfigurations]
|
758
|
+
#
|
742
759
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AnonymousUserDashboardEmbeddingConfiguration AWS API Documentation
|
743
760
|
#
|
744
761
|
class AnonymousUserDashboardEmbeddingConfiguration < Struct.new(
|
745
|
-
:initial_dashboard_id
|
762
|
+
:initial_dashboard_id,
|
763
|
+
:enabled_features,
|
764
|
+
:disabled_features,
|
765
|
+
:feature_configurations)
|
766
|
+
SENSITIVE = []
|
767
|
+
include Aws::Structure
|
768
|
+
end
|
769
|
+
|
770
|
+
# The feature configuration for an embedded dashboard.
|
771
|
+
#
|
772
|
+
# @!attribute [rw] shared_view
|
773
|
+
# The shared view settings of an embedded dashboard.
|
774
|
+
# @return [Types::SharedViewConfigurations]
|
775
|
+
#
|
776
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AnonymousUserDashboardFeatureConfigurations AWS API Documentation
|
777
|
+
#
|
778
|
+
class AnonymousUserDashboardFeatureConfigurations < Struct.new(
|
779
|
+
:shared_view)
|
746
780
|
SENSITIVE = []
|
747
781
|
include Aws::Structure
|
748
782
|
end
|
@@ -3907,7 +3941,7 @@ module Aws::QuickSight
|
|
3907
3941
|
#
|
3908
3942
|
class ColumnDescription < Struct.new(
|
3909
3943
|
:text)
|
3910
|
-
SENSITIVE = []
|
3944
|
+
SENSITIVE = [:text]
|
3911
3945
|
include Aws::Structure
|
3912
3946
|
end
|
3913
3947
|
|
@@ -22006,7 +22040,7 @@ module Aws::QuickSight
|
|
22006
22040
|
:description,
|
22007
22041
|
:type,
|
22008
22042
|
:sub_type)
|
22009
|
-
SENSITIVE = []
|
22043
|
+
SENSITIVE = [:description]
|
22010
22044
|
include Aws::Structure
|
22011
22045
|
end
|
22012
22046
|
|
@@ -23645,6 +23679,20 @@ module Aws::QuickSight
|
|
23645
23679
|
include Aws::Structure
|
23646
23680
|
end
|
23647
23681
|
|
23682
|
+
# A structure that describes the query execution options.
|
23683
|
+
#
|
23684
|
+
# @!attribute [rw] query_execution_mode
|
23685
|
+
# A structure that describes the query execution mode.
|
23686
|
+
# @return [String]
|
23687
|
+
#
|
23688
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/QueryExecutionOptions AWS API Documentation
|
23689
|
+
#
|
23690
|
+
class QueryExecutionOptions < Struct.new(
|
23691
|
+
:query_execution_mode)
|
23692
|
+
SENSITIVE = []
|
23693
|
+
include Aws::Structure
|
23694
|
+
end
|
23695
|
+
|
23648
23696
|
# Information about a queued dataset SPICE ingestion.
|
23649
23697
|
#
|
23650
23698
|
# @!attribute [rw] waiting_on_ingestion
|
@@ -24637,10 +24685,15 @@ module Aws::QuickSight
|
|
24637
24685
|
# QuickSight console.
|
24638
24686
|
# @return [Types::StatePersistenceConfigurations]
|
24639
24687
|
#
|
24688
|
+
# @!attribute [rw] shared_view
|
24689
|
+
# The shared view settings of an embedded dashboard.
|
24690
|
+
# @return [Types::SharedViewConfigurations]
|
24691
|
+
#
|
24640
24692
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserConsoleFeatureConfigurations AWS API Documentation
|
24641
24693
|
#
|
24642
24694
|
class RegisteredUserConsoleFeatureConfigurations < Struct.new(
|
24643
|
-
:state_persistence
|
24695
|
+
:state_persistence,
|
24696
|
+
:shared_view)
|
24644
24697
|
SENSITIVE = []
|
24645
24698
|
include Aws::Structure
|
24646
24699
|
end
|
@@ -24677,6 +24730,10 @@ module Aws::QuickSight
|
|
24677
24730
|
# The state persistence settings of an embedded dashboard.
|
24678
24731
|
# @return [Types::StatePersistenceConfigurations]
|
24679
24732
|
#
|
24733
|
+
# @!attribute [rw] shared_view
|
24734
|
+
# The shared view settings of an embedded dashboard.
|
24735
|
+
# @return [Types::SharedViewConfigurations]
|
24736
|
+
#
|
24680
24737
|
# @!attribute [rw] bookmarks
|
24681
24738
|
# The bookmarks configuration for an embedded dashboard in Amazon
|
24682
24739
|
# QuickSight.
|
@@ -24686,6 +24743,7 @@ module Aws::QuickSight
|
|
24686
24743
|
#
|
24687
24744
|
class RegisteredUserDashboardFeatureConfigurations < Struct.new(
|
24688
24745
|
:state_persistence,
|
24746
|
+
:shared_view,
|
24689
24747
|
:bookmarks)
|
24690
24748
|
SENSITIVE = []
|
24691
24749
|
include Aws::Structure
|
@@ -26621,6 +26679,20 @@ module Aws::QuickSight
|
|
26621
26679
|
include Aws::Structure
|
26622
26680
|
end
|
26623
26681
|
|
26682
|
+
# The shared view settings of an embedded dashboard.
|
26683
|
+
#
|
26684
|
+
# @!attribute [rw] enabled
|
26685
|
+
# The shared view settings of an embedded dashboard.
|
26686
|
+
# @return [Boolean]
|
26687
|
+
#
|
26688
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SharedViewConfigurations AWS API Documentation
|
26689
|
+
#
|
26690
|
+
class SharedViewConfigurations < Struct.new(
|
26691
|
+
:enabled)
|
26692
|
+
SENSITIVE = []
|
26693
|
+
include Aws::Structure
|
26694
|
+
end
|
26695
|
+
|
26624
26696
|
# A *sheet*, which is an object that contains a set of visuals that are
|
26625
26697
|
# viewed together on one page in Amazon QuickSight. Every analysis and
|
26626
26698
|
# dashboard contains at least one sheet. Each sheet contains at least
|
@@ -29160,6 +29232,10 @@ module Aws::QuickSight
|
|
29160
29232
|
# An array of option definitions for a template.
|
29161
29233
|
# @return [Types::AssetOptions]
|
29162
29234
|
#
|
29235
|
+
# @!attribute [rw] query_execution_options
|
29236
|
+
# A structure that describes the query execution options.
|
29237
|
+
# @return [Types::QueryExecutionOptions]
|
29238
|
+
#
|
29163
29239
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TemplateVersionDefinition AWS API Documentation
|
29164
29240
|
#
|
29165
29241
|
class TemplateVersionDefinition < Struct.new(
|
@@ -29170,7 +29246,8 @@ module Aws::QuickSight
|
|
29170
29246
|
:filter_groups,
|
29171
29247
|
:column_configurations,
|
29172
29248
|
:analysis_defaults,
|
29173
|
-
:options
|
29249
|
+
:options,
|
29250
|
+
:query_execution_options)
|
29174
29251
|
SENSITIVE = []
|
29175
29252
|
include Aws::Structure
|
29176
29253
|
end
|
data/lib/aws-sdk-quicksight.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -34661,6 +34661,9 @@ module Aws
|
|
34661
34661
|
options: {
|
34662
34662
|
timezone: ::String?,
|
34663
34663
|
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?
|
34664
|
+
}?,
|
34665
|
+
query_execution_options: {
|
34666
|
+
query_execution_mode: ("AUTO" | "MANUAL")?
|
34664
34667
|
}?
|
34665
34668
|
},
|
34666
34669
|
?validation_strategy: {
|
@@ -102918,6 +102921,9 @@ module Aws
|
|
102918
102921
|
options: {
|
102919
102922
|
timezone: ::String?,
|
102920
102923
|
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?
|
102924
|
+
}?,
|
102925
|
+
query_execution_options: {
|
102926
|
+
query_execution_mode: ("AUTO" | "MANUAL")?
|
102921
102927
|
}?
|
102922
102928
|
},
|
102923
102929
|
?validation_strategy: {
|
@@ -104382,7 +104388,14 @@ module Aws
|
|
104382
104388
|
authorized_resource_arns: Array[::String],
|
104383
104389
|
experience_configuration: {
|
104384
104390
|
dashboard: {
|
104385
|
-
initial_dashboard_id: ::String
|
104391
|
+
initial_dashboard_id: ::String,
|
104392
|
+
enabled_features: Array[("SHARED_VIEW")]?,
|
104393
|
+
disabled_features: Array[("SHARED_VIEW")]?,
|
104394
|
+
feature_configurations: {
|
104395
|
+
shared_view: {
|
104396
|
+
enabled: bool
|
104397
|
+
}?
|
104398
|
+
}?
|
104386
104399
|
}?,
|
104387
104400
|
dashboard_visual: {
|
104388
104401
|
initial_dashboard_visual_id: {
|
@@ -104420,6 +104433,9 @@ module Aws
|
|
104420
104433
|
state_persistence: {
|
104421
104434
|
enabled: bool
|
104422
104435
|
}?,
|
104436
|
+
shared_view: {
|
104437
|
+
enabled: bool
|
104438
|
+
}?,
|
104423
104439
|
bookmarks: {
|
104424
104440
|
enabled: bool
|
104425
104441
|
}?
|
@@ -104430,6 +104446,9 @@ module Aws
|
|
104430
104446
|
feature_configurations: {
|
104431
104447
|
state_persistence: {
|
104432
104448
|
enabled: bool
|
104449
|
+
}?,
|
104450
|
+
shared_view: {
|
104451
|
+
enabled: bool
|
104433
104452
|
}?
|
104434
104453
|
}?
|
104435
104454
|
}?,
|
@@ -139447,6 +139466,9 @@ module Aws
|
|
139447
139466
|
options: {
|
139448
139467
|
timezone: ::String?,
|
139449
139468
|
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?
|
139469
|
+
}?,
|
139470
|
+
query_execution_options: {
|
139471
|
+
query_execution_mode: ("AUTO" | "MANUAL")?
|
139450
139472
|
}?
|
139451
139473
|
},
|
139452
139474
|
?validation_strategy: {
|
@@ -207803,6 +207825,9 @@ module Aws
|
|
207803
207825
|
options: {
|
207804
207826
|
timezone: ::String?,
|
207805
207827
|
week_start: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?
|
207828
|
+
}?,
|
207829
|
+
query_execution_options: {
|
207830
|
+
query_execution_mode: ("AUTO" | "MANUAL")?
|
207806
207831
|
}?
|
207807
207832
|
},
|
207808
207833
|
?validation_strategy: {
|
data/sig/types.rbs
CHANGED
@@ -121,6 +121,7 @@ module Aws::QuickSight
|
|
121
121
|
attr_accessor column_configurations: ::Array[Types::ColumnConfiguration]
|
122
122
|
attr_accessor analysis_defaults: Types::AnalysisDefaults
|
123
123
|
attr_accessor options: Types::AssetOptions
|
124
|
+
attr_accessor query_execution_options: Types::QueryExecutionOptions
|
124
125
|
SENSITIVE: []
|
125
126
|
end
|
126
127
|
|
@@ -174,6 +175,14 @@ module Aws::QuickSight
|
|
174
175
|
|
175
176
|
class AnonymousUserDashboardEmbeddingConfiguration
|
176
177
|
attr_accessor initial_dashboard_id: ::String
|
178
|
+
attr_accessor enabled_features: ::Array[("SHARED_VIEW")]
|
179
|
+
attr_accessor disabled_features: ::Array[("SHARED_VIEW")]
|
180
|
+
attr_accessor feature_configurations: Types::AnonymousUserDashboardFeatureConfigurations
|
181
|
+
SENSITIVE: []
|
182
|
+
end
|
183
|
+
|
184
|
+
class AnonymousUserDashboardFeatureConfigurations
|
185
|
+
attr_accessor shared_view: Types::SharedViewConfigurations
|
177
186
|
SENSITIVE: []
|
178
187
|
end
|
179
188
|
|
@@ -1013,7 +1022,7 @@ module Aws::QuickSight
|
|
1013
1022
|
|
1014
1023
|
class ColumnDescription
|
1015
1024
|
attr_accessor text: ::String
|
1016
|
-
SENSITIVE: []
|
1025
|
+
SENSITIVE: [:text]
|
1017
1026
|
end
|
1018
1027
|
|
1019
1028
|
class ColumnGroup
|
@@ -5654,7 +5663,7 @@ module Aws::QuickSight
|
|
5654
5663
|
attr_accessor description: ::String
|
5655
5664
|
attr_accessor type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME")
|
5656
5665
|
attr_accessor sub_type: ("FLOAT" | "FIXED")
|
5657
|
-
SENSITIVE: []
|
5666
|
+
SENSITIVE: [:description]
|
5658
5667
|
end
|
5659
5668
|
|
5660
5669
|
class OverrideDatasetParameterOperation
|
@@ -6081,6 +6090,11 @@ module Aws::QuickSight
|
|
6081
6090
|
SENSITIVE: []
|
6082
6091
|
end
|
6083
6092
|
|
6093
|
+
class QueryExecutionOptions
|
6094
|
+
attr_accessor query_execution_mode: ("AUTO" | "MANUAL")
|
6095
|
+
SENSITIVE: []
|
6096
|
+
end
|
6097
|
+
|
6084
6098
|
class QueueInfo
|
6085
6099
|
attr_accessor waiting_on_ingestion: ::String
|
6086
6100
|
attr_accessor queued_ingestion: ::String
|
@@ -6298,6 +6312,7 @@ module Aws::QuickSight
|
|
6298
6312
|
|
6299
6313
|
class RegisteredUserConsoleFeatureConfigurations
|
6300
6314
|
attr_accessor state_persistence: Types::StatePersistenceConfigurations
|
6315
|
+
attr_accessor shared_view: Types::SharedViewConfigurations
|
6301
6316
|
SENSITIVE: []
|
6302
6317
|
end
|
6303
6318
|
|
@@ -6309,6 +6324,7 @@ module Aws::QuickSight
|
|
6309
6324
|
|
6310
6325
|
class RegisteredUserDashboardFeatureConfigurations
|
6311
6326
|
attr_accessor state_persistence: Types::StatePersistenceConfigurations
|
6327
|
+
attr_accessor shared_view: Types::SharedViewConfigurations
|
6312
6328
|
attr_accessor bookmarks: Types::BookmarksConfigurations
|
6313
6329
|
SENSITIVE: []
|
6314
6330
|
end
|
@@ -6793,6 +6809,11 @@ module Aws::QuickSight
|
|
6793
6809
|
SENSITIVE: []
|
6794
6810
|
end
|
6795
6811
|
|
6812
|
+
class SharedViewConfigurations
|
6813
|
+
attr_accessor enabled: bool
|
6814
|
+
SENSITIVE: []
|
6815
|
+
end
|
6816
|
+
|
6796
6817
|
class Sheet
|
6797
6818
|
attr_accessor sheet_id: ::String
|
6798
6819
|
attr_accessor name: ::String
|
@@ -7457,6 +7478,7 @@ module Aws::QuickSight
|
|
7457
7478
|
attr_accessor column_configurations: ::Array[Types::ColumnConfiguration]
|
7458
7479
|
attr_accessor analysis_defaults: Types::AnalysisDefaults
|
7459
7480
|
attr_accessor options: Types::AssetOptions
|
7481
|
+
attr_accessor query_execution_options: Types::QueryExecutionOptions
|
7460
7482
|
SENSITIVE: []
|
7461
7483
|
end
|
7462
7484
|
|
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.122.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: 2024-08-
|
11
|
+
date: 2024-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|