aws-sdk-quicksight 1.136.0 → 1.138.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +238 -4
- data/lib/aws-sdk-quicksight/client_api.rb +483 -0
- data/lib/aws-sdk-quicksight/types.rb +1614 -34
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +22401 -7203
- data/sig/types.rbs +442 -2
- 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: 92659b365a7ee8fba31979b23bc0a4229f2d109df5370f7f3fafc9c914493cae
|
4
|
+
data.tar.gz: 689d467d888cd012f52130e1ebd96c97202a1e4eec8d471bed8e3f448915511c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e540c9dd6f4e5a6da134e5d3b541cc4bdb88cb682e9c9eb18d8fd10718520d51f5ad73fc53a89232f6db6872f20465623bf3b1b01ac743e09f44425bf0d7f24
|
7
|
+
data.tar.gz: 811cc49e3bc0e8f4f4f54eea86e143d352fc40faae6a16ae7eb8ede69f77e199e3358ccfc60c27819831ecf197f9393a97f407322a58b2449fe7f1d3589ab170
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.137.0 (2024-11-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.136.0 (2024-11-14)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
@@ -5504,7 +5508,6 @@ module Aws::QuickSight
|
|
5504
5508
|
# * Run `aws configure` to change your default Amazon Web Services
|
5505
5509
|
# Region. Use Enter to key the same settings for your keys. For more
|
5506
5510
|
# information, see [Configuring the CLI][3].
|
5507
|
-
#
|
5508
5511
|
# * `Namespace` - A QuickSight namespace is a partition that contains
|
5509
5512
|
# users and assets (data sources, datasets, dashboards, and so on). To
|
5510
5513
|
# access assets that are in a specific namespace, users and groups
|
@@ -5704,6 +5707,39 @@ module Aws::QuickSight
|
|
5704
5707
|
# resp.analysis.sheets #=> Array
|
5705
5708
|
# resp.analysis.sheets[0].sheet_id #=> String
|
5706
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
|
5707
5743
|
# resp.status #=> Integer
|
5708
5744
|
# resp.request_id #=> String
|
5709
5745
|
#
|
@@ -6536,6 +6572,39 @@ module Aws::QuickSight
|
|
6536
6572
|
# resp.dashboard.version.sheets #=> Array
|
6537
6573
|
# resp.dashboard.version.sheets[0].sheet_id #=> String
|
6538
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
|
6539
6608
|
# resp.dashboard.created_time #=> Time
|
6540
6609
|
# resp.dashboard.last_published_time #=> Time
|
6541
6610
|
# resp.dashboard.last_updated_time #=> Time
|
@@ -6826,6 +6895,39 @@ module Aws::QuickSight
|
|
6826
6895
|
req.send_request(options)
|
6827
6896
|
end
|
6828
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
|
+
|
6829
6931
|
# Describes a dataset. This operation doesn't support datasets that
|
6830
6932
|
# include uploaded files as a source.
|
6831
6933
|
#
|
@@ -7814,6 +7916,8 @@ module Aws::QuickSight
|
|
7814
7916
|
# resp.namespace.identity_store #=> String, one of "QUICKSIGHT"
|
7815
7917
|
# resp.namespace.namespace_error.type #=> String, one of "PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"
|
7816
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
|
7817
7921
|
# resp.request_id #=> String
|
7818
7922
|
# resp.status #=> Integer
|
7819
7923
|
#
|
@@ -8016,6 +8120,39 @@ module Aws::QuickSight
|
|
8016
8120
|
# resp.template.version.sheets #=> Array
|
8017
8121
|
# resp.template.version.sheets[0].sheet_id #=> String
|
8018
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
|
8019
8156
|
# resp.template.template_id #=> String
|
8020
8157
|
# resp.template.last_updated_time #=> Time
|
8021
8158
|
# resp.template.created_time #=> Time
|
@@ -10535,6 +10672,8 @@ module Aws::QuickSight
|
|
10535
10672
|
# resp.namespaces[0].identity_store #=> String, one of "QUICKSIGHT"
|
10536
10673
|
# resp.namespaces[0].namespace_error.type #=> String, one of "PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"
|
10537
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
|
10538
10677
|
# resp.next_token #=> String
|
10539
10678
|
# resp.request_id #=> String
|
10540
10679
|
# resp.status #=> Integer
|
@@ -12474,6 +12613,66 @@ module Aws::QuickSight
|
|
12474
12613
|
req.send_request(options)
|
12475
12614
|
end
|
12476
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<Types::TopicSummary>
|
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
|
+
|
12477
12676
|
# Starts an Asset Bundle export job.
|
12478
12677
|
#
|
12479
12678
|
# An Asset Bundle export job exports specified Amazon QuickSight assets.
|
@@ -14302,6 +14501,43 @@ module Aws::QuickSight
|
|
14302
14501
|
req.send_request(options)
|
14303
14502
|
end
|
14304
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
|
+
|
14305
14541
|
# Updates a dataset. This operation doesn't support datasets that
|
14306
14542
|
# include uploaded files as a source. Partial updates are not supported
|
14307
14543
|
# by this operation.
|
@@ -16072,7 +16308,6 @@ module Aws::QuickSight
|
|
16072
16308
|
# * `"quicksight:ListThemeAliases"`
|
16073
16309
|
#
|
16074
16310
|
# * `"quicksight:ListThemeVersions"`
|
16075
|
-
#
|
16076
16311
|
# * Owner
|
16077
16312
|
#
|
16078
16313
|
# * `"quicksight:DescribeTheme"`
|
@@ -16096,7 +16331,6 @@ module Aws::QuickSight
|
|
16096
16331
|
# * `"quicksight:UpdateThemePermissions"`
|
16097
16332
|
#
|
16098
16333
|
# * `"quicksight:DescribeThemePermissions"`
|
16099
|
-
#
|
16100
16334
|
# * To specify no permissions, omit the permissions list.
|
16101
16335
|
#
|
16102
16336
|
# @option params [required, String] :aws_account_id
|
@@ -16829,7 +17063,7 @@ module Aws::QuickSight
|
|
16829
17063
|
tracer: tracer
|
16830
17064
|
)
|
16831
17065
|
context[:gem_name] = 'aws-sdk-quicksight'
|
16832
|
-
context[:gem_version] = '1.
|
17066
|
+
context[:gem_version] = '1.138.0'
|
16833
17067
|
Seahorse::Client::Request.new(handlers, context)
|
16834
17068
|
end
|
16835
17069
|
|