aws-sdk-lexruntimev2 1.23.0 → 1.24.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 +5 -1
- data/lib/aws-sdk-lexruntimev2/client.rb +5 -1
- data/lib/aws-sdk-lexruntimev2.rb +1 -1
- 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: 4ad31a650d2dd4761a08b3223855fd14eeabc937d128d3877b4d681e4da92f0f
|
|
4
|
+
data.tar.gz: 676bcefdeb43afa55f92ac04bce25b21fa6deddc86a58c0c0f5441f7a7a2cdf1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 477d6a1a6d4934453f8228d4b59628cf925c765026d6965ac2f8da63e3c975bc392a27a9b1a398baf869b740dc4d8175ced850ccf43ef38177c369fd87fa96cc
|
|
7
|
+
data.tar.gz: e7ac31f9a0210a372aba7fa09c5c9a8f54b780d4315ac5c5cc2f246bc6d28d5f798f7549a6c7556129f695c856243283380fb2d678ed7963e97b33f2866d2fb8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.24.0
|
|
@@ -155,6 +155,10 @@ module Aws::LexRuntimeV2
|
|
|
155
155
|
# @option options [Proc] :event_stream_handler
|
|
156
156
|
# When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way.
|
|
157
157
|
#
|
|
158
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
159
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
160
|
+
# variables and the shared configuration file.
|
|
161
|
+
#
|
|
158
162
|
# @option options [Proc] :input_event_stream_handler
|
|
159
163
|
# When an EventStream or Proc object is provided, it can be used for sending events for the event stream.
|
|
160
164
|
#
|
|
@@ -683,7 +687,7 @@ module Aws::LexRuntimeV2
|
|
|
683
687
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
|
684
688
|
config: config)
|
|
685
689
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
686
|
-
context[:gem_version] = '1.
|
|
690
|
+
context[:gem_version] = '1.24.0'
|
|
687
691
|
Seahorse::Client::Request.new(handlers, context)
|
|
688
692
|
end
|
|
689
693
|
|
|
@@ -221,6 +221,10 @@ module Aws::LexRuntimeV2
|
|
|
221
221
|
# @option options [Proc] :event_stream_handler
|
|
222
222
|
# When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way.
|
|
223
223
|
#
|
|
224
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
225
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
226
|
+
# variables and the shared configuration file.
|
|
227
|
+
#
|
|
224
228
|
# @option options [Proc] :input_event_stream_handler
|
|
225
229
|
# When an EventStream or Proc object is provided, it can be used for sending events for the event stream.
|
|
226
230
|
#
|
|
@@ -1163,7 +1167,7 @@ module Aws::LexRuntimeV2
|
|
|
1163
1167
|
params: params,
|
|
1164
1168
|
config: config)
|
|
1165
1169
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
1166
|
-
context[:gem_version] = '1.
|
|
1170
|
+
context[:gem_version] = '1.24.0'
|
|
1167
1171
|
Seahorse::Client::Request.new(handlers, context)
|
|
1168
1172
|
end
|
|
1169
1173
|
|
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.24.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: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|