aws-sdk-lexruntimev2 1.3.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 +20 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-lexruntimev2/async_client.rb +4 -8
- 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
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.6.0 (2021-09-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.5.0 (2021-07-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.4.0 (2021-07-28)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.3.1 (2021-07-14)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Issue - Remove `content-length` header from `AsyncClient`.
|
|
23
|
+
|
|
4
24
|
1.3.0 (2021-06-15)
|
|
5
25
|
------------------
|
|
6
26
|
|
|
@@ -20,4 +40,3 @@ Unreleased Changes
|
|
|
20
40
|
------------------
|
|
21
41
|
|
|
22
42
|
* Feature - Initial release of `aws-sdk-lexruntimev2`.
|
|
23
|
-
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.6.0
|
|
@@ -7,12 +7,9 @@
|
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
rescue LoadError; end
|
|
14
|
-
end
|
|
15
|
-
require 'seahorse/client/plugins/content_length.rb'
|
|
10
|
+
begin
|
|
11
|
+
require 'http/2'
|
|
12
|
+
rescue LoadError; end
|
|
16
13
|
require 'aws-sdk-core/plugins/credentials_configuration.rb'
|
|
17
14
|
require 'aws-sdk-core/plugins/logging.rb'
|
|
18
15
|
require 'aws-sdk-core/plugins/param_converter.rb'
|
|
@@ -42,7 +39,6 @@ module Aws::LexRuntimeV2
|
|
|
42
39
|
|
|
43
40
|
set_api(ClientApi::API)
|
|
44
41
|
|
|
45
|
-
add_plugin(Seahorse::Client::Plugins::ContentLength)
|
|
46
42
|
add_plugin(Aws::Plugins::CredentialsConfiguration)
|
|
47
43
|
add_plugin(Aws::Plugins::Logging)
|
|
48
44
|
add_plugin(Aws::Plugins::ParamConverter)
|
|
@@ -592,7 +588,7 @@ module Aws::LexRuntimeV2
|
|
|
592
588
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
|
593
589
|
config: config)
|
|
594
590
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
595
|
-
context[:gem_version] = '1.
|
|
591
|
+
context[:gem_version] = '1.6.0'
|
|
596
592
|
Seahorse::Client::Request.new(handlers, context)
|
|
597
593
|
end
|
|
598
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
|
- - ">="
|