aws-sdk-route53 1.34.0 → 1.35.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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fde95ff42504acf4c5abd3220e18cc4fa639c055be45f1d3358e0304a68632c7
|
|
4
|
+
data.tar.gz: ce97971fd62fcaa26624365279a5fe9bc638faf67c15361bd412603ec7aa84ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b32d7c647d7ab8728d1b4d66edad6c2593a772c267529d3e121d7784329fe6a409e72ea62cd61dc4e21a4845f1f050c62d4e0e04c1708cfa2c99abbdc7f6498
|
|
7
|
+
data.tar.gz: 68fa63aaaa3d548f07bebe2ce8264c2cecb331ff142fa7e42acc639dfbb88cde6c723d54a8d2bae928923e531abaee6d449f3c028a590109208cc9a687cf0037
|
data/lib/aws-sdk-route53.rb
CHANGED
|
@@ -178,7 +178,7 @@ module Aws::Route53
|
|
|
178
178
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
179
179
|
#
|
|
180
180
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
181
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
181
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
182
182
|
#
|
|
183
183
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
184
184
|
# The log formatter.
|
|
@@ -5134,7 +5134,7 @@ module Aws::Route53
|
|
|
5134
5134
|
params: params,
|
|
5135
5135
|
config: config)
|
|
5136
5136
|
context[:gem_name] = 'aws-sdk-route53'
|
|
5137
|
-
context[:gem_version] = '1.
|
|
5137
|
+
context[:gem_version] = '1.35.0'
|
|
5138
5138
|
Seahorse::Client::Request.new(handlers, context)
|
|
5139
5139
|
end
|
|
5140
5140
|
|
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.35.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: 2020-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|