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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37203bdc26dcdceccd3c8c53811615e8e60631fc4744379078da65eb99afa13f
4
- data.tar.gz: f8dbcb235f33dc890a0c1dea33354d7f6573ce3e5540f10314e8a813b17c6cc8
3
+ metadata.gz: 4ad31a650d2dd4761a08b3223855fd14eeabc937d128d3877b4d681e4da92f0f
4
+ data.tar.gz: 676bcefdeb43afa55f92ac04bce25b21fa6deddc86a58c0c0f5441f7a7a2cdf1
5
5
  SHA512:
6
- metadata.gz: 325f08305cb3a7d556fd8d22997c6b69d4e136bf7f6e7596005e3f44091f5ad34567118d765a4f3275d3f222e258e4698225ee9033b29cd64eafece6f079e8d6
7
- data.tar.gz: e7fefc8bd6a5783596e09ed4a60881c98ebf7383b41737c687918c0443706cce823c5ce28abc61effff5587dd882b61bc0a201696c6bc1b2d9052403e416a3e6
6
+ metadata.gz: 477d6a1a6d4934453f8228d4b59628cf925c765026d6965ac2f8da63e3c975bc392a27a9b1a398baf869b740dc4d8175ced850ccf43ef38177c369fd87fa96cc
7
+ data.tar.gz: e7ac31f9a0210a372aba7fa09c5c9a8f54b780d4315ac5c5cc2f246bc6d28d5f798f7549a6c7556129f695c856243283380fb2d678ed7963e97b33f2866d2fb8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.23.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
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.23.0'
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.23.0'
1170
+ context[:gem_version] = '1.24.0'
1167
1171
  Seahorse::Client::Request.new(handlers, context)
1168
1172
  end
1169
1173
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-lexruntimev2/event_streams'
54
54
  # @!group service
55
55
  module Aws::LexRuntimeV2
56
56
 
57
- GEM_VERSION = '1.23.0'
57
+ GEM_VERSION = '1.24.0'
58
58
 
59
59
  end
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.23.0
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-06 00:00:00.000000000 Z
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