aws-sdk-quicksight 1.171.0 → 1.173.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +68 -29
- data/lib/aws-sdk-quicksight/client_api.rb +1 -1
- data/lib/aws-sdk-quicksight/types.rb +36 -12
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +14 -14
- data/sig/types.rbs +2 -2
- 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: affb7b898a763429a0bdd54891587ef7a126f1647527990b16539228dff994af
|
|
4
|
+
data.tar.gz: d25d745253ca783dfdbfe95f66120a920413a8660d9811fcafbb61bcb92f7699
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf45d49a62616d9ff09056892214d745b5fcb0a5bcfdc194b126b9973d75586d1463b30ffdf347e26506da021779335cb24a70abc3ead8faa592dcb4c3cfd3b2
|
|
7
|
+
data.tar.gz: bb6607ec3a4841f2c81d5be940b3a4a29766a6dcce3cd82547aa281be5d0edcf5063c7de47f30c75cf76fae288f667d50acf8a454c85cc92ecac44861d3dc29b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.173.0 (2026-02-23)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for SEMISTRUCT to InputColumn Type
|
|
8
|
+
|
|
9
|
+
1.172.0 (2026-01-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context.
|
|
13
|
+
|
|
4
14
|
1.171.0 (2026-01-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.173.0
|
|
@@ -2694,7 +2694,7 @@ module Aws::QuickSight
|
|
|
2694
2694
|
# {
|
|
2695
2695
|
# name: "ColumnName", # required
|
|
2696
2696
|
# id: "ColumnId",
|
|
2697
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
2697
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
2698
2698
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
2699
2699
|
# },
|
|
2700
2700
|
# ],
|
|
@@ -2707,7 +2707,7 @@ module Aws::QuickSight
|
|
|
2707
2707
|
# {
|
|
2708
2708
|
# name: "ColumnName", # required
|
|
2709
2709
|
# id: "ColumnId",
|
|
2710
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
2710
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
2711
2711
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
2712
2712
|
# },
|
|
2713
2713
|
# ],
|
|
@@ -2726,7 +2726,7 @@ module Aws::QuickSight
|
|
|
2726
2726
|
# {
|
|
2727
2727
|
# name: "ColumnName", # required
|
|
2728
2728
|
# id: "ColumnId",
|
|
2729
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
2729
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
2730
2730
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
2731
2731
|
# },
|
|
2732
2732
|
# ],
|
|
@@ -2743,7 +2743,7 @@ module Aws::QuickSight
|
|
|
2743
2743
|
# {
|
|
2744
2744
|
# name: "ColumnName", # required
|
|
2745
2745
|
# id: "ColumnId",
|
|
2746
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
2746
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
2747
2747
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
2748
2748
|
# },
|
|
2749
2749
|
# ],
|
|
@@ -3013,7 +3013,7 @@ module Aws::QuickSight
|
|
|
3013
3013
|
# {
|
|
3014
3014
|
# name: "ColumnName", # required
|
|
3015
3015
|
# id: "ColumnId",
|
|
3016
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
3016
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
3017
3017
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
3018
3018
|
# },
|
|
3019
3019
|
# ],
|
|
@@ -8669,7 +8669,7 @@ module Aws::QuickSight
|
|
|
8669
8669
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns #=> Array
|
|
8670
8670
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].name #=> String
|
|
8671
8671
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].id #=> String
|
|
8672
|
-
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
|
|
8672
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
|
|
8673
8673
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
8674
8674
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.data_source_arn #=> String
|
|
8675
8675
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.name #=> String
|
|
@@ -8677,7 +8677,7 @@ module Aws::QuickSight
|
|
|
8677
8677
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns #=> Array
|
|
8678
8678
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].name #=> String
|
|
8679
8679
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].id #=> String
|
|
8680
|
-
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
|
|
8680
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
|
|
8681
8681
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
8682
8682
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.data_source_arn #=> String
|
|
8683
8683
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.format #=> String, one of "CSV", "TSV", "CLF", "ELF", "XLSX", "JSON"
|
|
@@ -8689,7 +8689,7 @@ module Aws::QuickSight
|
|
|
8689
8689
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns #=> Array
|
|
8690
8690
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].name #=> String
|
|
8691
8691
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].id #=> String
|
|
8692
|
-
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
|
|
8692
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
|
|
8693
8693
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
8694
8694
|
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.data_source_arn #=> String
|
|
8695
8695
|
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.table_path #=> Array
|
|
@@ -8698,7 +8698,7 @@ module Aws::QuickSight
|
|
|
8698
8698
|
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns #=> Array
|
|
8699
8699
|
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].name #=> String
|
|
8700
8700
|
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].id #=> String
|
|
8701
|
-
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
|
|
8701
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
|
|
8702
8702
|
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
8703
8703
|
# resp.data_set.logical_table_map #=> Hash
|
|
8704
8704
|
# resp.data_set.logical_table_map["LogicalTableId"].alias #=> String
|
|
@@ -8841,7 +8841,7 @@ module Aws::QuickSight
|
|
|
8841
8841
|
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns #=> Array
|
|
8842
8842
|
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].name #=> String
|
|
8843
8843
|
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].id #=> String
|
|
8844
|
-
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
|
|
8844
|
+
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
|
|
8845
8845
|
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
8846
8846
|
# resp.data_set.data_prep_configuration.transform_step_map #=> Hash
|
|
8847
8847
|
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.alias #=> String
|
|
@@ -11132,14 +11132,34 @@ 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 `SessionTags` in `GenerateEmbedUrlForAnonymousUser`,
|
|
11143
|
+
#
|
|
11144
|
+
# * Treat `SessionTags` as security credentials. Do not expose
|
|
11145
|
+
# `SessionTags` to end users or client-side code.
|
|
11146
|
+
#
|
|
11147
|
+
# * Implement server-side controls. Ensure that `SessionTags` are set
|
|
11148
|
+
# exclusively by your trusted backend services, not by parameters that
|
|
11149
|
+
# end users can modify.
|
|
11150
|
+
#
|
|
11151
|
+
# * Protect `SessionTags` from enumeration. Ensure that users in one
|
|
11152
|
+
# tenant cannot discover or guess sessionTag values belonging to other
|
|
11153
|
+
# tenants.
|
|
11154
|
+
#
|
|
11155
|
+
# * Review your architecture. If downstream customers or partners are
|
|
11156
|
+
# allowed to call the `GenerateEmbedUrlForAnonymousUser` API directly,
|
|
11157
|
+
# evaluate whether those parties could specify sessionTag values for
|
|
11158
|
+
# tenants they should not access.
|
|
11159
|
+
#
|
|
11160
|
+
# Besides, these are not the tags used for the Amazon Web Services
|
|
11161
|
+
# resource tagging feature. For more information, see [Using Row-Level
|
|
11162
|
+
# Security (RLS) with Tags][1] in the *Amazon Quick Suite User Guide*.
|
|
11143
11163
|
#
|
|
11144
11164
|
#
|
|
11145
11165
|
#
|
|
@@ -11319,10 +11339,10 @@ module Aws::QuickSight
|
|
|
11319
11339
|
# state_persistence: {
|
|
11320
11340
|
# enabled: false, # required
|
|
11321
11341
|
# },
|
|
11322
|
-
#
|
|
11342
|
+
# bookmarks: {
|
|
11323
11343
|
# enabled: false, # required
|
|
11324
11344
|
# },
|
|
11325
|
-
#
|
|
11345
|
+
# shared_view: {
|
|
11326
11346
|
# enabled: false, # required
|
|
11327
11347
|
# },
|
|
11328
11348
|
# amazon_q_in_quick_sight: {
|
|
@@ -11467,10 +11487,10 @@ module Aws::QuickSight
|
|
|
11467
11487
|
# state_persistence: {
|
|
11468
11488
|
# enabled: false, # required
|
|
11469
11489
|
# },
|
|
11470
|
-
#
|
|
11490
|
+
# bookmarks: {
|
|
11471
11491
|
# enabled: false, # required
|
|
11472
11492
|
# },
|
|
11473
|
-
#
|
|
11493
|
+
# shared_view: {
|
|
11474
11494
|
# enabled: false, # required
|
|
11475
11495
|
# },
|
|
11476
11496
|
# amazon_q_in_quick_sight: {
|
|
@@ -11808,6 +11828,24 @@ module Aws::QuickSight
|
|
|
11808
11828
|
# Web Services Identity Center, see [Identity Center documentation on
|
|
11809
11829
|
# identity-enhanced IAM role sessions][4].
|
|
11810
11830
|
#
|
|
11831
|
+
# **Supported Regions**
|
|
11832
|
+
#
|
|
11833
|
+
# The GetIdentityContext API works only in regions that support at least
|
|
11834
|
+
# one of these identity types:
|
|
11835
|
+
#
|
|
11836
|
+
# * Amazon Quick Sight native identity
|
|
11837
|
+
#
|
|
11838
|
+
# * IAM federated identity
|
|
11839
|
+
#
|
|
11840
|
+
# * Active Directory
|
|
11841
|
+
#
|
|
11842
|
+
# To use this API successfully, call it in the same region where your
|
|
11843
|
+
# user's identity resides. For example, if your user's identity is in
|
|
11844
|
+
# us-east-1, make the API call in us-east-1. For more information about
|
|
11845
|
+
# managing identities in Amazon Quick Sight, see [Identity and access
|
|
11846
|
+
# management in Amazon Quick Sight][5] in the Amazon Quick Sight User
|
|
11847
|
+
# Guide.
|
|
11848
|
+
#
|
|
11811
11849
|
# **Getting Identity-Enhanced Credentials**
|
|
11812
11850
|
#
|
|
11813
11851
|
# To obtain identity-enhanced credentials, follow these steps:
|
|
@@ -11815,7 +11853,7 @@ module Aws::QuickSight
|
|
|
11815
11853
|
# * Call the GetIdentityContext API to retrieve an identity token for
|
|
11816
11854
|
# the specified user.
|
|
11817
11855
|
#
|
|
11818
|
-
# * Use the identity token with the [STS AssumeRole API][
|
|
11856
|
+
# * Use the identity token with the [STS AssumeRole API][6] to obtain
|
|
11819
11857
|
# identity-enhanced IAM role session credentials.
|
|
11820
11858
|
#
|
|
11821
11859
|
# **Usage with STS AssumeRole**
|
|
@@ -11838,7 +11876,8 @@ module Aws::QuickSight
|
|
|
11838
11876
|
# [2]: https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboardSnapshotJob.html
|
|
11839
11877
|
# [3]: https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboardSnapshotJobResult.html
|
|
11840
11878
|
# [4]: https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-identity-enhanced-iam-role-sessions.html
|
|
11841
|
-
# [5]: https://docs.aws.amazon.com/
|
|
11879
|
+
# [5]: https://docs.aws.amazon.com/quicksight/latest/userguide/identity.html
|
|
11880
|
+
# [6]: https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
|
|
11842
11881
|
#
|
|
11843
11882
|
# @option params [required, String] :aws_account_id
|
|
11844
11883
|
# The ID for the Amazon Web Services account that the user whose
|
|
@@ -18458,7 +18497,7 @@ module Aws::QuickSight
|
|
|
18458
18497
|
# {
|
|
18459
18498
|
# name: "ColumnName", # required
|
|
18460
18499
|
# id: "ColumnId",
|
|
18461
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
18500
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
18462
18501
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
18463
18502
|
# },
|
|
18464
18503
|
# ],
|
|
@@ -18471,7 +18510,7 @@ module Aws::QuickSight
|
|
|
18471
18510
|
# {
|
|
18472
18511
|
# name: "ColumnName", # required
|
|
18473
18512
|
# id: "ColumnId",
|
|
18474
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
18513
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
18475
18514
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
18476
18515
|
# },
|
|
18477
18516
|
# ],
|
|
@@ -18490,7 +18529,7 @@ module Aws::QuickSight
|
|
|
18490
18529
|
# {
|
|
18491
18530
|
# name: "ColumnName", # required
|
|
18492
18531
|
# id: "ColumnId",
|
|
18493
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
18532
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
18494
18533
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
18495
18534
|
# },
|
|
18496
18535
|
# ],
|
|
@@ -18507,7 +18546,7 @@ module Aws::QuickSight
|
|
|
18507
18546
|
# {
|
|
18508
18547
|
# name: "ColumnName", # required
|
|
18509
18548
|
# id: "ColumnId",
|
|
18510
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
18549
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
18511
18550
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
18512
18551
|
# },
|
|
18513
18552
|
# ],
|
|
@@ -18763,7 +18802,7 @@ module Aws::QuickSight
|
|
|
18763
18802
|
# {
|
|
18764
18803
|
# name: "ColumnName", # required
|
|
18765
18804
|
# id: "ColumnId",
|
|
18766
|
-
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
18805
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
|
|
18767
18806
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
18768
18807
|
# },
|
|
18769
18808
|
# ],
|
|
@@ -21824,7 +21863,7 @@ module Aws::QuickSight
|
|
|
21824
21863
|
tracer: tracer
|
|
21825
21864
|
)
|
|
21826
21865
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
21827
|
-
context[:gem_version] = '1.
|
|
21866
|
+
context[:gem_version] = '1.173.0'
|
|
21828
21867
|
Seahorse::Client::Request.new(handlers, context)
|
|
21829
21868
|
end
|
|
21830
21869
|
|
|
@@ -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,34 @@ 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 `SessionTags` in `GenerateEmbedUrlForAnonymousUser`,
|
|
20849
|
+
#
|
|
20850
|
+
# * Treat `SessionTags` as security credentials. Do not expose
|
|
20851
|
+
# `SessionTags` to end users or client-side code.
|
|
20852
|
+
#
|
|
20853
|
+
# * Implement server-side controls. Ensure that `SessionTags` are set
|
|
20854
|
+
# exclusively by your trusted backend services, not by parameters
|
|
20855
|
+
# that end users can modify.
|
|
20856
|
+
#
|
|
20857
|
+
# * Protect `SessionTags` from enumeration. Ensure that users in one
|
|
20858
|
+
# tenant cannot discover or guess sessionTag values belonging to
|
|
20859
|
+
# other tenants.
|
|
20860
|
+
#
|
|
20861
|
+
# * Review your architecture. If downstream customers or partners are
|
|
20862
|
+
# allowed to call the `GenerateEmbedUrlForAnonymousUser` API
|
|
20863
|
+
# directly, evaluate whether those parties could specify sessionTag
|
|
20864
|
+
# values for tenants they should not access.
|
|
20865
|
+
#
|
|
20866
|
+
# Besides, these are not the tags used for the Amazon Web Services
|
|
20867
|
+
# resource tagging feature. For more information, see [Using Row-Level
|
|
20868
|
+
# Security (RLS) with Tags][1] in the *Amazon Quick Suite User Guide*.
|
|
20849
20869
|
#
|
|
20850
20870
|
#
|
|
20851
20871
|
#
|
|
@@ -23755,6 +23775,10 @@ module Aws::QuickSight
|
|
|
23755
23775
|
#
|
|
23756
23776
|
# @!attribute [rw] type
|
|
23757
23777
|
# The data type of the column.
|
|
23778
|
+
#
|
|
23779
|
+
# **Note:** `SEMISTRUCT` represents Athena's map, row, and struct
|
|
23780
|
+
# data types. It is supported when using the new data preparation
|
|
23781
|
+
# experience.
|
|
23758
23782
|
# @return [String]
|
|
23759
23783
|
#
|
|
23760
23784
|
# @!attribute [rw] sub_type
|
|
@@ -32426,15 +32450,15 @@ module Aws::QuickSight
|
|
|
32426
32450
|
# The state persistence settings of an embedded dashboard.
|
|
32427
32451
|
# @return [Types::StatePersistenceConfigurations]
|
|
32428
32452
|
#
|
|
32429
|
-
# @!attribute [rw] shared_view
|
|
32430
|
-
# The shared view settings of an embedded dashboard.
|
|
32431
|
-
# @return [Types::SharedViewConfigurations]
|
|
32432
|
-
#
|
|
32433
32453
|
# @!attribute [rw] bookmarks
|
|
32434
32454
|
# The bookmarks configuration for an embedded dashboard in Amazon
|
|
32435
32455
|
# Quick Sight.
|
|
32436
32456
|
# @return [Types::BookmarksConfigurations]
|
|
32437
32457
|
#
|
|
32458
|
+
# @!attribute [rw] shared_view
|
|
32459
|
+
# The shared view settings of an embedded dashboard.
|
|
32460
|
+
# @return [Types::SharedViewConfigurations]
|
|
32461
|
+
#
|
|
32438
32462
|
# @!attribute [rw] amazon_q_in_quick_sight
|
|
32439
32463
|
# The Amazon Q configurations of an embedded Amazon Quick Sight
|
|
32440
32464
|
# dashboard.
|
|
@@ -32458,8 +32482,8 @@ module Aws::QuickSight
|
|
|
32458
32482
|
#
|
|
32459
32483
|
class RegisteredUserDashboardFeatureConfigurations < Struct.new(
|
|
32460
32484
|
:state_persistence,
|
|
32461
|
-
:shared_view,
|
|
32462
32485
|
:bookmarks,
|
|
32486
|
+
:shared_view,
|
|
32463
32487
|
:amazon_q_in_quick_sight,
|
|
32464
32488
|
:schedules,
|
|
32465
32489
|
:recent_snapshots,
|
data/lib/aws-sdk-quicksight.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -76717,7 +76717,7 @@ module Aws
|
|
|
76717
76717
|
{
|
|
76718
76718
|
name: ::String,
|
|
76719
76719
|
id: ::String?,
|
|
76720
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
76720
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
76721
76721
|
sub_type: ("FLOAT" | "FIXED")?
|
|
76722
76722
|
},
|
|
76723
76723
|
]
|
|
@@ -76730,7 +76730,7 @@ module Aws
|
|
|
76730
76730
|
{
|
|
76731
76731
|
name: ::String,
|
|
76732
76732
|
id: ::String?,
|
|
76733
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
76733
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
76734
76734
|
sub_type: ("FLOAT" | "FIXED")?
|
|
76735
76735
|
},
|
|
76736
76736
|
]?
|
|
@@ -76749,7 +76749,7 @@ module Aws
|
|
|
76749
76749
|
{
|
|
76750
76750
|
name: ::String,
|
|
76751
76751
|
id: ::String?,
|
|
76752
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
76752
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
76753
76753
|
sub_type: ("FLOAT" | "FIXED")?
|
|
76754
76754
|
},
|
|
76755
76755
|
]
|
|
@@ -76766,7 +76766,7 @@ module Aws
|
|
|
76766
76766
|
{
|
|
76767
76767
|
name: ::String,
|
|
76768
76768
|
id: ::String?,
|
|
76769
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
76769
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
76770
76770
|
sub_type: ("FLOAT" | "FIXED")?
|
|
76771
76771
|
},
|
|
76772
76772
|
]
|
|
@@ -77030,7 +77030,7 @@ module Aws
|
|
|
77030
77030
|
{
|
|
77031
77031
|
name: ::String,
|
|
77032
77032
|
id: ::String?,
|
|
77033
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
77033
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
77034
77034
|
sub_type: ("FLOAT" | "FIXED")?
|
|
77035
77035
|
},
|
|
77036
77036
|
]
|
|
@@ -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: {
|
|
@@ -195195,7 +195195,7 @@ module Aws
|
|
|
195195
195195
|
{
|
|
195196
195196
|
name: ::String,
|
|
195197
195197
|
id: ::String?,
|
|
195198
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
195198
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
195199
195199
|
sub_type: ("FLOAT" | "FIXED")?
|
|
195200
195200
|
},
|
|
195201
195201
|
]
|
|
@@ -195208,7 +195208,7 @@ module Aws
|
|
|
195208
195208
|
{
|
|
195209
195209
|
name: ::String,
|
|
195210
195210
|
id: ::String?,
|
|
195211
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
195211
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
195212
195212
|
sub_type: ("FLOAT" | "FIXED")?
|
|
195213
195213
|
},
|
|
195214
195214
|
]?
|
|
@@ -195227,7 +195227,7 @@ module Aws
|
|
|
195227
195227
|
{
|
|
195228
195228
|
name: ::String,
|
|
195229
195229
|
id: ::String?,
|
|
195230
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
195230
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
195231
195231
|
sub_type: ("FLOAT" | "FIXED")?
|
|
195232
195232
|
},
|
|
195233
195233
|
]
|
|
@@ -195244,7 +195244,7 @@ module Aws
|
|
|
195244
195244
|
{
|
|
195245
195245
|
name: ::String,
|
|
195246
195246
|
id: ::String?,
|
|
195247
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
195247
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
195248
195248
|
sub_type: ("FLOAT" | "FIXED")?
|
|
195249
195249
|
},
|
|
195250
195250
|
]
|
|
@@ -195494,7 +195494,7 @@ module Aws
|
|
|
195494
195494
|
{
|
|
195495
195495
|
name: ::String,
|
|
195496
195496
|
id: ::String?,
|
|
195497
|
-
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
195497
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
|
|
195498
195498
|
sub_type: ("FLOAT" | "FIXED")?
|
|
195499
195499
|
},
|
|
195500
195500
|
]
|
data/sig/types.rbs
CHANGED
|
@@ -6097,7 +6097,7 @@ module Aws::QuickSight
|
|
|
6097
6097
|
class InputColumn
|
|
6098
6098
|
attr_accessor name: ::String
|
|
6099
6099
|
attr_accessor id: ::String
|
|
6100
|
-
attr_accessor type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON")
|
|
6100
|
+
attr_accessor type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT")
|
|
6101
6101
|
attr_accessor sub_type: ("FLOAT" | "FIXED")
|
|
6102
6102
|
SENSITIVE: []
|
|
6103
6103
|
end
|
|
@@ -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
|