{ "version": "2.0", "service": null, "operations": { "AssociateVPCWithHostedZone": "

This action associates a VPC with an hosted zone.

To associate a VPC with an hosted zone, send a POST request to the /Route 53 API version/hostedzone/hosted zone ID/associatevpc resource. The request body must include a document with a AssociateVPCWithHostedZoneRequest element. The response returns the AssociateVPCWithHostedZoneResponse element that contains ChangeInfo for you to track the progress of the AssociateVPCWithHostedZoneRequest you made. See GetChange operation for how to track the progress of your change.

", "ChangeResourceRecordSets": "

Use this action to create or change your authoritative DNS information. To use this action, send a POST request to the /Route 53 API version/hostedzone/hosted Zone ID/rrset resource. The request body must include a document with a ChangeResourceRecordSetsRequest element.

Changes are a list of change items and are considered transactional. For more information on transactional changes, also known as change batches, see POST ChangeResourceRecordSets in the Amazon Route 53 API Reference.

Due to the nature of transactional changes, you cannot 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 InvalidChangeBatch error.

In response to a ChangeResourceRecordSets request, your DNS data is changed on all Amazon Route 53 DNS servers. Initially, the status of a change is PENDING. This means the change has not yet propagated to all the authoritative Amazon Route 53 DNS servers. When the change is propagated to all hosts, the change returns a status of INSYNC.

Note the following limitations on a ChangeResourceRecordSets request:

", "ChangeTagsForResource": null, "CreateHealthCheck": "

This action creates a new health check.

To create a new health check, send a POST request to the /Route 53 API version/healthcheck resource. The request body must include a document with a CreateHealthCheckRequest element. The response returns the CreateHealthCheckResponse element that contains metadata about the health check.

", "CreateHostedZone": "

This action creates a new hosted zone.

To create a new hosted zone, send a POST request to the /Route 53 API version/hostedzone resource. The request body must include a document with a CreateHostedZoneRequest element. The response returns the CreateHostedZoneResponse element that contains metadata about the hosted zone.

Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. The NS records in the hosted zone are the name servers you give your registrar to delegate your domain to. For more information about SOA and NS records, see NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide.

When you create a zone, its initial status is PENDING. This means that it is not yet available on all DNS servers. The status of the zone changes to INSYNC when the NS and SOA records are available on all Amazon Route 53 DNS servers.

When trying to create a hosted zone using a reusable delegation set, you could specify an optional DelegationSetId, and Route53 would assign those 4 NS records for the zone, instead of alloting a new one.

", "CreateReusableDelegationSet": "

This action creates a reusable delegationSet.

To create a new reusable delegationSet, send a POST request to the /Route 53 API version/delegationset resource. The request body must include a document with a CreateReusableDelegationSetRequest element. The response returns the CreateReusableDelegationSetResponse element that contains metadata about the delegationSet.

If the optional parameter HostedZoneId is specified, it marks the delegationSet associated with that particular hosted zone as reusable.

", "CreateTrafficPolicy": "

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 www.example.com).

To create a traffic policy, send a POST request to the /Route 53 API version/trafficpolicy resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response includes the CreateTrafficPolicyResponse element, which contains information about the new traffic policy.

", "CreateTrafficPolicyInstance": "

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance 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 CreateTrafficPolicyInstance created.

To create a traffic policy instance, send a POST request to the /Route 53 API version/trafficpolicyinstance resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response returns the CreateTrafficPolicyInstanceResponse element, which contains information about the traffic policy instance.

", "CreateTrafficPolicyVersion": "

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).

To create a new version, send a POST request to the /Route 53 API version/trafficpolicy/ resource. The request body includes a document with a CreateTrafficPolicyVersionRequest element. The response returns the CreateTrafficPolicyVersionResponse element, which contains information about the new version of the traffic policy.

", "DeleteHealthCheck": "

This action deletes a health check. To delete a health check, send a DELETE request to the /Route 53 API version/healthcheck/health check ID resource.

You can delete a health check only if there are no resource record sets associated with this health check. If resource record sets are associated with this health check, you must disassociate them before you can delete your health check. If you try to delete a health check that is associated with resource record sets, Amazon Route 53 will deny your request with a HealthCheckInUse error. For information about disassociating the records from your health check, see ChangeResourceRecordSets.", "DeleteHostedZone": "

This action deletes a hosted zone. To delete a hosted zone, send a DELETE request to the /Route 53 API version/hostedzone/hosted zone ID resource.

You can delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If your hosted zone contains other resource record sets, you must delete them before you can delete your hosted zone. If you try to delete a hosted zone that contains other resource record sets, Amazon Route 53 will deny your request with a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets.", "DeleteReusableDelegationSet": "

This action deletes a reusable delegation set. To delete a reusable delegation set, send a DELETE request to the /Route 53 API version/delegationset/delegation set ID resource.

You can delete a reusable delegation set only if there are no associated hosted zones. If your reusable delegation set contains associated hosted zones, you must delete them before you can delete your reusable delegation set. If you try to delete a reusable delegation set that contains associated hosted zones, Amazon Route 53 will deny your request with a DelegationSetInUse error.", "DeleteTrafficPolicy": "

Deletes a traffic policy. To delete a traffic policy, send a DELETE request to the /Route 53 API version/trafficpolicy resource.

", "DeleteTrafficPolicyInstance": "

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

To delete a traffic policy instance, send a DELETE request to the /Route 53 API version/trafficpolicy/traffic policy instance ID resource.

When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.", "DisassociateVPCFromHostedZone": "

This action disassociates a VPC from an hosted zone.

To disassociate a VPC to a hosted zone, send a POST request to the /Route 53 API version/hostedzone/hosted zone ID/disassociatevpc resource. The request body must include a document with a DisassociateVPCFromHostedZoneRequest element. The response returns the DisassociateVPCFromHostedZoneResponse element that contains ChangeInfo for you to track the progress of the DisassociateVPCFromHostedZoneRequest you made. See GetChange operation for how to track the progress of your change.

", "GetChange": "

This action returns the current status of a change batch request. The status is one of the following values:

- PENDING indicates that the changes in this request have not replicated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.

- INSYNC indicates that the changes have replicated to all Amazon Route 53 DNS servers.

", "GetChangeDetails": "

This action returns the status and changes of a change batch request.

", "GetCheckerIpRanges": "

To retrieve a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources, send a GET request to the /Route 53 API version/checkeripranges resource. You can use these IP addresses to configure router and firewall rules to allow health checkers to check the health of your resources.

", "GetGeoLocation": "

To retrieve a single geo location, send a GET request to the /Route 53 API version/geolocation resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.

", "GetHealthCheck": "

To retrieve the health check, send a GET request to the /Route 53 API version/healthcheck/health check ID resource.

", "GetHealthCheckCount": "

To retrieve a count of all your health checks, send a GET request to the /Route 53 API version/healthcheckcount resource.

", "GetHealthCheckLastFailureReason": "

If you want to learn why a health check is currently failing or why it failed most recently (if at all), you can get the failure reason for the most recent failure. Send a GET request to the /Route 53 API version/healthcheck/health check ID/lastfailurereason resource.

", "GetHealthCheckStatus": "

To retrieve the health check status, send a GET request to the /Route 53 API version/healthcheck/health check ID/status resource. You can use this call to get a health check's current status.

", "GetHostedZone": "

To retrieve the delegation set for a hosted zone, send a GET request to the /Route 53 API version/hostedzone/hosted zone ID resource. The delegation set is the four Amazon Route 53 name servers that were assigned to the hosted zone when you created it.

", "GetHostedZoneCount": "

To retrieve a count of all your hosted zones, send a GET request to the /Route 53 API version/hostedzonecount resource.

", "GetReusableDelegationSet": "

To retrieve the reusable delegation set, send a GET request to the /Route 53 API version/delegationset/delegation set ID resource.

", "GetTrafficPolicy": "

Gets information about a specific traffic policy version. To get the information, send a GET request to the /Route 53 API version/trafficpolicy resource.

", "GetTrafficPolicyInstance": "

Gets information about a specified traffic policy instance.

To get information about the traffic policy instance, send a GET request to the /Route 53 API version/trafficpolicyinstance resource.

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance 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 State response element.", "GetTrafficPolicyInstanceCount": "

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

To get the number of traffic policy instances, send a GET request to the /Route 53 API version/trafficpolicyinstancecount resource.

", "ListChangeBatchesByHostedZone": "

This action gets the list of ChangeBatches in a given time period for a given hosted zone.

", "ListChangeBatchesByRRSet": "

This action gets the list of ChangeBatches in a given time period for a given hosted zone and RRSet.

", "ListGeoLocations": "

To retrieve a list of supported geo locations, send a GET request to the /Route 53 API version/geolocations resource. The response to this request includes a GeoLocationDetailsList element with zero, one, or multiple GeoLocationDetails child elements. The list is sorted by country code, and then subdivision code, followed by continents at the end of the list.

By default, the list of geo locations is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. If the list is truncated, IsTruncated will be set to true and a combination of NextContinentCode, NextCountryCode, NextSubdivisionCode will be populated. You can pass these as parameters to StartContinentCode, StartCountryCode, StartSubdivisionCode to control the geo location that the list begins with.

", "ListHealthChecks": "

To retrieve a list of your health checks, send a GET request to the /Route 53 API version/healthcheck resource. The response to this request includes a HealthChecks element with zero, one, or multiple HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.", "ListHostedZones": "

To retrieve a list of your hosted zones, send a GET request to the /Route 53 API version/hostedzone resource. The response to this request includes a HostedZones element with zero, one, or multiple HostedZone child elements. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the hosted zone that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.", "ListHostedZonesByName": "

To retrieve a list of your hosted zones in lexicographic order, send a GET request to the /Route 53 API version/hostedzonesbyname resource. The response to this request includes a HostedZones element with zero or more HostedZone child elements lexicographically ordered by DNS name. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the DNSName and HostedZoneId parameters to control the hosted zone that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.", "ListResourceRecordSets": "

List the resource record sets in a specified hosted zone. Send a GET request to the 2013-04-01/hostedzone/hosted zone ID/rrset resource.

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

com.example.www.

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:

This action returns the most current version of the records. This includes records that are PENDING, 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 ChangeResourceRecordSets request while you are paging through the results of a ListResourceRecordSets request. If you do, some pages may display results without the latest changes while other pages display results with the latest changes.

", "ListReusableDelegationSets": "

To retrieve a list of your reusable delegation sets, send a GET request to the /Route 53 API version/delegationset resource. The response to this request includes a DelegationSets element with zero, one, or multiple DelegationSet child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.", "ListTagsForResource": null, "ListTagsForResources": null, "ListTrafficPolicies": "

Gets information about the latest version for every traffic policy that is associated with the current AWS account. To get the information, send a GET request to the /Route 53 API version/trafficpolicy resource.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems parameter to list them in groups of up to 100.

The response includes three values that help you navigate from one group of maxitems traffic policies to the next:

", "ListTrafficPolicyInstances": "

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

After you submit an UpdateTrafficPolicyInstance 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 State response element.

To get information about the traffic policy instances that are associated with the current AWS account, send a GET request to the /Route 53 API version/trafficpolicyinstance resource.

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 MaxItems parameter to list them in groups of up to 100.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

", "ListTrafficPolicyInstancesByHostedZone": "

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

After you submit an UpdateTrafficPolicyInstance 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 State response element.

To get information about the traffic policy instances that you created in a specified hosted zone, send a GET request to the /Route 53 API version/trafficpolicyinstance resource and include the ID of the hosted zone.

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 MaxItems parameter to list them in groups of up to 100.

The response includes four values that help you navigate from one group of MaxItems traffic policy instances to the next:

", "ListTrafficPolicyInstancesByPolicy": "

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

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance 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 State response element.

To get information about the traffic policy instances that you created by using a specify traffic policy version, send a GET request to the /Route 53 API version/trafficpolicyinstance resource and include the ID and version of the traffic policy.

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 MaxItems parameter to list them in groups of up to 100.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

", "ListTrafficPolicyVersions": "

Gets information about all of the versions for a specified traffic policy. ListTrafficPolicyVersions lists only versions that have not been deleted.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems parameter to list them in groups of up to 100.

The response includes three values that help you navigate from one group of maxitemsmaxitems traffic policies to the next:

", "UpdateHealthCheck": "

This action updates an existing health check.

To update a health check, send a POST request to the /Route 53 API version/healthcheck/health check ID resource. The request body must include a document with an UpdateHealthCheckRequest element. The response returns an UpdateHealthCheckResponse element, which contains metadata about the health check.

", "UpdateHostedZoneComment": "

To update the hosted zone comment, send a POST request to the /Route 53 API version/hostedzone/hosted zone ID resource. The request body must include a document with a UpdateHostedZoneCommentRequest element. The response to this request includes the modified HostedZone element.

The comment can have a maximum length of 256 characters.", "UpdateTrafficPolicyComment": "

Updates the comment for a specified traffic policy version.

To update the comment, send a POST request to the /Route 53 API version/trafficpolicy/ resource.

The request body must include a document with an UpdateTrafficPolicyCommentRequest element.

", "UpdateTrafficPolicyInstance": "

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

The DNS type of the resource record sets that you're updating must match the DNS type in the JSON document that is associated with the traffic policy version that you're using to update the traffic policy instance.

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:

  1. Amazon Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how substantial the differences are between the existing resource record sets and the new resource record sets.
  2. 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.
  3. Amazon Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.

To update a traffic policy instance, send a POST request to the /Route 53 API version/trafficpolicyinstance/traffic policy ID resource. The request body must include a document with an UpdateTrafficPolicyInstanceRequest element.

" }, "shapes": { "AWSAccountID": { "base": null, "refs": { "ChangeBatchRecord$Submitter": "

The AWS account ID attached to the changes.

" } }, "AlarmIdentifier": { "base": "

A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

", "refs": { "HealthCheckConfig$AlarmIdentifier": "

A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

", "UpdateHealthCheckRequest$AlarmIdentifier": null } }, "AlarmName": { "base": null, "refs": { "AlarmIdentifier$Name": "

The name of the CloudWatch alarm.

" } }, "AliasHealthEnabled": { "base": null, "refs": { "AliasTarget$EvaluateTargetHealth": "

Alias resource record sets only: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

Note the following:

We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

" } }, "AliasTarget": { "base": "

Alias resource record sets only: Information about the CloudFront distribution, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are routing traffic.

If you're creating resource record sets for a private hosted zone, note the following:

", "refs": { "ResourceRecordSet$AliasTarget": "

Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.

" } }, "AssociateVPCComment": { "base": null, "refs": { "AssociateVPCWithHostedZoneRequest$Comment": "

Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

" } }, "AssociateVPCWithHostedZoneRequest": { "base": "

A complex type that contains information about the request to associate a VPC with an hosted zone.

", "refs": { } }, "AssociateVPCWithHostedZoneResponse": { "base": "

A complex type containing the response information for the request.

", "refs": { } }, "Change": { "base": "

A complex type that contains the information for each change in a change batch request.

", "refs": { "Changes$member": null } }, "ChangeAction": { "base": null, "refs": { "Change$Action": "

The action to perform:

" } }, "ChangeBatch": { "base": "

A complex type that contains an optional comment and the changes that you want to make with a change batch request.

", "refs": { "ChangeResourceRecordSetsRequest$ChangeBatch": "

A complex type that contains an optional comment and the Changes element.

" } }, "ChangeBatchRecord": { "base": "

A complex type that lists the changes and information for a ChangeBatch.

", "refs": { "ChangeBatchRecords$member": null, "GetChangeDetailsResponse$ChangeBatchRecord": "

A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

" } }, "ChangeBatchRecords": { "base": null, "refs": { "ListChangeBatchesByHostedZoneResponse$ChangeBatchRecords": "

The change batches within the given hosted zone and time period.

", "ListChangeBatchesByRRSetResponse$ChangeBatchRecords": "

The change batches within the given hosted zone and time period.

" } }, "ChangeInfo": { "base": "

A complex type that describes change information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

", "refs": { "AssociateVPCWithHostedZoneResponse$ChangeInfo": "

A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

", "ChangeResourceRecordSetsResponse$ChangeInfo": "

A complex type that contains information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

", "CreateHostedZoneResponse$ChangeInfo": "

A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

", "DeleteHostedZoneResponse$ChangeInfo": "

A complex type that contains the ID, the status, and the date and time of your delete request.

", "DisassociateVPCFromHostedZoneResponse$ChangeInfo": "

A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

", "GetChangeResponse$ChangeInfo": "

A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

" } }, "ChangeResourceRecordSetsRequest": { "base": "

A complex type that contains a change batch.

", "refs": { } }, "ChangeResourceRecordSetsResponse": { "base": "

A complex type containing the response for the request.

", "refs": { } }, "ChangeStatus": { "base": null, "refs": { "ChangeBatchRecord$Status": "

The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

Valid Values: PENDING | INSYNC

", "ChangeInfo$Status": "

The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

Valid Values: PENDING | INSYNC

" } }, "ChangeTagsForResourceRequest": { "base": "

A complex type containing information about a request to add, change, or delete the tags that are associated with a resource.

", "refs": { } }, "ChangeTagsForResourceResponse": { "base": "

Empty response for the request.

", "refs": { } }, "Changes": { "base": null, "refs": { "ChangeBatch$Changes": "

A complex type that contains one Change element for each resource record set that you want to create or delete.

", "ChangeBatchRecord$Changes": "

A list of changes made in the ChangeBatch.

" } }, "CheckerIpRanges": { "base": null, "refs": { "GetCheckerIpRangesResponse$CheckerIpRanges": "

A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

" } }, "ChildHealthCheckList": { "base": null, "refs": { "HealthCheckConfig$ChildHealthChecks": "

For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

", "UpdateHealthCheckRequest$ChildHealthChecks": "

For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

Specify this value only if you want to change it.

" } }, "CloudWatchAlarmConfiguration": { "base": "

For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.

", "refs": { "HealthCheck$CloudWatchAlarmConfiguration": "

For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.

" } }, "CloudWatchRegion": { "base": null, "refs": { "AlarmIdentifier$Region": "

The CloudWatchRegion that the CloudWatch alarm was created in.

" } }, "ComparisonOperator": { "base": null, "refs": { "CloudWatchAlarmConfiguration$ComparisonOperator": "

The arithmetic operation to use when comparing the specified Statistic and Threshold.

Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

" } }, "ConcurrentModification": { "base": "

Another user submitted a request to update the object at the same time that you did. Retry the request.

", "refs": { } }, "ConflictingDomainExists": { "base": null, "refs": { } }, "ConflictingTypes": { "base": "

You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy or CreateTrafficPolicyVersionrequest.

", "refs": { } }, "CreateHealthCheckRequest": { "base": "

>A complex type that contains information about the request to create a health check.

", "refs": { } }, "CreateHealthCheckResponse": { "base": "

A complex type containing the response information for the new health check.

", "refs": { } }, "CreateHostedZoneRequest": { "base": "

A complex type that contains information about the request to create a hosted zone.

", "refs": { } }, "CreateHostedZoneResponse": { "base": "

A complex type containing the response information for the new hosted zone.

", "refs": { } }, "CreateReusableDelegationSetRequest": { "base": null, "refs": { } }, "CreateReusableDelegationSetResponse": { "base": null, "refs": { } }, "CreateTrafficPolicyInstanceRequest": { "base": "

A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.

", "refs": { } }, "CreateTrafficPolicyInstanceResponse": { "base": "

A complex type that contains the response information for the CreateTrafficPolicyInstance request.

", "refs": { } }, "CreateTrafficPolicyRequest": { "base": "

A complex type that contains information about the traffic policy that you want to create.

", "refs": { } }, "CreateTrafficPolicyResponse": { "base": "

A complex type that contains the response information for the CreateTrafficPolicy request.

", "refs": { } }, "CreateTrafficPolicyVersionRequest": { "base": "

A complex type that contains information about the traffic policy for which you want to create a new version.

", "refs": { } }, "CreateTrafficPolicyVersionResponse": { "base": "

A complex type that contains the response information for the CreateTrafficPolicyVersion request.

", "refs": { } }, "DNSName": { "base": null, "refs": { "AliasTarget$DNSName": "

Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

", "CreateHostedZoneRequest$Name": "

The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

", "CreateTrafficPolicyInstanceRequest$Name": "

The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.

", "DelegationSetNameServers$member": null, "HostedZone$Name": "

The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

", "ListChangeBatchesByRRSetRequest$Name": "

The name of the RRSet that you want to see changes for.

", "ListHostedZonesByNameRequest$DNSName": "

The first name in the lexicographic ordering of domain names that you want the ListHostedZonesByNameRequest request to list.

If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.

", "ListHostedZonesByNameResponse$DNSName": "

The DNSName value sent in the request.

", "ListHostedZonesByNameResponse$NextDNSName": "

If the value of IsTruncated in the ListHostedZonesByNameResponse is true, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName. Specify the value of NextDNSName in the DNSName parameter. Specify NextHostedZoneId in the HostedZoneId parameter.

", "ListResourceRecordSetsRequest$StartRecordName": "

The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

", "ListResourceRecordSetsResponse$NextRecordName": "

If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

", "ListTrafficPolicyInstancesByHostedZoneRequest$TrafficPolicyInstanceNameMarker": "

For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

If the value of IsTruncated in the previous response was false, omit this value.

", "ListTrafficPolicyInstancesByHostedZoneResponse$TrafficPolicyInstanceNameMarker": "

If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ListTrafficPolicyInstancesByPolicyRequest$TrafficPolicyInstanceNameMarker": "

For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

If the value of IsTruncated in the previous response was false, omit this value.

", "ListTrafficPolicyInstancesByPolicyResponse$TrafficPolicyInstanceNameMarker": "

If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ListTrafficPolicyInstancesRequest$TrafficPolicyInstanceNameMarker": "

For the first request to ListTrafficPolicyInstances, omit this value.

If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.

", "ListTrafficPolicyInstancesResponse$TrafficPolicyInstanceNameMarker": "

If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ResourceRecordSet$Name": "

The name of the domain you want to perform the action on.

Enter a fully qualified domain name, for example, www.example.com. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide

You can't use the * wildcard for resource records sets that have a type of NS.", "TrafficPolicyInstance$Name": null } }, "Date": { "base": null, "refs": { "ListChangeBatchesByHostedZoneRequest$StartDate": "

The start of the time period you want to see changes for.

", "ListChangeBatchesByHostedZoneRequest$EndDate": "

The end of the time period you want to see changes for.

", "ListChangeBatchesByRRSetRequest$StartDate": "

The start of the time period you want to see changes for.

", "ListChangeBatchesByRRSetRequest$EndDate": "

The end of the time period you want to see changes for.

" } }, "DelegationSet": { "base": "

A complex type that contains name server information.

", "refs": { "CreateHostedZoneResponse$DelegationSet": "

A complex type that contains name server information.

", "CreateReusableDelegationSetResponse$DelegationSet": "

A complex type that contains name server information.

", "DelegationSets$member": null, "GetHostedZoneResponse$DelegationSet": "

A complex type that contains information about the name servers for the specified hosted zone.

", "GetReusableDelegationSetResponse$DelegationSet": "

A complex type that contains the information about the nameservers for the specified delegation set ID.

" } }, "DelegationSetAlreadyCreated": { "base": "

A delegation set with the same owner and caller reference combination has already been created.

", "refs": { } }, "DelegationSetAlreadyReusable": { "base": "

The specified delegation set has already been marked as reusable.

", "refs": { } }, "DelegationSetInUse": { "base": "

The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.

", "refs": { } }, "DelegationSetNameServers": { "base": null, "refs": { "DelegationSet$NameServers": "

A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

" } }, "DelegationSetNotAvailable": { "base": "

Amazon Route 53 allows some duplicate domain names, but there is a maximum number of duplicate names. This error indicates that you have reached that maximum. If you want to create another hosted zone with the same name and Amazon Route 53 generates this error, you can request an increase to the limit on the Contact Us page.

", "refs": { } }, "DelegationSetNotReusable": { "base": "

The specified delegation set has not been marked as reusable.

", "refs": { } }, "DelegationSets": { "base": null, "refs": { "ListReusableDelegationSetsResponse$DelegationSets": "

A complex type that contains information about the reusable delegation sets associated with the current AWS account.

" } }, "DeleteHealthCheckRequest": { "base": "

A complex type containing the request information for delete health check.

", "refs": { } }, "DeleteHealthCheckResponse": { "base": "

Empty response for the request.

", "refs": { } }, "DeleteHostedZoneRequest": { "base": "

A complex type that contains information about the hosted zone that you want to delete.

", "refs": { } }, "DeleteHostedZoneResponse": { "base": "

A complex type containing the response information for the request.

", "refs": { } }, "DeleteReusableDelegationSetRequest": { "base": "

A complex type containing the information for the delete request.

", "refs": { } }, "DeleteReusableDelegationSetResponse": { "base": "

Empty response for the request.

", "refs": { } }, "DeleteTrafficPolicyInstanceRequest": { "base": "

A complex type that contains information about the traffic policy instance that you want to delete.

", "refs": { } }, "DeleteTrafficPolicyInstanceResponse": { "base": "

An empty element.

", "refs": { } }, "DeleteTrafficPolicyRequest": { "base": "

A request to delete a specified traffic policy version.

", "refs": { } }, "DeleteTrafficPolicyResponse": { "base": "

An empty element.

", "refs": { } }, "Dimension": { "base": "

The name and value of a dimension for a CloudWatch metric.

", "refs": { "DimensionList$member": null } }, "DimensionField": { "base": null, "refs": { "Dimension$Name": "

The name of the dimension.

", "Dimension$Value": "

The value of the dimension.

" } }, "DimensionList": { "base": null, "refs": { "CloudWatchAlarmConfiguration$Dimensions": "

A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.

" } }, "DisassociateVPCComment": { "base": null, "refs": { "DisassociateVPCFromHostedZoneRequest$Comment": "

Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

" } }, "DisassociateVPCFromHostedZoneRequest": { "base": "

A complex type that contains information about the request to disassociate a VPC from an hosted zone.

", "refs": { } }, "DisassociateVPCFromHostedZoneResponse": { "base": "

A complex type containing the response information for the request.

", "refs": { } }, "EnableSNI": { "base": null, "refs": { "HealthCheckConfig$EnableSNI": "

Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

", "UpdateHealthCheckRequest$EnableSNI": "

Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

Specify this value only if you want to change it.

" } }, "ErrorMessage": { "base": null, "refs": { "ConcurrentModification$message": "

Descriptive message for the error response.

", "ConflictingDomainExists$message": null, "ConflictingTypes$message": "

Descriptive message for the error response.

", "DelegationSetAlreadyCreated$message": "

Descriptive message for the error response.

", "DelegationSetAlreadyReusable$message": "

Descriptive message for the error response.

", "DelegationSetInUse$message": "

Descriptive message for the error response.

", "DelegationSetNotAvailable$message": "

Descriptive message for the error response.

", "DelegationSetNotReusable$message": "

Descriptive message for the error response.

", "ErrorMessages$member": null, "HealthCheckAlreadyExists$message": "

Descriptive message for the error response.

", "HealthCheckInUse$message": "

Descriptive message for the error response.

", "HealthCheckVersionMismatch$message": null, "HostedZoneAlreadyExists$message": "

Descriptive message for the error response.

", "HostedZoneNotEmpty$message": "

Descriptive message for the error response.

", "HostedZoneNotFound$message": "

Descriptive message for the error response.

", "IncompatibleVersion$message": null, "InvalidArgument$message": "

Descriptive message for the error response.

", "InvalidDomainName$message": "

Descriptive message for the error response.

", "InvalidInput$message": "

Descriptive message for the error response.

", "InvalidTrafficPolicyDocument$message": "

Descriptive message for the error response.

", "InvalidVPCId$message": "

Descriptive message for the error response.

", "LastVPCAssociation$message": "

Descriptive message for the error response.

", "LimitsExceeded$message": "

Descriptive message for the error response.

", "NoSuchChange$message": null, "NoSuchDelegationSet$message": "

Descriptive message for the error response.

", "NoSuchGeoLocation$message": "

Descriptive message for the error response.

", "NoSuchHealthCheck$message": "

Descriptive message for the error response.

", "NoSuchHostedZone$message": null, "NoSuchTrafficPolicy$message": "

Descriptive message for the error response.

", "NoSuchTrafficPolicyInstance$message": "

Descriptive message for the error response.

", "PriorRequestNotComplete$message": null, "PublicZoneVPCAssociation$message": "

Descriptive message for the error response.

", "ThrottlingException$message": null, "TooManyHealthChecks$message": null, "TooManyHostedZones$message": "

Descriptive message for the error response.

", "TooManyTrafficPolicies$message": "

Descriptive message for the error response.

", "TooManyTrafficPolicyInstances$message": "

Descriptive message for the error response.

", "TrafficPolicyAlreadyExists$message": "

Descriptive message for the error response.

", "TrafficPolicyInUse$message": "

Descriptive message for the error response.

", "TrafficPolicyInstanceAlreadyExists$message": "

Descriptive message for the error response.

", "VPCAssociationNotFound$message": "

Descriptive message for the error response.

" } }, "ErrorMessages": { "base": null, "refs": { "InvalidChangeBatch$messages": "

Descriptive message for the error response.

" } }, "EvaluationPeriods": { "base": null, "refs": { "CloudWatchAlarmConfiguration$EvaluationPeriods": "

The number of periods over which data is compared to the specified threshold.

" } }, "FailureThreshold": { "base": null, "refs": { "HealthCheckConfig$FailureThreshold": "

The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

", "UpdateHealthCheckRequest$FailureThreshold": "

The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

Specify this value only if you want to change it.

" } }, "FullyQualifiedDomainName": { "base": null, "refs": { "HealthCheckConfig$FullyQualifiedDomainName": "

Fully qualified domain name of the instance to be health checked.

", "UpdateHealthCheckRequest$FullyQualifiedDomainName": "

Fully qualified domain name of the instance to be health checked.

Specify this value only if you want to change it.

" } }, "GeoLocation": { "base": "

A complex type that contains information about a geo location.

", "refs": { "ResourceRecordSet$GeoLocation": "

Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111, create a resource record set with a Type of A and a ContinentCode of AF.

You can create geolocation and geolocation alias resource record sets only in public hosted zones.

If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.

You cannot create two geolocation resource record sets that specify the same geographic location.

The value * in the CountryCode element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name and Type elements.

Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode is *, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a * resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations.

You cannot create non-geolocation resource record sets that have the same values for the Name and Type elements as geolocation resource record sets.

" } }, "GeoLocationContinentCode": { "base": null, "refs": { "GeoLocation$ContinentCode": "

The code for a continent geo location. Note: only continent locations have a continent code.

Valid values: AF | AN | AS | EU | OC | NA | SA

Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

", "GeoLocationDetails$ContinentCode": "

The code for a continent geo location. Note: only continent locations have a continent code.

", "GetGeoLocationRequest$ContinentCode": "

The code for a continent geo location. Note: only continent locations have a continent code.

Valid values: AF | AN | AS | EU | OC | NA | SA

Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

", "ListGeoLocationsRequest$StartContinentCode": "

The first continent code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list. For non-continent geo locations, this should be null.

Valid values: AF | AN | AS | EU | OC | NA | SA

Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

", "ListGeoLocationsResponse$NextContinentCode": "

If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

" } }, "GeoLocationContinentName": { "base": null, "refs": { "GeoLocationDetails$ContinentName": "

The name of the continent. This element is only present if ContinentCode is also present.

" } }, "GeoLocationCountryCode": { "base": null, "refs": { "GeoLocation$CountryCode": "

The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

", "GeoLocationDetails$CountryCode": "

The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

", "GetGeoLocationRequest$CountryCode": "

The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

", "ListGeoLocationsRequest$StartCountryCode": "

The first country code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

", "ListGeoLocationsResponse$NextCountryCode": "

If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

" } }, "GeoLocationCountryName": { "base": null, "refs": { "GeoLocationDetails$CountryName": "

The name of the country. This element is only present if CountryCode is also present.

" } }, "GeoLocationDetails": { "base": "

A complex type that contains information about a GeoLocation.

", "refs": { "GeoLocationDetailsList$member": null, "GetGeoLocationResponse$GeoLocationDetails": "

A complex type that contains the information about the specified geo location.

" } }, "GeoLocationDetailsList": { "base": null, "refs": { "ListGeoLocationsResponse$GeoLocationDetailsList": "

A complex type that contains information about the geo locations that are returned by the request.

" } }, "GeoLocationSubdivisionCode": { "base": null, "refs": { "GeoLocation$SubdivisionCode": "

The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

", "GeoLocationDetails$SubdivisionCode": "

The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

", "GetGeoLocationRequest$SubdivisionCode": "

The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

", "ListGeoLocationsRequest$StartSubdivisionCode": "

The first subdivision code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

", "ListGeoLocationsResponse$NextSubdivisionCode": "

If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

" } }, "GeoLocationSubdivisionName": { "base": null, "refs": { "GeoLocationDetails$SubdivisionName": "

The name of the subdivision. This element is only present if SubdivisionCode is also present.

" } }, "GetChangeDetailsRequest": { "base": "

The input for a GetChangeDetails request.

", "refs": { } }, "GetChangeDetailsResponse": { "base": "

A complex type that contains the ChangeBatchRecord element.

", "refs": { } }, "GetChangeRequest": { "base": "

The input for a GetChange request.

", "refs": { } }, "GetChangeResponse": { "base": "

A complex type that contains the ChangeInfo element.

", "refs": { } }, "GetCheckerIpRangesRequest": { "base": "

Empty request.

", "refs": { } }, "GetCheckerIpRangesResponse": { "base": "

A complex type that contains the CheckerIpRanges element.

", "refs": { } }, "GetGeoLocationRequest": { "base": "

A complex type that contains information about the request to get a geo location.

", "refs": { } }, "GetGeoLocationResponse": { "base": "

A complex type containing information about the specified geo location.

", "refs": { } }, "GetHealthCheckCountRequest": { "base": "

To retrieve a count of all your health checks, send a GET request to the /Route 53 API version/healthcheckcount resource.

", "refs": { } }, "GetHealthCheckCountResponse": { "base": "

A complex type that contains the count of health checks associated with the current AWS account.

", "refs": { } }, "GetHealthCheckLastFailureReasonRequest": { "base": "

A complex type that contains information about the request to get the most recent failure reason for a health check.

", "refs": { } }, "GetHealthCheckLastFailureReasonResponse": { "base": "

A complex type that contains information about the most recent failure for the specified health check.

", "refs": { } }, "GetHealthCheckRequest": { "base": "

A complex type that contains information about the request to get a health check.

", "refs": { } }, "GetHealthCheckResponse": { "base": "

A complex type containing information about the specified health check.

", "refs": { } }, "GetHealthCheckStatusRequest": { "base": "

A complex type that contains information about the request to get health check status for a health check.

", "refs": { } }, "GetHealthCheckStatusResponse": { "base": "

A complex type that contains information about the status of the specified health check.

", "refs": { } }, "GetHostedZoneCountRequest": { "base": "

To retrieve a count of all your hosted zones, send a GET request to the /Route 53 API version/hostedzonecount resource.

", "refs": { } }, "GetHostedZoneCountResponse": { "base": "

A complex type that contains the count of hosted zones associated with the current AWS account.

", "refs": { } }, "GetHostedZoneRequest": { "base": "

The input for a GetHostedZone request.

", "refs": { } }, "GetHostedZoneResponse": { "base": "

A complex type containing information about the specified hosted zone.

", "refs": { } }, "GetReusableDelegationSetRequest": { "base": "

The input for a GetReusableDelegationSet request.

", "refs": { } }, "GetReusableDelegationSetResponse": { "base": "

A complex type containing information about the specified reusable delegation set.

", "refs": { } }, "GetTrafficPolicyInstanceCountRequest": { "base": "

To retrieve a count of all your traffic policy instances, send a GET request to the /Route 53 API version/trafficpolicyinstancecount resource.

", "refs": { } }, "GetTrafficPolicyInstanceCountResponse": { "base": "

A complex type that contains information about the number of traffic policy instances that are associated with the current AWS account.

", "refs": { } }, "GetTrafficPolicyInstanceRequest": { "base": "

Gets information about a specified traffic policy instance.

To get information about a traffic policy instance, send a GET request to the /Route 53 API version/trafficpolicyinstance/Id resource.

", "refs": { } }, "GetTrafficPolicyInstanceResponse": { "base": "

A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

", "refs": { } }, "GetTrafficPolicyRequest": { "base": "

Gets information about a specific traffic policy version. To get the information, send a GET request to the /Route 53 API version/trafficpolicy resource, and specify the ID and the version of the traffic policy.

", "refs": { } }, "GetTrafficPolicyResponse": { "base": "

A complex type that contains the response information for the request.

", "refs": { } }, "HealthCheck": { "base": "

A complex type that contains identifying information about the health check.

", "refs": { "CreateHealthCheckResponse$HealthCheck": "

A complex type that contains identifying information about the health check.

", "GetHealthCheckResponse$HealthCheck": "

A complex type that contains the information about the specified health check.

", "HealthChecks$member": null, "UpdateHealthCheckResponse$HealthCheck": null } }, "HealthCheckAlreadyExists": { "base": "

The health check you are trying to create already exists. Amazon Route 53 returns this error when a health check has already been created with the specified CallerReference.

", "refs": { } }, "HealthCheckConfig": { "base": "

A complex type that contains the health check configuration.

", "refs": { "CreateHealthCheckRequest$HealthCheckConfig": "

A complex type that contains health check configuration.

", "HealthCheck$HealthCheckConfig": "

A complex type that contains the health check configuration.

" } }, "HealthCheckCount": { "base": null, "refs": { "GetHealthCheckCountResponse$HealthCheckCount": "

The number of health checks associated with the current AWS account.

" } }, "HealthCheckId": { "base": null, "refs": { "ChildHealthCheckList$member": null, "DeleteHealthCheckRequest$HealthCheckId": "

The ID of the health check to delete.

", "GetHealthCheckLastFailureReasonRequest$HealthCheckId": "

The ID of the health check for which you want to retrieve the reason for the most recent failure.

", "GetHealthCheckRequest$HealthCheckId": "

The ID of the health check to retrieve.

", "GetHealthCheckStatusRequest$HealthCheckId": "

If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.", "HealthCheck$Id": "

The ID of the specified health check.

", "ResourceRecordSet$HealthCheckId": "

Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.

", "UpdateHealthCheckRequest$HealthCheckId": "

The ID of the health check to update.

" } }, "HealthCheckInUse": { "base": "

There are resource records associated with this health check. Before you can delete the health check, you must disassociate it from the resource record sets.

", "refs": { } }, "HealthCheckNonce": { "base": null, "refs": { "CreateHealthCheckRequest$CallerReference": "

