aws-sdk-rds 1.28.0 → 1.29.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 +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +2 -2
- metadata +8 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8f6779989148f96ec0812c821cb3a57d7089a89
|
|
4
|
+
data.tar.gz: 6eacf32a2cf42c8c274227d910f377f4c82698fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 728ef4b1ea7c131f8a409b82f2023f18162e5baf2513c6da8d8b179f133b90b99cca4a762fd930421af0957484b657f15a3cac749c9318585cd83cceb0b364f0
|
|
7
|
+
data.tar.gz: 6cf38a49652ea9559e4c555d1b2fcff918339de68a939bb7ac81530a70309fb34409d05817f1e53c91d0e73443ec7e34f6a0f80e75e3e6616388ddcb7c463bed
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -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 (
|
|
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.
|
|
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.
|
|
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-
|
|
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:
|