aws-sdk-quicksight 1.171.0 → 1.172.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: e93ec9204552d7d7ebdc36c11ea26e37bd9afb1732e4b66a0584cd44c6b277b8
4
- data.tar.gz: ad29d3c22674bc6dfe95d0f46078555a89cb3d63bf90a8d5f8e8d08b8cb387a8
3
+ metadata.gz: d3d45ef76cc51b7c48dc84c00d35e49288749b6f9f6dbed886dfc95b0dfb57e0
4
+ data.tar.gz: 33b7dbb45de953a13088e673555849671df5bfff18d79f6249e016de2b8ab8d8
5
5
  SHA512:
6
- metadata.gz: f2e16ef6a0434d5ef929dd947c9a423c2a549869fa243f7e15e8beefc3f6124befeaff84ad4be97db77dee79cc6b518715a6da078cfa5af1246f6fe37481c2c6
7
- data.tar.gz: 75b8e802375a823662a44404202e061d69281cad07f2949df9caefd835d38864acf2b74cda776bbcba3ebf02aecc8c0d8119b36acd55ff685af17a0d8ab098fc
6
+ metadata.gz: b26d761a4029b1d7629b1b15fed50fe38787b8822ce1dd1b043fc7aa6f025520417df69ab2bcc80d38461a8829fc05ed5ac837ed52af683e9c4388ebce57e3c4
7
+ data.tar.gz: 6c1d55812d01c93f89cdd6a610194474337fd1636a6a21ca86b872c16b2b15aa90c14c48ce96eaab2feccfba3be138123aec8dc071c3acda7f4a735e575bdd58
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.172.0 (2026-01-30)
5
+ ------------------
6
+
7
+ * Feature - Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context.
8
+
4
9
  1.171.0 (2026-01-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.171.0
1
+ 1.172.0
@@ -11132,14 +11132,24 @@ module Aws::QuickSight
11132
11132
  # namespace, set this to `default`.
11133
11133
  #
11134
11134
  # @option params [Array<Types::SessionTag>] :session_tags
11135
- # The session tags used for row-level security. Before you use this
11136
- # parameter, make sure that you have configured the relevant datasets
11137
- # using the `DataSet$RowLevelPermissionTagConfiguration` parameter so
11138
- # that session tags can be used to provide row-level security.
11135
+ # Session tags are user-specified strings that identify a session in
11136
+ # your application. You can use these tags to implement row-level
11137
+ # security (RLS) controls. Before you use the `SessionTags` parameter,
11138
+ # make sure that you have configured the relevant datasets using the
11139
+ # `DataSet$RowLevelPermissionTagConfiguration` parameter so that session
11140
+ # tags can be used to provide row-level security.
11139
11141
  #
11140
- # These are not the tags used for the Amazon Web Services resource
11141
- # tagging feature. For more information, see [Using Row-Level Security
11142
- # (RLS) with Tags][1]in the *Amazon Quick Sight User Guide*.
11142
+ # When using session tags, you must call
11143
+ # `GenerateEmbedUrlForAnonymousUser` from a secure, trusted environment.
11144
+ # The API call passes session tags that enable server-side data
11145
+ # redaction by using the row-level security (RLS) rules configured in
11146
+ # your datasets. A secure, trusted environment has access controls that
11147
+ # you implement. These controls ensure that only your server or
11148
+ # authorized users can add or modify session tags.
11149
+ #
11150
+ # Besides, these are not the tags used for the Amazon Web Services
11151
+ # resource tagging feature. For more information, see [Using Row-Level
11152
+ # Security (RLS) with Tags][1] in the *Amazon Quick Suite User Guide*.
11143
11153
  #
11144
11154
  #
11145
11155
  #
@@ -11319,10 +11329,10 @@ module Aws::QuickSight
11319
11329
  # state_persistence: {
11320
11330
  # enabled: false, # required
11321
11331
  # },
11322
- # shared_view: {
11332
+ # bookmarks: {
11323
11333
  # enabled: false, # required
11324
11334
  # },
11325
- # bookmarks: {
11335
+ # shared_view: {
11326
11336
  # enabled: false, # required
11327
11337
  # },
11328
11338
  # amazon_q_in_quick_sight: {
@@ -11467,10 +11477,10 @@ module Aws::QuickSight
11467
11477
  # state_persistence: {
11468
11478
  # enabled: false, # required
11469
11479
  # },
11470
- # shared_view: {
11480
+ # bookmarks: {
11471
11481
  # enabled: false, # required
11472
11482
  # },
11473
- # bookmarks: {
11483
+ # shared_view: {
11474
11484
  # enabled: false, # required
11475
11485
  # },
11476
11486
  # amazon_q_in_quick_sight: {
@@ -11808,6 +11818,24 @@ module Aws::QuickSight
11808
11818
  # Web Services Identity Center, see [Identity Center documentation on
11809
11819
  # identity-enhanced IAM role sessions][4].
11810
11820
  #
11821
+ # **Supported Regions**
11822
+ #
11823
+ # The GetIdentityContext API works only in regions that support at least
11824
+ # one of these identity types:
11825
+ #
11826
+ # * Amazon Quick Sight native identity
11827
+ #
11828
+ # * IAM federated identity
11829
+ #
11830
+ # * Active Directory
11831
+ #
11832
+ # To use this API successfully, call it in the same region where your
11833
+ # user's identity resides. For example, if your user's identity is in
11834
+ # us-east-1, make the API call in us-east-1. For more information about
11835
+ # managing identities in Amazon Quick Sight, see [Identity and access
11836
+ # management in Amazon Quick Sight][5] in the Amazon Quick Sight User
11837
+ # Guide.
11838
+ #
11811
11839
  # **Getting Identity-Enhanced Credentials**
11812
11840
  #
11813
11841
  # To obtain identity-enhanced credentials, follow these steps:
@@ -11815,7 +11843,7 @@ module Aws::QuickSight
11815
11843
  # * Call the GetIdentityContext API to retrieve an identity token for
11816
11844
  # the specified user.
11817
11845
  #
11818
- # * Use the identity token with the [STS AssumeRole API][5] to obtain
11846
+ # * Use the identity token with the [STS AssumeRole API][6] to obtain
11819
11847
  # identity-enhanced IAM role session credentials.
11820
11848
  #
11821
11849
  # **Usage with STS AssumeRole**
@@ -11838,7 +11866,8 @@ module Aws::QuickSight
11838
11866
  # [2]: https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboardSnapshotJob.html
11839
11867
  # [3]: https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboardSnapshotJobResult.html
11840
11868
  # [4]: https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-identity-enhanced-iam-role-sessions.html
11841
- # [5]: https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
11869
+ # [5]: https://docs.aws.amazon.com/quicksight/latest/userguide/identity.html
11870
+ # [6]: https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
11842
11871
  #
11843
11872
  # @option params [required, String] :aws_account_id
11844
11873
  # The ID for the Amazon Web Services account that the user whose
@@ -21824,7 +21853,7 @@ module Aws::QuickSight
21824
21853
  tracer: tracer
21825
21854
  )
