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.
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.154.0
4
+ version: 1.155.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services