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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +43 -14
- data/lib/aws-sdk-quicksight/client_api.rb +1 -1
- data/lib/aws-sdk-quicksight/types.rb +22 -12
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +4 -4
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3d45ef76cc51b7c48dc84c00d35e49288749b6f9f6dbed886dfc95b0dfb57e0
|
|
4
|
+
data.tar.gz: 33b7dbb45de953a13088e673555849671df5bfff18d79f6249e016de2b8ab8d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
-
#
|
|
11136
|
-
#
|
|
11137
|
-
#
|
|
11138
|
-
# that
|
|
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
|
-
#
|
|
11141
|
-
#
|
|
11142
|
-
#
|
|
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
|
-
#
|
|
11332
|
+
# bookmarks: {
|
|
11323
11333
|
# enabled: false, # required
|
|
11324
11334
|
# },
|
|
11325
|
-
#
|
|
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
|
-
#
|
|
11480
|
+
# bookmarks: {
|
|
11471
11481
|
# enabled: false, # required
|
|
11472
11482
|
# },
|
|
11473
|
-
#
|
|
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][
|
|
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/
|
|
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.
|
|
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
|
-
#
|
|
20842
|
-
#
|
|
20843
|
-
#
|
|
20844
|
-
# that
|
|
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
|
-
#
|
|
20847
|
-
#
|
|
20848
|
-
#
|
|
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,
|
data/lib/aws-sdk-quicksight.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -117489,10 +117489,10 @@ module Aws
|
|
|
117489
117489
|
state_persistence: {
|
|
117490
117490
|
enabled: bool
|
|
117491
117491
|
}?,
|
|
117492
|
-
|
|
117492
|
+
bookmarks: {
|
|
117493
117493
|
enabled: bool
|
|
117494
117494
|
}?,
|
|
117495
|
-
|
|
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
|
-
|
|
117585
|
+
bookmarks: {
|
|
117586
117586
|
enabled: bool
|
|
117587
117587
|
}?,
|
|
117588
|
-
|
|
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
|