aws-sdk-rds 1.50.0 → 1.51.0

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: 81d6ccd69b54ec627f652bb7fb5dc38c71bc057e
4
- data.tar.gz: f378b436dd6e4a1c04c79a49ff4a3a105c76f306
3
+ metadata.gz: 7e81812ac9f2d995afe83c0b3c43be28a822a12d
4
+ data.tar.gz: d2df451d4262f6f3db3b157c9093a45031e62a13
5
5
  SHA512:
6
- metadata.gz: 35f826104eb8886b47858f50a7f8c99e285528e78a490e33eca6113518551e7f7af2419adb9dbc2de791d05892979e0423a7c8d50d51a60c4acc3a4709c27232
7
- data.tar.gz: 7a51aaa00588294c9558805204e4dac4aa7af7fa111d40b3181d6751c2ed3a7e8a9d4b512aec165a98eddd3a8cef8c05223f99108e3a0d3c43f2e3dcd65217f7
6
+ metadata.gz: 26fe3dd8aa04f81da96605e47093463d50495325ca975a06c61a89f5f29020dd913cee78e001fa92dbcfda98231034f8793a55f210aa273090e9ef17597cd548
7
+ data.tar.gz: 76ff4213a167af16e6f2135b5d0e07a43568a29d33edf036a2c2ce2c124dfc54de8e87611c7e649cae0458845ff789299cd318973368bffe72838be08eadd00a
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.50.0'
71
+ GEM_VERSION = '1.51.0'
72
72
 
73
73
  end
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
23
23
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
+ require 'aws-sdk-core/plugins/transfer_encoding.rb'
26
27
  require 'aws-sdk-core/plugins/signature_v4.rb'
27
28
  require 'aws-sdk-core/plugins/protocols/query.rb'
28
29
  require 'aws-sdk-rds/plugins/cross_region_copying.rb'
@@ -56,6 +57,7 @@ module Aws::RDS
56
57
  add_plugin(Aws::Plugins::JsonvalueConverter)
57
58
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
58
59
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
60
+ add_plugin(Aws::Plugins::TransferEncoding)
59
61
  add_plugin(Aws::Plugins::SignatureV4)
60
62
  add_plugin(Aws::Plugins::Protocols::Query)
61
63
  add_plugin(Aws::RDS::Plugins::CrossRegionCopying)
@@ -15997,7 +15999,7 @@ module Aws::RDS
15997
15999
  params: params,
15998
16000
  config: config)
15999
16001
  context[:gem_name] = 'aws-sdk-rds'
16000
- context[:gem_version] = '1.50.0'
16002
+ context[:gem_version] = '1.51.0'
16001
16003
  Seahorse::Client::Request.new(handlers, context)
16002
16004
  end
16003
16005
 
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.50.0
4
+ version: 1.51.0
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: 2019-04-24 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4