aws-sdk-lexruntimev2 1.61.0 → 1.62.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 +1 -1
- data/lib/aws-sdk-lexruntimev2/client.rb +1 -1
- data/lib/aws-sdk-lexruntimev2.rb +17 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c635a63921cdc6ee9fb64746a7f18732ea4f485a47c143f7f2151589195d872e
|
|
4
|
+
data.tar.gz: 559f3b23ab1f8acfb88170541988a00c822e10f149067ca529b8868b3b4e0aa3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9759ec1ede3757d4770acaf504aae75935ac34392d99061ba4a699c692a34073cf52b1263489f4944734c5f440ebfda4dd1303ce7757476792e5e32d85f3796d
|
|
7
|
+
data.tar.gz: 9d8205d14ee8cc47e1c73bdf1b512806e8fe608d7fd1dcc3151090b0e262fdeaca8940e526bf870402c22083ee59eca581dad01d95d2c1aa6daea18a28b92c33
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
|
@@ -1260,7 +1260,7 @@ module Aws::LexRuntimeV2
|
|
|
1260
1260
|
tracer: tracer
|
|
1261
1261
|
)
|
|
1262
1262
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
1263
|
-
context[:gem_version] = '1.
|
|
1263
|
+
context[:gem_version] = '1.62.0'
|
|
1264
1264
|
Seahorse::Client::Request.new(handlers, context)
|
|
1265
1265
|
end
|
|
1266
1266
|
|
data/lib/aws-sdk-lexruntimev2.rb
CHANGED
|
@@ -27,6 +27,22 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:lexruntimev2)
|
|
|
27
27
|
#
|
|
28
28
|
# See {Client} for more information.
|
|
29
29
|
#
|
|
30
|
+
# # Async Client
|
|
31
|
+
#
|
|
32
|
+
# The {AsyncClient} class provides one asynchronous method for each API operation.
|
|
33
|
+
# Operation methods each accept a hash of request parameters and return an async
|
|
34
|
+
# response. For streaming operations, you can signal input events and register
|
|
35
|
+
# output event callbacks before waiting on the response.
|
|
36
|
+
#
|
|
37
|
+
# lex_runtime_v2 = Aws::LexRuntimeV2::AsyncClient.new
|
|
38
|
+
# resp = lex_runtime_v2.delete_session(
|
|
39
|
+
# # params and input stream
|
|
40
|
+
# ) do |output_stream|
|
|
41
|
+
# # register callbacks for events
|
|
42
|
+
# end
|
|
43
|
+
#
|
|
44
|
+
# See {AsyncClient} for more information.
|
|
45
|
+
#
|
|
30
46
|
# # Errors
|
|
31
47
|
#
|
|
32
48
|
# Errors returned from Amazon Lex Runtime V2 are defined in the
|
|
@@ -56,7 +72,7 @@ module Aws::LexRuntimeV2
|
|
|
56
72
|
autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
|
|
57
73
|
autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
|
|
58
74
|
|
|
59
|
-
GEM_VERSION = '1.
|
|
75
|
+
GEM_VERSION = '1.62.0'
|
|
60
76
|
|
|
61
77
|
end
|
|
62
78
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.62.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.239.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.239.1
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|