aws-sdk-quicksight 1.147.0 → 1.148.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: 8b1c736e1ba22c5459c758795a30fec129684f44b01bf4242f1d90528a564666
4
- data.tar.gz: c4c565efb8e4fc4c81c0be55149f2b502ff2abe5a573cb53fbe3172d6e2a8df5
3
+ metadata.gz: 9b5d80c92e1b547adc23c4a18a7d2bfa4d189fd3ec09ec8ed9f3cd22f369c5a8
4
+ data.tar.gz: 35fdd30684d3da7a4b62a2bc95b7d475f0bd05bc134a1b9a573af0c5fd7e0d39
5
5
  SHA512:
6
- metadata.gz: d36ebea38fc15c1603a834e0866d740f40091b2c890864b720e384abeaf97e71693b4a99c43695f3c0a6bf2afd6b2f991e61523b8668b6ae8f02b7ca889f10a0
7
- data.tar.gz: 3c57af6de7e47c34314d8f5b74713d03e308e493547d41d306a5e97515d00b64e30b18f5e3e5f7007c51e17feade747ad80ead02fa3c31ce8d30c827a19f120b
6
+ metadata.gz: 8ca339e077aa68c9d11712444be39d1290344f503513afda548264cc24c8813e4770304b1586b835a2254f3bc36ec3bcb609d823b46ee8e5d00869d684a322cd
7
+ data.tar.gz: 03a141021393a85f5fade9ba049df25ed78854c880b254235343c2bab0bf7edf8f2501241a8eca3233dafb0680a0d43ed31d28cfa8577fa3d098b05779ef302e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.148.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.147.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.147.0
1
+ 1.148.0
@@ -200,8 +200,7 @@ module Aws::QuickSight
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -17677,7 +17676,7 @@ module Aws::QuickSight
17677
17676
  tracer: tracer
17678
17677
  )
17679
17678
  context[:gem_name] = 'aws-sdk-quicksight'
17680
- context[:gem_version] = '1.147.0'
17679
+ context[:gem_version] = '1.148.0'
17681
17680
  Seahorse::Client::Request.new(handlers, context)
17682
17681
  end
17683
17682
 
@@ -54,7 +54,7 @@ module Aws::QuickSight
54
54
  autoload :EndpointProvider, 'aws-sdk-quicksight/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-quicksight/endpoints'
56
56
 
57
- GEM_VERSION = '1.147.0'
57
+ GEM_VERSION = '1.148.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.147.0
4
+ version: 1.148.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services