aws-sdk-quicksight 1.104.0 → 1.105.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 +8 -5
- data/lib/aws-sdk-quicksight/client_api.rb +3 -0
- data/lib/aws-sdk-quicksight/types.rb +21 -6
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +312 -156
- data/sig/types.rbs +2 -0
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -962,6 +962,7 @@ module Aws::QuickSight
|
|
962
962
|
attr_accessor label: ::String
|
963
963
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
964
964
|
attr_accessor aggregation: Types::AggregationFunction
|
965
|
+
attr_accessor tooltip_target: ("BOTH" | "BAR" | "LINE")
|
965
966
|
SENSITIVE: []
|
966
967
|
end
|
967
968
|
|
@@ -3425,6 +3426,7 @@ module Aws::QuickSight
|
|
3425
3426
|
attr_accessor field_id: ::String
|
3426
3427
|
attr_accessor label: ::String
|
3427
3428
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
3429
|
+
attr_accessor tooltip_target: ("BOTH" | "BAR" | "LINE")
|
3428
3430
|
SENSITIVE: []
|
3429
3431
|
end
|
3430
3432
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-quicksight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.105.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|