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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a07a82e37ca063514e9a89b2800acdcc67b2a72
4
- data.tar.gz: 9ca644e08ec18e42c235e77c3f6459554b5204a5
3
+ metadata.gz: 5e5d9d233849229ed7d7f021cdd7f8348992e8dc
4
+ data.tar.gz: d779143f0a1cb7cfe1157edb86f68d3de8200dd4
5
5
  SHA512:
6
- metadata.gz: 7c60fbb611938f7ff424eb2c129dec6b921d2e2ce8bc49a5f034f17a2d64ea3c35c0316e9d0f3bd471cd42babffd872b0cc0f57aa82aefdab247e701ce17dca9
7
- data.tar.gz: 50e7bd89142936667ad6e15a059ecb9b88934b6f73bd8a12c978a98b63750a8e47548757844e97764169dce4c44c0e759d86f080cc5386ed0f88d12053a2fd7f
6
+ metadata.gz: 7468d2328fc1aaa03962f0590e8ce0e7cec2aa542e50225e2c5ad7ba659a2b27adbbd948e57858ace492e50d96b6dd4b3c183d1b259cae6f9a0382a362932e68
7
+ data.tar.gz: 2c8fe10ec62ee7a5a3e64ecab30e03396ba8597da6c86c84a60ec6b4fbc93cb473ba069823e8db6fd74edfd5c120eef863a4e68ed1e1b6228462298b02cf96f1
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.33.0'
71
+ GEM_VERSION = '1.34.0'
72
72
 
73
73
  end
@@ -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.33.0'
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.33.0
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-15 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4