A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

", "HealthCheck$CallerReference": "

A unique string that identifies the request to create the health check.

" } }, "HealthCheckObservation": { "base": "

A complex type that contains the IP address of a Amazon Route 53 health checker and the reason for the health check status.

", "refs": { "HealthCheckObservations$member": null } }, "HealthCheckObservations": { "base": null, "refs": { "GetHealthCheckLastFailureReasonResponse$HealthCheckObservations": "

A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker.

", "GetHealthCheckStatusResponse$HealthCheckObservations": "

A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker.

" } }, "HealthCheckRegion": { "base": "

An Amazon EC2 region that you want Amazon Route 53 to use to perform health checks.

", "refs": { "HealthCheckObservation$Region": "

The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.

", "HealthCheckRegionList$member": null } }, "HealthCheckRegionList": { "base": null, "refs": { "HealthCheckConfig$Regions": "

A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

", "UpdateHealthCheckRequest$Regions": "

A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

Specify this value only if you want to change it.

" } }, "HealthCheckType": { "base": null, "refs": { "HealthCheckConfig$Type": "

The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

" } }, "HealthCheckVersion": { "base": null, "refs": { "HealthCheck$HealthCheckVersion": "

The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.

", "UpdateHealthCheckRequest$HealthCheckVersion": "

Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

" } }, "HealthCheckVersionMismatch": { "base": null, "refs": { } }, "HealthChecks": { "base": null, "refs": { "ListHealthChecksResponse$HealthChecks": "

A complex type that contains information about the health checks associated with the current AWS account.

" } }, "HealthThreshold": { "base": null, "refs": { "HealthCheckConfig$HealthThreshold": "

The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

", "UpdateHealthCheckRequest$HealthThreshold": "

The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

Specify this value only if you want to change it.

" } }, "HostedZone": { "base": "

A complex type that contain information about the specified hosted zone.

", "refs": { "CreateHostedZoneResponse$HostedZone": "

A complex type that contains identifying information about the hosted zone.

", "GetHostedZoneResponse$HostedZone": "

A complex type that contains the information about the specified hosted zone.

", "HostedZones$member": null, "UpdateHostedZoneCommentResponse$HostedZone": null } }, "HostedZoneAlreadyExists": { "base": "

The hosted zone you are trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created with the specified CallerReference.

", "refs": { } }, "HostedZoneConfig": { "base": "

A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

", "refs": { "CreateHostedZoneRequest$HostedZoneConfig": "

A complex type that contains an optional comment about your hosted zone.

", "HostedZone$Config": "

A complex type that contains the Comment element.

" } }, "HostedZoneCount": { "base": null, "refs": { "GetHostedZoneCountResponse$HostedZoneCount": "

The number of hosted zones associated with the current AWS account.

" } }, "HostedZoneNotEmpty": { "base": "

The hosted zone contains resource record sets in addition to the default NS and SOA resource record sets. Before you can delete the hosted zone, you must delete the additional resource record sets.

", "refs": { } }, "HostedZoneNotFound": { "base": "

The specified HostedZone cannot be found.

", "refs": { } }, "HostedZoneRRSetCount": { "base": null, "refs": { "HostedZone$ResourceRecordSetCount": "

Total number of resource record sets in the hosted zone.

" } }, "HostedZones": { "base": null, "refs": { "ListHostedZonesByNameResponse$HostedZones": "

A complex type that contains information about the hosted zones associated with the current AWS account.

", "ListHostedZonesResponse$HostedZones": "

A complex type that contains information about the hosted zones associated with the current AWS account.

" } }, "IPAddress": { "base": null, "refs": { "HealthCheckConfig$IPAddress": "

IP Address of the instance being checked.

", "HealthCheckObservation$IPAddress": "

The IP address of the Amazon Route 53 health checker that performed this health check.

", "UpdateHealthCheckRequest$IPAddress": "

The IP address of the resource that you want to check.

Specify this value only if you want to change it.

" } }, "IPAddressCidr": { "base": null, "refs": { "CheckerIpRanges$member": null } }, "IncompatibleVersion": { "base": "

The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. Please consider using a newer endpoint or a tool that does so.

", "refs": { } }, "InsufficientDataHealthStatus": { "base": null, "refs": { "HealthCheckConfig$InsufficientDataHealthStatus": "

The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

", "UpdateHealthCheckRequest$InsufficientDataHealthStatus": null } }, "InvalidArgument": { "base": "

At least one of the specified arguments is invalid.

", "refs": { } }, "InvalidChangeBatch": { "base": "

This error contains a list of one or more error messages. Each error message indicates one error in the change batch.

", "refs": { } }, "InvalidDomainName": { "base": "

This error indicates that the specified domain name is not valid.

", "refs": { } }, "InvalidInput": { "base": "

Some value specified in the request is invalid or the XML document is malformed.

", "refs": { } }, "InvalidTrafficPolicyDocument": { "base": "

The format of the traffic policy document that you specified in the Document element is invalid.

", "refs": { } }, "InvalidVPCId": { "base": "

The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by VPCId does not belong to you.

", "refs": { } }, "Inverted": { "base": null, "refs": { "HealthCheckConfig$Inverted": "

A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

", "UpdateHealthCheckRequest$Inverted": "

A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

Specify this value only if you want to change it.

" } }, "IsPrivateZone": { "base": null, "refs": { "HostedZoneConfig$PrivateZone": "

GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

" } }, "LastVPCAssociation": { "base": "

The VPC you are trying to disassociate from the hosted zone is the last the VPC that is associated with the hosted zone. Amazon Route 53 currently doesn't support disassociate the last VPC from the hosted zone.

", "refs": { } }, "LimitsExceeded": { "base": "

The limits specified for a resource have been exceeded.

", "refs": { } }, "ListChangeBatchesByHostedZoneRequest": { "base": "

The input for a ListChangeBatchesByHostedZone request.

", "refs": { } }, "ListChangeBatchesByHostedZoneResponse": { "base": "

The input for a ListChangeBatchesByHostedZone request.

", "refs": { } }, "ListChangeBatchesByRRSetRequest": { "base": "

The input for a ListChangeBatchesByRRSet request.

", "refs": { } }, "ListChangeBatchesByRRSetResponse": { "base": "

The input for a ListChangeBatchesByRRSet request.

", "refs": { } }, "ListGeoLocationsRequest": { "base": "

The input for a ListGeoLocations request.

", "refs": { } }, "ListGeoLocationsResponse": { "base": "

A complex type that contains information about the geo locations that are returned by the request and information about the response.

", "refs": { } }, "ListHealthChecksRequest": { "base": "

To retrieve a list of your health checks, send a GET request to the /Route 53 API version/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.", "refs": { } }, "ListHealthChecksResponse": { "base": "

A complex type that contains the response for the request.

", "refs": { } }, "ListHostedZonesByNameRequest": { "base": "

To retrieve a list of your hosted zones in lexicographic order, send a GET request to the /Route 53 API version/hostedzonesbyname resource. The response to this request includes a HostedZones element with zero or more HostedZone child elements lexicographically ordered by DNS name. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the DNSName and HostedZoneId parameters to control the hosted zone that the list begins with.

", "refs": { } }, "ListHostedZonesByNameResponse": { "base": "

A complex type that contains the response for the request.

", "refs": { } }, "ListHostedZonesRequest": { "base": "

To retrieve a list of your hosted zones, send a GET request to the /Route 53 API version/hostedzone resource. The response to this request includes a HostedZones element with zero or more HostedZone child elements. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the hosted zone that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.", "refs": { } }, "ListHostedZonesResponse": { "base": "

A complex type that contains the response for the request.

", "refs": { } }, "ListResourceRecordSetsRequest": { "base": "

The input for a ListResourceRecordSets request.

", "refs": { } }, "ListResourceRecordSetsResponse": { "base": "

A complex type that contains information about the resource record sets that are returned by the request and information about the response.

", "refs": { } }, "ListReusableDelegationSetsRequest": { "base": "

To retrieve a list of your reusable delegation sets, send a GET request to the /Route 53 API version/delegationset resource. The response to this request includes a DelegationSets element with zero or more DelegationSet child elements. By default, the list of reusable delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.", "refs": { } }, "ListReusableDelegationSetsResponse": { "base": "

A complex type that contains the response for the request.

", "refs": { } }, "ListTagsForResourceRequest": { "base": "

A complex type containing information about a request for a list of the tags that are associated with an individual resource.

", "refs": { } }, "ListTagsForResourceResponse": { "base": "

A complex type containing tags for the specified resource.

", "refs": { } }, "ListTagsForResourcesRequest": { "base": "

A complex type containing information about a request for a list of the tags that are associated with up to 10 specified resources.

", "refs": { } }, "ListTagsForResourcesResponse": { "base": "

A complex type containing tags for the specified resources.

", "refs": { } }, "ListTrafficPoliciesRequest": { "base": "

A complex type that contains the information about the request to list the traffic policies that are associated with the current AWS account.

", "refs": { } }, "ListTrafficPoliciesResponse": { "base": "

A complex type that contains the response information for the request.

", "refs": { } }, "ListTrafficPolicyInstancesByHostedZoneRequest": { "base": "

A request for the traffic policy instances that you created in a specified hosted zone.

", "refs": { } }, "ListTrafficPolicyInstancesByHostedZoneResponse": { "base": "

A complex type that contains the response information for the request.

", "refs": { } }, "ListTrafficPolicyInstancesByPolicyRequest": { "base": "

A complex type that contains the information about the request to list your traffic policy instances.

", "refs": { } }, "ListTrafficPolicyInstancesByPolicyResponse": { "base": "

A complex type that contains the response information for the request.

", "refs": { } }, "ListTrafficPolicyInstancesRequest": { "base": "

A complex type that contains the information about the request to list your traffic policy instances.

", "refs": { } }, "ListTrafficPolicyInstancesResponse": { "base": "

A complex type that contains the response information for the request.

", "refs": { } }, "ListTrafficPolicyVersionsRequest": { "base": "

A complex type that contains the information about the request to list your traffic policies.

", "refs": { } }, "ListTrafficPolicyVersionsResponse": { "base": "

A complex type that contains the response information for the request.

", "refs": { } }, "MeasureLatency": { "base": null, "refs": { "HealthCheckConfig$MeasureLatency": "

A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

" } }, "Message": { "base": null, "refs": { "TrafficPolicyInstance$Message": null } }, "MetricName": { "base": null, "refs": { "CloudWatchAlarmConfiguration$MetricName": "

The name of the CloudWatch metric that is associated with the CloudWatch alarm.

" } }, "Namespace": { "base": null, "refs": { "CloudWatchAlarmConfiguration$Namespace": "

The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.

" } }, "NoSuchChange": { "base": null, "refs": { } }, "NoSuchDelegationSet": { "base": "

The specified delegation set does not exist.

", "refs": { } }, "NoSuchGeoLocation": { "base": "

The geo location you are trying to get does not exist.

", "refs": { } }, "NoSuchHealthCheck": { "base": "

The health check you are trying to get or delete does not exist.

", "refs": { } }, "NoSuchHostedZone": { "base": null, "refs": { } }, "NoSuchTrafficPolicy": { "base": "

No traffic policy exists with the specified ID.

", "refs": { } }, "NoSuchTrafficPolicyInstance": { "base": "

No traffic policy instance exists with the specified ID.

", "refs": { } }, "Nonce": { "base": null, "refs": { "CreateHostedZoneRequest$CallerReference": "

A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

", "CreateReusableDelegationSetRequest$CallerReference": "

A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

", "DelegationSet$CallerReference": null, "HostedZone$CallerReference": "

A unique string that identifies the request to create the hosted zone.

" } }, "PageMarker": { "base": null, "refs": { "ListChangeBatchesByHostedZoneRequest$Marker": "

The page marker.

", "ListChangeBatchesByHostedZoneResponse$Marker": "

The page marker.

", "ListChangeBatchesByHostedZoneResponse$NextMarker": "

The next page marker.

", "ListChangeBatchesByRRSetRequest$Marker": "

The page marker.

", "ListChangeBatchesByRRSetResponse$Marker": "

The page marker.

", "ListChangeBatchesByRRSetResponse$NextMarker": "

The next page marker.

", "ListHealthChecksRequest$Marker": "

If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

", "ListHealthChecksResponse$Marker": "

If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

", "ListHealthChecksResponse$NextMarker": "

Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

", "ListHostedZonesRequest$Marker": "

If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

", "ListHostedZonesResponse$Marker": "

If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

", "ListHostedZonesResponse$NextMarker": "

Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

", "ListReusableDelegationSetsRequest$Marker": "

If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

", "ListReusableDelegationSetsResponse$Marker": "

If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

", "ListReusableDelegationSetsResponse$NextMarker": "

Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

" } }, "PageMaxItems": { "base": null, "refs": { "ListChangeBatchesByHostedZoneRequest$MaxItems": "

The maximum number of items on a page.

", "ListChangeBatchesByHostedZoneResponse$MaxItems": "

The maximum number of items on a page.

", "ListChangeBatchesByRRSetRequest$MaxItems": "

The maximum number of items on a page.

", "ListChangeBatchesByRRSetResponse$MaxItems": "

The maximum number of items on a page.

", "ListGeoLocationsRequest$MaxItems": "

The maximum number of geo locations you want in the response body.

", "ListGeoLocationsResponse$MaxItems": "

The maximum number of records you requested. The maximum value of MaxItems is 100.

", "ListHealthChecksRequest$MaxItems": "

Specify the maximum number of health checks to return per page of results.

", "ListHealthChecksResponse$MaxItems": "

The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

", "ListHostedZonesByNameRequest$MaxItems": "

Specify the maximum number of hosted zones to return per page of results.

", "ListHostedZonesByNameResponse$MaxItems": "

The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems, the value of IsTruncated in the ListHostedZonesByNameResponse is true. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId elements from the previous response to get the next page of results.

", "ListHostedZonesRequest$MaxItems": "

Specify the maximum number of hosted zones to return per page of results.

", "ListHostedZonesResponse$MaxItems": "

The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter to get the next page of results.

", "ListResourceRecordSetsRequest$MaxItems": "

The maximum number of records you want in the response body.

", "ListResourceRecordSetsResponse$MaxItems": "

The maximum number of records you requested. The maximum value of MaxItems is 100.

", "ListReusableDelegationSetsRequest$MaxItems": "

Specify the maximum number of reusable delegation sets to return per page of results.

", "ListReusableDelegationSetsResponse$MaxItems": "

The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

", "ListTrafficPoliciesRequest$MaxItems": "

The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

", "ListTrafficPoliciesResponse$MaxItems": "

The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

", "ListTrafficPolicyInstancesByHostedZoneRequest$MaxItems": "

The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ListTrafficPolicyInstancesByHostedZoneResponse$MaxItems": "

The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.

", "ListTrafficPolicyInstancesByPolicyRequest$MaxItems": "

The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ListTrafficPolicyInstancesByPolicyResponse$MaxItems": "

The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

", "ListTrafficPolicyInstancesRequest$MaxItems": "

The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ListTrafficPolicyInstancesResponse$MaxItems": "

The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

", "ListTrafficPolicyVersionsRequest$MaxItems": "

The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

", "ListTrafficPolicyVersionsResponse$MaxItems": "

The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

" } }, "PageTruncated": { "base": null, "refs": { "ListChangeBatchesByHostedZoneResponse$IsTruncated": "

A flag that indicates if there are more change batches to list.

", "ListChangeBatchesByRRSetResponse$IsTruncated": "

A flag that indicates if there are more change batches to list.

", "ListGeoLocationsResponse$IsTruncated": "

A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

Valid Values: true | false

", "ListHealthChecksResponse$IsTruncated": "

A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

Valid Values: true | false

", "ListHostedZonesByNameResponse$IsTruncated": "

A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName and NextHostedZoneId elements.

Valid Values: true | false

", "ListHostedZonesResponse$IsTruncated": "

A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

Valid Values: true | false

", "ListResourceRecordSetsResponse$IsTruncated": "

A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

Valid Values: true | false

", "ListReusableDelegationSetsResponse$IsTruncated": "

A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

Valid Values: true | false

", "ListTrafficPoliciesResponse$IsTruncated": "

A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

Valid Values: true | false

", "ListTrafficPolicyInstancesByHostedZoneResponse$IsTruncated": "

A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByHostedZone again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

Valid Values: true | false

", "ListTrafficPolicyInstancesByPolicyResponse$IsTruncated": "

A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

Valid Values: true | false

", "ListTrafficPolicyInstancesResponse$IsTruncated": "

A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

Valid Values: true | false

", "ListTrafficPolicyVersionsResponse$IsTruncated": "

A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

Valid Values: true | false

" } }, "Period": { "base": null, "refs": { "CloudWatchAlarmConfiguration$Period": "

An integer that represents the period in seconds over which the statistic is applied.

" } }, "Port": { "base": null, "refs": { "HealthCheckConfig$Port": "

Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

", "UpdateHealthCheckRequest$Port": "

The port on which you want Amazon Route 53 to open a connection to perform health checks.

Specify this value only if you want to change it.

" } }, "PriorRequestNotComplete": { "base": "

The request was rejected because Amazon Route 53 was still processing a prior request.

", "refs": { } }, "PublicZoneVPCAssociation": { "base": "

The hosted zone you are trying to associate VPC with doesn't have any VPC association. Amazon Route 53 currently doesn't support associate a VPC with a public hosted zone.

", "refs": { } }, "RData": { "base": null, "refs": { "ResourceRecord$Value": "

The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

You can specify more than one value for all record types except CNAME and SOA.

" } }, "RRType": { "base": null, "refs": { "ListChangeBatchesByRRSetRequest$Type": "

The type of the RRSet that you want to see changes for.

", "ListResourceRecordSetsRequest$StartRecordType": "

The DNS type at which to begin the listing of resource record sets.

Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

Values for Alias Resource Record Sets: A | AAAA

Constraint: Specifying type without specifying name returns an InvalidInput error.

", "ListResourceRecordSetsResponse$NextRecordType": "

If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

", "ListTrafficPolicyInstancesByHostedZoneRequest$TrafficPolicyInstanceTypeMarker": "

For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

", "ListTrafficPolicyInstancesByHostedZoneResponse$TrafficPolicyInstanceTypeMarker": "

If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ListTrafficPolicyInstancesByPolicyRequest$TrafficPolicyInstanceTypeMarker": "

For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

", "ListTrafficPolicyInstancesByPolicyResponse$TrafficPolicyInstanceTypeMarker": "

If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ListTrafficPolicyInstancesRequest$TrafficPolicyInstanceTypeMarker": "

For the first request to ListTrafficPolicyInstances, omit this value.

If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.

", "ListTrafficPolicyInstancesResponse$TrafficPolicyInstanceTypeMarker": "

If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ResourceRecordSet$Type": "

The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

Valid values for basic resource record sets: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | PTR | SPF | SRV | TXT. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.

SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type is SPF. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type.

Values for alias resource record sets:

", "TrafficPolicy$Type": null, "TrafficPolicyInstance$TrafficPolicyType": null, "TrafficPolicySummary$Type": null } }, "RequestInterval": { "base": null, "refs": { "HealthCheckConfig$RequestInterval": "

The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

" } }, "ResourceDescription": { "base": null, "refs": { "ChangeBatch$Comment": "

Optional: Any comments you want to include about a change batch request.

", "ChangeBatchRecord$Comment": "

A complex type that describes change information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

", "ChangeInfo$Comment": "

A complex type that describes change information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

