aws-sdk-quicksight 1.137.0 → 1.138.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b30bc0afb552032f536cdabca331b627e1b752704fc73dade5c08fb26b295fab
4
- data.tar.gz: 4b0f7d5c34db6b6c583ecc746e66e71cb7f19ad81b08510672b5bed328b839d2
3
+ metadata.gz: 92659b365a7ee8fba31979b23bc0a4229f2d109df5370f7f3fafc9c914493cae
4
+ data.tar.gz: 689d467d888cd012f52130e1ebd96c97202a1e4eec8d471bed8e3f448915511c
5
5
  SHA512:
6
- metadata.gz: 85ec812e5a2a81d8ce3fe0a37108974e9681f41c66bf35f68359b8694be8b567baab125a7445f07c969c76a63b8589e6d6475cb1d12cef2189d84fb3c066da3e
7
- data.tar.gz: f115c3b0a9cd0849a6bfa311968acae28bda8bdd0e1b859700499af247da96bfba1e8c14d4922fd4287f035b7b674eaaa8b44c3c764ac143359854ab5d0af564
6
+ metadata.gz: 1e540c9dd6f4e5a6da134e5d3b541cc4bdb88cb682e9c9eb18d8fd10718520d51f5ad73fc53a89232f6db6872f20465623bf3b1b01ac743e09f44425bf0d7f24
7
+ data.tar.gz: 811cc49e3bc0e8f4f4f54eea86e143d352fc40faae6a16ae7eb8ede69f77e199e3358ccfc60c27819831ecf197f9393a97f407322a58b2449fe7f1d3589ab170
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.138.0 (2024-11-22)
5
+ ------------------
6
+
7
+ * Feature - This release includes: Update APIs to support Image, Layer Map, font customization, and Plugin Visual. Add Identity center related information in ListNamsespace API. Update API for restrictedFolder support in topics and add API for SearchTopics, Describe/Update DashboardsQA Configration.
8
+
4
9
  1.137.0 (2024-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
1
+ 1.138.0
@@ -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
@@ -5703,6 +5707,39 @@ module Aws::QuickSight
5703
5707
  # resp.analysis.sheets #=> Array
5704
5708
  # resp.analysis.sheets[0].sheet_id #=> String
5705
5709
  # resp.analysis.sheets[0].name #=> String
5710
+ # resp.analysis.sheets[0].images #=> Array
5711
+ # resp.analysis.sheets[0].images[0].sheet_image_id #=> String
5712
+ # resp.analysis.sheets[0].images[0].source.sheet_image_static_file_source.static_file_id #=> String
5713
+ # resp.analysis.sheets[0].images[0].scaling.scaling_type #=> String, one of "SCALE_TO_WIDTH", "SCALE_TO_HEIGHT", "SCALE_TO_CONTAINER", "SCALE_NONE"
5714
+ # resp.analysis.sheets[0].images[0].tooltip.tooltip_text.plain_text #=> String
5715
+ # resp.analysis.sheets[0].images[0].tooltip.visibility #=> String, one of "HIDDEN", "VISIBLE"
5716
+ # resp.analysis.sheets[0].images[0].image_content_alt_text #=> String
5717
+ # resp.analysis.sheets[0].images[0].interactions.image_menu_option.availability_status #=> String, one of "ENABLED", "DISABLED"
5718
+ # resp.analysis.sheets[0].images[0].actions #=> Array
5719
+ # resp.analysis.sheets[0].images[0].actions[0].custom_action_id #=> String
5720
+ # resp.analysis.sheets[0].images[0].actions[0].name #=> String
5721
+ # resp.analysis.sheets[0].images[0].actions[0].status #=> String, one of "ENABLED", "DISABLED"
5722
+ # resp.analysis.sheets[0].images[0].actions[0].trigger #=> String, one of "CLICK", "MENU"
5723
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations #=> Array
5724
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].navigation_operation.local_navigation_configuration.target_sheet_id #=> String
5725
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_template #=> String
5726
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_target #=> String, one of "NEW_TAB", "NEW_WINDOW", "SAME_TAB"
5727
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations #=> Array
5728
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].destination_parameter_name #=> String
5729
+ # 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
5730
+ # 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
5731
+ # 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
5732
+ # 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
5733
+ # 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
5734
+ # 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
5735
+ # 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
5736
+ # 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
5737
+ # 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
5738
+ # 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"
5739
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_parameter_name #=> String
5740
+ # resp.analysis.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_field #=> String
5741
+ # 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
5742
+ # 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
5743
  # resp.status #=> Integer
5707
5744
  # resp.request_id #=> String
5708
5745
  #
@@ -6535,6 +6572,39 @@ module Aws::QuickSight
6535
6572
  # resp.dashboard.version.sheets #=> Array
