aws-sdk-quicksight 1.76.0 → 1.77.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 235c2032b1b289879d4c3eee4e624bc04f5535a598e014909f0dafb753f75b69
4
- data.tar.gz: 3f6f857c42b2a2b6ab87cb9322d850ed158b928fb2c1fbbef63c4423897a36d8
3
+ metadata.gz: 96d3de4059f20711ec73dbb23a450b872549a3698870c42cb3af833be8e9a9a2
4
+ data.tar.gz: 0521c3d20993b2d0beb45a4127f9c72a5510a881b546b57f4af22eb443f1cd4d
5
5
  SHA512:
6
- metadata.gz: 600c7340719aa8f0820935880f17159a108f8ab2f9a4f85b7038127d0af7d9fcbd36a689644af06a56f9715a3b6943a3d2db6a48b80ec5fde9f6ca686a79658a
7
- data.tar.gz: c60dd3605a0a7255f6869ded3f9433ba9553e6188ffd35c4fb0aed921925a5f9a0acf1f06c13a35cd4acafda857b93b6078c1aab7724d00be2c3d45d6aabbd8e
6
+ metadata.gz: 8133777d81a1d85a444d47ecf134181e1fb964dc38975e1fd216dbab742a8fa01a6d258898ee573ae57863d6e27d1c0dcfad4f94db3a3d7360a791d08110e851
7
+ data.tar.gz: 79a4c83580cd4a6d32b0d1f96eb50cb012c449a2294d0d281dacc8a4c8dfd249224621c2d75d854c4ffd001fa3665166ce63b3d661d42a095b9bb793e1373327
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2023-03-09)
5
+ ------------------
6
+
7
+ * Feature - This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.
8
+
4
9
  1.76.0 (2023-02-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -2945,9 +2945,8 @@ module Aws::QuickSight
2945
2945
  end
2946
2946
 
2947
2947
  # Deletes the Amazon QuickSight user that is associated with the
2948
- # identity of the Identity and Access Management (IAM) user or role
2949
- # that's making the call. The IAM user isn't deleted as a result of
2950
- # this call.
2948
+ # identity of the IAM user or role that's making the call. The IAM user
2949
+ # isn't deleted as a result of this call.
2951
2950
  #
2952
2951
  # @option params [required, String] :user_name
2953
2952
  # The name of the user that you want to delete.
@@ -5003,9 +5002,19 @@ module Aws::QuickSight
5003
5002
  # experience_configuration: { # required
5004
5003
  # dashboard: {
5005
5004
  # initial_dashboard_id: "ShortRestrictiveResourceId", # required
5005
+ # feature_configurations: {
5006
+ # state_persistence: {
5007
+ # enabled: false, # required
5008
+ # },
5009
+ # },
5006
5010
  # },
5007
5011
  # quick_sight_console: {
5008
5012
  # initial_path: "EntryPath",
5013
+ # feature_configurations: {
5014
+ # state_persistence: {
5015
+ # enabled: false, # required
5016
+ # },
5017
+ # },
5009
5018
  # },
5010
5019
  # q_search_bar: {
5011
5020
  # initial_topic_id: "RestrictiveResourceId",
@@ -5227,9 +5236,9 @@ module Aws::QuickSight
5227
5236
  #
5228
5237
  # 2. Invited nonfederated users
5229
5238
  #
5230
- # 3. Identity and Access Management (IAM) users and IAM role-based
5231
- # sessions authenticated through Federated Single Sign-On using
5232
- # SAML, OpenID Connect, or IAM federation
5239
+ # 3. IAM users and IAM role-based sessions authenticated through
5240
+ # Federated Single Sign-On using SAML, OpenID Connect, or IAM
5241
+ # federation
5233
5242
  #
5234
5243
  # Omit this parameter for users in the third group, IAM users and IAM
5235
5244
  # role-based sessions.
@@ -7361,9 +7370,9 @@ module Aws::QuickSight
7361
7370
  #
7362
7371
  # @option params [required, String] :default_namespace
7363
7372
  # The default namespace for this Amazon Web Services account. Currently,
7364
- # the default is `default`. Identity and Access Management (IAM) users
7365
- # that register for the first time with Amazon QuickSight provide an
7366
- # email address that becomes associated with the default namespace.
7373
+ # the default is `default`. IAM users that register for the first time
7374
+ # with Amazon QuickSight provide an email address that becomes
7375
+ # associated with the default namespace.
7367
7376
  #
7368
7377
  # @option params [String] :notification_email
7369
7378
  # The email address that you want Amazon QuickSight to send
@@ -9322,7 +9331,7 @@ module Aws::QuickSight
9322
9331
  params: params,
9323
9332
  config: config)
