aws-sdk-qbusiness 1.38.0 → 1.39.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-qbusiness/async_client.rb +1 -1
- data/lib/aws-sdk-qbusiness/client.rb +2 -3
- data/lib/aws-sdk-qbusiness.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: dafb2957df5173334fa23a89ca0110d7e9bfd919d2d4808eb4a4de4620653ef0
|
4
|
+
data.tar.gz: 28940ccd7aa620c4e546c0f16e480803e843006edcb8851450d25e58bebb0311
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6089d15803a1950ac034652f5d0b2ac75acd01779a52fbcc2b7dc7372efc2ca495ddf1cd6b0ec15dce7aee9ea33ebaf3c87b2aed647af0c9e201a16b553ea244
|
7
|
+
data.tar.gz: 6f1592a3f42d5f2522c0afc9730e806274837f6c13a41a896c2f3599f33d817459e1d36e8798d5d697027e1bf83fc0787c8acaf743b45701ec457cb5e465dce1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
@@ -202,8 +202,7 @@ module Aws::QBusiness
|
|
202
202
|
# accepted modes and the configuration defaults that are included.
|
203
203
|
#
|
204
204
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
205
|
-
#
|
206
|
-
# to default service endpoint when available.
|
205
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
207
206
|
#
|
208
207
|
# @option options [Boolean] :disable_request_compression (false)
|
209
208
|
# When set to 'true' the request body will not be compressed
|
@@ -5825,7 +5824,7 @@ module Aws::QBusiness
|
|
5825
5824
|
tracer: tracer
|
5826
5825
|
)
|
5827
5826
|
context[:gem_name] = 'aws-sdk-qbusiness'
|
5828
|
-
context[:gem_version] = '1.
|
5827
|
+
context[:gem_version] = '1.39.0'
|
5829
5828
|
Seahorse::Client::Request.new(handlers, context)
|
5830
5829
|
end
|
5831
5830
|
|
data/lib/aws-sdk-qbusiness.rb
CHANGED