aws-sdk-lexruntimev2 1.13.0 → 1.14.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 +3 -1
- data/lib/aws-sdk-lexruntimev2/client.rb +3 -1
- data/lib/aws-sdk-lexruntimev2.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5a6722bb4a95993b0b4cb2e125a19e6a26e17ab57de16777429dce656348f1b
|
|
4
|
+
data.tar.gz: 22fbffaa850ca2516465d53e47d6479e46c9d8be95b4e2e7e5e05226d1003a7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a1458b2ee7f2d091636a71102394c277d06f2e2eaa3e771bd4ab747678132cc7ec9314b231268d5e710929043bb53ba2d3252e3565b599ea7ce4f0a8532dd2e
|
|
7
|
+
data.tar.gz: 062e512dc5da504d28c84bfb5ff54c621c6b57ba08080e7f424f5c5696656dfce82330e9b8be6e984c190b80680c2d805c6aecca2b2a7c9ab5b73fdc146d018d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.14.0
|
|
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
|
|
|
24
24
|
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
25
25
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
|
26
26
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
|
27
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
|
27
28
|
require 'aws-sdk-core/plugins/invocation_id.rb'
|
|
28
29
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
29
30
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
@@ -54,6 +55,7 @@ module Aws::LexRuntimeV2
|
|
|
54
55
|
add_plugin(Aws::Plugins::JsonvalueConverter)
|
|
55
56
|
add_plugin(Aws::Plugins::HttpChecksum)
|
|
56
57
|
add_plugin(Aws::Plugins::DefaultsMode)
|
|
58
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
|
57
59
|
add_plugin(Aws::Plugins::InvocationId)
|
|
58
60
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
59
61
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
|
@@ -639,7 +641,7 @@ module Aws::LexRuntimeV2
|
|
|
639
641
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
|
640
642
|
config: config)
|
|
641
643
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
642
|
-
context[:gem_version] = '1.
|
|
644
|
+
context[:gem_version] = '1.14.0'
|
|
643
645
|
Seahorse::Client::Request.new(handlers, context)
|
|
644
646
|
end
|
|
645
647
|
|
|
@@ -28,6 +28,7 @@ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
|
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
|
30
30
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
|
31
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
|
31
32
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
32
33
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
33
34
|
require 'aws-sdk-core/plugins/event_stream_configuration.rb'
|
|
@@ -76,6 +77,7 @@ module Aws::LexRuntimeV2
|
|
|
76
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
|
77
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
|
78
79
|
add_plugin(Aws::Plugins::DefaultsMode)
|
|
80
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
|
79
81
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
80
82
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
|
81
83
|
add_plugin(Aws::Plugins::EventStreamConfiguration)
|
|
@@ -1087,7 +1089,7 @@ module Aws::LexRuntimeV2
|
|
|
1087
1089
|
params: params,
|
|
1088
1090
|
config: config)
|
|
1089
1091
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
1090
|
-
context[:gem_version] = '1.
|
|
1092
|
+
context[:gem_version] = '1.14.0'
|
|
1091
1093
|
Seahorse::Client::Request.new(handlers, context)
|
|
1092
1094
|
end
|
|
1093
1095
|
|
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.14.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: 2022-
|
|
11
|
+
date: 2022-02-03 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.126.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.126.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|