aws-sdk-dynamodbstreams 1.0.0.rc2 → 1.0.0.rc3

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
  SHA1:
3
- metadata.gz: 12f27110c0396705e6978093d2da35fbc426516a
4
- data.tar.gz: 69da57dacb7b6cb9c83db2d45965bd78bbcfbfe0
3
+ metadata.gz: 7ce57de5914fc94911d8fcf74bd82d47586de26b
4
+ data.tar.gz: ef92af9687dc2c7046b92baf484711d6ddbc0975
5
5
  SHA512:
6
- metadata.gz: 4f85c455c43b0f30466537c0caad0a38f3c2cdc14019117b1ed7576fbcc60c79fe660a8323b58e2d59ad7c1714e3cc34203788dd1bc6ea62a585dcec3f402d89
7
- data.tar.gz: 399bcdc842f74ec07c5eca4195701bc018b65d5ba078a3a5446b77c561dce1ab3d6d30c399473697f09f981495b3c5456aa42af23e5dda32d46cbaba77350e1c
6
+ metadata.gz: 280ae65a9a34a8ab52147c76d84d73ebd2910e06f7a79b820616def9e75e4650d37591d5158606a5b7483c2f8138db8c51918fd448550bae6e8ba0712e2737f4
7
+ data.tar.gz: b8c6cec19381f06968367cbed71fa8a45866919b83c01b79d7d311a9dfd15f31bf729c5b3ef4bb3dd1132c5331caefba1b0aecdc99dce680132d60edbc9ef1e6
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-dynamodbstreams/customizations'
42
42
  # @service
43
43
  module Aws::DynamoDBStreams
44
44
 
45
- GEM_VERSION = '1.0.0.rc2'
45
+ GEM_VERSION = '1.0.0.rc3'
46
46
 
47
47
  end
@@ -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.rc2'
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.rc2
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-03-07 00:00:00.000000000 Z
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