aws-sdk-quicksight 1.137.0 → 1.139.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.
@@ -3813,6 +3813,9 @@ module Aws::QuickSight
3813
3813
  # Contains a map of the key-value pairs for the resource tag or tags
3814
3814
  # that are assigned to the dataset.
3815
3815
  #
3816
+ # @option params [Array<String>] :folder_arns
3817
+ # The Folder ARN of the folder that you want the topic to reside in.
3818
+ #
3816
3819
  # @return [Types::CreateTopicResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3817
3820
  #
3818
3821
  # * {Types::CreateTopicResponse#arn #arn} => String
@@ -4055,6 +4058,7 @@ module Aws::QuickSight
4055
4058
  # value: "TagValue", # required
4056
4059
  # },
4057
4060
  # ],
4061
+ # folder_arns: ["Arn"],
4058
4062
  # })
4059
4063
  #
4060
4064
  # @example Response structure
@@ -4613,6 +4617,46 @@ module Aws::QuickSight
4613
4617
  req.send_request(options)
4614
4618
  end
4615
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
+
4616
4660
  # Deletes an empty folder.
4617
4661
  #
4618
4662
  # @option params [required, String] :aws_account_id
@@ -4845,7 +4889,7 @@ module Aws::QuickSight
4845
4889
  #
4846
4890
  # resp = client.delete_identity_propagation_config({
4847
4891
  # aws_account_id: "AwsAccountId", # required
4848
- # service: "REDSHIFT", # required, accepts REDSHIFT
4892
+ # service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS
4849
4893
  # })
4850
4894
  #
4851
4895
  # @example Response structure
@@ -5703,6 +5747,39 @@ module Aws::QuickSight
5703
5747
  # resp.analysis.sheets #=> Array
5704
5748
  # resp.analysis.sheets[0].sheet_id #=> String
5705
5749
  # resp.analysis.sheets[0].name #=> String
5750
+ # resp.analysis.sheets[0].images #=> Array
5751
+ # resp.analysis.sheets[0].images[0].sheet_image_id #=> String
5752
+ # resp.analysis.sheets[0].images[0].source.sheet_image_static_file_source.static_file_id #=> String
5753
+ # resp.analysis.sheets[0].images[0].scaling.scaling_type #=> String, one of "SCALE_TO_WIDTH", "SCALE_TO_HEIGHT", "SCALE_TO_CONTAINER", "SCALE_NONE"
5754
+ # resp.analysis.sheets[0].images[0].tooltip.tooltip_text.plain_text #=> String
5755
+ # resp.analysis.sheets[0].images[0].tooltip.visibility #=> String, one of "HIDDEN", "VISIBLE"
5756
+ # resp.analysis.sheets[0].images[0].image_content_alt_text #=> String
5757
+ # resp.analysis.sheets[0].images[0].interactions.image_menu_option.availability_status #=> String, one of "ENABLED", "DISABLED"
5758
+ # resp.analysis.sheets[0].images[0].actions #=> Array
5759
+ # resp.analysis.sheets[0].images[0].actions[0].custom_action_id #=> String
5760
+ # resp.analysis.sheets[0].images[0].actions[0].name #=> String
5761
+ # resp.analysis.sheets[0].images[0].actions[0].status #=> String, one of "ENABLED", "DISABLED"
5762
+ # resp.analysis.sheets[0].images[0].actions[0].trigger #=> String, one of "CLICK", "MENU"
5763
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations #=> Array
5764
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].navigation_operation.local_navigation_configuration.target_sheet_id #=> String
5765
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_template #=> String
5766
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_target #=> String, one of "NEW_TAB", "NEW_WINDOW", "SAME_TAB"
5767
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations #=> Array
5768
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].destination_parameter_name #=> String
5769
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.include_null_value #=> Boolean
5770
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.string_values #=> Array
5771
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.string_values[0] #=> String
5772
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.integer_values #=> Array
5773
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.integer_values[0] #=> Integer
5774
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.decimal_values #=> Array
5775
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.decimal_values[0] #=> Float
5776
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.date_time_values #=> Array
5777
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.date_time_values[0] #=> Time
5778
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.select_all_value_options #=> String, one of "ALL_VALUES"
5779
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_parameter_name #=> String
5780
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_field #=> String
5781
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_column.data_set_identifier #=> String
5782
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_column.column_name #=> String
5706
5783
  # resp.status #=> Integer
5707
5784
  # resp.request_id #=> String
5708
5785
  #
@@ -6535,6 +6612,39 @@ module Aws::QuickSight
6535
6612
  # resp.dashboard.version.sheets #=> Array
6536
6613
  # resp.dashboard.version.sheets[0].sheet_id #=> String
6537
6614
  # resp.dashboard.version.sheets[0].name #=> String
6615
+ # resp.dashboard.version.sheets[0].images #=> Array
6616
+ # resp.dashboard.version.sheets[0].images[0].sheet_image_id #=> String
6617
+ # resp.dashboard.version.sheets[0].images[0].source.sheet_image_static_file_source.static_file_id #=> String
6618
+ # resp.dashboard.version.sheets[0].images[0].scaling.scaling_type #=> String, one of "SCALE_TO_WIDTH", "SCALE_TO_HEIGHT", "SCALE_TO_CONTAINER", "SCALE_NONE"
6619
+ # resp.dashboard.version.sheets[0].images[0].tooltip.tooltip_text.plain_text #=> String
6620
+ # resp.dashboard.version.sheets[0].images[0].tooltip.visibility #=> String, one of "HIDDEN", "VISIBLE"
6621
+ # resp.dashboard.version.sheets[0].images[0].image_content_alt_text #=> String
6622
+ # resp.dashboard.version.sheets[0].images[0].interactions.image_menu_option.availability_status #=> String, one of "ENABLED", "DISABLED"
6623
+ # resp.dashboard.version.sheets[0].images[0].actions #=> Array
6624
+ # resp.dashboard.version.sheets[0].images[0].actions[0].custom_action_id #=> String
6625
+ # resp.dashboard.version.sheets[0].images[0].actions[0].name #=> String
6626
+ # resp.dashboard.version.sheets[0].images[0].actions[0].status #=> String, one of "ENABLED", "DISABLED"
6627
+ # resp.dashboard.version.sheets[0].images[0].actions[0].trigger #=> String, one of "CLICK", "MENU"
6628
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations #=> Array
6629
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].navigation_operation.local_navigation_configuration.target_sheet_id #=> String
6630
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_template #=> String
6631
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_target #=> String, one of "NEW_TAB", "NEW_WINDOW", "SAME_TAB"
6632
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations #=> Array
6633
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].destination_parameter_name #=> String
6634
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.include_null_value #=> Boolean
6635
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.string_values #=> Array
6636
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.string_values[0] #=> String
6637
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.integer_values #=> Array
6638
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.integer_values[0] #=> Integer
6639
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.decimal_values #=> Array
6640
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.decimal_values[0] #=> Float
6641
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.date_time_values #=> Array
6642
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.date_time_values[0] #=> Time
6643
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.select_all_value_options #=> String, one of "ALL_VALUES"
6644
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_parameter_name #=> String
6645
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_field #=> String
6646
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_column.data_set_identifier #=> String
6647
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_column.column_name #=> String
6538
6648
  # resp.dashboard.created_time #=> Time
6539
6649
  # resp.dashboard.last_published_time #=> Time
6540
6650
  # resp.dashboard.last_updated_time #=> Time
@@ -6825,6 +6935,39 @@ module Aws::QuickSight
6825
6935
  req.send_request(options)
6826
6936
  end
6827
6937
 
6938
+ # Describes an existing dashboard QA configuration.
6939
+ #
6940
+ # @option params [required, String] :aws_account_id
6941
+ # The ID of the Amazon Web Services account that contains the dashboard
6942
+ # QA configuration that you want described.
6943
+ #
6944
+ # @return [Types::DescribeDashboardsQAConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6945
+ #
6946
+ # * {Types::DescribeDashboardsQAConfigurationResponse#dashboards_qa_status #dashboards_qa_status} => String
6947
+ # * {Types::DescribeDashboardsQAConfigurationResponse#request_id #request_id} => String
6948
+ # * {Types::DescribeDashboardsQAConfigurationResponse#status #status} => Integer
6949
+ #
6950
+ # @example Request syntax with placeholder values
6951
+ #
6952
+ # resp = client.describe_dashboards_qa_configuration({
6953
+ # aws_account_id: "AwsAccountId", # required
6954
+ # })
6955
+ #
6956
+ # @example Response structure
6957
+ #
6958
+ # resp.dashboards_qa_status #=> String, one of "ENABLED", "DISABLED"
6959
+ # resp.request_id #=> String
6960
+ # resp.status #=> Integer
6961
+ #
6962
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardsQAConfiguration AWS API Documentation
6963
+ #
6964
+ # @overload describe_dashboards_qa_configuration(params = {})
6965
+ # @param [Hash] params ({})
6966
+ def describe_dashboards_qa_configuration(params = {}, options = {})
6967
+ req = build_request(:describe_dashboards_qa_configuration, params)
6968
+ req.send_request(options)
6969
+ end
6970
+
6828
6971
  # Describes a dataset. This operation doesn't support datasets that
