aws-sdk-lexruntimev2 1.39.0 → 1.40.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 410cf2d5b1f2efe67f6fe16ed492f289518c14dc8ae3116946110037dc877bf8
4
- data.tar.gz: 22d6dcac60e9f0eba8cad92cc43e510436d5c669e8cfcad4bbc8a05100ec834d
3
+ metadata.gz: acb72aee90bbe032feeebacd42256785f286b87a9d22673c8db0262343fb394c
4
+ data.tar.gz: 1a6941aab05859f4c80444e9b8a024b037f50489a7f79cd95a100326274a8301
5
5
  SHA512:
6
- metadata.gz: 504fdcf95d2ee6c344ddac48cb434ad122d5cc47024620ac5e2b1fdf77d9920a08fbf23ac431c9994edb6c21a0d68d4b95f9696f64a7bdc25e66931e2e410fa9
7
- data.tar.gz: c41f5eb49f940cc9cedb17c30f1a3b04d87915bbdc4a47635998a18c898889d472a6ae0f3d10aa0eadc5cad19d401f72802d2ab16898cea63c7dbb084cdf4c7a
6
+ metadata.gz: 7c99460d905356953353628289e604d2ca9714d0d03536e9b4ad87ffcdce8d5dcffc2a27f41214cd9d7a4ca726d72a825b2a562f4e26e6964cbfcad54d10c703
7
+ data.tar.gz: f658b7a3903ba05327c0ca5bf4a307ef18e83e73786b98569a22eef7aea617ead25d56dbddb00ff9e4aa21043f19cb620a1d1e32d2ea0d59979f4f7f2c16230c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.39.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -759,7 +759,7 @@ module Aws::LexRuntimeV2
759
759
  tracer: tracer
760
760
  )
761
761
  context[:gem_name] = 'aws-sdk-lexruntimev2'
762
- context[:gem_version] = '1.39.0'
762
+ context[:gem_version] = '1.40.0'
763
763
  Seahorse::Client::Request.new(handlers, context)
764
764
  end
765
765
 
@@ -436,6 +436,12 @@ module Aws::LexRuntimeV2
436
436
  # @option options [String] :ssl_ca_store
437
437
  # Sets the X509::Store to verify peer certificate.
438
438
  #
439
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
440
+ # Sets a client certificate when creating http connections.
441
+ #
442
+ # @option options [OpenSSL::PKey] :ssl_key
443
+ # Sets a client key when creating http connections.
444
+ #
439
445
  # @option options [Float] :ssl_timeout
440
446
  # Sets the SSL timeout in seconds
441
447
  #
@@ -1223,7 +1229,7 @@ module Aws::LexRuntimeV2
1223
1229
  tracer: tracer
1224
1230
  )
1225
1231
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1226
- context[:gem_version] = '1.39.0'
1232
+ context[:gem_version] = '1.40.0'
1227
1233
  Seahorse::Client::Request.new(handlers, context)
1228
1234
  end
1229
1235
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-lexruntimev2/event_streams'
54
54
  # @!group service
55
55
  module Aws::LexRuntimeV2
56
56
 
57
- GEM_VERSION = '1.39.0'
57
+ GEM_VERSION = '1.40.0'
58
58
 
59
59
  end
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.39.0
4
+ version: 1.40.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: 2024-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core