aws-sdk-rds 1.0.0.rc4 → 1.0.0.rc5

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
  SHA1:
3
- metadata.gz: 8fa058ed6d35513239353f7431f3505d62ac0892
4
- data.tar.gz: 4a6d76a2b05d912d7c3e3f60b7a5caea7217b4b3
3
+ metadata.gz: 46639b92c6b599396c5370d9f8da04e212e227ac
4
+ data.tar.gz: 03d49319962ed4655e9b323d0a71468a48b9dd92
5
5
  SHA512:
6
- metadata.gz: ede3a68f3ded8a357e427fe1edbd5dd78856c0a9c73c8652b8295a21c7bb3d7a0a85f60869ac4c958ccb64b6f32bc663bf7ad5fbc265ee102ffb7066cbd3a5ba
7
- data.tar.gz: cfa58cc1eb78df27a43b4a37d03794e09dab3db7dfb104562755996edb7c2bf05a08f5049f8933eaad1b19ec617b825a8a9c05ce439de6eeb69bd8b63ca70910
6
+ metadata.gz: 0ad437c96c9b9e015ffd8db8bcc1ddc93cc022b607d3f3b7b1e958b45b9ed2600dc9d5086896a5665da1e9da88418029ae37a71ec3999934b8b7bfaff80106c4
7
+ data.tar.gz: 3ef840649847fc1cb805d428b0d5fe414f1540ed69370d70246a9bcc8b78cdfd72c6ec97d290f82175d62ff495049f12e5b9747978afbe65891350ef5b3de62f
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.0.0.rc4'
71
+ GEM_VERSION = '1.0.0.rc5'
72
72
 
73
73
  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/query.rb'
23
24
  require 'aws-sdk-rds/plugins/cross_region_copying.rb'
@@ -46,6 +47,7 @@ module Aws::RDS
46
47
  add_plugin(Aws::Plugins::ResponsePaging)
47
48
  add_plugin(Aws::Plugins::StubResponses)
48
49
  add_plugin(Aws::Plugins::IdempotencyToken)
50
+ add_plugin(Aws::Plugins::JsonvalueConverter)
49
51
  add_plugin(Aws::Plugins::SignatureV4)
50
52
  add_plugin(Aws::Plugins::Protocols::Query)
51
53
  add_plugin(Aws::RDS::Plugins::CrossRegionCopying)
@@ -10771,7 +10773,7 @@ module Aws::RDS
10771
10773
  params: params,
10772
10774
  config: config)
10773
10775
  context[:gem_name] = 'aws-sdk-rds'
10774
- context[:gem_version] = '1.0.0.rc4'
10776
+ context[:gem_version] = '1.0.0.rc5'
10775
10777
  Seahorse::Client::Request.new(handlers, context)
10776
10778
  end
10777
10779
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc4
4
+ version: 1.0.0.rc5
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-08 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