aws-sdk-lex 1.25.0 → 1.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-lex.rb +1 -1
- data/lib/aws-sdk-lex/client.rb +2 -2
- 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: 680cb14cf717f581618e0c82371cf7474b7d49a9103a6b227e9b93e6396c0a3b
|
4
|
+
data.tar.gz: e3c8420c94b0bc03336d87fc7c8ac1f17f54b5bacd04ea6d890f734bf179a8a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2483e3ae3768ad066837d52a58b40671bc9947c27249bac5a506c56ad7d3b392ad674ce79d4a068073c5a7f5152c97e3cfb216ba8e79ae1423c2779b0d980d6
|
7
|
+
data.tar.gz: 536bc89dc0fc83b9ac17f24989800924e6100766da42669f817ef9a30a0465af20d97460cdfbb2402e6820cf8794eaa7978152657bd0b4487074692a6d351ef7
|
data/lib/aws-sdk-lex.rb
CHANGED
data/lib/aws-sdk-lex/client.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::Lex
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -1013,7 +1013,7 @@ module Aws::Lex
|
|
1013
1013
|
params: params,
|
1014
1014
|
config: config)
|
1015
1015
|
context[:gem_name] = 'aws-sdk-lex'
|
1016
|
-
context[:gem_version] = '1.
|
1016
|
+
context[:gem_version] = '1.26.0'
|
1017
1017
|
Seahorse::Client::Request.new(handlers, context)
|
1018
1018
|
end
|
1019
1019
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.26.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: 2020-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|