aws-sdk-route53 1.20.0 → 1.21.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb729787a0ba10ef5756946160586656f05441e7
|
|
4
|
+
data.tar.gz: a853a8f42f6e64a672cc0f67c11107f1def638c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c21053a377a7cb23517e3c0844725531a3ee2c523292ed33f03f9f030bb85fe54bf89698755b6af496f70e1ea8508bff71eb421b030b657464ccb53570dbbdf
|
|
7
|
+
data.tar.gz: d66bf838bc1e16fce741b0d581db8c78fd269cbfec95ab677f01f9a163bc3eedcf6ffc3364d1ebbe340efcf859d047dfa493a33b2c161ecadb5d5ccfa2b7cd21
|
data/lib/aws-sdk-route53.rb
CHANGED
|
@@ -4907,7 +4907,7 @@ module Aws::Route53
|
|
|
4907
4907
|
params: params,
|
|
4908
4908
|
config: config)
|
|
4909
4909
|
context[:gem_name] = 'aws-sdk-route53'
|
|
4910
|
-
context[:gem_version] = '1.
|
|
4910
|
+
context[:gem_version] = '1.21.0'
|
|
4911
4911
|
Seahorse::Client::Request.new(handlers, context)
|
|
4912
4912
|
end
|
|
4913
4913
|
|
|
@@ -4924,7 +4924,7 @@ module Aws::Route53
|
|
|
4924
4924
|
# In between attempts, the waiter will sleep.
|
|
4925
4925
|
#
|
|
4926
4926
|
# # polls in a loop, sleeping between attempts
|
|
4927
|
-
# client.
|
|
4927
|
+
# client.wait_until(waiter_name, params)
|
|
4928
4928
|
#
|
|
4929
4929
|
# ## Configuration
|
|
4930
4930
|
#
|
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.21.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-03-
|
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|