aws-sdk-lexruntimev2 1.52.0 → 1.53.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: 11388dcf4fc65a9228fbbc6557a4e118a3fc4a4dbb101c9adc896f6fc3ced5f6
4
- data.tar.gz: '04208b544fdc7a3773176f23a663512e32818581239eb662d54cf4659035438a'
3
+ metadata.gz: 8b4903221302c56091ac16d51e8c4ae47a6d323647c65afd54a5b2a210dfca19
4
+ data.tar.gz: 378e645f77f225192c1582ab207433900a33166eb5f86d30b92fd13c5aeb2268
5
5
  SHA512:
6
- metadata.gz: d92ce0484b53892e2b14f9e65f855be3724fd6ff67bd64faf6ed013f68addee5ca8c3ab35f7040f81df66192b0871d40e6519f64e2312e36dbee058e940418e4
7
- data.tar.gz: 985f31cade9bf8533437df09ff2ad1420c5bbce2382f30857bd8e39194b6e3b49fa2c6a366042b8f18394bf48a64ec33210c214f469ef6eaccc36f27ea999f66
6
+ metadata.gz: cccb0e11ae68c411911c55153a9e4deafdfa9f37f4a53977c3d969a8cf8c6f0bed9bd8672ac6ce706f4134eae465c037d95687eded694449012921945e4b5dbd
7
+ data.tar.gz: 8080abceb87efaa8aba6f9a94d689a1ad9824ff1590da30df2b93d6beb5cbc050d3eaaa8e3d35513e1423db5e1d7db4322eb21e27e02974895652f59c326786f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.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.52.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -818,7 +818,7 @@ module Aws::LexRuntimeV2
818
818
  tracer: tracer
819
819
  )
820
820
  context[:gem_name] = 'aws-sdk-lexruntimev2'
821
- context[:gem_version] = '1.52.0'
821
+ context[:gem_version] = '1.53.0'
822
822
  Seahorse::Client::Request.new(handlers, context)
823
823
  end
824
824
 
@@ -202,8 +202,7 @@ module Aws::LexRuntimeV2
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
@@ -1254,7 +1253,7 @@ module Aws::LexRuntimeV2
1254
1253
  tracer: tracer
1255
1254
  )
1256
1255
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1257
- context[:gem_version] = '1.52.0'
1256
+ context[:gem_version] = '1.53.0'
1258
1257
  Seahorse::Client::Request.new(handlers, context)
1259
1258
  end
1260
1259
 
@@ -56,7 +56,7 @@ module Aws::LexRuntimeV2
56
56
  autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
57
57
  autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
58
58
 
59
- GEM_VERSION = '1.52.0'
59
+ GEM_VERSION = '1.53.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services