aws-sdk-resources 2.5.2 → 2.5.3
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/lib/aws-sdk-resources/services/sqs/queue_poller.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05becc7fac54fe8cac39c112521db5699b14f34f
|
|
4
|
+
data.tar.gz: df00dcc53d0d4f5934172c8ded7fa387e6823566
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a00b50c449fbcb584184ac548a7deaeb9bffdff276a9fa9b800a4058d3406e78b3636b5d722ac53b62308b1cc2ded0310cc1d65de1100b279cbde9f91b197505
|
|
7
|
+
data.tar.gz: 096ba65a90799e7c69680729574ae254963c68dc0b6b75b6228c4d7f93345054b0e421f4af4a1e65bf489f804812e509765311a6ea2556be06b1a00a216a64af
|
|
@@ -290,7 +290,7 @@ module Aws
|
|
|
290
290
|
# it is put back into the queue and can be received again.
|
|
291
291
|
# By default, the queue's
|
|
292
292
|
#
|
|
293
|
-
# @option
|
|
293
|
+
# @option options [Array<String>] :attribute_names ([])
|
|
294
294
|
# The list of attributes that need to be returned along with each
|
|
295
295
|
# message. Valid attribute names include:
|
|
296
296
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-resources
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.3
|
|
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: 2016-08-
|
|
11
|
+
date: 2016-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.5.
|
|
19
|
+
version: 2.5.3
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.5.
|
|
26
|
+
version: 2.5.3
|
|
27
27
|
description: Provides resource oriented interfaces and other higher-level abstractions
|
|
28
28
|
for many AWS services. This gem is part of the official AWS SDK for Ruby.
|
|
29
29
|
email:
|