6829
6972
  # include uploaded files as a source.
6830
6973
  #
@@ -7335,6 +7478,47 @@ module Aws::QuickSight
7335
7478
  req.send_request(options)
7336
7479
  end
7337
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
+
7338
7522
  # Describes a folder.
7339
7523
  #
7340
7524
  # @option params [required, String] :aws_account_id
@@ -7813,6 +7997,8 @@ module Aws::QuickSight
7813
7997
  # resp.namespace.identity_store #=> String, one of "QUICKSIGHT"
7814
7998
  # resp.namespace.namespace_error.type #=> String, one of "PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"
7815
7999
  # resp.namespace.namespace_error.message #=> String
8000
+ # resp.namespace.iam_identity_center_application_arn #=> String
8001
+ # resp.namespace.iam_identity_center_instance_arn #=> String
7816
8002
  # resp.request_id #=> String
7817
8003
  # resp.status #=> Integer
7818
8004
  #
@@ -7858,6 +8044,39 @@ module Aws::QuickSight
7858
8044
  req.send_request(options)
7859
8045
  end
7860
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
+
7861
8080
  # Provides a summary of a refresh schedule.
7862
8081
  #
7863
8082
  # @option params [required, String] :aws_account_id
@@ -8015,6 +8234,39 @@ module Aws::QuickSight
8015
8234
  # resp.template.version.sheets #=> Array
8016
8235
  # resp.template.version.sheets[0].sheet_id #=> String
8017
8236
  # resp.template.version.sheets[0].name #=> String
8237
+ # resp.template.version.sheets[0].images #=> Array
8238
+ # resp.template.version.sheets[0].images[0].sheet_image_id #=> String
8239
+ # resp.template.version.sheets[0].images[0].source.sheet_image_static_file_source.static_file_id #=> String
8240
+ # resp.template.version.sheets[0].images[0].scaling.scaling_type #=> String, one of "SCALE_TO_WIDTH", "SCALE_TO_HEIGHT", "SCALE_TO_CONTAINER", "SCALE_NONE"
8241
+ # resp.template.version.sheets[0].images[0].tooltip.tooltip_text.plain_text #=> String
8242
+ # resp.template.version.sheets[0].images[0].tooltip.visibility #=> String, one of "HIDDEN", "VISIBLE"
8243
+ # resp.template.version.sheets[0].images[0].image_content_alt_text #=> String
8244
+ # resp.template.version.sheets[0].images[0].interactions.image_menu_option.availability_status #=> String, one of "ENABLED", "DISABLED"
8245
+ # resp.template.version.sheets[0].images[0].actions #=> Array
8246
+ # resp.template.version.sheets[0].images[0].actions[0].custom_action_id #=> String
8247
+ # resp.template.version.sheets[0].images[0].actions[0].name #=> String
8248
+ # resp.template.version.sheets[0].images[0].actions[0].status #=> String, one of "ENABLED", "DISABLED"
8249
+ # resp.template.version.sheets[0].images[0].actions[0].trigger #=> String, one of "CLICK", "MENU"
8250
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations #=> Array
8251
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].navigation_operation.local_navigation_configuration.target_sheet_id #=> String
8252
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_template #=> String
8253
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_target #=> String, one of "NEW_TAB", "NEW_WINDOW", "SAME_TAB"
8254
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations #=> Array
8255
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].destination_parameter_name #=> String
8256
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.include_null_value #=> Boolean
8257
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.string_values #=> Array
8258
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.string_values[0] #=> String
8259
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.integer_values #=> Array
8260
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.integer_values[0] #=> Integer
8261
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.decimal_values #=> Array
8262
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.decimal_values[0] #=> Float
8263
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.date_time_values #=> Array
8264
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.custom_values_configuration.custom_values.date_time_values[0] #=> Time
8265
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.select_all_value_options #=> String, one of "ALL_VALUES"
8266
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_parameter_name #=> String
8267
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_field #=> String
8268
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_column.data_set_identifier #=> String
8269
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_column.column_name #=> String
8018
8270
  # resp.template.template_id #=> String
8019
8271
  # resp.template.last_updated_time #=> Time
8020
8272
  # resp.template.created_time #=> Time
@@ -9092,6 +9344,116 @@ module Aws::QuickSight
9092
9344
  req.send_request(options)
9093
9345
  end
9094
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
+
9095
9457
  # Generates a temporary session URL and authorization code(bearer token)
9096
9458
  # that you can use to embed an Amazon QuickSight read-only dashboard in
9097
9459
  # your website or application. Before you use this command, make sure
@@ -10407,7 +10769,7 @@ module Aws::QuickSight
10407
10769
  # @example Response structure
10408
10770
  #
10409
10771
  # resp.services #=> Array
10410
- # resp.services[0].service #=> String, one of "REDSHIFT"
10772
+ # resp.services[0].service #=> String, one of "REDSHIFT", "QBUSINESS"
10411
10773
  # resp.services[0].authorized_targets #=> Array
10412
10774
  # resp.services[0].authorized_targets[0] #=> String
10413
10775
  # resp.next_token #=> String
@@ -10534,6 +10896,8 @@ module Aws::QuickSight
10534
10896
  # resp.namespaces[0].identity_store #=> String, one of "QUICKSIGHT"
10535
10897
  # resp.namespaces[0].namespace_error.type #=> String, one of "PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"
10536
10898
  # resp.namespaces[0].namespace_error.message #=> String
10899
+ # resp.namespaces[0].iam_identity_center_application_arn #=> String
10900
+ # resp.namespaces[0].iam_identity_center_instance_arn #=> String
10537
10901
  # resp.next_token #=> String
10538
10902
  # resp.request_id #=> String
10539
10903
  # resp.status #=> Integer
@@ -11779,6 +12143,91 @@ module Aws::QuickSight
11779
12143
  req.send_request(options)
11780
12144
  end
11781
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&lt;Types::QAResult&gt;
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
+
11782
12231
  # Creates or updates the dataset refresh properties for the dataset.
11783
12232
  #
11784
12233
  # @option params [required, String] :aws_account_id
@@ -12473,6 +12922,66 @@ module Aws::QuickSight
12473
12922
  req.send_request(options)
12474
12923
  end
12475
12924
 
12925
+ # Searches for any Q topic that exists in an Amazon QuickSight account.
12926
+ #
12927
+ # @option params [required, String] :aws_account_id
12928
+ # The ID of the Amazon Web Services account that contains the topic that
12929
+ # you want to find.
12930
+ #
12931
+ # @option params [required, Array<Types::TopicSearchFilter>] :filters
12932
+ # The filters that you want to use to search for the topic.
12933
+ #
12934
+ # @option params [String] :next_token
12935
+ # The token for the next set of results, or null if there are no more
12936
+ # results.
12937
+ #
12938
+ # @option params [Integer] :max_results
12939
+ # The maximum number of results to be returned per request.
12940
+ #
12941
+ # @return [Types::SearchTopicsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12942
+ #
12943
+ # * {Types::SearchTopicsResponse#topic_summary_list #topic_summary_list} => Array&lt;Types::TopicSummary&gt;
12944
+ # * {Types::SearchTopicsResponse#next_token #next_token} => String
12945
+ # * {Types::SearchTopicsResponse#status #status} => Integer
12946
+ # * {Types::SearchTopicsResponse#request_id #request_id} => String
12947
+ #
12948
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
12949
+ #
12950
+ # @example Request syntax with placeholder values
12951
+ #
12952
+ # resp = client.search_topics({
12953
+ # aws_account_id: "AwsAccountId", # required
12954
+ # filters: [ # required
12955
+ # {
12956
+ # operator: "StringEquals", # required, accepts StringEquals, StringLike
12957
+ # name: "QUICKSIGHT_USER", # required, accepts QUICKSIGHT_USER, QUICKSIGHT_VIEWER_OR_OWNER, DIRECT_QUICKSIGHT_VIEWER_OR_OWNER, QUICKSIGHT_OWNER, DIRECT_QUICKSIGHT_OWNER, DIRECT_QUICKSIGHT_SOLE_OWNER, TOPIC_NAME
12958
+ # value: "String", # required
12959
+ # },
12960
+ # ],
12961
+ # next_token: "String",
12962
+ # max_results: 1,
12963
+ # })
12964
+ #
12965
+ # @example Response structure
12966
+ #
12967
+ # resp.topic_summary_list #=> Array
12968
+ # resp.topic_summary_list[0].arn #=> String
12969
+ # resp.topic_summary_list[0].topic_id #=> String
12970
+ # resp.topic_summary_list[0].name #=> String
12971
+ # resp.topic_summary_list[0].user_experience_version #=> String, one of "LEGACY", "NEW_READER_EXPERIENCE"
12972
+ # resp.next_token #=> String
12973
+ # resp.status #=> Integer
12974
+ # resp.request_id #=> String
12975
+ #
12976
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchTopics AWS API Documentation
12977
+ #
12978
+ # @overload search_topics(params = {})
12979
+ # @param [Hash] params ({})
12980
+ def search_topics(params = {}, options = {})
12981
+ req = build_request(:search_topics, params)
12982
+ req.send_request(options)
12983
+ end
12984
+
12476
12985
  # Starts an Asset Bundle export job.