", "HostedZoneConfig$Comment": "

An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

", "UpdateHostedZoneCommentRequest$Comment": "

A comment about your hosted zone.

" } }, "ResourceId": { "base": null, "refs": { "AliasTarget$HostedZoneId": "

Alias resource record sets only: The value you use depends on where you want to route queries:

", "AssociateVPCWithHostedZoneRequest$HostedZoneId": "

The ID of the hosted zone you want to associate your VPC with.

Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

", "ChangeBatchRecord$Id": "

The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

", "ChangeInfo$Id": "

The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

", "ChangeResourceRecordSetsRequest$HostedZoneId": "

The ID of the hosted zone that contains the resource record sets that you want to change.

", "CreateHostedZoneRequest$DelegationSetId": "

The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

", "CreateReusableDelegationSetRequest$HostedZoneId": "

The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

", "CreateTrafficPolicyInstanceRequest$HostedZoneId": "

The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.

", "DelegationSet$Id": null, "DeleteHostedZoneRequest$Id": "

The ID of the hosted zone you want to delete.

", "DeleteReusableDelegationSetRequest$Id": "

The ID of the reusable delegation set you want to delete.

", "DisassociateVPCFromHostedZoneRequest$HostedZoneId": "

The ID of the hosted zone you want to disassociate your VPC from.

Note that you cannot disassociate the last VPC from a hosted zone.

", "GetChangeDetailsRequest$Id": "

The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

", "GetChangeRequest$Id": "

The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

", "GetHostedZoneRequest$Id": "

The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

", "GetReusableDelegationSetRequest$Id": "

The ID of the reusable delegation set for which you want to get a list of the name server.

", "HostedZone$Id": "

The ID of the specified hosted zone.

", "ListChangeBatchesByHostedZoneRequest$HostedZoneId": "

The ID of the hosted zone that you want to see changes for.

", "ListChangeBatchesByRRSetRequest$HostedZoneId": "

The ID of the hosted zone that you want to see changes for.

", "ListHostedZonesByNameRequest$HostedZoneId": "

If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.

", "ListHostedZonesByNameResponse$HostedZoneId": "

The HostedZoneId value sent in the request.

", "ListHostedZonesByNameResponse$NextHostedZoneId": "

If the value of IsTruncated in the ListHostedZonesByNameResponse is true, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName. Specify the value of NextDNSName in the DNSName parameter. Specify NextHostedZoneId in the HostedZoneId parameter.

", "ListHostedZonesRequest$DelegationSetId": null, "ListResourceRecordSetsRequest$HostedZoneId": "

The ID of the hosted zone that contains the resource record sets that you want to get.

", "ListTrafficPolicyInstancesByHostedZoneRequest$HostedZoneId": "

The ID of the hosted zone for which you want to list traffic policy instances.

", "ListTrafficPolicyInstancesByPolicyRequest$HostedZoneIdMarker": "

For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

If the value of IsTruncated in the previous response was false, omit this value.

", "ListTrafficPolicyInstancesByPolicyResponse$HostedZoneIdMarker": "

If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "ListTrafficPolicyInstancesRequest$HostedZoneIdMarker": "

For the first request to ListTrafficPolicyInstances, omit this value.

If the value of IsTruncated in the previous response was true, you have more traffic policy instances. To get the next group of MaxItems traffic policy instances, submit another ListTrafficPolicyInstances request. For the value of HostedZoneIdMarker, specify the value of HostedZoneIdMarker from the previous response, which is the hosted zone ID of the first traffic policy instance in the next group of MaxItems traffic policy instances.

If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.

", "ListTrafficPolicyInstancesResponse$HostedZoneIdMarker": "

If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

", "TrafficPolicyInstance$HostedZoneId": null, "UpdateHostedZoneCommentRequest$Id": "

The ID of the hosted zone you want to update.

" } }, "ResourcePath": { "base": null, "refs": { "HealthCheckConfig$ResourcePath": "

Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

", "UpdateHealthCheckRequest$ResourcePath": "

The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

Specify this value only if you want to change it.

" } }, "ResourceRecord": { "base": "

A complex type that contains the value of the Value element for the current resource record set.

", "refs": { "ResourceRecords$member": null } }, "ResourceRecordSet": { "base": "

A complex type that contains information about the current resource record set.

", "refs": { "Change$ResourceRecordSet": "

Information about the resource record set to create or delete.

", "ResourceRecordSets$member": null } }, "ResourceRecordSetFailover": { "base": null, "refs": { "ResourceRecordSet$Failover": "

Failover resource record sets only: To configure failover, you add the Failover element to two resource record sets. For one resource record set, you specify PRIMARY as the value for Failover; for the other resource record set, you specify SECONDARY. In addition, you include the HealthCheckId element and specify the health check that you want Amazon Route 53 to perform for each resource record set.

You can create failover and failover alias resource record sets only in public hosted zones.

Except where noted, the following failover behaviors assume that you have included the HealthCheckId element in both resource record sets:

You cannot create non-failover resource record sets that have the same values for the Name and Type elements as failover resource record sets.

For failover alias resource record sets, you must also include the EvaluateTargetHealth element and set the value to true.

For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

Valid values: PRIMARY | SECONDARY

" } }, "ResourceRecordSetIdentifier": { "base": null, "refs": { "ListChangeBatchesByRRSetRequest$SetIdentifier": "

The identifier of the RRSet that you want to see changes for.

", "ListResourceRecordSetsRequest$StartRecordIdentifier": "

Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

", "ListResourceRecordSetsResponse$NextRecordIdentifier": "

Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

", "ResourceRecordSet$SetIdentifier": "

Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier must be unique for each resource record set that has the same combination of DNS name and type.

" } }, "ResourceRecordSetRegion": { "base": null, "refs": { "ResourceRecordSet$Region": "

Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.

You can create latency and latency alias resource record sets only in public hosted zones.

When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.

Note the following:

" } }, "ResourceRecordSetWeight": { "base": null, "refs": { "ResourceRecordSet$Weight": "

Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:

" } }, "ResourceRecordSets": { "base": null, "refs": { "ListResourceRecordSetsResponse$ResourceRecordSets": "

A complex type that contains information about the resource record sets that are returned by the request.

" } }, "ResourceRecords": { "base": null, "refs": { "ResourceRecordSet$ResourceRecords": "

A complex type that contains the resource records for the current resource record set.

" } }, "ResourceTagSet": { "base": "

A complex type containing a resource and its associated tags.

", "refs": { "ListTagsForResourceResponse$ResourceTagSet": "

A ResourceTagSet containing tags associated with the specified resource.

", "ResourceTagSetList$member": null } }, "ResourceTagSetList": { "base": null, "refs": { "ListTagsForResourcesResponse$ResourceTagSets": "

A list of ResourceTagSets containing tags associated with the specified resources.

" } }, "ResourceURI": { "base": null, "refs": { "CreateHealthCheckResponse$Location": "

The unique URL representing the new health check.

", "CreateHostedZoneResponse$Location": "

The unique URL representing the new hosted zone.

", "CreateReusableDelegationSetResponse$Location": "

The unique URL representing the new reusbale delegation set.

", "CreateTrafficPolicyInstanceResponse$Location": "

A unique URL that represents a new traffic policy instance.

", "CreateTrafficPolicyResponse$Location": null, "CreateTrafficPolicyVersionResponse$Location": null } }, "SearchString": { "base": null, "refs": { "HealthCheckConfig$SearchString": "

A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

", "UpdateHealthCheckRequest$SearchString": "

If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

Specify this value only if you want to change it.

" } }, "Statistic": { "base": null, "refs": { "CloudWatchAlarmConfiguration$Statistic": "

The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

Valid Values are SampleCount, Average, Sum, Minimum and Maximum

" } }, "Status": { "base": null, "refs": { "StatusReport$Status": "

The observed health check status.

" } }, "StatusReport": { "base": "

A complex type that contains information about the health check status for the current observation.

", "refs": { "HealthCheckObservation$StatusReport": "

A complex type that contains information about the health check status for the current observation.

" } }, "TTL": { "base": null, "refs": { "CreateTrafficPolicyInstanceRequest$TTL": "

The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.

", "ResourceRecordSet$TTL": "

The cache time to live for the current resource record set. Note the following:

", "TrafficPolicyInstance$TTL": null, "UpdateTrafficPolicyInstanceRequest$TTL": "

The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

" } }, "Tag": { "base": "

A single tag containing a key and value.

", "refs": { "TagList$member": null } }, "TagKey": { "base": null, "refs": { "Tag$Key": "

The key for a Tag.

", "TagKeyList$member": null } }, "TagKeyList": { "base": null, "refs": { "ChangeTagsForResourceRequest$RemoveTagKeys": "

A list of Tag keys that you want to remove from the specified resource.

" } }, "TagList": { "base": null, "refs": { "ChangeTagsForResourceRequest$AddTags": "

A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

", "ResourceTagSet$Tags": "

The tags associated with the specified resource.

" } }, "TagResourceId": { "base": null, "refs": { "ChangeTagsForResourceRequest$ResourceId": "

The ID of the resource for which you want to add, change, or delete tags.

", "ListTagsForResourceRequest$ResourceId": "

The ID of the resource for which you want to retrieve tags.

", "ResourceTagSet$ResourceId": "

The ID for the specified resource.

", "TagResourceIdList$member": null } }, "TagResourceIdList": { "base": null, "refs": { "ListTagsForResourcesRequest$ResourceIds": "

A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

" } }, "TagResourceType": { "base": null, "refs": { "ChangeTagsForResourceRequest$ResourceType": "

The type of the resource.

- The resource type for health checks is healthcheck.

- The resource type for hosted zones is hostedzone.

", "ListTagsForResourceRequest$ResourceType": "

The type of the resource.

- The resource type for health checks is healthcheck.

- The resource type for hosted zones is hostedzone.

", "ListTagsForResourcesRequest$ResourceType": "