9324
9333
  context[:gem_name] = 'aws-sdk-quicksight'
9325
- context[:gem_version] = '1.76.0'
9334
+ context[:gem_version] = '1.77.0'
9326
9335
  Seahorse::Client::Request.new(handlers, context)
9327
9336
  end
9328
9337
 
@@ -957,7 +957,9 @@ module Aws::QuickSight
957
957
  ReferenceLineValueLabelRelativePosition = Shapes::StringShape.new(name: 'ReferenceLineValueLabelRelativePosition')
958
958
  RegisterUserRequest = Shapes::StructureShape.new(name: 'RegisterUserRequest')
959
959
  RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
960
+ RegisteredUserConsoleFeatureConfigurations = Shapes::StructureShape.new(name: 'RegisteredUserConsoleFeatureConfigurations')
960
961
  RegisteredUserDashboardEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserDashboardEmbeddingConfiguration')
962
+ RegisteredUserDashboardFeatureConfigurations = Shapes::StructureShape.new(name: 'RegisteredUserDashboardFeatureConfigurations')
961
963
  RegisteredUserDashboardVisualEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserDashboardVisualEmbeddingConfiguration')
962
964
  RegisteredUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserEmbeddingExperienceConfiguration')
963
965
  RegisteredUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQSearchBarEmbeddingConfiguration')
@@ -1110,6 +1112,7 @@ module Aws::QuickSight
1110
1112
  SqlQuery = Shapes::StringShape.new(name: 'SqlQuery')
1111
1113
  SqlServerParameters = Shapes::StructureShape.new(name: 'SqlServerParameters')
1112
1114
  SslProperties = Shapes::StructureShape.new(name: 'SslProperties')
1115
+ StatePersistenceConfigurations = Shapes::StructureShape.new(name: 'StatePersistenceConfigurations')
1113
1116
  Status = Shapes::StringShape.new(name: 'Status')
1114
1117
  StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
1115
1118
  String = Shapes::StringShape.new(name: 'String')
@@ -4871,6 +4874,7 @@ module Aws::QuickSight
4871
4874
  PivotTableOptions.add_member(:cell_style, Shapes::ShapeRef.new(shape: TableCellStyle, location_name: "CellStyle"))
4872
4875
  PivotTableOptions.add_member(:row_field_names_style, Shapes::ShapeRef.new(shape: TableCellStyle, location_name: "RowFieldNamesStyle"))
4873
4876
  PivotTableOptions.add_member(:row_alternate_color_options, Shapes::ShapeRef.new(shape: RowAlternateColorOptions, location_name: "RowAlternateColorOptions"))
4877
+ PivotTableOptions.add_member(:collapsed_row_dimensions_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "CollapsedRowDimensionsVisibility"))
4874
4878
  PivotTableOptions.struct_class = Types::PivotTableOptions
4875
4879
 
4876
4880
  PivotTablePaginatedReportOptions.add_member(:vertical_overflow_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "VerticalOverflowVisibility"))
@@ -5070,9 +5074,16 @@ module Aws::QuickSight
5070
5074
  RegisterUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
5071
5075
  RegisterUserResponse.struct_class = Types::RegisterUserResponse
5072
5076
 
5077
+ RegisteredUserConsoleFeatureConfigurations.add_member(:state_persistence, Shapes::ShapeRef.new(shape: StatePersistenceConfigurations, location_name: "StatePersistence"))
5078
+ RegisteredUserConsoleFeatureConfigurations.struct_class = Types::RegisteredUserConsoleFeatureConfigurations
5079
+
5073
5080
  RegisteredUserDashboardEmbeddingConfiguration.add_member(:initial_dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "InitialDashboardId"))
5081
+ RegisteredUserDashboardEmbeddingConfiguration.add_member(:feature_configurations, Shapes::ShapeRef.new(shape: RegisteredUserDashboardFeatureConfigurations, location_name: "FeatureConfigurations"))
5074
5082
  RegisteredUserDashboardEmbeddingConfiguration.struct_class = Types::RegisteredUserDashboardEmbeddingConfiguration
5075
5083
 
5084
+ RegisteredUserDashboardFeatureConfigurations.add_member(:state_persistence, Shapes::ShapeRef.new(shape: StatePersistenceConfigurations, location_name: "StatePersistence"))
5085
+ RegisteredUserDashboardFeatureConfigurations.struct_class = Types::RegisteredUserDashboardFeatureConfigurations
5086
+
5076
5087
  RegisteredUserDashboardVisualEmbeddingConfiguration.add_member(:initial_dashboard_visual_id, Shapes::ShapeRef.new(shape: DashboardVisualId, required: true, location_name: "InitialDashboardVisualId"))
5077
5088
  RegisteredUserDashboardVisualEmbeddingConfiguration.struct_class = Types::RegisteredUserDashboardVisualEmbeddingConfiguration
5078
5089
 
@@ -5086,6 +5097,7 @@ module Aws::QuickSight
5086
5097
  RegisteredUserQSearchBarEmbeddingConfiguration.struct_class = Types::RegisteredUserQSearchBarEmbeddingConfiguration
5087
5098
 
5088
5099
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.add_member(:initial_path, Shapes::ShapeRef.new(shape: EntryPath, location_name: "InitialPath"))
5100
+ RegisteredUserQuickSightConsoleEmbeddingConfiguration.add_member(:feature_configurations, Shapes::ShapeRef.new(shape: RegisteredUserConsoleFeatureConfigurations, location_name: "FeatureConfigurations"))
5089
5101
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.struct_class = Types::RegisteredUserQuickSightConsoleEmbeddingConfiguration
5090
5102
 
5091
5103
  RelationalTable.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
