aws-sdk-quicksight 1.163.0 → 1.165.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
@@ -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
 
@@ -8017,6 +8041,7 @@ module Aws::QuickSight
8017
8041
  attr_accessor q_search_bar: Types::RegisteredUserQSearchBarEmbeddingConfiguration
8018
8042
  attr_accessor dashboard_visual: Types::RegisteredUserDashboardVisualEmbeddingConfiguration
8019
8043
  attr_accessor generative_qn_a: Types::RegisteredUserGenerativeQnAEmbeddingConfiguration
8044
+ attr_accessor quick_chat: Types::RegisteredUserQuickChatEmbeddingConfiguration
8020
8045
  SENSITIVE: []
8021
8046
  end
8022
8047
 
@@ -8030,6 +8055,9 @@ module Aws::QuickSight
8030
8055
  SENSITIVE: []
8031
8056
  end
8032
8057
 
8058
+ class RegisteredUserQuickChatEmbeddingConfiguration < Aws::EmptyStructure
8059
+ end
8060
+
8033
8061
  class RegisteredUserQuickSightConsoleEmbeddingConfiguration
8034
8062
  attr_accessor initial_path: ::String
8035
8063
  attr_accessor feature_configurations: Types::RegisteredUserConsoleFeatureConfigurations
@@ -8601,6 +8629,12 @@ module Aws::QuickSight
8601
8629
  SENSITIVE: []
8602
8630
  end
8603
8631
 
8632
+ class SheetBackgroundStyle
8633
+ attr_accessor color: ::String
8634
+ attr_accessor gradient: ::String
8635
+ SENSITIVE: []
8636
+ end
8637
+
8604
8638
  class SheetControlInfoIconLabelOptions
8605
8639
  attr_accessor visibility: ("HIDDEN" | "VISIBLE")
8606
8640
  attr_accessor info_icon_text: ::String
@@ -8695,6 +8729,7 @@ module Aws::QuickSight
8695
8729
  class SheetStyle
8696
8730
  attr_accessor tile: Types::TileStyle
8697
8731
  attr_accessor tile_layout: Types::TileLayoutStyle
8732
+ attr_accessor background: Types::SheetBackgroundStyle
8698
8733
  SENSITIVE: []
8699
8734
  end
8700
8735
 
@@ -9509,7 +9544,10 @@ module Aws::QuickSight
9509
9544
  end
9510
9545
 
9511
9546
  class TileStyle
9547
+ attr_accessor background_color: ::String
9512
9548
  attr_accessor border: Types::BorderStyle
9549
+ attr_accessor border_radius: ::String
9550
+ attr_accessor padding: ::String
9513
9551
  SENSITIVE: []
9514
9552
  end
9515
9553
 
@@ -10031,6 +10069,13 @@ module Aws::QuickSight
10031
10069
 
10032
10070
  class Typography
10033
10071
  attr_accessor font_families: ::Array[Types::Font]
10072
+ attr_accessor axis_title_font_configuration: Types::FontConfiguration
10073
+ attr_accessor axis_label_font_configuration: Types::FontConfiguration
10074
+ attr_accessor legend_title_font_configuration: Types::FontConfiguration
10075
+ attr_accessor legend_value_font_configuration: Types::FontConfiguration
10076
+ attr_accessor data_label_font_configuration: Types::FontConfiguration
10077
+ attr_accessor visual_title_font_configuration: Types::VisualTitleFontConfiguration
10078
+ attr_accessor visual_subtitle_font_configuration: Types::VisualSubtitleFontConfiguration
10034
10079
  SENSITIVE: []
10035
10080
  end
10036
10081
 
@@ -11051,12 +11096,26 @@ module Aws::QuickSight
11051
11096
  SENSITIVE: []
11052
11097
  end
11053
11098
 
11099
+ class VisualSubtitleFontConfiguration
11100
+ attr_accessor font_configuration: Types::FontConfiguration
11101
+ attr_accessor text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")
11102
+ attr_accessor text_transform: ("CAPITALIZE")
11103
+ SENSITIVE: []
11104
+ end
11105
+
11054
11106
  class VisualSubtitleLabelOptions
11055
11107
  attr_accessor visibility: ("HIDDEN" | "VISIBLE")
11056
11108
  attr_accessor format_text: Types::LongFormatText
11057
11109
  SENSITIVE: []
11058
11110
  end
11059
11111
 
11112
+ class VisualTitleFontConfiguration
11113
+ attr_accessor font_configuration: Types::FontConfiguration
11114
+ attr_accessor text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")
11115
+ attr_accessor text_transform: ("CAPITALIZE")
11116
+ SENSITIVE: []
11117
+ end
11118
+
11060
11119
  class VisualTitleLabelOptions
11061
11120
  attr_accessor visibility: ("HIDDEN" | "VISIBLE")
11062
11121
  attr_accessor format_text: Types::ShortFormatText
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.163.0
4
+ version: 1.165.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement