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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sqs/client.rb +6 -8
- data/lib/aws-sdk-sqs.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a79e83f17e858164a8fd1f9043be864c67691dcbc97ef7762a70edc790e33524
|
|
4
|
+
data.tar.gz: 96ec5b90363e494813ddc68bdd2658b7a42f2b0254f081a142cdd558b42507dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 322c166a3a1f42fcbca40c79cf5bc896814ac2b732895cdb6c3c867d61dc7d30dff2f4c5d780f749a2020f328b17566adbd1cf4641a46a60624a8c471f5292eb
|
|
7
|
+
data.tar.gz: 73442beebfafc4678a403ecd0e02645a744d05146a9b67e6face44987254caee4c7c5d1c7b5d31d0a7536a820f47901c2c9b46ae613e471463906df23eaf312b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.115.0
|
data/lib/aws-sdk-sqs/client.rb
CHANGED
|
@@ -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.
|
|
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` -
|
|
341
|
-
#
|
|
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.
|
|
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
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.
|
|
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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|