aws-sdk-quicksight 1.173.0 → 1.175.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 +90 -63
- data/lib/aws-sdk-quicksight/client_api.rb +7 -0
- data/lib/aws-sdk-quicksight/types.rb +105 -67
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +16 -2
- data/sig/types.rbs +7 -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: 663292ad3ab70f40eaf7c143e13dd05ef7afde09572836ab6b0355a132fe8f10
|
|
4
|
+
data.tar.gz: fbaa6740d009202b95307a621cf25e26a0e4bf9d42652bea0107a83f6a161f17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87174f01e1825f2cc3bf9b2c1b67ca28d138398af9a07195eb00915ff6a52f8d77e300f61722b5a432483b05ced6687766c3ffb365b6bbf10f52143aad1dd533
|
|
7
|
+
data.tar.gz: 2c476c88eb42dbf9497a97cbfa8504117cb46f5793dd9b0740c231e27bd52f64b4a6da8df9c5b2605cf7a3659c2d6b6f3e03de1046b7aa3fafd349c80b6ecb74
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.175.0 (2026-03-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - The change adds a new capability named ManageSharedFolders in Custom Permissions
|
|
8
|
+
|
|
9
|
+
1.174.0 (2026-03-04)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* 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.
|
|
13
|
+
|
|
4
14
|
1.173.0 (2026-02-23)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.175.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,17 @@ 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
|
|
2418
|
+
# manage_shared_folders: "DENY", # accepts DENY
|
|
2412
2419
|
# },
|
|
2413
2420
|
# tags: [
|
|
2414
2421
|
# {
|
|
@@ -5584,7 +5591,7 @@ module Aws::QuickSight
|
|
|
5584
5591
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
5585
5592
|
#
|
|
5586
5593
|
# @option params [required, String] :brand_id
|
|
5587
|
-
# The ID of the Quick
|
|
5594
|
+
# The ID of the Quick brand.
|
|
5588
5595
|
#
|
|
5589
5596
|
# @return [Types::DeleteBrandResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5590
5597
|
#
|
|
@@ -7671,7 +7678,7 @@ module Aws::QuickSight
|
|
|
7671
7678
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
7672
7679
|
#
|
|
7673
7680
|
# @option params [required, String] :brand_id
|
|
7674
|
-
# The ID of the Quick
|
|
7681
|
+
# The ID of the Quick brand.
|
|
7675
7682
|
#
|
|
7676
7683
|
# @option params [String] :version_id
|
|
7677
7684
|
# The ID of the specific version. The default value is the latest
|
|
@@ -7806,7 +7813,7 @@ module Aws::QuickSight
|
|
|
7806
7813
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
7807
7814
|
#
|
|
7808
7815
|
# @option params [required, String] :brand_id
|
|
7809
|
-
# The ID of the Quick
|
|
7816
|
+
# The ID of the Quick brand.
|
|
7810
7817
|
#
|
|
7811
7818
|
# @return [Types::DescribeBrandPublishedVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
7812
7819
|
#
|
|
@@ -7956,6 +7963,7 @@ module Aws::QuickSight
|
|
|
7956
7963
|
# resp.custom_permissions.capabilities.publish_without_approval #=> String, one of "DENY"
|
|
7957
7964
|
# resp.custom_permissions.capabilities.use_bedrock_models #=> String, one of "DENY"
|
|
7958
7965
|
# resp.custom_permissions.capabilities.perform_flow_ui_task #=> String, one of "DENY"
|
|
7966
|
+
# resp.custom_permissions.capabilities.approve_flow_share_requests #=> String, one of "DENY"
|
|
7959
7967
|
# resp.custom_permissions.capabilities.use_agent_web_search #=> String, one of "DENY"
|
|
7960
7968
|
# resp.custom_permissions.capabilities.knowledge_base #=> String, one of "DENY"
|
|
7961
7969
|
# resp.custom_permissions.capabilities.action #=> String, one of "DENY"
|
|
@@ -8131,11 +8139,17 @@ module Aws::QuickSight
|
|
|
8131
8139
|
# resp.custom_permissions.capabilities.create_and_update_new_relic_action #=> String, one of "DENY"
|
|
8132
8140
|
# resp.custom_permissions.capabilities.share_new_relic_action #=> String, one of "DENY"
|
|
8133
8141
|
# resp.custom_permissions.capabilities.use_new_relic_action #=> String, one of "DENY"
|
|
8142
|
+
# resp.custom_permissions.capabilities.topic #=> String, one of "DENY"
|
|
8143
|
+
# resp.custom_permissions.capabilities.edit_visual_with_q #=> String, one of "DENY"
|
|
8144
|
+
# resp.custom_permissions.capabilities.build_calculated_field_with_q #=> String, one of "DENY"
|
|
8145
|
+
# resp.custom_permissions.capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY"
|
|
8134
8146
|
# resp.custom_permissions.capabilities.space #=> String, one of "DENY"
|
|
8135
8147
|
# resp.custom_permissions.capabilities.chat_agent #=> String, one of "DENY"
|
|
8136
8148
|
# resp.custom_permissions.capabilities.create_chat_agents #=> String, one of "DENY"
|
|
8137
8149
|
# resp.custom_permissions.capabilities.research #=> String, one of "DENY"
|
|
8138
8150
|
# resp.custom_permissions.capabilities.self_upgrade_user_role #=> String, one of "DENY"
|
|
8151
|
+
# resp.custom_permissions.capabilities.extension #=> String, one of "DENY"
|
|
8152
|
+
# resp.custom_permissions.capabilities.manage_shared_folders #=> String, one of "DENY"
|
|
8139
8153
|
# resp.request_id #=> String
|
|
8140
8154
|
#
|
|
8141
8155
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeCustomPermissions AWS API Documentation
|
|
@@ -10093,15 +10107,15 @@ module Aws::QuickSight
|
|
|
10093
10107
|
req.send_request(options)
|
|
10094
10108
|
end
|
|
10095
10109
|
|
|
10096
|
-
# Describes the self-upgrade configuration for a Quick
|
|
10110
|
+
# Describes the self-upgrade configuration for a Quick account.
|
|
10097
10111
|
#
|
|
10098
10112
|
# @option params [required, String] :aws_account_id
|
|
10099
10113
|
# The ID of the Amazon Web Services account that contains the Quick
|
|
10100
|
-
#
|
|
10114
|
+
# self-upgrade configuration.
|
|
10101
10115
|
#
|
|
10102
10116
|
# @option params [required, String] :namespace
|
|
10103
|
-
# The Quick
|
|
10104
|
-
#
|
|
10117
|
+
# The Quick namespace that you want to describe the Quick self-upgrade
|
|
10118
|
+
# configuration for.
|
|
10105
10119
|
#
|
|
10106
10120
|
# @return [Types::DescribeSelfUpgradeConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
10107
10121
|
#
|
|
@@ -11086,7 +11100,7 @@ module Aws::QuickSight
|
|
|
11086
11100
|
req.send_request(options)
|
|
11087
11101
|
end
|
|
11088
11102
|
|
|
11089
|
-
# Generates an embed URL that you can use to embed an Amazon Quick
|
|
11103
|
+
# Generates an embed URL that you can use to embed an Amazon Quick
|
|
11090
11104
|
# dashboard or visual in your website, without having to register any
|
|
11091
11105
|
# reader users. Before you use this action, make sure that you have
|
|
11092
11106
|
# configured the dashboards and permissions.
|
|
@@ -11104,14 +11118,14 @@ module Aws::QuickSight
|
|
|
11104
11118
|
# session duration is 10 hours.
|
|
11105
11119
|
#
|
|
11106
11120
|
# * You are charged only when the URL is used or there is interaction
|
|
11107
|
-
# with Amazon Quick
|
|
11121
|
+
# with Amazon Quick.
|
|
11108
11122
|
#
|
|
11109
11123
|
# For more information, see [Embedded Analytics][1] in the *Amazon Quick
|
|
11110
|
-
#
|
|
11124
|
+
# User Guide*.
|
|
11111
11125
|
#
|
|
11112
11126
|
# For more information about the high-level steps for embedding and for
|
|
11113
11127
|
# an interactive demo of the ways you can customize embedding, visit the
|
|
11114
|
-
# [Amazon Quick
|
|
11128
|
+
# [Amazon Quick Developer Portal][2].
|
|
11115
11129
|
#
|
|
11116
11130
|
#
|
|
11117
11131
|
#
|
|
@@ -11128,8 +11142,8 @@ module Aws::QuickSight
|
|
|
11128
11142
|
#
|
|
11129
11143
|
# @option params [required, String] :namespace
|
|
11130
11144
|
# The Amazon Quick Sight namespace that the anonymous user virtually
|
|
11131
|
-
# belongs to. If you are not using an Amazon Quick
|
|
11132
|
-
#
|
|
11145
|
+
# belongs to. If you are not using an Amazon Quick custom namespace, set
|
|
11146
|
+
# this to `default`.
|
|
11133
11147
|
#
|
|
11134
11148
|
# @option params [Array<Types::SessionTag>] :session_tags
|
|
11135
11149
|
# Session tags are user-specified strings that identify a session in
|
|
@@ -11159,7 +11173,7 @@ module Aws::QuickSight
|
|
|
11159
11173
|
#
|
|
11160
11174
|
# Besides, these are not the tags used for the Amazon Web Services
|
|
11161
11175
|
# resource tagging feature. For more information, see [Using Row-Level
|
|
11162
|
-
# Security (RLS) with Tags][1] in the *Amazon Quick
|
|
11176
|
+
# Security (RLS) with Tags][1] in the *Amazon Quick User Guide*.
|
|
11163
11177
|
#
|
|
11164
11178
|
#
|
|
11165
11179
|
#
|
|
@@ -11257,11 +11271,11 @@ module Aws::QuickSight
|
|
|
11257
11271
|
req.send_request(options)
|
|
11258
11272
|
end
|
|
11259
11273
|
|
|
11260
|
-
# Generates an embed URL that you can use to embed an Amazon Quick
|
|
11274
|
+
# Generates an embed URL that you can use to embed an Amazon Quick
|
|
11261
11275
|
# experience in your website. This action can be used for any type of
|
|
11262
|
-
# user registered in an Amazon Quick
|
|
11276
|
+
# user registered in an Amazon Quick account. Before you use this
|
|
11263
11277
|
# action, make sure that you have configured the relevant Amazon Quick
|
|
11264
|
-
#
|
|
11278
|
+
# resource and permissions.
|
|
11265
11279
|
#
|
|
11266
11280
|
# The following rules apply to the generated URL:
|
|
11267
11281
|
#
|
|
@@ -11277,14 +11291,14 @@ module Aws::QuickSight
|
|
|
11277
11291
|
# hours (maximum). The default session duration is 10 hours.
|
|
11278
11292
|
#
|
|
11279
11293
|
# * You are charged only when the URL is used or there is interaction
|
|
11280
|
-
# with Amazon Quick
|
|
11294
|
+
# with Amazon Quick.
|
|
11281
11295
|
#
|
|
11282
11296
|
# For more information, see [Embedded Analytics][1] in the *Amazon Quick
|
|
11283
|
-
#
|
|
11297
|
+
# User Guide*.
|
|
11284
11298
|
#
|
|
11285
11299
|
# For more information about the high-level steps for embedding and for
|
|
11286
11300
|
# an interactive demo of the ways you can customize embedding, visit the
|
|
11287
|
-
# [Amazon Quick
|
|
11301
|
+
# [Amazon Quick Developer Portal][2].
|
|
11288
11302
|
#
|
|
11289
11303
|
#
|
|
11290
11304
|
#
|
|
@@ -11304,8 +11318,8 @@ module Aws::QuickSight
|
|
|
11304
11318
|
#
|
|
11305
11319
|
# @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
|
|
11306
11320
|
# The experience that you want to embed. For registered users, you can
|
|
11307
|
-
# embed Quick
|
|
11308
|
-
#
|
|
11321
|
+
# embed Quick dashboards, Amazon Quick Sight visuals, the Amazon Quick
|
|
11322
|
+
# Sight Q search bar, the Amazon Quick Sight Generative Q&A
|
|
11309
11323
|
# experience, or the entire Amazon Quick Sight console.
|
|
11310
11324
|
#
|
|
11311
11325
|
# @option params [Array<String>] :allowed_domains
|
|
@@ -11458,7 +11472,7 @@ module Aws::QuickSight
|
|
|
11458
11472
|
#
|
|
11459
11473
|
# @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
|
|
11460
11474
|
# The type of experience you want to embed. For registered users, you
|
|
11461
|
-
# can embed Quick
|
|
11475
|
+
# can embed Quick dashboards or the Amazon Quick Sight console.
|
|
11462
11476
|
#
|
|
11463
11477
|
# <note markdown="1"> Exactly one of the experience configurations is required. You can
|
|
11464
11478
|
# choose `Dashboard` or `QuickSightConsole`. You cannot choose more than
|
|
@@ -11593,18 +11607,18 @@ module Aws::QuickSight
|
|
|
11593
11607
|
# * They are valid for 5 minutes after you run this command.
|
|
11594
11608
|
#
|
|
11595
11609
|
# * You are charged only when the URL is used or there is interaction
|
|
11596
|
-
# with Quick
|
|
11610
|
+
# with Quick.
|
|
11597
11611
|
#
|
|
11598
11612
|
# * The resulting user session is valid for 15 minutes (default) up to
|
|
11599
11613
|
# 10 hours (maximum). You can use the optional
|
|
11600
11614
|
# `SessionLifetimeInMinutes` parameter to customize session duration.
|
|
11601
11615
|
#
|
|
11602
11616
|
# For more information, see [Embedding Analytics Using
|
|
11603
|
-
# GetDashboardEmbedUrl][1] in the *Amazon Quick
|
|
11617
|
+
# GetDashboardEmbedUrl][1] in the *Amazon Quick User Guide*.
|
|
11604
11618
|
#
|
|
11605
11619
|
# For more information about the high-level steps for embedding and for
|
|
11606
11620
|
# an interactive demo of the ways you can customize embedding, visit the
|
|
11607
|
-
# [Amazon Quick
|
|
11621
|
+
# [Amazon Quick Developer Portal][2].
|
|
11608
11622
|
#
|
|
11609
11623
|
#
|
|
11610
11624
|
#
|
|
@@ -11645,10 +11659,10 @@ module Aws::QuickSight
|
|
|
11645
11659
|
# the user session is not persisted. The default is `FALSE`.
|
|
11646
11660
|
#
|
|
11647
11661
|
# @option params [String] :user_arn
|
|
11648
|
-
# The Amazon Quick
|
|
11649
|
-
#
|
|
11650
|
-
#
|
|
11651
|
-
#
|
|
11662
|
+
# The Amazon Quick user's Amazon Resource Name (ARN), for use with
|
|
11663
|
+
# `QUICKSIGHT` identity type. You can use this for any Amazon Quick
|
|
11664
|
+
# users in your account (readers, authors, or admins) authenticated as
|
|
11665
|
+
# one of the following:
|
|
11652
11666
|
#
|
|
11653
11667
|
# * Active Directory (AD) users or group members
|
|
11654
11668
|
#
|
|
@@ -11670,7 +11684,7 @@ module Aws::QuickSight
|
|
|
11670
11684
|
# A list of one or more dashboard IDs that you want anonymous users to
|
|
11671
11685
|
# have tempporary access to. Currently, the `IdentityType` parameter
|
|
11672
11686
|
# must be set to `ANONYMOUS` because other identity types authenticate
|
|
11673
|
-
# as Quick
|
|
11687
|
+
# as Quick or IAM users. For example, if you set "`--dashboard-id
|
|
11674
11688
|
# dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS`",
|
|
11675
11689
|
# the session can access all three dashboards.
|
|
11676
11690
|
#
|
|
@@ -11941,11 +11955,11 @@ module Aws::QuickSight
|
|
|
11941
11955
|
# permissions profile to the user with the ` UpdateUser ` API operation.
|
|
11942
11956
|
# Use ` RegisterUser ` API operation to add a new user with a custom
|
|
11943
11957
|
# permission profile attached. For more information, see the following
|
|
11944
|
-
# sections in the *Amazon Quick
|
|
11958
|
+
# sections in the *Amazon Quick User Guide*:
|
|
11945
11959
|
#
|
|
11946
11960
|
# * [Embedding Analytics][1]
|
|
11947
11961
|
#
|
|
11948
|
-
# * [Customizing Access to the Amazon Quick
|
|
11962
|
+
# * [Customizing Access to the Amazon Quick Console][2]
|
|
11949
11963
|
#
|
|
11950
11964
|
#
|
|
11951
11965
|
#
|
|
@@ -11979,10 +11993,10 @@ module Aws::QuickSight
|
|
|
11979
11993
|
# 15-600 minutes.
|
|
11980
11994
|
#
|
|
11981
11995
|
# @option params [String] :user_arn
|
|
11982
|
-
# The Amazon Quick
|
|
11983
|
-
#
|
|
11984
|
-
#
|
|
11985
|
-
#
|
|
11996
|
+
# The Amazon Quick user's Amazon Resource Name (ARN), for use with
|
|
11997
|
+
# `QUICKSIGHT` identity type. You can use this for any type of Amazon
|
|
11998
|
+
# Quick users in your account (readers, authors, or admins). They need
|
|
11999
|
+
# to be authenticated as one of the following:
|
|
11986
12000
|
#
|
|
11987
12001
|
# 1. Active Directory (AD) users or group members
|
|
11988
12002
|
#
|
|
@@ -12362,6 +12376,7 @@ module Aws::QuickSight
|
|
|
12362
12376
|
# resp.custom_permissions_list[0].capabilities.publish_without_approval #=> String, one of "DENY"
|
|
12363
12377
|
# resp.custom_permissions_list[0].capabilities.use_bedrock_models #=> String, one of "DENY"
|
|
12364
12378
|
# resp.custom_permissions_list[0].capabilities.perform_flow_ui_task #=> String, one of "DENY"
|
|
12379
|
+
# resp.custom_permissions_list[0].capabilities.approve_flow_share_requests #=> String, one of "DENY"
|
|
12365
12380
|
# resp.custom_permissions_list[0].capabilities.use_agent_web_search #=> String, one of "DENY"
|
|
12366
12381
|
# resp.custom_permissions_list[0].capabilities.knowledge_base #=> String, one of "DENY"
|
|
12367
12382
|
# resp.custom_permissions_list[0].capabilities.action #=> String, one of "DENY"
|
|
@@ -12537,11 +12552,17 @@ module Aws::QuickSight
|
|
|
12537
12552
|
# resp.custom_permissions_list[0].capabilities.create_and_update_new_relic_action #=> String, one of "DENY"
|
|
12538
12553
|
# resp.custom_permissions_list[0].capabilities.share_new_relic_action #=> String, one of "DENY"
|
|
12539
12554
|
# resp.custom_permissions_list[0].capabilities.use_new_relic_action #=> String, one of "DENY"
|
|
12555
|
+
# resp.custom_permissions_list[0].capabilities.topic #=> String, one of "DENY"
|
|
12556
|
+
# resp.custom_permissions_list[0].capabilities.edit_visual_with_q #=> String, one of "DENY"
|
|
12557
|
+
# resp.custom_permissions_list[0].capabilities.build_calculated_field_with_q #=> String, one of "DENY"
|
|
12558
|
+
# resp.custom_permissions_list[0].capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY"
|
|
12540
12559
|
# resp.custom_permissions_list[0].capabilities.space #=> String, one of "DENY"
|
|
12541
12560
|
# resp.custom_permissions_list[0].capabilities.chat_agent #=> String, one of "DENY"
|
|
12542
12561
|
# resp.custom_permissions_list[0].capabilities.create_chat_agents #=> String, one of "DENY"
|
|
12543
12562
|
# resp.custom_permissions_list[0].capabilities.research #=> String, one of "DENY"
|
|
12544
12563
|
# resp.custom_permissions_list[0].capabilities.self_upgrade_user_role #=> String, one of "DENY"
|
|
12564
|
+
# resp.custom_permissions_list[0].capabilities.extension #=> String, one of "DENY"
|
|
12565
|
+
# resp.custom_permissions_list[0].capabilities.manage_shared_folders #=> String, one of "DENY"
|
|
12545
12566
|
# resp.next_token #=> String
|
|
12546
12567
|
# resp.request_id #=> String
|
|
12547
12568
|
#
|
|
@@ -13714,14 +13735,14 @@ module Aws::QuickSight
|
|
|
13714
13735
|
req.send_request(options)
|
|
13715
13736
|
end
|
|
13716
13737
|
|
|
13717
|
-
# Lists all self-upgrade requests for a Quick
|
|
13738
|
+
# Lists all self-upgrade requests for a Quick account.
|
|
13718
13739
|
#
|
|
13719
13740
|
# @option params [required, String] :aws_account_id
|
|
13720
13741
|
# The ID of the Amazon Web Services account that contains the
|
|
13721
13742
|
# self-upgrade requests.
|
|
13722
13743
|
#
|
|
13723
13744
|
# @option params [required, String] :namespace
|
|
13724
|
-
# The Quick
|
|
13745
|
+
# The Quick namespace for the self-upgrade requests.
|
|
13725
13746
|
#
|
|
13726
13747
|
# @option params [String] :next_token
|
|
13727
13748
|
# The token for the next set of results, or null if there are no more
|
|
@@ -14908,9 +14929,9 @@ module Aws::QuickSight
|
|
|
14908
14929
|
# user is authenticated and receives the embed URL that is specific to
|
|
14909
14930
|
# that user. The IAM Identity Center application that the user has
|
|
14910
14931
|
# logged into needs to have [trusted Identity Propagation enabled for
|
|
14911
|
-
# Quick
|
|
14912
|
-
#
|
|
14913
|
-
#
|
|
14932
|
+
# Quick][2] with the scope value set to `quicksight:read`. Before you
|
|
14933
|
+
# use this action, make sure that you have configured the relevant Quick
|
|
14934
|
+
# resource and permissions.
|
|
14914
14935
|
#
|
|
14915
14936
|
# We recommend enabling the `QSearchStatus` API to unlock the full
|
|
14916
14937
|
# potential of `PredictQnA`. When `QSearchStatus` is enabled, it first
|
|
@@ -15851,7 +15872,7 @@ module Aws::QuickSight
|
|
|
15851
15872
|
req.send_request(options)
|
|
15852
15873
|
end
|
|
15853
15874
|
|
|
15854
|
-
# Searches for any Q topic that exists in an Quick
|
|
15875
|
+
# Searches for any Q topic that exists in an Quick account.
|
|
15855
15876
|
#
|
|
15856
15877
|
# @option params [required, String] :aws_account_id
|
|
15857
15878
|
# The ID of the Amazon Web Services account that contains the topic that
|
|
@@ -17512,16 +17533,16 @@ module Aws::QuickSight
|
|
|
17512
17533
|
req.send_request(options)
|
|
17513
17534
|
end
|
|
17514
17535
|
|
|
17515
|
-
# Updates an Quick
|
|
17516
|
-
# operation only supports Quick
|
|
17517
|
-
#
|
|
17536
|
+
# Updates an Quick application with a token exchange grant. This
|
|
17537
|
+
# operation only supports Quick applications that are registered with
|
|
17538
|
+
# IAM Identity Center.
|
|
17518
17539
|
#
|
|
17519
17540
|
# @option params [required, String] :aws_account_id
|
|
17520
17541
|
# The ID of the Amazon Web Services account to be updated with a token
|
|
17521
17542
|
# exchange grant.
|
|
17522
17543
|
#
|
|
17523
17544
|
# @option params [required, String] :namespace
|
|
17524
|
-
# The namespace of the Quick
|
|
17545
|
+
# The namespace of the Quick application.
|
|
17525
17546
|
#
|
|
17526
17547
|
# @return [Types::UpdateApplicationWithTokenExchangeGrantResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
17527
17548
|
#
|
|
@@ -17555,7 +17576,7 @@ module Aws::QuickSight
|
|
|
17555
17576
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
17556
17577
|
#
|
|
17557
17578
|
# @option params [required, String] :brand_id
|
|
17558
|
-
# The ID of the Quick
|
|
17579
|
+
# The ID of the Quick brand.
|
|
17559
17580
|
#
|
|
17560
17581
|
# @option params [Types::BrandDefinition] :brand_definition
|
|
17561
17582
|
# The definition of the brand.
|
|
@@ -17787,7 +17808,7 @@ module Aws::QuickSight
|
|
|
17787
17808
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
17788
17809
|
#
|
|
17789
17810
|
# @option params [required, String] :brand_id
|
|
17790
|
-
# The ID of the Quick
|
|
17811
|
+
# The ID of the Quick brand.
|
|
17791
17812
|
#
|
|
17792
17813
|
# @option params [required, String] :version_id
|
|
17793
17814
|
# The ID of the published version.
|
|
@@ -17873,6 +17894,7 @@ module Aws::QuickSight
|
|
|
17873
17894
|
# publish_without_approval: "DENY", # accepts DENY
|
|
17874
17895
|
# use_bedrock_models: "DENY", # accepts DENY
|
|
17875
17896
|
# perform_flow_ui_task: "DENY", # accepts DENY
|
|
17897
|
+
# approve_flow_share_requests: "DENY", # accepts DENY
|
|
17876
17898
|
# use_agent_web_search: "DENY", # accepts DENY
|
|
17877
17899
|
# knowledge_base: "DENY", # accepts DENY
|
|
17878
17900
|
# action: "DENY", # accepts DENY
|
|
@@ -18048,11 +18070,17 @@ module Aws::QuickSight
|
|
|
18048
18070
|
# create_and_update_new_relic_action: "DENY", # accepts DENY
|
|
18049
18071
|
# share_new_relic_action: "DENY", # accepts DENY
|
|
18050
18072
|
# use_new_relic_action: "DENY", # accepts DENY
|
|
18073
|
+
# topic: "DENY", # accepts DENY
|
|
18074
|
+
# edit_visual_with_q: "DENY", # accepts DENY
|
|
18075
|
+
# build_calculated_field_with_q: "DENY", # accepts DENY
|
|
18076
|
+
# create_dashboard_executive_summary_with_q: "DENY", # accepts DENY
|
|
18051
18077
|
# space: "DENY", # accepts DENY
|
|
18052
18078
|
# chat_agent: "DENY", # accepts DENY
|
|
18053
18079
|
# create_chat_agents: "DENY", # accepts DENY
|
|
18054
18080
|
# research: "DENY", # accepts DENY
|
|
18055
18081
|
# self_upgrade_user_role: "DENY", # accepts DENY
|
|
18082
|
+
# extension: "DENY", # accepts DENY
|
|
18083
|
+
# manage_shared_folders: "DENY", # accepts DENY
|
|
18056
18084
|
# },
|
|
18057
18085
|
# })
|
|
18058
18086
|
#
|
|
@@ -20270,8 +20298,8 @@ module Aws::QuickSight
|
|
|
20270
20298
|
# Before you can turn on public sharing on your account, make sure to
|
|
20271
20299
|
# give public sharing permissions to an administrative user in the
|
|
20272
20300
|
# Identity and Access Management (IAM) console. For more information on
|
|
20273
|
-
# using IAM with Amazon Quick Sight, see [Using Quick
|
|
20274
|
-
#
|
|
20301
|
+
# using IAM with Amazon Quick Sight, see [Using Quick with IAM][1] in
|
|
20302
|
+
# the *Amazon Quick Sight User Guide*.
|
|
20275
20303
|
#
|
|
20276
20304
|
#
|
|
20277
20305
|
#
|
|
@@ -20283,7 +20311,7 @@ module Aws::QuickSight
|
|
|
20283
20311
|
#
|
|
20284
20312
|
# @option params [Boolean] :public_sharing_enabled
|
|
20285
20313
|
# A Boolean value that indicates whether public sharing is turned on for
|
|
20286
|
-
# an Quick
|
|
20314
|
+
# an Quick account.
|
|
20287
20315
|
#
|
|
20288
20316
|
# @return [Types::UpdatePublicSharingSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
20289
20317
|
#
|
|
@@ -20532,15 +20560,15 @@ module Aws::QuickSight
|
|
|
20532
20560
|
req.send_request(options)
|
|
20533
20561
|
end
|
|
20534
20562
|
|
|
20535
|
-
# Updates a self-upgrade request for a Quick
|
|
20536
|
-
#
|
|
20563
|
+
# Updates a self-upgrade request for a Quick user by approving, denying,
|
|
20564
|
+
# or verifying the request.
|
|
20537
20565
|
#
|
|
20538
20566
|
# @option params [required, String] :aws_account_id
|
|
20539
20567
|
# The ID of the Amazon Web Services account that contains the
|
|
20540
20568
|
# self-upgrade request.
|
|
20541
20569
|
#
|
|
20542
20570
|
# @option params [required, String] :namespace
|
|
20543
|
-
# The Quick
|
|
20571
|
+
# The Quick namespace for the self-upgrade request.
|
|
20544
20572
|
#
|
|
20545
20573
|
# @option params [required, String] :upgrade_request_id
|
|
20546
20574
|
# The ID of the self-upgrade request to update.
|
|
@@ -20587,19 +20615,18 @@ module Aws::QuickSight
|
|
|
20587
20615
|
req.send_request(options)
|
|
20588
20616
|
end
|
|
20589
20617
|
|
|
20590
|
-
# Updates the self-upgrade configuration for a Quick
|
|
20618
|
+
# Updates the self-upgrade configuration for a Quick account.
|
|
20591
20619
|
#
|
|
20592
20620
|
# @option params [required, String] :aws_account_id
|
|
20593
20621
|
# The ID of the Amazon Web Services account that contains the Quick
|
|
20594
|
-
#
|
|
20622
|
+
# self-upgrade configuration that you want to update.
|
|
20595
20623
|
#
|
|
20596
20624
|
# @option params [required, String] :namespace
|
|
20597
|
-
# The Quick
|
|
20598
|
-
#
|
|
20625
|
+
# The Quick namespace that you want to update the Quick self-upgrade
|
|
20626
|
+
# configuration for.
|
|
20599
20627
|
#
|
|
20600
20628
|
# @option params [required, String] :self_upgrade_status
|
|
20601
|
-
# The self-upgrade status that you want to set for the Quick
|
|
20602
|
-
# account.
|
|
20629
|
+
# The self-upgrade status that you want to set for the Quick account.
|
|
20603
20630
|
#
|
|
20604
20631
|
# @return [Types::UpdateSelfUpgradeConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
20605
20632
|
#
|
|
@@ -21863,7 +21890,7 @@ module Aws::QuickSight
|
|
|
21863
21890
|
tracer: tracer
|
|
21864
21891
|
)
|
|
21865
21892
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
21866
|
-
context[:gem_version] = '1.
|
|
21893
|
+
context[:gem_version] = '1.175.0'
|
|
21867
21894
|
Seahorse::Client::Request.new(handlers, context)
|
|
21868
21895
|
end
|
|
21869
21896
|
|
|
@@ -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,17 @@ 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"))
|
|
3663
|
+
Capabilities.add_member(:manage_shared_folders, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ManageSharedFolders"))
|
|
3657
3664
|
Capabilities.struct_class = Types::Capabilities
|
|
3658
3665
|
|
|
3659
3666
|
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,19 @@ 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
|
+
#
|
|
5418
|
+
# @!attribute [rw] manage_shared_folders
|
|
5419
|
+
# The ability to create, update, delete and view shared folders (both
|
|
5420
|
+
# restricted and unrestricted), ability to add any asset to shared
|
|
5421
|
+
# folders, and ability to share the folders.
|
|
5422
|
+
#
|
|
5423
|
+
# **Note:** This does *not* prevent inheriting access to assets that
|
|
5424
|
+
# others share with them through folder membership.
|
|
5425
|
+
# @return [String]
|
|
5426
|
+
#
|
|
5394
5427
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Capabilities AWS API Documentation
|
|
5395
5428
|
#
|
|
5396
5429
|
class Capabilities < Struct.new(
|
|
@@ -5424,6 +5457,7 @@ module Aws::QuickSight
|
|
|
5424
5457
|
:publish_without_approval,
|
|
5425
5458
|
:use_bedrock_models,
|
|
5426
5459
|
:perform_flow_ui_task,
|
|
5460
|
+
:approve_flow_share_requests,
|
|
5427
5461
|
:use_agent_web_search,
|
|
5428
5462
|
:knowledge_base,
|
|
5429
5463
|
:action,
|
|
@@ -5599,11 +5633,17 @@ module Aws::QuickSight
|
|
|
5599
5633
|
:create_and_update_new_relic_action,
|
|
5600
5634
|
:share_new_relic_action,
|
|
5601
5635
|
:use_new_relic_action,
|
|
5636
|
+
:topic,
|
|
5637
|
+
:edit_visual_with_q,
|
|
5638
|
+
:build_calculated_field_with_q,
|
|
5639
|
+
:create_dashboard_executive_summary_with_q,
|
|
5602
5640
|
:space,
|
|
5603
5641
|
:chat_agent,
|
|
5604
5642
|
:create_chat_agents,
|
|
5605
5643
|
:research,
|
|
5606
|
-
:self_upgrade_user_role
|
|
5644
|
+
:self_upgrade_user_role,
|
|
5645
|
+
:extension,
|
|
5646
|
+
:manage_shared_folders)
|
|
5607
5647
|
SENSITIVE = []
|
|
5608
5648
|
include Aws::Structure
|
|
5609
5649
|
end
|
|
@@ -7755,7 +7795,7 @@ module Aws::QuickSight
|
|
|
7755
7795
|
# @return [String]
|
|
7756
7796
|
#
|
|
7757
7797
|
# @!attribute [rw] brand_id
|
|
7758
|
-
# The ID of the Quick
|
|
7798
|
+
# The ID of the Quick brand.
|
|
7759
7799
|
# @return [String]
|
|
7760
7800
|
#
|
|
7761
7801
|
# @!attribute [rw] brand_definition
|
|
@@ -10565,7 +10605,7 @@ module Aws::QuickSight
|
|
|
10565
10605
|
# The ID of the dashboard that has the visual that you want to embed.
|
|
10566
10606
|
# The `DashboardId` can be found in the `IDs for developers` section
|
|
10567
10607
|
# of the `Embed visual` pane of the visual's on-visual menu of the
|
|
10568
|
-
# Quick
|
|
10608
|
+
# Quick console. You can also get the `DashboardId` with a
|
|
10569
10609
|
# `ListDashboards` API operation.
|
|
10570
10610
|
# @return [String]
|
|
10571
10611
|
#
|
|
@@ -10573,7 +10613,7 @@ module Aws::QuickSight
|
|
|
10573
10613
|
# The ID of the sheet that the has visual that you want to embed. The
|
|
10574
10614
|
# `SheetId` can be found in the `IDs for developers` section of the
|
|
10575
10615
|
# `Embed visual` pane of the visual's on-visual menu of the Quick
|
|
10576
|
-
#
|
|
10616
|
+
# console.
|
|
10577
10617
|
# @return [String]
|
|
10578
10618
|
#
|
|
10579
10619
|
# @!attribute [rw] visual_id
|
|
@@ -13695,7 +13735,7 @@ module Aws::QuickSight
|
|
|
13695
13735
|
# @return [String]
|
|
13696
13736
|
#
|
|
13697
13737
|
# @!attribute [rw] brand_id
|
|
13698
|
-
# The ID of the Quick
|
|
13738
|
+
# The ID of the Quick brand.
|
|
13699
13739
|
# @return [String]
|
|
13700
13740
|
#
|
|
13701
13741
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteBrandRequest AWS API Documentation
|
|
@@ -15034,8 +15074,8 @@ module Aws::QuickSight
|
|
|
15034
15074
|
# sometimes referred to as a Quick Sight "account" even though it's
|
|
15035
15075
|
# technically not an account by itself. Instead, it's a subscription
|
|
15036
15076
|
# to the Amazon Quick Sight service for your Amazon Web Services
|
|
15037
|
-
# account. The edition that you subscribe to applies to Quick
|
|
15038
|
-
#
|
|
15077
|
+
# account. The edition that you subscribe to applies to Quick in every
|
|
15078
|
+
# Amazon Web Services Region where you use it.
|
|
15039
15079
|
# @return [Types::AccountSettings]
|
|
15040
15080
|
#
|
|
15041
15081
|
# @!attribute [rw] request_id
|
|
@@ -15697,7 +15737,7 @@ module Aws::QuickSight
|
|
|
15697
15737
|
# @return [String]
|
|
15698
15738
|
#
|
|
15699
15739
|
# @!attribute [rw] brand_id
|
|
15700
|
-
# The ID of the Quick
|
|
15740
|
+
# The ID of the Quick brand.
|
|
15701
15741
|
# @return [String]
|
|
15702
15742
|
#
|
|
15703
15743
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeBrandPublishedVersionRequest AWS API Documentation
|
|
@@ -15736,7 +15776,7 @@ module Aws::QuickSight
|
|
|
15736
15776
|
# @return [String]
|
|
15737
15777
|
#
|
|
15738
15778
|
# @!attribute [rw] brand_id
|
|
15739
|
-
# The ID of the Quick
|
|
15779
|
+
# The ID of the Quick brand.
|
|
15740
15780
|
# @return [String]
|
|
15741
15781
|
#
|
|
15742
15782
|
# @!attribute [rw] version_id
|
|
@@ -17224,12 +17264,12 @@ module Aws::QuickSight
|
|
|
17224
17264
|
|
|
17225
17265
|
# @!attribute [rw] aws_account_id
|
|
17226
17266
|
# The ID of the Amazon Web Services account that contains the Quick
|
|
17227
|
-
#
|
|
17267
|
+
# self-upgrade configuration.
|
|
17228
17268
|
# @return [String]
|
|
17229
17269
|
#
|
|
17230
17270
|
# @!attribute [rw] namespace
|
|
17231
|
-
# The Quick
|
|
17232
|
-
#
|
|
17271
|
+
# The Quick namespace that you want to describe the Quick self-upgrade
|
|
17272
|
+
# configuration for.
|
|
17233
17273
|
# @return [String]
|
|
17234
17274
|
#
|
|
17235
17275
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeSelfUpgradeConfigurationRequest AWS API Documentation
|
|
@@ -17242,7 +17282,7 @@ module Aws::QuickSight
|
|
|
17242
17282
|
end
|
|
17243
17283
|
|
|
17244
17284
|
# @!attribute [rw] self_upgrade_configuration
|
|
17245
|
-
# The self-upgrade configuration for the Quick
|
|
17285
|
+
# The self-upgrade configuration for the Quick account.
|
|
17246
17286
|
# @return [Types::SelfUpgradeConfiguration]
|
|
17247
17287
|
#
|
|
17248
17288
|
# @!attribute [rw] request_id
|
|
@@ -20833,8 +20873,8 @@ module Aws::QuickSight
|
|
|
20833
20873
|
#
|
|
20834
20874
|
# @!attribute [rw] namespace
|
|
20835
20875
|
# The Amazon Quick Sight namespace that the anonymous user virtually
|
|
20836
|
-
# belongs to. If you are not using an Amazon Quick
|
|
20837
|
-
#
|
|
20876
|
+
# belongs to. If you are not using an Amazon Quick custom namespace,
|
|
20877
|
+
# set this to `default`.
|
|
20838
20878
|
# @return [String]
|
|
20839
20879
|
#
|
|
20840
20880
|
# @!attribute [rw] session_tags
|
|
@@ -20865,7 +20905,7 @@ module Aws::QuickSight
|
|
|
20865
20905
|
#
|
|
20866
20906
|
# Besides, these are not the tags used for the Amazon Web Services
|
|
20867
20907
|
# resource tagging feature. For more information, see [Using Row-Level
|
|
20868
|
-
# Security (RLS) with Tags][1] in the *Amazon Quick
|
|
20908
|
+
# Security (RLS) with Tags][1] in the *Amazon Quick User Guide*.
|
|
20869
20909
|
#
|
|
20870
20910
|
#
|
|
20871
20911
|
#
|
|
@@ -20931,7 +20971,7 @@ module Aws::QuickSight
|
|
|
20931
20971
|
#
|
|
20932
20972
|
# @!attribute [rw] anonymous_user_arn
|
|
20933
20973
|
# The Amazon Resource Name (ARN) to use for the anonymous Amazon Quick
|
|
20934
|
-
#
|
|
20974
|
+
# user.
|
|
20935
20975
|
# @return [String]
|
|
20936
20976
|
#
|
|
20937
20977
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForAnonymousUserResponse AWS API Documentation
|
|
@@ -20961,8 +21001,8 @@ module Aws::QuickSight
|
|
|
20961
21001
|
#
|
|
20962
21002
|
# @!attribute [rw] experience_configuration
|
|
20963
21003
|
# The experience that you want to embed. For registered users, you can
|
|
20964
|
-
# embed Quick
|
|
20965
|
-
#
|
|
21004
|
+
# embed Quick dashboards, Amazon Quick Sight visuals, the Amazon Quick
|
|
21005
|
+
# Sight Q search bar, the Amazon Quick Sight Generative Q&A
|
|
20966
21006
|
# experience, or the entire Amazon Quick Sight console.
|
|
20967
21007
|
# @return [Types::RegisteredUserEmbeddingExperienceConfiguration]
|
|
20968
21008
|
#
|
|
@@ -21024,7 +21064,7 @@ module Aws::QuickSight
|
|
|
21024
21064
|
#
|
|
21025
21065
|
# @!attribute [rw] experience_configuration
|
|
21026
21066
|
# The type of experience you want to embed. For registered users, you
|
|
21027
|
-
# can embed Quick
|
|
21067
|
+
# can embed Quick dashboards or the Amazon Quick Sight console.
|
|
21028
21068
|
#
|
|
21029
21069
|
# <note markdown="1"> Exactly one of the experience configurations is required. You can
|
|
21030
21070
|
# choose `Dashboard` or `QuickSightConsole`. You cannot choose more
|
|
@@ -22153,10 +22193,10 @@ module Aws::QuickSight
|
|
|
22153
22193
|
# @return [Boolean]
|
|
22154
22194
|
#
|
|
22155
22195
|
# @!attribute [rw] user_arn
|
|
22156
|
-
# The Amazon Quick
|
|
22157
|
-
#
|
|
22158
|
-
#
|
|
22159
|
-
#
|
|
22196
|
+
# The Amazon Quick user's Amazon Resource Name (ARN), for use with
|
|
22197
|
+
# `QUICKSIGHT` identity type. You can use this for any Amazon Quick
|
|
22198
|
+
# users in your account (readers, authors, or admins) authenticated as
|
|
22199
|
+
# one of the following:
|
|
22160
22200
|
#
|
|
22161
22201
|
# * Active Directory (AD) users or group members
|
|
22162
22202
|
#
|
|
@@ -22180,10 +22220,9 @@ module Aws::QuickSight
|
|
|
22180
22220
|
# A list of one or more dashboard IDs that you want anonymous users to
|
|
22181
22221
|
# have tempporary access to. Currently, the `IdentityType` parameter
|
|
22182
22222
|
# must be set to `ANONYMOUS` because other identity types authenticate
|
|
22183
|
-
# as Quick
|
|
22184
|
-
#
|
|
22185
|
-
#
|
|
22186
|
-
# dashboards.
|
|
22223
|
+
# as Quick or IAM users. For example, if you set "`--dashboard-id
|
|
22224
|
+
# dash_id1 --dashboard-id dash_id2 dash_id3 identity-type
|
|
22225
|
+
# ANONYMOUS`", the session can access all three dashboards.
|
|
22187
22226
|
# @return [Array<String>]
|
|
22188
22227
|
#
|
|
22189
22228
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GetDashboardEmbedUrlRequest AWS API Documentation
|
|
@@ -22457,10 +22496,10 @@ module Aws::QuickSight
|
|
|
22457
22496
|
# @return [Integer]
|
|
22458
22497
|
#
|
|
22459
22498
|
# @!attribute [rw] user_arn
|
|
22460
|
-
# The Amazon Quick
|
|
22461
|
-
#
|
|
22462
|
-
#
|
|
22463
|
-
#
|
|
22499
|
+
# The Amazon Quick user's Amazon Resource Name (ARN), for use with
|
|
22500
|
+
# `QUICKSIGHT` identity type. You can use this for any type of Amazon
|
|
22501
|
+
# Quick users in your account (readers, authors, or admins). They need
|
|
22502
|
+
# to be authenticated as one of the following:
|
|
22464
22503
|
#
|
|
22465
22504
|
# 1. Active Directory (AD) users or group members
|
|
22466
22505
|
#
|
|
@@ -22487,10 +22526,10 @@ module Aws::QuickSight
|
|
|
22487
22526
|
|
|
22488
22527
|
# @!attribute [rw] embed_url
|
|
22489
22528
|
# A single-use URL that you can put into your server-side web page to
|
|
22490
|
-
# embed your Quick
|
|
22491
|
-
#
|
|
22492
|
-
#
|
|
22493
|
-
#
|
|
22529
|
+
# embed your Quick session. This URL is valid for 5 minutes. The API
|
|
22530
|
+
# operation provides the URL with an `auth_code` value that enables
|
|
22531
|
+
# one (and only one) sign-on to a user session that is valid for 10
|
|
22532
|
+
# hours.
|
|
22494
22533
|
# @return [String]
|
|
22495
22534
|
#
|
|
22496
22535
|
# @!attribute [rw] status
|
|
@@ -26732,7 +26771,7 @@ module Aws::QuickSight
|
|
|
26732
26771
|
# @return [String]
|
|
26733
26772
|
#
|
|
26734
26773
|
# @!attribute [rw] namespace
|
|
26735
|
-
# The Quick
|
|
26774
|
+
# The Quick namespace for the self-upgrade requests.
|
|
26736
26775
|
# @return [String]
|
|
26737
26776
|
#
|
|
26738
26777
|
# @!attribute [rw] next_token
|
|
@@ -29577,8 +29616,8 @@ module Aws::QuickSight
|
|
|
29577
29616
|
#
|
|
29578
29617
|
# @!attribute [rw] principal
|
|
29579
29618
|
# The Amazon Resource Name (ARN) of the principal. This can be an
|
|
29580
|
-
# Amazon Quick
|
|
29581
|
-
#
|
|
29619
|
+
# Amazon Quick user, group or namespace associated with the flow.
|
|
29620
|
+
# Namespace principal can only be set as a viewer and will grant
|
|
29582
29621
|
# everyone in the same namespace viewer permissions.
|
|
29583
29622
|
# @return [String]
|
|
29584
29623
|
#
|
|
@@ -32515,7 +32554,7 @@ module Aws::QuickSight
|
|
|
32515
32554
|
end
|
|
32516
32555
|
|
|
32517
32556
|
# The type of experience you want to embed. For registered users, you
|
|
32518
|
-
# can embed Quick
|
|
32557
|
+
# can embed Quick dashboards or the Amazon Quick Sight console.
|
|
32519
32558
|
#
|
|
32520
32559
|
# <note markdown="1"> Exactly one of the experience configurations is required. You can
|
|
32521
32560
|
# choose `Dashboard` or `QuickSightConsole`. You cannot choose more than
|
|
@@ -32533,7 +32572,7 @@ module Aws::QuickSight
|
|
|
32533
32572
|
# console embedding experience. This can be used along with custom
|
|
32534
32573
|
# permissions to restrict access to certain features. For more
|
|
32535
32574
|
# information, see [Customizing Access to the Amazon Quick Sight
|
|
32536
|
-
# Console][1] in the *Amazon Quick
|
|
32575
|
+
# Console][1] in the *Amazon Quick User Guide*.
|
|
32537
32576
|
#
|
|
32538
32577
|
# Use ` GenerateEmbedUrlForRegisteredUser ` where you want to provide
|
|
32539
32578
|
# an authoring portal that allows users to create data sources,
|
|
@@ -32544,16 +32583,16 @@ module Aws::QuickSight
|
|
|
32544
32583
|
# the ` UpdateUser ` API operation. Use the ` RegisterUser ` API
|
|
32545
32584
|
# operation to add a new user with a custom permission profile
|
|
32546
32585
|
# attached. For more information, see the following sections in the
|
|
32547
|
-
# *Amazon Quick
|
|
32586
|
+
# *Amazon Quick User Guide*:
|
|
32548
32587
|
#
|
|
32549
32588
|
# * [Embedding the Full Functionality of the Amazon Quick Sight
|
|
32550
32589
|
# Console for Authenticated Users][2]
|
|
32551
32590
|
#
|
|
32552
|
-
# * [Customizing Access to the Amazon Quick
|
|
32591
|
+
# * [Customizing Access to the Amazon Quick Console][1]
|
|
32553
32592
|
#
|
|
32554
32593
|
# For more information about the high-level steps for embedding and
|
|
32555
32594
|
# for an interactive demo of the ways you can customize embedding,
|
|
32556
|
-
# visit the [Amazon Quick
|
|
32595
|
+
# visit the [Amazon Quick Developer Portal][3].
|
|
32557
32596
|
#
|
|
32558
32597
|
#
|
|
32559
32598
|
#
|
|
@@ -32614,7 +32653,7 @@ module Aws::QuickSight
|
|
|
32614
32653
|
# @!attribute [rw] initial_topic_id
|
|
32615
32654
|
# The ID of the new Q reader experience topic that you want to make
|
|
32616
32655
|
# 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
|
|
32656
|
+
# find a topic ID by navigating to the Topics pane in the Quick
|
|
32618
32657
|
# application and opening a topic. The ID is in the URL for the topic
|
|
32619
32658
|
# that you open.
|
|
32620
32659
|
#
|
|
@@ -34653,11 +34692,11 @@ module Aws::QuickSight
|
|
|
34653
34692
|
include Aws::Structure
|
|
34654
34693
|
end
|
|
34655
34694
|
|
|
34656
|
-
# The self-upgrade configuration for the Quick
|
|
34695
|
+
# The self-upgrade configuration for the Quick account.
|
|
34657
34696
|
#
|
|
34658
34697
|
# @!attribute [rw] self_upgrade_status
|
|
34659
|
-
# Status set for the self-upgrade configuration for the Quick
|
|
34660
|
-
#
|
|
34698
|
+
# Status set for the self-upgrade configuration for the Quick account.
|
|
34699
|
+
# It can contain the following values:
|
|
34661
34700
|
#
|
|
34662
34701
|
# * `AUTO_APPROVAL`: All the self-upgrade requests will be auto
|
|
34663
34702
|
# approved.
|
|
@@ -35095,7 +35134,7 @@ module Aws::QuickSight
|
|
|
35095
35134
|
#
|
|
35096
35135
|
# @!attribute [rw] name
|
|
35097
35136
|
# The name of the sheet. This name is displayed on the sheet's tab in
|
|
35098
|
-
# the Quick
|
|
35137
|
+
# the Quick console.
|
|
35099
35138
|
# @return [String]
|
|
35100
35139
|
#
|
|
35101
35140
|
# @!attribute [rw] parameter_controls
|
|
@@ -35685,7 +35724,7 @@ module Aws::QuickSight
|
|
|
35685
35724
|
# These are not the tags that are used for Amazon Web Services
|
|
35686
35725
|
# resource tagging. For more information on row level security in
|
|
35687
35726
|
# Amazon Quick Sight, see [Using Row-Level Security (RLS) with
|
|
35688
|
-
# Tags][1]in the *Amazon Quick
|
|
35727
|
+
# Tags][1]in the *Amazon Quick User Guide*.
|
|
35689
35728
|
#
|
|
35690
35729
|
#
|
|
35691
35730
|
#
|
|
@@ -41491,7 +41530,7 @@ module Aws::QuickSight
|
|
|
41491
41530
|
# @return [String]
|
|
41492
41531
|
#
|
|
41493
41532
|
# @!attribute [rw] namespace
|
|
41494
|
-
# The namespace of the Quick
|
|
41533
|
+
# The namespace of the Quick application.
|
|
41495
41534
|
# @return [String]
|
|
41496
41535
|
#
|
|
41497
41536
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateApplicationWithTokenExchangeGrantRequest AWS API Documentation
|
|
@@ -41560,7 +41599,7 @@ module Aws::QuickSight
|
|
|
41560
41599
|
# @return [String]
|
|
41561
41600
|
#
|
|
41562
41601
|
# @!attribute [rw] brand_id
|
|
41563
|
-
# The ID of the Quick
|
|
41602
|
+
# The ID of the Quick brand.
|
|
41564
41603
|
# @return [String]
|
|
41565
41604
|
#
|
|
41566
41605
|
# @!attribute [rw] version_id
|
|
@@ -41599,7 +41638,7 @@ module Aws::QuickSight
|
|
|
41599
41638
|
# @return [String]
|
|
41600
41639
|
#
|
|
41601
41640
|
# @!attribute [rw] brand_id
|
|
41602
|
-
# The ID of the Quick
|
|
41641
|
+
# The ID of the Quick brand.
|
|
41603
41642
|
# @return [String]
|
|
41604
41643
|
#
|
|
41605
41644
|
# @!attribute [rw] brand_definition
|
|
@@ -42915,7 +42954,7 @@ module Aws::QuickSight
|
|
|
42915
42954
|
#
|
|
42916
42955
|
# @!attribute [rw] public_sharing_enabled
|
|
42917
42956
|
# A Boolean value that indicates whether public sharing is turned on
|
|
42918
|
-
# for an Quick
|
|
42957
|
+
# for an Quick account.
|
|
42919
42958
|
# @return [Boolean]
|
|
42920
42959
|
#
|
|
42921
42960
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdatePublicSharingSettingsRequest AWS API Documentation
|
|
@@ -43169,17 +43208,16 @@ module Aws::QuickSight
|
|
|
43169
43208
|
|
|
43170
43209
|
# @!attribute [rw] aws_account_id
|
|
43171
43210
|
# The ID of the Amazon Web Services account that contains the Quick
|
|
43172
|
-
#
|
|
43211
|
+
# self-upgrade configuration that you want to update.
|
|
43173
43212
|
# @return [String]
|
|
43174
43213
|
#
|
|
43175
43214
|
# @!attribute [rw] namespace
|
|
43176
|
-
# The Quick
|
|
43177
|
-
#
|
|
43215
|
+
# The Quick namespace that you want to update the Quick self-upgrade
|
|
43216
|
+
# configuration for.
|
|
43178
43217
|
# @return [String]
|
|
43179
43218
|
#
|
|
43180
43219
|
# @!attribute [rw] self_upgrade_status
|
|
43181
|
-
# The self-upgrade status that you want to set for the Quick
|
|
43182
|
-
# account.
|
|
43220
|
+
# The self-upgrade status that you want to set for the Quick account.
|
|
43183
43221
|
# @return [String]
|
|
43184
43222
|
#
|
|
43185
43223
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateSelfUpgradeConfigurationRequest AWS API Documentation
|
|
@@ -43215,7 +43253,7 @@ module Aws::QuickSight
|
|
|
43215
43253
|
# @return [String]
|
|
43216
43254
|
#
|
|
43217
43255
|
# @!attribute [rw] namespace
|
|
43218
|
-
# The Quick
|
|
43256
|
+
# The Quick namespace for the self-upgrade request.
|
|
43219
43257
|
# @return [String]
|
|
43220
43258
|
#
|
|
43221
43259
|
# @!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,17 @@ 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")?,
|
|
38990
|
+
manage_shared_folders: ("DENY")?
|
|
38984
38991
|
},
|
|
38985
38992
|
?tags: Array[
|
|
38986
38993
|
{
|
|
@@ -157224,6 +157231,7 @@ module Aws
|
|
|
157224
157231
|
publish_without_approval: ("DENY")?,
|
|
157225
157232
|
use_bedrock_models: ("DENY")?,
|
|
157226
157233
|
perform_flow_ui_task: ("DENY")?,
|
|
157234
|
+
approve_flow_share_requests: ("DENY")?,
|
|
157227
157235
|
use_agent_web_search: ("DENY")?,
|
|
157228
157236
|
knowledge_base: ("DENY")?,
|
|
157229
157237
|
action: ("DENY")?,
|
|
@@ -157399,11 +157407,17 @@ module Aws
|
|
|
157399
157407
|
create_and_update_new_relic_action: ("DENY")?,
|
|
157400
157408
|
share_new_relic_action: ("DENY")?,
|
|
157401
157409
|
use_new_relic_action: ("DENY")?,
|
|
157410
|
+
topic: ("DENY")?,
|
|
157411
|
+
edit_visual_with_q: ("DENY")?,
|
|
157412
|
+
build_calculated_field_with_q: ("DENY")?,
|
|
157413
|
+
create_dashboard_executive_summary_with_q: ("DENY")?,
|
|
157402
157414
|
space: ("DENY")?,
|
|
157403
157415
|
chat_agent: ("DENY")?,
|
|
157404
157416
|
create_chat_agents: ("DENY")?,
|
|
157405
157417
|
research: ("DENY")?,
|
|
157406
|
-
self_upgrade_user_role: ("DENY")
|
|
157418
|
+
self_upgrade_user_role: ("DENY")?,
|
|
157419
|
+
extension: ("DENY")?,
|
|
157420
|
+
manage_shared_folders: ("DENY")?
|
|
157407
157421
|
}
|
|
157408
157422
|
) -> _UpdateCustomPermissionsResponseSuccess
|
|
157409
157423
|
| (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,17 @@ 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")
|
|
1402
|
+
attr_accessor manage_shared_folders: ("DENY")
|
|
1396
1403
|
SENSITIVE: []
|
|
1397
1404
|
end
|
|
1398
1405
|
|