21826
21855
  context[:gem_name] = 'aws-sdk-quicksight'
21827
- context[:gem_version] = '1.171.0'
21856
+ context[:gem_version] = '1.172.0'
21828
21857
  Seahorse::Client::Request.new(handlers, context)
21829
21858
  end
21830
21859
 
@@ -9106,8 +9106,8 @@ module Aws::QuickSight
9106
9106
  RegisteredUserDashboardEmbeddingConfiguration.struct_class = Types::RegisteredUserDashboardEmbeddingConfiguration
9107
9107
 
9108
9108
  RegisteredUserDashboardFeatureConfigurations.add_member(:state_persistence, Shapes::ShapeRef.new(shape: StatePersistenceConfigurations, location_name: "StatePersistence"))
9109
- RegisteredUserDashboardFeatureConfigurations.add_member(:shared_view, Shapes::ShapeRef.new(shape: SharedViewConfigurations, location_name: "SharedView"))
9110
9109
  RegisteredUserDashboardFeatureConfigurations.add_member(:bookmarks, Shapes::ShapeRef.new(shape: BookmarksConfigurations, location_name: "Bookmarks"))
9110
+ RegisteredUserDashboardFeatureConfigurations.add_member(:shared_view, Shapes::ShapeRef.new(shape: SharedViewConfigurations, location_name: "SharedView"))
9111
9111
  RegisteredUserDashboardFeatureConfigurations.add_member(:amazon_q_in_quick_sight, Shapes::ShapeRef.new(shape: AmazonQInQuickSightDashboardConfigurations, location_name: "AmazonQInQuickSight"))
9112
9112
  RegisteredUserDashboardFeatureConfigurations.add_member(:schedules, Shapes::ShapeRef.new(shape: SchedulesConfigurations, location_name: "Schedules"))
9113
9113
  RegisteredUserDashboardFeatureConfigurations.add_member(:recent_snapshots, Shapes::ShapeRef.new(shape: RecentSnapshotsConfigurations, location_name: "RecentSnapshots"))
@@ -20838,14 +20838,24 @@ module Aws::QuickSight
20838
20838
  # @return [String]
20839
20839
  #
20840
20840
  # @!attribute [rw] session_tags
20841
- # The session tags used for row-level security. Before you use this
20842
- # parameter, make sure that you have configured the relevant datasets
20843
- # using the `DataSet$RowLevelPermissionTagConfiguration` parameter so
20844
- # that session tags can be used to provide row-level security.
20841
+ # Session tags are user-specified strings that identify a session in
20842
+ # your application. You can use these tags to implement row-level
20843
+ # security (RLS) controls. Before you use the `SessionTags` parameter,
20844
+ # make sure that you have configured the relevant datasets using the
20845
+ # `DataSet$RowLevelPermissionTagConfiguration` parameter so that
20846
+ # session tags can be used to provide row-level security.
20845
20847
  #
