aws-sdk-dynamodb 1.46.0 → 1.46.1
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-dynamodb.rb +1 -1
- data/lib/aws-sdk-dynamodb/attribute_value.rb +1 -2
- data/lib/aws-sdk-dynamodb/client.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: c357e6a5e91ca3c9f4d27d22426686349b5bcfd81431b76d8b0d622314933392
|
4
|
+
data.tar.gz: cb538ee19e1569a9e83c4a93867c4670784f041bcabc6fd5f0cdbce0aeff2327
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e22855388002669a0880a3df79c713bfdc056350b870bd2571502b295018feeed57077f47e2f70e5456e37fad3eb395bf8b11e59d21e378870db071b9846c9f1
|
7
|
+
data.tar.gz: 7024b49fea20cbdd0b5be76503a204c70c8860ecc5b27266a755483af1babde9305ab9bda765afba184715f8c57ddf178e63f3905d32c4ed27fa93d4f79536f3
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
@@ -57,7 +57,7 @@ module Aws
|
|
57
57
|
private
|
58
58
|
|
59
59
|
def format_set(set)
|
60
|
-
return {
|
60
|
+
return { ss: [] } if set.empty?
|
61
61
|
case set.first
|
62
62
|
when String, Symbol then { ss: set.map(&:to_s) }
|
63
63
|
when STRINGY_TEST then { ss: set.map(&:to_str) }
|
@@ -89,7 +89,6 @@ module Aws
|
|
89
89
|
when :ss then Set.new(value)
|
90
90
|
when :ns then Set.new(value.map { |n| BigDecimal(n) })
|
91
91
|
when :bs then Set.new(value.map { |b| StringIO.new(b) })
|
92
|
-
when :es then Set.new
|
93
92
|
else
|
94
93
|
raise ArgumentError, "unhandled type #{type.inspect}"
|
95
94
|
end
|
@@ -6630,7 +6630,7 @@ module Aws::DynamoDB
|
|
6630
6630
|
params: params,
|
6631
6631
|
config: config)
|
6632
6632
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
6633
|
-
context[:gem_version] = '1.46.
|
6633
|
+
context[:gem_version] = '1.46.1'
|
6634
6634
|
Seahorse::Client::Request.new(handlers, context)
|
6635
6635
|
end
|
6636
6636
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-dynamodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.46.
|
4
|
+
version: 1.46.1
|
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-05-
|
11
|
+
date: 2020-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|