aws-sdk-sqs 1.47.0 → 1.48.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 +4 -2
- data/lib/aws-sdk-sqs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd44e3714f617064ac83222231c79e64d560d5791c3a2613712c23ce8fd391d3
|
|
4
|
+
data.tar.gz: 14f6bf7093fdda16e585962880a3fc3ea2d7a0b1ce9156667390493c45819caa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 218ef9452b999b0acf56d065c5afb907333aa6488291da28680dac9e4bcb9e39a4da09a964f30fdb7b8579f4020c3dad862854f21e4aaf155db8b8cfb1870c22
|
|
7
|
+
data.tar.gz: 3f1deafe9bcb20ec749910e6ba613f8231ab4a6a6d22cd92237a9a35621395c43698dc21c84970099e8db7ecc2fa90edac5bc12c6fb1d1fdfac51e55f49b79b1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.48.0
|
data/lib/aws-sdk-sqs/client.rb
CHANGED
|
@@ -123,7 +123,9 @@ module Aws::SQS
|
|
|
123
123
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
|
124
124
|
# are very aggressive. Construct and pass an instance of
|
|
125
125
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
|
126
|
-
# enable retries and extended timeouts.
|
|
126
|
+
# enable retries and extended timeouts. Instance profile credential
|
|
127
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
|
128
|
+
# to true.
|
|
127
129
|
#
|
|
128
130
|
# @option options [required, String] :region
|
|
129
131
|
# The AWS region to connect to. The configured `:region` is
|
|
@@ -2471,7 +2473,7 @@ module Aws::SQS
|
|
|
2471
2473
|
params: params,
|
|
2472
2474
|
config: config)
|
|
2473
2475
|
context[:gem_name] = 'aws-sdk-sqs'
|
|
2474
|
-
context[:gem_version] = '1.
|
|
2476
|
+
context[:gem_version] = '1.48.0'
|
|
2475
2477
|
Seahorse::Client::Request.new(handlers, context)
|
|
2476
2478
|
end
|
|
2477
2479
|
|
data/lib/aws-sdk-sqs.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.48.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|