aws-sdk-rds 1.28.0 → 1.29.0

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: 883bf31a9ee22586ae4eb8d0ff303c454851cf73
4
- data.tar.gz: 1511b0b8e5ba9e0e72e2918b058a69378d5cb1e9
3
+ metadata.gz: c8f6779989148f96ec0812c821cb3a57d7089a89
4
+ data.tar.gz: 6eacf32a2cf42c8c274227d910f377f4c82698fe
5
5
  SHA512:
6
- metadata.gz: ba16b3ad7413012926cf394d20c950753fb8f1b79d436c51d078c677e81215f30a12e7341f82d0caec681cb05150c04a136b04db9cd96c91b77b7d23b910d3ac
7
- data.tar.gz: cd822cdf4f061bd011d7e7986277786ef762440b16d4d6c9c28d53124f87b49d7aaea66694e1c8981022398e2c5d3d0de9cce6c21a6fa1cac16a60524f0cc404
6
+ metadata.gz: 728ef4b1ea7c131f8a409b82f2023f18162e5baf2513c6da8d8b179f133b90b99cca4a762fd930421af0957484b657f15a3cac749c9318585cd83cceb0b364f0
7
+ data.tar.gz: 6cf38a49652ea9559e4c555d1b2fcff918339de68a939bb7ac81530a70309fb34409d05817f1e53c91d0e73443ec7e34f6a0f80e75e3e6616388ddcb7c463bed
data/lib/aws-sdk-rds.rb CHANGED
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.28.0'
71
+ GEM_VERSION = '1.29.0'
72
72
 
73
73
  end
@@ -110,7 +110,7 @@ module Aws::RDS
110
110
  # Required for publishing client metrics. The port that the client side monitoring
111
111
  # agent is running on, where client metrics will be published via UDP.
112
112
  #
113
- # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
113
+ # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
114
114
  # Allows you to provide a custom client-side monitoring publisher class. By default,
115
115
  # will use the Client Side Monitoring Agent Publisher.
116
116
  #
@@ -14243,7 +14243,7 @@ module Aws::RDS
14243
14243
  params: params,
14244
14244
  config: config)
14245
14245
  context[:gem_name] = 'aws-sdk-rds'
14246
- context[:gem_version] = '1.28.0'
14246
+ context[:gem_version] = '1.29.0'
14247
14247
  Seahorse::Client::Request.new(handlers, context)
14248
14248
  end
14249
14249
 
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.28.0
4
+ version: 1.29.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: 2018-09-05 00:00:00.000000000 Z
11
+ date: 2018-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -31,6 +31,9 @@ dependencies:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '3'
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 3.26.0
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -38,6 +41,9 @@ dependencies:
38
41
  - - "~>"
39
42
  - !ruby/object:Gem::Version
40
43
  version: '3'
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 3.26.0
41
47
  description: Official AWS Ruby gem for Amazon Relational Database Service (Amazon
42
48
  RDS). This gem is part of the AWS SDK for Ruby.
43
49
  email: