aws-sdk-quicksight 1.149.0 → 1.150.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +48 -4
- data/lib/aws-sdk-quicksight/client_api.rb +16 -0
- data/lib/aws-sdk-quicksight/types.rb +80 -6
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +72 -15
- data/sig/types.rbs +21 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d13cfcb5eb96e92362d1b2e5ac5f089fb9a18f129d4b41ef7d7e4c80a11c980
|
4
|
+
data.tar.gz: 7c35a4ebde19dd1df7376c4455b59e355d57463c7815ca7e172ce1167be5b055
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8e2291caa6fcfa8ff77d9005fca30f83b7938a36a46493d5a9f855f46aafca0e9951ca247a043d461b7f1152f832de62ef034392cce99fcbae164c6d385b1b7
|
7
|
+
data.tar.gz: 79bd8dffd2caec634c2e137aacf5ecebf52d831498817b44d33bb04b66db89674a4e83ec74643287fba3e217ce65a1540c988dc5651584820027d9a5525a5873
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.150.0 (2025-06-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Introduced custom permission capabilities for reporting content. Added menu option in exploration to preserve configuration data when textbox menu option is used. Added support for Athena trusted identity propagation.
|
8
|
+
|
4
9
|
1.149.0 (2025-06-02)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.150.0
|
@@ -2038,6 +2038,8 @@ module Aws::QuickSight
|
|
2038
2038
|
# capabilities: {
|
2039
2039
|
# export_to_csv: "DENY", # accepts DENY
|
2040
2040
|
# export_to_excel: "DENY", # accepts DENY
|
2041
|
+
# export_to_pdf: "DENY", # accepts DENY
|
2042
|
+
# print_reports: "DENY", # accepts DENY
|
2041
2043
|
# create_and_update_themes: "DENY", # accepts DENY
|
2042
2044
|
# add_or_run_anomaly_detection_for_analyses: "DENY", # accepts DENY
|
2043
2045
|
# share_analyses: "DENY", # accepts DENY
|
@@ -2053,6 +2055,10 @@ module Aws::QuickSight
|
|
2053
2055
|
# share_data_sources: "DENY", # accepts DENY
|
2054
2056
|
# view_account_spice_capacity: "DENY", # accepts DENY
|
2055
2057
|
# create_spice_dataset: "DENY", # accepts DENY
|
2058
|
+
# export_to_pdf_in_scheduled_reports: "DENY", # accepts DENY
|
2059
|
+
# export_to_csv_in_scheduled_reports: "DENY", # accepts DENY
|
2060
|
+
# export_to_excel_in_scheduled_reports: "DENY", # accepts DENY
|
2061
|
+
# include_content_in_scheduled_reports_email: "DENY", # accepts DENY
|
2056
2062
|
# },
|
2057
2063
|
# tags: [
|
2058
2064
|
# {
|
@@ -2611,6 +2617,9 @@ module Aws::QuickSight
|
|
2611
2617
|
# athena_parameters: {
|
2612
2618
|
# work_group: "WorkGroup",
|
2613
2619
|
# role_arn: "RoleArn",
|
2620
|
+
# identity_center_configuration: {
|
2621
|
+
# enable_identity_propagation: false,
|
2622
|
+
# },
|
2614
2623
|
# },
|
2615
2624
|
# aurora_parameters: {
|
2616
2625
|
# host: "Host", # required
|
@@ -2766,6 +2775,9 @@ module Aws::QuickSight
|
|
2766
2775
|
# athena_parameters: {
|
2767
2776
|
# work_group: "WorkGroup",
|
2768
2777
|
# role_arn: "RoleArn",
|
2778
|
+
# identity_center_configuration: {
|
2779
|
+
# enable_identity_propagation: false,
|
2780
|
+
# },
|
2769
2781
|
# },
|
2770
2782
|
# aurora_parameters: {
|
2771
2783
|
# host: "Host", # required
|
@@ -4929,7 +4941,7 @@ module Aws::QuickSight
|
|
4929
4941
|
#
|
4930
4942
|
# resp = client.delete_identity_propagation_config({
|
4931
4943
|
# aws_account_id: "AwsAccountId", # required
|
4932
|
-
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS
|
4944
|
+
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA
|
4933
4945
|
# })
|
4934
4946
|
#
|
4935
4947
|
# @example Response structure
|
@@ -6121,6 +6133,7 @@ module Aws::QuickSight
|
|
6121
6133
|
# resp.override_parameters.data_sources[0].data_source_parameters.amazon_elasticsearch_parameters.domain #=> String
|
6122
6134
|
# resp.override_parameters.data_sources[0].data_source_parameters.athena_parameters.work_group #=> String
|
6123
6135
|
# resp.override_parameters.data_sources[0].data_source_parameters.athena_parameters.role_arn #=> String
|
6136
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.athena_parameters.identity_center_configuration.enable_identity_propagation #=> Boolean
|
6124
6137
|
# resp.override_parameters.data_sources[0].data_source_parameters.aurora_parameters.host #=> String
|
6125
6138
|
# resp.override_parameters.data_sources[0].data_source_parameters.aurora_parameters.port #=> Integer
|
6126
6139
|
# resp.override_parameters.data_sources[0].data_source_parameters.aurora_parameters.database #=> String
|
@@ -6578,6 +6591,8 @@ module Aws::QuickSight
|
|
6578
6591
|
# resp.custom_permissions.custom_permissions_name #=> String
|
6579
6592
|
# resp.custom_permissions.capabilities.export_to_csv #=> String, one of "DENY"
|
6580
6593
|
# resp.custom_permissions.capabilities.export_to_excel #=> String, one of "DENY"
|
6594
|
+
# resp.custom_permissions.capabilities.export_to_pdf #=> String, one of "DENY"
|
6595
|
+
# resp.custom_permissions.capabilities.print_reports #=> String, one of "DENY"
|
6581
6596
|
# resp.custom_permissions.capabilities.create_and_update_themes #=> String, one of "DENY"
|
6582
6597
|
# resp.custom_permissions.capabilities.add_or_run_anomaly_detection_for_analyses #=> String, one of "DENY"
|
6583
6598
|
# resp.custom_permissions.capabilities.share_analyses #=> String, one of "DENY"
|
@@ -6593,6 +6608,10 @@ module Aws::QuickSight
|
|
6593
6608
|
# resp.custom_permissions.capabilities.share_data_sources #=> String, one of "DENY"
|
6594
6609
|
# resp.custom_permissions.capabilities.view_account_spice_capacity #=> String, one of "DENY"
|
6595
6610
|
# resp.custom_permissions.capabilities.create_spice_dataset #=> String, one of "DENY"
|
6611
|
+
# resp.custom_permissions.capabilities.export_to_pdf_in_scheduled_reports #=> String, one of "DENY"
|
6612
|
+
# resp.custom_permissions.capabilities.export_to_csv_in_scheduled_reports #=> String, one of "DENY"
|
6613
|
+
# resp.custom_permissions.capabilities.export_to_excel_in_scheduled_reports #=> String, one of "DENY"
|
6614
|
+
# resp.custom_permissions.capabilities.include_content_in_scheduled_reports_email #=> String, one of "DENY"
|
6596
6615
|
# resp.request_id #=> String
|
6597
6616
|
#
|
6598
6617
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeCustomPermissions AWS API Documentation
|
@@ -7305,6 +7324,7 @@ module Aws::QuickSight
|
|
7305
7324
|
# resp.data_source.data_source_parameters.amazon_elasticsearch_parameters.domain #=> String
|
7306
7325
|
# resp.data_source.data_source_parameters.athena_parameters.work_group #=> String
|
7307
7326
|
# resp.data_source.data_source_parameters.athena_parameters.role_arn #=> String
|
7327
|
+
# resp.data_source.data_source_parameters.athena_parameters.identity_center_configuration.enable_identity_propagation #=> Boolean
|
7308
7328
|
# resp.data_source.data_source_parameters.aurora_parameters.host #=> String
|
7309
7329
|
# resp.data_source.data_source_parameters.aurora_parameters.port #=> Integer
|
7310
7330
|
# resp.data_source.data_source_parameters.aurora_parameters.database #=> String
|
@@ -7389,6 +7409,7 @@ module Aws::QuickSight
|
|
7389
7409
|
# resp.data_source.alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
7390
7410
|
# resp.data_source.alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
7391
7411
|
# resp.data_source.alternate_data_source_parameters[0].athena_parameters.role_arn #=> String
|
7412
|
+
# resp.data_source.alternate_data_source_parameters[0].athena_parameters.identity_center_configuration.enable_identity_propagation #=> Boolean
|
7392
7413
|
# resp.data_source.alternate_data_source_parameters[0].aurora_parameters.host #=> String
|
7393
7414
|
# resp.data_source.alternate_data_source_parameters[0].aurora_parameters.port #=> Integer
|
7394
7415
|
# resp.data_source.alternate_data_source_parameters[0].aurora_parameters.database #=> String
|
@@ -10059,6 +10080,8 @@ module Aws::QuickSight
|
|
10059
10080
|
# resp.custom_permissions_list[0].custom_permissions_name #=> String
|
10060
10081
|
# resp.custom_permissions_list[0].capabilities.export_to_csv #=> String, one of "DENY"
|
10061
10082
|
# resp.custom_permissions_list[0].capabilities.export_to_excel #=> String, one of "DENY"
|
10083
|
+
# resp.custom_permissions_list[0].capabilities.export_to_pdf #=> String, one of "DENY"
|
10084
|
+
# resp.custom_permissions_list[0].capabilities.print_reports #=> String, one of "DENY"
|
10062
10085
|
# resp.custom_permissions_list[0].capabilities.create_and_update_themes #=> String, one of "DENY"
|
10063
10086
|
# resp.custom_permissions_list[0].capabilities.add_or_run_anomaly_detection_for_analyses #=> String, one of "DENY"
|
10064
10087
|
# resp.custom_permissions_list[0].capabilities.share_analyses #=> String, one of "DENY"
|
@@ -10074,6 +10097,10 @@ module Aws::QuickSight
|
|
10074
10097
|
# resp.custom_permissions_list[0].capabilities.share_data_sources #=> String, one of "DENY"
|
10075
10098
|
# resp.custom_permissions_list[0].capabilities.view_account_spice_capacity #=> String, one of "DENY"
|
10076
10099
|
# resp.custom_permissions_list[0].capabilities.create_spice_dataset #=> String, one of "DENY"
|
10100
|
+
# resp.custom_permissions_list[0].capabilities.export_to_pdf_in_scheduled_reports #=> String, one of "DENY"
|
10101
|
+
# resp.custom_permissions_list[0].capabilities.export_to_csv_in_scheduled_reports #=> String, one of "DENY"
|
10102
|
+
# resp.custom_permissions_list[0].capabilities.export_to_excel_in_scheduled_reports #=> String, one of "DENY"
|
10103
|
+
# resp.custom_permissions_list[0].capabilities.include_content_in_scheduled_reports_email #=> String, one of "DENY"
|
10077
10104
|
# resp.next_token #=> String
|
10078
10105
|
# resp.request_id #=> String
|
10079
10106
|
#
|
@@ -10302,6 +10329,7 @@ module Aws::QuickSight
|
|
10302
10329
|
# resp.data_sources[0].data_source_parameters.amazon_elasticsearch_parameters.domain #=> String
|
10303
10330
|
# resp.data_sources[0].data_source_parameters.athena_parameters.work_group #=> String
|
10304
10331
|
# resp.data_sources[0].data_source_parameters.athena_parameters.role_arn #=> String
|
10332
|
+
# resp.data_sources[0].data_source_parameters.athena_parameters.identity_center_configuration.enable_identity_propagation #=> Boolean
|
10305
10333
|
# resp.data_sources[0].data_source_parameters.aurora_parameters.host #=> String
|
10306
10334
|
# resp.data_sources[0].data_source_parameters.aurora_parameters.port #=> Integer
|
10307
10335
|
# resp.data_sources[0].data_source_parameters.aurora_parameters.database #=> String
|
@@ -10386,6 +10414,7 @@ module Aws::QuickSight
|
|
10386
10414
|
# resp.data_sources[0].alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
10387
10415
|
# resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
10388
10416
|
# resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.role_arn #=> String
|
10417
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.identity_center_configuration.enable_identity_propagation #=> Boolean
|
10389
10418
|
# resp.data_sources[0].alternate_data_source_parameters[0].aurora_parameters.host #=> String
|
10390
10419
|
# resp.data_sources[0].alternate_data_source_parameters[0].aurora_parameters.port #=> Integer
|
10391
10420
|
# resp.data_sources[0].alternate_data_source_parameters[0].aurora_parameters.database #=> String
|
@@ -10898,7 +10927,7 @@ module Aws::QuickSight
|
|
10898
10927
|
# @example Response structure
|
10899
10928
|
#
|
10900
10929
|
# resp.services #=> Array
|
10901
|
-
# resp.services[0].service #=> String, one of "REDSHIFT", "QBUSINESS"
|
10930
|
+
# resp.services[0].service #=> String, one of "REDSHIFT", "QBUSINESS", "ATHENA"
|
10902
10931
|
# resp.services[0].authorized_targets #=> Array
|
10903
10932
|
# resp.services[0].authorized_targets[0] #=> String
|
10904
10933
|
# resp.next_token #=> String
|
@@ -13421,6 +13450,9 @@ module Aws::QuickSight
|
|
13421
13450
|
# athena_parameters: {
|
13422
13451
|
# work_group: "WorkGroup",
|
13423
13452
|
# role_arn: "RoleArn",
|
13453
|
+
# identity_center_configuration: {
|
13454
|
+
# enable_identity_propagation: false,
|
13455
|
+
# },
|
13424
13456
|
# },
|
13425
13457
|
# aurora_parameters: {
|
13426
13458
|
# host: "Host", # required
|
@@ -14709,6 +14741,8 @@ module Aws::QuickSight
|
|
14709
14741
|
# capabilities: {
|
14710
14742
|
# export_to_csv: "DENY", # accepts DENY
|
14711
14743
|
# export_to_excel: "DENY", # accepts DENY
|
14744
|
+
# export_to_pdf: "DENY", # accepts DENY
|
14745
|
+
# print_reports: "DENY", # accepts DENY
|
14712
14746
|
# create_and_update_themes: "DENY", # accepts DENY
|
14713
14747
|
# add_or_run_anomaly_detection_for_analyses: "DENY", # accepts DENY
|
14714
14748
|
# share_analyses: "DENY", # accepts DENY
|
@@ -14724,6 +14758,10 @@ module Aws::QuickSight
|
|
14724
14758
|
# share_data_sources: "DENY", # accepts DENY
|
14725
14759
|
# view_account_spice_capacity: "DENY", # accepts DENY
|
14726
14760
|
# create_spice_dataset: "DENY", # accepts DENY
|
14761
|
+
# export_to_pdf_in_scheduled_reports: "DENY", # accepts DENY
|
14762
|
+
# export_to_csv_in_scheduled_reports: "DENY", # accepts DENY
|
14763
|
+
# export_to_excel_in_scheduled_reports: "DENY", # accepts DENY
|
14764
|
+
# include_content_in_scheduled_reports_email: "DENY", # accepts DENY
|
14727
14765
|
# },
|
14728
14766
|
# })
|
14729
14767
|
#
|
@@ -15470,6 +15508,9 @@ module Aws::QuickSight
|
|
15470
15508
|
# athena_parameters: {
|
15471
15509
|
# work_group: "WorkGroup",
|
15472
15510
|
# role_arn: "RoleArn",
|
15511
|
+
# identity_center_configuration: {
|
15512
|
+
# enable_identity_propagation: false,
|
15513
|
+
# },
|
15473
15514
|
# },
|
15474
15515
|
# aurora_parameters: {
|
15475
15516
|
# host: "Host", # required
|
@@ -15625,6 +15666,9 @@ module Aws::QuickSight
|
|
15625
15666
|
# athena_parameters: {
|
15626
15667
|
# work_group: "WorkGroup",
|
15627
15668
|
# role_arn: "RoleArn",
|
15669
|
+
# identity_center_configuration: {
|
15670
|
+
# enable_identity_propagation: false,
|
15671
|
+
# },
|
15628
15672
|
# },
|
15629
15673
|
# aurora_parameters: {
|
15630
15674
|
# host: "Host", # required
|
@@ -16162,7 +16206,7 @@ module Aws::QuickSight
|
|
16162
16206
|
#
|
16163
16207
|
# resp = client.update_identity_propagation_config({
|
16164
16208
|
# aws_account_id: "AwsAccountId", # required
|
16165
|
-
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS
|
16209
|
+
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA
|
16166
16210
|
# authorized_targets: ["String"],
|
16167
16211
|
# })
|
16168
16212
|
#
|
@@ -17676,7 +17720,7 @@ module Aws::QuickSight
|
|
17676
17720
|
tracer: tracer
|
17677
17721
|
)
|
17678
17722
|
context[:gem_name] = 'aws-sdk-quicksight'
|
17679
|
-
context[:gem_version] = '1.
|
17723
|
+
context[:gem_version] = '1.150.0'
|
17680
17724
|
Seahorse::Client::Request.new(handlers, context)
|
17681
17725
|
end
|
17682
17726
|
|
@@ -1847,6 +1847,8 @@ module Aws::QuickSight
|
|
1847
1847
|
TeradataParameters = Shapes::StructureShape.new(name: 'TeradataParameters')
|
1848
1848
|
TextAreaControlDelimiter = Shapes::StringShape.new(name: 'TextAreaControlDelimiter')
|
1849
1849
|
TextAreaControlDisplayOptions = Shapes::StructureShape.new(name: 'TextAreaControlDisplayOptions')
|
1850
|
+
TextBoxInteractionOptions = Shapes::StructureShape.new(name: 'TextBoxInteractionOptions')
|
1851
|
+
TextBoxMenuOption = Shapes::StructureShape.new(name: 'TextBoxMenuOption')
|
1850
1852
|
TextConditionalFormat = Shapes::StructureShape.new(name: 'TextConditionalFormat')
|
1851
1853
|
TextControlPlaceholderOptions = Shapes::StructureShape.new(name: 'TextControlPlaceholderOptions')
|
1852
1854
|
TextFieldControlDisplayOptions = Shapes::StructureShape.new(name: 'TextFieldControlDisplayOptions')
|
@@ -2703,6 +2705,7 @@ module Aws::QuickSight
|
|
2703
2705
|
|
2704
2706
|
AthenaParameters.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroup, location_name: "WorkGroup"))
|
2705
2707
|
AthenaParameters.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2708
|
+
AthenaParameters.add_member(:identity_center_configuration, Shapes::ShapeRef.new(shape: IdentityCenterConfiguration, location_name: "IdentityCenterConfiguration"))
|
2706
2709
|
AthenaParameters.struct_class = Types::AthenaParameters
|
2707
2710
|
|
2708
2711
|
AttributeAggregationFunction.add_member(:simple_attribute_aggregation, Shapes::ShapeRef.new(shape: SimpleAttributeAggregationFunction, location_name: "SimpleAttributeAggregation"))
|
@@ -3027,6 +3030,8 @@ module Aws::QuickSight
|
|
3027
3030
|
|
3028
3031
|
Capabilities.add_member(:export_to_csv, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ExportToCsv"))
|
3029
3032
|
Capabilities.add_member(:export_to_excel, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ExportToExcel"))
|
3033
|
+
Capabilities.add_member(:export_to_pdf, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ExportToPdf"))
|
3034
|
+
Capabilities.add_member(:print_reports, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "PrintReports"))
|
3030
3035
|
Capabilities.add_member(:create_and_update_themes, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateAndUpdateThemes"))
|
3031
3036
|
Capabilities.add_member(:add_or_run_anomaly_detection_for_analyses, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "AddOrRunAnomalyDetectionForAnalyses"))
|
3032
3037
|
Capabilities.add_member(:share_analyses, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ShareAnalyses"))
|
@@ -3042,6 +3047,10 @@ module Aws::QuickSight
|
|
3042
3047
|
Capabilities.add_member(:share_data_sources, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ShareDataSources"))
|
3043
3048
|
Capabilities.add_member(:view_account_spice_capacity, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ViewAccountSPICECapacity"))
|
3044
3049
|
Capabilities.add_member(:create_spice_dataset, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateSPICEDataset"))
|
3050
|
+
Capabilities.add_member(:export_to_pdf_in_scheduled_reports, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ExportToPdfInScheduledReports"))
|
3051
|
+
Capabilities.add_member(:export_to_csv_in_scheduled_reports, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ExportToCsvInScheduledReports"))
|
3052
|
+
Capabilities.add_member(:export_to_excel_in_scheduled_reports, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ExportToExcelInScheduledReports"))
|
3053
|
+
Capabilities.add_member(:include_content_in_scheduled_reports_email, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "IncludeContentInScheduledReportsEmail"))
|
3045
3054
|
Capabilities.struct_class = Types::Capabilities
|
3046
3055
|
|
3047
3056
|
CascadingControlConfiguration.add_member(:source_controls, Shapes::ShapeRef.new(shape: CascadingControlSourceList, location_name: "SourceControls"))
|
@@ -8381,6 +8390,7 @@ module Aws::QuickSight
|
|
8381
8390
|
|
8382
8391
|
SheetTextBox.add_member(:sheet_text_box_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "SheetTextBoxId"))
|
8383
8392
|
SheetTextBox.add_member(:content, Shapes::ShapeRef.new(shape: SheetTextBoxContent, location_name: "Content"))
|
8393
|
+
SheetTextBox.add_member(:interactions, Shapes::ShapeRef.new(shape: TextBoxInteractionOptions, location_name: "Interactions"))
|
8384
8394
|
SheetTextBox.struct_class = Types::SheetTextBox
|
8385
8395
|
|
8386
8396
|
SheetTextBoxList.member = Shapes::ShapeRef.new(shape: SheetTextBox)
|
@@ -8936,6 +8946,12 @@ module Aws::QuickSight
|
|
8936
8946
|
TextAreaControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
|
8937
8947
|
TextAreaControlDisplayOptions.struct_class = Types::TextAreaControlDisplayOptions
|
8938
8948
|
|
8949
|
+
TextBoxInteractionOptions.add_member(:text_box_menu_option, Shapes::ShapeRef.new(shape: TextBoxMenuOption, location_name: "TextBoxMenuOption"))
|
8950
|
+
TextBoxInteractionOptions.struct_class = Types::TextBoxInteractionOptions
|
8951
|
+
|
8952
|
+
TextBoxMenuOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
8953
|
+
TextBoxMenuOption.struct_class = Types::TextBoxMenuOption
|
8954
|
+
|
8939
8955
|
TextConditionalFormat.add_member(:background_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "BackgroundColor"))
|
8940
8956
|
TextConditionalFormat.add_member(:text_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "TextColor"))
|
8941
8957
|
TextConditionalFormat.add_member(:icon, Shapes::ShapeRef.new(shape: ConditionalFormattingIcon, location_name: "Icon"))
|
@@ -2396,11 +2396,20 @@ module Aws::QuickSight
|
|
2396
2396
|
# role forbidding Athena access is still active.
|
2397
2397
|
# @return [String]
|
2398
2398
|
#
|
2399
|
+
# @!attribute [rw] identity_center_configuration
|
2400
|
+
# An optional parameter that configures IAM Identity Center
|
2401
|
+
# authentication to grant Amazon QuickSight access to your workgroup.
|
2402
|
+
#
|
2403
|
+
# This parameter can only be specified if your Amazon QuickSight
|
2404
|
+
# account is configured with IAM Identity Center.
|
2405
|
+
# @return [Types::IdentityCenterConfiguration]
|
2406
|
+
#
|
2399
2407
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AthenaParameters AWS API Documentation
|
2400
2408
|
#
|
2401
2409
|
class AthenaParameters < Struct.new(
|
2402
2410
|
:work_group,
|
2403
|
-
:role_arn
|
2411
|
+
:role_arn,
|
2412
|
+
:identity_center_configuration)
|
2404
2413
|
SENSITIVE = []
|
2405
2414
|
include Aws::Structure
|
2406
2415
|
end
|
@@ -3929,11 +3938,19 @@ module Aws::QuickSight
|
|
3929
3938
|
# A set of actions that correspond to Amazon QuickSight permissions.
|
3930
3939
|
#
|
3931
3940
|
# @!attribute [rw] export_to_csv
|
3932
|
-
# The ability to export to CSV files.
|
3941
|
+
# The ability to export to CSV files from the UI.
|
3933
3942
|
# @return [String]
|
3934
3943
|
#
|
3935
3944
|
# @!attribute [rw] export_to_excel
|
3936
|
-
# The ability to export to Excel files.
|
3945
|
+
# The ability to export to Excel files from the UI.
|
3946
|
+
# @return [String]
|
3947
|
+
#
|
3948
|
+
# @!attribute [rw] export_to_pdf
|
3949
|
+
# The ability to export to PDF files from the UI.
|
3950
|
+
# @return [String]
|
3951
|
+
#
|
3952
|
+
# @!attribute [rw] print_reports
|
3953
|
+
# The ability to print reports.
|
3937
3954
|
# @return [String]
|
3938
3955
|
#
|
3939
3956
|
# @!attribute [rw] create_and_update_themes
|
@@ -3996,11 +4013,29 @@ module Aws::QuickSight
|
|
3996
4013
|
# The ability to create a SPICE dataset.
|
3997
4014
|
# @return [String]
|
3998
4015
|
#
|
4016
|
+
# @!attribute [rw] export_to_pdf_in_scheduled_reports
|
4017
|
+
# The ability to export to PDF files in scheduled email reports.
|
4018
|
+
# @return [String]
|
4019
|
+
#
|
4020
|
+
# @!attribute [rw] export_to_csv_in_scheduled_reports
|
4021
|
+
# The ability to export to CSV files in scheduled email reports.
|
4022
|
+
# @return [String]
|
4023
|
+
#
|
4024
|
+
# @!attribute [rw] export_to_excel_in_scheduled_reports
|
4025
|
+
# The ability to export to Excel files in scheduled email reports.
|
4026
|
+
# @return [String]
|
4027
|
+
#
|
4028
|
+
# @!attribute [rw] include_content_in_scheduled_reports_email
|
4029
|
+
# The ability to include content in scheduled email reports.
|
4030
|
+
# @return [String]
|
4031
|
+
#
|
3999
4032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Capabilities AWS API Documentation
|
4000
4033
|
#
|
4001
4034
|
class Capabilities < Struct.new(
|
4002
4035
|
:export_to_csv,
|
4003
4036
|
:export_to_excel,
|
4037
|
+
:export_to_pdf,
|
4038
|
+
:print_reports,
|
4004
4039
|
:create_and_update_themes,
|
4005
4040
|
:add_or_run_anomaly_detection_for_analyses,
|
4006
4041
|
:share_analyses,
|
@@ -4015,7 +4050,11 @@ module Aws::QuickSight
|
|
4015
4050
|
:create_and_update_data_sources,
|
4016
4051
|
:share_data_sources,
|
4017
4052
|
:view_account_spice_capacity,
|
4018
|
-
:create_spice_dataset
|
4053
|
+
:create_spice_dataset,
|
4054
|
+
:export_to_pdf_in_scheduled_reports,
|
4055
|
+
:export_to_csv_in_scheduled_reports,
|
4056
|
+
:export_to_excel_in_scheduled_reports,
|
4057
|
+
:include_content_in_scheduled_reports_email)
|
4019
4058
|
SENSITIVE = []
|
4020
4059
|
include Aws::Structure
|
4021
4060
|
end
|
@@ -9008,7 +9047,7 @@ module Aws::QuickSight
|
|
9008
9047
|
# @return [String]
|
9009
9048
|
#
|
9010
9049
|
# @!attribute [rw] data_set_id
|
9011
|
-
# The ID of the dataset.
|
9050
|
+
# The ID of the dataset. Limited to 96 characters.
|
9012
9051
|
# @return [String]
|
9013
9052
|
#
|
9014
9053
|
# @!attribute [rw] name
|
@@ -30378,11 +30417,16 @@ module Aws::QuickSight
|
|
30378
30417
|
# The content that is displayed in the text box.
|
30379
30418
|
# @return [String]
|
30380
30419
|
#
|
30420
|
+
# @!attribute [rw] interactions
|
30421
|
+
# The general textbox interactions setup for a textbox.
|
30422
|
+
# @return [Types::TextBoxInteractionOptions]
|
30423
|
+
#
|
30381
30424
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SheetTextBox AWS API Documentation
|
30382
30425
|
#
|
30383
30426
|
class SheetTextBox < Struct.new(
|
30384
30427
|
:sheet_text_box_id,
|
30385
|
-
:content
|
30428
|
+
:content,
|
30429
|
+
:interactions)
|
30386
30430
|
SENSITIVE = []
|
30387
30431
|
include Aws::Structure
|
30388
30432
|
end
|
@@ -32956,6 +33000,36 @@ module Aws::QuickSight
|
|
32956
33000
|
include Aws::Structure
|
32957
33001
|
end
|
32958
33002
|
|
33003
|
+
# The general textbox interactions setup for textbox publish options.
|
33004
|
+
#
|
33005
|
+
# @!attribute [rw] text_box_menu_option
|
33006
|
+
# The menu options for the textbox.
|
33007
|
+
# @return [Types::TextBoxMenuOption]
|
33008
|
+
#
|
33009
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TextBoxInteractionOptions AWS API Documentation
|
33010
|
+
#
|
33011
|
+
class TextBoxInteractionOptions < Struct.new(
|
33012
|
+
:text_box_menu_option)
|
33013
|
+
SENSITIVE = []
|
33014
|
+
include Aws::Structure
|
33015
|
+
end
|
33016
|
+
|
33017
|
+
# The menu options for the interactions of a textbox.
|
33018
|
+
#
|
33019
|
+
# @!attribute [rw] availability_status
|
33020
|
+
# The availability status of the textbox menu. If the value of this
|
33021
|
+
# property is set to `ENABLED`, dashboard readers can interact with
|
33022
|
+
# the textbox menu.
|
33023
|
+
# @return [String]
|
33024
|
+
#
|
33025
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TextBoxMenuOption AWS API Documentation
|
33026
|
+
#
|
33027
|
+
class TextBoxMenuOption < Struct.new(
|
33028
|
+
:availability_status)
|
33029
|
+
SENSITIVE = []
|
33030
|
+
include Aws::Structure
|
33031
|
+
end
|
33032
|
+
|
32959
33033
|
# The conditional formatting for the text.
|
32960
33034
|
#
|
32961
33035
|
# @!attribute [rw] background_color
|
data/lib/aws-sdk-quicksight.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -35212,7 +35212,12 @@ module Aws
|
|
35212
35212
|
text_boxes: Array[
|
35213
35213
|
{
|
35214
35214
|
sheet_text_box_id: ::String,
|
35215
|
-
content: ::String
|
35215
|
+
content: ::String?,
|
35216
|
+
interactions: {
|
35217
|
+
text_box_menu_option: {
|
35218
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
35219
|
+
}?
|
35220
|
+
}?
|
35216
35221
|
},
|
35217
35222
|
]?,
|
35218
35223
|
images: Array[
|
@@ -38184,6 +38189,8 @@ module Aws
|
|
38184
38189
|
?capabilities: {
|
38185
38190
|
export_to_csv: ("DENY")?,
|
38186
38191
|
export_to_excel: ("DENY")?,
|
38192
|
+
export_to_pdf: ("DENY")?,
|
38193
|
+
print_reports: ("DENY")?,
|
38187
38194
|
create_and_update_themes: ("DENY")?,
|
38188
38195
|
add_or_run_anomaly_detection_for_analyses: ("DENY")?,
|
38189
38196
|
share_analyses: ("DENY")?,
|
@@ -38198,7 +38205,11 @@ module Aws
|
|
38198
38205
|
create_and_update_data_sources: ("DENY")?,
|
38199
38206
|
share_data_sources: ("DENY")?,
|
38200
38207
|
view_account_spice_capacity: ("DENY")?,
|
38201
|
-
create_spice_dataset: ("DENY")
|
38208
|
+
create_spice_dataset: ("DENY")?,
|
38209
|
+
export_to_pdf_in_scheduled_reports: ("DENY")?,
|
38210
|
+
export_to_csv_in_scheduled_reports: ("DENY")?,
|
38211
|
+
export_to_excel_in_scheduled_reports: ("DENY")?,
|
38212
|
+
include_content_in_scheduled_reports_email: ("DENY")?
|
38202
38213
|
},
|
38203
38214
|
?tags: Array[
|
38204
38215
|
{
|
@@ -72539,7 +72550,12 @@ module Aws
|
|
72539
72550
|
text_boxes: Array[
|
72540
72551
|
{
|
72541
72552
|
sheet_text_box_id: ::String,
|
72542
|
-
content: ::String
|
72553
|
+
content: ::String?,
|
72554
|
+
interactions: {
|
72555
|
+
text_box_menu_option: {
|
72556
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
72557
|
+
}?
|
72558
|
+
}?
|
72543
72559
|
},
|
72544
72560
|
]?,
|
72545
72561
|
images: Array[
|
@@ -75665,7 +75681,10 @@ module Aws
|
|
75665
75681
|
}?,
|
75666
75682
|
athena_parameters: {
|
75667
75683
|
work_group: ::String?,
|
75668
|
-
role_arn: ::String
|
75684
|
+
role_arn: ::String?,
|
75685
|
+
identity_center_configuration: {
|
75686
|
+
enable_identity_propagation: bool?
|
75687
|
+
}?
|
75669
75688
|
}?,
|
75670
75689
|
aurora_parameters: {
|
75671
75690
|
host: ::String,
|
@@ -75820,7 +75839,10 @@ module Aws
|
|
75820
75839
|
}?,
|
75821
75840
|
athena_parameters: {
|
75822
75841
|
work_group: ::String?,
|
75823
|
-
role_arn: ::String
|
75842
|
+
role_arn: ::String?,
|
75843
|
+
identity_center_configuration: {
|
75844
|
+
enable_identity_propagation: bool?
|
75845
|
+
}?
|
75824
75846
|
}?,
|
75825
75847
|
aurora_parameters: {
|
75826
75848
|
host: ::String,
|
@@ -110455,7 +110477,12 @@ module Aws
|
|
110455
110477
|
text_boxes: Array[
|
110456
110478
|
{
|
110457
110479
|
sheet_text_box_id: ::String,
|
110458
|
-
content: ::String
|
110480
|
+
content: ::String?,
|
110481
|
+
interactions: {
|
110482
|
+
text_box_menu_option: {
|
110483
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
110484
|
+
}?
|
110485
|
+
}?
|
110459
110486
|
},
|
110460
110487
|
]?,
|
110461
110488
|
images: Array[
|
@@ -113932,7 +113959,7 @@ module Aws
|
|
113932
113959
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#delete_identity_propagation_config-instance_method
|
113933
113960
|
def delete_identity_propagation_config: (
|
113934
113961
|
aws_account_id: ::String,
|
113935
|
-
service: ("REDSHIFT" | "QBUSINESS")
|
113962
|
+
service: ("REDSHIFT" | "QBUSINESS" | "ATHENA")
|
113936
113963
|
) -> _DeleteIdentityPropagationConfigResponseSuccess
|
113937
113964
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdentityPropagationConfigResponseSuccess
|
113938
113965
|
|
@@ -116077,7 +116104,10 @@ module Aws
|
|
116077
116104
|
}?,
|
116078
116105
|
athena_parameters: {
|
116079
116106
|
work_group: ::String?,
|
116080
|
-
role_arn: ::String
|
116107
|
+
role_arn: ::String?,
|
116108
|
+
identity_center_configuration: {
|
116109
|
+
enable_identity_propagation: bool?
|
116110
|
+
}?
|
116081
116111
|
}?,
|
116082
116112
|
aurora_parameters: {
|
116083
116113
|
host: ::String,
|
@@ -150866,7 +150896,12 @@ module Aws
|
|
150866
150896
|
text_boxes: Array[
|
150867
150897
|
{
|
150868
150898
|
sheet_text_box_id: ::String,
|
150869
|
-
content: ::String
|
150899
|
+
content: ::String?,
|
150900
|
+
interactions: {
|
150901
|
+
text_box_menu_option: {
|
150902
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
150903
|
+
}?
|
150904
|
+
}?
|
150870
150905
|
},
|
150871
150906
|
]?,
|
150872
150907
|
images: Array[
|
@@ -153895,6 +153930,8 @@ module Aws
|
|
153895
153930
|
?capabilities: {
|
153896
153931
|
export_to_csv: ("DENY")?,
|
153897
153932
|
export_to_excel: ("DENY")?,
|
153933
|
+
export_to_pdf: ("DENY")?,
|
153934
|
+
print_reports: ("DENY")?,
|
153898
153935
|
create_and_update_themes: ("DENY")?,
|
153899
153936
|
add_or_run_anomaly_detection_for_analyses: ("DENY")?,
|
153900
153937
|
share_analyses: ("DENY")?,
|
@@ -153909,7 +153946,11 @@ module Aws
|
|
153909
153946
|
create_and_update_data_sources: ("DENY")?,
|
153910
153947
|
share_data_sources: ("DENY")?,
|
153911
153948
|
view_account_spice_capacity: ("DENY")?,
|
153912
|
-
create_spice_dataset: ("DENY")
|
153949
|
+
create_spice_dataset: ("DENY")?,
|
153950
|
+
export_to_pdf_in_scheduled_reports: ("DENY")?,
|
153951
|
+
export_to_csv_in_scheduled_reports: ("DENY")?,
|
153952
|
+
export_to_excel_in_scheduled_reports: ("DENY")?,
|
153953
|
+
include_content_in_scheduled_reports_email: ("DENY")?
|
153913
153954
|
}
|
153914
153955
|
) -> _UpdateCustomPermissionsResponseSuccess
|
153915
153956
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomPermissionsResponseSuccess
|
@@ -188232,7 +188273,12 @@ module Aws
|
|
188232
188273
|
text_boxes: Array[
|
188233
188274
|
{
|
188234
188275
|
sheet_text_box_id: ::String,
|
188235
|
-
content: ::String
|
188276
|
+
content: ::String?,
|
188277
|
+
interactions: {
|
188278
|
+
text_box_menu_option: {
|
188279
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
188280
|
+
}?
|
188281
|
+
}?
|
188236
188282
|
},
|
188237
188283
|
]?,
|
188238
188284
|
images: Array[
|
@@ -191442,7 +191488,10 @@ module Aws
|
|
191442
191488
|
}?,
|
191443
191489
|
athena_parameters: {
|
191444
191490
|
work_group: ::String?,
|
191445
|
-
role_arn: ::String
|
191491
|
+
role_arn: ::String?,
|
191492
|
+
identity_center_configuration: {
|
191493
|
+
enable_identity_propagation: bool?
|
191494
|
+
}?
|
191446
191495
|
}?,
|
191447
191496
|
aurora_parameters: {
|
191448
191497
|
host: ::String,
|
@@ -191597,7 +191646,10 @@ module Aws
|
|
191597
191646
|
}?,
|
191598
191647
|
athena_parameters: {
|
191599
191648
|
work_group: ::String?,
|
191600
|
-
role_arn: ::String
|
191649
|
+
role_arn: ::String?,
|
191650
|
+
identity_center_configuration: {
|
191651
|
+
enable_identity_propagation: bool?
|
191652
|
+
}?
|
191601
191653
|
}?,
|
191602
191654
|
aurora_parameters: {
|
191603
191655
|
host: ::String,
|
@@ -191880,7 +191932,7 @@ module Aws
|
|
191880
191932
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_identity_propagation_config-instance_method
|
191881
191933
|
def update_identity_propagation_config: (
|
191882
191934
|
aws_account_id: ::String,
|
191883
|
-
service: ("REDSHIFT" | "QBUSINESS"),
|
191935
|
+
service: ("REDSHIFT" | "QBUSINESS" | "ATHENA"),
|
191884
191936
|
?authorized_targets: Array[::String]
|
191885
191937
|
) -> _UpdateIdentityPropagationConfigResponseSuccess
|
191886
191938
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdentityPropagationConfigResponseSuccess
|
@@ -226284,7 +226336,12 @@ module Aws
|
|
226284
226336
|
text_boxes: Array[
|
226285
226337
|
{
|
226286
226338
|
sheet_text_box_id: ::String,
|
226287
|
-
content: ::String
|
226339
|
+
content: ::String?,
|
226340
|
+
interactions: {
|
226341
|
+
text_box_menu_option: {
|
226342
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
226343
|
+
}?
|
226344
|
+
}?
|
226288
226345
|
},
|
226289
226346
|
]?,
|
226290
226347
|
images: Array[
|
data/sig/types.rbs
CHANGED
@@ -604,6 +604,7 @@ module Aws::QuickSight
|
|
604
604
|
class AthenaParameters
|
605
605
|
attr_accessor work_group: ::String
|
606
606
|
attr_accessor role_arn: ::String
|
607
|
+
attr_accessor identity_center_configuration: Types::IdentityCenterConfiguration
|
607
608
|
SENSITIVE: []
|
608
609
|
end
|
609
610
|
|
@@ -628,7 +629,7 @@ module Aws::QuickSight
|
|
628
629
|
end
|
629
630
|
|
630
631
|
class AuthorizedTargetsByService
|
631
|
-
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
632
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS" | "ATHENA")
|
632
633
|
attr_accessor authorized_targets: ::Array[::String]
|
633
634
|
SENSITIVE: []
|
634
635
|
end
|
@@ -1011,6 +1012,8 @@ module Aws::QuickSight
|
|
1011
1012
|
class Capabilities
|
1012
1013
|
attr_accessor export_to_csv: ("DENY")
|
1013
1014
|
attr_accessor export_to_excel: ("DENY")
|
1015
|
+
attr_accessor export_to_pdf: ("DENY")
|
1016
|
+
attr_accessor print_reports: ("DENY")
|
1014
1017
|
attr_accessor create_and_update_themes: ("DENY")
|
1015
1018
|
attr_accessor add_or_run_anomaly_detection_for_analyses: ("DENY")
|
1016
1019
|
attr_accessor share_analyses: ("DENY")
|
@@ -1026,6 +1029,10 @@ module Aws::QuickSight
|
|
1026
1029
|
attr_accessor share_data_sources: ("DENY")
|
1027
1030
|
attr_accessor view_account_spice_capacity: ("DENY")
|
1028
1031
|
attr_accessor create_spice_dataset: ("DENY")
|
1032
|
+
attr_accessor export_to_pdf_in_scheduled_reports: ("DENY")
|
1033
|
+
attr_accessor export_to_csv_in_scheduled_reports: ("DENY")
|
1034
|
+
attr_accessor export_to_excel_in_scheduled_reports: ("DENY")
|
1035
|
+
attr_accessor include_content_in_scheduled_reports_email: ("DENY")
|
1029
1036
|
SENSITIVE: []
|
1030
1037
|
end
|
1031
1038
|
|
@@ -2870,7 +2877,7 @@ module Aws::QuickSight
|
|
2870
2877
|
|
2871
2878
|
class DeleteIdentityPropagationConfigRequest
|
2872
2879
|
attr_accessor aws_account_id: ::String
|
2873
|
-
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
2880
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS" | "ATHENA")
|
2874
2881
|
SENSITIVE: []
|
2875
2882
|
end
|
2876
2883
|
|
@@ -7842,6 +7849,7 @@ module Aws::QuickSight
|
|
7842
7849
|
class SheetTextBox
|
7843
7850
|
attr_accessor sheet_text_box_id: ::String
|
7844
7851
|
attr_accessor content: ::String
|
7852
|
+
attr_accessor interactions: Types::TextBoxInteractionOptions
|
7845
7853
|
SENSITIVE: []
|
7846
7854
|
end
|
7847
7855
|
|
@@ -8520,6 +8528,16 @@ module Aws::QuickSight
|
|
8520
8528
|
SENSITIVE: []
|
8521
8529
|
end
|
8522
8530
|
|
8531
|
+
class TextBoxInteractionOptions
|
8532
|
+
attr_accessor text_box_menu_option: Types::TextBoxMenuOption
|
8533
|
+
SENSITIVE: []
|
8534
|
+
end
|
8535
|
+
|
8536
|
+
class TextBoxMenuOption
|
8537
|
+
attr_accessor availability_status: ("ENABLED" | "DISABLED")
|
8538
|
+
SENSITIVE: []
|
8539
|
+
end
|
8540
|
+
|
8523
8541
|
class TextConditionalFormat
|
8524
8542
|
attr_accessor background_color: Types::ConditionalFormattingColor
|
8525
8543
|
attr_accessor text_color: Types::ConditionalFormattingColor
|
@@ -9576,7 +9594,7 @@ module Aws::QuickSight
|
|
9576
9594
|
|
9577
9595
|
class UpdateIdentityPropagationConfigRequest
|
9578
9596
|
attr_accessor aws_account_id: ::String
|
9579
|
-
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
9597
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS" | "ATHENA")
|
9580
9598
|
attr_accessor authorized_targets: ::Array[::String]
|
9581
9599
|
SENSITIVE: []
|
9582
9600
|
end
|