@@ -5509,6 +5521,9 @@ module Aws::QuickSight
5509
5521
  SslProperties.add_member(:disable_ssl, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableSsl"))
5510
5522
  SslProperties.struct_class = Types::SslProperties
5511
5523
 
5524
+ StatePersistenceConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
5525
+ StatePersistenceConfigurations.struct_class = Types::StatePersistenceConfigurations
5526
+
5512
5527
  StringDefaultValueList.member = Shapes::ShapeRef.new(shape: SensitiveStringObject)
5513
5528
 
5514
5529
  StringDefaultValues.add_member(:dynamic_value, Shapes::ShapeRef.new(shape: DynamicDefaultValue, location_name: "DynamicValue"))
@@ -14,7 +14,7 @@ module Aws::QuickSight
14
14
  # couldn't be validated. You might not be authorized to carry out the
15
15
  # request. Make sure that your account is authorized to use the Amazon
16
16
  # QuickSight service, that your policies have the correct permissions,
17
- # and that you are using the correct access keys.
17
+ # and that you are using the correct credentials.
18
18
  #
19
19
  # @!attribute [rw] message
20
20
  # @return [String]
@@ -442,6 +442,7 @@ module Aws::QuickSight
442
442
  # @return [String]
443
443
  #
444
444
  # @!attribute [rw] violated_entities
445
+ # Lists the violated entities that caused the analysis error
445
446
  # @return [Array<Types::Entity>]
446
447
  #
447
448
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AnalysisError AWS API Documentation
@@ -12209,9 +12210,9 @@ module Aws::QuickSight
12209
12210
  #
12210
12211
  # 2. Invited nonfederated users
12211
12212
  #
12212
- # 3. Identity and Access Management (IAM) users and IAM role-based
12213
- # sessions authenticated through Federated Single Sign-On using
12214
- # SAML, OpenID Connect, or IAM federation
12213
+ # 3. IAM users and IAM role-based sessions authenticated through
12214
+ # Federated Single Sign-On using SAML, OpenID Connect, or IAM
12215
+ # federation
12215
12216
  #
12216
12217
  # Omit this parameter for users in the third group, IAM users and IAM
12217
12218
  # role-based sessions.
@@ -17477,6 +17478,13 @@ module Aws::QuickSight
17477
17478
  # colors).
17478
17479
  # @return [Types::RowAlternateColorOptions]
17479
17480
  #
17481
+ # @!attribute [rw] collapsed_row_dimensions_visibility
17482
+ # The visibility setting of a pivot table's collapsed row dimension
17483
+ # fields. If the value of this structure is `HIDDEN`, all collapsed
17484
+ # columns in a pivot table are automatically hidden. The default value
17485
+ # is `VISIBLE`.
17486
+ # @return [String]
17487
+ #
17480
17488
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PivotTableOptions AWS API Documentation
17481
17489
  #
17482
17490
  class PivotTableOptions < Struct.new(
@@ -17488,7 +17496,8 @@ module Aws::QuickSight
17488
17496
  :row_header_style,
17489
17497
  :cell_style,
17490
17498
  :row_field_names_style,
17491
- :row_alternate_color_options)
17499
+ :row_alternate_color_options,
17500
+ :collapsed_row_dimensions_visibility)
17492
17501
  SENSITIVE = []
17493
17502
  include Aws::Structure
17494
17503
  end
@@ -18517,6 +18526,21 @@ module Aws::QuickSight
18517
18526
  include Aws::Structure
18518
18527
  end
18519
18528
 
18529
+ # The feature configurations of an embedded Amazon QuickSight console.
18530
+ #
18531
+ # @!attribute [rw] state_persistence
18532
+ # The state persistence configurations of an embedded Amazon
18533
+ # QuickSight console.
18534
+ # @return [Types::StatePersistenceConfigurations]
18535
+ #
18536
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserConsoleFeatureConfigurations AWS API Documentation
18537
+ #
18538
+ class RegisteredUserConsoleFeatureConfigurations < Struct.new(
18539
+ :state_persistence)
18540
+ SENSITIVE = []
18541
+ include Aws::Structure
18542
+ end
18543
+
18520
18544
  # Information about the dashboard you want to embed.
18521
18545
  #
18522
18546
  # @!attribute [rw] initial_dashboard_id
@@ -18529,10 +18553,30 @@ module Aws::QuickSight
18529
18553
  # see a permissions error message.
18530
18554
  # @return [String]
18531
18555
  #
18556
+ # @!attribute [rw] feature_configurations
18557
+ # The feature configurations of an embbedded Amazon QuickSight
18558
+ # dashboard.
18559
+ # @return [Types::RegisteredUserDashboardFeatureConfigurations]
18560
+ #
18532
18561
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserDashboardEmbeddingConfiguration AWS API Documentation
18533
18562
  #
