aws-sdk-sqs 1.114.0 → 1.115.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: 0f376ae99ced0f591238afa53df92f6374240f7f1bcded95af0db0e0fe233e60
4
- data.tar.gz: a5b8f611ad1bfaad664b1de4c19b1be1efb8187fdcb0398a179ae1ecdfc567f1
3
+ metadata.gz: a79e83f17e858164a8fd1f9043be864c67691dcbc97ef7762a70edc790e33524
4
+ data.tar.gz: 96ec5b90363e494813ddc68bdd2658b7a42f2b0254f081a142cdd558b42507dc
5
5
  SHA512:
6
- metadata.gz: 5048650a81ae85ac2a08ff4776157b880629919248d30f59e8bbd7eaa22062e1227e4e7705cf8fd79f663c47f49d2d397a9cac56339a99fd76205aa50c5cb052
7
- data.tar.gz: 07055f099a8d05af272ac4c11077a3fccbf9825f7cecbca62128e7247269e61c50b9f79f384a9aab0eba607adc6f2ecd05f4c53668a4c6d635a142a2b007b955
6
+ metadata.gz: 322c166a3a1f42fcbca40c79cf5bc896814ac2b732895cdb6c3c867d61dc7d30dff2f4c5d780f749a2020f328b17566adbd1cf4641a46a60624a8c471f5292eb
7
+ data.tar.gz: 73442beebfafc4678a403ecd0e02645a744d05146a9b67e6face44987254caee4c7c5d1c7b5d31d0a7536a820f47901c2c9b46ae613e471463906df23eaf312b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.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.114.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.115.0
@@ -203,7 +203,7 @@ module Aws::SQS
203
203
  # the required types.
204
204
  #
205
205
  # @option options [Boolean] :correct_clock_skew (true)
206
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
206
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
207
207
  # a clock skew correction and retry requests with skewed client clocks.
208
208
  #
209
209
  # @option options [String] :defaults_mode ("legacy")
@@ -330,17 +330,15 @@ module Aws::SQS
330
330
  # @option options [String] :retry_mode ("legacy")
331
331
  # Specifies which retry algorithm to use. Values are:
332
332
  #
333
- # * `legacy` - The pre-existing retry behavior. This is default value if
334
- # no retry mode is provided.
333
+ # * `legacy` - The pre-existing retry behavior. This is the default
334
+ # value if no retry mode is provided.
335
335
  #
336
336
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
337
337
  # This includes support for retry quotas, which limit the number of
338
338
  # unsuccessful retries a client can make.
339
339
  #
340
- # * `adaptive` - An experimental retry mode that includes all the
341
- # functionality of `standard` mode along with automatic client side
342
- # throttling. This is a provisional mode that may change behavior
343
- # in the future.
340
+ # * `adaptive` - A retry mode that includes all the functionality of
341
+ # `standard` mode along with automatic client side throttling.
344
342
  #
345
343
  # @option options [String] :sdk_ua_app_id
346
344
  # A unique and opaque application ID that is appended to the
@@ -2983,7 +2981,7 @@ module Aws::SQS
2983
2981
  tracer: tracer
2984
2982
  )
2985
2983
  context[:gem_name] = 'aws-sdk-sqs'
2986
- context[:gem_version] = '1.114.0'
2984
+ context[:gem_version] = '1.115.0'
2987
2985
  Seahorse::Client::Request.new(handlers, context)
2988
2986
  end
2989
2987
 
data/lib/aws-sdk-sqs.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::SQS
56
56
  autoload :Message, 'aws-sdk-sqs/message'
57
57
  autoload :Queue, 'aws-sdk-sqs/queue'
58
58
 
59
- GEM_VERSION = '1.114.0'
59
+ GEM_VERSION = '1.115.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.114.0
4
+ version: 1.115.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