aws-sdk-rds 1.33.0 → 1.34.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 +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e5d9d233849229ed7d7f021cdd7f8348992e8dc
|
|
4
|
+
data.tar.gz: d779143f0a1cb7cfe1157edb86f68d3de8200dd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7468d2328fc1aaa03962f0590e8ce0e7cec2aa542e50225e2c5ad7ba659a2b27adbbd948e57858ace492e50d96b6dd4b3c183d1b259cae6f9a0382a362932e68
|
|
7
|
+
data.tar.gz: 2c8fe10ec62ee7a5a3e64ecab30e03396ba8597da6c86c84a60ec6b4fbc93cb473ba069823e8db6fd74edfd5c120eef863a4e68ed1e1b6228462298b02cf96f1
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -98,19 +98,19 @@ module Aws::RDS
|
|
|
98
98
|
#
|
|
99
99
|
# @option options [String] :access_key_id
|
|
100
100
|
#
|
|
101
|
-
# @option options [] :client_side_monitoring (false)
|
|
101
|
+
# @option options [Boolean] :client_side_monitoring (false)
|
|
102
102
|
# When `true`, client-side metrics will be collected for all API requests from
|
|
103
103
|
# this client.
|
|
104
104
|
#
|
|
105
|
-
# @option options [] :client_side_monitoring_client_id ("")
|
|
105
|
+
# @option options [String] :client_side_monitoring_client_id ("")
|
|
106
106
|
# Allows you to provide an identifier for this client which will be attached to
|
|
107
107
|
# all generated client side metrics. Defaults to an empty string.
|
|
108
108
|
#
|
|
109
|
-
# @option options [] :client_side_monitoring_port (31000)
|
|
109
|
+
# @option options [Integer] :client_side_monitoring_port (31000)
|
|
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)
|
|
113
|
+
# @option options [Aws::ClientSideMonitoring::Publisher] :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
|
#
|
|
@@ -14635,7 +14635,7 @@ module Aws::RDS
|
|
|
14635
14635
|
params: params,
|
|
14636
14636
|
config: config)
|
|
14637
14637
|
context[:gem_name] = 'aws-sdk-rds'
|
|
14638
|
-
context[:gem_version] = '1.
|
|
14638
|
+
context[:gem_version] = '1.34.0'
|
|
14639
14639
|
Seahorse::Client::Request.new(handlers, context)
|
|
14640
14640
|
end
|
|
14641
14641
|
|
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.34.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-10-
|
|
11
|
+
date: 2018-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|