aws-sdk-rds 1.85.0 → 1.86.1

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
  SHA256:
3
- metadata.gz: 76e9b510f084d2bb4f1518b9071d27a8484c6b9f3f39869b6669e3e7dfbdca19
4
- data.tar.gz: cf688bc2584f7b79710b0fcfe6eee5b772a90fa202e69c03050369125cf47320
3
+ metadata.gz: 591a6ecf669758332ee4287c1ae02c9625b5a8fe7ab7eadd4f13d230b1ba4dc7
4
+ data.tar.gz: 22b46fb32bd5bf52f92d4f34e90c347c96252439806329a9615a447390fea9ea
5
5
  SHA512:
6
- metadata.gz: 530fed5135252cc2560b41597d99148193576ff2f048506b146d52370b9e2b0da885ca1d783faab1198ba84e43c313f965303e414f7e688baeab095ec79a4daf
7
- data.tar.gz: 5eb0236a995a452f54e21e6b2da9bea721790c6400d81a21ae17e0c4196a1fc8abf46627ddeb0e3c418c2d2211a4d01827ea5c83c7d59d7251314a14054fe463
6
+ metadata.gz: 316ec911713beec500297fdaeca407c59ba944cf6c822ae78751a0de5b82d2e918ffb4566386442eadd7c46996a6bf0e864f2edbc01da66339536e5a35f699ea
7
+ data.tar.gz: 37a06b696891052e704e4785a427e3980a6325b9523c8df3d6728bef7eeb95ce1d665e0bf842491bec108ecb322ae86c7cf181ea1e464f7b13f099c37e69433b
@@ -71,6 +71,6 @@ require_relative 'aws-sdk-rds/customizations'
71
71
  # @service
72
72
  module Aws::RDS
73
73
 
74
- GEM_VERSION = '1.85.0'
74
+ GEM_VERSION = '1.86.1'
75
75
 
76
76
  end
@@ -24,6 +24,7 @@ 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
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/query.rb'
29
30
  require 'aws-sdk-rds/plugins/cross_region_copying.rb'
@@ -70,6 +71,7 @@ module Aws::RDS
70
71
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
71
72
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
72
73
  add_plugin(Aws::Plugins::TransferEncoding)
74
+ add_plugin(Aws::Plugins::HttpChecksum)
73
75
  add_plugin(Aws::Plugins::SignatureV4)
74
76
  add_plugin(Aws::Plugins::Protocols::Query)
75
77
  add_plugin(Aws::RDS::Plugins::CrossRegionCopying)
@@ -163,7 +165,7 @@ module Aws::RDS
163
165
  # @option options [String] :endpoint
164
166
  # The client endpoint is normally constructed from the `:region`
165
167
  # option. You should only configure an `:endpoint` when connecting
166
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
167
169
  #
168
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
169
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -18413,7 +18415,7 @@ module Aws::RDS
18413
18415
  params: params,
18414
18416
  config: config)
18415
18417
  context[:gem_name] = 'aws-sdk-rds'
18416
- context[:gem_version] = '1.85.0'
18418
+ context[:gem_version] = '1.86.1'
18417
18419
  Seahorse::Client::Request.new(handlers, context)
18418
18420
  end
18419
18421
 
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.85.0
4
+ version: 1.86.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-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '3'
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 3.71.0
36
+ version: 3.99.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3'
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.71.0
46
+ version: 3.99.0
47
47
  description: Official AWS Ruby gem for Amazon Relational Database Service (Amazon
48
48
  RDS). This gem is part of the AWS SDK for Ruby.
49
49
  email: