aws-sdk-quicksight 1.119.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +14 -1
- data/lib/aws-sdk-quicksight/client_api.rb +35 -0
- data/lib/aws-sdk-quicksight/errors.rb +21 -0
- data/lib/aws-sdk-quicksight/types.rb +100 -4
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +26 -1
- data/sig/errors.rbs +4 -0
- data/sig/types.rbs +28 -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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.121.0 (2024-08-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Explicit query for authors and dashboard viewing sharing for embedded users
|
8
|
+
|
9
|
+
1.120.0 (2024-08-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
|
13
|
+
|
4
14
|
1.119.0 (2024-07-18)
|
5
15
|
------------------
|
6
16
|
|
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')
|
@@ -424,6 +429,7 @@ module Aws::QuickSight
|
|
424
429
|
CustomSql = Shapes::StructureShape.new(name: 'CustomSql')
|
425
430
|
CustomSqlName = Shapes::StringShape.new(name: 'CustomSqlName')
|
426
431
|
CustomValuesConfiguration = Shapes::StructureShape.new(name: 'CustomValuesConfiguration')
|
432
|
+
CustomerManagedKeyUnavailableException = Shapes::StructureShape.new(name: 'CustomerManagedKeyUnavailableException')
|
427
433
|
Dashboard = Shapes::StructureShape.new(name: 'Dashboard')
|
428
434
|
DashboardBehavior = Shapes::StringShape.new(name: 'DashboardBehavior')
|
429
435
|
DashboardError = Shapes::StructureShape.new(name: 'DashboardError')
|
@@ -1273,6 +1279,8 @@ module Aws::QuickSight
|
|
1273
1279
|
PutDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesRequest')
|
1274
1280
|
PutDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesResponse')
|
1275
1281
|
Query = Shapes::StringShape.new(name: 'Query')
|
1282
|
+
QueryExecutionMode = Shapes::StringShape.new(name: 'QueryExecutionMode')
|
1283
|
+
QueryExecutionOptions = Shapes::StructureShape.new(name: 'QueryExecutionOptions')
|
1276
1284
|
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
1277
1285
|
QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
|
1278
1286
|
RadarChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'RadarChartAggregatedFieldWells')
|
@@ -1442,6 +1450,7 @@ module Aws::QuickSight
|
|
1442
1450
|
SetParameterValueConfiguration = Shapes::StructureShape.new(name: 'SetParameterValueConfiguration')
|
1443
1451
|
SetParameterValueConfigurationList = Shapes::ListShape.new(name: 'SetParameterValueConfigurationList')
|
1444
1452
|
ShapeConditionalFormat = Shapes::StructureShape.new(name: 'ShapeConditionalFormat')
|
1453
|
+
SharedViewConfigurations = Shapes::StructureShape.new(name: 'SharedViewConfigurations')
|
1445
1454
|
SharingModel = Shapes::StringShape.new(name: 'SharingModel')
|
1446
1455
|
Sheet = Shapes::StructureShape.new(name: 'Sheet')
|
1447
1456
|
SheetContentType = Shapes::StringShape.new(name: 'SheetContentType')
|
@@ -2001,6 +2010,7 @@ module Aws::QuickSight
|
|
2001
2010
|
AnalysisDefinition.add_member(:column_configurations, Shapes::ShapeRef.new(shape: ColumnConfigurationList, location_name: "ColumnConfigurations"))
|
2002
2011
|
AnalysisDefinition.add_member(:analysis_defaults, Shapes::ShapeRef.new(shape: AnalysisDefaults, location_name: "AnalysisDefaults"))
|
2003
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"))
|
2004
2014
|
AnalysisDefinition.struct_class = Types::AnalysisDefinition
|
2005
2015
|
|
2006
2016
|
AnalysisError.add_member(:type, Shapes::ShapeRef.new(shape: AnalysisErrorType, location_name: "Type"))
|
@@ -2044,8 +2054,18 @@ module Aws::QuickSight
|
|
2044
2054
|
AnchorDateConfiguration.struct_class = Types::AnchorDateConfiguration
|
2045
2055
|
|
2046
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"))
|
2047
2060
|
AnonymousUserDashboardEmbeddingConfiguration.struct_class = Types::AnonymousUserDashboardEmbeddingConfiguration
|
2048
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
|
+
|
2049
2069
|
AnonymousUserDashboardVisualEmbeddingConfiguration.add_member(:initial_dashboard_visual_id, Shapes::ShapeRef.new(shape: DashboardVisualId, required: true, location_name: "InitialDashboardVisualId"))
|
2050
2070
|
AnonymousUserDashboardVisualEmbeddingConfiguration.struct_class = Types::AnonymousUserDashboardVisualEmbeddingConfiguration
|
2051
2071
|
|
@@ -3406,6 +3426,10 @@ module Aws::QuickSight
|
|
3406
3426
|
CustomValuesConfiguration.add_member(:custom_values, Shapes::ShapeRef.new(shape: CustomParameterValues, required: true, location_name: "CustomValues"))
|
3407
3427
|
CustomValuesConfiguration.struct_class = Types::CustomValuesConfiguration
|
3408
3428
|
|
3429
|
+
CustomerManagedKeyUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
3430
|
+
CustomerManagedKeyUnavailableException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
3431
|
+
CustomerManagedKeyUnavailableException.struct_class = Types::CustomerManagedKeyUnavailableException
|
3432
|
+
|
3409
3433
|
Dashboard.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "DashboardId"))
|
3410
3434
|
Dashboard.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
3411
3435
|
Dashboard.add_member(:name, Shapes::ShapeRef.new(shape: DashboardName, location_name: "Name"))
|
@@ -6754,6 +6778,9 @@ module Aws::QuickSight
|
|
6754
6778
|
PutDataSetRefreshPropertiesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
6755
6779
|
PutDataSetRefreshPropertiesResponse.struct_class = Types::PutDataSetRefreshPropertiesResponse
|
6756
6780
|
|
6781
|
+
QueryExecutionOptions.add_member(:query_execution_mode, Shapes::ShapeRef.new(shape: QueryExecutionMode, location_name: "QueryExecutionMode"))
|
6782
|
+
QueryExecutionOptions.struct_class = Types::QueryExecutionOptions
|
6783
|
+
|
6757
6784
|
QueueInfo.add_member(:waiting_on_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "WaitingOnIngestion"))
|
6758
6785
|
QueueInfo.add_member(:queued_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QueuedIngestion"))
|
6759
6786
|
QueueInfo.struct_class = Types::QueueInfo
|
@@ -6924,6 +6951,7 @@ module Aws::QuickSight
|
|
6924
6951
|
RegisteredCustomerManagedKey.struct_class = Types::RegisteredCustomerManagedKey
|
6925
6952
|
|
6926
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"))
|
6927
6955
|
RegisteredUserConsoleFeatureConfigurations.struct_class = Types::RegisteredUserConsoleFeatureConfigurations
|
6928
6956
|
|
6929
6957
|
RegisteredUserDashboardEmbeddingConfiguration.add_member(:initial_dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "InitialDashboardId"))
|
@@ -6931,6 +6959,7 @@ module Aws::QuickSight
|
|
6931
6959
|
RegisteredUserDashboardEmbeddingConfiguration.struct_class = Types::RegisteredUserDashboardEmbeddingConfiguration
|
6932
6960
|
|
6933
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"))
|
6934
6963
|
RegisteredUserDashboardFeatureConfigurations.add_member(:bookmarks, Shapes::ShapeRef.new(shape: BookmarksConfigurations, location_name: "Bookmarks"))
|
6935
6964
|
RegisteredUserDashboardFeatureConfigurations.struct_class = Types::RegisteredUserDashboardFeatureConfigurations
|
6936
6965
|
|
@@ -7312,6 +7341,9 @@ module Aws::QuickSight
|
|
7312
7341
|
ShapeConditionalFormat.add_member(:background_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, required: true, location_name: "BackgroundColor"))
|
7313
7342
|
ShapeConditionalFormat.struct_class = Types::ShapeConditionalFormat
|
7314
7343
|
|
7344
|
+
SharedViewConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
7345
|
+
SharedViewConfigurations.struct_class = Types::SharedViewConfigurations
|
7346
|
+
|
7315
7347
|
Sheet.add_member(:sheet_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "SheetId"))
|
7316
7348
|
Sheet.add_member(:name, Shapes::ShapeRef.new(shape: SheetName, location_name: "Name"))
|
7317
7349
|
Sheet.struct_class = Types::Sheet
|
@@ -7855,6 +7887,7 @@ module Aws::QuickSight
|
|
7855
7887
|
TemplateVersionDefinition.add_member(:column_configurations, Shapes::ShapeRef.new(shape: ColumnConfigurationList, location_name: "ColumnConfigurations"))
|
7856
7888
|
TemplateVersionDefinition.add_member(:analysis_defaults, Shapes::ShapeRef.new(shape: AnalysisDefaults, location_name: "AnalysisDefaults"))
|
7857
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"))
|
7858
7891
|
TemplateVersionDefinition.struct_class = Types::TemplateVersionDefinition
|
7859
7892
|
|
7860
7893
|
TemplateVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -9251,6 +9284,7 @@ module Aws::QuickSight
|
|
9251
9284
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9252
9285
|
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
9253
9286
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9287
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomerManagedKeyUnavailableException)
|
9254
9288
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
9255
9289
|
end)
|
9256
9290
|
|
@@ -11569,6 +11603,7 @@ module Aws::QuickSight
|
|
11569
11603
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
11570
11604
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11571
11605
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11606
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomerManagedKeyUnavailableException)
|
11572
11607
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11573
11608
|
end)
|
11574
11609
|
|
@@ -30,6 +30,7 @@ module Aws::QuickSight
|
|
30
30
|
# * {AccessDeniedException}
|
31
31
|
# * {ConcurrentUpdatingException}
|
32
32
|
# * {ConflictException}
|
33
|
+
# * {CustomerManagedKeyUnavailableException}
|
33
34
|
# * {DomainNotWhitelistedException}
|
34
35
|
# * {IdentityTypeNotSupportedException}
|
35
36
|
# * {InternalFailureException}
|
@@ -113,6 +114,26 @@ module Aws::QuickSight
|
|
113
114
|
end
|
114
115
|
end
|
115
116
|
|
117
|
+
class CustomerManagedKeyUnavailableException < ServiceError
|
118
|
+
|
119
|
+
# @param [Seahorse::Client::RequestContext] context
|
120
|
+
# @param [String] message
|
121
|
+
# @param [Aws::QuickSight::Types::CustomerManagedKeyUnavailableException] data
|
122
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
123
|
+
super(context, message, data)
|
124
|
+
end
|
125
|
+
|
126
|
+
# @return [String]
|
127
|
+
def message
|
128
|
+
@message || @data[:message]
|
129
|
+
end
|
130
|
+
|
131
|
+
# @return [String]
|
132
|
+
def request_id
|
133
|
+
@data[:request_id]
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
116
137
|
class DomainNotWhitelistedException < ServiceError
|
117
138
|
|
118
139
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -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
|
@@ -7288,6 +7322,25 @@ module Aws::QuickSight
|
|
7288
7322
|
include Aws::Structure
|
7289
7323
|
end
|
7290
7324
|
|
7325
|
+
# The customer managed key that is registered to your Amazon QuickSight
|
7326
|
+
# account is unavailable.
|
7327
|
+
#
|
7328
|
+
# @!attribute [rw] message
|
7329
|
+
# @return [String]
|
7330
|
+
#
|
7331
|
+
# @!attribute [rw] request_id
|
7332
|
+
# The Amazon Web Services request ID for this operation.
|
7333
|
+
# @return [String]
|
7334
|
+
#
|
7335
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CustomerManagedKeyUnavailableException AWS API Documentation
|
7336
|
+
#
|
7337
|
+
class CustomerManagedKeyUnavailableException < Struct.new(
|
7338
|
+
:message,
|
7339
|
+
:request_id)
|
7340
|
+
SENSITIVE = []
|
7341
|
+
include Aws::Structure
|
7342
|
+
end
|
7343
|
+
|
7291
7344
|
# Dashboard.
|
7292
7345
|
#
|
7293
7346
|
# @!attribute [rw] dashboard_id
|
@@ -23626,6 +23679,20 @@ module Aws::QuickSight
|
|
23626
23679
|
include Aws::Structure
|
23627
23680
|
end
|
23628
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
|
+
|
23629
23696
|
# Information about a queued dataset SPICE ingestion.
|
23630
23697
|
#
|
23631
23698
|
# @!attribute [rw] waiting_on_ingestion
|
@@ -24618,10 +24685,15 @@ module Aws::QuickSight
|
|
24618
24685
|
# QuickSight console.
|
24619
24686
|
# @return [Types::StatePersistenceConfigurations]
|
24620
24687
|
#
|
24688
|
+
# @!attribute [rw] shared_view
|
24689
|
+
# The shared view settings of an embedded dashboard.
|
24690
|
+
# @return [Types::SharedViewConfigurations]
|
24691
|
+
#
|
24621
24692
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserConsoleFeatureConfigurations AWS API Documentation
|
24622
24693
|
#
|
24623
24694
|
class RegisteredUserConsoleFeatureConfigurations < Struct.new(
|
24624
|
-
:state_persistence
|
24695
|
+
:state_persistence,
|
24696
|
+
:shared_view)
|
24625
24697
|
SENSITIVE = []
|
24626
24698
|
include Aws::Structure
|
24627
24699
|
end
|
@@ -24658,6 +24730,10 @@ module Aws::QuickSight
|
|
24658
24730
|
# The state persistence settings of an embedded dashboard.
|
24659
24731
|
# @return [Types::StatePersistenceConfigurations]
|
24660
24732
|
#
|
24733
|
+
# @!attribute [rw] shared_view
|
24734
|
+
# The shared view settings of an embedded dashboard.
|
24735
|
+
# @return [Types::SharedViewConfigurations]
|
24736
|
+
#
|
24661
24737
|
# @!attribute [rw] bookmarks
|
24662
24738
|
# The bookmarks configuration for an embedded dashboard in Amazon
|
24663
24739
|
# QuickSight.
|
@@ -24667,6 +24743,7 @@ module Aws::QuickSight
|
|
24667
24743
|
#
|
24668
24744
|
class RegisteredUserDashboardFeatureConfigurations < Struct.new(
|
24669
24745
|
:state_persistence,
|
24746
|
+
:shared_view,
|
24670
24747
|
:bookmarks)
|
24671
24748
|
SENSITIVE = []
|
24672
24749
|
include Aws::Structure
|
@@ -26602,6 +26679,20 @@ module Aws::QuickSight
|
|
26602
26679
|
include Aws::Structure
|
26603
26680
|
end
|
26604
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
|
+
|
26605
26696
|
# A *sheet*, which is an object that contains a set of visuals that are
|
26606
26697
|
# viewed together on one page in Amazon QuickSight. Every analysis and
|
26607
26698
|
# dashboard contains at least one sheet. Each sheet contains at least
|
@@ -29141,6 +29232,10 @@ module Aws::QuickSight
|
|
29141
29232
|
# An array of option definitions for a template.
|
29142
29233
|
# @return [Types::AssetOptions]
|
29143
29234
|
#
|
29235
|
+
# @!attribute [rw] query_execution_options
|
29236
|
+
# A structure that describes the query execution options.
|
29237
|
+
# @return [Types::QueryExecutionOptions]
|
29238
|
+
#
|
29144
29239
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TemplateVersionDefinition AWS API Documentation
|
29145
29240
|
#
|
29146
29241
|
class TemplateVersionDefinition < Struct.new(
|
@@ -29151,7 +29246,8 @@ module Aws::QuickSight
|
|
29151
29246
|
:filter_groups,
|
29152
29247
|
:column_configurations,
|
29153
29248
|
:analysis_defaults,
|
29154
|
-
:options
|
29249
|
+
:options,
|
29250
|
+
:query_execution_options)
|
29155
29251
|
SENSITIVE = []
|
29156
29252
|
include Aws::Structure
|
29157
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/errors.rbs
CHANGED
@@ -23,6 +23,10 @@ module Aws
|
|
23
23
|
def message: () -> ::String
|
24
24
|
def request_id: () -> ::String
|
25
25
|
end
|
26
|
+
class CustomerManagedKeyUnavailableException < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
def request_id: () -> ::String
|
29
|
+
end
|
26
30
|
class DomainNotWhitelistedException < ::Aws::Errors::ServiceError
|
27
31
|
def message: () -> ::String
|
28
32
|
def request_id: () -> ::String
|
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
|
|
@@ -1812,6 +1821,12 @@ module Aws::QuickSight
|
|
1812
1821
|
SENSITIVE: []
|
1813
1822
|
end
|
1814
1823
|
|
1824
|
+
class CustomerManagedKeyUnavailableException
|
1825
|
+
attr_accessor message: ::String
|
1826
|
+
attr_accessor request_id: ::String
|
1827
|
+
SENSITIVE: []
|
1828
|
+
end
|
1829
|
+
|
1815
1830
|
class Dashboard
|
1816
1831
|
attr_accessor dashboard_id: ::String
|
1817
1832
|
attr_accessor arn: ::String
|
@@ -6075,6 +6090,11 @@ module Aws::QuickSight
|
|
6075
6090
|
SENSITIVE: []
|
6076
6091
|
end
|
6077
6092
|
|
6093
|
+
class QueryExecutionOptions
|
6094
|
+
attr_accessor query_execution_mode: ("AUTO" | "MANUAL")
|
6095
|
+
SENSITIVE: []
|
6096
|
+
end
|
6097
|
+
|
6078
6098
|
class QueueInfo
|
6079
6099
|
attr_accessor waiting_on_ingestion: ::String
|
6080
6100
|
attr_accessor queued_ingestion: ::String
|
@@ -6292,6 +6312,7 @@ module Aws::QuickSight
|
|
6292
6312
|
|
6293
6313
|
class RegisteredUserConsoleFeatureConfigurations
|
6294
6314
|
attr_accessor state_persistence: Types::StatePersistenceConfigurations
|
6315
|
+
attr_accessor shared_view: Types::SharedViewConfigurations
|
6295
6316
|
SENSITIVE: []
|
6296
6317
|
end
|
6297
6318
|
|
@@ -6303,6 +6324,7 @@ module Aws::QuickSight
|
|
6303
6324
|
|
6304
6325
|
class RegisteredUserDashboardFeatureConfigurations
|
6305
6326
|
attr_accessor state_persistence: Types::StatePersistenceConfigurations
|
6327
|
+
attr_accessor shared_view: Types::SharedViewConfigurations
|
6306
6328
|
attr_accessor bookmarks: Types::BookmarksConfigurations
|
6307
6329
|
SENSITIVE: []
|
6308
6330
|
end
|
@@ -6787,6 +6809,11 @@ module Aws::QuickSight
|
|
6787
6809
|
SENSITIVE: []
|
6788
6810
|
end
|
6789
6811
|
|
6812
|
+
class SharedViewConfigurations
|
6813
|
+
attr_accessor enabled: bool
|
6814
|
+
SENSITIVE: []
|
6815
|
+
end
|
6816
|
+
|
6790
6817
|
class Sheet
|
6791
6818
|
attr_accessor sheet_id: ::String
|
6792
6819
|
attr_accessor name: ::String
|
@@ -7451,6 +7478,7 @@ module Aws::QuickSight
|
|
7451
7478
|
attr_accessor column_configurations: ::Array[Types::ColumnConfiguration]
|
7452
7479
|
attr_accessor analysis_defaults: Types::AnalysisDefaults
|
7453
7480
|
attr_accessor options: Types::AssetOptions
|
7481
|
+
attr_accessor query_execution_options: Types::QueryExecutionOptions
|
7454
7482
|
SENSITIVE: []
|
7455
7483
|
end
|
7456
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-
|
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
|