6536
6573
  # resp.dashboard.version.sheets[0].sheet_id #=> String
6537
6574
  # resp.dashboard.version.sheets[0].name #=> String
6575
+ # resp.dashboard.version.sheets[0].images #=> Array
6576
+ # resp.dashboard.version.sheets[0].images[0].sheet_image_id #=> String
6577
+ # resp.dashboard.version.sheets[0].images[0].source.sheet_image_static_file_source.static_file_id #=> String
6578
+ # resp.dashboard.version.sheets[0].images[0].scaling.scaling_type #=> String, one of "SCALE_TO_WIDTH", "SCALE_TO_HEIGHT", "SCALE_TO_CONTAINER", "SCALE_NONE"
6579
+ # resp.dashboard.version.sheets[0].images[0].tooltip.tooltip_text.plain_text #=> String
6580
+ # resp.dashboard.version.sheets[0].images[0].tooltip.visibility #=> String, one of "HIDDEN", "VISIBLE"
6581
+ # resp.dashboard.version.sheets[0].images[0].image_content_alt_text #=> String
6582
+ # resp.dashboard.version.sheets[0].images[0].interactions.image_menu_option.availability_status #=> String, one of "ENABLED", "DISABLED"
6583
+ # resp.dashboard.version.sheets[0].images[0].actions #=> Array
6584
+ # resp.dashboard.version.sheets[0].images[0].actions[0].custom_action_id #=> String
6585
+ # resp.dashboard.version.sheets[0].images[0].actions[0].name #=> String
6586
+ # resp.dashboard.version.sheets[0].images[0].actions[0].status #=> String, one of "ENABLED", "DISABLED"
6587
+ # resp.dashboard.version.sheets[0].images[0].actions[0].trigger #=> String, one of "CLICK", "MENU"
6588
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations #=> Array
6589
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].navigation_operation.local_navigation_configuration.target_sheet_id #=> String
6590
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_template #=> String
6591
+ # 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"
6592
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations #=> Array
6593
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].destination_parameter_name #=> String
6594
+ # 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
6595
+ # 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
6596
+ # 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
6597
+ # 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
6598
+ # 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
6599
+ # 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
6600
+ # 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
6601
+ # 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
6602
+ # 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
6603
+ # 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"
6604
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_parameter_name #=> String
6605
+ # resp.dashboard.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_field #=> String
6606
+ # 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
6607
+ # 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
6608
  # resp.dashboard.created_time #=> Time
6539
6609
  # resp.dashboard.last_published_time #=> Time
6540
6610
  # resp.dashboard.last_updated_time #=> Time
@@ -6825,6 +6895,39 @@ module Aws::QuickSight
6825
6895
  req.send_request(options)
6826
6896
  end
6827
6897
 
6898
+ # Describes an existing dashboard QA configuration.
6899
+ #
6900
+ # @option params [required, String] :aws_account_id
6901
+ # The ID of the Amazon Web Services account that contains the dashboard
6902
+ # QA configuration that you want described.
6903
+ #
6904
+ # @return [Types::DescribeDashboardsQAConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6905
+ #
6906
+ # * {Types::DescribeDashboardsQAConfigurationResponse#dashboards_qa_status #dashboards_qa_status} => String
6907
+ # * {Types::DescribeDashboardsQAConfigurationResponse#request_id #request_id} => String
6908
+ # * {Types::DescribeDashboardsQAConfigurationResponse#status #status} => Integer
6909
+ #
6910
+ # @example Request syntax with placeholder values
6911
+ #
6912
+ # resp = client.describe_dashboards_qa_configuration({
6913
+ # aws_account_id: "AwsAccountId", # required
6914
+ # })
6915
+ #
6916
+ # @example Response structure
6917
+ #
6918
+ # resp.dashboards_qa_status #=> String, one of "ENABLED", "DISABLED"
6919
+ # resp.request_id #=> String
6920
+ # resp.status #=> Integer
6921
+ #
6922
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardsQAConfiguration AWS API Documentation
6923
+ #
6924
+ # @overload describe_dashboards_qa_configuration(params = {})
6925
+ # @param [Hash] params ({})
6926
+ def describe_dashboards_qa_configuration(params = {}, options = {})
6927
+ req = build_request(:describe_dashboards_qa_configuration, params)
6928
+ req.send_request(options)
6929
+ end
6930
+
6828
6931
  # Describes a dataset. This operation doesn't support datasets that
6829
6932
  # include uploaded files as a source.
6830
6933
  #
@@ -7813,6 +7916,8 @@ module Aws::QuickSight
7813
7916
  # resp.namespace.identity_store #=> String, one of "QUICKSIGHT"
