aws-sdk-route53 1.25.0 → 1.26.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: 4b6486eba2f2d7bcdad8ba8a6f0ee555c7e289fb
4
- data.tar.gz: 21c0828bd662956f3527e5465bd522e787b44da5
3
+ metadata.gz: 21058b617bcc6e5df3958bfb3f9e1b51e4e704f4
4
+ data.tar.gz: 86bbc35881a65fdfb8bb5c73efd05463c6747e48
5
5
  SHA512:
6
- metadata.gz: 4024999a78ba99f0515f06116abb7fd06199be3025d64d9956b5c986d1e4e8aabfa8b0d656c0a93f02067bcfb785aac313835594acf4f79d7ce0f0a2f34808d7
7
- data.tar.gz: 51529a7de3a3c1c22842eda932e858f0e6ec9463fffc8d088f58ddd2fa3039def32cb5d4dd335fd623c1c9a9d7c7d7d25aa3b63b511d202de651e267c4ecfc87
6
+ metadata.gz: b375e49f71758be3566578a1b753eb591505695d5f15d113ad14939ad95801fc7fa4b123ec64ad03f4d8c285ef303556344f690246b9bb20e66ff27e79d3bc4c
7
+ data.tar.gz: fac17601ef8bc79ea10e8527d8fd5447c7abe919d89024769a926610b3fb41d8004deec434fb96a18b4025f82e0f5b0bb7276144df942f9b6fc54fe973be2656
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-route53/customizations'
43
43
  # @service
44
44
  module Aws::Route53
45
45
 
46
- GEM_VERSION = '1.25.0'
46
+ GEM_VERSION = '1.26.0'
47
47
 
48
48
  end
@@ -118,6 +118,10 @@ module Aws::Route53
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.
@@ -5024,7 +5028,7 @@ module Aws::Route53
5024
5028
  params: params,
5025
5029
  config: config)
5026
5030
  context[:gem_name] = 'aws-sdk-route53'
5027
- context[:gem_version] = '1.25.0'
5031
+ context[:gem_version] = '1.26.0'
5028
5032
  Seahorse::Client::Request.new(handlers, context)
5029
5033
  end
5030
5034
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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-05-21 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-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement