aws-sdk-quicksight 1.178.0 → 1.180.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +124 -17
- data/lib/aws-sdk-quicksight/client_api.rb +54 -16
- data/lib/aws-sdk-quicksight/types.rb +199 -18
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +796 -235
- data/sig/types.rbs +36 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a32ebbc28b7e6ce7aa6053dfb0907389020a7e5dc117ee1133f9c3ff425e86f9
|
|
4
|
+
data.tar.gz: 45d296feac95618eef0f54762721e4c7badbb5b7d820d651bd019bd3c79b9452
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b3f3490ba3f16ff0f26771bd11adf8b2f95e923e34cf1f299b82aaa03ed0661e3499399c0a093145142a9fc25a796cb12679712677aa26cfaa3ba243b2675e4
|
|
7
|
+
data.tar.gz: e7194b96bcac7e1cd4522dd517ce81a0045624b8218e496e5ee17e55cde39de56f5bcf440cb191c0c5ce0435b5801e900d414898d6770665050890704233c8ff
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.180.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds five new custom permission option for Quick Apps so that these capabilities can be controlled by public SDK and CLI.
|
|
8
|
+
|
|
9
|
+
1.179.0 (2026-05-01)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Add IdentityProviderCACertificatesBundleS3Uri for private CA certs with OAuth datasources. 256-char limit for FontFamily in themes. ControlTitleFormatText on all 13 filters. ControlTitleFontConfiguration. ContextRegion for cross-region identity context. Story,scenario in CreateCustomCapability API.
|
|
13
|
+
|
|
4
14
|
1.178.0 (2026-04-17)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.180.0
|
|
@@ -2226,6 +2226,11 @@ module Aws::QuickSight
|
|
|
2226
2226
|
# analysis: "DENY", # accepts DENY
|
|
2227
2227
|
# automate: "DENY", # accepts DENY
|
|
2228
2228
|
# flow: "DENY", # accepts DENY
|
|
2229
|
+
# apps: "DENY", # accepts DENY
|
|
2230
|
+
# create_and_update_apps: "DENY", # accepts DENY
|
|
2231
|
+
# share_apps: "DENY", # accepts DENY
|
|
2232
|
+
# invoke_apps_ai_inference: "DENY", # accepts DENY
|
|
2233
|
+
# access_apps_native_data_store: "DENY", # accepts DENY
|
|
2229
2234
|
# publish_without_approval: "DENY", # accepts DENY
|
|
2230
2235
|
# use_bedrock_models: "DENY", # accepts DENY
|
|
2231
2236
|
# perform_flow_ui_task: "DENY", # accepts DENY
|
|
@@ -2420,6 +2425,8 @@ module Aws::QuickSight
|
|
|
2420
2425
|
# extension: "DENY", # accepts DENY
|
|
2421
2426
|
# manage_shared_folders: "DENY", # accepts DENY
|
|
2422
2427
|
# generate_analyses: "DENY", # accepts DENY
|
|
2428
|
+
# story: "DENY", # accepts DENY
|
|
2429
|
+
# scenario: "DENY", # accepts DENY
|
|
2423
2430
|
# },
|
|
2424
2431
|
# tags: [
|
|
2425
2432
|
# {
|
|
@@ -3566,6 +3573,7 @@ module Aws::QuickSight
|
|
|
3566
3573
|
# vpc_connection_arn: "Arn", # required
|
|
3567
3574
|
# },
|
|
3568
3575
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
3576
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
3569
3577
|
# },
|
|
3570
3578
|
# },
|
|
3571
3579
|
# spark_parameters: {
|
|
@@ -3612,6 +3620,7 @@ module Aws::QuickSight
|
|
|
3612
3620
|
# vpc_connection_arn: "Arn", # required
|
|
3613
3621
|
# },
|
|
3614
3622
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
3623
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
3615
3624
|
# },
|
|
3616
3625
|
# },
|
|
3617
3626
|
# trino_parameters: {
|
|
@@ -3758,6 +3767,7 @@ module Aws::QuickSight
|
|
|
3758
3767
|
# vpc_connection_arn: "Arn", # required
|
|
3759
3768
|
# },
|
|
3760
3769
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
3770
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
3761
3771
|
# },
|
|
3762
3772
|
# },
|
|
3763
3773
|
# spark_parameters: {
|
|
@@ -3804,6 +3814,7 @@ module Aws::QuickSight
|
|
|
3804
3814
|
# vpc_connection_arn: "Arn", # required
|
|
3805
3815
|
# },
|
|
3806
3816
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
3817
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
3807
3818
|
# },
|
|
3808
3819
|
# },
|
|
3809
3820
|
# trino_parameters: {
|
|
@@ -4705,7 +4716,7 @@ module Aws::QuickSight
|
|
|
4705
4716
|
# typography: {
|
|
4706
4717
|
# font_families: [
|
|
4707
4718
|
# {
|
|
4708
|
-
# font_family: "
|
|
4719
|
+
# font_family: "LimitedString",
|
|
4709
4720
|
# },
|
|
4710
4721
|
# ],
|
|
4711
4722
|
# axis_title_font_configuration: {
|
|
@@ -4719,7 +4730,7 @@ module Aws::QuickSight
|
|
|
4719
4730
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4720
4731
|
# },
|
|
4721
4732
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4722
|
-
# font_family: "
|
|
4733
|
+
# font_family: "LimitedString",
|
|
4723
4734
|
# },
|
|
4724
4735
|
# axis_label_font_configuration: {
|
|
4725
4736
|
# font_size: {
|
|
@@ -4732,7 +4743,7 @@ module Aws::QuickSight
|
|
|
4732
4743
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4733
4744
|
# },
|
|
4734
4745
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4735
|
-
# font_family: "
|
|
4746
|
+
# font_family: "LimitedString",
|
|
4736
4747
|
# },
|
|
4737
4748
|
# legend_title_font_configuration: {
|
|
4738
4749
|
# font_size: {
|
|
@@ -4745,7 +4756,7 @@ module Aws::QuickSight
|
|
|
4745
4756
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4746
4757
|
# },
|
|
4747
4758
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4748
|
-
# font_family: "
|
|
4759
|
+
# font_family: "LimitedString",
|
|
4749
4760
|
# },
|
|
4750
4761
|
# legend_value_font_configuration: {
|
|
4751
4762
|
# font_size: {
|
|
@@ -4758,7 +4769,7 @@ module Aws::QuickSight
|
|
|
4758
4769
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4759
4770
|
# },
|
|
4760
4771
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4761
|
-
# font_family: "
|
|
4772
|
+
# font_family: "LimitedString",
|
|
4762
4773
|
# },
|
|
4763
4774
|
# data_label_font_configuration: {
|
|
4764
4775
|
# font_size: {
|
|
@@ -4771,7 +4782,7 @@ module Aws::QuickSight
|
|
|
4771
4782
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4772
4783
|
# },
|
|
4773
4784
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4774
|
-
# font_family: "
|
|
4785
|
+
# font_family: "LimitedString",
|
|
4775
4786
|
# },
|
|
4776
4787
|
# visual_title_font_configuration: {
|
|
4777
4788
|
# font_configuration: {
|
|
@@ -4785,7 +4796,7 @@ module Aws::QuickSight
|
|
|
4785
4796
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4786
4797
|
# },
|
|
4787
4798
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4788
|
-
# font_family: "
|
|
4799
|
+
# font_family: "LimitedString",
|
|
4789
4800
|
# },
|
|
4790
4801
|
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
4791
4802
|
# text_transform: "CAPITALIZE", # accepts CAPITALIZE
|
|
@@ -4802,11 +4813,27 @@ module Aws::QuickSight
|
|
|
4802
4813
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4803
4814
|
# },
|
|
4804
4815
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4805
|
-
# font_family: "
|
|
4816
|
+
# font_family: "LimitedString",
|
|
4806
4817
|
# },
|
|
4807
4818
|
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
4808
4819
|
# text_transform: "CAPITALIZE", # accepts CAPITALIZE
|
|
4809
4820
|
# },
|
|
4821
|
+
# control_title_font_configuration: {
|
|
4822
|
+
# font_configuration: {
|
|
4823
|
+
# font_size: {
|
|
4824
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
4825
|
+
# absolute: "PixelLength",
|
|
4826
|
+
# },
|
|
4827
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
4828
|
+
# font_color: "HexColor",
|
|
4829
|
+
# font_weight: {
|
|
4830
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4831
|
+
# },
|
|
4832
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4833
|
+
# font_family: "LimitedString",
|
|
4834
|
+
# },
|
|
4835
|
+
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
4836
|
+
# },
|
|
4810
4837
|
# },
|
|
4811
4838
|
# },
|
|
4812
4839
|
# permissions: [
|
|
@@ -7515,6 +7542,7 @@ module Aws::QuickSight
|
|
|
7515
7542
|
# resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
7516
7543
|
# resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
7517
7544
|
# resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
7545
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
7518
7546
|
# resp.override_parameters.data_sources[0].data_source_parameters.spark_parameters.host #=> String
|
|
7519
7547
|
# resp.override_parameters.data_sources[0].data_source_parameters.spark_parameters.port #=> Integer
|
|
7520
7548
|
# resp.override_parameters.data_sources[0].data_source_parameters.sql_server_parameters.host #=> String
|
|
@@ -7541,6 +7569,7 @@ module Aws::QuickSight
|
|
|
7541
7569
|
# resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
7542
7570
|
# resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
7543
7571
|
# resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
7572
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
7544
7573
|
# resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.host #=> String
|
|
7545
7574
|
# resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.port #=> Integer
|
|
7546
7575
|
# resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
|
|
@@ -8048,6 +8077,11 @@ module Aws::QuickSight
|
|
|
8048
8077
|
# resp.custom_permissions.capabilities.analysis #=> String, one of "DENY"
|
|
8049
8078
|
# resp.custom_permissions.capabilities.automate #=> String, one of "DENY"
|
|
8050
8079
|
# resp.custom_permissions.capabilities.flow #=> String, one of "DENY"
|
|
8080
|
+
# resp.custom_permissions.capabilities.apps #=> String, one of "DENY"
|
|
8081
|
+
# resp.custom_permissions.capabilities.create_and_update_apps #=> String, one of "DENY"
|
|
8082
|
+
# resp.custom_permissions.capabilities.share_apps #=> String, one of "DENY"
|
|
8083
|
+
# resp.custom_permissions.capabilities.invoke_apps_ai_inference #=> String, one of "DENY"
|
|
8084
|
+
# resp.custom_permissions.capabilities.access_apps_native_data_store #=> String, one of "DENY"
|
|
8051
8085
|
# resp.custom_permissions.capabilities.publish_without_approval #=> String, one of "DENY"
|
|
8052
8086
|
# resp.custom_permissions.capabilities.use_bedrock_models #=> String, one of "DENY"
|
|
8053
8087
|
# resp.custom_permissions.capabilities.perform_flow_ui_task #=> String, one of "DENY"
|
|
@@ -8242,6 +8276,8 @@ module Aws::QuickSight
|
|
|
8242
8276
|
# resp.custom_permissions.capabilities.extension #=> String, one of "DENY"
|
|
8243
8277
|
# resp.custom_permissions.capabilities.manage_shared_folders #=> String, one of "DENY"
|
|
8244
8278
|
# resp.custom_permissions.capabilities.generate_analyses #=> String, one of "DENY"
|
|
8279
|
+
# resp.custom_permissions.capabilities.story #=> String, one of "DENY"
|
|
8280
|
+
# resp.custom_permissions.capabilities.scenario #=> String, one of "DENY"
|
|
8245
8281
|
# resp.request_id #=> String
|
|
8246
8282
|
#
|
|
8247
8283
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeCustomPermissions AWS API Documentation
|
|
@@ -9296,6 +9332,7 @@ module Aws::QuickSight
|
|
|
9296
9332
|
# resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
9297
9333
|
# resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
9298
9334
|
# resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
9335
|
+
# resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
9299
9336
|
# resp.data_source.data_source_parameters.spark_parameters.host #=> String
|
|
9300
9337
|
# resp.data_source.data_source_parameters.spark_parameters.port #=> Integer
|
|
9301
9338
|
# resp.data_source.data_source_parameters.sql_server_parameters.host #=> String
|
|
@@ -9322,6 +9359,7 @@ module Aws::QuickSight
|
|
|
9322
9359
|
# resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
9323
9360
|
# resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
9324
9361
|
# resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
9362
|
+
# resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
9325
9363
|
# resp.data_source.data_source_parameters.trino_parameters.host #=> String
|
|
9326
9364
|
# resp.data_source.data_source_parameters.trino_parameters.port #=> Integer
|
|
9327
9365
|
# resp.data_source.data_source_parameters.trino_parameters.catalog #=> String
|
|
@@ -9401,6 +9439,7 @@ module Aws::QuickSight
|
|
|
9401
9439
|
# resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
9402
9440
|
# resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
9403
9441
|
# resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
9442
|
+
# resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
9404
9443
|
# resp.data_source.alternate_data_source_parameters[0].spark_parameters.host #=> String
|
|
9405
9444
|
# resp.data_source.alternate_data_source_parameters[0].spark_parameters.port #=> Integer
|
|
9406
9445
|
# resp.data_source.alternate_data_source_parameters[0].sql_server_parameters.host #=> String
|
|
@@ -9427,6 +9466,7 @@ module Aws::QuickSight
|
|
|
9427
9466
|
# resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
9428
9467
|
# resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
9429
9468
|
# resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
9469
|
+
# resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
9430
9470
|
# resp.data_source.alternate_data_source_parameters[0].trino_parameters.host #=> String
|
|
9431
9471
|
# resp.data_source.alternate_data_source_parameters[0].trino_parameters.port #=> Integer
|
|
9432
9472
|
# resp.data_source.alternate_data_source_parameters[0].trino_parameters.catalog #=> String
|
|
@@ -10636,6 +10676,14 @@ module Aws::QuickSight
|
|
|
10636
10676
|
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_family #=> String
|
|
10637
10677
|
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.text_alignment #=> String, one of "LEFT", "CENTER", "RIGHT", "AUTO"
|
|
10638
10678
|
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.text_transform #=> String, one of "CAPITALIZE"
|
|
10679
|
+
# resp.theme.version.configuration.typography.control_title_font_configuration.font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
|
|
10680
|
+
# resp.theme.version.configuration.typography.control_title_font_configuration.font_configuration.font_size.absolute #=> String
|
|
10681
|
+
# resp.theme.version.configuration.typography.control_title_font_configuration.font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
|
|
10682
|
+
# resp.theme.version.configuration.typography.control_title_font_configuration.font_configuration.font_color #=> String
|
|
10683
|
+
# resp.theme.version.configuration.typography.control_title_font_configuration.font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
|
|
10684
|
+
# resp.theme.version.configuration.typography.control_title_font_configuration.font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
|
|
10685
|
+
# resp.theme.version.configuration.typography.control_title_font_configuration.font_configuration.font_family #=> String
|
|
10686
|
+
# resp.theme.version.configuration.typography.control_title_font_configuration.text_alignment #=> String, one of "LEFT", "CENTER", "RIGHT", "AUTO"
|
|
10639
10687
|
# resp.theme.version.errors #=> Array
|
|
10640
10688
|
# resp.theme.version.errors[0].type #=> String, one of "INTERNAL_FAILURE"
|
|
10641
10689
|
# resp.theme.version.errors[0].message #=> String
|
|
@@ -12019,6 +12067,24 @@ module Aws::QuickSight
|
|
|
12019
12067
|
# @option params [Time,DateTime,Date,Integer,String] :session_expires_at
|
|
12020
12068
|
# The timestamp at which the session will expire.
|
|
12021
12069
|
#
|
|
12070
|
+
# @option params [String] :context_region
|
|
12071
|
+
# The region in which the context is to be used. Use this parameter to
|
|
12072
|
+
# obtain an identity context for cross-region use.
|
|
12073
|
+
#
|
|
12074
|
+
# The specified region must meet the following conditions:
|
|
12075
|
+
#
|
|
12076
|
+
# * The region must be in the same Amazon Web Services partition as the
|
|
12077
|
+
# region you are calling from. Cross-partition requests are not
|
|
12078
|
+
# supported. For example, you cannot specify a region in the `aws-cn`
|
|
12079
|
+
# partition when calling from a region in the `aws` partition.
|
|
12080
|
+
#
|
|
12081
|
+
# * It must be a valid Amazon QuickSight supported region.
|
|
12082
|
+
#
|
|
12083
|
+
# * The calling customer account must be enabled in the specified
|
|
12084
|
+
# context region.
|
|
12085
|
+
#
|
|
12086
|
+
# * This parameter is not supported when calling from an opt-in region.
|
|
12087
|
+
#
|
|
12022
12088
|
# @return [Types::GetIdentityContextResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
12023
12089
|
#
|
|
12024
12090
|
# * {Types::GetIdentityContextResponse#status #status} => Integer
|
|
@@ -12036,6 +12102,7 @@ module Aws::QuickSight
|
|
|
12036
12102
|
# },
|
|
12037
12103
|
# namespace: "Namespace",
|
|
12038
12104
|
# session_expires_at: Time.now,
|
|
12105
|
+
# context_region: "Region",
|
|
12039
12106
|
# })
|
|
12040
12107
|
#
|
|
12041
12108
|
# @example Response structure
|
|
@@ -12481,6 +12548,11 @@ module Aws::QuickSight
|
|
|
12481
12548
|
# resp.custom_permissions_list[0].capabilities.analysis #=> String, one of "DENY"
|
|
12482
12549
|
# resp.custom_permissions_list[0].capabilities.automate #=> String, one of "DENY"
|
|
12483
12550
|
# resp.custom_permissions_list[0].capabilities.flow #=> String, one of "DENY"
|
|
12551
|
+
# resp.custom_permissions_list[0].capabilities.apps #=> String, one of "DENY"
|
|
12552
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_apps #=> String, one of "DENY"
|
|
12553
|
+
# resp.custom_permissions_list[0].capabilities.share_apps #=> String, one of "DENY"
|
|
12554
|
+
# resp.custom_permissions_list[0].capabilities.invoke_apps_ai_inference #=> String, one of "DENY"
|
|
12555
|
+
# resp.custom_permissions_list[0].capabilities.access_apps_native_data_store #=> String, one of "DENY"
|
|
12484
12556
|
# resp.custom_permissions_list[0].capabilities.publish_without_approval #=> String, one of "DENY"
|
|
12485
12557
|
# resp.custom_permissions_list[0].capabilities.use_bedrock_models #=> String, one of "DENY"
|
|
12486
12558
|
# resp.custom_permissions_list[0].capabilities.perform_flow_ui_task #=> String, one of "DENY"
|
|
@@ -12675,6 +12747,8 @@ module Aws::QuickSight
|
|
|
12675
12747
|
# resp.custom_permissions_list[0].capabilities.extension #=> String, one of "DENY"
|
|
12676
12748
|
# resp.custom_permissions_list[0].capabilities.manage_shared_folders #=> String, one of "DENY"
|
|
12677
12749
|
# resp.custom_permissions_list[0].capabilities.generate_analyses #=> String, one of "DENY"
|
|
12750
|
+
# resp.custom_permissions_list[0].capabilities.story #=> String, one of "DENY"
|
|
12751
|
+
# resp.custom_permissions_list[0].capabilities.scenario #=> String, one of "DENY"
|
|
12678
12752
|
# resp.next_token #=> String
|
|
12679
12753
|
# resp.request_id #=> String
|
|
12680
12754
|
#
|
|
@@ -12964,6 +13038,7 @@ module Aws::QuickSight
|
|
|
12964
13038
|
# resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
12965
13039
|
# resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
12966
13040
|
# resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
13041
|
+
# resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
12967
13042
|
# resp.data_sources[0].data_source_parameters.spark_parameters.host #=> String
|
|
12968
13043
|
# resp.data_sources[0].data_source_parameters.spark_parameters.port #=> Integer
|
|
12969
13044
|
# resp.data_sources[0].data_source_parameters.sql_server_parameters.host #=> String
|
|
@@ -12990,6 +13065,7 @@ module Aws::QuickSight
|
|
|
12990
13065
|
# resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
12991
13066
|
# resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
12992
13067
|
# resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
13068
|
+
# resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
12993
13069
|
# resp.data_sources[0].data_source_parameters.trino_parameters.host #=> String
|
|
12994
13070
|
# resp.data_sources[0].data_source_parameters.trino_parameters.port #=> Integer
|
|
12995
13071
|
# resp.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
|
|
@@ -13069,6 +13145,7 @@ module Aws::QuickSight
|
|
|
13069
13145
|
# resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
13070
13146
|
# resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
13071
13147
|
# resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
13148
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
13072
13149
|
# resp.data_sources[0].alternate_data_source_parameters[0].spark_parameters.host #=> String
|
|
13073
13150
|
# resp.data_sources[0].alternate_data_source_parameters[0].spark_parameters.port #=> Integer
|
|
13074
13151
|
# resp.data_sources[0].alternate_data_source_parameters[0].sql_server_parameters.host #=> String
|
|
@@ -13095,6 +13172,7 @@ module Aws::QuickSight
|
|
|
13095
13172
|
# resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.o_auth_scope #=> String
|
|
13096
13173
|
# resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
|
|
13097
13174
|
# resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
|
|
13175
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_ca_certificates_bundle_s3_uri #=> String
|
|
13098
13176
|
# resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.host #=> String
|
|
13099
13177
|
# resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.port #=> Integer
|
|
13100
13178
|
# resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.catalog #=> String
|
|
@@ -16428,6 +16506,7 @@ module Aws::QuickSight
|
|
|
16428
16506
|
# vpc_connection_arn: "Arn", # required
|
|
16429
16507
|
# },
|
|
16430
16508
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
16509
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
16431
16510
|
# },
|
|
16432
16511
|
# },
|
|
16433
16512
|
# spark_parameters: {
|
|
@@ -16474,6 +16553,7 @@ module Aws::QuickSight
|
|
|
16474
16553
|
# vpc_connection_arn: "Arn", # required
|
|
16475
16554
|
# },
|
|
16476
16555
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
16556
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
16477
16557
|
# },
|
|
16478
16558
|
# },
|
|
16479
16559
|
# trino_parameters: {
|
|
@@ -18059,6 +18139,11 @@ module Aws::QuickSight
|
|
|
18059
18139
|
# analysis: "DENY", # accepts DENY
|
|
18060
18140
|
# automate: "DENY", # accepts DENY
|
|
18061
18141
|
# flow: "DENY", # accepts DENY
|
|
18142
|
+
# apps: "DENY", # accepts DENY
|
|
18143
|
+
# create_and_update_apps: "DENY", # accepts DENY
|
|
18144
|
+
# share_apps: "DENY", # accepts DENY
|
|
18145
|
+
# invoke_apps_ai_inference: "DENY", # accepts DENY
|
|
18146
|
+
# access_apps_native_data_store: "DENY", # accepts DENY
|
|
18062
18147
|
# publish_without_approval: "DENY", # accepts DENY
|
|
18063
18148
|
# use_bedrock_models: "DENY", # accepts DENY
|
|
18064
18149
|
# perform_flow_ui_task: "DENY", # accepts DENY
|
|
@@ -18253,6 +18338,8 @@ module Aws::QuickSight
|
|
|
18253
18338
|
# extension: "DENY", # accepts DENY
|
|
18254
18339
|
# manage_shared_folders: "DENY", # accepts DENY
|
|
18255
18340
|
# generate_analyses: "DENY", # accepts DENY
|
|
18341
|
+
# story: "DENY", # accepts DENY
|
|
18342
|
+
# scenario: "DENY", # accepts DENY
|
|
18256
18343
|
# },
|
|
18257
18344
|
# })
|
|
18258
18345
|
#
|
|
@@ -19587,6 +19674,7 @@ module Aws::QuickSight
|
|
|
19587
19674
|
# vpc_connection_arn: "Arn", # required
|
|
19588
19675
|
# },
|
|
19589
19676
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
19677
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
19590
19678
|
# },
|
|
19591
19679
|
# },
|
|
19592
19680
|
# spark_parameters: {
|
|
@@ -19633,6 +19721,7 @@ module Aws::QuickSight
|
|
|
19633
19721
|
# vpc_connection_arn: "Arn", # required
|
|
19634
19722
|
# },
|
|
19635
19723
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
19724
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
19636
19725
|
# },
|
|
19637
19726
|
# },
|
|
19638
19727
|
# trino_parameters: {
|
|
@@ -19779,6 +19868,7 @@ module Aws::QuickSight
|
|
|
19779
19868
|
# vpc_connection_arn: "Arn", # required
|
|
19780
19869
|
# },
|
|
19781
19870
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
19871
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
19782
19872
|
# },
|
|
19783
19873
|
# },
|
|
19784
19874
|
# spark_parameters: {
|
|
@@ -19825,6 +19915,7 @@ module Aws::QuickSight
|
|
|
19825
19915
|
# vpc_connection_arn: "Arn", # required
|
|
19826
19916
|
# },
|
|
19827
19917
|
# identity_provider_resource_uri: "IdentityProviderResourceUri",
|
|
19918
|
+
# identity_provider_ca_certificates_bundle_s3_uri: "CACertificatesBundleS3Uri",
|
|
19828
19919
|
# },
|
|
19829
19920
|
# },
|
|
19830
19921
|
# trino_parameters: {
|
|
@@ -21118,7 +21209,7 @@ module Aws::QuickSight
|
|
|
21118
21209
|
# typography: {
|
|
21119
21210
|
# font_families: [
|
|
21120
21211
|
# {
|
|
21121
|
-
# font_family: "
|
|
21212
|
+
# font_family: "LimitedString",
|
|
21122
21213
|
# },
|
|
21123
21214
|
# ],
|
|
21124
21215
|
# axis_title_font_configuration: {
|
|
@@ -21132,7 +21223,7 @@ module Aws::QuickSight
|
|
|
21132
21223
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
21133
21224
|
# },
|
|
21134
21225
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
21135
|
-
# font_family: "
|
|
21226
|
+
# font_family: "LimitedString",
|
|
21136
21227
|
# },
|
|
21137
21228
|
# axis_label_font_configuration: {
|
|
21138
21229
|
# font_size: {
|
|
@@ -21145,7 +21236,7 @@ module Aws::QuickSight
|
|
|
21145
21236
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
21146
21237
|
# },
|
|
21147
21238
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
21148
|
-
# font_family: "
|
|
21239
|
+
# font_family: "LimitedString",
|
|
21149
21240
|
# },
|
|
21150
21241
|
# legend_title_font_configuration: {
|
|
21151
21242
|
# font_size: {
|
|
@@ -21158,7 +21249,7 @@ module Aws::QuickSight
|
|
|
21158
21249
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
21159
21250
|
# },
|
|
21160
21251
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
21161
|
-
# font_family: "
|
|
21252
|
+
# font_family: "LimitedString",
|
|
21162
21253
|
# },
|
|
21163
21254
|
# legend_value_font_configuration: {
|
|
21164
21255
|
# font_size: {
|
|
@@ -21171,7 +21262,7 @@ module Aws::QuickSight
|
|
|
21171
21262
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
21172
21263
|
# },
|
|
21173
21264
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
21174
|
-
# font_family: "
|
|
21265
|
+
# font_family: "LimitedString",
|
|
21175
21266
|
# },
|
|
21176
21267
|
# data_label_font_configuration: {
|
|
21177
21268
|
# font_size: {
|
|
@@ -21184,7 +21275,7 @@ module Aws::QuickSight
|
|
|
21184
21275
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
21185
21276
|
# },
|
|
21186
21277
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
21187
|
-
# font_family: "
|
|
21278
|
+
# font_family: "LimitedString",
|
|
21188
21279
|
# },
|
|
21189
21280
|
# visual_title_font_configuration: {
|
|
21190
21281
|
# font_configuration: {
|
|
@@ -21198,7 +21289,7 @@ module Aws::QuickSight
|
|
|
21198
21289
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
21199
21290
|
# },
|
|
21200
21291
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
21201
|
-
# font_family: "
|
|
21292
|
+
# font_family: "LimitedString",
|
|
21202
21293
|
# },
|
|
21203
21294
|
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
21204
21295
|
# text_transform: "CAPITALIZE", # accepts CAPITALIZE
|
|
@@ -21215,11 +21306,27 @@ module Aws::QuickSight
|
|
|
21215
21306
|
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
21216
21307
|
# },
|
|
21217
21308
|
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
21218
|
-
# font_family: "
|
|
21309
|
+
# font_family: "LimitedString",
|
|
21219
21310
|
# },
|
|
21220
21311
|
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
21221
21312
|
# text_transform: "CAPITALIZE", # accepts CAPITALIZE
|
|
21222
21313
|
# },
|
|
21314
|
+
# control_title_font_configuration: {
|
|
21315
|
+
# font_configuration: {
|
|
21316
|
+
# font_size: {
|
|
21317
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
21318
|
+
# absolute: "PixelLength",
|
|
21319
|
+
# },
|
|
21320
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
21321
|
+
# font_color: "HexColor",
|
|
21322
|
+
# font_weight: {
|
|
21323
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
21324
|
+
# },
|
|
21325
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
21326
|
+
# font_family: "LimitedString",
|
|
21327
|
+
# },
|
|
21328
|
+
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
21329
|
+
# },
|
|
21223
21330
|
# },
|
|
21224
21331
|
# },
|
|
21225
21332
|
# })
|
|
@@ -22075,7 +22182,7 @@ module Aws::QuickSight
|
|
|
22075
22182
|
tracer: tracer
|
|
22076
22183
|
)
|
|
22077
22184
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
22078
|
-
context[:gem_version] = '1.
|
|
22185
|
+
context[:gem_version] = '1.180.0'
|
|
22079
22186
|
Seahorse::Client::Request.new(handlers, context)
|
|
22080
22187
|
end
|
|
22081
22188
|
|