aws-sdk-lexruntimev2 1.68.0 → 1.69.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: 13ee64b5160b0fc7865736be1bdd78427985fdd1fdef1a57463f9709a3f7671c
4
- data.tar.gz: d67d824a101e474017d24c868fb85869b29ee5ddde55ccd1802377046c48302b
3
+ metadata.gz: 3d696ae5bc16c87212944cb68138c8ec35505c01d082867743aff9cd327d4a83
4
+ data.tar.gz: 6a775892e33f59d481a72b4480676c5567b6ad61bf2114d6df017da67603fdee
5
5
  SHA512:
6
- metadata.gz: c61da7c304d9aee5ba33f80e613403beb31b716d3e4fb80134beba513d3a793863ceeea87c67e80c5e9139a71708c941171539ed360109f41c77a1fc1e14b479
7
- data.tar.gz: f1862c341a90f7d3ee0d7795ea5048daa71e43268148d199aaae8cc711221d00f038a844e0503dcea74f47b4c40011da7b2044b18b222cd43b18f99e3f3b7515
6
+ metadata.gz: bc7411e3918b8225f9d5a96322ae0fb19ba48c058376a94475b39e79c22f086ddb3abb18284e1b1df934e1c1ab07b8e260a96b6dd8909f58ef76cad6db6feda8
7
+ data.tar.gz: a43f507027d4e87dcf46af92b7b606d04e073c812d182de144c5fdd3cd0228fe0db54ff6e4bec8f5d574060ae0f529717554148fbdd675add2eaa5680b96f079
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.68.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -168,7 +168,7 @@ module Aws::LexRuntimeV2
168
168
  # the required types.
169
169
  #
170
170
  # @option options [Boolean] :correct_clock_skew (true)
171
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
171
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
172
172
  # a clock skew correction and retry requests with skewed client clocks.
173
173
  #
174
174
  # @option options [String] :defaults_mode ("legacy")
@@ -283,17 +283,15 @@ module Aws::LexRuntimeV2
283
283
  # @option options [String] :retry_mode ("legacy")
284
284
  # Specifies which retry algorithm to use. Values are:
285
285
  #
286
- # * `legacy` - The pre-existing retry behavior. This is default value if
287
- # no retry mode is provided.
286
+ # * `legacy` - The pre-existing retry behavior. This is the default
287
+ # value if no retry mode is provided.
288
288
  #
289
289
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
290
290
  # This includes support for retry quotas, which limit the number of
291
291
  # unsuccessful retries a client can make.
292
292
  #
293
- # * `adaptive` - An experimental retry mode that includes all the
294
- # functionality of `standard` mode along with automatic client side
295
- # throttling. This is a provisional mode that may change behavior
296
- # in the future.
293
+ # * `adaptive` - A retry mode that includes all the functionality of
294
+ # `standard` mode along with automatic client side throttling.
297
295
  #
298
296
  # @option options [String] :sdk_ua_app_id
299
297
  # A unique and opaque application ID that is appended to the
@@ -825,7 +823,7 @@ module Aws::LexRuntimeV2
825
823
  tracer: tracer
826
824
  )
827
825
  context[:gem_name] = 'aws-sdk-lexruntimev2'
828
- context[:gem_version] = '1.68.0'
826
+ context[:gem_version] = '1.69.0'
829
827
  Seahorse::Client::Request.new(handlers, context)
830
828
  end
831
829
 
@@ -201,7 +201,7 @@ module Aws::LexRuntimeV2
201
201
  # the required types.
202
202
  #
203
203
  # @option options [Boolean] :correct_clock_skew (true)
204
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
204
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
205
205
  # a clock skew correction and retry requests with skewed client clocks.
206
206
  #
207
207
  # @option options [String] :defaults_mode ("legacy")
@@ -334,17 +334,15 @@ module Aws::LexRuntimeV2
334
334
  # @option options [String] :retry_mode ("legacy")
335
335
  # Specifies which retry algorithm to use. Values are:
336
336
  #
337
- # * `legacy` - The pre-existing retry behavior. This is default value if
338
- # no retry mode is provided.
337
+ # * `legacy` - The pre-existing retry behavior. This is the default
338
+ # value if no retry mode is provided.
339
339
  #
340
340
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
341
341
  # This includes support for retry quotas, which limit the number of
342
342
  # unsuccessful retries a client can make.
343
343
  #
344
- # * `adaptive` - An experimental retry mode that includes all the
345
- # functionality of `standard` mode along with automatic client side
346
- # throttling. This is a provisional mode that may change behavior
347
- # in the future.
344
+ # * `adaptive` - A retry mode that includes all the functionality of
345
+ # `standard` mode along with automatic client side throttling.
348
346
  #
349
347
  # @option options [String] :sdk_ua_app_id
350
348
  # A unique and opaque application ID that is appended to the
@@ -1260,7 +1258,7 @@ module Aws::LexRuntimeV2
1260
1258
  tracer: tracer
1261
1259
  )
1262
1260
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1263
- context[:gem_version] = '1.68.0'
1261
+ context[:gem_version] = '1.69.0'
1264
1262
  Seahorse::Client::Request.new(handlers, context)
1265
1263
  end
1266
1264
 
@@ -72,7 +72,7 @@ module Aws::LexRuntimeV2
72
72
  autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
73
73
  autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
74
74
 
75
- GEM_VERSION = '1.68.0'
75
+ GEM_VERSION = '1.69.0'
76
76
 
77
77
  end
78
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.68.0
4
+ version: 1.69.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.247.0
21
+ version: 3.248.0
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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement