aws-sdk-sqs 1.113.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: 3af073ac56c3c7bca3f1afbd4fea9debf886087cc4e15766cec5ea1045fd4917
4
- data.tar.gz: 43aac26c08a45a8b7ea3c3aa9f01feec0f6036adb49698f59f24f40b21a49440
3
+ metadata.gz: a79e83f17e858164a8fd1f9043be864c67691dcbc97ef7762a70edc790e33524
4
+ data.tar.gz: 96ec5b90363e494813ddc68bdd2658b7a42f2b0254f081a142cdd558b42507dc
5
5
  SHA512:
6
- metadata.gz: e70cc07f4ab23f81287b61723091b8404594f9944166d4651a190dd9c1433a695e37ffc9c10d0f6f36d191f97320ab76e7c672a651843e86f69a64313c41aa72
7
- data.tar.gz: de73568bda030bab4e2a0db6fcc17713495ec48a2fc7eb8a828733cbd1903fd7d5a8bc2753121ba5cb52037536bb7739cb9e3cd45e8e1fa45eb3bd1abdcfa027
6
+ metadata.gz: 322c166a3a1f42fcbca40c79cf5bc896814ac2b732895cdb6c3c867d61dc7d30dff2f4c5d780f749a2020f328b17566adbd1cf4641a46a60624a8c471f5292eb
7
+ data.tar.gz: 73442beebfafc4678a403ecd0e02645a744d05146a9b67e6face44987254caee4c7c5d1c7b5d31d0a7536a820f47901c2c9b46ae613e471463906df23eaf312b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.114.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.113.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.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.113.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.113.0'
59
+ GEM_VERSION = '1.115.0'
60
60
 
61
61
  end
62
62
 
data/sig/client.rbs CHANGED
@@ -121,7 +121,7 @@ module Aws
121
121
  id: ::String,
122
122
  receipt_handle: ::String,
123
123
  visibility_timeout: ::Integer?
124
- },
124
+ }
125
125
  ]
126
126
  ) -> _ChangeMessageVisibilityBatchResponseSuccess
127
127
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ChangeMessageVisibilityBatchResponseSuccess
@@ -157,7 +157,7 @@ module Aws
157
157
  {
158
158
  id: ::String,
159
159
  receipt_handle: ::String
160
- },
160
+ }
161
161
  ]
162
162
  ) -> _DeleteMessageBatchResponseSuccess
163
163
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMessageBatchResponseSuccess
@@ -328,7 +328,7 @@ module Aws
328
328
  }]?,
329
329
  message_deduplication_id: ::String?,
330
330
  message_group_id: ::String?
331
- },
331
+ }
332
332
  ]
333
333
  ) -> _SendMessageBatchResponseSuccess
334
334
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendMessageBatchResponseSuccess
data/sig/queue.rbs CHANGED
@@ -48,7 +48,7 @@ module Aws
48
48
  id: ::String,
49
49
  receipt_handle: ::String,
50
50
  visibility_timeout: ::Integer?
51
- },
51
+ }
52
52
  ]
53
53
  ) -> Types::ChangeMessageVisibilityBatchResult
54
54
  | (?Hash[Symbol, untyped]) -> Types::ChangeMessageVisibilityBatchResult
@@ -64,7 +64,7 @@ module Aws
64
64
  {
65
65
  id: ::String,
66
66
  receipt_handle: ::String
67
- },
67
+ }
68
68
  ]
69
69
  ) -> Types::DeleteMessageBatchResult
70
70
  | (?Hash[Symbol, untyped]) -> Types::DeleteMessageBatchResult
@@ -138,7 +138,7 @@ module Aws
138
138
  }]?,
139
139
  message_deduplication_id: ::String?,
140
140
  message_group_id: ::String?
141
- },
141
+ }
142
142
  ]
143
143
  ) -> Types::SendMessageBatchResult
144
144
  | (?Hash[Symbol, untyped]) -> Types::SendMessageBatchResult
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.113.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