20846
- # These are not the tags used for the Amazon Web Services resource
20847
- # tagging feature. For more information, see [Using Row-Level Security
20848
- # (RLS) with Tags][1]in the *Amazon Quick Sight User Guide*.
20848
+ # When using session tags, you must call
20849
+ # `GenerateEmbedUrlForAnonymousUser` from a secure, trusted
20850
+ # environment. The API call passes session tags that enable
20851
+ # server-side data redaction by using the row-level security (RLS)
20852
+ # rules configured in your datasets. A secure, trusted environment has
20853
+ # access controls that you implement. These controls ensure that only
20854
+ # your server or authorized users can add or modify session tags.
20855
+ #
20856
+ # Besides, these are not the tags used for the Amazon Web Services
20857
+ # resource tagging feature. For more information, see [Using Row-Level
20858
+ # Security (RLS) with Tags][1] in the *Amazon Quick Suite User Guide*.
20849
20859
  #
20850
20860
  #
20851
20861
  #
@@ -32426,15 +32436,15 @@ module Aws::QuickSight
32426
32436
  # The state persistence settings of an embedded dashboard.
32427
32437
  # @return [Types::StatePersistenceConfigurations]
32428
32438
  #
32429
- # @!attribute [rw] shared_view
32430
- # The shared view settings of an embedded dashboard.
32431
- # @return [Types::SharedViewConfigurations]
32432
- #
32433
32439
  # @!attribute [rw] bookmarks
32434
32440
  # The bookmarks configuration for an embedded dashboard in Amazon
32435
32441
  # Quick Sight.
32436
32442
  # @return [Types::BookmarksConfigurations]
32437
32443
  #
32444
+ # @!attribute [rw] shared_view
32445
+ # The shared view settings of an embedded dashboard.
32446
+ # @return [Types::SharedViewConfigurations]
32447
+ #
32438
32448
  # @!attribute [rw] amazon_q_in_quick_sight
32439
32449
  # The Amazon Q configurations of an embedded Amazon Quick Sight
32440
32450
  # dashboard.
@@ -32458,8 +32468,8 @@ module Aws::QuickSight
32458
32468
  #
32459
32469
  class RegisteredUserDashboardFeatureConfigurations < Struct.new(
32460
32470
  :state_persistence,
32461
- :shared_view,
32462
32471
  :bookmarks,
32472
+ :shared_view,
32463
32473
  :amazon_q_in_quick_sight,
32464
32474
  :schedules,
32465
32475
  :recent_snapshots,
@@ -54,7 +54,7 @@ module Aws::QuickSight
54
54
  autoload :EndpointProvider, 'aws-sdk-quicksight/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-quicksight/endpoints'
56
56
 
57
- GEM_VERSION = '1.171.0'
57
+ GEM_VERSION = '1.172.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -117489,10 +117489,10 @@ module Aws
117489
117489
  state_persistence: {
117490
117490
  enabled: bool
117491
117491
  }?,
117492
- shared_view: {
117492
+ bookmarks: {
117493
117493
  enabled: bool
117494
117494
  }?,
117495
- bookmarks: {
117495
+ shared_view: {
117496
117496
  enabled: bool
117497
117497
  }?,
117498
117498
  amazon_q_in_quick_sight: {
@@ -117582,10 +117582,10 @@ module Aws
117582
117582
  state_persistence: {
117583
117583
  enabled: bool
117584
117584
  }?,
117585
- shared_view: {
117585
+ bookmarks: {
117586
117586
  enabled: bool
117587
117587
  }?,
117588
- bookmarks: {
117588
+ shared_view: {
117589
117589
  enabled: bool
117590
117590
  }?,
117591
117591
  amazon_q_in_quick_sight: {
data/sig/types.rbs CHANGED
@@ -8390,8 +8390,8 @@ module Aws::QuickSight
8390
8390
 
8391
8391
  class RegisteredUserDashboardFeatureConfigurations
8392
8392
  attr_accessor state_persistence: Types::StatePersistenceConfigurations
8393
- attr_accessor shared_view: Types::SharedViewConfigurations
8394
8393
  attr_accessor bookmarks: Types::BookmarksConfigurations
8394
+ attr_accessor shared_view: Types::SharedViewConfigurations
8395
8395
  attr_accessor amazon_q_in_quick_sight: Types::AmazonQInQuickSightDashboardConfigurations
8396
8396
  attr_accessor schedules: Types::SchedulesConfigurations
8397
8397
  attr_accessor recent_snapshots: Types::RecentSnapshotsConfigurations
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.171.0
4
+ version: 1.172.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services