aws-sdk-route53 1.48.0 → 1.49.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +8 -3
- data/lib/aws-sdk-route53/types.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8af9a585282d8e546326223bdc1f6190a1d6faa5d2b0d10a6c59994f42ffa72
|
|
4
|
+
data.tar.gz: c27bfcbcbb4b96b7cfd84b80d648ca8318dba333d3041719a570eacd0f69cbef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c75f376c89b10de6b5cc64082360cec420e791c1917c78f57eea1e85b593ef721a3c8781b3495378c13ac13d243199ac5ab878af705a4b042c77dbf727002a2
|
|
7
|
+
data.tar.gz: 4f584cf8429142d28029fd79d9289eeac108c65bb5b5dff7ee4562561eb46260ac79fcc98b43ebb20bbbbf414b90b71fc96e451419c31bda0653d082ffb940df
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.49.0
|
data/lib/aws-sdk-route53.rb
CHANGED
|
@@ -1477,6 +1477,9 @@ module Aws::Route53
|
|
|
1477
1477
|
# servers. When the NS and SOA records are available, the status of the
|
|
1478
1478
|
# zone changes to `INSYNC`.
|
|
1479
1479
|
#
|
|
1480
|
+
# The `CreateHostedZone` request requires the caller to have an
|
|
1481
|
+
# `ec2:DescribeVpcs` permission.
|
|
1482
|
+
#
|
|
1480
1483
|
#
|
|
1481
1484
|
#
|
|
1482
1485
|
# [1]: http://aws.amazon.com/route53/pricing/
|
|
@@ -1635,7 +1638,7 @@ module Aws::Route53
|
|
|
1635
1638
|
# The key policy must also include the Amazon Route 53 service in the
|
|
1636
1639
|
# principal for your account. Specify the following:
|
|
1637
1640
|
#
|
|
1638
|
-
# * `"Service": "
|
|
1641
|
+
# * `"Service": "dnssec.route53.aws.amazonaws.com"`
|
|
1639
1642
|
#
|
|
1640
1643
|
# ^
|
|
1641
1644
|
#
|
|
@@ -2371,7 +2374,7 @@ module Aws::Route53
|
|
|
2371
2374
|
end
|
|
2372
2375
|
|
|
2373
2376
|
# Deletes a key-signing key (KSK). Before you can delete a KSK, you must
|
|
2374
|
-
# deactivate it. The KSK must be
|
|
2377
|
+
# deactivate it. The KSK must be deactivated before you can delete it
|
|
2375
2378
|
# regardless of whether the hosted zone is enabled for DNSSEC signing.
|
|
2376
2379
|
#
|
|
2377
2380
|
# @option params [required, String] :hosted_zone_id
|
|
@@ -4954,6 +4957,8 @@ module Aws::Route53
|
|
|
4954
4957
|
# specify the IP address of a DNS resolver, an EDNS0 client subnet IP
|
|
4955
4958
|
# address, and a subnet mask.
|
|
4956
4959
|
#
|
|
4960
|
+
# This call only supports querying public hosted zones.
|
|
4961
|
+
#
|
|
4957
4962
|
# @option params [required, String] :hosted_zone_id
|
|
4958
4963
|
# The ID of the hosted zone that you want Amazon Route 53 to simulate a
|
|
4959
4964
|
# query for.
|
|
@@ -5609,7 +5614,7 @@ module Aws::Route53
|
|
|
5609
5614
|
params: params,
|
|
5610
5615
|
config: config)
|
|
5611
5616
|
context[:gem_name] = 'aws-sdk-route53'
|
|
5612
|
-
context[:gem_version] = '1.
|
|
5617
|
+
context[:gem_version] = '1.49.0'
|
|
5613
5618
|
Seahorse::Client::Request.new(handlers, context)
|
|
5614
5619
|
end
|
|
5615
5620
|
|
|
@@ -1346,7 +1346,7 @@ module Aws::Route53
|
|
|
1346
1346
|
# The key policy must also include the Amazon Route 53 service in
|
|
1347
1347
|
# the principal for your account. Specify the following:
|
|
1348
1348
|
#
|
|
1349
|
-
# * `"Service": "
|
|
1349
|
+
# * `"Service": "dnssec.route53.aws.amazonaws.com"`
|
|
1350
1350
|
#
|
|
1351
1351
|
# ^
|
|
1352
1352
|
#
|
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.49.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: 2021-
|
|
11
|
+
date: 2021-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
86
|
version: '0'
|
|
87
87
|
requirements: []
|
|
88
88
|
rubyforge_project:
|
|
89
|
-
rubygems_version: 2.7.6.
|
|
89
|
+
rubygems_version: 2.7.6.3
|
|
90
90
|
signing_key:
|
|
91
91
|
specification_version: 4
|
|
92
92
|
summary: AWS SDK for Ruby - Route 53
|