aws-sdk-dynamodbstreams 1.0.0.rc2 → 1.0.0.rc3
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-dynamodbstreams.rb +1 -1
- data/lib/aws-sdk-dynamodbstreams/client.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ce57de5914fc94911d8fcf74bd82d47586de26b
|
|
4
|
+
data.tar.gz: ef92af9687dc2c7046b92baf484711d6ddbc0975
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 280ae65a9a34a8ab52147c76d84d73ebd2910e06f7a79b820616def9e75e4650d37591d5158606a5b7483c2f8138db8c51918fd448550bae6e8ba0712e2737f4
|
|
7
|
+
data.tar.gz: b8c6cec19381f06968367cbed71fa8a45866919b83c01b79d7d311a9dfd15f31bf729c5b3ef4bb3dd1132c5331caefba1b0aecdc99dce680132d60edbc9ef1e6
|
|
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
|
|
18
18
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
|
19
19
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
|
20
20
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
|
21
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
21
22
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
22
23
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
23
24
|
|
|
@@ -45,6 +46,7 @@ module Aws::DynamoDBStreams
|
|
|
45
46
|
add_plugin(Aws::Plugins::ResponsePaging)
|
|
46
47
|
add_plugin(Aws::Plugins::StubResponses)
|
|
47
48
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
|
49
|
+
add_plugin(Aws::Plugins::JsonvalueConverter)
|
|
48
50
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
49
51
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
|
50
52
|
|
|
@@ -416,7 +418,7 @@ module Aws::DynamoDBStreams
|
|
|
416
418
|
params: params,
|
|
417
419
|
config: config)
|
|
418
420
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
|
419
|
-
context[:gem_version] = '1.0.0.
|
|
421
|
+
context[:gem_version] = '1.0.0.rc3'
|
|
420
422
|
Seahorse::Client::Request.new(handlers, context)
|
|
421
423
|
end
|
|
422
424
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-dynamodbstreams
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.rc3
|
|
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: 2017-
|
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|