12477
12986
  #
12478
12987
  # An Asset Bundle export job exports specified Amazon QuickSight assets.
@@ -13720,6 +14229,43 @@ module Aws::QuickSight
13720
14229
  req.send_request(options)
13721
14230
  end
13722
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
+
13723
14269
  # Updates a brand.
13724
14270
  #
13725
14271
  # @option params [required, String] :aws_account_id
@@ -14301,6 +14847,43 @@ module Aws::QuickSight
14301
14847
  req.send_request(options)
14302
14848
  end
14303
14849
 
14850
+ # Updates a Dashboard QA configuration.
14851
+ #
14852
+ # @option params [required, String] :aws_account_id
14853
+ # The ID of the Amazon Web Services account that contains the dashboard
14854
+ # QA configuration that you want to update.
14855
+ #
14856
+ # @option params [required, String] :dashboards_qa_status
14857
+ # The status of dashboards QA configuration that you want to update.
14858
+ #
14859
+ # @return [Types::UpdateDashboardsQAConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
14860
+ #
14861
+ # * {Types::UpdateDashboardsQAConfigurationResponse#dashboards_qa_status #dashboards_qa_status} => String
14862
+ # * {Types::UpdateDashboardsQAConfigurationResponse#request_id #request_id} => String
14863
+ # * {Types::UpdateDashboardsQAConfigurationResponse#status #status} => Integer
14864
+ #
14865
+ # @example Request syntax with placeholder values
14866
+ #
14867
+ # resp = client.update_dashboards_qa_configuration({
14868
+ # aws_account_id: "AwsAccountId", # required
14869
+ # dashboards_qa_status: "ENABLED", # required, accepts ENABLED, DISABLED
14870
+ # })
14871
+ #
14872
+ # @example Response structure
14873
+ #
14874
+ # resp.dashboards_qa_status #=> String, one of "ENABLED", "DISABLED"
14875
+ # resp.request_id #=> String
14876
+ # resp.status #=> Integer
14877
+ #
14878
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardsQAConfiguration AWS API Documentation
14879
+ #
14880
+ # @overload update_dashboards_qa_configuration(params = {})
14881
+ # @param [Hash] params ({})
14882
+ def update_dashboards_qa_configuration(params = {}, options = {})
14883
+ req = build_request(:update_dashboards_qa_configuration, params)
14884
+ req.send_request(options)
14885
+ end
14886
+
14304
14887
  # Updates a dataset. This operation doesn't support datasets that
14305
14888
  # include uploaded files as a source. Partial updates are not supported
14306
14889
  # by this operation.
@@ -15088,6 +15671,49 @@ module Aws::QuickSight
15088
15671
  req.send_request(options)
15089
15672
  end
15090
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
+
15091
15717
  # Updates the name of a folder.
15092
15718
  #
15093
15719
  # @option params [required, String] :aws_account_id
@@ -15350,7 +15976,7 @@ module Aws::QuickSight
15350
15976
  #
15351
15977
  # resp = client.update_identity_propagation_config({
15352
15978
  # aws_account_id: "AwsAccountId", # required
15353
- # service: "REDSHIFT", # required, accepts REDSHIFT
15979
+ # service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS
15354
15980
  # authorized_targets: ["String"],
15355
15981
  # })
15356
15982
  #
@@ -15568,6 +16194,44 @@ module Aws::QuickSight
15568
16194
  req.send_request(options)
15569
16195
  end
15570
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
+
15571
16235
  # Updates a refresh schedule for a dataset.
15572
16236
  #
15573
16237
  # @option params [required, String] :data_set_id
@@ -16826,7 +17490,7 @@ module Aws::QuickSight
16826
17490
  tracer: tracer
16827
17491
  )
16828
17492
  context[:gem_name] = 'aws-sdk-quicksight'
16829
- context[:gem_version] = '1.137.0'
17493
+ context[:gem_version] = '1.139.0'
16830
17494
  Seahorse::Client::Request.new(handlers, context)
16831
17495
  end
16832
17496