aws-sdk-quicksight 1.163.0 → 1.164.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 +277 -1
- data/lib/aws-sdk-quicksight/client_api.rb +55 -0
- data/lib/aws-sdk-quicksight/types.rb +228 -7
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +630 -90
- data/sig/types.rbs +55 -0
- 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: e7f07ed5a89199313306f09992ca22aeca967b09545cad1926ba4ad8485a9ae7
|
|
4
|
+
data.tar.gz: f2776a3f7ebd385d03683a2f3092b9e849dd3d5c9aa70a392a5e58224cdec265
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffed0dbdcd8e9811d11ad985efe325b66db10b2e20966afea25eba144c7553bfb2e7613cd1c851ac16999bcf46ec9168df053d4f299533c934b65687ef2ae619
|
|
7
|
+
data.tar.gz: f68b7702555445f7ef3fef5511929bc0d04791fea9621d22edfefd6570c8bcf0876530cf978a204a8b6f9969d858566d1016f89a89ac7b781858bde107b08535
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.164.0 (2025-11-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Introducing comprehensive theme styling controls. New features include border customization (radius, width, color), flexible padding controls, background styling for cards and sheets, centralized typography management, and visual-level override support across layouts.
|
|
8
|
+
|
|
4
9
|
1.163.0 (2025-11-06)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.164.0
|
|
@@ -4478,9 +4478,14 @@ module Aws::QuickSight
|
|
|
4478
4478
|
# },
|
|
4479
4479
|
# sheet: {
|
|
4480
4480
|
# tile: {
|
|
4481
|
+
# background_color: "Color",
|
|
4481
4482
|
# border: {
|
|
4483
|
+
# color: "Color",
|
|
4482
4484
|
# show: false,
|
|
4485
|
+
# width: "Width",
|
|
4483
4486
|
# },
|
|
4487
|
+
# border_radius: "BorderRadius",
|
|
4488
|
+
# padding: "Padding",
|
|
4484
4489
|
# },
|
|
4485
4490
|
# tile_layout: {
|
|
4486
4491
|
# gutter: {
|
|
@@ -4490,6 +4495,10 @@ module Aws::QuickSight
|
|
|
4490
4495
|
# show: false,
|
|
4491
4496
|
# },
|
|
4492
4497
|
# },
|
|
4498
|
+
# background: {
|
|
4499
|
+
# color: "Color",
|
|
4500
|
+
# gradient: "String",
|
|
4501
|
+
# },
|
|
4493
4502
|
# },
|
|
4494
4503
|
# typography: {
|
|
4495
4504
|
# font_families: [
|
|
@@ -4497,6 +4506,105 @@ module Aws::QuickSight
|
|
|
4497
4506
|
# font_family: "String",
|
|
4498
4507
|
# },
|
|
4499
4508
|
# ],
|
|
4509
|
+
# axis_title_font_configuration: {
|
|
4510
|
+
# font_size: {
|
|
4511
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
4512
|
+
# absolute: "PixelLength",
|
|
4513
|
+
# },
|
|
4514
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
4515
|
+
# font_color: "HexColor",
|
|
4516
|
+
# font_weight: {
|
|
4517
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4518
|
+
# },
|
|
4519
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4520
|
+
# font_family: "String",
|
|
4521
|
+
# },
|
|
4522
|
+
# axis_label_font_configuration: {
|
|
4523
|
+
# font_size: {
|
|
4524
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
4525
|
+
# absolute: "PixelLength",
|
|
4526
|
+
# },
|
|
4527
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
4528
|
+
# font_color: "HexColor",
|
|
4529
|
+
# font_weight: {
|
|
4530
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4531
|
+
# },
|
|
4532
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4533
|
+
# font_family: "String",
|
|
4534
|
+
# },
|
|
4535
|
+
# legend_title_font_configuration: {
|
|
4536
|
+
# font_size: {
|
|
4537
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
4538
|
+
# absolute: "PixelLength",
|
|
4539
|
+
# },
|
|
4540
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
4541
|
+
# font_color: "HexColor",
|
|
4542
|
+
# font_weight: {
|
|
4543
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4544
|
+
# },
|
|
4545
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4546
|
+
# font_family: "String",
|
|
4547
|
+
# },
|
|
4548
|
+
# legend_value_font_configuration: {
|
|
4549
|
+
# font_size: {
|
|
4550
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
4551
|
+
# absolute: "PixelLength",
|
|
4552
|
+
# },
|
|
4553
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
4554
|
+
# font_color: "HexColor",
|
|
4555
|
+
# font_weight: {
|
|
4556
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4557
|
+
# },
|
|
4558
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4559
|
+
# font_family: "String",
|
|
4560
|
+
# },
|
|
4561
|
+
# data_label_font_configuration: {
|
|
4562
|
+
# font_size: {
|
|
4563
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
4564
|
+
# absolute: "PixelLength",
|
|
4565
|
+
# },
|
|
4566
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
4567
|
+
# font_color: "HexColor",
|
|
4568
|
+
# font_weight: {
|
|
4569
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4570
|
+
# },
|
|
4571
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4572
|
+
# font_family: "String",
|
|
4573
|
+
# },
|
|
4574
|
+
# visual_title_font_configuration: {
|
|
4575
|
+
# font_configuration: {
|
|
4576
|
+
# font_size: {
|
|
4577
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
4578
|
+
# absolute: "PixelLength",
|
|
4579
|
+
# },
|
|
4580
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
4581
|
+
# font_color: "HexColor",
|
|
4582
|
+
# font_weight: {
|
|
4583
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4584
|
+
# },
|
|
4585
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4586
|
+
# font_family: "String",
|
|
4587
|
+
# },
|
|
4588
|
+
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
4589
|
+
# text_transform: "CAPITALIZE", # accepts CAPITALIZE
|
|
4590
|
+
# },
|
|
4591
|
+
# visual_subtitle_font_configuration: {
|
|
4592
|
+
# font_configuration: {
|
|
4593
|
+
# font_size: {
|
|
4594
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
4595
|
+
# absolute: "PixelLength",
|
|
4596
|
+
# },
|
|
4597
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
4598
|
+
# font_color: "HexColor",
|
|
4599
|
+
# font_weight: {
|
|
4600
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
4601
|
+
# },
|
|
4602
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
4603
|
+
# font_family: "String",
|
|
4604
|
+
# },
|
|
4605
|
+
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
4606
|
+
# text_transform: "CAPITALIZE", # accepts CAPITALIZE
|
|
4607
|
+
# },
|
|
4500
4608
|
# },
|
|
4501
4609
|
# },
|
|
4502
4610
|
# permissions: [
|
|
@@ -9889,11 +9997,71 @@ module Aws::QuickSight
|
|
|
9889
9997
|
# resp.theme.version.configuration.ui_color_palette.dimension_foreground #=> String
|
|
9890
9998
|
# resp.theme.version.configuration.ui_color_palette.measure #=> String
|
|
9891
9999
|
# resp.theme.version.configuration.ui_color_palette.measure_foreground #=> String
|
|
10000
|
+
# resp.theme.version.configuration.sheet.tile.background_color #=> String
|
|
10001
|
+
# resp.theme.version.configuration.sheet.tile.border.color #=> String
|
|
9892
10002
|
# resp.theme.version.configuration.sheet.tile.border.show #=> Boolean
|
|
10003
|
+
# resp.theme.version.configuration.sheet.tile.border.width #=> String
|
|
10004
|
+
# resp.theme.version.configuration.sheet.tile.border_radius #=> String
|
|
10005
|
+
# resp.theme.version.configuration.sheet.tile.padding #=> String
|
|
9893
10006
|
# resp.theme.version.configuration.sheet.tile_layout.gutter.show #=> Boolean
|
|
9894
10007
|
# resp.theme.version.configuration.sheet.tile_layout.margin.show #=> Boolean
|
|
10008
|
+
# resp.theme.version.configuration.sheet.background.color #=> String
|
|
10009
|
+
# resp.theme.version.configuration.sheet.background.gradient #=> String
|
|
9895
10010
|
# resp.theme.version.configuration.typography.font_families #=> Array
|
|
9896
10011
|
# resp.theme.version.configuration.typography.font_families[0].font_family #=> String
|
|
10012
|
+
# resp.theme.version.configuration.typography.axis_title_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
|
|
10013
|
+
# resp.theme.version.configuration.typography.axis_title_font_configuration.font_size.absolute #=> String
|
|
10014
|
+
# resp.theme.version.configuration.typography.axis_title_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
|
|
10015
|
+
# resp.theme.version.configuration.typography.axis_title_font_configuration.font_color #=> String
|
|
10016
|
+
# resp.theme.version.configuration.typography.axis_title_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
|
|
10017
|
+
# resp.theme.version.configuration.typography.axis_title_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
|
|
10018
|
+
# resp.theme.version.configuration.typography.axis_title_font_configuration.font_family #=> String
|
|
10019
|
+
# resp.theme.version.configuration.typography.axis_label_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
|
|
10020
|
+
# resp.theme.version.configuration.typography.axis_label_font_configuration.font_size.absolute #=> String
|
|
10021
|
+
# resp.theme.version.configuration.typography.axis_label_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
|
|
10022
|
+
# resp.theme.version.configuration.typography.axis_label_font_configuration.font_color #=> String
|
|
10023
|
+
# resp.theme.version.configuration.typography.axis_label_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
|
|
10024
|
+
# resp.theme.version.configuration.typography.axis_label_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
|
|
10025
|
+
# resp.theme.version.configuration.typography.axis_label_font_configuration.font_family #=> String
|
|
10026
|
+
# resp.theme.version.configuration.typography.legend_title_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
|
|
10027
|
+
# resp.theme.version.configuration.typography.legend_title_font_configuration.font_size.absolute #=> String
|
|
10028
|
+
# resp.theme.version.configuration.typography.legend_title_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
|
|
10029
|
+
# resp.theme.version.configuration.typography.legend_title_font_configuration.font_color #=> String
|
|
10030
|
+
# resp.theme.version.configuration.typography.legend_title_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
|
|
10031
|
+
# resp.theme.version.configuration.typography.legend_title_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
|
|
10032
|
+
# resp.theme.version.configuration.typography.legend_title_font_configuration.font_family #=> String
|
|
10033
|
+
# resp.theme.version.configuration.typography.legend_value_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
|
|
10034
|
+
# resp.theme.version.configuration.typography.legend_value_font_configuration.font_size.absolute #=> String
|
|
10035
|
+
# resp.theme.version.configuration.typography.legend_value_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
|
|
10036
|
+
# resp.theme.version.configuration.typography.legend_value_font_configuration.font_color #=> String
|
|
10037
|
+
# resp.theme.version.configuration.typography.legend_value_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
|
|
10038
|
+
# resp.theme.version.configuration.typography.legend_value_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
|
|
10039
|
+
# resp.theme.version.configuration.typography.legend_value_font_configuration.font_family #=> String
|
|
10040
|
+
# resp.theme.version.configuration.typography.data_label_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
|
|
10041
|
+
# resp.theme.version.configuration.typography.data_label_font_configuration.font_size.absolute #=> String
|
|
10042
|
+
# resp.theme.version.configuration.typography.data_label_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
|
|
10043
|
+
# resp.theme.version.configuration.typography.data_label_font_configuration.font_color #=> String
|
|
10044
|
+
# resp.theme.version.configuration.typography.data_label_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
|
|
10045
|
+
# resp.theme.version.configuration.typography.data_label_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
|
|
10046
|
+
# resp.theme.version.configuration.typography.data_label_font_configuration.font_family #=> String
|
|
10047
|
+
# resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
|
|
10048
|
+
# resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_size.absolute #=> String
|
|
10049
|
+
# resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
|
|
10050
|
+
# resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_color #=> String
|
|
10051
|
+
# resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
|
|
10052
|
+
# resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
|
|
10053
|
+
# resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_family #=> String
|
|
10054
|
+
# resp.theme.version.configuration.typography.visual_title_font_configuration.text_alignment #=> String, one of "LEFT", "CENTER", "RIGHT", "AUTO"
|
|
10055
|
+
# resp.theme.version.configuration.typography.visual_title_font_configuration.text_transform #=> String, one of "CAPITALIZE"
|
|
10056
|
+
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
|
|
10057
|
+
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_size.absolute #=> String
|
|
10058
|
+
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
|
|
10059
|
+
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_color #=> String
|
|
10060
|
+
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
|
|
10061
|
+
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
|
|
10062
|
+
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_family #=> String
|
|
10063
|
+
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.text_alignment #=> String, one of "LEFT", "CENTER", "RIGHT", "AUTO"
|
|
10064
|
+
# resp.theme.version.configuration.typography.visual_subtitle_font_configuration.text_transform #=> String, one of "CAPITALIZE"
|
|
9897
10065
|
# resp.theme.version.errors #=> Array
|
|
9898
10066
|
# resp.theme.version.errors[0].type #=> String, one of "INTERNAL_FAILURE"
|
|
9899
10067
|
# resp.theme.version.errors[0].message #=> String
|
|
@@ -19502,9 +19670,14 @@ module Aws::QuickSight
|
|
|
19502
19670
|
# },
|
|
19503
19671
|
# sheet: {
|
|
19504
19672
|
# tile: {
|
|
19673
|
+
# background_color: "Color",
|
|
19505
19674
|
# border: {
|
|
19675
|
+
# color: "Color",
|
|
19506
19676
|
# show: false,
|
|
19677
|
+
# width: "Width",
|
|
19507
19678
|
# },
|
|
19679
|
+
# border_radius: "BorderRadius",
|
|
19680
|
+
# padding: "Padding",
|
|
19508
19681
|
# },
|
|
19509
19682
|
# tile_layout: {
|
|
19510
19683
|
# gutter: {
|
|
@@ -19514,6 +19687,10 @@ module Aws::QuickSight
|
|
|
19514
19687
|
# show: false,
|
|
19515
19688
|
# },
|
|
19516
19689
|
# },
|
|
19690
|
+
# background: {
|
|
19691
|
+
# color: "Color",
|
|
19692
|
+
# gradient: "String",
|
|
19693
|
+
# },
|
|
19517
19694
|
# },
|
|
19518
19695
|
# typography: {
|
|
19519
19696
|
# font_families: [
|
|
@@ -19521,6 +19698,105 @@ module Aws::QuickSight
|
|
|
19521
19698
|
# font_family: "String",
|
|
19522
19699
|
# },
|
|
19523
19700
|
# ],
|
|
19701
|
+
# axis_title_font_configuration: {
|
|
19702
|
+
# font_size: {
|
|
19703
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
19704
|
+
# absolute: "PixelLength",
|
|
19705
|
+
# },
|
|
19706
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
19707
|
+
# font_color: "HexColor",
|
|
19708
|
+
# font_weight: {
|
|
19709
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
19710
|
+
# },
|
|
19711
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
19712
|
+
# font_family: "String",
|
|
19713
|
+
# },
|
|
19714
|
+
# axis_label_font_configuration: {
|
|
19715
|
+
# font_size: {
|
|
19716
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
19717
|
+
# absolute: "PixelLength",
|
|
19718
|
+
# },
|
|
19719
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
19720
|
+
# font_color: "HexColor",
|
|
19721
|
+
# font_weight: {
|
|
19722
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
19723
|
+
# },
|
|
19724
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
19725
|
+
# font_family: "String",
|
|
19726
|
+
# },
|
|
19727
|
+
# legend_title_font_configuration: {
|
|
19728
|
+
# font_size: {
|
|
19729
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
19730
|
+
# absolute: "PixelLength",
|
|
19731
|
+
# },
|
|
19732
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
19733
|
+
# font_color: "HexColor",
|
|
19734
|
+
# font_weight: {
|
|
19735
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
19736
|
+
# },
|
|
19737
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
19738
|
+
# font_family: "String",
|
|
19739
|
+
# },
|
|
19740
|
+
# legend_value_font_configuration: {
|
|
19741
|
+
# font_size: {
|
|
19742
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
19743
|
+
# absolute: "PixelLength",
|
|
19744
|
+
# },
|
|
19745
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
19746
|
+
# font_color: "HexColor",
|
|
19747
|
+
# font_weight: {
|
|
19748
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
19749
|
+
# },
|
|
19750
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
19751
|
+
# font_family: "String",
|
|
19752
|
+
# },
|
|
19753
|
+
# data_label_font_configuration: {
|
|
19754
|
+
# font_size: {
|
|
19755
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
19756
|
+
# absolute: "PixelLength",
|
|
19757
|
+
# },
|
|
19758
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
19759
|
+
# font_color: "HexColor",
|
|
19760
|
+
# font_weight: {
|
|
19761
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
19762
|
+
# },
|
|
19763
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
19764
|
+
# font_family: "String",
|
|
19765
|
+
# },
|
|
19766
|
+
# visual_title_font_configuration: {
|
|
19767
|
+
# font_configuration: {
|
|
19768
|
+
# font_size: {
|
|
19769
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
19770
|
+
# absolute: "PixelLength",
|
|
19771
|
+
# },
|
|
19772
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
19773
|
+
# font_color: "HexColor",
|
|
19774
|
+
# font_weight: {
|
|
19775
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
19776
|
+
# },
|
|
19777
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
19778
|
+
# font_family: "String",
|
|
19779
|
+
# },
|
|
19780
|
+
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
19781
|
+
# text_transform: "CAPITALIZE", # accepts CAPITALIZE
|
|
19782
|
+
# },
|
|
19783
|
+
# visual_subtitle_font_configuration: {
|
|
19784
|
+
# font_configuration: {
|
|
19785
|
+
# font_size: {
|
|
19786
|
+
# relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
|
|
19787
|
+
# absolute: "PixelLength",
|
|
19788
|
+
# },
|
|
19789
|
+
# font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
|
|
19790
|
+
# font_color: "HexColor",
|
|
19791
|
+
# font_weight: {
|
|
19792
|
+
# name: "NORMAL", # accepts NORMAL, BOLD
|
|
19793
|
+
# },
|
|
19794
|
+
# font_style: "NORMAL", # accepts NORMAL, ITALIC
|
|
19795
|
+
# font_family: "String",
|
|
19796
|
+
# },
|
|
19797
|
+
# text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
|
|
19798
|
+
# text_transform: "CAPITALIZE", # accepts CAPITALIZE
|
|
19799
|
+
# },
|
|
19524
19800
|
# },
|
|
19525
19801
|
# },
|
|
19526
19802
|
# })
|
|
@@ -20376,7 +20652,7 @@ module Aws::QuickSight
|
|
|
20376
20652
|
tracer: tracer
|
|
20377
20653
|
)
|
|
20378
20654
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
20379
|
-
context[:gem_version] = '1.
|
|
20655
|
+
context[:gem_version] = '1.164.0'
|
|
20380
20656
|
Seahorse::Client::Request.new(handlers, context)
|
|
20381
20657
|
end
|
|
20382
20658
|
|
|
@@ -287,6 +287,7 @@ module Aws::QuickSight
|
|
|
287
287
|
BookmarksConfigurations = Shapes::StructureShape.new(name: 'BookmarksConfigurations')
|
|
288
288
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
289
289
|
BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
|
|
290
|
+
BorderRadius = Shapes::StringShape.new(name: 'BorderRadius')
|
|
290
291
|
BorderStyle = Shapes::StructureShape.new(name: 'BorderStyle')
|
|
291
292
|
BoxPlotAggregatedFieldWells = Shapes::StructureShape.new(name: 'BoxPlotAggregatedFieldWells')
|
|
292
293
|
BoxPlotChartConfiguration = Shapes::StructureShape.new(name: 'BoxPlotChartConfiguration')
|
|
@@ -354,6 +355,7 @@ module Aws::QuickSight
|
|
|
354
355
|
CollectiveConstant = Shapes::StructureShape.new(name: 'CollectiveConstant')
|
|
355
356
|
CollectiveConstantEntry = Shapes::StructureShape.new(name: 'CollectiveConstantEntry')
|
|
356
357
|
CollectiveConstantEntryList = Shapes::ListShape.new(name: 'CollectiveConstantEntryList')
|
|
358
|
+
Color = Shapes::StringShape.new(name: 'Color')
|
|
357
359
|
ColorFillType = Shapes::StringShape.new(name: 'ColorFillType')
|
|
358
360
|
ColorList = Shapes::ListShape.new(name: 'ColorList')
|
|
359
361
|
ColorScale = Shapes::StructureShape.new(name: 'ColorScale')
|
|
@@ -1108,6 +1110,8 @@ module Aws::QuickSight
|
|
|
1108
1110
|
GridLayoutCanvasSizeOptions = Shapes::StructureShape.new(name: 'GridLayoutCanvasSizeOptions')
|
|
1109
1111
|
GridLayoutConfiguration = Shapes::StructureShape.new(name: 'GridLayoutConfiguration')
|
|
1110
1112
|
GridLayoutElement = Shapes::StructureShape.new(name: 'GridLayoutElement')
|
|
1113
|
+
GridLayoutElementBackgroundStyle = Shapes::StructureShape.new(name: 'GridLayoutElementBackgroundStyle')
|
|
1114
|
+
GridLayoutElementBorderStyle = Shapes::StructureShape.new(name: 'GridLayoutElementBorderStyle')
|
|
1111
1115
|
GridLayoutElementColumnIndex = Shapes::IntegerShape.new(name: 'GridLayoutElementColumnIndex')
|
|
1112
1116
|
GridLayoutElementColumnSpan = Shapes::IntegerShape.new(name: 'GridLayoutElementColumnSpan')
|
|
1113
1117
|
GridLayoutElementList = Shapes::ListShape.new(name: 'GridLayoutElementList')
|
|
@@ -1465,6 +1469,7 @@ module Aws::QuickSight
|
|
|
1465
1469
|
OutputColumnNameOverride = Shapes::StructureShape.new(name: 'OutputColumnNameOverride')
|
|
1466
1470
|
OutputColumnNameOverrideList = Shapes::ListShape.new(name: 'OutputColumnNameOverrideList')
|
|
1467
1471
|
OverrideDatasetParameterOperation = Shapes::StructureShape.new(name: 'OverrideDatasetParameterOperation')
|
|
1472
|
+
Padding = Shapes::StringShape.new(name: 'Padding')
|
|
1468
1473
|
PageNumber = Shapes::IntegerShape.new(name: 'PageNumber')
|
|
1469
1474
|
PaginationConfiguration = Shapes::StructureShape.new(name: 'PaginationConfiguration')
|
|
1470
1475
|
Palette = Shapes::StructureShape.new(name: 'Palette')
|
|
@@ -1818,6 +1823,7 @@ module Aws::QuickSight
|
|
|
1818
1823
|
SharedViewConfigurations = Shapes::StructureShape.new(name: 'SharedViewConfigurations')
|
|
1819
1824
|
SharingModel = Shapes::StringShape.new(name: 'SharingModel')
|
|
1820
1825
|
Sheet = Shapes::StructureShape.new(name: 'Sheet')
|
|
1826
|
+
SheetBackgroundStyle = Shapes::StructureShape.new(name: 'SheetBackgroundStyle')
|
|
1821
1827
|
SheetContentType = Shapes::StringShape.new(name: 'SheetContentType')
|
|
1822
1828
|
SheetControlDateTimePickerType = Shapes::StringShape.new(name: 'SheetControlDateTimePickerType')
|
|
1823
1829
|
SheetControlInfoIconLabelOptions = Shapes::StructureShape.new(name: 'SheetControlInfoIconLabelOptions')
|
|
@@ -2034,6 +2040,7 @@ module Aws::QuickSight
|
|
|
2034
2040
|
TextControlPlaceholderOptions = Shapes::StructureShape.new(name: 'TextControlPlaceholderOptions')
|
|
2035
2041
|
TextFieldControlDisplayOptions = Shapes::StructureShape.new(name: 'TextFieldControlDisplayOptions')
|
|
2036
2042
|
TextQualifier = Shapes::StringShape.new(name: 'TextQualifier')
|
|
2043
|
+
TextTransform = Shapes::StringShape.new(name: 'TextTransform')
|
|
2037
2044
|
TextWrap = Shapes::StringShape.new(name: 'TextWrap')
|
|
2038
2045
|
Theme = Shapes::StructureShape.new(name: 'Theme')
|
|
2039
2046
|
ThemeAlias = Shapes::StructureShape.new(name: 'ThemeAlias')
|
|
@@ -2318,8 +2325,10 @@ module Aws::QuickSight
|
|
|
2318
2325
|
VisualPalette = Shapes::StructureShape.new(name: 'VisualPalette')
|
|
2319
2326
|
VisualRole = Shapes::StringShape.new(name: 'VisualRole')
|
|
2320
2327
|
VisualSubtitle = Shapes::StringShape.new(name: 'VisualSubtitle')
|
|
2328
|
+
VisualSubtitleFontConfiguration = Shapes::StructureShape.new(name: 'VisualSubtitleFontConfiguration')
|
|
2321
2329
|
VisualSubtitleLabelOptions = Shapes::StructureShape.new(name: 'VisualSubtitleLabelOptions')
|
|
2322
2330
|
VisualTitle = Shapes::StringShape.new(name: 'VisualTitle')
|
|
2331
|
+
VisualTitleFontConfiguration = Shapes::StructureShape.new(name: 'VisualTitleFontConfiguration')
|
|
2323
2332
|
VisualTitleLabelOptions = Shapes::StructureShape.new(name: 'VisualTitleLabelOptions')
|
|
2324
2333
|
VpcConnectionProperties = Shapes::StructureShape.new(name: 'VpcConnectionProperties')
|
|
2325
2334
|
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
|
@@ -2343,6 +2352,7 @@ module Aws::QuickSight
|
|
|
2343
2352
|
WhatIfPointScenario = Shapes::StructureShape.new(name: 'WhatIfPointScenario')
|
|
2344
2353
|
WhatIfRangeScenario = Shapes::StructureShape.new(name: 'WhatIfRangeScenario')
|
|
2345
2354
|
WidgetStatus = Shapes::StringShape.new(name: 'WidgetStatus')
|
|
2355
|
+
Width = Shapes::StringShape.new(name: 'Width')
|
|
2346
2356
|
WordCloudAggregatedFieldWells = Shapes::StructureShape.new(name: 'WordCloudAggregatedFieldWells')
|
|
2347
2357
|
WordCloudChartConfiguration = Shapes::StructureShape.new(name: 'WordCloudChartConfiguration')
|
|
2348
2358
|
WordCloudCloudLayout = Shapes::StringShape.new(name: 'WordCloudCloudLayout')
|
|
@@ -3224,7 +3234,9 @@ module Aws::QuickSight
|
|
|
3224
3234
|
BookmarksConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
|
3225
3235
|
BookmarksConfigurations.struct_class = Types::BookmarksConfigurations
|
|
3226
3236
|
|
|
3237
|
+
BorderStyle.add_member(:color, Shapes::ShapeRef.new(shape: Color, location_name: "Color"))
|
|
3227
3238
|
BorderStyle.add_member(:show, Shapes::ShapeRef.new(shape: Boolean, location_name: "Show", metadata: {"box" => true}))
|
|
3239
|
+
BorderStyle.add_member(:width, Shapes::ShapeRef.new(shape: Width, location_name: "Width"))
|
|
3228
3240
|
BorderStyle.struct_class = Types::BorderStyle
|
|
3229
3241
|
|
|
3230
3242
|
BoxPlotAggregatedFieldWells.add_member(:group_by, Shapes::ShapeRef.new(shape: BoxPlotDimensionFieldList, location_name: "GroupBy"))
|
|
@@ -6265,6 +6277,8 @@ module Aws::QuickSight
|
|
|
6265
6277
|
FreeFormLayoutElement.add_member(:selected_border_style, Shapes::ShapeRef.new(shape: FreeFormLayoutElementBorderStyle, location_name: "SelectedBorderStyle"))
|
|
6266
6278
|
FreeFormLayoutElement.add_member(:background_style, Shapes::ShapeRef.new(shape: FreeFormLayoutElementBackgroundStyle, location_name: "BackgroundStyle"))
|
|
6267
6279
|
FreeFormLayoutElement.add_member(:loading_animation, Shapes::ShapeRef.new(shape: LoadingAnimation, location_name: "LoadingAnimation"))
|
|
6280
|
+
FreeFormLayoutElement.add_member(:border_radius, Shapes::ShapeRef.new(shape: BorderRadius, location_name: "BorderRadius"))
|
|
6281
|
+
FreeFormLayoutElement.add_member(:padding, Shapes::ShapeRef.new(shape: Padding, location_name: "Padding"))
|
|
6268
6282
|
FreeFormLayoutElement.struct_class = Types::FreeFormLayoutElement
|
|
6269
6283
|
|
|
6270
6284
|
FreeFormLayoutElementBackgroundStyle.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
@@ -6273,6 +6287,7 @@ module Aws::QuickSight
|
|
|
6273
6287
|
|
|
6274
6288
|
FreeFormLayoutElementBorderStyle.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
6275
6289
|
FreeFormLayoutElementBorderStyle.add_member(:color, Shapes::ShapeRef.new(shape: HexColorWithTransparency, location_name: "Color"))
|
|
6290
|
+
FreeFormLayoutElementBorderStyle.add_member(:width, Shapes::ShapeRef.new(shape: Width, location_name: "Width"))
|
|
6276
6291
|
FreeFormLayoutElementBorderStyle.struct_class = Types::FreeFormLayoutElementBorderStyle
|
|
6277
6292
|
|
|
6278
6293
|
FreeFormLayoutScreenCanvasSizeOptions.add_member(:optimized_view_port_width, Shapes::ShapeRef.new(shape: PixelLength, required: true, location_name: "OptimizedViewPortWidth", metadata: {"box" => true}))
|
|
@@ -6703,8 +6718,23 @@ module Aws::QuickSight
|
|
|
6703
6718
|
GridLayoutElement.add_member(:column_span, Shapes::ShapeRef.new(shape: GridLayoutElementColumnSpan, required: true, location_name: "ColumnSpan"))
|
|
6704
6719
|
GridLayoutElement.add_member(:row_index, Shapes::ShapeRef.new(shape: GridLayoutElementRowIndex, location_name: "RowIndex"))
|
|
6705
6720
|
GridLayoutElement.add_member(:row_span, Shapes::ShapeRef.new(shape: GridLayoutElementRowSpan, required: true, location_name: "RowSpan"))
|
|
6721
|
+
GridLayoutElement.add_member(:border_style, Shapes::ShapeRef.new(shape: GridLayoutElementBorderStyle, location_name: "BorderStyle"))
|
|
6722
|
+
GridLayoutElement.add_member(:selected_border_style, Shapes::ShapeRef.new(shape: GridLayoutElementBorderStyle, location_name: "SelectedBorderStyle"))
|
|
6723
|
+
GridLayoutElement.add_member(:background_style, Shapes::ShapeRef.new(shape: GridLayoutElementBackgroundStyle, location_name: "BackgroundStyle"))
|
|
6724
|
+
GridLayoutElement.add_member(:loading_animation, Shapes::ShapeRef.new(shape: LoadingAnimation, location_name: "LoadingAnimation"))
|
|
6725
|
+
GridLayoutElement.add_member(:border_radius, Shapes::ShapeRef.new(shape: BorderRadius, location_name: "BorderRadius"))
|
|
6726
|
+
GridLayoutElement.add_member(:padding, Shapes::ShapeRef.new(shape: Padding, location_name: "Padding"))
|
|
6706
6727
|
GridLayoutElement.struct_class = Types::GridLayoutElement
|
|
6707
6728
|
|
|
6729
|
+
GridLayoutElementBackgroundStyle.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
6730
|
+
GridLayoutElementBackgroundStyle.add_member(:color, Shapes::ShapeRef.new(shape: HexColorWithTransparency, location_name: "Color"))
|
|
6731
|
+
GridLayoutElementBackgroundStyle.struct_class = Types::GridLayoutElementBackgroundStyle
|
|
6732
|
+
|
|
6733
|
+
GridLayoutElementBorderStyle.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
6734
|
+
GridLayoutElementBorderStyle.add_member(:color, Shapes::ShapeRef.new(shape: HexColorWithTransparency, location_name: "Color"))
|
|
6735
|
+
GridLayoutElementBorderStyle.add_member(:width, Shapes::ShapeRef.new(shape: Width, location_name: "Width"))
|
|
6736
|
+
GridLayoutElementBorderStyle.struct_class = Types::GridLayoutElementBorderStyle
|
|
6737
|
+
|
|
6708
6738
|
GridLayoutElementList.member = Shapes::ShapeRef.new(shape: GridLayoutElement)
|
|
6709
6739
|
|
|
6710
6740
|
GridLayoutScreenCanvasSizeOptions.add_member(:resize_option, Shapes::ShapeRef.new(shape: ResizeOption, required: true, location_name: "ResizeOption"))
|
|
@@ -9169,6 +9199,10 @@ module Aws::QuickSight
|
|
|
9169
9199
|
Sheet.add_member(:images, Shapes::ShapeRef.new(shape: SheetImageList, location_name: "Images"))
|
|
9170
9200
|
Sheet.struct_class = Types::Sheet
|
|
9171
9201
|
|
|
9202
|
+
SheetBackgroundStyle.add_member(:color, Shapes::ShapeRef.new(shape: Color, location_name: "Color"))
|
|
9203
|
+
SheetBackgroundStyle.add_member(:gradient, Shapes::ShapeRef.new(shape: String, location_name: "Gradient"))
|
|
9204
|
+
SheetBackgroundStyle.struct_class = Types::SheetBackgroundStyle
|
|
9205
|
+
|
|
9172
9206
|
SheetControlInfoIconLabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
9173
9207
|
SheetControlInfoIconLabelOptions.add_member(:info_icon_text, Shapes::ShapeRef.new(shape: SheetControlInfoIconText, location_name: "InfoIconText"))
|
|
9174
9208
|
SheetControlInfoIconLabelOptions.struct_class = Types::SheetControlInfoIconLabelOptions
|
|
@@ -9244,6 +9278,7 @@ module Aws::QuickSight
|
|
|
9244
9278
|
|
|
9245
9279
|
SheetStyle.add_member(:tile, Shapes::ShapeRef.new(shape: TileStyle, location_name: "Tile"))
|
|
9246
9280
|
SheetStyle.add_member(:tile_layout, Shapes::ShapeRef.new(shape: TileLayoutStyle, location_name: "TileLayout"))
|
|
9281
|
+
SheetStyle.add_member(:background, Shapes::ShapeRef.new(shape: SheetBackgroundStyle, location_name: "Background"))
|
|
9247
9282
|
SheetStyle.struct_class = Types::SheetStyle
|
|
9248
9283
|
|
|
9249
9284
|
SheetTextBox.add_member(:sheet_text_box_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "SheetTextBoxId"))
|
|
@@ -9909,7 +9944,10 @@ module Aws::QuickSight
|
|
|
9909
9944
|
TileLayoutStyle.add_member(:margin, Shapes::ShapeRef.new(shape: MarginStyle, location_name: "Margin"))
|
|
9910
9945
|
TileLayoutStyle.struct_class = Types::TileLayoutStyle
|
|
9911
9946
|
|
|
9947
|
+
TileStyle.add_member(:background_color, Shapes::ShapeRef.new(shape: Color, location_name: "BackgroundColor"))
|
|
9912
9948
|
TileStyle.add_member(:border, Shapes::ShapeRef.new(shape: BorderStyle, location_name: "Border"))
|
|
9949
|
+
TileStyle.add_member(:border_radius, Shapes::ShapeRef.new(shape: BorderRadius, location_name: "BorderRadius"))
|
|
9950
|
+
TileStyle.add_member(:padding, Shapes::ShapeRef.new(shape: Padding, location_name: "Padding"))
|
|
9913
9951
|
TileStyle.struct_class = Types::TileStyle
|
|
9914
9952
|
|
|
9915
9953
|
TimeBasedForecastProperties.add_member(:periods_forward, Shapes::ShapeRef.new(shape: PeriodsForward, location_name: "PeriodsForward", metadata: {"box" => true}))
|
|
@@ -10359,6 +10397,13 @@ module Aws::QuickSight
|
|
|
10359
10397
|
TypeParameters.value = Shapes::ShapeRef.new(shape: LimitedString)
|
|
10360
10398
|
|
|
10361
10399
|
Typography.add_member(:font_families, Shapes::ShapeRef.new(shape: FontList, location_name: "FontFamilies"))
|
|
10400
|
+
Typography.add_member(:axis_title_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "AxisTitleFontConfiguration"))
|
|
10401
|
+
Typography.add_member(:axis_label_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "AxisLabelFontConfiguration"))
|
|
10402
|
+
Typography.add_member(:legend_title_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "LegendTitleFontConfiguration"))
|
|
10403
|
+
Typography.add_member(:legend_value_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "LegendValueFontConfiguration"))
|
|
10404
|
+
Typography.add_member(:data_label_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "DataLabelFontConfiguration"))
|
|
10405
|
+
Typography.add_member(:visual_title_font_configuration, Shapes::ShapeRef.new(shape: VisualTitleFontConfiguration, location_name: "VisualTitleFontConfiguration"))
|
|
10406
|
+
Typography.add_member(:visual_subtitle_font_configuration, Shapes::ShapeRef.new(shape: VisualSubtitleFontConfiguration, location_name: "VisualSubtitleFontConfiguration"))
|
|
10362
10407
|
Typography.struct_class = Types::Typography
|
|
10363
10408
|
|
|
10364
10409
|
UIColorPalette.add_member(:primary_foreground, Shapes::ShapeRef.new(shape: HexColor, location_name: "PrimaryForeground"))
|
|
@@ -11156,10 +11201,20 @@ module Aws::QuickSight
|
|
|
11156
11201
|
VisualPalette.add_member(:color_map, Shapes::ShapeRef.new(shape: DataPathColorList, location_name: "ColorMap"))
|
|
11157
11202
|
VisualPalette.struct_class = Types::VisualPalette
|
|
11158
11203
|
|
|
11204
|
+
VisualSubtitleFontConfiguration.add_member(:font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "FontConfiguration"))
|
|
11205
|
+
VisualSubtitleFontConfiguration.add_member(:text_alignment, Shapes::ShapeRef.new(shape: HorizontalTextAlignment, location_name: "TextAlignment"))
|
|
11206
|
+
VisualSubtitleFontConfiguration.add_member(:text_transform, Shapes::ShapeRef.new(shape: TextTransform, location_name: "TextTransform"))
|
|
11207
|
+
VisualSubtitleFontConfiguration.struct_class = Types::VisualSubtitleFontConfiguration
|
|
11208
|
+
|
|
11159
11209
|
VisualSubtitleLabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
11160
11210
|
VisualSubtitleLabelOptions.add_member(:format_text, Shapes::ShapeRef.new(shape: LongFormatText, location_name: "FormatText"))
|
|
11161
11211
|
VisualSubtitleLabelOptions.struct_class = Types::VisualSubtitleLabelOptions
|
|
11162
11212
|
|
|
11213
|
+
VisualTitleFontConfiguration.add_member(:font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "FontConfiguration"))
|
|
11214
|
+
VisualTitleFontConfiguration.add_member(:text_alignment, Shapes::ShapeRef.new(shape: HorizontalTextAlignment, location_name: "TextAlignment"))
|
|
11215
|
+
VisualTitleFontConfiguration.add_member(:text_transform, Shapes::ShapeRef.new(shape: TextTransform, location_name: "TextTransform"))
|
|
11216
|
+
VisualTitleFontConfiguration.struct_class = Types::VisualTitleFontConfiguration
|
|
11217
|
+
|
|
11163
11218
|
VisualTitleLabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
11164
11219
|
VisualTitleLabelOptions.add_member(:format_text, Shapes::ShapeRef.new(shape: ShortFormatText, location_name: "FormatText"))
|
|
11165
11220
|
VisualTitleLabelOptions.struct_class = Types::VisualTitleLabelOptions
|