aws-sdk-route53 1.11.0 → 1.12.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-route53.rb +1 -1
- data/lib/aws-sdk-route53/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: e8b4e911ab99c90b5cf594f0a890cd93cdaa99d7
|
|
4
|
+
data.tar.gz: c4d3badcae2da722f269e63d39601c98784a4681
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd88d2f340a6abbfe285a7657de5ffe5ef1347a89fa6db022d3eb236062d7fd85dc5dd4739e9e561afcf20fec8272a7940b87f3b8dd09e1f0c225b0b003dc628
|
|
7
|
+
data.tar.gz: 9f3f28bcaacee8038fd7393f24a7fe7bb26d5702e1b3cfa94d8c960499d091c8dc295b7df4fcde3cf63d32a8dfc8f4f96f7d3ebaf867b80935889abffa02fae1
|
data/lib/aws-sdk-route53.rb
CHANGED
|
@@ -110,7 +110,7 @@ module Aws::Route53
|
|
|
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
|
#
|
|
@@ -4818,7 +4818,7 @@ module Aws::Route53
|
|
|
4818
4818
|
params: params,
|
|
4819
4819
|
config: config)
|
|
4820
4820
|
context[:gem_name] = 'aws-sdk-route53'
|
|
4821
|
-
context[:gem_version] = '1.
|
|
4821
|
+
context[:gem_version] = '1.12.0'
|
|
4822
4822
|
Seahorse::Client::Request.new(handlers, context)
|
|
4823
4823
|
end
|
|
4824
4824
|
|
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.
|
|
4
|
+
version: 1.12.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-sdk-core
|
|
@@ -17,6 +17,9 @@ dependencies:
|
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '3'
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 3.26.0
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -24,6 +27,9 @@ dependencies:
|
|
|
24
27
|
- - "~>"
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '3'
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 3.26.0
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: aws-sigv4
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|