aws-sdk-lexruntimev2 1.49.0 → 1.50.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: 7bfa6c4f42fa758b360655ee1dc7ffc9e64235c8218026c4f24d26ae0ca234ef
4
- data.tar.gz: ed57a2b54cd389b25099486758af64fcf574183d00d77d331fbe0e5af47cde16
3
+ metadata.gz: 716f91e604d3d04ba10729b8429df0543a6870829254186b59559f32476291f9
4
+ data.tar.gz: 734a7421410b2a52b80f3899499131fa0f5ee93606bcc9ff0d762bc4e5c2edb0
5
5
  SHA512:
6
- metadata.gz: 85b30e6d40f720c8e2af758b9ea3c5c40705ca1580d9ac6ce130da8a825be89e194588e3177121a0e5fba528ff09df7dbf09271141cff252f86c4e1c9cfd82b7
7
- data.tar.gz: '031014311929a48c6f66fe92f1d9efb37925908231f813e4ce4619c81a18333dc846a931793f2ea1289958f29ca3469d8f52e2eddd70bcbadc6a9f9f9fcdeb0e'
6
+ metadata.gz: 57f57096eb90d34413712aa9b56399c1c309fe5ef28d7be181dcfad36e62fc977dd49ee730b9e024d9b391224d9cc10b6941c71b6e28fa3121ee6f3683892840
7
+ data.tar.gz: bdcfa02d4a938914a1eb1256b5663c357e77c113f05aeec45f4ed1c89ae12582172766b0243991f5b4ca97a0446f2a0c1d56538f6b3fa0ff106dafac5840b7c0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2025-03-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.49.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -344,10 +344,10 @@ module Aws::LexRuntimeV2
344
344
  # @option options [Integer] :connection_timeout (60)
345
345
  # Connection timeout in seconds, defaults to 60 sec.
346
346
  #
347
- # @option options [Boolean] :enable_alpn (false)
348
- # Set to `true` to enable ALPN in HTTP2 over TLS. Requires Openssl version >= 1.0.2.
349
- # Defaults to false. Note: not all service HTTP2 operations supports ALPN on server
350
- # side, please refer to service documentation.
347
+ # @option options [Boolean] :enable_alpn (true)
348
+ # Set to `false` to disable ALPN in HTTP2 over TLS. ALPN requires Openssl version >= 1.0.2.
349
+ # Note: RFC7540 requires HTTP2 to use ALPN over TLS but some
350
+ # services may not fully support ALPN and require setting this to `false`.
351
351
  #
352
352
  # @option options [Boolean] :http_wire_trace (false)
353
353
  # When `true`, HTTP2 debug output will be sent to the `:logger`.
@@ -788,7 +788,7 @@ module Aws::LexRuntimeV2
788
788
  tracer: tracer
789
789
  )
790
790
  context[:gem_name] = 'aws-sdk-lexruntimev2'
791
- context[:gem_version] = '1.49.0'
791
+ context[:gem_version] = '1.50.0'
792
792
  Seahorse::Client::Request.new(handlers, context)
793
793
  end
794
794
 
@@ -1254,7 +1254,7 @@ module Aws::LexRuntimeV2
1254
1254
  tracer: tracer
1255
1255
  )
1256
1256
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1257
- context[:gem_version] = '1.49.0'
1257
+ context[:gem_version] = '1.50.0'
1258
1258
  Seahorse::Client::Request.new(handlers, context)
1259
1259
  end
1260
1260
 
@@ -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.49.0'
59
+ GEM_VERSION = '1.50.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core