18534
18563
  class RegisteredUserDashboardEmbeddingConfiguration < Struct.new(
18535
- :initial_dashboard_id)
18564
+ :initial_dashboard_id,
18565
+ :feature_configurations)
18566
+ SENSITIVE = []
18567
+ include Aws::Structure
18568
+ end
18569
+
18570
+ # The feature configuration for an embedded dashboard.
18571
+ #
18572
+ # @!attribute [rw] state_persistence
18573
+ # The state persistence settings of an embedded dashboard.
18574
+ # @return [Types::StatePersistenceConfigurations]
18575
+ #
18576
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserDashboardFeatureConfigurations AWS API Documentation
18577
+ #
18578
+ class RegisteredUserDashboardFeatureConfigurations < Struct.new(
18579
+ :state_persistence)
18536
18580
  SENSITIVE = []
18537
18581
  include Aws::Structure
18538
18582
  end
@@ -18681,10 +18725,16 @@ module Aws::QuickSight
18681
18725
  # Amazon QuickSight console URL of the analysis.
18682
18726
  # @return [String]
18683
18727
  #
18728
+ # @!attribute [rw] feature_configurations
18729
+ # The embedding configuration of an embedded Amazon QuickSight
18730
+ # console.
18731
+ # @return [Types::RegisteredUserConsoleFeatureConfigurations]
18732
+ #
18684
18733
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserQuickSightConsoleEmbeddingConfiguration AWS API Documentation
18685
18734
  #
18686
18735
  class RegisteredUserQuickSightConsoleEmbeddingConfiguration < Struct.new(
18687
- :initial_path)
18736
+ :initial_path,
18737
+ :feature_configurations)
18688
18738
  SENSITIVE = []
18689
18739
  include Aws::Structure
18690
18740
  end
@@ -20743,6 +20793,21 @@ module Aws::QuickSight
20743
20793
  include Aws::Structure
20744
20794
  end
20745
20795
 
20796
+ # The state perssitence configuration of an embedded dashboard.
20797
+ #
20798
+ # @!attribute [rw] enabled
20799
+ # Determines if a Amazon QuickSight dashboard's state persistence
20800
+ # settings are turned on or off.
20801
+ # @return [Boolean]
20802
+ #
20803
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StatePersistenceConfigurations AWS API Documentation
20804
+ #
20805
+ class StatePersistenceConfigurations < Struct.new(
20806
+ :enabled)
20807
+ SENSITIVE = []
20808
+ include Aws::Structure
20809
+ end
20810
+
20746
20811
  # The default values of the `StringParameterDeclaration`.
20747
20812
  #
20748
20813
  # @!attribute [rw] dynamic_value
@@ -23417,10 +23482,9 @@ module Aws::QuickSight
23417
23482
  #
23418
23483
  # @!attribute [rw] default_namespace
23419
23484
  # The default namespace for this Amazon Web Services account.
23420
- # Currently, the default is `default`. Identity and Access Management
23421
- # (IAM) users that register for the first time with Amazon QuickSight
23422
- # provide an email address that becomes associated with the default
23423
- # namespace.
23485
+ # Currently, the default is `default`. IAM users that register for the
23486
+ # first time with Amazon QuickSight provide an email address that
23487
+ # becomes associated with the default namespace.
23424
23488
  # @return [String]
23425
23489
  #
23426
23490
  # @!attribute [rw] notification_email
@@ -25146,7 +25210,7 @@ module Aws::QuickSight
25146
25210
  #
25147
25211
  # @!attribute [rw] active
25148
25212
  # The active status of user. When you create an Amazon QuickSight user
25149
- # thats not an IAM user or an Active Directory user, that user is
25213
+ # that's not an IAM user or an Active Directory user, that user is
25150
25214
  # inactive until they sign in and provide a password.
25151
25215
  # @return [Boolean]
25152
25216
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-quicksight/customizations'
52
52
  # @!group service
53
53
  module Aws::QuickSight
54
54
 
55
- GEM_VERSION = '1.76.0'
55
+ GEM_VERSION = '1.77.0'
56
56
 
57
57
  end
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.76.0
4
+ version: 1.77.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: 2023-02-21 00:00:00.000000000 Z
11
+ date: 2023-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core