aws-sdk-qbusiness 1.58.0 → 1.59.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: d11a5c30594baabd37777cdaaade67af0a7325c8dceaad5b85cd6721c592bbea
4
- data.tar.gz: 9cbd5248a3bf378fd49f72cd96f6bca22790ad4864ecd718353a22444285df3b
3
+ metadata.gz: a2352ae7865a88c750e8628937d72a22d7505a072540a77789ae2b50e5c420aa
4
+ data.tar.gz: 6a7e1826a63284667feacd472a3bcf0d811e002abe0d5dc6896ead6cee5cf8e1
5
5
  SHA512:
6
- metadata.gz: f5c072df34afb3bf2a1b4a864091d4f3b4ebb3100ee219ab3f8b290e50d57a9ac8ce92bdf100c6c1e79e637bb2869e4b76801f5b53622da3e31fa89beb8e2c4e
7
- data.tar.gz: 1cddfd89758f040ac755c64701d7aaf221cdd31987a129fc53da18481cd4cfe5ee7c7d83893fcf1862d3a28e60427f57f540590160d3e2acf6f9df77de6013e4
6
+ metadata.gz: c4fe6cb7b1cb5848d9e38ad72fe177a3a312d9ad46ade3b3e637429e503f8caf814b5bc86587193a18ef833cf8d1ff9e52462247e0f3bdf55c483adb096f2404
7
+ data.tar.gz: 5cef209265072f20d6325c8a6e9715def0e952d009da5e098359357feb23d9c08dd69ff8a046f01a184257bcfeb41b9de5faff927ea3b44a8f33a5844f40d1e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -168,7 +168,7 @@ module Aws::QBusiness
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::QBusiness
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
@@ -683,7 +681,7 @@ module Aws::QBusiness
683
681
  tracer: tracer
684
682
  )
685
683
  context[:gem_name] = 'aws-sdk-qbusiness'
686
- context[:gem_version] = '1.58.0'
684
+ context[:gem_version] = '1.59.0'
687
685
  Seahorse::Client::Request.new(handlers, context)
688
686
  end
689
687
 
@@ -201,7 +201,7 @@ module Aws::QBusiness
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::QBusiness
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
@@ -6255,7 +6253,7 @@ module Aws::QBusiness
6255
6253
  tracer: tracer
6256
6254
  )
6257
6255
  context[:gem_name] = 'aws-sdk-qbusiness'
6258
- context[:gem_version] = '1.58.0'
6256
+ context[:gem_version] = '1.59.0'
6259
6257
  Seahorse::Client::Request.new(handlers, context)
6260
6258
  end
6261
6259
 
@@ -73,7 +73,7 @@ module Aws::QBusiness
73
73
  autoload :AsyncClient, 'aws-sdk-qbusiness/async_client'
74
74
  autoload :EventStreams, 'aws-sdk-qbusiness/event_streams'
75
75
 
76
- GEM_VERSION = '1.58.0'
76
+ GEM_VERSION = '1.59.0'
77
77
 
78
78
  end
79
79
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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