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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b0844a8ac223913916b4142280b518ed1fadeaa6af7a68bc4126a509664cdfc
4
- data.tar.gz: 4b2bb22eb506525c9d7343ccfb71805b073cc682f7ebec264f49bf45bb4e98e8
3
+ metadata.gz: dafb2957df5173334fa23a89ca0110d7e9bfd919d2d4808eb4a4de4620653ef0
4
+ data.tar.gz: 28940ccd7aa620c4e546c0f16e480803e843006edcb8851450d25e58bebb0311
5
5
  SHA512:
6
- metadata.gz: 3a5d8802d217e09d21ece9d051b1314e9d6f9d611314ed5300e574ce2c520616c91a8a11438e6a837201401d106f866e83fa66097fe40dbf356b9652a34a7eb9
7
- data.tar.gz: ad1c7efc724cdd438e313497dfeb0f61df5d5340dd505117f2d15057f0fecc67f075bfae8db7fb036e98017a3b4a82c683b6c160bdb2b2a2733394e69dda25b1
6
+ metadata.gz: 6089d15803a1950ac034652f5d0b2ac75acd01779a52fbcc2b7dc7372efc2ca495ddf1cd6b0ec15dce7aee9ea33ebaf3c87b2aed647af0c9e201a16b553ea244
7
+ data.tar.gz: 6f1592a3f42d5f2522c0afc9730e806274837f6c13a41a896c2f3599f33d817459e1d36e8798d5d697027e1bf83fc0787c8acaf743b45701ec457cb5e465dce1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.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.38.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -673,7 +673,7 @@ module Aws::QBusiness
673
673
  tracer: tracer
674
674
  )
675
675
  context[:gem_name] = 'aws-sdk-qbusiness'
676
- context[:gem_version] = '1.38.0'
676
+ context[:gem_version] = '1.39.0'
677
677
  Seahorse::Client::Request.new(handlers, context)
678
678
  end
679
679
 
@@ -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
- # Set to true to disable SDK automatically adding host prefix
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.38.0'
5827
+ context[:gem_version] = '1.39.0'
5829
5828
  Seahorse::Client::Request.new(handlers, context)
5830
5829
  end
5831
5830
 
@@ -57,7 +57,7 @@ module Aws::QBusiness
57
57
  autoload :AsyncClient, 'aws-sdk-qbusiness/async_client'
58
58
  autoload :EventStreams, 'aws-sdk-qbusiness/event_streams'
59
59
 
60
- GEM_VERSION = '1.38.0'
60
+ GEM_VERSION = '1.39.0'
61
61
 
62
62
  end
63
63
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services