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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexruntimev2/async_client.rb +1 -1
- data/lib/aws-sdk-lexruntimev2/client.rb +7 -1
- data/lib/aws-sdk-lexruntimev2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acb72aee90bbe032feeebacd42256785f286b87a9d22673c8db0262343fb394c
|
4
|
+
data.tar.gz: 1a6941aab05859f4c80444e9b8a024b037f50489a7f79cd95a100326274a8301
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c99460d905356953353628289e604d2ca9714d0d03536e9b4ad87ffcdce8d5dcffc2a27f41214cd9d7a4ca726d72a825b2a562f4e26e6964cbfcad54d10c703
|
7
|
+
data.tar.gz: f658b7a3903ba05327c0ca5bf4a307ef18e83e73786b98569a22eef7aea617ead25d56dbddb00ff9e4aa21043f19cb620a1d1e32d2ea0d59979f4f7f2c16230c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.40.0
|
@@ -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.
|
1232
|
+
context[:gem_version] = '1.40.0'
|
1227
1233
|
Seahorse::Client::Request.new(handlers, context)
|
1228
1234
|
end
|
1229
1235
|
|
data/lib/aws-sdk-lexruntimev2.rb
CHANGED
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.
|
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-
|
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
|