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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93422dad4111b4a299d380fccf8232897db5c969c05f6a57c4176ae0df3de130
4
- data.tar.gz: 2a9e5b1ab1f9e2f1a3414698336306b7dacdc19e43ff3ac3bae0116ead4db456
3
+ metadata.gz: e31718dd2428ff7124ca8160fa0354849057ca4102ee2751e5b10051a7589ef4
4
+ data.tar.gz: 34b10379db700f2362c896358cce747449eea6e6a0f5823d3dd44d58912d977c
5
5
  SHA512:
6
- metadata.gz: 732109c5f0afec252ab4ee6fda4250071e98982e1fd87389c2d5fce96d1aa74ac4fd4e4bcd6f62242451a388e7c173eeec41def4b03a66c3a2268f96fbf73e94
7
- data.tar.gz: 3c83b377ede6677cc3f378f974b56eb93efaa428a303b687a6cda41beb0e4c286bfac01ffd19b13aa79023629943b2192366001fb805b3e72cc018f3f7d7f8ed
6
+ metadata.gz: def13e93bae613c889527803825ee3035eeb594d8aa221bca73b303e55a103ee18ca3b7021dcfbadaf8d9c7f91665653134079da00d2e0a00ba2ee2a57c866ed
7
+ data.tar.gz: 2c3b38f6f92ac938ab0270ee6a4f4ce33fe5956b167b56d68714975bd52971b87e86b2f290421a0cd891afbe83a0817cd44cae80837e70d71e6405069adea88e
@@ -46,9 +46,9 @@ require_relative 'aws-sdk-sqs/customizations'
46
46
  #
47
47
  # See {Errors} for more information.
48
48
  #
49
- # @service
49
+ # @!group service
50
50
  module Aws::SQS
51
51
 
52
- GEM_VERSION = '1.30.0'
52
+ GEM_VERSION = '1.31.0'
53
53
 
54
54
  end
@@ -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::SharedCredentials` - Used for loading credentials from a
96
- # shared file, such as `~/.aws/config`.
109
+ # * `Aws::ECSCredentials` - Used for loading credentials from
110
+ # instances running in ECS.
97
111
  #
98
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
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 are
109
- # very aggressive. Construct and pass an instance of
110
- # `Aws::InstanceProfileCredentails` to enable retries and extended
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.30.0'
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.30.0
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-07-02 00:00:00.000000000 Z
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