aws-sdk-quicksight 1.173.0 → 1.174.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 +86 -63
- data/lib/aws-sdk-quicksight/client_api.rb +6 -0
- data/lib/aws-sdk-quicksight/types.rb +95 -67
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +14 -2
- data/sig/types.rbs +6 -0
- 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: 38772df39de8e67c63273b7db436572a5f5d57dc8371173ffdbc73b5f9ca1cb2
|
|
4
|
+
data.tar.gz: 2e26b63c061256f18ef3afaa8b13cdadbce6a6a8c24e15c55c35cb6f91141669
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cde8fa7a58c97c44b2586387e6692286bae4cd0d1bbedf9aa49c0abf35e4cd945570a3e3b29d6206ab818ac59fe9ac49e35a3d1407fdd44d3c18cab2725bad1
|
|
7
|
+
data.tar.gz: 26592a6886257eeffe4ec9ca4023f0e475daa17bee7fe34fd816811efecf1c4353cd09d660e992bd1898fd33b847eb3cdbe6108a47456dc4833fb715f446c8fa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.174.0 (2026-03-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added several new values for Capabilities, increased visual limit per sheet from previous limit to 75, renamed Quick Suite to Quick in several places.
|
|
8
|
+
|
|
4
9
|
1.173.0 (2026-02-23)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.174.0
|
|
@@ -1972,7 +1972,7 @@ module Aws::QuickSight
|
|
|
1972
1972
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
1973
1973
|
#
|
|
1974
1974
|
# @option params [required, String] :brand_id
|
|
1975
|
-
# The ID of the Quick
|
|
1975
|
+
# The ID of the Quick brand.
|
|
1976
1976
|
#
|
|
1977
1977
|
# @option params [Types::BrandDefinition] :brand_definition
|
|
1978
1978
|
# The definition of the brand.
|
|
@@ -2229,6 +2229,7 @@ module Aws::QuickSight
|
|
|
2229
2229
|
# publish_without_approval: "DENY", # accepts DENY
|
|
2230
2230
|
# use_bedrock_models: "DENY", # accepts DENY
|
|
2231
2231
|
# perform_flow_ui_task: "DENY", # accepts DENY
|
|
2232
|
+
# approve_flow_share_requests: "DENY", # accepts DENY
|
|
2232
2233
|
# use_agent_web_search: "DENY", # accepts DENY
|
|
2233
2234
|
# knowledge_base: "DENY", # accepts DENY
|
|
2234
2235
|
# action: "DENY", # accepts DENY
|
|
@@ -2404,11 +2405,16 @@ module Aws::QuickSight
|
|
|
2404
2405
|
# create_and_update_new_relic_action: "DENY", # accepts DENY
|
|
2405
2406
|
# share_new_relic_action: "DENY", # accepts DENY
|
|
2406
2407
|
# use_new_relic_action: "DENY", # accepts DENY
|
|
2408
|
+
# topic: "DENY", # accepts DENY
|
|
2409
|
+
# edit_visual_with_q: "DENY", # accepts DENY
|
|
2410
|
+
# build_calculated_field_with_q: "DENY", # accepts DENY
|
|
2411
|
+
# create_dashboard_executive_summary_with_q: "DENY", # accepts DENY
|
|
2407
2412
|
# space: "DENY", # accepts DENY
|
|
2408
2413
|
# chat_agent: "DENY", # accepts DENY
|
|
2409
2414
|
# create_chat_agents: "DENY", # accepts DENY
|
|
2410
2415
|
# research: "DENY", # accepts DENY
|
|
2411
2416
|
# self_upgrade_user_role: "DENY", # accepts DENY
|
|
2417
|
+
# extension: "DENY", # accepts DENY
|
|
2412
2418
|
# },
|
|
2413
2419
|
# tags: [
|
|
2414
2420
|
# {
|
|
@@ -5584,7 +5590,7 @@ module Aws::QuickSight
|
|
|
5584
5590
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
5585
5591
|
#
|
|
5586
5592
|
# @option params [required, String] :brand_id
|
|
5587
|
-
# The ID of the Quick
|
|
5593
|
+
# The ID of the Quick brand.
|
|
5588
5594
|
#
|
|
5589
5595
|
# @return [Types::DeleteBrandResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5590
5596
|
#
|
|
@@ -7671,7 +7677,7 @@ module Aws::QuickSight
|
|
|
7671
7677
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
7672
7678
|
#
|
|
7673
7679
|
# @option params [required, String] :brand_id
|
|
7674
|
-
# The ID of the Quick
|
|
7680
|
+
# The ID of the Quick brand.
|
|
7675
7681
|
#
|
|
7676
7682
|
# @option params [String] :version_id
|
|
7677
7683
|
# The ID of the specific version. The default value is the latest
|
|
@@ -7806,7 +7812,7 @@ module Aws::QuickSight
|
|
|
7806
7812
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
7807
7813
|
#
|
|
7808
7814
|
# @option params [required, String] :brand_id
|
|
7809
|
-
# The ID of the Quick
|
|
7815
|
+
# The ID of the Quick brand.
|
|
7810
7816
|
#
|
|
7811
7817
|
# @return [Types::DescribeBrandPublishedVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
7812
7818
|
#
|
|
@@ -7956,6 +7962,7 @@ module Aws::QuickSight
|
|
|
7956
7962
|
# resp.custom_permissions.capabilities.publish_without_approval #=> String, one of "DENY"
|
|
7957
7963
|
# resp.custom_permissions.capabilities.use_bedrock_models #=> String, one of "DENY"
|
|
7958
7964
|
# resp.custom_permissions.capabilities.perform_flow_ui_task #=> String, one of "DENY"
|
|
7965
|
+
# resp.custom_permissions.capabilities.approve_flow_share_requests #=> String, one of "DENY"
|
|
7959
7966
|
# resp.custom_permissions.capabilities.use_agent_web_search #=> String, one of "DENY"
|
|
7960
7967
|
# resp.custom_permissions.capabilities.knowledge_base #=> String, one of "DENY"
|
|
7961
7968
|
# resp.custom_permissions.capabilities.action #=> String, one of "DENY"
|
|
@@ -8131,11 +8138,16 @@ module Aws::QuickSight
|
|
|
8131
8138
|
# resp.custom_permissions.capabilities.create_and_update_new_relic_action #=> String, one of "DENY"
|
|
8132
8139
|
# resp.custom_permissions.capabilities.share_new_relic_action #=> String, one of "DENY"
|
|
8133
8140
|
# resp.custom_permissions.capabilities.use_new_relic_action #=> String, one of "DENY"
|
|
8141
|
+
# resp.custom_permissions.capabilities.topic #=> String, one of "DENY"
|
|
8142
|
+
# resp.custom_permissions.capabilities.edit_visual_with_q #=> String, one of "DENY"
|
|
8143
|
+
# resp.custom_permissions.capabilities.build_calculated_field_with_q #=> String, one of "DENY"
|
|
8144
|
+
# resp.custom_permissions.capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY"
|
|
8134
8145
|
# resp.custom_permissions.capabilities.space #=> String, one of "DENY"
|
|
8135
8146
|
# resp.custom_permissions.capabilities.chat_agent #=> String, one of "DENY"
|
|
8136
8147
|
# resp.custom_permissions.capabilities.create_chat_agents #=> String, one of "DENY"
|
|
8137
8148
|
# resp.custom_permissions.capabilities.research #=> String, one of "DENY"
|
|
8138
8149
|
# resp.custom_permissions.capabilities.self_upgrade_user_role #=> String, one of "DENY"
|
|
8150
|
+
# resp.custom_permissions.capabilities.extension #=> String, one of "DENY"
|
|
8139
8151
|
# resp.request_id #=> String
|
|
8140
8152
|
#
|
|
8141
8153
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeCustomPermissions AWS API Documentation
|
|
@@ -10093,15 +10105,15 @@ module Aws::QuickSight
|
|
|
10093
10105
|
req.send_request(options)
|
|
10094
10106
|
end
|
|
10095
10107
|
|
|
10096
|
-
# Describes the self-upgrade configuration for a Quick
|
|
10108
|
+
# Describes the self-upgrade configuration for a Quick account.
|
|
10097
10109
|
#
|
|
10098
10110
|
# @option params [required, String] :aws_account_id
|
|
10099
10111
|
# The ID of the Amazon Web Services account that contains the Quick
|
|
10100
|
-
#
|
|
10112
|
+
# self-upgrade configuration.
|
|
10101
10113
|
#
|
|
10102
10114
|
# @option params [required, String] :namespace
|
|
10103
|
-
# The Quick
|
|
10104
|
-
#
|
|
10115
|
+
# The Quick namespace that you want to describe the Quick self-upgrade
|
|
10116
|
+
# configuration for.
|
|
10105
10117
|
#
|
|
10106
10118
|
# @return [Types::DescribeSelfUpgradeConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
10107
10119
|
#
|
|
@@ -11086,7 +11098,7 @@ module Aws::QuickSight
|
|
|
11086
11098
|
req.send_request(options)
|
|
11087
11099
|
end
|
|
11088
11100
|
|
|
11089
|
-
# Generates an embed URL that you can use to embed an Amazon Quick
|
|
11101
|
+
# Generates an embed URL that you can use to embed an Amazon Quick
|
|
11090
11102
|
# dashboard or visual in your website, without having to register any
|
|
11091
11103
|
# reader users. Before you use this action, make sure that you have
|
|
11092
11104
|
# configured the dashboards and permissions.
|
|
@@ -11104,14 +11116,14 @@ module Aws::QuickSight
|
|
|
11104
11116
|
# session duration is 10 hours.
|
|
11105
11117
|
#
|
|
11106
11118
|
# * You are charged only when the URL is used or there is interaction
|
|
11107
|
-
# with Amazon Quick
|
|
11119
|
+
# with Amazon Quick.
|
|
11108
11120
|
#
|
|
11109
11121
|
# For more information, see [Embedded Analytics][1] in the *Amazon Quick
|
|
11110
|
-
#
|
|
11122
|
+
# User Guide*.
|
|
11111
11123
|
#
|
|
11112
11124
|
# For more information about the high-level steps for embedding and for
|
|
11113
11125
|
# an interactive demo of the ways you can customize embedding, visit the
|
|
11114
|
-
# [Amazon Quick
|
|
11126
|
+
# [Amazon Quick Developer Portal][2].
|
|
11115
11127
|
#
|
|
11116
11128
|
#
|
|
11117
11129
|
#
|
|
@@ -11128,8 +11140,8 @@ module Aws::QuickSight
|
|
|
11128
11140
|
#
|
|
11129
11141
|
# @option params [required, String] :namespace
|
|
11130
11142
|
# The Amazon Quick Sight namespace that the anonymous user virtually
|
|
11131
|
-
# belongs to. If you are not using an Amazon Quick
|
|
11132
|
-
#
|
|
11143
|
+
# belongs to. If you are not using an Amazon Quick custom namespace, set
|
|
11144
|
+
# this to `default`.
|
|
11133
11145
|
#
|
|
11134
11146
|
# @option params [Array<Types::SessionTag>] :session_tags
|
|
11135
11147
|
# Session tags are user-specified strings that identify a session in
|
|
@@ -11159,7 +11171,7 @@ module Aws::QuickSight
|
|
|
11159
11171
|
#
|
|
11160
11172
|
# Besides, these are not the tags used for the Amazon Web Services
|
|
11161
11173
|
# resource tagging feature. For more information, see [Using Row-Level
|
|
11162
|
-
# Security (RLS) with Tags][1] in the *Amazon Quick
|
|
11174
|
+
# Security (RLS) with Tags][1] in the *Amazon Quick User Guide*.
|
|
11163
11175
|
#
|
|
11164
11176
|
#
|
|
11165
11177
|
#
|
|
@@ -11257,11 +11269,11 @@ module Aws::QuickSight
|
|
|
11257
11269
|
req.send_request(options)
|
|
11258
11270
|
end
|
|
11259
11271
|
|
|
11260
|
-
# Generates an embed URL that you can use to embed an Amazon Quick
|
|
11272
|
+
# Generates an embed URL that you can use to embed an Amazon Quick
|
|
11261
11273
|
# experience in your website. This action can be used for any type of
|
|
11262
|
-
# user registered in an Amazon Quick
|
|
11274
|
+
# user registered in an Amazon Quick account. Before you use this
|
|
11263
11275
|
# action, make sure that you have configured the relevant Amazon Quick
|
|
11264
|
-
#
|
|
11276
|
+
# resource and permissions.
|
|
11265
11277
|
#
|
|
11266
11278
|
# The following rules apply to the generated URL:
|
|
11267
11279
|
#
|
|
@@ -11277,14 +11289,14 @@ module Aws::QuickSight
|
|
|
11277
11289
|
# hours (maximum). The default session duration is 10 hours.
|
|
11278
11290
|
#
|
|
11279
11291
|
# * You are charged only when the URL is used or there is interaction
|
|
11280
|
-
# with Amazon Quick
|
|
11292
|
+
# with Amazon Quick.
|
|
11281
11293
|
#
|
|
11282
11294
|
# For more information, see [Embedded Analytics][1] in the *Amazon Quick
|
|
11283
|
-
#
|
|
11295
|
+
# User Guide*.
|
|
11284
11296
|
#
|
|
11285
11297
|
# For more information about the high-level steps for embedding and for
|
|
11286
11298
|
# an interactive demo of the ways you can customize embedding, visit the
|
|
11287
|
-
# [Amazon Quick
|
|
11299
|
+
# [Amazon Quick Developer Portal][2].
|
|
11288
11300
|
#
|
|
11289
11301
|
#
|
|
11290
11302
|
#
|
|
@@ -11304,8 +11316,8 @@ module Aws::QuickSight
|
|
|
11304
11316
|
#
|
|
11305
11317
|
# @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
|
|
11306
11318
|
# The experience that you want to embed. For registered users, you can
|
|
11307
|
-
# embed Quick
|
|
11308
|
-
#
|
|
11319
|
+
# embed Quick dashboards, Amazon Quick Sight visuals, the Amazon Quick
|
|
11320
|
+
# Sight Q search bar, the Amazon Quick Sight Generative Q&A
|
|
11309
11321
|
# experience, or the entire Amazon Quick Sight console.
|
|
11310
11322
|
#
|
|
11311
11323
|
# @option params [Array<String>] :allowed_domains
|
|
@@ -11458,7 +11470,7 @@ module Aws::QuickSight
|
|
|
11458
11470
|
#
|
|
11459
11471
|
# @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
|
|
11460
11472
|
# The type of experience you want to embed. For registered users, you
|
|
11461
|
-
# can embed Quick
|
|
11473
|
+
# can embed Quick dashboards or the Amazon Quick Sight console.
|
|
11462
11474
|
#
|
|
11463
11475
|
# <note markdown="1"> Exactly one of the experience configurations is required. You can
|
|
11464
11476
|
# choose `Dashboard` or `QuickSightConsole`. You cannot choose more than
|
|
@@ -11593,18 +11605,18 @@ module Aws::QuickSight
|
|
|
11593
11605
|
# * They are valid for 5 minutes after you run this command.
|
|
11594
11606
|
#
|
|
11595
11607
|
# * You are charged only when the URL is used or there is interaction
|
|
11596
|
-
# with Quick
|
|
11608
|
+
# with Quick.
|
|
11597
11609
|
#
|
|
11598
11610
|
# * The resulting user session is valid for 15 minutes (default) up to
|
|
11599
11611
|
# 10 hours (maximum). You can use the optional
|
|
11600
11612
|
# `SessionLifetimeInMinutes` parameter to customize session duration.
|
|
11601
11613
|
#
|
|
11602
11614
|
# For more information, see [Embedding Analytics Using
|
|
11603
|
-
# GetDashboardEmbedUrl][1] in the *Amazon Quick
|
|
11615
|
+
# GetDashboardEmbedUrl][1] in the *Amazon Quick User Guide*.
|
|
11604
11616
|
#
|
|
11605
11617
|
# For more information about the high-level steps for embedding and for
|
|
11606
11618
|
# an interactive demo of the ways you can customize embedding, visit the
|
|
11607
|
-
# [Amazon Quick
|
|
11619
|
+
# [Amazon Quick Developer Portal][2].
|
|
11608
11620
|
#
|
|
11609
11621
|
#
|
|
11610
11622
|
#
|
|
@@ -11645,10 +11657,10 @@ module Aws::QuickSight
|
|
|
11645
11657
|
# the user session is not persisted. The default is `FALSE`.
|
|
11646
11658
|
#
|
|
11647
11659
|
# @option params [String] :user_arn
|
|
11648
|
-
# The Amazon Quick
|
|
11649
|
-
#
|
|
11650
|
-
#
|
|
11651
|
-
#
|
|
11660
|
+
# The Amazon Quick user's Amazon Resource Name (ARN), for use with
|
|
11661
|
+
# `QUICKSIGHT` identity type. You can use this for any Amazon Quick
|
|
11662
|
+
# users in your account (readers, authors, or admins) authenticated as
|
|
11663
|
+
# one of the following:
|
|
11652
11664
|
#
|
|
11653
11665
|
# * Active Directory (AD) users or group members
|
|
11654
11666
|
#
|
|
@@ -11670,7 +11682,7 @@ module Aws::QuickSight
|
|
|
11670
11682
|
# A list of one or more dashboard IDs that you want anonymous users to
|
|
11671
11683
|
# have tempporary access to. Currently, the `IdentityType` parameter
|
|
11672
11684
|
# must be set to `ANONYMOUS` because other identity types authenticate
|
|
11673
|
-
# as Quick
|
|
11685
|
+
# as Quick or IAM users. For example, if you set "`--dashboard-id
|
|
11674
11686
|
# dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS`",
|
|
11675
11687
|
# the session can access all three dashboards.
|
|
11676
11688
|
#
|
|
@@ -11941,11 +11953,11 @@ module Aws::QuickSight
|
|
|
11941
11953
|
# permissions profile to the user with the ` UpdateUser ` API operation.
|
|
11942
11954
|
# Use ` RegisterUser ` API operation to add a new user with a custom
|
|
11943
11955
|
# permission profile attached. For more information, see the following
|
|
11944
|
-
# sections in the *Amazon Quick
|
|
11956
|
+
# sections in the *Amazon Quick User Guide*:
|
|
11945
11957
|
#
|
|
11946
11958
|
# * [Embedding Analytics][1]
|
|
11947
11959
|
#
|
|
11948
|
-
# * [Customizing Access to the Amazon Quick
|
|
11960
|
+
# * [Customizing Access to the Amazon Quick Console][2]
|
|
11949
11961
|
#
|
|
11950
11962
|
#
|
|
11951
11963
|
#
|
|
@@ -11979,10 +11991,10 @@ module Aws::QuickSight
|
|
|
11979
11991
|
# 15-600 minutes.
|
|
11980
11992
|
#
|
|
11981
11993
|
# @option params [String] :user_arn
|
|
11982
|
-
# The Amazon Quick
|
|
11983
|
-
#
|
|
11984
|
-
#
|
|
11985
|
-
#
|
|
11994
|
+
# The Amazon Quick user's Amazon Resource Name (ARN), for use with
|
|
11995
|
+
# `QUICKSIGHT` identity type. You can use this for any type of Amazon
|
|
11996
|
+
# Quick users in your account (readers, authors, or admins). They need
|
|
11997
|
+
# to be authenticated as one of the following:
|
|
11986
11998
|
#
|
|
11987
11999
|
# 1. Active Directory (AD) users or group members
|
|
11988
12000
|
#
|
|
@@ -12362,6 +12374,7 @@ module Aws::QuickSight
|
|
|
12362
12374
|
# resp.custom_permissions_list[0].capabilities.publish_without_approval #=> String, one of "DENY"
|
|
12363
12375
|
# resp.custom_permissions_list[0].capabilities.use_bedrock_models #=> String, one of "DENY"
|
|
12364
12376
|
# resp.custom_permissions_list[0].capabilities.perform_flow_ui_task #=> String, one of "DENY"
|
|
12377
|
+
# resp.custom_permissions_list[0].capabilities.approve_flow_share_requests #=> String, one of "DENY"
|
|
12365
12378
|
# resp.custom_permissions_list[0].capabilities.use_agent_web_search #=> String, one of "DENY"
|
|
12366
12379
|
# resp.custom_permissions_list[0].capabilities.knowledge_base #=> String, one of "DENY"
|
|
12367
12380
|
# resp.custom_permissions_list[0].capabilities.action #=> String, one of "DENY"
|
|
@@ -12537,11 +12550,16 @@ module Aws::QuickSight
|
|
|
12537
12550
|
# resp.custom_permissions_list[0].capabilities.create_and_update_new_relic_action #=> String, one of "DENY"
|
|
12538
12551
|
# resp.custom_permissions_list[0].capabilities.share_new_relic_action #=> String, one of "DENY"
|
|
12539
12552
|
# resp.custom_permissions_list[0].capabilities.use_new_relic_action #=> String, one of "DENY"
|
|
12553
|
+
# resp.custom_permissions_list[0].capabilities.topic #=> String, one of "DENY"
|
|
12554
|
+
# resp.custom_permissions_list[0].capabilities.edit_visual_with_q #=> String, one of "DENY"
|
|
12555
|
+
# resp.custom_permissions_list[0].capabilities.build_calculated_field_with_q #=> String, one of "DENY"
|
|
12556
|
+
# resp.custom_permissions_list[0].capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY"
|
|
12540
12557
|
# resp.custom_permissions_list[0].capabilities.space #=> String, one of "DENY"
|
|
12541
12558
|
# resp.custom_permissions_list[0].capabilities.chat_agent #=> String, one of "DENY"
|
|
12542
12559
|
# resp.custom_permissions_list[0].capabilities.create_chat_agents #=> String, one of "DENY"
|
|
12543
12560
|
# resp.custom_permissions_list[0].capabilities.research #=> String, one of "DENY"
|
|
12544
12561
|
# resp.custom_permissions_list[0].capabilities.self_upgrade_user_role #=> String, one of "DENY"
|
|
12562
|
+
# resp.custom_permissions_list[0].capabilities.extension #=> String, one of "DENY"
|
|
12545
12563
|
# resp.next_token #=> String
|
|
12546
12564
|
# resp.request_id #=> String
|
|
12547
12565
|
#
|
|
@@ -13714,14 +13732,14 @@ module Aws::QuickSight
|
|
|
13714
13732
|
req.send_request(options)
|
|
13715
13733
|
end
|
|
13716
13734
|
|
|
13717
|
-
# Lists all self-upgrade requests for a Quick
|
|
13735
|
+
# Lists all self-upgrade requests for a Quick account.
|
|
13718
13736
|
#
|
|
13719
13737
|
# @option params [required, String] :aws_account_id
|
|
13720
13738
|
# The ID of the Amazon Web Services account that contains the
|
|
13721
13739
|
# self-upgrade requests.
|
|
13722
13740
|
#
|
|
13723
13741
|
# @option params [required, String] :namespace
|
|
13724
|
-
# The Quick
|
|
13742
|
+
# The Quick namespace for the self-upgrade requests.
|
|
13725
13743
|
#
|
|
13726
13744
|
# @option params [String] :next_token
|
|
13727
13745
|
# The token for the next set of results, or null if there are no more
|
|
@@ -14908,9 +14926,9 @@ module Aws::QuickSight
|
|
|
14908
14926
|
# user is authenticated and receives the embed URL that is specific to
|
|
14909
14927
|
# that user. The IAM Identity Center application that the user has
|
|
14910
14928
|
# logged into needs to have [trusted Identity Propagation enabled for
|
|
14911
|
-
# Quick
|
|
14912
|
-
#
|
|
14913
|
-
#
|
|
14929
|
+
# Quick][2] with the scope value set to `quicksight:read`. Before you
|
|
14930
|
+
# use this action, make sure that you have configured the relevant Quick
|
|
14931
|
+
# resource and permissions.
|
|
14914
14932
|
#
|
|
14915
14933
|
# We recommend enabling the `QSearchStatus` API to unlock the full
|
|
14916
14934
|
# potential of `PredictQnA`. When `QSearchStatus` is enabled, it first
|
|
@@ -15851,7 +15869,7 @@ module Aws::QuickSight
|
|
|
15851
15869
|
req.send_request(options)
|
|
15852
15870
|
end
|
|
15853
15871
|
|
|
15854
|
-
# Searches for any Q topic that exists in an Quick
|
|
15872
|
+
# Searches for any Q topic that exists in an Quick account.
|
|
15855
15873
|
#
|
|
15856
15874
|
# @option params [required, String] :aws_account_id
|
|
15857
15875
|
# The ID of the Amazon Web Services account that contains the topic that
|
|
@@ -17512,16 +17530,16 @@ module Aws::QuickSight
|
|
|
17512
17530
|
req.send_request(options)
|
|
17513
17531
|
end
|
|
17514
17532
|
|
|
17515
|
-
# Updates an Quick
|
|
17516
|
-
# operation only supports Quick
|
|
17517
|
-
#
|
|
17533
|
+
# Updates an Quick application with a token exchange grant. This
|
|
17534
|
+
# operation only supports Quick applications that are registered with
|
|
17535
|
+
# IAM Identity Center.
|
|
17518
17536
|
#
|
|
17519
17537
|
# @option params [required, String] :aws_account_id
|
|
17520
17538
|
# The ID of the Amazon Web Services account to be updated with a token
|
|
17521
17539
|
# exchange grant.
|
|
17522
17540
|
#
|
|
17523
17541
|
# @option params [required, String] :namespace
|
|
17524
|
-
# The namespace of the Quick
|
|
17542
|
+
# The namespace of the Quick application.
|
|
17525
17543
|
#
|
|
17526
17544
|
# @return [Types::UpdateApplicationWithTokenExchangeGrantResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
17527
17545
|
#
|
|
@@ -17555,7 +17573,7 @@ module Aws::QuickSight
|
|
|
17555
17573
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
17556
17574
|
#
|
|
17557
17575
|
# @option params [required, String] :brand_id
|
|
17558
|
-
# The ID of the Quick
|
|
17576
|
+
# The ID of the Quick brand.
|
|
17559
17577
|
#
|
|
17560
17578
|
# @option params [Types::BrandDefinition] :brand_definition
|
|
17561
17579
|
# The definition of the brand.
|
|
@@ -17787,7 +17805,7 @@ module Aws::QuickSight
|
|
|
17787
17805
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
17788
17806
|
#
|
|
17789
17807
|
# @option params [required, String] :brand_id
|
|
17790
|
-
# The ID of the Quick
|
|
17808
|
+
# The ID of the Quick brand.
|
|
17791
17809
|
#
|
|
17792
17810
|
# @option params [required, String] :version_id
|
|
17793
17811
|
# The ID of the published version.
|
|
@@ -17873,6 +17891,7 @@ module Aws::QuickSight
|
|
|
17873
17891
|
# publish_without_approval: "DENY", # accepts DENY
|
|
17874
17892
|
# use_bedrock_models: "DENY", # accepts DENY
|
|
17875
17893
|
# perform_flow_ui_task: "DENY", # accepts DENY
|
|
17894
|
+
# approve_flow_share_requests: "DENY", # accepts DENY
|
|
17876
17895
|
# use_agent_web_search: "DENY", # accepts DENY
|
|
17877
17896
|
# knowledge_base: "DENY", # accepts DENY
|
|
17878
17897
|
# action: "DENY", # accepts DENY
|
|
@@ -18048,11 +18067,16 @@ module Aws::QuickSight
|
|
|
18048
18067
|
# create_and_update_new_relic_action: "DENY", # accepts DENY
|
|
18049
18068
|
# share_new_relic_action: "DENY", # accepts DENY
|
|
18050
18069
|
# use_new_relic_action: "DENY", # accepts DENY
|
|
18070
|
+
# topic: "DENY", # accepts DENY
|
|
18071
|
+
# edit_visual_with_q: "DENY", # accepts DENY
|
|
18072
|
+
# build_calculated_field_with_q: "DENY", # accepts DENY
|
|
18073
|
+
# create_dashboard_executive_summary_with_q: "DENY", # accepts DENY
|
|
18051
18074
|
# space: "DENY", # accepts DENY
|
|
18052
18075
|
# chat_agent: "DENY", # accepts DENY
|
|
18053
18076
|
# create_chat_agents: "DENY", # accepts DENY
|
|
18054
18077
|
# research: "DENY", # accepts DENY
|
|
18055
18078
|
# self_upgrade_user_role: "DENY", # accepts DENY
|
|
18079
|
+
# extension: "DENY", # accepts DENY
|
|
18056
18080
|
# },
|
|
18057
18081
|
# })
|
|
18058
18082
|
#
|
|
@@ -20270,8 +20294,8 @@ module Aws::QuickSight
|
|
|
20270
20294
|
# Before you can turn on public sharing on your account, make sure to
|
|
20271
20295
|
# give public sharing permissions to an administrative user in the
|
|
20272
20296
|
# Identity and Access Management (IAM) console. For more information on
|
|
20273
|
-
# using IAM with Amazon Quick Sight, see [Using Quick
|
|
20274
|
-
#
|
|
20297
|
+
# using IAM with Amazon Quick Sight, see [Using Quick with IAM][1] in
|
|
20298
|
+
# the *Amazon Quick Sight User Guide*.
|
|
20275
20299
|
#
|
|
20276
20300
|
#
|
|
20277
20301
|
#
|
|
@@ -20283,7 +20307,7 @@ module Aws::QuickSight
|
|
|
20283
20307
|
#
|
|
20284
20308
|
# @option params [Boolean] :public_sharing_enabled
|
|
20285
20309
|
# A Boolean value that indicates whether public sharing is turned on for
|
|
20286
|
-
# an Quick
|
|
20310
|
+
# an Quick account.
|
|
20287
20311
|
#
|
|
20288
20312
|
# @return [Types::UpdatePublicSharingSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
20289
20313
|
#
|
|
@@ -20532,15 +20556,15 @@ module Aws::QuickSight
|
|
|
20532
20556
|
req.send_request(options)
|
|
20533
20557
|
end
|
|
20534
20558
|
|
|
20535
|
-
# Updates a self-upgrade request for a Quick
|
|
20536
|
-
#
|
|
20559
|
+
# Updates a self-upgrade request for a Quick user by approving, denying,
|
|
20560
|
+
# or verifying the request.
|
|
20537
20561
|
#
|
|
20538
20562
|
# @option params [required, String] :aws_account_id
|
|
20539
20563
|
# The ID of the Amazon Web Services account that contains the
|
|
20540
20564
|
# self-upgrade request.
|
|
20541
20565
|
#
|
|
20542
20566
|
# @option params [required, String] :namespace
|
|
20543
|
-
# The Quick
|
|
20567
|
+
# The Quick namespace for the self-upgrade request.
|
|
20544
20568
|
#
|
|
20545
20569
|
# @option params [required, String] :upgrade_request_id
|
|
20546
20570
|
# The ID of the self-upgrade request to update.
|
|
@@ -20587,19 +20611,18 @@ module Aws::QuickSight
|
|
|
20587
20611
|
req.send_request(options)
|
|
20588
20612
|
end
|
|
20589
20613
|
|
|
20590
|
-
# Updates the self-upgrade configuration for a Quick
|
|
20614
|
+
# Updates the self-upgrade configuration for a Quick account.
|
|
20591
20615
|
#
|
|
20592
20616
|
# @option params [required, String] :aws_account_id
|
|
20593
20617
|
# The ID of the Amazon Web Services account that contains the Quick
|
|
20594
|
-
#
|
|
20618
|
+
# self-upgrade configuration that you want to update.
|
|
20595
20619
|
#
|
|
20596
20620
|
# @option params [required, String] :namespace
|
|
20597
|
-
# The Quick
|
|
20598
|
-
#
|
|
20621
|
+
# The Quick namespace that you want to update the Quick self-upgrade
|
|
20622
|
+
# configuration for.
|
|
20599
20623
|
#
|
|
20600
20624
|
# @option params [required, String] :self_upgrade_status
|
|
20601
|
-
# The self-upgrade status that you want to set for the Quick
|
|
20602
|
-
# account.
|
|
20625
|
+
# The self-upgrade status that you want to set for the Quick account.
|
|
20603
20626
|
#
|
|
20604
20627
|
# @return [Types::UpdateSelfUpgradeConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
20605
20628
|
#
|
|
@@ -21863,7 +21886,7 @@ module Aws::QuickSight
|
|
|
21863
21886
|
tracer: tracer
|
|
21864
21887
|
)
|
|
21865
21888
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
21866
|
-
context[:gem_version] = '1.
|
|
21889
|
+
context[:gem_version] = '1.174.0'
|
|
21867
21890
|
Seahorse::Client::Request.new(handlers, context)
|
|
21868
21891
|
end
|
|
21869
21892
|
|
|
@@ -3474,6 +3474,7 @@ module Aws::QuickSight
|
|
|
3474
3474
|
Capabilities.add_member(:publish_without_approval, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "PublishWithoutApproval"))
|
|
3475
3475
|
Capabilities.add_member(:use_bedrock_models, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseBedrockModels"))
|
|
3476
3476
|
Capabilities.add_member(:perform_flow_ui_task, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "PerformFlowUiTask"))
|
|
3477
|
+
Capabilities.add_member(:approve_flow_share_requests, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ApproveFlowShareRequests"))
|
|
3477
3478
|
Capabilities.add_member(:use_agent_web_search, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseAgentWebSearch"))
|
|
3478
3479
|
Capabilities.add_member(:knowledge_base, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "KnowledgeBase"))
|
|
3479
3480
|
Capabilities.add_member(:action, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Action"))
|
|
@@ -3649,11 +3650,16 @@ module Aws::QuickSight
|
|
|
3649
3650
|
Capabilities.add_member(:create_and_update_new_relic_action, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateAndUpdateNewRelicAction"))
|
|
3650
3651
|
Capabilities.add_member(:share_new_relic_action, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ShareNewRelicAction"))
|
|
3651
3652
|
Capabilities.add_member(:use_new_relic_action, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseNewRelicAction"))
|
|
3653
|
+
Capabilities.add_member(:topic, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Topic"))
|
|
3654
|
+
Capabilities.add_member(:edit_visual_with_q, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "EditVisualWithQ"))
|
|
3655
|
+
Capabilities.add_member(:build_calculated_field_with_q, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "BuildCalculatedFieldWithQ"))
|
|
3656
|
+
Capabilities.add_member(:create_dashboard_executive_summary_with_q, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateDashboardExecutiveSummaryWithQ"))
|
|
3652
3657
|
Capabilities.add_member(:space, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Space"))
|
|
3653
3658
|
Capabilities.add_member(:chat_agent, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ChatAgent"))
|
|
3654
3659
|
Capabilities.add_member(:create_chat_agents, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateChatAgents"))
|
|
3655
3660
|
Capabilities.add_member(:research, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Research"))
|
|
3656
3661
|
Capabilities.add_member(:self_upgrade_user_role, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "SelfUpgradeUserRole"))
|
|
3662
|
+
Capabilities.add_member(:extension, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Extension"))
|
|
3657
3663
|
Capabilities.struct_class = Types::Capabilities
|
|
3658
3664
|
|
|
3659
3665
|
CascadingControlConfiguration.add_member(:source_controls, Shapes::ShapeRef.new(shape: CascadingControlSourceList, location_name: "SourceControls"))
|
|
@@ -93,8 +93,8 @@ module Aws::QuickSight
|
|
|
93
93
|
# @!attribute [rw] account_name
|
|
94
94
|
# The account name that you provided for the Amazon Quick Sight
|
|
95
95
|
# subscription in your Amazon Web Services account. You create this
|
|
96
|
-
# name when you sign up for Quick
|
|
97
|
-
#
|
|
96
|
+
# name when you sign up for Quick. It's unique over all of Amazon Web
|
|
97
|
+
# Services, and it appears only when users sign in.
|
|
98
98
|
# @return [String]
|
|
99
99
|
#
|
|
100
100
|
# @!attribute [rw] edition
|
|
@@ -158,8 +158,8 @@ module Aws::QuickSight
|
|
|
158
158
|
#
|
|
159
159
|
# @!attribute [rw] public_sharing_enabled
|
|
160
160
|
# A Boolean value that indicates whether public sharing is turned on
|
|
161
|
-
# for an Quick
|
|
162
|
-
#
|
|
161
|
+
# for an Quick account. For more information about turning on public
|
|
162
|
+
# sharing, see [UpdatePublicSharingSettings][1].
|
|
163
163
|
#
|
|
164
164
|
#
|
|
165
165
|
#
|
|
@@ -1113,7 +1113,7 @@ module Aws::QuickSight
|
|
|
1113
1113
|
end
|
|
1114
1114
|
|
|
1115
1115
|
# The type of experience you want to embed. For anonymous users, you can
|
|
1116
|
-
# embed Quick
|
|
1116
|
+
# embed Quick dashboards.
|
|
1117
1117
|
#
|
|
1118
1118
|
# @!attribute [rw] dashboard
|
|
1119
1119
|
# The type of embedding experience. In this case, Amazon Quick Sight
|
|
@@ -4300,7 +4300,7 @@ module Aws::QuickSight
|
|
|
4300
4300
|
# The details of the brand.
|
|
4301
4301
|
#
|
|
4302
4302
|
# @!attribute [rw] brand_id
|
|
4303
|
-
# The ID of the Quick
|
|
4303
|
+
# The ID of the Quick brand.
|
|
4304
4304
|
# @return [String]
|
|
4305
4305
|
#
|
|
4306
4306
|
# @!attribute [rw] arn
|
|
@@ -4373,7 +4373,7 @@ module Aws::QuickSight
|
|
|
4373
4373
|
# @return [String]
|
|
4374
4374
|
#
|
|
4375
4375
|
# @!attribute [rw] brand_id
|
|
4376
|
-
# The ID of the Quick
|
|
4376
|
+
# The ID of the Quick brand.
|
|
4377
4377
|
# @return [String]
|
|
4378
4378
|
#
|
|
4379
4379
|
# @!attribute [rw] brand_name
|
|
@@ -4653,6 +4653,10 @@ module Aws::QuickSight
|
|
|
4653
4653
|
# websites.
|
|
4654
4654
|
# @return [String]
|
|
4655
4655
|
#
|
|
4656
|
+
# @!attribute [rw] approve_flow_share_requests
|
|
4657
|
+
# The ability to review and approve sharing requests of Flows.
|
|
4658
|
+
# @return [String]
|
|
4659
|
+
#
|
|
4656
4660
|
# @!attribute [rw] use_agent_web_search
|
|
4657
4661
|
# The ability to use internet to enhance results in Chat Agents,
|
|
4658
4662
|
# Flows, and Quick Research. Web search queries will be processed
|
|
@@ -5371,6 +5375,22 @@ module Aws::QuickSight
|
|
|
5371
5375
|
# The ability to use New Relic actions.
|
|
5372
5376
|
# @return [String]
|
|
5373
5377
|
#
|
|
5378
|
+
# @!attribute [rw] topic
|
|
5379
|
+
# The ability to perform Topic-related actions.
|
|
5380
|
+
# @return [String]
|
|
5381
|
+
#
|
|
5382
|
+
# @!attribute [rw] edit_visual_with_q
|
|
5383
|
+
# The ability to Edit Visual with AI
|
|
5384
|
+
# @return [String]
|
|
5385
|
+
#
|
|
5386
|
+
# @!attribute [rw] build_calculated_field_with_q
|
|
5387
|
+
# The ability to Build Calculation with AI
|
|
5388
|
+
# @return [String]
|
|
5389
|
+
#
|
|
5390
|
+
# @!attribute [rw] create_dashboard_executive_summary_with_q
|
|
5391
|
+
# The ability to Create Executive Summary
|
|
5392
|
+
# @return [String]
|
|
5393
|
+
#
|
|
5374
5394
|
# @!attribute [rw] space
|
|
5375
5395
|
# The ability to perform space-related actions.
|
|
5376
5396
|
# @return [String]
|
|
@@ -5391,6 +5411,10 @@ module Aws::QuickSight
|
|
|
5391
5411
|
# The ability to enable users to upgrade their user role.
|
|
5392
5412
|
# @return [String]
|
|
5393
5413
|
#
|
|
5414
|
+
# @!attribute [rw] extension
|
|
5415
|
+
# The ability to perform Extension-related actions.
|
|
5416
|
+
# @return [String]
|
|
5417
|
+
#
|
|
5394
5418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Capabilities AWS API Documentation
|
|
5395
5419
|
#
|
|
5396
5420
|
class Capabilities < Struct.new(
|
|
@@ -5424,6 +5448,7 @@ module Aws::QuickSight
|
|
|
5424
5448
|
:publish_without_approval,
|
|
5425
5449
|
:use_bedrock_models,
|
|
5426
5450
|
:perform_flow_ui_task,
|
|
5451
|
+
:approve_flow_share_requests,
|
|
5427
5452
|
:use_agent_web_search,
|
|
5428
5453
|
:knowledge_base,
|
|
5429
5454
|
:action,
|
|
@@ -5599,11 +5624,16 @@ module Aws::QuickSight
|
|
|
5599
5624
|
:create_and_update_new_relic_action,
|
|
5600
5625
|
:share_new_relic_action,
|
|
5601
5626
|
:use_new_relic_action,
|
|
5627
|
+
:topic,
|
|
5628
|
+
:edit_visual_with_q,
|
|
5629
|
+
:build_calculated_field_with_q,
|
|
5630
|
+
:create_dashboard_executive_summary_with_q,
|
|
5602
5631
|
:space,
|
|
5603
5632
|
:chat_agent,
|
|
5604
5633
|
:create_chat_agents,
|
|
5605
5634
|
:research,
|
|
5606
|
-
:self_upgrade_user_role
|
|
5635
|
+
:self_upgrade_user_role,
|
|
5636
|
+
:extension)
|
|
5607
5637
|
SENSITIVE = []
|
|
5608
5638
|
include Aws::Structure
|
|
5609
5639
|
end
|
|
@@ -7755,7 +7785,7 @@ module Aws::QuickSight
|
|
|
7755
7785
|
# @return [String]
|
|
7756
7786
|
#
|
|
7757
7787
|
# @!attribute [rw] brand_id
|
|
7758
|
-
# The ID of the Quick
|
|
7788
|
+
# The ID of the Quick brand.
|
|
7759
7789
|
# @return [String]
|
|
7760
7790
|
#
|
|
7761
7791
|
# @!attribute [rw] brand_definition
|
|
@@ -10565,7 +10595,7 @@ module Aws::QuickSight
|
|
|
10565
10595
|
# The ID of the dashboard that has the visual that you want to embed.
|
|
10566
10596
|
# The `DashboardId` can be found in the `IDs for developers` section
|
|
10567
10597
|
# of the `Embed visual` pane of the visual's on-visual menu of the
|
|
10568
|
-
# Quick
|
|
10598
|
+
# Quick console. You can also get the `DashboardId` with a
|
|
10569
10599
|
# `ListDashboards` API operation.
|
|
10570
10600
|
# @return [String]
|
|
10571
10601
|
#
|
|
@@ -10573,7 +10603,7 @@ module Aws::QuickSight
|
|
|
10573
10603
|
# The ID of the sheet that the has visual that you want to embed. The
|
|
10574
10604
|
# `SheetId` can be found in the `IDs for developers` section of the
|
|
10575
10605
|
# `Embed visual` pane of the visual's on-visual menu of the Quick
|
|
10576
|
-
#
|
|
10606
|
+
# console.
|
|
10577
10607
|
# @return [String]
|
|
10578
10608
|
#
|
|
10579
10609
|
# @!attribute [rw] visual_id
|
|
@@ -13695,7 +13725,7 @@ module Aws::QuickSight
|
|
|
13695
13725
|
# @return [String]
|
|
13696
13726
|
#
|
|
13697
13727
|
# @!attribute [rw] brand_id
|
|
13698
|
-
# The ID of the Quick
|
|
13728
|
+
# The ID of the Quick brand.
|
|
13699
13729
|
# @return [String]
|
|
13700
13730
|
#
|
|
13701
13731
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteBrandRequest AWS API Documentation
|
|
@@ -15034,8 +15064,8 @@ module Aws::QuickSight
|
|
|
15034
15064
|
# sometimes referred to as a Quick Sight "account" even though it's
|
|
15035
15065
|
# technically not an account by itself. Instead, it's a subscription
|
|
15036
15066
|
# to the Amazon Quick Sight service for your Amazon Web Services
|
|
15037
|
-
# account. The edition that you subscribe to applies to Quick
|
|
15038
|
-
#
|
|
15067
|
+
# account. The edition that you subscribe to applies to Quick in every
|
|
15068
|
+
# Amazon Web Services Region where you use it.
|
|
15039
15069
|
# @return [Types::AccountSettings]
|
|
15040
15070
|
#
|
|
15041
15071
|
# @!attribute [rw] request_id
|
|
@@ -15697,7 +15727,7 @@ module Aws::QuickSight
|
|
|
15697
15727
|
# @return [String]
|
|
15698
15728
|
#
|
|
15699
15729
|
# @!attribute [rw] brand_id
|
|
15700
|
-
# The ID of the Quick
|
|
15730
|
+
# The ID of the Quick brand.
|
|
15701
15731
|
# @return [String]
|
|
15702
15732
|
#
|
|
15703
15733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeBrandPublishedVersionRequest AWS API Documentation
|
|
@@ -15736,7 +15766,7 @@ module Aws::QuickSight
|
|
|
15736
15766
|
# @return [String]
|
|
15737
15767
|
#
|
|
15738
15768
|
# @!attribute [rw] brand_id
|
|
15739
|
-
# The ID of the Quick
|
|
15769
|
+
# The ID of the Quick brand.
|
|
15740
15770
|
# @return [String]
|
|
15741
15771
|
#
|
|
15742
15772
|
# @!attribute [rw] version_id
|
|
@@ -17224,12 +17254,12 @@ module Aws::QuickSight
|
|
|
17224
17254
|
|
|
17225
17255
|
# @!attribute [rw] aws_account_id
|
|
17226
17256
|
# The ID of the Amazon Web Services account that contains the Quick
|
|
17227
|
-
#
|
|
17257
|
+
# self-upgrade configuration.
|
|
17228
17258
|
# @return [String]
|
|
17229
17259
|
#
|
|
17230
17260
|
# @!attribute [rw] namespace
|
|
17231
|
-
# The Quick
|
|
17232
|
-
#
|
|
17261
|
+
# The Quick namespace that you want to describe the Quick self-upgrade
|
|
17262
|
+
# configuration for.
|
|
17233
17263
|
# @return [String]
|
|
17234
17264
|
#
|
|
17235
17265
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeSelfUpgradeConfigurationRequest AWS API Documentation
|
|
@@ -17242,7 +17272,7 @@ module Aws::QuickSight
|
|
|
17242
17272
|
end
|
|
17243
17273
|
|
|
17244
17274
|
# @!attribute [rw] self_upgrade_configuration
|
|
17245
|
-
# The self-upgrade configuration for the Quick
|
|
17275
|
+
# The self-upgrade configuration for the Quick account.
|
|
17246
17276
|
# @return [Types::SelfUpgradeConfiguration]
|
|
17247
17277
|
#
|
|
17248
17278
|
# @!attribute [rw] request_id
|
|
@@ -20833,8 +20863,8 @@ module Aws::QuickSight
|
|
|
20833
20863
|
#
|
|
20834
20864
|
# @!attribute [rw] namespace
|
|
20835
20865
|
# The Amazon Quick Sight namespace that the anonymous user virtually
|
|
20836
|
-
# belongs to. If you are not using an Amazon Quick
|
|
20837
|
-
#
|
|
20866
|
+
# belongs to. If you are not using an Amazon Quick custom namespace,
|
|
20867
|
+
# set this to `default`.
|
|
20838
20868
|
# @return [String]
|
|
20839
20869
|
#
|
|
20840
20870
|
# @!attribute [rw] session_tags
|
|
@@ -20865,7 +20895,7 @@ module Aws::QuickSight
|
|
|
20865
20895
|
#
|
|
20866
20896
|
# Besides, these are not the tags used for the Amazon Web Services
|
|
20867
20897
|
# resource tagging feature. For more information, see [Using Row-Level
|
|
20868
|
-
# Security (RLS) with Tags][1] in the *Amazon Quick
|
|
20898
|
+
# Security (RLS) with Tags][1] in the *Amazon Quick User Guide*.
|
|
20869
20899
|
#
|
|
20870
20900
|
#
|
|
20871
20901
|
#
|
|
@@ -20931,7 +20961,7 @@ module Aws::QuickSight
|
|
|
20931
20961
|
#
|
|
20932
20962
|
# @!attribute [rw] anonymous_user_arn
|
|
20933
20963
|
# The Amazon Resource Name (ARN) to use for the anonymous Amazon Quick
|
|
20934
|
-
#
|
|
20964
|
+
# user.
|
|
20935
20965
|
# @return [String]
|
|
20936
20966
|
#
|
|
20937
20967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForAnonymousUserResponse AWS API Documentation
|
|
@@ -20961,8 +20991,8 @@ module Aws::QuickSight
|
|
|
20961
20991
|
#
|
|
20962
20992
|
# @!attribute [rw] experience_configuration
|
|
20963
20993
|
# The experience that you want to embed. For registered users, you can
|
|
20964
|
-
# embed Quick
|
|
20965
|
-
#
|
|
20994
|
+
# embed Quick dashboards, Amazon Quick Sight visuals, the Amazon Quick
|
|
20995
|
+
# Sight Q search bar, the Amazon Quick Sight Generative Q&A
|
|
20966
20996
|
# experience, or the entire Amazon Quick Sight console.
|
|
20967
20997
|
# @return [Types::RegisteredUserEmbeddingExperienceConfiguration]
|
|
20968
20998
|
#
|
|
@@ -21024,7 +21054,7 @@ module Aws::QuickSight
|
|
|
21024
21054
|
#
|
|
21025
21055
|
# @!attribute [rw] experience_configuration
|
|
21026
21056
|
# The type of experience you want to embed. For registered users, you
|
|
21027
|
-
# can embed Quick
|
|
21057
|
+
# can embed Quick dashboards or the Amazon Quick Sight console.
|
|
21028
21058
|
#
|
|
21029
21059
|
# <note markdown="1"> Exactly one of the experience configurations is required. You can
|
|
21030
21060
|
# choose `Dashboard` or `QuickSightConsole`. You cannot choose more
|
|
@@ -22153,10 +22183,10 @@ module Aws::QuickSight
|
|
|
22153
22183
|
# @return [Boolean]
|
|
22154
22184
|
#
|
|
22155
22185
|
# @!attribute [rw] user_arn
|
|
22156
|
-
# The Amazon Quick
|
|
22157
|
-
#
|
|
22158
|
-
#
|
|
22159
|
-
#
|
|
22186
|
+
# The Amazon Quick user's Amazon Resource Name (ARN), for use with
|
|
22187
|
+
# `QUICKSIGHT` identity type. You can use this for any Amazon Quick
|
|
22188
|
+
# users in your account (readers, authors, or admins) authenticated as
|
|
22189
|
+
# one of the following:
|
|
22160
22190
|
#
|
|
22161
22191
|
# * Active Directory (AD) users or group members
|
|
22162
22192
|
#
|
|
@@ -22180,10 +22210,9 @@ module Aws::QuickSight
|
|
|
22180
22210
|
# A list of one or more dashboard IDs that you want anonymous users to
|
|
22181
22211
|
# have tempporary access to. Currently, the `IdentityType` parameter
|
|
22182
22212
|
# must be set to `ANONYMOUS` because other identity types authenticate
|
|
22183
|
-
# as Quick
|
|
22184
|
-
#
|
|
22185
|
-
#
|
|
22186
|
-
# dashboards.
|
|
22213
|
+
# as Quick or IAM users. For example, if you set "`--dashboard-id
|
|
22214
|
+
# dash_id1 --dashboard-id dash_id2 dash_id3 identity-type
|
|
22215
|
+
# ANONYMOUS`", the session can access all three dashboards.
|
|
22187
22216
|
# @return [Array<String>]
|
|
22188
22217
|
#
|
|
22189
22218
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GetDashboardEmbedUrlRequest AWS API Documentation
|
|
@@ -22457,10 +22486,10 @@ module Aws::QuickSight
|
|
|
22457
22486
|
# @return [Integer]
|
|
22458
22487
|
#
|
|
22459
22488
|
# @!attribute [rw] user_arn
|
|
22460
|
-
# The Amazon Quick
|
|
22461
|
-
#
|
|
22462
|
-
#
|
|
22463
|
-
#
|
|
22489
|
+
# The Amazon Quick user's Amazon Resource Name (ARN), for use with
|
|
22490
|
+
# `QUICKSIGHT` identity type. You can use this for any type of Amazon
|
|
22491
|
+
# Quick users in your account (readers, authors, or admins). They need
|
|
22492
|
+
# to be authenticated as one of the following:
|
|
22464
22493
|
#
|
|
22465
22494
|
# 1. Active Directory (AD) users or group members
|
|
22466
22495
|
#
|
|
@@ -22487,10 +22516,10 @@ module Aws::QuickSight
|
|
|
22487
22516
|
|
|
22488
22517
|
# @!attribute [rw] embed_url
|
|
22489
22518
|
# A single-use URL that you can put into your server-side web page to
|
|
22490
|
-
# embed your Quick
|
|
22491
|
-
#
|
|
22492
|
-
#
|
|
22493
|
-
#
|
|
22519
|
+
# embed your Quick session. This URL is valid for 5 minutes. The API
|
|
22520
|
+
# operation provides the URL with an `auth_code` value that enables
|
|
22521
|
+
# one (and only one) sign-on to a user session that is valid for 10
|
|
22522
|
+
# hours.
|
|
22494
22523
|
# @return [String]
|
|
22495
22524
|
#
|
|
22496
22525
|
# @!attribute [rw] status
|
|
@@ -26732,7 +26761,7 @@ module Aws::QuickSight
|
|
|
26732
26761
|
# @return [String]
|
|
26733
26762
|
#
|
|
26734
26763
|
# @!attribute [rw] namespace
|
|
26735
|
-
# The Quick
|
|
26764
|
+
# The Quick namespace for the self-upgrade requests.
|
|
26736
26765
|
# @return [String]
|
|
26737
26766
|
#
|
|
26738
26767
|
# @!attribute [rw] next_token
|
|
@@ -29577,8 +29606,8 @@ module Aws::QuickSight
|
|
|
29577
29606
|
#
|
|
29578
29607
|
# @!attribute [rw] principal
|
|
29579
29608
|
# The Amazon Resource Name (ARN) of the principal. This can be an
|
|
29580
|
-
# Amazon Quick
|
|
29581
|
-
#
|
|
29609
|
+
# Amazon Quick user, group or namespace associated with the flow.
|
|
29610
|
+
# Namespace principal can only be set as a viewer and will grant
|
|
29582
29611
|
# everyone in the same namespace viewer permissions.
|
|
29583
29612
|
# @return [String]
|
|
29584
29613
|
#
|
|
@@ -32515,7 +32544,7 @@ module Aws::QuickSight
|
|
|
32515
32544
|
end
|
|
32516
32545
|
|
|
32517
32546
|
# The type of experience you want to embed. For registered users, you
|
|
32518
|
-
# can embed Quick
|
|
32547
|
+
# can embed Quick dashboards or the Amazon Quick Sight console.
|
|
32519
32548
|
#
|
|
32520
32549
|
# <note markdown="1"> Exactly one of the experience configurations is required. You can
|
|
32521
32550
|
# choose `Dashboard` or `QuickSightConsole`. You cannot choose more than
|
|
@@ -32533,7 +32562,7 @@ module Aws::QuickSight
|
|
|
32533
32562
|
# console embedding experience. This can be used along with custom
|
|
32534
32563
|
# permissions to restrict access to certain features. For more
|
|
32535
32564
|
# information, see [Customizing Access to the Amazon Quick Sight
|
|
32536
|
-
# Console][1] in the *Amazon Quick
|
|
32565
|
+
# Console][1] in the *Amazon Quick User Guide*.
|
|
32537
32566
|
#
|
|
32538
32567
|
# Use ` GenerateEmbedUrlForRegisteredUser ` where you want to provide
|
|
32539
32568
|
# an authoring portal that allows users to create data sources,
|
|
@@ -32544,16 +32573,16 @@ module Aws::QuickSight
|
|
|
32544
32573
|
# the ` UpdateUser ` API operation. Use the ` RegisterUser ` API
|
|
32545
32574
|
# operation to add a new user with a custom permission profile
|
|
32546
32575
|
# attached. For more information, see the following sections in the
|
|
32547
|
-
# *Amazon Quick
|
|
32576
|
+
# *Amazon Quick User Guide*:
|
|
32548
32577
|
#
|
|
32549
32578
|
# * [Embedding the Full Functionality of the Amazon Quick Sight
|
|
32550
32579
|
# Console for Authenticated Users][2]
|
|
32551
32580
|
#
|
|
32552
|
-
# * [Customizing Access to the Amazon Quick
|
|
32581
|
+
# * [Customizing Access to the Amazon Quick Console][1]
|
|
32553
32582
|
#
|
|
32554
32583
|
# For more information about the high-level steps for embedding and
|
|
32555
32584
|
# for an interactive demo of the ways you can customize embedding,
|
|
32556
|
-
# visit the [Amazon Quick
|
|
32585
|
+
# visit the [Amazon Quick Developer Portal][3].
|
|
32557
32586
|
#
|
|
32558
32587
|
#
|
|
32559
32588
|
#
|
|
@@ -32614,7 +32643,7 @@ module Aws::QuickSight
|
|
|
32614
32643
|
# @!attribute [rw] initial_topic_id
|
|
32615
32644
|
# The ID of the new Q reader experience topic that you want to make
|
|
32616
32645
|
# the starting topic in the Generative Q&A experience. You can
|
|
32617
|
-
# find a topic ID by navigating to the Topics pane in the Quick
|
|
32646
|
+
# find a topic ID by navigating to the Topics pane in the Quick
|
|
32618
32647
|
# application and opening a topic. The ID is in the URL for the topic
|
|
32619
32648
|
# that you open.
|
|
32620
32649
|
#
|
|
@@ -34653,11 +34682,11 @@ module Aws::QuickSight
|
|
|
34653
34682
|
include Aws::Structure
|
|
34654
34683
|
end
|
|
34655
34684
|
|
|
34656
|
-
# The self-upgrade configuration for the Quick
|
|
34685
|
+
# The self-upgrade configuration for the Quick account.
|
|
34657
34686
|
#
|
|
34658
34687
|
# @!attribute [rw] self_upgrade_status
|
|
34659
|
-
# Status set for the self-upgrade configuration for the Quick
|
|
34660
|
-
#
|
|
34688
|
+
# Status set for the self-upgrade configuration for the Quick account.
|
|
34689
|
+
# It can contain the following values:
|
|
34661
34690
|
#
|
|
34662
34691
|
# * `AUTO_APPROVAL`: All the self-upgrade requests will be auto
|
|
34663
34692
|
# approved.
|
|
@@ -35095,7 +35124,7 @@ module Aws::QuickSight
|
|
|
35095
35124
|
#
|
|
35096
35125
|
# @!attribute [rw] name
|
|
35097
35126
|
# The name of the sheet. This name is displayed on the sheet's tab in
|
|
35098
|
-
# the Quick
|
|
35127
|
+
# the Quick console.
|
|
35099
35128
|
# @return [String]
|
|
35100
35129
|
#
|
|
35101
35130
|
# @!attribute [rw] parameter_controls
|
|
@@ -35685,7 +35714,7 @@ module Aws::QuickSight
|
|
|
35685
35714
|
# These are not the tags that are used for Amazon Web Services
|
|
35686
35715
|
# resource tagging. For more information on row level security in
|
|
35687
35716
|
# Amazon Quick Sight, see [Using Row-Level Security (RLS) with
|
|
35688
|
-
# Tags][1]in the *Amazon Quick
|
|
35717
|
+
# Tags][1]in the *Amazon Quick User Guide*.
|
|
35689
35718
|
#
|
|
35690
35719
|
#
|
|
35691
35720
|
#
|
|
@@ -41491,7 +41520,7 @@ module Aws::QuickSight
|
|
|
41491
41520
|
# @return [String]
|
|
41492
41521
|
#
|
|
41493
41522
|
# @!attribute [rw] namespace
|
|
41494
|
-
# The namespace of the Quick
|
|
41523
|
+
# The namespace of the Quick application.
|
|
41495
41524
|
# @return [String]
|
|
41496
41525
|
#
|
|
41497
41526
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateApplicationWithTokenExchangeGrantRequest AWS API Documentation
|
|
@@ -41560,7 +41589,7 @@ module Aws::QuickSight
|
|
|
41560
41589
|
# @return [String]
|
|
41561
41590
|
#
|
|
41562
41591
|
# @!attribute [rw] brand_id
|
|
41563
|
-
# The ID of the Quick
|
|
41592
|
+
# The ID of the Quick brand.
|
|
41564
41593
|
# @return [String]
|
|
41565
41594
|
#
|
|
41566
41595
|
# @!attribute [rw] version_id
|
|
@@ -41599,7 +41628,7 @@ module Aws::QuickSight
|
|
|
41599
41628
|
# @return [String]
|
|
41600
41629
|
#
|
|
41601
41630
|
# @!attribute [rw] brand_id
|
|
41602
|
-
# The ID of the Quick
|
|
41631
|
+
# The ID of the Quick brand.
|
|
41603
41632
|
# @return [String]
|
|
41604
41633
|
#
|
|
41605
41634
|
# @!attribute [rw] brand_definition
|
|
@@ -42915,7 +42944,7 @@ module Aws::QuickSight
|
|
|
42915
42944
|
#
|
|
42916
42945
|
# @!attribute [rw] public_sharing_enabled
|
|
42917
42946
|
# A Boolean value that indicates whether public sharing is turned on
|
|
42918
|
-
# for an Quick
|
|
42947
|
+
# for an Quick account.
|
|
42919
42948
|
# @return [Boolean]
|
|
42920
42949
|
#
|
|
42921
42950
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdatePublicSharingSettingsRequest AWS API Documentation
|
|
@@ -43169,17 +43198,16 @@ module Aws::QuickSight
|
|
|
43169
43198
|
|
|
43170
43199
|
# @!attribute [rw] aws_account_id
|
|
43171
43200
|
# The ID of the Amazon Web Services account that contains the Quick
|
|
43172
|
-
#
|
|
43201
|
+
# self-upgrade configuration that you want to update.
|
|
43173
43202
|
# @return [String]
|
|
43174
43203
|
#
|
|
43175
43204
|
# @!attribute [rw] namespace
|
|
43176
|
-
# The Quick
|
|
43177
|
-
#
|
|
43205
|
+
# The Quick namespace that you want to update the Quick self-upgrade
|
|
43206
|
+
# configuration for.
|
|
43178
43207
|
# @return [String]
|
|
43179
43208
|
#
|
|
43180
43209
|
# @!attribute [rw] self_upgrade_status
|
|
43181
|
-
# The self-upgrade status that you want to set for the Quick
|
|
43182
|
-
# account.
|
|
43210
|
+
# The self-upgrade status that you want to set for the Quick account.
|
|
43183
43211
|
# @return [String]
|
|
43184
43212
|
#
|
|
43185
43213
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateSelfUpgradeConfigurationRequest AWS API Documentation
|
|
@@ -43215,7 +43243,7 @@ module Aws::QuickSight
|
|
|
43215
43243
|
# @return [String]
|
|
43216
43244
|
#
|
|
43217
43245
|
# @!attribute [rw] namespace
|
|
43218
|
-
# The Quick
|
|
43246
|
+
# The Quick namespace for the self-upgrade request.
|
|
43219
43247
|
# @return [String]
|
|
43220
43248
|
#
|
|
43221
43249
|
# @!attribute [rw] upgrade_request_id
|
data/lib/aws-sdk-quicksight.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -38801,6 +38801,7 @@ module Aws
|
|
|
38801
38801
|
publish_without_approval: ("DENY")?,
|
|
38802
38802
|
use_bedrock_models: ("DENY")?,
|
|
38803
38803
|
perform_flow_ui_task: ("DENY")?,
|
|
38804
|
+
approve_flow_share_requests: ("DENY")?,
|
|
38804
38805
|
use_agent_web_search: ("DENY")?,
|
|
38805
38806
|
knowledge_base: ("DENY")?,
|
|
38806
38807
|
action: ("DENY")?,
|
|
@@ -38976,11 +38977,16 @@ module Aws
|
|
|
38976
38977
|
create_and_update_new_relic_action: ("DENY")?,
|
|
38977
38978
|
share_new_relic_action: ("DENY")?,
|
|
38978
38979
|
use_new_relic_action: ("DENY")?,
|
|
38980
|
+
topic: ("DENY")?,
|
|
38981
|
+
edit_visual_with_q: ("DENY")?,
|
|
38982
|
+
build_calculated_field_with_q: ("DENY")?,
|
|
38983
|
+
create_dashboard_executive_summary_with_q: ("DENY")?,
|
|
38979
38984
|
space: ("DENY")?,
|
|
38980
38985
|
chat_agent: ("DENY")?,
|
|
38981
38986
|
create_chat_agents: ("DENY")?,
|
|
38982
38987
|
research: ("DENY")?,
|
|
38983
|
-
self_upgrade_user_role: ("DENY")
|
|
38988
|
+
self_upgrade_user_role: ("DENY")?,
|
|
38989
|
+
extension: ("DENY")?
|
|
38984
38990
|
},
|
|
38985
38991
|
?tags: Array[
|
|
38986
38992
|
{
|
|
@@ -157224,6 +157230,7 @@ module Aws
|
|
|
157224
157230
|
publish_without_approval: ("DENY")?,
|
|
157225
157231
|
use_bedrock_models: ("DENY")?,
|
|
157226
157232
|
perform_flow_ui_task: ("DENY")?,
|
|
157233
|
+
approve_flow_share_requests: ("DENY")?,
|
|
157227
157234
|
use_agent_web_search: ("DENY")?,
|
|
157228
157235
|
knowledge_base: ("DENY")?,
|
|
157229
157236
|
action: ("DENY")?,
|
|
@@ -157399,11 +157406,16 @@ module Aws
|
|
|
157399
157406
|
create_and_update_new_relic_action: ("DENY")?,
|
|
157400
157407
|
share_new_relic_action: ("DENY")?,
|
|
157401
157408
|
use_new_relic_action: ("DENY")?,
|
|
157409
|
+
topic: ("DENY")?,
|
|
157410
|
+
edit_visual_with_q: ("DENY")?,
|
|
157411
|
+
build_calculated_field_with_q: ("DENY")?,
|
|
157412
|
+
create_dashboard_executive_summary_with_q: ("DENY")?,
|
|
157402
157413
|
space: ("DENY")?,
|
|
157403
157414
|
chat_agent: ("DENY")?,
|
|
157404
157415
|
create_chat_agents: ("DENY")?,
|
|
157405
157416
|
research: ("DENY")?,
|
|
157406
|
-
self_upgrade_user_role: ("DENY")
|
|
157417
|
+
self_upgrade_user_role: ("DENY")?,
|
|
157418
|
+
extension: ("DENY")?
|
|
157407
157419
|
}
|
|
157408
157420
|
) -> _UpdateCustomPermissionsResponseSuccess
|
|
157409
157421
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomPermissionsResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -1213,6 +1213,7 @@ module Aws::QuickSight
|
|
|
1213
1213
|
attr_accessor publish_without_approval: ("DENY")
|
|
1214
1214
|
attr_accessor use_bedrock_models: ("DENY")
|
|
1215
1215
|
attr_accessor perform_flow_ui_task: ("DENY")
|
|
1216
|
+
attr_accessor approve_flow_share_requests: ("DENY")
|
|
1216
1217
|
attr_accessor use_agent_web_search: ("DENY")
|
|
1217
1218
|
attr_accessor knowledge_base: ("DENY")
|
|
1218
1219
|
attr_accessor action: ("DENY")
|
|
@@ -1388,11 +1389,16 @@ module Aws::QuickSight
|
|
|
1388
1389
|
attr_accessor create_and_update_new_relic_action: ("DENY")
|
|
1389
1390
|
attr_accessor share_new_relic_action: ("DENY")
|
|
1390
1391
|
attr_accessor use_new_relic_action: ("DENY")
|
|
1392
|
+
attr_accessor topic: ("DENY")
|
|
1393
|
+
attr_accessor edit_visual_with_q: ("DENY")
|
|
1394
|
+
attr_accessor build_calculated_field_with_q: ("DENY")
|
|
1395
|
+
attr_accessor create_dashboard_executive_summary_with_q: ("DENY")
|
|
1391
1396
|
attr_accessor space: ("DENY")
|
|
1392
1397
|
attr_accessor chat_agent: ("DENY")
|
|
1393
1398
|
attr_accessor create_chat_agents: ("DENY")
|
|
1394
1399
|
attr_accessor research: ("DENY")
|
|
1395
1400
|
attr_accessor self_upgrade_user_role: ("DENY")
|
|
1401
|
+
attr_accessor extension: ("DENY")
|
|
1396
1402
|
SENSITIVE: []
|
|
1397
1403
|
end
|
|
1398
1404
|
|