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
data/sig/types.rbs
CHANGED
|
@@ -1008,7 +1008,9 @@ module Aws::QuickSight
|
|
|
1008
1008
|
end
|
|
1009
1009
|
|
|
1010
1010
|
class BorderStyle
|
|
1011
|
+
attr_accessor color: ::String
|
|
1011
1012
|
attr_accessor show: bool
|
|
1013
|
+
attr_accessor width: ::String
|
|
1012
1014
|
SENSITIVE: []
|
|
1013
1015
|
end
|
|
1014
1016
|
|
|
@@ -4866,6 +4868,8 @@ module Aws::QuickSight
|
|
|
4866
4868
|
attr_accessor selected_border_style: Types::FreeFormLayoutElementBorderStyle
|
|
4867
4869
|
attr_accessor background_style: Types::FreeFormLayoutElementBackgroundStyle
|
|
4868
4870
|
attr_accessor loading_animation: Types::LoadingAnimation
|
|
4871
|
+
attr_accessor border_radius: ::String
|
|
4872
|
+
attr_accessor padding: ::String
|
|
4869
4873
|
SENSITIVE: []
|
|
4870
4874
|
end
|
|
4871
4875
|
|
|
@@ -4878,6 +4882,7 @@ module Aws::QuickSight
|
|
|
4878
4882
|
class FreeFormLayoutElementBorderStyle
|
|
4879
4883
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
|
4880
4884
|
attr_accessor color: ::String
|
|
4885
|
+
attr_accessor width: ::String
|
|
4881
4886
|
SENSITIVE: []
|
|
4882
4887
|
end
|
|
4883
4888
|
|
|
@@ -5444,6 +5449,25 @@ module Aws::QuickSight
|
|
|
5444
5449
|
attr_accessor column_span: ::Integer
|
|
5445
5450
|
attr_accessor row_index: ::Integer
|
|
5446
5451
|
attr_accessor row_span: ::Integer
|
|
5452
|
+
attr_accessor border_style: Types::GridLayoutElementBorderStyle
|
|
5453
|
+
attr_accessor selected_border_style: Types::GridLayoutElementBorderStyle
|
|
5454
|
+
attr_accessor background_style: Types::GridLayoutElementBackgroundStyle
|
|
5455
|
+
attr_accessor loading_animation: Types::LoadingAnimation
|
|
5456
|
+
attr_accessor border_radius: ::String
|
|
5457
|
+
attr_accessor padding: ::String
|
|
5458
|
+
SENSITIVE: []
|
|
5459
|
+
end
|
|
5460
|
+
|
|
5461
|
+
class GridLayoutElementBackgroundStyle
|
|
5462
|
+
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
|
5463
|
+
attr_accessor color: ::String
|
|
5464
|
+
SENSITIVE: []
|
|
5465
|
+
end
|
|
5466
|
+
|
|
5467
|
+
class GridLayoutElementBorderStyle
|
|
5468
|
+
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
|
5469
|
+
attr_accessor color: ::String
|
|
5470
|
+
attr_accessor width: ::String
|
|
5447
5471
|
SENSITIVE: []
|
|
5448
5472
|
end
|
|
5449
5473
|
|
|
@@ -8601,6 +8625,12 @@ module Aws::QuickSight
|
|
|
8601
8625
|
SENSITIVE: []
|
|
8602
8626
|
end
|
|
8603
8627
|
|
|
8628
|
+
class SheetBackgroundStyle
|
|
8629
|
+
attr_accessor color: ::String
|
|
8630
|
+
attr_accessor gradient: ::String
|
|
8631
|
+
SENSITIVE: []
|
|
8632
|
+
end
|
|
8633
|
+
|
|
8604
8634
|
class SheetControlInfoIconLabelOptions
|
|
8605
8635
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
|
8606
8636
|
attr_accessor info_icon_text: ::String
|
|
@@ -8695,6 +8725,7 @@ module Aws::QuickSight
|
|
|
8695
8725
|
class SheetStyle
|
|
8696
8726
|
attr_accessor tile: Types::TileStyle
|
|
8697
8727
|
attr_accessor tile_layout: Types::TileLayoutStyle
|
|
8728
|
+
attr_accessor background: Types::SheetBackgroundStyle
|
|
8698
8729
|
SENSITIVE: []
|
|
8699
8730
|
end
|
|
8700
8731
|
|
|
@@ -9509,7 +9540,10 @@ module Aws::QuickSight
|
|
|
9509
9540
|
end
|
|
9510
9541
|
|
|
9511
9542
|
class TileStyle
|
|
9543
|
+
attr_accessor background_color: ::String
|
|
9512
9544
|
attr_accessor border: Types::BorderStyle
|
|
9545
|
+
attr_accessor border_radius: ::String
|
|
9546
|
+
attr_accessor padding: ::String
|
|
9513
9547
|
SENSITIVE: []
|
|
9514
9548
|
end
|
|
9515
9549
|
|
|
@@ -10031,6 +10065,13 @@ module Aws::QuickSight
|
|
|
10031
10065
|
|
|
10032
10066
|
class Typography
|
|
10033
10067
|
attr_accessor font_families: ::Array[Types::Font]
|
|
10068
|
+
attr_accessor axis_title_font_configuration: Types::FontConfiguration
|
|
10069
|
+
attr_accessor axis_label_font_configuration: Types::FontConfiguration
|
|
10070
|
+
attr_accessor legend_title_font_configuration: Types::FontConfiguration
|
|
10071
|
+
attr_accessor legend_value_font_configuration: Types::FontConfiguration
|
|
10072
|
+
attr_accessor data_label_font_configuration: Types::FontConfiguration
|
|
10073
|
+
attr_accessor visual_title_font_configuration: Types::VisualTitleFontConfiguration
|
|
10074
|
+
attr_accessor visual_subtitle_font_configuration: Types::VisualSubtitleFontConfiguration
|
|
10034
10075
|
SENSITIVE: []
|
|
10035
10076
|
end
|
|
10036
10077
|
|
|
@@ -11051,12 +11092,26 @@ module Aws::QuickSight
|
|
|
11051
11092
|
SENSITIVE: []
|
|
11052
11093
|
end
|
|
11053
11094
|
|
|
11095
|
+
class VisualSubtitleFontConfiguration
|
|
11096
|
+
attr_accessor font_configuration: Types::FontConfiguration
|
|
11097
|
+
attr_accessor text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")
|
|
11098
|
+
attr_accessor text_transform: ("CAPITALIZE")
|
|
11099
|
+
SENSITIVE: []
|
|
11100
|
+
end
|
|
11101
|
+
|
|
11054
11102
|
class VisualSubtitleLabelOptions
|
|
11055
11103
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
|
11056
11104
|
attr_accessor format_text: Types::LongFormatText
|
|
11057
11105
|
SENSITIVE: []
|
|
11058
11106
|
end
|
|
11059
11107
|
|
|
11108
|
+
class VisualTitleFontConfiguration
|
|
11109
|
+
attr_accessor font_configuration: Types::FontConfiguration
|
|
11110
|
+
attr_accessor text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")
|
|
11111
|
+
attr_accessor text_transform: ("CAPITALIZE")
|
|
11112
|
+
SENSITIVE: []
|
|
11113
|
+
end
|
|
11114
|
+
|
|
11060
11115
|
class VisualTitleLabelOptions
|
|
11061
11116
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
|
11062
11117
|
attr_accessor format_text: Types::ShortFormatText
|