7814
7917
  # resp.namespace.namespace_error.type #=> String, one of "PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"
7815
7918
  # resp.namespace.namespace_error.message #=> String
7919
+ # resp.namespace.iam_identity_center_application_arn #=> String
7920
+ # resp.namespace.iam_identity_center_instance_arn #=> String
7816
7921
  # resp.request_id #=> String
7817
7922
  # resp.status #=> Integer
7818
7923
  #
@@ -8015,6 +8120,39 @@ module Aws::QuickSight
8015
8120
  # resp.template.version.sheets #=> Array
8016
8121
  # resp.template.version.sheets[0].sheet_id #=> String
8017
8122
  # resp.template.version.sheets[0].name #=> String
8123
+ # resp.template.version.sheets[0].images #=> Array
8124
+ # resp.template.version.sheets[0].images[0].sheet_image_id #=> String
8125
+ # resp.template.version.sheets[0].images[0].source.sheet_image_static_file_source.static_file_id #=> String
8126
+ # resp.template.version.sheets[0].images[0].scaling.scaling_type #=> String, one of "SCALE_TO_WIDTH", "SCALE_TO_HEIGHT", "SCALE_TO_CONTAINER", "SCALE_NONE"
8127
+ # resp.template.version.sheets[0].images[0].tooltip.tooltip_text.plain_text #=> String
8128
+ # resp.template.version.sheets[0].images[0].tooltip.visibility #=> String, one of "HIDDEN", "VISIBLE"
8129
+ # resp.template.version.sheets[0].images[0].image_content_alt_text #=> String
8130
+ # resp.template.version.sheets[0].images[0].interactions.image_menu_option.availability_status #=> String, one of "ENABLED", "DISABLED"
8131
+ # resp.template.version.sheets[0].images[0].actions #=> Array
8132
+ # resp.template.version.sheets[0].images[0].actions[0].custom_action_id #=> String
8133
+ # resp.template.version.sheets[0].images[0].actions[0].name #=> String
8134
+ # resp.template.version.sheets[0].images[0].actions[0].status #=> String, one of "ENABLED", "DISABLED"
8135
+ # resp.template.version.sheets[0].images[0].actions[0].trigger #=> String, one of "CLICK", "MENU"
8136
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations #=> Array
8137
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].navigation_operation.local_navigation_configuration.target_sheet_id #=> String
8138
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].url_operation.url_template #=> String
8139
+ # 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"
8140
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations #=> Array
8141
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].destination_parameter_name #=> String
8142
+ # 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
8143
+ # 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
8144
+ # 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
8145
+ # 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
8146
+ # 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
8147
+ # 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
8148
+ # 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
8149
+ # 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
8150
+ # 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
8151
+ # 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"
8152
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_parameter_name #=> String
8153
+ # resp.template.version.sheets[0].images[0].actions[0].action_operations[0].set_parameters_operation.parameter_value_configurations[0].value.source_field #=> String
8154
+ # 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
8155
+ # 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
8156
  # resp.template.template_id #=> String
8019
8157
  # resp.template.last_updated_time #=> Time
8020
8158
  # resp.template.created_time #=> Time
@@ -10534,6 +10672,8 @@ module Aws::QuickSight
10534
10672
  # resp.namespaces[0].identity_store #=> String, one of "QUICKSIGHT"
10535
10673
  # resp.namespaces[0].namespace_error.type #=> String, one of "PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"
10536
10674
  # resp.namespaces[0].namespace_error.message #=> String
10675
+ # resp.namespaces[0].iam_identity_center_application_arn #=> String
10676
+ # resp.namespaces[0].iam_identity_center_instance_arn #=> String
10537
10677
  # resp.next_token #=> String
10538
10678
  # resp.request_id #=> String
10539
10679
  # resp.status #=> Integer
@@ -12473,6 +12613,66 @@ module Aws::QuickSight
12473
12613
  req.send_request(options)
12474
12614
  end
12475
12615
 
