lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.48.0 vs lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.49.0
- old
+ new
@@ -1475,12 +1475,15 @@
# the hosted zone is `PENDING`. For public hosted zones, this means that
# the NS and SOA records are not yet available on all Route 53 DNS
# servers. When the NS and SOA records are available, the status of the
# zone changes to `INSYNC`.
#
+ # The `CreateHostedZone` request requires the caller to have an
+ # `ec2:DescribeVpcs` permission.
#
#
+ #
# [1]: http://aws.amazon.com/route53/pricing/
# [2]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html
# [3]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html
#
# @option params [required, String] :name
@@ -1633,11 +1636,11 @@
# * Sign
#
# The key policy must also include the Amazon Route 53 service in the
# principal for your account. Specify the following:
#
- # * `"Service": "api-service.dnssec.route53.aws.internal"`
+ # * `"Service": "dnssec.route53.aws.amazonaws.com"`
#
# ^
#
# For more information about working with a customer managed CMK in AWS
# KMS, see [AWS Key Management Service concepts][1].
@@ -2369,11 +2372,11 @@
req = build_request(:delete_hosted_zone, params)
req.send_request(options)
end
# Deletes a key-signing key (KSK). Before you can delete a KSK, you must
- # deactivate it. The KSK must be deactived before you can delete it
+ # deactivate it. The KSK must be deactivated before you can delete it
# regardless of whether the hosted zone is enabled for DNSSEC signing.
#
# @option params [required, String] :hosted_zone_id
# A unique string used to identify a hosted zone.
#
@@ -4952,10 +4955,12 @@
# Gets the value that Amazon Route 53 returns in response to a DNS
# request for a specified record name and type. You can optionally
# specify the IP address of a DNS resolver, an EDNS0 client subnet IP
# address, and a subnet mask.
#
+ # This call only supports querying public hosted zones.
+ #
# @option params [required, String] :hosted_zone_id
# The ID of the hosted zone that you want Amazon Route 53 to simulate a
# query for.
#
# @option params [required, String] :record_name
@@ -5607,10 +5612,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-route53'
- context[:gem_version] = '1.48.0'
+ context[:gem_version] = '1.49.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#