aws-sdk-sqs 1.33.0 → 1.34.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: d09dd147d594c9ea815cfeef2ef993b5d1614aa24243d43ef26179e691c5814e
4
- data.tar.gz: c4135562c41137321c00702c79c72eb90a0e6166d8346b567f73a5c53fcbb18d
3
+ metadata.gz: 8802cd9961e432ae5f7254386bcea98c00c48a401e7f86760b11ea95a68d0e36
4
+ data.tar.gz: 4f405f379817333584d149cb036b21445a9594eaad918c22f64c143c0ce29f2d
5
5
  SHA512:
6
- metadata.gz: f022a4cd55d70609ee0998aa4328e26e22620278ccd2e9db9a279504f3a785b88ee685d0d9697d3c95eb5d7ae9fcafa53e0e5e0972de70a81e95a0ba52e42f19
7
- data.tar.gz: 445754c20fe6c72277ebbba0029d0b033b338b9cb7ab1256c8de9304707244d5cdf0aadd8fb2784088eb702240e75686929593da4376a6d5df48820d7ddedab2
6
+ metadata.gz: aa0d1e89af2425a31d4fc950e00ccb3d5a0e630ed7b391246e7536b0dfca3e7864968de9830ec19bfc6340bc18a5f7191392c81c8fa669be11bc0b50c77ebc6b
7
+ data.tar.gz: a8aec6d7e415d8c5b74a1553df3648feb1d85c03b02786f2c95133467ecada9c839e38d99c3558abd34ea3d7174253a8d9ca5f558810173c089fe3f337489eff
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-sqs/customizations'
50
50
  # @!group service
51
51
  module Aws::SQS
52
52
 
53
- GEM_VERSION = '1.33.0'
53
+ GEM_VERSION = '1.34.0'
54
54
 
55
55
  end
@@ -2353,7 +2353,7 @@ module Aws::SQS
2353
2353
  params: params,
2354
2354
  config: config)
2355
2355
  context[:gem_name] = 'aws-sdk-sqs'
2356
- context[:gem_version] = '1.33.0'
2356
+ context[:gem_version] = '1.34.0'
2357
2357
  Seahorse::Client::Request.new(handlers, context)
2358
2358
  end
2359
2359
 
@@ -290,7 +290,7 @@ module Aws
290
290
  # @option options [Integer] :visibility_timeout (nil)
291
291
  # The number of seconds you have to process a message before
292
292
  # it is put back into the queue and can be received again.
293
- # By default, the queue's
293
+ # By default, the queue's visibility timeout is not set.
294
294
  #
295
295
  # @option options [Array<String>] :attribute_names ([])
296
296
  # The list of attributes that need to be returned along with each
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.33.0
4
+ version: 1.34.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-09-15 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement