aws-sdk-lexruntimev2 1.5.0 → 1.6.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexruntimev2/async_client.rb +4 -6
- data/lib/aws-sdk-lexruntimev2/client.rb +1 -1
- data/lib/aws-sdk-lexruntimev2.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec293777604f27f6453a739006fdaa3803230f6795d2011368ba12c1349368e4
|
|
4
|
+
data.tar.gz: '096de2e3ce78e2663a605de9a4755ed20f3175d966d90b4deade23824b8689f7'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a382a7ebd1c2665825395c27340399942b473fd32e02f1040fa14c458406cd3599fcbe70fbea845594524fe15fdf21be9a079db01c992f5110fd9920cd27f40
|
|
7
|
+
data.tar.gz: 3f730bea85be5b1f91d42d353333608326e1daa513206b97a0d27c3211264ddabb6bf3585b9336ada4e277e3bd617dfa2db0488912991a49aef033b7cc4f7205
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.6.0
|
|
@@ -7,11 +7,9 @@
|
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
rescue LoadError; end
|
|
14
|
-
end
|
|
10
|
+
begin
|
|
11
|
+
require 'http/2'
|
|
12
|
+
rescue LoadError; end
|
|
15
13
|
require 'aws-sdk-core/plugins/credentials_configuration.rb'
|
|
16
14
|
require 'aws-sdk-core/plugins/logging.rb'
|
|
17
15
|
require 'aws-sdk-core/plugins/param_converter.rb'
|
|
@@ -590,7 +588,7 @@ module Aws::LexRuntimeV2
|
|
|
590
588
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
|
591
589
|
config: config)
|
|
592
590
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
593
|
-
context[:gem_version] = '1.
|
|
591
|
+
context[:gem_version] = '1.6.0'
|
|
594
592
|
Seahorse::Client::Request.new(handlers, context)
|
|
595
593
|
end
|
|
596
594
|
|
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.6.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: 2021-
|
|
11
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.120.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.120.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
78
78
|
requirements:
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '
|
|
81
|
+
version: '2.3'
|
|
82
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
requirements:
|
|
84
84
|
- - ">="
|