aws-sdk-quicksight 1.138.0 → 1.139.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +431 -4
- data/lib/aws-sdk-quicksight/client_api.rb +245 -0
- data/lib/aws-sdk-quicksight/types.rb +477 -0
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +148 -2
- data/sig/types.rbs +141 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0b92514ac8760d15fbde66909fe65144316e16a1373932898087554dc9620f1
|
4
|
+
data.tar.gz: 7e4226b8a4f4e9d69af191c4f790476af9a7a2dc3af258fd319f013bb9c90f62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba66f41f11aad51edecb7112b98f7e01a952bba21453f91608e17c55822bbdc531538e7ac8dcfbcdc68c4f74aa588aaabcd992488ddffd47d971b623a7e22373
|
7
|
+
data.tar.gz: b1e1b6f4e33f5d71885383a9d2afe89e14c274c79cf1d4ce16ef2ca920f81ea99780f908714848281a6b5b29eea12362ffbef695f698ee53b32193b4818f66e2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.139.0
|
@@ -4617,6 +4617,46 @@ module Aws::QuickSight
|
|
4617
4617
|
req.send_request(options)
|
4618
4618
|
end
|
4619
4619
|
|
4620
|
+
# Deletes a linked Amazon Q Business application from an Amazon
|
4621
|
+
# QuickSight account
|
4622
|
+
#
|
4623
|
+
# @option params [required, String] :aws_account_id
|
4624
|
+
# The ID of the Amazon QuickSight account that you want to disconnect
|
4625
|
+
# from a Amazon Q Business application.
|
4626
|
+
#
|
4627
|
+
# @option params [String] :namespace
|
4628
|
+
# The Amazon QuickSight namespace that you want to delete a linked
|
4629
|
+
# Amazon Q Business application from. If this field is left blank, the
|
4630
|
+
# Amazon Q Business application is deleted from the default namespace.
|
4631
|
+
# Currently, the default namespace is the only valid value for this
|
4632
|
+
# parameter.
|
4633
|
+
#
|
4634
|
+
# @return [Types::DeleteDefaultQBusinessApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4635
|
+
#
|
4636
|
+
# * {Types::DeleteDefaultQBusinessApplicationResponse#request_id #request_id} => String
|
4637
|
+
# * {Types::DeleteDefaultQBusinessApplicationResponse#status #status} => Integer
|
4638
|
+
#
|
4639
|
+
# @example Request syntax with placeholder values
|
4640
|
+
#
|
4641
|
+
# resp = client.delete_default_q_business_application({
|
4642
|
+
# aws_account_id: "AwsAccountId", # required
|
4643
|
+
# namespace: "Namespace",
|
4644
|
+
# })
|
4645
|
+
#
|
4646
|
+
# @example Response structure
|
4647
|
+
#
|
4648
|
+
# resp.request_id #=> String
|
4649
|
+
# resp.status #=> Integer
|
4650
|
+
#
|
4651
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDefaultQBusinessApplication AWS API Documentation
|
4652
|
+
#
|
4653
|
+
# @overload delete_default_q_business_application(params = {})
|
4654
|
+
# @param [Hash] params ({})
|
4655
|
+
def delete_default_q_business_application(params = {}, options = {})
|
4656
|
+
req = build_request(:delete_default_q_business_application, params)
|
4657
|
+
req.send_request(options)
|
4658
|
+
end
|
4659
|
+
|
4620
4660
|
# Deletes an empty folder.
|
4621
4661
|
#
|
4622
4662
|
# @option params [required, String] :aws_account_id
|
@@ -4849,7 +4889,7 @@ module Aws::QuickSight
|
|
4849
4889
|
#
|
4850
4890
|
# resp = client.delete_identity_propagation_config({
|
4851
4891
|
# aws_account_id: "AwsAccountId", # required
|
4852
|
-
# service: "REDSHIFT", # required, accepts REDSHIFT
|
4892
|
+
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS
|
4853
4893
|
# })
|
4854
4894
|
#
|
4855
4895
|
# @example Response structure
|
@@ -7438,6 +7478,47 @@ module Aws::QuickSight
|
|
7438
7478
|
req.send_request(options)
|
7439
7479
|
end
|
7440
7480
|
|
7481
|
+
# Describes a Amazon Q Business application that is linked to an Amazon
|
7482
|
+
# QuickSight account.
|
7483
|
+
#
|
7484
|
+
# @option params [required, String] :aws_account_id
|
7485
|
+
# The ID of the Amazon QuickSight account that is linked to the Amazon Q
|
7486
|
+
# Business application that you want described.
|
7487
|
+
#
|
7488
|
+
# @option params [String] :namespace
|
7489
|
+
# The Amazon QuickSight namespace that contains the linked Amazon Q
|
7490
|
+
# Business application. If this field is left blank, the default
|
7491
|
+
# namespace is used. Currently, the default namespace is the only valid
|
7492
|
+
# value for this parameter.
|
7493
|
+
#
|
7494
|
+
# @return [Types::DescribeDefaultQBusinessApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7495
|
+
#
|
7496
|
+
# * {Types::DescribeDefaultQBusinessApplicationResponse#request_id #request_id} => String
|
7497
|
+
# * {Types::DescribeDefaultQBusinessApplicationResponse#status #status} => Integer
|
7498
|
+
# * {Types::DescribeDefaultQBusinessApplicationResponse#application_id #application_id} => String
|
7499
|
+
#
|
7500
|
+
# @example Request syntax with placeholder values
|
7501
|
+
#
|
7502
|
+
# resp = client.describe_default_q_business_application({
|
7503
|
+
# aws_account_id: "AwsAccountId", # required
|
7504
|
+
# namespace: "Namespace",
|
7505
|
+
# })
|
7506
|
+
#
|
7507
|
+
# @example Response structure
|
7508
|
+
#
|
7509
|
+
# resp.request_id #=> String
|
7510
|
+
# resp.status #=> Integer
|
7511
|
+
# resp.application_id #=> String
|
7512
|
+
#
|
7513
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDefaultQBusinessApplication AWS API Documentation
|
7514
|
+
#
|
7515
|
+
# @overload describe_default_q_business_application(params = {})
|
7516
|
+
# @param [Hash] params ({})
|
7517
|
+
def describe_default_q_business_application(params = {}, options = {})
|
7518
|
+
req = build_request(:describe_default_q_business_application, params)
|
7519
|
+
req.send_request(options)
|
7520
|
+
end
|
7521
|
+
|
7441
7522
|
# Describes a folder.
|
7442
7523
|
#
|
7443
7524
|
# @option params [required, String] :aws_account_id
|
@@ -7963,6 +8044,39 @@ module Aws::QuickSight
|
|
7963
8044
|
req.send_request(options)
|
7964
8045
|
end
|
7965
8046
|
|
8047
|
+
# Describes the state of a Amazon QuickSight Q Search configuration.
|
8048
|
+
#
|
8049
|
+
# @option params [required, String] :aws_account_id
|
8050
|
+
# The ID of the Amazon Web Services account that contains the Amazon
|
8051
|
+
# QuickSight Q Search configuration that the user wants described.
|
8052
|
+
#
|
8053
|
+
# @return [Types::DescribeQuickSightQSearchConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8054
|
+
#
|
8055
|
+
# * {Types::DescribeQuickSightQSearchConfigurationResponse#q_search_status #q_search_status} => String
|
8056
|
+
# * {Types::DescribeQuickSightQSearchConfigurationResponse#request_id #request_id} => String
|
8057
|
+
# * {Types::DescribeQuickSightQSearchConfigurationResponse#status #status} => Integer
|
8058
|
+
#
|
8059
|
+
# @example Request syntax with placeholder values
|
8060
|
+
#
|
8061
|
+
# resp = client.describe_quick_sight_q_search_configuration({
|
8062
|
+
# aws_account_id: "AwsAccountId", # required
|
8063
|
+
# })
|
8064
|
+
#
|
8065
|
+
# @example Response structure
|
8066
|
+
#
|
8067
|
+
# resp.q_search_status #=> String, one of "ENABLED", "DISABLED"
|
8068
|
+
# resp.request_id #=> String
|
8069
|
+
# resp.status #=> Integer
|
8070
|
+
#
|
8071
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeQuickSightQSearchConfiguration AWS API Documentation
|
8072
|
+
#
|
8073
|
+
# @overload describe_quick_sight_q_search_configuration(params = {})
|
8074
|
+
# @param [Hash] params ({})
|
8075
|
+
def describe_quick_sight_q_search_configuration(params = {}, options = {})
|
8076
|
+
req = build_request(:describe_quick_sight_q_search_configuration, params)
|
8077
|
+
req.send_request(options)
|
8078
|
+
end
|
8079
|
+
|
7966
8080
|
# Provides a summary of a refresh schedule.
|
7967
8081
|
#
|
7968
8082
|
# @option params [required, String] :aws_account_id
|
@@ -9230,6 +9344,116 @@ module Aws::QuickSight
|
|
9230
9344
|
req.send_request(options)
|
9231
9345
|
end
|
9232
9346
|
|
9347
|
+
# Generates an embed URL that you can use to embed an Amazon QuickSight
|
9348
|
+
# experience in your website. This action can be used for any type of
|
9349
|
+
# user that is registered in an Amazon QuickSight account that uses IAM
|
9350
|
+
# Identity Center for authentication. This API requires
|
9351
|
+
# [identity-enhanced IAM Role sessions][1] for the authenticated user
|
9352
|
+
# that the API call is being made for.
|
9353
|
+
#
|
9354
|
+
# This API uses [trusted identity propagation][2] to ensure that an end
|
9355
|
+
# user is authenticated and receives the embed URL that is specific to
|
9356
|
+
# that user. The IAM Identity Center application that the user has
|
9357
|
+
# logged into needs to have [trusted Identity Propagation enabled for
|
9358
|
+
# Amazon QuickSight][3] with the scope value set to `quicksight:read`.
|
9359
|
+
# Before you use this action, make sure that you have configured the
|
9360
|
+
# relevant Amazon QuickSight resource and permissions.
|
9361
|
+
#
|
9362
|
+
#
|
9363
|
+
#
|
9364
|
+
# [1]: https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-overview.html#types-identity-enhanced-iam-role-sessions
|
9365
|
+
# [2]: https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html
|
9366
|
+
# [3]: https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html
|
9367
|
+
#
|
9368
|
+
# @option params [required, String] :aws_account_id
|
9369
|
+
# The ID of the Amazon Web Services registered user.
|
9370
|
+
#
|
9371
|
+
# @option params [Integer] :session_lifetime_in_minutes
|
9372
|
+
# The validity of the session in minutes.
|
9373
|
+
#
|
9374
|
+
# @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
|
9375
|
+
# The type of experience you want to embed. For registered users, you
|
9376
|
+
# can embed Amazon QuickSight dashboards or the Amazon QuickSight
|
9377
|
+
# console.
|
9378
|
+
#
|
9379
|
+
# <note markdown="1"> Exactly one of the experience configurations is required. You can
|
9380
|
+
# choose `Dashboard` or `QuickSightConsole`. You cannot choose more than
|
9381
|
+
# one experience configuration.
|
9382
|
+
#
|
9383
|
+
# </note>
|
9384
|
+
#
|
9385
|
+
# @option params [Array<String>] :allowed_domains
|
9386
|
+
# A list of domains to be allowed to generate the embed URL.
|
9387
|
+
#
|
9388
|
+
# @return [Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9389
|
+
#
|
9390
|
+
# * {Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse#embed_url #embed_url} => String
|
9391
|
+
# * {Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse#status #status} => Integer
|
9392
|
+
# * {Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse#request_id #request_id} => String
|
9393
|
+
#
|
9394
|
+
# @example Request syntax with placeholder values
|
9395
|
+
#
|
9396
|
+
# resp = client.generate_embed_url_for_registered_user_with_identity({
|
9397
|
+
# aws_account_id: "AwsAccountId", # required
|
9398
|
+
# session_lifetime_in_minutes: 1,
|
9399
|
+
# experience_configuration: { # required
|
9400
|
+
# dashboard: {
|
9401
|
+
# initial_dashboard_id: "ShortRestrictiveResourceId", # required
|
9402
|
+
# feature_configurations: {
|
9403
|
+
# state_persistence: {
|
9404
|
+
# enabled: false, # required
|
9405
|
+
# },
|
9406
|
+
# shared_view: {
|
9407
|
+
# enabled: false, # required
|
9408
|
+
# },
|
9409
|
+
# bookmarks: {
|
9410
|
+
# enabled: false, # required
|
9411
|
+
# },
|
9412
|
+
# },
|
9413
|
+
# },
|
9414
|
+
# quick_sight_console: {
|
9415
|
+
# initial_path: "EntryPath",
|
9416
|
+
# feature_configurations: {
|
9417
|
+
# state_persistence: {
|
9418
|
+
# enabled: false, # required
|
9419
|
+
# },
|
9420
|
+
# shared_view: {
|
9421
|
+
# enabled: false, # required
|
9422
|
+
# },
|
9423
|
+
# },
|
9424
|
+
# },
|
9425
|
+
# q_search_bar: {
|
9426
|
+
# initial_topic_id: "RestrictiveResourceId",
|
9427
|
+
# },
|
9428
|
+
# dashboard_visual: {
|
9429
|
+
# initial_dashboard_visual_id: { # required
|
9430
|
+
# dashboard_id: "ShortRestrictiveResourceId", # required
|
9431
|
+
# sheet_id: "ShortRestrictiveResourceId", # required
|
9432
|
+
# visual_id: "ShortRestrictiveResourceId", # required
|
9433
|
+
# },
|
9434
|
+
# },
|
9435
|
+
# generative_qn_a: {
|
9436
|
+
# initial_topic_id: "RestrictiveResourceId",
|
9437
|
+
# },
|
9438
|
+
# },
|
9439
|
+
# allowed_domains: ["String"],
|
9440
|
+
# })
|
9441
|
+
#
|
9442
|
+
# @example Response structure
|
9443
|
+
#
|
9444
|
+
# resp.embed_url #=> String
|
9445
|
+
# resp.status #=> Integer
|
9446
|
+
# resp.request_id #=> String
|
9447
|
+
#
|
9448
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForRegisteredUserWithIdentity AWS API Documentation
|
9449
|
+
#
|
9450
|
+
# @overload generate_embed_url_for_registered_user_with_identity(params = {})
|
9451
|
+
# @param [Hash] params ({})
|
9452
|
+
def generate_embed_url_for_registered_user_with_identity(params = {}, options = {})
|
9453
|
+
req = build_request(:generate_embed_url_for_registered_user_with_identity, params)
|
9454
|
+
req.send_request(options)
|
9455
|
+
end
|
9456
|
+
|
9233
9457
|
# Generates a temporary session URL and authorization code(bearer token)
|
9234
9458
|
# that you can use to embed an Amazon QuickSight read-only dashboard in
|
9235
9459
|
# your website or application. Before you use this command, make sure
|
@@ -10545,7 +10769,7 @@ module Aws::QuickSight
|
|
10545
10769
|
# @example Response structure
|
10546
10770
|
#
|
10547
10771
|
# resp.services #=> Array
|
10548
|
-
# resp.services[0].service #=> String, one of "REDSHIFT"
|
10772
|
+
# resp.services[0].service #=> String, one of "REDSHIFT", "QBUSINESS"
|
10549
10773
|
# resp.services[0].authorized_targets #=> Array
|
10550
10774
|
# resp.services[0].authorized_targets[0] #=> String
|
10551
10775
|
# resp.next_token #=> String
|
@@ -11919,6 +12143,91 @@ module Aws::QuickSight
|
|
11919
12143
|
req.send_request(options)
|
11920
12144
|
end
|
11921
12145
|
|
12146
|
+
# Predicts existing visuals or generates new visuals to answer a given
|
12147
|
+
# query.
|
12148
|
+
#
|
12149
|
+
# @option params [required, String] :aws_account_id
|
12150
|
+
# The ID of the Amazon Web Services account that the user wants to
|
12151
|
+
# execute Predict QA results in.
|
12152
|
+
#
|
12153
|
+
# @option params [required, String] :query_text
|
12154
|
+
# The query text to be used to predict QA results.
|
12155
|
+
#
|
12156
|
+
# @option params [String] :include_quick_sight_q_index
|
12157
|
+
# Indicates whether Q indicies are included or excluded.
|
12158
|
+
#
|
12159
|
+
# @option params [String] :include_generated_answer
|
12160
|
+
# Indicates whether generated answers are included or excluded.
|
12161
|
+
#
|
12162
|
+
# @option params [Integer] :max_topics_to_consider
|
12163
|
+
# The number of maximum topics to be considered to predict QA results.
|
12164
|
+
#
|
12165
|
+
# @return [Types::PredictQAResultsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12166
|
+
#
|
12167
|
+
# * {Types::PredictQAResultsResponse#primary_result #primary_result} => Types::QAResult
|
12168
|
+
# * {Types::PredictQAResultsResponse#additional_results #additional_results} => Array<Types::QAResult>
|
12169
|
+
# * {Types::PredictQAResultsResponse#request_id #request_id} => String
|
12170
|
+
# * {Types::PredictQAResultsResponse#status #status} => Integer
|
12171
|
+
#
|
12172
|
+
# @example Request syntax with placeholder values
|
12173
|
+
#
|
12174
|
+
# resp = client.predict_qa_results({
|
12175
|
+
# aws_account_id: "AwsAccountId", # required
|
12176
|
+
# query_text: "QAQueryText", # required
|
12177
|
+
# include_quick_sight_q_index: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
12178
|
+
# include_generated_answer: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
12179
|
+
# max_topics_to_consider: 1,
|
12180
|
+
# })
|
12181
|
+
#
|
12182
|
+
# @example Response structure
|
12183
|
+
#
|
12184
|
+
# resp.primary_result.result_type #=> String, one of "DASHBOARD_VISUAL", "GENERATED_ANSWER", "NO_ANSWER"
|
12185
|
+
# resp.primary_result.dashboard_visual.dashboard_id #=> String
|
12186
|
+
# resp.primary_result.dashboard_visual.dashboard_name #=> String
|
12187
|
+
# resp.primary_result.dashboard_visual.sheet_id #=> String
|
12188
|
+
# resp.primary_result.dashboard_visual.sheet_name #=> String
|
12189
|
+
# resp.primary_result.dashboard_visual.visual_id #=> String
|
12190
|
+
# resp.primary_result.dashboard_visual.visual_title #=> String
|
12191
|
+
# resp.primary_result.dashboard_visual.visual_subtitle #=> String
|
12192
|
+
# resp.primary_result.dashboard_visual.dashboard_url #=> String
|
12193
|
+
# resp.primary_result.generated_answer.question_text #=> String
|
12194
|
+
# resp.primary_result.generated_answer.answer_status #=> String, one of "ANSWER_GENERATED", "ANSWER_RETRIEVED", "ANSWER_DOWNGRADE"
|
12195
|
+
# resp.primary_result.generated_answer.topic_id #=> String
|
12196
|
+
# resp.primary_result.generated_answer.topic_name #=> String
|
12197
|
+
# resp.primary_result.generated_answer.restatement #=> String
|
12198
|
+
# resp.primary_result.generated_answer.question_id #=> String
|
12199
|
+
# resp.primary_result.generated_answer.answer_id #=> String
|
12200
|
+
# resp.primary_result.generated_answer.question_url #=> String
|
12201
|
+
# resp.additional_results #=> Array
|
12202
|
+
# resp.additional_results[0].result_type #=> String, one of "DASHBOARD_VISUAL", "GENERATED_ANSWER", "NO_ANSWER"
|
12203
|
+
# resp.additional_results[0].dashboard_visual.dashboard_id #=> String
|
12204
|
+
# resp.additional_results[0].dashboard_visual.dashboard_name #=> String
|
12205
|
+
# resp.additional_results[0].dashboard_visual.sheet_id #=> String
|
12206
|
+
# resp.additional_results[0].dashboard_visual.sheet_name #=> String
|
12207
|
+
# resp.additional_results[0].dashboard_visual.visual_id #=> String
|
12208
|
+
# resp.additional_results[0].dashboard_visual.visual_title #=> String
|
12209
|
+
# resp.additional_results[0].dashboard_visual.visual_subtitle #=> String
|
12210
|
+
# resp.additional_results[0].dashboard_visual.dashboard_url #=> String
|
12211
|
+
# resp.additional_results[0].generated_answer.question_text #=> String
|
12212
|
+
# resp.additional_results[0].generated_answer.answer_status #=> String, one of "ANSWER_GENERATED", "ANSWER_RETRIEVED", "ANSWER_DOWNGRADE"
|
12213
|
+
# resp.additional_results[0].generated_answer.topic_id #=> String
|
12214
|
+
# resp.additional_results[0].generated_answer.topic_name #=> String
|
12215
|
+
# resp.additional_results[0].generated_answer.restatement #=> String
|
12216
|
+
# resp.additional_results[0].generated_answer.question_id #=> String
|
12217
|
+
# resp.additional_results[0].generated_answer.answer_id #=> String
|
12218
|
+
# resp.additional_results[0].generated_answer.question_url #=> String
|
12219
|
+
# resp.request_id #=> String
|
12220
|
+
# resp.status #=> Integer
|
12221
|
+
#
|
12222
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PredictQAResults AWS API Documentation
|
12223
|
+
#
|
12224
|
+
# @overload predict_qa_results(params = {})
|
12225
|
+
# @param [Hash] params ({})
|
12226
|
+
def predict_qa_results(params = {}, options = {})
|
12227
|
+
req = build_request(:predict_qa_results, params)
|
12228
|
+
req.send_request(options)
|
12229
|
+
end
|
12230
|
+
|
11922
12231
|
# Creates or updates the dataset refresh properties for the dataset.
|
11923
12232
|
#
|
11924
12233
|
# @option params [required, String] :aws_account_id
|
@@ -13920,6 +14229,43 @@ module Aws::QuickSight
|
|
13920
14229
|
req.send_request(options)
|
13921
14230
|
end
|
13922
14231
|
|
14232
|
+
# Updates an Amazon QuickSight application with a token exchange grant.
|
14233
|
+
# This operation only supports Amazon QuickSight applications that are
|
14234
|
+
# registered with IAM Identity Center.
|
14235
|
+
#
|
14236
|
+
# @option params [required, String] :aws_account_id
|
14237
|
+
# The ID of the Amazon Web Services account to be updated with a token
|
14238
|
+
# exchange grant.
|
14239
|
+
#
|
14240
|
+
# @option params [required, String] :namespace
|
14241
|
+
# The namespace of the Amazon QuickSight application.
|
14242
|
+
#
|
14243
|
+
# @return [Types::UpdateApplicationWithTokenExchangeGrantResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14244
|
+
#
|
14245
|
+
# * {Types::UpdateApplicationWithTokenExchangeGrantResponse#status #status} => Integer
|
14246
|
+
# * {Types::UpdateApplicationWithTokenExchangeGrantResponse#request_id #request_id} => String
|
14247
|
+
#
|
14248
|
+
# @example Request syntax with placeholder values
|
14249
|
+
#
|
14250
|
+
# resp = client.update_application_with_token_exchange_grant({
|
14251
|
+
# aws_account_id: "AwsAccountId", # required
|
14252
|
+
# namespace: "Namespace", # required
|
14253
|
+
# })
|
14254
|
+
#
|
14255
|
+
# @example Response structure
|
14256
|
+
#
|
14257
|
+
# resp.status #=> Integer
|
14258
|
+
# resp.request_id #=> String
|
14259
|
+
#
|
14260
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateApplicationWithTokenExchangeGrant AWS API Documentation
|
14261
|
+
#
|
14262
|
+
# @overload update_application_with_token_exchange_grant(params = {})
|
14263
|
+
# @param [Hash] params ({})
|
14264
|
+
def update_application_with_token_exchange_grant(params = {}, options = {})
|
14265
|
+
req = build_request(:update_application_with_token_exchange_grant, params)
|
14266
|
+
req.send_request(options)
|
14267
|
+
end
|
14268
|
+
|
13923
14269
|
# Updates a brand.
|
13924
14270
|
#
|
13925
14271
|
# @option params [required, String] :aws_account_id
|
@@ -15325,6 +15671,49 @@ module Aws::QuickSight
|
|
15325
15671
|
req.send_request(options)
|
15326
15672
|
end
|
15327
15673
|
|
15674
|
+
# Updates a Amazon Q Business application that is linked to a Amazon
|
15675
|
+
# QuickSight account.
|
15676
|
+
#
|
15677
|
+
# @option params [required, String] :aws_account_id
|
15678
|
+
# The ID of the Amazon QuickSight account that is connected to the
|
15679
|
+
# Amazon Q Business application that you want to update.
|
15680
|
+
#
|
15681
|
+
# @option params [String] :namespace
|
15682
|
+
# The Amazon QuickSight namespace that contains the linked Amazon Q
|
15683
|
+
# Business application. If this field is left blank, the default
|
15684
|
+
# namespace is used. Currently, the default namespace is the only valid
|
15685
|
+
# value for this parameter.
|
15686
|
+
#
|
15687
|
+
# @option params [required, String] :application_id
|
15688
|
+
# The ID of the Amazon Q Business application that you want to update.
|
15689
|
+
#
|
15690
|
+
# @return [Types::UpdateDefaultQBusinessApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
15691
|
+
#
|
15692
|
+
# * {Types::UpdateDefaultQBusinessApplicationResponse#request_id #request_id} => String
|
15693
|
+
# * {Types::UpdateDefaultQBusinessApplicationResponse#status #status} => Integer
|
15694
|
+
#
|
15695
|
+
# @example Request syntax with placeholder values
|
15696
|
+
#
|
15697
|
+
# resp = client.update_default_q_business_application({
|
15698
|
+
# aws_account_id: "AwsAccountId", # required
|
15699
|
+
# namespace: "Namespace",
|
15700
|
+
# application_id: "LimitedString", # required
|
15701
|
+
# })
|
15702
|
+
#
|
15703
|
+
# @example Response structure
|
15704
|
+
#
|
15705
|
+
# resp.request_id #=> String
|
15706
|
+
# resp.status #=> Integer
|
15707
|
+
#
|
15708
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDefaultQBusinessApplication AWS API Documentation
|
15709
|
+
#
|
15710
|
+
# @overload update_default_q_business_application(params = {})
|
15711
|
+
# @param [Hash] params ({})
|
15712
|
+
def update_default_q_business_application(params = {}, options = {})
|
15713
|
+
req = build_request(:update_default_q_business_application, params)
|
15714
|
+
req.send_request(options)
|
15715
|
+
end
|
15716
|
+
|
15328
15717
|
# Updates the name of a folder.
|
15329
15718
|
#
|
15330
15719
|
# @option params [required, String] :aws_account_id
|
@@ -15587,7 +15976,7 @@ module Aws::QuickSight
|
|
15587
15976
|
#
|
15588
15977
|
# resp = client.update_identity_propagation_config({
|
15589
15978
|
# aws_account_id: "AwsAccountId", # required
|
15590
|
-
# service: "REDSHIFT", # required, accepts REDSHIFT
|
15979
|
+
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS
|
15591
15980
|
# authorized_targets: ["String"],
|
15592
15981
|
# })
|
15593
15982
|
#
|
@@ -15805,6 +16194,44 @@ module Aws::QuickSight
|
|
15805
16194
|
req.send_request(options)
|
15806
16195
|
end
|
15807
16196
|
|
16197
|
+
# Updates the state of a Amazon QuickSight Q Search configuration.
|
16198
|
+
#
|
16199
|
+
# @option params [required, String] :aws_account_id
|
16200
|
+
# The ID of the Amazon Web Services account that contains the Amazon
|
16201
|
+
# QuickSight Q Search configuration that you want to update.
|
16202
|
+
#
|
16203
|
+
# @option params [required, String] :q_search_status
|
16204
|
+
# The status of the Amazon QuickSight Q Search configuration that the
|
16205
|
+
# user wants to update.
|
16206
|
+
#
|
16207
|
+
# @return [Types::UpdateQuickSightQSearchConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
16208
|
+
#
|
16209
|
+
# * {Types::UpdateQuickSightQSearchConfigurationResponse#q_search_status #q_search_status} => String
|
16210
|
+
# * {Types::UpdateQuickSightQSearchConfigurationResponse#request_id #request_id} => String
|
16211
|
+
# * {Types::UpdateQuickSightQSearchConfigurationResponse#status #status} => Integer
|
16212
|
+
#
|
16213
|
+
# @example Request syntax with placeholder values
|
16214
|
+
#
|
16215
|
+
# resp = client.update_quick_sight_q_search_configuration({
|
16216
|
+
# aws_account_id: "AwsAccountId", # required
|
16217
|
+
# q_search_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
16218
|
+
# })
|
16219
|
+
#
|
16220
|
+
# @example Response structure
|
16221
|
+
#
|
16222
|
+
# resp.q_search_status #=> String, one of "ENABLED", "DISABLED"
|
16223
|
+
# resp.request_id #=> String
|
16224
|
+
# resp.status #=> Integer
|
16225
|
+
#
|
16226
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateQuickSightQSearchConfiguration AWS API Documentation
|
16227
|
+
#
|
16228
|
+
# @overload update_quick_sight_q_search_configuration(params = {})
|
16229
|
+
# @param [Hash] params ({})
|
16230
|
+
def update_quick_sight_q_search_configuration(params = {}, options = {})
|
16231
|
+
req = build_request(:update_quick_sight_q_search_configuration, params)
|
16232
|
+
req.send_request(options)
|
16233
|
+
end
|
16234
|
+
|
15808
16235
|
# Updates a refresh schedule for a dataset.
|
15809
16236
|
#
|
15810
16237
|
# @option params [required, String] :data_set_id
|
@@ -17063,7 +17490,7 @@ module Aws::QuickSight
|
|
17063
17490
|
tracer: tracer
|
17064
17491
|
)
|
17065
17492
|
context[:gem_name] = 'aws-sdk-quicksight'
|
17066
|
-
context[:gem_version] = '1.
|
17493
|
+
context[:gem_version] = '1.139.0'
|
17067
17494
|
Seahorse::Client::Request.new(handlers, context)
|
17068
17495
|
end
|
17069
17496
|
|