aws-sdk-quicksight 1.104.0 → 1.106.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +36 -7
- data/lib/aws-sdk-quicksight/client_api.rb +19 -0
- data/lib/aws-sdk-quicksight/types.rb +49 -7
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +316 -156
- data/sig/types.rbs +6 -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
|
|
@@ -3016,6 +3017,8 @@ module Aws::QuickSight
|
|
3016
3017
|
class DescribeIpRestrictionResponse
|
3017
3018
|
attr_accessor aws_account_id: ::String
|
3018
3019
|
attr_accessor ip_restriction_rule_map: ::Hash[::String, ::String]
|
3020
|
+
attr_accessor vpc_id_restriction_rule_map: ::Hash[::String, ::String]
|
3021
|
+
attr_accessor vpc_endpoint_id_restriction_rule_map: ::Hash[::String, ::String]
|
3019
3022
|
attr_accessor enabled: bool
|
3020
3023
|
attr_accessor request_id: ::String
|
3021
3024
|
attr_accessor status: ::Integer
|
@@ -3425,6 +3428,7 @@ module Aws::QuickSight
|
|
3425
3428
|
attr_accessor field_id: ::String
|
3426
3429
|
attr_accessor label: ::String
|
3427
3430
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
3431
|
+
attr_accessor tooltip_target: ("BOTH" | "BAR" | "LINE")
|
3428
3432
|
SENSITIVE: []
|
3429
3433
|
end
|
3430
3434
|
|
@@ -7980,6 +7984,8 @@ module Aws::QuickSight
|
|
7980
7984
|
class UpdateIpRestrictionRequest
|
7981
7985
|
attr_accessor aws_account_id: ::String
|
7982
7986
|
attr_accessor ip_restriction_rule_map: ::Hash[::String, ::String]
|
7987
|
+
attr_accessor vpc_id_restriction_rule_map: ::Hash[::String, ::String]
|
7988
|
+
attr_accessor vpc_endpoint_id_restriction_rule_map: ::Hash[::String, ::String]
|
7983
7989
|
attr_accessor enabled: bool
|
7984
7990
|
SENSITIVE: []
|
7985
7991
|
end
|
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.106.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-
|
11
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|