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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c1b6251170f6d718333299d797dc017949c3bf118edcb6b3cf069ace037581f
4
- data.tar.gz: d69f3974786335be407e2957d7b338dc673b5cd8d5b696f45207118934f8e77b
3
+ metadata.gz: e8af9a585282d8e546326223bdc1f6190a1d6faa5d2b0d10a6c59994f42ffa72
4
+ data.tar.gz: c27bfcbcbb4b96b7cfd84b80d648ca8318dba333d3041719a570eacd0f69cbef
5
5
  SHA512:
6
- metadata.gz: 22387c34c267db5359f0d7510605bc495ac90feb42961df961aa86c4a9b204e647a8669adf4e12e8faf0bc575db50e7caaca86554b29e5d0c46a09bb3615f67d
7
- data.tar.gz: 0aff995b18d8d91765f02bce521801580de9975220154f74f28a2a72bbb37fb9920cdf9e6616ea486a9c82825087d2e33bf19bd2301a5af3b6fb00cde3392e73
6
+ metadata.gz: 3c75f376c89b10de6b5cc64082360cec420e791c1917c78f57eea1e85b593ef721a3c8781b3495378c13ac13d243199ac5ab878af705a4b042c77dbf727002a2
7
+ data.tar.gz: 4f584cf8429142d28029fd79d9289eeac108c65bb5b5dff7ee4562561eb46260ac79fcc98b43ebb20bbbbf414b90b71fc96e451419c31bda0653d082ffb940df
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2021-04-14)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for route53
8
+
4
9
  1.48.0 (2021-03-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-route53/customizations'
49
49
  # @!group service
50
50
  module Aws::Route53
51
51
 
52
- GEM_VERSION = '1.48.0'
52
+ GEM_VERSION = '1.49.0'
53
53
 
54
54
  end
@@ -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": "api-service.dnssec.route53.aws.internal"`
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 deactived before you can delete it
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.48.0'
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": "api-service.dnssec.route53.aws.internal"`
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.48.0
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-03-24 00:00:00.000000000 Z
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.2
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