aws-sdk-quicksight 1.118.0 → 1.119.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54f1bc3e214e0db91724113944e485ec2e17584fcead01b50399e9fa896c011e
4
- data.tar.gz: fb0bb0f0134c9bbed205e26b13c02261ef461154a6976495d14443290d6d279e
3
+ metadata.gz: 3336f5b7c77f22c29603da594721c96986337c08f08b6996a9349d00eb5e55b9
4
+ data.tar.gz: 0a68a1f74239470c86ce743ef6884c712bbc90e2f3daa9120e7dc7c524b7467a
5
5
  SHA512:
6
- metadata.gz: 01e25f09dfd56abb5ba0eca24deaeebfa75502f06dc5747925ff5e2a4df0381eb0c6ab83e72f9fe64a0ed769170653f64b0ee52de80eabb756f7ea180fa3a820
7
- data.tar.gz: 2e6bb12840556f77fe62c64c5d957e885f1f0697b825b1199de880465b7740ff12b0eb5173bd9697da8ac0dabdf4053bcee38b918e6c3768a8cbe6a2c6e0aa70
6
+ metadata.gz: 555ee3e0d2070353bdc3ace1e30e7d20c5ae26c7851a5137315a5b35492a1769877cf5dc087e6eaa4e9f9a67587dbe0a89cd6d430a677634fe57c1bd201ebbf2
7
+ data.tar.gz: 7f704e6c4e785f0e900be93bf014bc100463013db4f49bd11e262694d4e5abe232e7311f1c9b102af317a15b0002e30407fd33084c709f26709fe7de8f428c38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.0 (2024-07-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.118.0 (2024-07-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
1
+ 1.119.0
@@ -15242,7 +15242,7 @@ module Aws::QuickSight
15242
15242
  params: params,
15243
15243
  config: config)
15244
15244
  context[:gem_name] = 'aws-sdk-quicksight'
15245
- context[:gem_version] = '1.118.0'
15245
+ context[:gem_version] = '1.119.0'
15246
15246
  Seahorse::Client::Request.new(handlers, context)
15247
15247
  end
15248
15248
 
@@ -7232,7 +7232,7 @@ module Aws::QuickSight
7232
7232
  :integer_values,
7233
7233
  :decimal_values,
7234
7234
  :date_time_values)
7235
- SENSITIVE = []
7235
+ SENSITIVE = [:string_values, :integer_values, :decimal_values, :date_time_values]
7236
7236
  include Aws::Structure
7237
7237
  end
7238
7238
 
@@ -9192,7 +9192,7 @@ module Aws::QuickSight
9192
9192
  :dynamic_value,
9193
9193
  :static_values,
9194
9194
  :rolling_date)
9195
- SENSITIVE = []
9195
+ SENSITIVE = [:static_values]
9196
9196
  include Aws::Structure
9197
9197
  end
9198
9198
 
@@ -9255,7 +9255,7 @@ module Aws::QuickSight
9255
9255
  class DateTimeParameter < Struct.new(
9256
9256
  :name,
9257
9257
  :values)
9258
- SENSITIVE = []
9258
+ SENSITIVE = [:values]
9259
9259
  include Aws::Structure
9260
9260
  end
9261
9261
 
@@ -9421,7 +9421,7 @@ module Aws::QuickSight
9421
9421
  class DecimalDefaultValues < Struct.new(
9422
9422
  :dynamic_value,
9423
9423
  :static_values)
9424
- SENSITIVE = []
9424
+ SENSITIVE = [:static_values]
9425
9425
  include Aws::Structure
9426
9426
  end
9427
9427
 
@@ -9440,7 +9440,7 @@ module Aws::QuickSight
9440
9440
  class DecimalParameter < Struct.new(
9441
9441
  :name,
9442
9442
  :values)
9443
- SENSITIVE = []
9443
+ SENSITIVE = [:values]
9444
9444
  include Aws::Structure
9445
9445
  end
9446
9446
 
@@ -17895,7 +17895,7 @@ module Aws::QuickSight
17895
17895
  class IntegerDefaultValues < Struct.new(
17896
17896
  :dynamic_value,
17897
17897
  :static_values)
17898
- SENSITIVE = []
17898
+ SENSITIVE = [:static_values]
17899
17899
  include Aws::Structure
17900
17900
  end
17901
17901
 
@@ -17914,7 +17914,7 @@ module Aws::QuickSight
17914
17914
  class IntegerParameter < Struct.new(
17915
17915
  :name,
17916
17916
  :values)
17917
- SENSITIVE = []
17917
+ SENSITIVE = [:values]
17918
17918
  include Aws::Structure
17919
17919
  end
17920
17920
 
@@ -26486,7 +26486,7 @@ module Aws::QuickSight
26486
26486
  :truthy_cell_value_synonyms,
26487
26487
  :falsey_cell_value,
26488
26488
  :falsey_cell_value_synonyms)
26489
- SENSITIVE = [:truthy_cell_value, :falsey_cell_value]
26489
+ SENSITIVE = [:truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]
26490
26490
  include Aws::Structure
26491
26491
  end
26492
26492
 
@@ -27914,7 +27914,7 @@ module Aws::QuickSight
27914
27914
  class StringDefaultValues < Struct.new(
27915
27915
  :dynamic_value,
27916
27916
  :static_values)
27917
- SENSITIVE = []
27917
+ SENSITIVE = [:static_values]
27918
27918
  include Aws::Structure
27919
27919
  end
27920
27920
 
@@ -27952,7 +27952,7 @@ module Aws::QuickSight
27952
27952
  class StringParameter < Struct.new(
27953
27953
  :name,
27954
27954
  :values)
27955
- SENSITIVE = []
27955
+ SENSITIVE = [:values]
27956
27956
  include Aws::Structure
27957
27957
  end
27958
27958
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-quicksight/customizations'
52
52
  # @!group service
53
53
  module Aws::QuickSight
54
54
 
55
- GEM_VERSION = '1.118.0'
55
+ GEM_VERSION = '1.119.0'
56
56
 
57
57
  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.118.0
4
+ version: 1.119.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-07-12 00:00:00.000000000 Z
11
+ date: 2024-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core