aws-sdk-qconnect 1.32.0 → 1.33.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: ab5bdc80b71b6233e96c7b56f27b8d7b3f6177cdadeccbd34561d3540bccfe92
4
- data.tar.gz: c9ec980e17060ea1d341a12060b224602d62e07be14c7d6f324699867325e7b9
3
+ metadata.gz: 391d8f8653a115862d46a8df65c92404e6d4234fba596ccb158bcc1adc04be45
4
+ data.tar.gz: 47a8cf9a76170aa16d7ec9e57bb85098fdbf201ffab4d5b0f3b280f8f541abb7
5
5
  SHA512:
6
- metadata.gz: 007d0bdddc36e06eae02b2514baefb848e23641d67bc345a9bde53e8cf8a66f10048ee326b0e04d01a761b6e18402d7632332fbcec48f598d94e7616666bb005
7
- data.tar.gz: 3563671d347384712b71857d819903e2ba319c5dc425d65cb45b1a158dd01132ff9a9d6c3e6703ccb969a5be4ee6f2fbc4fb16cdebb7e332c799f20d35af185e
6
+ metadata.gz: 259343ec8f5e2f298e2cab4391426336ea4d64a73d53a3df9b54f1899f78016ede6821fecd01bf29f909316d0a7cfa8d6c99343409e4b2f0c39145f73450c340
7
+ data.tar.gz: bc91f098e3a8cab20a8d6573335ae96c954e2a5549a4a7986e781924acba6dedd6c4e25e5bb7881b52a6e1c63e2a46abbb6a95b019d2c06214cac9fbf76d655a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -200,8 +200,7 @@ module Aws::QConnect
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
@@ -7800,7 +7799,7 @@ module Aws::QConnect
7800
7799
  tracer: tracer
7801
7800
  )
7802
7801
  context[:gem_name] = 'aws-sdk-qconnect'
7803
- context[:gem_version] = '1.32.0'
7802
+ context[:gem_version] = '1.33.0'
7804
7803
  Seahorse::Client::Request.new(handlers, context)
7805
7804
  end
7806
7805
 
@@ -55,7 +55,7 @@ module Aws::QConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.32.0'
58
+ GEM_VERSION = '1.33.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services