Route53Client Class

(QtAws::Route53::Route53Client)

The Route53Client class provides access to the Amazon Route 53 service. More...

Header: #include <Route53Client>
Inherits: QtAws::Core::AwsAbstractClient

Public Functions

Route53Client(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
Route53Client(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Public Slots

AssociateVPCWithHostedZoneResponse *associateVPCWithHostedZone(const AssociateVPCWithHostedZoneRequest &request)
ChangeResourceRecordSetsResponse *changeResourceRecordSets(const ChangeResourceRecordSetsRequest &request)
ChangeTagsForResourceResponse *changeTagsForResource(const ChangeTagsForResourceRequest &request)
CreateHealthCheckResponse *createHealthCheck(const CreateHealthCheckRequest &request)
CreateHostedZoneResponse *createHostedZone(const CreateHostedZoneRequest &request)
CreateQueryLoggingConfigResponse *createQueryLoggingConfig(const CreateQueryLoggingConfigRequest &request)
CreateReusableDelegationSetResponse *createReusableDelegationSet(const CreateReusableDelegationSetRequest &request)
CreateTrafficPolicyResponse *createTrafficPolicy(const CreateTrafficPolicyRequest &request)
CreateTrafficPolicyInstanceResponse *createTrafficPolicyInstance(const CreateTrafficPolicyInstanceRequest &request)
CreateTrafficPolicyVersionResponse *createTrafficPolicyVersion(const CreateTrafficPolicyVersionRequest &request)
CreateVPCAssociationAuthorizationResponse *createVPCAssociationAuthorization(const CreateVPCAssociationAuthorizationRequest &request)
DeleteHealthCheckResponse *deleteHealthCheck(const DeleteHealthCheckRequest &request)
DeleteHostedZoneResponse *deleteHostedZone(const DeleteHostedZoneRequest &request)
DeleteQueryLoggingConfigResponse *deleteQueryLoggingConfig(const DeleteQueryLoggingConfigRequest &request)
DeleteReusableDelegationSetResponse *deleteReusableDelegationSet(const DeleteReusableDelegationSetRequest &request)
DeleteTrafficPolicyResponse *deleteTrafficPolicy(const DeleteTrafficPolicyRequest &request)
DeleteTrafficPolicyInstanceResponse *deleteTrafficPolicyInstance(const DeleteTrafficPolicyInstanceRequest &request)
DeleteVPCAssociationAuthorizationResponse *deleteVPCAssociationAuthorization(const DeleteVPCAssociationAuthorizationRequest &request)
DisassociateVPCFromHostedZoneResponse *disassociateVPCFromHostedZone(const DisassociateVPCFromHostedZoneRequest &request)
GetAccountLimitResponse *getAccountLimit(const GetAccountLimitRequest &request)
GetChangeResponse *getChange(const GetChangeRequest &request)
GetCheckerIpRangesResponse *getCheckerIpRanges(const GetCheckerIpRangesRequest &request)
GetGeoLocationResponse *getGeoLocation(const GetGeoLocationRequest &request)
GetHealthCheckResponse *getHealthCheck(const GetHealthCheckRequest &request)
GetHealthCheckCountResponse *getHealthCheckCount(const GetHealthCheckCountRequest &request)
GetHealthCheckLastFailureReasonResponse *getHealthCheckLastFailureReason(const GetHealthCheckLastFailureReasonRequest &request)
GetHealthCheckStatusResponse *getHealthCheckStatus(const GetHealthCheckStatusRequest &request)
GetHostedZoneResponse *getHostedZone(const GetHostedZoneRequest &request)
GetHostedZoneCountResponse *getHostedZoneCount(const GetHostedZoneCountRequest &request)
GetHostedZoneLimitResponse *getHostedZoneLimit(const GetHostedZoneLimitRequest &request)
GetQueryLoggingConfigResponse *getQueryLoggingConfig(const GetQueryLoggingConfigRequest &request)
GetReusableDelegationSetResponse *getReusableDelegationSet(const GetReusableDelegationSetRequest &request)
GetReusableDelegationSetLimitResponse *getReusableDelegationSetLimit(const GetReusableDelegationSetLimitRequest &request)
GetTrafficPolicyResponse *getTrafficPolicy(const GetTrafficPolicyRequest &request)
GetTrafficPolicyInstanceResponse *getTrafficPolicyInstance(const GetTrafficPolicyInstanceRequest &request)
GetTrafficPolicyInstanceCountResponse *getTrafficPolicyInstanceCount(const GetTrafficPolicyInstanceCountRequest &request)
ListGeoLocationsResponse *listGeoLocations(const ListGeoLocationsRequest &request)
ListHealthChecksResponse *listHealthChecks(const ListHealthChecksRequest &request)
ListHostedZonesResponse *listHostedZones(const ListHostedZonesRequest &request)
ListHostedZonesByNameResponse *listHostedZonesByName(const ListHostedZonesByNameRequest &request)
ListQueryLoggingConfigsResponse *listQueryLoggingConfigs(const ListQueryLoggingConfigsRequest &request)
ListResourceRecordSetsResponse *listResourceRecordSets(const ListResourceRecordSetsRequest &request)
ListReusableDelegationSetsResponse *listReusableDelegationSets(const ListReusableDelegationSetsRequest &request)
ListTagsForResourceResponse *listTagsForResource(const ListTagsForResourceRequest &request)
ListTagsForResourcesResponse *listTagsForResources(const ListTagsForResourcesRequest &request)
ListTrafficPoliciesResponse *listTrafficPolicies(const ListTrafficPoliciesRequest &request)
ListTrafficPolicyInstancesResponse *listTrafficPolicyInstances(const ListTrafficPolicyInstancesRequest &request)
ListTrafficPolicyInstancesByHostedZoneResponse *listTrafficPolicyInstancesByHostedZone(const ListTrafficPolicyInstancesByHostedZoneRequest &request)
ListTrafficPolicyInstancesByPolicyResponse *listTrafficPolicyInstancesByPolicy(const ListTrafficPolicyInstancesByPolicyRequest &request)
ListTrafficPolicyVersionsResponse *listTrafficPolicyVersions(const ListTrafficPolicyVersionsRequest &request)
ListVPCAssociationAuthorizationsResponse *listVPCAssociationAuthorizations(const ListVPCAssociationAuthorizationsRequest &request)
TestDNSAnswerResponse *testDNSAnswer(const TestDNSAnswerRequest &request)
UpdateHealthCheckResponse *updateHealthCheck(const UpdateHealthCheckRequest &request)
UpdateHostedZoneCommentResponse *updateHostedZoneComment(const UpdateHostedZoneCommentRequest &request)
UpdateTrafficPolicyCommentResponse *updateTrafficPolicyComment(const UpdateTrafficPolicyCommentRequest &request)
UpdateTrafficPolicyInstanceResponse *updateTrafficPolicyInstance(const UpdateTrafficPolicyInstanceRequest &request)

Additional Inherited Members

Detailed Description

The Route53Client class provides access to the Amazon Route 53 service.

Member Function Documentation

Route53Client::Route53Client(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Constructs a Route53Client object.

The new client object will region, credentials, and manager for network operations.

The new object will be owned by parent, if set.

Route53Client::Route53Client(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

This function overloads Route53Client().

This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).

See also QtAws::Core::AwsEndpoint::getEndpoint.

[slot] AssociateVPCWithHostedZoneResponse *Route53Client::associateVPCWithHostedZone(const AssociateVPCWithHostedZoneRequest &request)

Sends request to the Route53Client service, and returns a pointer to an AssociateVPCWithHostedZoneResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Associates an Amazon VPC with a private hosted zone.

</p <b>

To perform the association, the VPC and the private hosted zone must already exist. You can't convert a public hosted zone into a private hosted

zone> </b> <note>

If you want to associate a VPC that was created by using one AWS account with a private hosted zone that was created by using a different account, the AWS account that created the private hosted zone must first submit a <code>CreateVPCAssociationAuthorization</code> request. Then the account that created the VPC must submit an <code>AssociateVPCWithHostedZone</code>

[slot] ChangeResourceRecordSetsResponse *Route53Client::changeResourceRecordSets(const ChangeResourceRecordSetsRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ChangeResourceRecordSetsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use <code>ChangeResourceRecordSets</code> to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of

192.0.2.44>

<b>Change Batches and Transactional Changes</b>

</p

The request body must include a document with a <code>ChangeResourceRecordSetsRequest</code> element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. When using the Amazon Route 53 API to change resource record sets, Amazon Route 53 either makes all or none of the changes in a change batch request. This ensures that Amazon Route 53 never partially implements the intended changes to the resource record sets in a hosted zone.

</p

For example, a change batch request that deletes the <code>CNAME</code> record for www.example.com and creates an alias resource record set for www.example.com. Amazon Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If either the <code>DELETE</code> or the <code>CREATE</code> action fails, then both changes (plus any other changes in the batch) fail, and the original <code>CNAME</code> record continues to

exist> <b>

Due to the nature of transactional changes, you can't delete the same resource record set more than once in a single change batch. If you attempt to delete the same change batch more than once, Amazon Route 53 returns an <code>InvalidChangeBatch</code>

error> </b>

<b>Traffic Flow</b>

</p

To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Amazon Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/traffic-flow.html">Using Traffic Flow to Route DNS Traffic</a> in the <i>Amazon Route 53 Developer

Guide</i>>

<b>Create, Delete, and Upsert</b>

</p

Use <code>ChangeResourceRecordsSetsRequest</code> to perform the following

actions> <ul> <li>

<code>CREATE</code>: Creates a resource record set that has the specified

values> </li> <li>

<code>DELETE</code>: Deletes an existing resource record set that has the specified

values> </li> <li>

<code>UPSERT</code>: If a resource record set does not already exist, AWS creates it. If a resource set does exist, Amazon Route 53 updates it with the values in the request.

</p </li> </ul>

<b>Syntaxes for Creating, Updating, and Deleting Resource Record Sets</b>

</p

The syntax for a request depends on the type of resource record set that you want to create, delete, or update, such as weighted, alias, or failover. The XML elements in your request must appear in the order listed in the syntax.

</p

For an example for each type of resource record set, see

"Examples.>

Don't refer to the syntax in the "Parameter Syntax" section, which includes all of the elements for every kind of resource record set that you can create, delete, or update by using <code>ChangeResourceRecordSets</code>.

</p

<b>Change Propagation to Amazon Route 53 DNS Servers</b>

</p

When you submit a <code>ChangeResourceRecordSets</code> request, Amazon Route 53 propagates your changes to all of the Amazon Route 53 authoritative DNS servers. While your changes are propagating, <code>GetChange</code> returns a status of <code>PENDING</code>. When propagation is complete, <code>GetChange</code> returns a status of <code>INSYNC</code>. Changes generally propagate to all Amazon Route 53 name servers within 60 seconds. For more information, see

<a>GetChange</a>>

<b>Limits on ChangeResourceRecordSets Requests</b>

</p

For information about the limits on a <code>ChangeResourceRecordSets</code> request, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer

[slot] ChangeTagsForResourceResponse *Route53Client::changeTagsForResource(const ChangeTagsForResourceRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ChangeTagsForResourceResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Adds, edits, or deletes tags for a health check or a hosted

zone>

For information about using tags for cost allocation, see <a href="http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User

[slot] CreateHealthCheckResponse *Route53Client::createHealthCheck(const CreateHealthCheckRequest &request)

Sends request to the Route53Client service, and returns a pointer to an CreateHealthCheckResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a new health

check>

For information about adding health checks to resource record sets, see <a>ResourceRecordSet$HealthCheckId</a> in <a>ChangeResourceRecordSets</a>.

</p

<b>ELB Load Balancers</b>

</p

If you're registering EC2 instances with an Elastic Load Balancing (ELB) load balancer, do not create Amazon Route 53 health checks for the EC2 instances. When you register an EC2 instance with a load balancer, you configure settings for an ELB health check, which performs a similar function to an Amazon Route 53 health

check>

<b>Private Hosted Zones</b>

</p

You can associate health checks with failover resource record sets in a private hosted zone. Note the

following> <ul> <li>

Amazon Route 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must assign a public IP address to the instance in the

VPC> </li> <li>

You can configure a health checker to check the health of an external resource that the instance relies on, such as a database

server> </li> <li>

You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 <code>StatusCheckFailed</code> metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating CloudWatch metrics and alarms by using the CloudWatch console, see the <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html">Amazon CloudWatch User

[slot] CreateHostedZoneResponse *Route53Client::createHostedZone(const CreateHostedZoneRequest &request)

Sends request to the Route53Client service, and returns a pointer to an CreateHostedZoneResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a new public hosted zone, which you use to specify how the Domain Name System (DNS) routes traffic on the Internet for a domain, such as example.com, and its subdomains.

</p <b>

You can't convert a public hosted zones to a private hosted zone or vice versa. Instead, you must create a new hosted zone with the same name and create new resource record

sets> </b>

For more information about charges for hosted zones, see <a href="http://aws.amazon.com/route53/pricing/">Amazon Route 53

Pricing</a>>

Note the

following> <ul> <li>

You can't create a hosted zone for a top-level domain

(TLD)> </li> <li>

Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. For more information about SOA and NS records, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html">NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone</a> in the <i>Amazon Route 53 Developer

Guide</i>>

If you want to use the same name servers for multiple hosted zones, you can optionally associate a reusable delegation set with the hosted zone. See the <code>DelegationSetId</code>

element> </li> <li>

If your domain is registered with a registrar other than Amazon Route 53, you must update the name servers with your registrar to make Amazon Route 53 your DNS service. For more information, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/creating-migrating.html">Configuring Amazon Route 53 as your DNS Service</a> in the <i>Amazon Route 53 Developer Guide</i>.

</p </li> </ul>

When you submit a <code>CreateHostedZone</code> request, the initial status of the hosted zone is <code>PENDING</code>. This means that the NS and SOA records are not yet available on all Amazon Route 53 DNS servers. When the NS and SOA records are available, the status of the zone changes to

[slot] CreateQueryLoggingConfigResponse *Route53Client::createQueryLoggingConfig(const CreateQueryLoggingConfigRequest &request)

Sends request to the Route53Client service, and returns a pointer to an CreateQueryLoggingConfigResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a configuration for DNS query logging. After you create a query logging configuration, Amazon Route 53 begins to publish log data to an Amazon CloudWatch Logs log

group>

DNS query logs contain information about the queries that Amazon Route 53 receives for a specified public hosted zone, such as the

following> <ul> <li>

Amazon Route 53 edge location that responded to the DNS

quer> </li> <li>

Domain or subdomain that was

requeste> </li> <li>

DNS record type, such as A or

AAA> </li> <li>

DNS response code, such as <code>NoError</code> or <code>ServFail</code>

</p </li> </ul> <dl> <dt>Log Group and Resource Policy</dt> <dd>

Before you create a query logging configuration, perform the following

operations> <note>

If you create a query logging configuration using the Amazon Route 53 console, Amazon Route 53 performs these operations

automatically> </note> <ol> <li>

Create a CloudWatch Logs log group, and make note of the ARN, which you specify when you create a query logging configuration. Note the

following> <ul> <li>

You must create the log group in the us-east-1

region> </li> <li>

You must use the same AWS account to create the log group and the hosted zone that you want to configure query logging

for> </li> <li>

When you create log groups for query logging, we recommend that you use a consistent prefix, for

example>

<code>/aws/route53/<i>hosted zone name</i> </code>

</p

In the next step, you'll create a resource policy, which controls access to one or more log groups and the associated AWS resources, such as Amazon Route 53 hosted zones. There's a limit on the number of resource policies that you can create, so we recommend that you use a consistent prefix so you can use the same resource policy for all the log groups that you create for query

logging> </li> </ul> </li> <li>

Create a CloudWatch Logs resource policy, and give it the permissions that Amazon Route 53 needs to create log streams and to send query logs to log streams. For the value of <code>Resource</code>, specify the ARN for the log group that you created in the previous step. To use the same resource policy for all the CloudWatch Logs log groups that you created for query logging configurations, replace the hosted zone name with <code>*</code>, for

example>

<code>arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*</code>

</p <note>

You can't use the CloudWatch console to create or edit a resource policy. You must use the CloudWatch API, one of the AWS SDKs, or the AWS

CLI> </note> </li> </ol> </dd> <dt>Log Streams and Edge Locations</dt> <dd>

When Amazon Route 53 finishes creating the configuration for DNS query logging, it does the

following> <ul> <li>

Creates a log stream for an edge location the first time that the edge location responds to DNS queries for the specified hosted zone. That log stream is used to log all queries that Amazon Route 53 responds to for that edge

location> </li> <li>

Begins to send query logs to the applicable log

stream> </li> </ul>

The name of each log stream is in the following

format>

<code> <i>hosted zone ID</i>/<i>edge location code</i> </code>

</p

The edge location code is a three-letter code and an arbitrarily assigned number, for example, DFW3. The three-letter code typically corresponds with the International Air Transport Association airport code for an airport near the edge location. (These abbreviations might change in the future.) For a list of edge locations, see "The Amazon Route 53 Global Network" on the <a href="http://aws.amazon.com/route53/details/">Amazon Route 53 Product Details</a>

page> </dd> <dt>Queries That Are Logged</dt> <dd>

Query logs contain only the queries that DNS resolvers forward to Amazon Route 53. If a DNS resolver has already cached the response to a query (such as the IP address for a load balancer for example.com), the resolver will continue to return the cached response. It doesn't forward another query to Amazon Route 53 until the TTL for the corresponding resource record set expires. Depending on how many DNS queries are submitted for a resource record set, and depending on the TTL for that resource record set, query logs might contain information about only one query out of every several thousand queries that are submitted to DNS. For more information about how DNS works, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">Routing Internet Traffic to Your Website or Web Application</a> in the <i>Amazon Route 53 Developer

Guide</i>> </dd> <dt>Log File Format</dt> <dd>

For a list of the values in each query log and the format of each value, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a> in the <i>Amazon Route 53 Developer

Guide</i>> </dd> <dt>Pricing</dt> <dd>

For information about charges for query logs, see <a href="http://aws.amazon.com/cloudwatch/pricing/">Amazon CloudWatch

Pricing</a>> </dd> <dt>How to Stop Logging</dt> <dd>

If you want Amazon Route 53 to stop sending query logs to CloudWatch Logs, delete the query logging configuration. For more information, see

[slot] CreateReusableDelegationSetResponse *Route53Client::createReusableDelegationSet(const CreateReusableDelegationSetRequest &request)

Sends request to the Route53Client service, and returns a pointer to an CreateReusableDelegationSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones. If a hosted zoned ID is specified, <code>CreateReusableDelegationSet</code> marks the delegation set associated with that zone as

reusable> <note>

You can't associate a reusable delegation set with a private hosted

zone> </note>

For information about using a reusable delegation set to configure white label name servers, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/white-label-name-servers.html">Configuring White Label Name

Servers</a>>

The process for migrating existing hosted zones to use a reusable delegation set is comparable to the process for configuring white label name servers. You need to perform the following

steps> <ol> <li>

Create a reusable delegation

set> </li> <li>

Recreate hosted zones, and reduce the TTL to 60 seconds or

less> </li> <li>

Recreate resource record sets in the new hosted

zones> </li> <li>

Change the registrar's name servers to use the name servers for the new hosted

zones> </li> <li>

Monitor traffic for the website or

application> </li> <li>

Change TTLs back to their original

values> </li> </ol>

If you want to migrate existing hosted zones to use a reusable delegation set, the existing hosted zones can't use any of the name servers that are assigned to the reusable delegation set. If one or more hosted zones do use one or more name servers that are assigned to the reusable delegation set, you can do one of the

following> <ul> <li>

For small numbers of hosted zones—up to a few hundred—it's relatively easy to create reusable delegation sets until you get one that has four name servers that don't overlap with any of the name servers in your hosted

zones> </li> <li>

For larger numbers of hosted zones, the easiest solution is to use more than one reusable delegation

set> </li> <li>

For larger numbers of hosted zones, you can also migrate hosted zones that have overlapping name servers to hosted zones that don't have overlapping name servers, then migrate the hosted zones again to use the reusable delegation

[slot] CreateTrafficPolicyResponse *Route53Client::createTrafficPolicy(const CreateTrafficPolicyRequest &request)

Sends request to the Route53Client service, and returns a pointer to an CreateTrafficPolicyResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as

[slot] CreateTrafficPolicyInstanceResponse *Route53Client::createTrafficPolicyInstance(const CreateTrafficPolicyInstanceRequest &request)

Sends request to the Route53Client service, and returns a pointer to an CreateTrafficPolicyInstanceResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, <code>CreateTrafficPolicyInstance</code> associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that <code>CreateTrafficPolicyInstance</code>

[slot] CreateTrafficPolicyVersionResponse *Route53Client::createTrafficPolicyVersion(const CreateTrafficPolicyVersionRequest &request)

Sends request to the Route53Client service, and returns a pointer to an CreateTrafficPolicyVersionResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new traffic

[slot] CreateVPCAssociationAuthorizationResponse *Route53Client::createVPCAssociationAuthorization(const CreateVPCAssociationAuthorizationRequest &request)

Sends request to the Route53Client service, and returns a pointer to an CreateVPCAssociationAuthorizationResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Authorizes the AWS account that created a specified VPC to submit an <code>AssociateVPCWithHostedZone</code> request to associate the VPC with a specified hosted zone that was created by a different account. To submit a <code>CreateVPCAssociationAuthorization</code> request, you must use the account that created the hosted zone. After you authorize the association, use the account that created the VPC to submit an <code>AssociateVPCWithHostedZone</code>

request> <note>

If you want to associate multiple VPCs that you created by using one account with a hosted zone that you created by using a different account, you must submit one authorization request for each

[slot] DeleteHealthCheckResponse *Route53Client::deleteHealthCheck(const DeleteHealthCheckRequest &request)

Sends request to the Route53Client service, and returns a pointer to an DeleteHealthCheckResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes a health

check> <b>

Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status of the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html#health-checks-deleting.html">Replacing and Deleting Health Checks</a> in the <i>Amazon Route 53 Developer

[slot] DeleteHostedZoneResponse *Route53Client::deleteHostedZone(const DeleteHostedZoneRequest &request)

Sends request to the Route53Client service, and returns a pointer to an DeleteHostedZoneResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes a hosted

zone> <b>

If the name servers for the hosted zone are associated with a domain and if you want to make the domain unavailable on the Internet, we recommend that you delete the name servers from the domain to prevent future DNS queries from possibly being misrouted. If the domain is registered with Amazon Route 53, see <code>UpdateDomainNameservers</code>. If the domain is registered with another registrar, use the method provided by the registrar to delete name servers for the

domain>

Some domain registries don't allow you to remove all of the name servers for a domain. If the registry for your domain requires one or more name servers, we recommend that you delete the hosted zone only if you transfer DNS service to another service provider, and you replace the name servers for the domain with name servers from the new

provider> </b>

You can delete a hosted zone only if it contains only the default SOA record and NS resource record sets. If the hosted zone contains other resource record sets, you must delete them before you can delete the hosted zone. If you try to delete a hosted zone that contains other resource record sets, the request fails, and Amazon Route 53 returns a <code>HostedZoneNotEmpty</code> error. For information about deleting records from your hosted zone, see

<a>ChangeResourceRecordSets</a>>

To verify that the hosted zone has been deleted, do one of the

following> <ul> <li>

Use the <code>GetHostedZone</code> action to request information about the hosted

zone> </li> <li>

Use the <code>ListHostedZones</code> action to get a list of the hosted zones associated with the current AWS

[slot] DeleteQueryLoggingConfigResponse *Route53Client::deleteQueryLoggingConfig(const DeleteQueryLoggingConfigRequest &request)

Sends request to the Route53Client service, and returns a pointer to an DeleteQueryLoggingConfigResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes a configuration for DNS query logging. If you delete a configuration, Amazon Route 53 stops sending query logs to CloudWatch Logs. Amazon Route 53 doesn't delete any logs that are already in CloudWatch

Logs>

For more information about DNS query logs, see

[slot] DeleteReusableDelegationSetResponse *Route53Client::deleteReusableDelegationSet(const DeleteReusableDelegationSetRequest &request)

Sends request to the Route53Client service, and returns a pointer to an DeleteReusableDelegationSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes a reusable delegation

set> <b>

You can delete a reusable delegation set only if it isn't associated with any hosted

zones> </b>

To verify that the reusable delegation set is not associated with any hosted zones, submit a <a>GetReusableDelegationSet</a> request and specify the ID of the reusable delegation set that you want to

[slot] DeleteTrafficPolicyResponse *Route53Client::deleteTrafficPolicy(const DeleteTrafficPolicyRequest &request)

Sends request to the Route53Client service, and returns a pointer to an DeleteTrafficPolicyResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes a traffic

[slot] DeleteTrafficPolicyInstanceResponse *Route53Client::deleteTrafficPolicyInstance(const DeleteTrafficPolicyInstanceRequest &request)

Sends request to the Route53Client service, and returns a pointer to an DeleteTrafficPolicyInstanceResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the

instance> <note>

In the Amazon Route 53 console, traffic policy instances are known as policy

[slot] DeleteVPCAssociationAuthorizationResponse *Route53Client::deleteVPCAssociationAuthorization(const DeleteVPCAssociationAuthorizationRequest &request)

Sends request to the Route53Client service, and returns a pointer to an DeleteVPCAssociationAuthorizationResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Removes authorization to submit an <code>AssociateVPCWithHostedZone</code> request to associate a specified VPC with a hosted zone that was created by a different account. You must use the account that created the hosted zone to submit a <code>DeleteVPCAssociationAuthorization</code>

request> <b>

Sending this request only prevents the AWS account that created the VPC from associating the VPC with the Amazon Route 53 hosted zone in the future. If the VPC is already associated with the hosted zone, <code>DeleteVPCAssociationAuthorization</code> won't disassociate the VPC from the hosted zone. If you want to delete an existing association, use

[slot] DisassociateVPCFromHostedZoneResponse *Route53Client::disassociateVPCFromHostedZone(const DisassociateVPCFromHostedZoneRequest &request)

Sends request to the Route53Client service, and returns a pointer to an DisassociateVPCFromHostedZoneResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Disassociates a VPC from a Amazon Route 53 private hosted zone.

</p <note>

You can't disassociate the last VPC from a private hosted

zone> </note> <b>

You can't disassociate a VPC from a private hosted zone when only one VPC is associated with the hosted zone. You also can't convert a private hosted zone into a public hosted

[slot] GetAccountLimitResponse *Route53Client::getAccountLimit(const GetAccountLimitRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetAccountLimitResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets the specified limit for the current account, for example, the maximum number of health checks that you can create using the

account>

For the default limit, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit, <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&amp;limitType=service-code-route53">open a

[slot] GetChangeResponse *Route53Client::getChange(const GetChangeRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetChangeResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the current status of a change batch request. The status is one of the following

values> <ul> <li>

<code>PENDING</code> indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers. This is the initial status of all change batch

requests> </li> <li>

<code>INSYNC</code> indicates that the changes have propagated to all Amazon Route 53 DNS servers.

[slot] GetCheckerIpRangesResponse *Route53Client::getCheckerIpRanges(const GetCheckerIpRangesRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetCheckerIpRangesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

<code>GetCheckerIpRanges</code> still works, but we recommend that you download ip-ranges.json, which includes IP address ranges for all AWS services. For more information, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html">IP Address Ranges of Amazon Route 53 Servers</a> in the <i>Amazon Route 53 Developer

[slot] GetGeoLocationResponse *Route53Client::getGeoLocation(const GetGeoLocationRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetGeoLocationResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record

sets>

Use the following syntax to determine whether a continent is supported for

geolocation>

<code>GET /2013-04-01/geolocation?ContinentCode=<i>two-letter abbreviation for a continent</i> </code>

</p

Use the following syntax to determine whether a country is supported for

geolocation>

<code>GET /2013-04-01/geolocation?CountryCode=<i>two-character country code</i> </code>

</p

Use the following syntax to determine whether a subdivision of a country is supported for

geolocation>

<code>GET /2013-04-01/geolocation?CountryCode=<i>two-character country code</i>&amp;SubdivisionCode=<i>subdivision code</i> </code>

[slot] GetHealthCheckResponse *Route53Client::getHealthCheck(const GetHealthCheckRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetHealthCheckResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about a specified health

[slot] GetHealthCheckCountResponse *Route53Client::getHealthCheckCount(const GetHealthCheckCountRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetHealthCheckCountResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieves the number of health checks that are associated with the current AWS

[slot] GetHealthCheckLastFailureReasonResponse *Route53Client::getHealthCheckLastFailureReason(const GetHealthCheckLastFailureReasonRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetHealthCheckLastFailureReasonResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets the reason that a specified health check failed most

[slot] GetHealthCheckStatusResponse *Route53Client::getHealthCheckStatus(const GetHealthCheckStatusRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetHealthCheckStatusResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets status of a specified health check.

[slot] GetHostedZoneResponse *Route53Client::getHostedZone(const GetHostedZoneRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetHostedZoneResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about a specified hosted zone including the four name servers assigned to the hosted

[slot] GetHostedZoneCountResponse *Route53Client::getHostedZoneCount(const GetHostedZoneCountRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetHostedZoneCountResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieves the number of hosted zones that are associated with the current AWS

[slot] GetHostedZoneLimitResponse *Route53Client::getHostedZoneLimit(const GetHostedZoneLimitRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetHostedZoneLimitResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone.

</p

For the default limit, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit, <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&amp;limitType=service-code-route53">open a

[slot] GetQueryLoggingConfigResponse *Route53Client::getQueryLoggingConfig(const GetQueryLoggingConfigRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetQueryLoggingConfigResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about a specified configuration for DNS query

logging>

For more information about DNS query logs, see <a>CreateQueryLoggingConfig</a> and <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS

[slot] GetReusableDelegationSetResponse *Route53Client::getReusableDelegationSet(const GetReusableDelegationSetRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetReusableDelegationSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation

[slot] GetReusableDelegationSetLimitResponse *Route53Client::getReusableDelegationSetLimit(const GetReusableDelegationSetLimitRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetReusableDelegationSetLimitResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets the maximum number of hosted zones that you can associate with the specified reusable delegation

set>

For the default limit, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit, <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&amp;limitType=service-code-route53">open a

[slot] GetTrafficPolicyResponse *Route53Client::getTrafficPolicy(const GetTrafficPolicyRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetTrafficPolicyResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about a specific traffic policy

[slot] GetTrafficPolicyInstanceResponse *Route53Client::getTrafficPolicyInstance(const GetTrafficPolicyInstanceRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetTrafficPolicyInstanceResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about a specified traffic policy

instance> <note>

After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the <code>State</code> response

element> </note> <note>

In the Amazon Route 53 console, traffic policy instances are known as policy

[slot] GetTrafficPolicyInstanceCountResponse *Route53Client::getTrafficPolicyInstanceCount(const GetTrafficPolicyInstanceCountRequest &request)

Sends request to the Route53Client service, and returns a pointer to an GetTrafficPolicyInstanceCountResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets the number of traffic policy instances that are associated with the current AWS

[slot] ListGeoLocationsResponse *Route53Client::listGeoLocations(const ListGeoLocationsRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListGeoLocationsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieves a list of supported geo

locations>

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding

[slot] ListHealthChecksResponse *Route53Client::listHealthChecks(const ListHealthChecksRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListHealthChecksResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieve a list of the health checks that are associated with the current AWS account.

[slot] ListHostedZonesResponse *Route53Client::listHostedZones(const ListHostedZonesRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListHostedZonesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieves a list of the public and private hosted zones that are associated with the current AWS account. The response includes a <code>HostedZones</code> child element for each hosted

zone>

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the <code>maxitems</code> parameter to list them in groups of up to

[slot] ListHostedZonesByNameResponse *Route53Client::listHostedZonesByName(const ListHostedZonesByNameRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListHostedZonesByNameResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieves a list of your hosted zones in lexicographic order. The response includes a <code>HostedZones</code> child element for each hosted zone created by the current AWS account.

</p

<code>ListHostedZonesByName</code> sorts hosted zones by name with the labels reversed. For

example>

<code>com.example.www.</code>

</p

Note the trailing dot, which can change the sort order in some

circumstances>

If the domain name includes escape characters or Punycode, <code>ListHostedZonesByName</code> alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for exämple.com, you specify ex\344mple.com for the domain name. <code>ListHostedZonesByName</code> alphabetizes it

as>

<code>com.ex\344mple.</code>

</p

The labels are reversed and alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html">DNS Domain Name Format</a> in the <i>Amazon Route 53 Developer

Guide</i>>

Amazon Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, use the <code>MaxItems</code> parameter to list them in groups of up to 100. The response includes values that help navigate from one group of <code>MaxItems</code> hosted zones to the

next> <ul> <li>

The <code>DNSName</code> and <code>HostedZoneId</code> elements in the response contain the values, if any, specified for the <code>dnsname</code> and <code>hostedzoneid</code> parameters in the request that produced the current

response> </li> <li>

The <code>MaxItems</code> element in the response contains the value, if any, that you specified for the <code>maxitems</code> parameter in the request that produced the current

response> </li> <li>

If the value of <code>IsTruncated</code> in the response is true, there are more hosted zones associated with the current AWS account.

</p

If <code>IsTruncated</code> is false, this response includes the last hosted zone that is associated with the current account. The <code>NextDNSName</code> element and <code>NextHostedZoneId</code> elements are omitted from the

response> </li> <li>

The <code>NextDNSName</code> and <code>NextHostedZoneId</code> elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to <code>ListHostedZonesByName</code>, and specify the value of <code>NextDNSName</code> and <code>NextHostedZoneId</code> in the <code>dnsname</code> and <code>hostedzoneid</code> parameters,

[slot] ListQueryLoggingConfigsResponse *Route53Client::listQueryLoggingConfigs(const ListQueryLoggingConfigsRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListQueryLoggingConfigsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Lists the configurations for DNS query logging that are associated with the current AWS account or the configuration that is associated with a specified hosted

zone>

For more information about DNS query logs, see <a>CreateQueryLoggingConfig</a>. Additional information, including the format of DNS query logs, appears in <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a> in the <i>Amazon Route 53 Developer

[slot] ListResourceRecordSetsResponse *Route53Client::listResourceRecordSets(const ListResourceRecordSetsRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListResourceRecordSetsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Lists the resource record sets in a specified hosted

zone>

<code>ListResourceRecordSets</code> returns up to 100 resource record sets at a time in ASCII order, beginning at a position specified by the <code>name</code> and <code>type</code> elements. The action sorts results first by DNS name with the labels reversed, for

example>

<code>com.example.www.</code>

</p

Note the trailing dot, which can change the sort order in some

circumstances>

When multiple records have the same DNS name, the action sorts results by the record

type>

You can use the name and type elements to adjust the beginning position of the list of resource record sets

returned> <dl> <dt>If you do not specify Name or Type</dt> <dd>

The results begin with the first resource record set that the hosted zone

contains> </dd> <dt>If you specify Name but not Type</dt> <dd>

The results begin with the first resource record set in the list whose name is greater than or equal to

<code>Name</code>> </dd> <dt>If you specify Type but not Name</dt> <dd>

Amazon Route 53 returns the <code>InvalidInput</code>

error> </dd> <dt>If you specify both Name and Type</dt> <dd>

The results begin with the first resource record set in the list whose name is greater than or equal to <code>Name</code>, and whose type is greater than or equal to

<code>Type</code>> </dd> </dl>

This action returns the most current version of the records. This includes records that are <code>PENDING</code>, and that are not yet available on all Amazon Route 53 DNS

servers>

To ensure that you get an accurate listing of the resource record sets for a hosted zone at a point in time, do not submit a <code>ChangeResourceRecordSets</code> request while you're paging through the results of a <code>ListResourceRecordSets</code> request. If you do, some pages may display results without the latest changes while other pages display results with the latest

[slot] ListReusableDelegationSetsResponse *Route53Client::listReusableDelegationSets(const ListReusableDelegationSetsRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListReusableDelegationSetsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieves a list of the reusable delegation sets that are associated with the current AWS

[slot] ListTagsForResourceResponse *Route53Client::listTagsForResource(const ListTagsForResourceRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListTagsForResourceResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Lists tags for one health check or hosted zone.

</p

For information about using tags for cost allocation, see <a href="http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User

[slot] ListTagsForResourcesResponse *Route53Client::listTagsForResources(const ListTagsForResourcesRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListTagsForResourcesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Lists tags for up to 10 health checks or hosted

zones>

For information about using tags for cost allocation, see <a href="http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User

[slot] ListTrafficPoliciesResponse *Route53Client::listTrafficPolicies(const ListTrafficPoliciesRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListTrafficPoliciesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about the latest version for every traffic policy that is associated with the current AWS account. Policies are listed in the order in which they were created.

[slot] ListTrafficPolicyInstancesResponse *Route53Client::listTrafficPolicyInstances(const ListTrafficPolicyInstancesRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListTrafficPolicyInstancesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about the traffic policy instances that you created by using the current AWS

account> <note>

After you submit an <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the <code>State</code> response

element> </note>

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the <code>MaxItems</code> parameter to list them in groups of up to

[slot] ListTrafficPolicyInstancesByHostedZoneResponse *Route53Client::listTrafficPolicyInstancesByHostedZone(const ListTrafficPolicyInstancesByHostedZoneRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListTrafficPolicyInstancesByHostedZoneResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about the traffic policy instances that you created in a specified hosted

zone> <note>

After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the <code>State</code> response

element> </note>

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the <code>MaxItems</code> parameter to list them in groups of up to

[slot] ListTrafficPolicyInstancesByPolicyResponse *Route53Client::listTrafficPolicyInstancesByPolicy(const ListTrafficPolicyInstancesByPolicyRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListTrafficPolicyInstancesByPolicyResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about the traffic policy instances that you created by using a specify traffic policy

version> <note>

After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the <code>State</code> response

element> </note>

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the <code>MaxItems</code> parameter to list them in groups of up to

[slot] ListTrafficPolicyVersionsResponse *Route53Client::listTrafficPolicyVersions(const ListTrafficPolicyVersionsRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListTrafficPolicyVersionsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets information about all of the versions for a specified traffic

policy>

Traffic policy versions are listed in numerical order by

[slot] ListVPCAssociationAuthorizationsResponse *Route53Client::listVPCAssociationAuthorizations(const ListVPCAssociationAuthorizationsRequest &request)

Sends request to the Route53Client service, and returns a pointer to an ListVPCAssociationAuthorizationsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted zone because you've submitted one or more <code>CreateVPCAssociationAuthorization</code> requests.

</p

The response includes a <code>VPCs</code> element with a <code>VPC</code> child element for each VPC that can be associated with the hosted

[slot] TestDNSAnswerResponse *Route53Client::testDNSAnswer(const TestDNSAnswerRequest &request)

Sends request to the Route53Client service, and returns a pointer to an TestDNSAnswerResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

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.

[slot] UpdateHealthCheckResponse *Route53Client::updateHealthCheck(const UpdateHealthCheckRequest &request)

Sends request to the Route53Client service, and returns a pointer to an UpdateHealthCheckResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Updates an existing health check. Note that some values can't be updated.

</p

For more information about updating health checks, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html">Creating, Updating, and Deleting Health Checks</a> in the <i>Amazon Route 53 Developer

[slot] UpdateHostedZoneCommentResponse *Route53Client::updateHostedZoneComment(const UpdateHostedZoneCommentRequest &request)

Sends request to the Route53Client service, and returns a pointer to an UpdateHostedZoneCommentResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Updates the comment for a specified hosted

[slot] UpdateTrafficPolicyCommentResponse *Route53Client::updateTrafficPolicyComment(const UpdateTrafficPolicyCommentRequest &request)

Sends request to the Route53Client service, and returns a pointer to an UpdateTrafficPolicyCommentResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Updates the comment for a specified traffic policy

[slot] UpdateTrafficPolicyInstanceResponse *Route53Client::updateTrafficPolicyInstance(const UpdateTrafficPolicyInstanceRequest &request)

Sends request to the Route53Client service, and returns a pointer to an UpdateTrafficPolicyInstanceResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy

version>

When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Amazon Route 53 performs the following

operations> <ol> <li>

Amazon Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets.

</p </li> <li>

When all of the new resource record sets have been created, Amazon Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record

sets> </li> <li>

Amazon Route 53 deletes the old group of resource record sets that are associated with the root resource record set

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.