aws-sdk-quicksight 1.141.0 → 1.143.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +15 -15
- data/lib/aws-sdk-quicksight/client_api.rb +6 -1
- data/lib/aws-sdk-quicksight/endpoint_provider.rb +13 -17
- data/lib/aws-sdk-quicksight/types.rb +10 -1
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +13220 -8264
- data/sig/types.rbs +4 -3
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -1866,7 +1866,7 @@ module Aws::QuickSight
|
|
1866
1866
|
attr_accessor separator_configuration: Types::NumericSeparatorConfiguration
|
1867
1867
|
attr_accessor symbol: ::String
|
1868
1868
|
attr_accessor decimal_places_configuration: Types::DecimalPlacesConfiguration
|
1869
|
-
attr_accessor number_scale: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS")
|
1869
|
+
attr_accessor number_scale: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS" | "LAKHS" | "CRORES")
|
1870
1870
|
attr_accessor negative_value_configuration: Types::NegativeValueConfiguration
|
1871
1871
|
attr_accessor null_value_format_configuration: Types::NullValueFormatConfiguration
|
1872
1872
|
SENSITIVE: [:prefix, :suffix]
|
@@ -3850,7 +3850,7 @@ module Aws::QuickSight
|
|
3850
3850
|
attr_accessor fraction_digits: ::Integer
|
3851
3851
|
attr_accessor prefix: ::String
|
3852
3852
|
attr_accessor suffix: ::String
|
3853
|
-
attr_accessor unit_scaler: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS")
|
3853
|
+
attr_accessor unit_scaler: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS" | "LAKHS" | "CRORES")
|
3854
3854
|
attr_accessor negative_format: Types::NegativeFormat
|
3855
3855
|
attr_accessor currency_symbol: ::String
|
3856
3856
|
SENSITIVE: []
|
@@ -6286,7 +6286,7 @@ module Aws::QuickSight
|
|
6286
6286
|
attr_accessor suffix: ::String
|
6287
6287
|
attr_accessor separator_configuration: Types::NumericSeparatorConfiguration
|
6288
6288
|
attr_accessor decimal_places_configuration: Types::DecimalPlacesConfiguration
|
6289
|
-
attr_accessor number_scale: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS")
|
6289
|
+
attr_accessor number_scale: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS" | "LAKHS" | "CRORES")
|
6290
6290
|
attr_accessor negative_value_configuration: Types::NegativeValueConfiguration
|
6291
6291
|
attr_accessor null_value_format_configuration: Types::NullValueFormatConfiguration
|
6292
6292
|
SENSITIVE: [:prefix, :suffix]
|
@@ -8527,6 +8527,7 @@ module Aws::QuickSight
|
|
8527
8527
|
class ThousandSeparatorOptions
|
8528
8528
|
attr_accessor symbol: ("COMMA" | "DOT" | "SPACE")
|
8529
8529
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
8530
|
+
attr_accessor grouping_style: ("DEFAULT" | "LAKHS")
|
8530
8531
|
SENSITIVE: []
|
8531
8532
|
end
|
8532
8533
|
|
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.143.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: 2025-
|
11
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|