aws-sdk-quicksight 1.120.0 → 1.121.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +14 -1
- data/lib/aws-sdk-quicksight/client_api.rb +28 -0
- data/lib/aws-sdk-quicksight/types.rb +81 -4
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +26 -1
- data/sig/types.rbs +22 -0
- 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: 4629c672f60901b37c7ee521cd598fc3a58a7becf342a00fb4078448473fa400
|
4
|
+
data.tar.gz: d64952f8911f648bb8aabbb416f41b6d1b2e02f5b444d4f7d4d2146a0c8692a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36f05a35560f6e891fdef2e690c72ac0f8f41e5faa0071257b1b0018192b364bbc700ea16860a51d909e930b42a03ae498fe8e9bd35c5c92397ca0ce96c129f9
|
7
|
+
data.tar.gz: d98fe4dd735c17a5f5e2df1a6d564fce61e73aa7825ac4f0e57829f2e9909046a7a3467b10e05215a19d532c8e232d4ef748cceb0b3cf6d70d9ffd68487eb850
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.121.0
|
@@ -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: {
|
@@ -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.121.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')
|
@@ -1274,6 +1279,8 @@ module Aws::QuickSight
|
|
1274
1279
|
PutDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesRequest')
|
1275
1280
|
PutDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesResponse')
|
1276
1281
|
Query = Shapes::StringShape.new(name: 'Query')
|
1282
|
+
QueryExecutionMode = Shapes::StringShape.new(name: 'QueryExecutionMode')
|
1283
|
+
QueryExecutionOptions = Shapes::StructureShape.new(name: 'QueryExecutionOptions')
|
1277
1284
|
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
1278
1285
|
QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
|
1279
1286
|
RadarChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'RadarChartAggregatedFieldWells')
|
@@ -1443,6 +1450,7 @@ module Aws::QuickSight
|
|
1443
1450
|
SetParameterValueConfiguration = Shapes::StructureShape.new(name: 'SetParameterValueConfiguration')
|
1444
1451
|
SetParameterValueConfigurationList = Shapes::ListShape.new(name: 'SetParameterValueConfigurationList')
|
1445
1452
|
ShapeConditionalFormat = Shapes::StructureShape.new(name: 'ShapeConditionalFormat')
|
1453
|
+
SharedViewConfigurations = Shapes::StructureShape.new(name: 'SharedViewConfigurations')
|
1446
1454
|
SharingModel = Shapes::StringShape.new(name: 'SharingModel')
|
1447
1455
|
Sheet = Shapes::StructureShape.new(name: 'Sheet')
|
1448
1456
|
SheetContentType = Shapes::StringShape.new(name: 'SheetContentType')
|
@@ -2002,6 +2010,7 @@ module Aws::QuickSight
|
|
2002
2010
|
AnalysisDefinition.add_member(:column_configurations, Shapes::ShapeRef.new(shape: ColumnConfigurationList, location_name: "ColumnConfigurations"))
|
2003
2011
|
AnalysisDefinition.add_member(:analysis_defaults, Shapes::ShapeRef.new(shape: AnalysisDefaults, location_name: "AnalysisDefaults"))
|
2004
2012
|
AnalysisDefinition.add_member(:options, Shapes::ShapeRef.new(shape: AssetOptions, location_name: "Options"))
|
2013
|
+
AnalysisDefinition.add_member(:query_execution_options, Shapes::ShapeRef.new(shape: QueryExecutionOptions, location_name: "QueryExecutionOptions"))
|
2005
2014
|
AnalysisDefinition.struct_class = Types::AnalysisDefinition
|
2006
2015
|
|
2007
2016
|
AnalysisError.add_member(:type, Shapes::ShapeRef.new(shape: AnalysisErrorType, location_name: "Type"))
|
@@ -2045,8 +2054,18 @@ module Aws::QuickSight
|
|
2045
2054
|
AnchorDateConfiguration.struct_class = Types::AnchorDateConfiguration
|
2046
2055
|
|
2047
2056
|
AnonymousUserDashboardEmbeddingConfiguration.add_member(:initial_dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "InitialDashboardId"))
|
2057
|
+
AnonymousUserDashboardEmbeddingConfiguration.add_member(:enabled_features, Shapes::ShapeRef.new(shape: AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures, location_name: "EnabledFeatures"))
|
2058
|
+
AnonymousUserDashboardEmbeddingConfiguration.add_member(:disabled_features, Shapes::ShapeRef.new(shape: AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures, location_name: "DisabledFeatures"))
|
2059
|
+
AnonymousUserDashboardEmbeddingConfiguration.add_member(:feature_configurations, Shapes::ShapeRef.new(shape: AnonymousUserDashboardFeatureConfigurations, location_name: "FeatureConfigurations"))
|
2048
2060
|
AnonymousUserDashboardEmbeddingConfiguration.struct_class = Types::AnonymousUserDashboardEmbeddingConfiguration
|
2049
2061
|
|
2062
|
+
AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures.member = Shapes::ShapeRef.new(shape: AnonymousUserDashboardEmbeddingConfigurationDisabledFeature)
|
2063
|
+
|
2064
|
+
AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures.member = Shapes::ShapeRef.new(shape: AnonymousUserDashboardEmbeddingConfigurationEnabledFeature)
|
2065
|
+
|
2066
|
+
AnonymousUserDashboardFeatureConfigurations.add_member(:shared_view, Shapes::ShapeRef.new(shape: SharedViewConfigurations, location_name: "SharedView"))
|
2067
|
+
AnonymousUserDashboardFeatureConfigurations.struct_class = Types::AnonymousUserDashboardFeatureConfigurations
|
2068
|
+
|
2050
2069
|
AnonymousUserDashboardVisualEmbeddingConfiguration.add_member(:initial_dashboard_visual_id, Shapes::ShapeRef.new(shape: DashboardVisualId, required: true, location_name: "InitialDashboardVisualId"))
|
2051
2070
|
AnonymousUserDashboardVisualEmbeddingConfiguration.struct_class = Types::AnonymousUserDashboardVisualEmbeddingConfiguration
|
2052
2071
|
|
@@ -6759,6 +6778,9 @@ module Aws::QuickSight
|
|
6759
6778
|
PutDataSetRefreshPropertiesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
6760
6779
|
PutDataSetRefreshPropertiesResponse.struct_class = Types::PutDataSetRefreshPropertiesResponse
|
6761
6780
|
|
6781
|
+
QueryExecutionOptions.add_member(:query_execution_mode, Shapes::ShapeRef.new(shape: QueryExecutionMode, location_name: "QueryExecutionMode"))
|
6782
|
+
QueryExecutionOptions.struct_class = Types::QueryExecutionOptions
|
6783
|
+
|
6762
6784
|
QueueInfo.add_member(:waiting_on_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "WaitingOnIngestion"))
|
6763
6785
|
QueueInfo.add_member(:queued_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QueuedIngestion"))
|
6764
6786
|
QueueInfo.struct_class = Types::QueueInfo
|
@@ -6929,6 +6951,7 @@ module Aws::QuickSight
|
|
6929
6951
|
RegisteredCustomerManagedKey.struct_class = Types::RegisteredCustomerManagedKey
|
6930
6952
|
|
6931
6953
|
RegisteredUserConsoleFeatureConfigurations.add_member(:state_persistence, Shapes::ShapeRef.new(shape: StatePersistenceConfigurations, location_name: "StatePersistence"))
|
6954
|
+
RegisteredUserConsoleFeatureConfigurations.add_member(:shared_view, Shapes::ShapeRef.new(shape: SharedViewConfigurations, location_name: "SharedView"))
|
6932
6955
|
RegisteredUserConsoleFeatureConfigurations.struct_class = Types::RegisteredUserConsoleFeatureConfigurations
|
6933
6956
|
|
6934
6957
|
RegisteredUserDashboardEmbeddingConfiguration.add_member(:initial_dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "InitialDashboardId"))
|
@@ -6936,6 +6959,7 @@ module Aws::QuickSight
|
|
6936
6959
|
RegisteredUserDashboardEmbeddingConfiguration.struct_class = Types::RegisteredUserDashboardEmbeddingConfiguration
|
6937
6960
|
|
6938
6961
|
RegisteredUserDashboardFeatureConfigurations.add_member(:state_persistence, Shapes::ShapeRef.new(shape: StatePersistenceConfigurations, location_name: "StatePersistence"))
|
6962
|
+
RegisteredUserDashboardFeatureConfigurations.add_member(:shared_view, Shapes::ShapeRef.new(shape: SharedViewConfigurations, location_name: "SharedView"))
|
6939
6963
|
RegisteredUserDashboardFeatureConfigurations.add_member(:bookmarks, Shapes::ShapeRef.new(shape: BookmarksConfigurations, location_name: "Bookmarks"))
|
6940
6964
|
RegisteredUserDashboardFeatureConfigurations.struct_class = Types::RegisteredUserDashboardFeatureConfigurations
|
6941
6965
|
|
@@ -7317,6 +7341,9 @@ module Aws::QuickSight
|
|
7317
7341
|
ShapeConditionalFormat.add_member(:background_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, required: true, location_name: "BackgroundColor"))
|
7318
7342
|
ShapeConditionalFormat.struct_class = Types::ShapeConditionalFormat
|
7319
7343
|
|
7344
|
+
SharedViewConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
7345
|
+
SharedViewConfigurations.struct_class = Types::SharedViewConfigurations
|
7346
|
+
|
7320
7347
|
Sheet.add_member(:sheet_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "SheetId"))
|
7321
7348
|
Sheet.add_member(:name, Shapes::ShapeRef.new(shape: SheetName, location_name: "Name"))
|
7322
7349
|
Sheet.struct_class = Types::Sheet
|
@@ -7860,6 +7887,7 @@ module Aws::QuickSight
|
|
7860
7887
|
TemplateVersionDefinition.add_member(:column_configurations, Shapes::ShapeRef.new(shape: ColumnConfigurationList, location_name: "ColumnConfigurations"))
|
7861
7888
|
TemplateVersionDefinition.add_member(:analysis_defaults, Shapes::ShapeRef.new(shape: AnalysisDefaults, location_name: "AnalysisDefaults"))
|
7862
7889
|
TemplateVersionDefinition.add_member(:options, Shapes::ShapeRef.new(shape: AssetOptions, location_name: "Options"))
|
7890
|
+
TemplateVersionDefinition.add_member(:query_execution_options, Shapes::ShapeRef.new(shape: QueryExecutionOptions, location_name: "QueryExecutionOptions"))
|
7863
7891
|
TemplateVersionDefinition.struct_class = Types::TemplateVersionDefinition
|
7864
7892
|
|
7865
7893
|
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
|
@@ -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
|
|
@@ -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.121.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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|