The type of the resources.

- The resource type for health checks is healthcheck.

- The resource type for hosted zones is hostedzone.

", "ResourceTagSet$ResourceType": "

The type of the resource.

- The resource type for health checks is healthcheck.

- The resource type for hosted zones is hostedzone.

" } }, "TagValue": { "base": null, "refs": { "Tag$Value": "

The value for a Tag.

" } }, "Threshold": { "base": null, "refs": { "CloudWatchAlarmConfiguration$Threshold": "

The value that the metric is compared with to determine the state of the alarm. For example, if you want the health check to fail if the average TCP connection time is greater than 500 milliseconds for more than 60 seconds, the threshold is 500.

" } }, "ThrottlingException": { "base": null, "refs": { } }, "TimeStamp": { "base": null, "refs": { "ChangeBatchRecord$SubmittedAt": "

The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

", "ChangeInfo$SubmittedAt": "

The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

", "StatusReport$CheckedTime": "

The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

" } }, "TooManyHealthChecks": { "base": null, "refs": { } }, "TooManyHostedZones": { "base": "

This error indicates that you've reached the maximum number of hosted zones that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.

", "refs": { } }, "TooManyTrafficPolicies": { "base": "

You've created the maximum number of traffic policies that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.

", "refs": { } }, "TooManyTrafficPolicyInstances": { "base": "

You've created the maximum number of traffic policy instances that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.

", "refs": { } }, "TrafficPolicies": { "base": null, "refs": { "ListTrafficPolicyVersionsResponse$TrafficPolicies": "

A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

" } }, "TrafficPolicy": { "base": null, "refs": { "CreateTrafficPolicyResponse$TrafficPolicy": "

A complex type that contains settings for the new traffic policy.

", "CreateTrafficPolicyVersionResponse$TrafficPolicy": "

A complex type that contains settings for the new version of the traffic policy.

", "GetTrafficPolicyResponse$TrafficPolicy": "

A complex type that contains settings for the specified traffic policy.

", "TrafficPolicies$member": null, "UpdateTrafficPolicyCommentResponse$TrafficPolicy": "

A complex type that contains settings for the specified traffic policy.

" } }, "TrafficPolicyAlreadyExists": { "base": "

A traffic policy that has the same value for Name already exists.

", "refs": { } }, "TrafficPolicyComment": { "base": null, "refs": { "CreateTrafficPolicyRequest$Comment": "

Any comments that you want to include about the traffic policy.

", "CreateTrafficPolicyVersionRequest$Comment": "

Any comments that you want to include about the new traffic policy version.

", "TrafficPolicy$Comment": null, "UpdateTrafficPolicyCommentRequest$Comment": "

The new comment for the specified traffic policy and version.

" } }, "TrafficPolicyDocument": { "base": null, "refs": { "CreateTrafficPolicyRequest$Document": "

The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

", "CreateTrafficPolicyVersionRequest$Document": "

The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

", "TrafficPolicy$Document": null } }, "TrafficPolicyId": { "base": null, "refs": { "CreateTrafficPolicyInstanceRequest$TrafficPolicyId": "

The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

", "CreateTrafficPolicyVersionRequest$Id": "

The ID of the traffic policy for which you want to create a new version.

", "DeleteTrafficPolicyRequest$Id": "

The ID of the traffic policy that you want to delete.

", "GetTrafficPolicyRequest$Id": "

The ID of the traffic policy that you want to get information about.

", "ListTrafficPoliciesRequest$TrafficPolicyIdMarker": "

For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

Policies are listed in the order in which they were created.

", "ListTrafficPoliciesResponse$TrafficPolicyIdMarker": "

If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

", "ListTrafficPolicyInstancesByPolicyRequest$TrafficPolicyId": "

The ID of the traffic policy for which you want to list traffic policy instances.

", "ListTrafficPolicyVersionsRequest$Id": "

Specify the value of Id of the traffic policy for which you want to list all versions.

", "TrafficPolicy$Id": null, "TrafficPolicyInstance$TrafficPolicyId": null, "TrafficPolicySummary$Id": null, "UpdateTrafficPolicyCommentRequest$Id": "

The value of Id for the traffic policy for which you want to update the comment.

", "UpdateTrafficPolicyInstanceRequest$TrafficPolicyId": "

The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

" } }, "TrafficPolicyInUse": { "base": "

One or more traffic policy instances were created by using the specified traffic policy.

", "refs": { } }, "TrafficPolicyInstance": { "base": null, "refs": { "CreateTrafficPolicyInstanceResponse$TrafficPolicyInstance": "

A complex type that contains settings for the new traffic policy instance.

", "GetTrafficPolicyInstanceResponse$TrafficPolicyInstance": "

A complex type that contains settings for the traffic policy instance.

", "TrafficPolicyInstances$member": null, "UpdateTrafficPolicyInstanceResponse$TrafficPolicyInstance": "

A complex type that contains settings for the updated traffic policy instance.

" } }, "TrafficPolicyInstanceAlreadyExists": { "base": "

Traffic policy instance with given Id already exists.

", "refs": { } }, "TrafficPolicyInstanceCount": { "base": null, "refs": { "GetTrafficPolicyInstanceCountResponse$TrafficPolicyInstanceCount": "

The number of traffic policy instances that are associated with the current AWS account.

" } }, "TrafficPolicyInstanceId": { "base": null, "refs": { "DeleteTrafficPolicyInstanceRequest$Id": "

The ID of the traffic policy instance that you want to delete.

When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.", "GetTrafficPolicyInstanceRequest$Id": "

The ID of the traffic policy instance that you want to get information about.

", "ResourceRecordSet$TrafficPolicyInstanceId": null, "TrafficPolicyInstance$Id": null, "UpdateTrafficPolicyInstanceRequest$Id": "

The ID of the traffic policy instance that you want to update.

" } }, "TrafficPolicyInstanceState": { "base": null, "refs": { "TrafficPolicyInstance$State": null } }, "TrafficPolicyInstances": { "base": null, "refs": { "ListTrafficPolicyInstancesByHostedZoneResponse$TrafficPolicyInstances": "

A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

", "ListTrafficPolicyInstancesByPolicyResponse$TrafficPolicyInstances": "

A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

", "ListTrafficPolicyInstancesResponse$TrafficPolicyInstances": "

A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

" } }, "TrafficPolicyName": { "base": null, "refs": { "CreateTrafficPolicyRequest$Name": "

The name of the traffic policy.

", "TrafficPolicy$Name": null, "TrafficPolicySummary$Name": null } }, "TrafficPolicySummaries": { "base": null, "refs": { "ListTrafficPoliciesResponse$TrafficPolicySummaries": "

A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

" } }, "TrafficPolicySummary": { "base": null, "refs": { "TrafficPolicySummaries$member": null } }, "TrafficPolicyVersion": { "base": null, "refs": { "CreateTrafficPolicyInstanceRequest$TrafficPolicyVersion": "

The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

", "DeleteTrafficPolicyRequest$Version": "

The version number of the traffic policy that you want to delete.

", "GetTrafficPolicyRequest$Version": "

The version number of the traffic policy that you want to get information about.

", "ListTrafficPolicyInstancesByPolicyRequest$TrafficPolicyVersion": "

The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

", "TrafficPolicy$Version": null, "TrafficPolicyInstance$TrafficPolicyVersion": null, "TrafficPolicySummary$LatestVersion": null, "TrafficPolicySummary$TrafficPolicyCount": null, "UpdateTrafficPolicyCommentRequest$Version": "

The value of Version for the traffic policy for which you want to update the comment.

", "UpdateTrafficPolicyInstanceRequest$TrafficPolicyVersion": "

The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

" } }, "TrafficPolicyVersionMarker": { "base": null, "refs": { "ListTrafficPolicyVersionsRequest$TrafficPolicyVersionMarker": "

For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

Traffic policy versions are listed in sequential order.

", "ListTrafficPolicyVersionsResponse$TrafficPolicyVersionMarker": "

If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

This element is present only if IsTruncated is true.

" } }, "UpdateHealthCheckRequest": { "base": "

>A complex type that contains information about the request to update a health check.

", "refs": { } }, "UpdateHealthCheckResponse": { "base": null, "refs": { } }, "UpdateHostedZoneCommentRequest": { "base": "

A complex type that contains information about the request to update a hosted zone comment.

", "refs": { } }, "UpdateHostedZoneCommentResponse": { "base": "

A complex type containing information about the specified hosted zone after the update.

", "refs": { } }, "UpdateTrafficPolicyCommentRequest": { "base": "

A complex type that contains information about the traffic policy for which you want to update the comment.

", "refs": { } }, "UpdateTrafficPolicyCommentResponse": { "base": "

A complex type that contains the response information for the traffic policy.

", "refs": { } }, "UpdateTrafficPolicyInstanceRequest": { "base": "

A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.

", "refs": { } }, "UpdateTrafficPolicyInstanceResponse": { "base": "

A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

", "refs": { } }, "VPC": { "base": null, "refs": { "AssociateVPCWithHostedZoneRequest$VPC": "

The VPC that you want your hosted zone to be associated with.

", "CreateHostedZoneRequest$VPC": "

The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

", "CreateHostedZoneResponse$VPC": null, "DisassociateVPCFromHostedZoneRequest$VPC": "

The VPC that you want your hosted zone to be disassociated from.

", "VPCs$member": null } }, "VPCAssociationNotFound": { "base": "

The VPC you specified is not currently associated with the hosted zone.

", "refs": { } }, "VPCId": { "base": "

A VPC ID

", "refs": { "VPC$VPCId": null } }, "VPCRegion": { "base": null, "refs": { "VPC$VPCRegion": null } }, "VPCs": { "base": "

A list of VPCs

", "refs": { "GetHostedZoneResponse$VPCs": "

A complex type that contains information about VPCs associated with the specified hosted zone.

" } } } }