12616
+ # Searches for any Q topic that exists in an Amazon QuickSight account.
12617
+ #
12618
+ # @option params [required, String] :aws_account_id
12619
+ # The ID of the Amazon Web Services account that contains the topic that
12620
+ # you want to find.
12621
+ #
12622
+ # @option params [required, Array<Types::TopicSearchFilter>] :filters
12623
+ # The filters that you want to use to search for the topic.
12624
+ #
12625
+ # @option params [String] :next_token
12626
+ # The token for the next set of results, or null if there are no more
12627
+ # results.
12628
+ #
12629
+ # @option params [Integer] :max_results
12630
+ # The maximum number of results to be returned per request.
12631
+ #
12632
+ # @return [Types::SearchTopicsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12633
+ #
12634
+ # * {Types::SearchTopicsResponse#topic_summary_list #topic_summary_list} => Array&lt;Types::TopicSummary&gt;
12635
+ # * {Types::SearchTopicsResponse#next_token #next_token} => String
12636
+ # * {Types::SearchTopicsResponse#status #status} => Integer
12637
+ # * {Types::SearchTopicsResponse#request_id #request_id} => String
12638
+ #
12639
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
12640
+ #
12641
+ # @example Request syntax with placeholder values
12642
+ #
12643
+ # resp = client.search_topics({
12644
+ # aws_account_id: "AwsAccountId", # required
12645
+ # filters: [ # required
12646
+ # {
12647
+ # operator: "StringEquals", # required, accepts StringEquals, StringLike
12648
+ # 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
12649
+ # value: "String", # required
12650
+ # },
12651
+ # ],
12652
+ # next_token: "String",
12653
+ # max_results: 1,
12654
+ # })
12655
+ #
12656
+ # @example Response structure
12657
+ #
12658
+ # resp.topic_summary_list #=> Array
12659
+ # resp.topic_summary_list[0].arn #=> String
12660
+ # resp.topic_summary_list[0].topic_id #=> String
12661
+ # resp.topic_summary_list[0].name #=> String
12662
+ # resp.topic_summary_list[0].user_experience_version #=> String, one of "LEGACY", "NEW_READER_EXPERIENCE"
12663
+ # resp.next_token #=> String
12664
+ # resp.status #=> Integer
12665
+ # resp.request_id #=> String
12666
+ #
12667
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchTopics AWS API Documentation
12668
+ #
12669
+ # @overload search_topics(params = {})
12670
+ # @param [Hash] params ({})
12671
+ def search_topics(params = {}, options = {})
12672
+ req = build_request(:search_topics, params)
12673
+ req.send_request(options)
12674
+ end
12675
+
12476
12676
  # Starts an Asset Bundle export job.
12477
12677
  #
12478
12678
  # An Asset Bundle export job exports specified Amazon QuickSight assets.
@@ -14301,6 +14501,43 @@ module Aws::QuickSight
14301
14501
  req.send_request(options)
14302
14502
  end
14303
14503
 
14504
+ # Updates a Dashboard QA configuration.
14505
+ #
14506
+ # @option params [required, String] :aws_account_id
14507
+ # The ID of the Amazon Web Services account that contains the dashboard
14508
+ # QA configuration that you want to update.
14509
+ #
14510
+ # @option params [required, String] :dashboards_qa_status
14511
+ # The status of dashboards QA configuration that you want to update.
14512
+ #
14513
+ # @return [Types::UpdateDashboardsQAConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
14514
+ #
14515
+ # * {Types::UpdateDashboardsQAConfigurationResponse#dashboards_qa_status #dashboards_qa_status} => String
14516
+ # * {Types::UpdateDashboardsQAConfigurationResponse#request_id #request_id} => String
14517
+ # * {Types::UpdateDashboardsQAConfigurationResponse#status #status} => Integer
14518
+ #
14519
+ # @example Request syntax with placeholder values
14520
+ #
14521
+ # resp = client.update_dashboards_qa_configuration({
14522
+ # aws_account_id: "AwsAccountId", # required
14523
+ # dashboards_qa_status: "ENABLED", # required, accepts ENABLED, DISABLED
14524
+ # })
14525
+ #
14526
+ # @example Response structure
14527
+ #
14528
+ # resp.dashboards_qa_status #=> String, one of "ENABLED", "DISABLED"
14529
+ # resp.request_id #=> String
14530
+ # resp.status #=> Integer
14531
+ #
14532
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardsQAConfiguration AWS API Documentation
14533
+ #
14534
+ # @overload update_dashboards_qa_configuration(params = {})
14535
+ # @param [Hash] params ({})
14536
+ def update_dashboards_qa_configuration(params = {}, options = {})
14537
+ req = build_request(:update_dashboards_qa_configuration, params)
14538
+ req.send_request(options)
14539
+ end
14540
+
14304
14541
  # Updates a dataset. This operation doesn't support datasets that
14305
14542
  # include uploaded files as a source. Partial updates are not supported
14306
14543
  # by this operation.
@@ -16826,7 +17063,7 @@ module Aws::QuickSight
16826
17063
  tracer: tracer
16827
17064
  )
16828
17065
  context[:gem_name] = 'aws-sdk-quicksight'
16829
- context[:gem_version] = '1.137.0'
17066
+ context[:gem_version] = '1.138.0'
16830
17067
  Seahorse::Client::Request.new(handlers, context)
16831
17068
  end
16832
17069