aws-sdk-quicksight 1.140.0 → 1.142.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/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
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.140.0
4
+ version: 1.142.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-12-18 00:00:00.000000000 Z
11
+ date: 2025-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement