aws-sdk-quicksight 1.154.0 → 1.155.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 +1 -1
- data/lib/aws-sdk-quicksight/client_api.rb +3 -0
- data/lib/aws-sdk-quicksight/types.rb +15 -0
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +1080 -0
- data/sig/types.rbs +3 -0
- metadata +1 -1
data/sig/types.rbs
CHANGED
@@ -4990,7 +4990,9 @@ module Aws::QuickSight
|
|
4990
4990
|
class HeatMapConfiguration
|
4991
4991
|
attr_accessor field_wells: Types::HeatMapFieldWells
|
4992
4992
|
attr_accessor sort_configuration: Types::HeatMapSortConfiguration
|
4993
|
+
attr_accessor row_axis_display_options: Types::AxisDisplayOptions
|
4993
4994
|
attr_accessor row_label_options: Types::ChartAxisLabelOptions
|
4995
|
+
attr_accessor column_axis_display_options: Types::AxisDisplayOptions
|
4994
4996
|
attr_accessor column_label_options: Types::ChartAxisLabelOptions
|
4995
4997
|
attr_accessor color_scale: Types::ColorScale
|
4996
4998
|
attr_accessor legend: Types::LegendOptions
|
@@ -6865,6 +6867,7 @@ module Aws::QuickSight
|
|
6865
6867
|
attr_accessor title: Types::VisualTitleLabelOptions
|
6866
6868
|
attr_accessor subtitle: Types::VisualSubtitleLabelOptions
|
6867
6869
|
attr_accessor chart_configuration: Types::PluginVisualConfiguration
|
6870
|
+
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
6868
6871
|
attr_accessor visual_content_alt_text: ::String
|
6869
6872
|
SENSITIVE: []
|
6870
6873
|
end
|