aws-sdk-rds 1.58.0 → 1.59.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: 2ac5a4406a4942a9b4e664d1e953ccf091546387
4
- data.tar.gz: db072d6a76aaee166c3718d42ed33e2d41d90ded
3
+ metadata.gz: 3cebaed2b370591b7502fc7cb8a0b02f72e7f7d4
4
+ data.tar.gz: 05c11e4c02065d2ab519381b49a27a9fd550895e
5
5
  SHA512:
6
- metadata.gz: 4773432930b4e68948f4bebbc5c69be17df2a0a3d74ab9e237b4c779ca522e9ddc6dcd502a962a1d38aa5b91bb08f34cb119b2a497fc1a5082c56a32852c78d5
7
- data.tar.gz: 427b6bc21860f2351c74300bdc7b766d2f39b4399bc38956dcb5e68a3624820c906ab81824de55feb8da700b348ee0d974a4797a3f5f02d0948e89ab2d33c0c0
6
+ metadata.gz: dbc5bb488ce5590a6608141c59bbad029483fb7d795e4ee60fea0957413b27c8a2ca28b9131ccd7d6896c10abf2188a218e4d343338319378776bf97fd035ad6
7
+ data.tar.gz: fb17ca76984135b3e9024dfb64fa0f2bbfbd9b956351e9c8dad33dbca14b4fcb42b513dc6c24bbae734c5d14889948bb52d7a387103ca62afb8af23ddea8f7de
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.58.0'
71
+ GEM_VERSION = '1.59.0'
72
72
 
73
73
  end
@@ -118,6 +118,10 @@ module Aws::RDS
118
118
  # Allows you to provide an identifier for this client which will be attached to
119
119
  # all generated client side metrics. Defaults to an empty string.
120
120
  #
121
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
122
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
123
+ # side monitoring agent is running on, where client metrics will be published via UDP.
124
+ #
121
125
  # @option options [Integer] :client_side_monitoring_port (31000)
122
126
  # Required for publishing client metrics. The port that the client side monitoring
123
127
  # agent is running on, where client metrics will be published via UDP.
@@ -16151,7 +16155,7 @@ module Aws::RDS
16151
16155
  params: params,
16152
16156
  config: config)
16153
16157
  context[:gem_name] = 'aws-sdk-rds'
16154
- context[:gem_version] = '1.58.0'
16158
+ context[:gem_version] = '1.59.0'
16155
16159
  Seahorse::Client::Request.new(handlers, context)
16156
16160
  end
16157
16161
 
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.58.0
4
+ version: 1.59.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: 2019-06-03 00:00:00.000000000 Z
11
+ date: 2019-06-17 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.53.0
36
+ version: 3.56.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.53.0
46
+ version: 3.56.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: