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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +2 -3
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b5d80c92e1b547adc23c4a18a7d2bfa4d189fd3ec09ec8ed9f3cd22f369c5a8
|
4
|
+
data.tar.gz: 35fdd30684d3da7a4b62a2bc95b7d475f0bd05bc134a1b9a573af0c5fd7e0d39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ca339e077aa68c9d11712444be39d1290344f503513afda548264cc24c8813e4770304b1586b835a2254f3bc36ec3bcb609d823b46ee8e5d00869d684a322cd
|
7
|
+
data.tar.gz: 03a141021393a85f5fade9ba049df25ed78854c880b254235343c2bab0bf7edf8f2501241a8eca3233dafb0680a0d43ed31d28cfa8577fa3d098b05779ef302e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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.
|
17679
|
+
context[:gem_version] = '1.148.0'
|
17681
17680
|
Seahorse::Client::Request.new(handlers, context)
|
17682
17681
|
end
|
17683
17682
|
|
data/lib/aws-sdk-quicksight.rb
CHANGED