aws-sdk-sqs 1.30.0 → 1.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sqs.rb +2 -2
- data/lib/aws-sdk-sqs/client.rb +23 -8
- 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: e31718dd2428ff7124ca8160fa0354849057ca4102ee2751e5b10051a7589ef4
|
4
|
+
data.tar.gz: 34b10379db700f2362c896358cce747449eea6e6a0f5823d3dd44d58912d977c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: def13e93bae613c889527803825ee3035eeb594d8aa221bca73b303e55a103ee18ca3b7021dcfbadaf8d9c7f91665653134079da00d2e0a00ba2ee2a57c866ed
|
7
|
+
data.tar.gz: 2c3b38f6f92ac938ab0270ee6a4f4ce33fe5956b167b56d68714975bd52971b87e86b2f290421a0cd891afbe83a0817cd44cae80837e70d71e6405069adea88e
|
data/lib/aws-sdk-sqs.rb
CHANGED
data/lib/aws-sdk-sqs/client.rb
CHANGED
@@ -89,13 +89,28 @@ module Aws::SQS
|
|
89
89
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
90
90
|
# credentials.
|
91
91
|
#
|
92
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
93
|
+
# shared file, such as `~/.aws/config`.
|
94
|
+
#
|
95
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
96
|
+
#
|
97
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
98
|
+
# assume a role after providing credentials via the web.
|
99
|
+
#
|
100
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
101
|
+
# access token generated from `aws login`.
|
102
|
+
#
|
103
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
104
|
+
# process that outputs to stdout.
|
105
|
+
#
|
92
106
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
93
107
|
# from an EC2 IMDS on an EC2 instance.
|
94
108
|
#
|
95
|
-
# * `Aws::
|
96
|
-
#
|
109
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
110
|
+
# instances running in ECS.
|
97
111
|
#
|
98
|
-
# * `Aws::
|
112
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
113
|
+
# from the Cognito Identity service.
|
99
114
|
#
|
100
115
|
# When `:credentials` are not configured directly, the following
|
101
116
|
# locations will be searched for credentials:
|
@@ -105,10 +120,10 @@ module Aws::SQS
|
|
105
120
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
106
121
|
# * `~/.aws/credentials`
|
107
122
|
# * `~/.aws/config`
|
108
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
109
|
-
# very aggressive. Construct and pass an instance of
|
110
|
-
# `Aws::InstanceProfileCredentails`
|
111
|
-
# timeouts.
|
123
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
124
|
+
# are very aggressive. Construct and pass an instance of
|
125
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
126
|
+
# enable retries and extended timeouts.
|
112
127
|
#
|
113
128
|
# @option options [required, String] :region
|
114
129
|
# The AWS region to connect to. The configured `:region` is
|
@@ -2316,7 +2331,7 @@ module Aws::SQS
|
|
2316
2331
|
params: params,
|
2317
2332
|
config: config)
|
2318
2333
|
context[:gem_name] = 'aws-sdk-sqs'
|
2319
|
-
context[:gem_version] = '1.
|
2334
|
+
context[:gem_version] = '1.31.0'
|
2320
2335
|
Seahorse::Client::Request.new(handlers, context)
|
2321
2336
|
end
|
2322
2337
|
|
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.31.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: 2020-
|
11
|
+
date: 2020-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|