{ "smithy": "1.0", "metadata": { "suppressions": [ { "id": "HttpMethodSemantics", "namespace": "*" }, { "id": "HttpResponseCodeSemantics", "namespace": "*" }, { "id": "PaginatedTrait", "namespace": "*" }, { "id": "HttpHeaderTrait", "namespace": "*" }, { "id": "HttpUriConflict", "namespace": "*" }, { "id": "Service", "namespace": "*" } ] }, "shapes": { "com.amazonaws.route53#AWSAccountID": { "type": "string" }, "com.amazonaws.route53#AWSDnsV20130401": { "type": "service", "version": "2013-04-01", "operations": [ { "target": "com.amazonaws.route53#ActivateKeySigningKey" }, { "target": "com.amazonaws.route53#AssociateVPCWithHostedZone" }, { "target": "com.amazonaws.route53#ChangeResourceRecordSets" }, { "target": "com.amazonaws.route53#ChangeTagsForResource" }, { "target": "com.amazonaws.route53#CreateHealthCheck" }, { "target": "com.amazonaws.route53#CreateHostedZone" }, { "target": "com.amazonaws.route53#CreateKeySigningKey" }, { "target": "com.amazonaws.route53#CreateQueryLoggingConfig" }, { "target": "com.amazonaws.route53#CreateReusableDelegationSet" }, { "target": "com.amazonaws.route53#CreateTrafficPolicy" }, { "target": "com.amazonaws.route53#CreateTrafficPolicyInstance" }, { "target": "com.amazonaws.route53#CreateTrafficPolicyVersion" }, { "target": "com.amazonaws.route53#CreateVPCAssociationAuthorization" }, { "target": "com.amazonaws.route53#DeactivateKeySigningKey" }, { "target": "com.amazonaws.route53#DeleteHealthCheck" }, { "target": "com.amazonaws.route53#DeleteHostedZone" }, { "target": "com.amazonaws.route53#DeleteKeySigningKey" }, { "target": "com.amazonaws.route53#DeleteQueryLoggingConfig" }, { "target": "com.amazonaws.route53#DeleteReusableDelegationSet" }, { "target": "com.amazonaws.route53#DeleteTrafficPolicy" }, { "target": "com.amazonaws.route53#DeleteTrafficPolicyInstance" }, { "target": "com.amazonaws.route53#DeleteVPCAssociationAuthorization" }, { "target": "com.amazonaws.route53#DisableHostedZoneDNSSEC" }, { "target": "com.amazonaws.route53#DisassociateVPCFromHostedZone" }, { "target": "com.amazonaws.route53#EnableHostedZoneDNSSEC" }, { "target": "com.amazonaws.route53#GetAccountLimit" }, { "target": "com.amazonaws.route53#GetChange" }, { "target": "com.amazonaws.route53#GetCheckerIpRanges" }, { "target": "com.amazonaws.route53#GetDNSSEC" }, { "target": "com.amazonaws.route53#GetGeoLocation" }, { "target": "com.amazonaws.route53#GetHealthCheck" }, { "target": "com.amazonaws.route53#GetHealthCheckCount" }, { "target": "com.amazonaws.route53#GetHealthCheckLastFailureReason" }, { "target": "com.amazonaws.route53#GetHealthCheckStatus" }, { "target": "com.amazonaws.route53#GetHostedZone" }, { "target": "com.amazonaws.route53#GetHostedZoneCount" }, { "target": "com.amazonaws.route53#GetHostedZoneLimit" }, { "target": "com.amazonaws.route53#GetQueryLoggingConfig" }, { "target": "com.amazonaws.route53#GetReusableDelegationSet" }, { "target": "com.amazonaws.route53#GetReusableDelegationSetLimit" }, { "target": "com.amazonaws.route53#GetTrafficPolicy" }, { "target": "com.amazonaws.route53#GetTrafficPolicyInstance" }, { "target": "com.amazonaws.route53#GetTrafficPolicyInstanceCount" }, { "target": "com.amazonaws.route53#ListGeoLocations" }, { "target": "com.amazonaws.route53#ListHealthChecks" }, { "target": "com.amazonaws.route53#ListHostedZones" }, { "target": "com.amazonaws.route53#ListHostedZonesByName" }, { "target": "com.amazonaws.route53#ListHostedZonesByVPC" }, { "target": "com.amazonaws.route53#ListQueryLoggingConfigs" }, { "target": "com.amazonaws.route53#ListResourceRecordSets" }, { "target": "com.amazonaws.route53#ListReusableDelegationSets" }, { "target": "com.amazonaws.route53#ListTagsForResource" }, { "target": "com.amazonaws.route53#ListTagsForResources" }, { "target": "com.amazonaws.route53#ListTrafficPolicies" }, { "target": "com.amazonaws.route53#ListTrafficPolicyInstances" }, { "target": "com.amazonaws.route53#ListTrafficPolicyInstancesByHostedZone" }, { "target": "com.amazonaws.route53#ListTrafficPolicyInstancesByPolicy" }, { "target": "com.amazonaws.route53#ListTrafficPolicyVersions" }, { "target": "com.amazonaws.route53#ListVPCAssociationAuthorizations" }, { "target": "com.amazonaws.route53#TestDNSAnswer" }, { "target": "com.amazonaws.route53#UpdateHealthCheck" }, { "target": "com.amazonaws.route53#UpdateHostedZoneComment" }, { "target": "com.amazonaws.route53#UpdateTrafficPolicyComment" }, { "target": "com.amazonaws.route53#UpdateTrafficPolicyInstance" } ], "traits": { "aws.api#service": { "sdkId": "Route 53", "arnNamespace": "route53", "cloudFormationName": "Route53", "cloudTrailEventSource": "route53.amazonaws.com", "endpointPrefix": "route53" }, "aws.auth#sigv4": { "name": "route53" }, "aws.protocols#restXml": {}, "smithy.api#documentation": "

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.

", "smithy.api#title": "Amazon Route 53", "smithy.api#xmlNamespace": { "uri": "https://route53.amazonaws.com/doc/2013-04-01/" } } }, "com.amazonaws.route53#AccountLimit": { "type": "structure", "members": { "Type": { "target": "com.amazonaws.route53#AccountLimitType", "traits": { "smithy.api#documentation": "

The limit that you requested. Valid values include the following:

\n\t\t ", "smithy.api#required": {} } }, "Value": { "target": "com.amazonaws.route53#LimitValue", "traits": { "smithy.api#documentation": "

The current value for the limit that is specified by \n\t\t\tType.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

" } }, "com.amazonaws.route53#AccountLimitType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "MAX_HEALTH_CHECKS_BY_OWNER", "name": "MAX_HEALTH_CHECKS_BY_OWNER" }, { "value": "MAX_HOSTED_ZONES_BY_OWNER", "name": "MAX_HOSTED_ZONES_BY_OWNER" }, { "value": "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER", "name": "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER" }, { "value": "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER", "name": "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER" }, { "value": "MAX_TRAFFIC_POLICIES_BY_OWNER", "name": "MAX_TRAFFIC_POLICIES_BY_OWNER" } ] } }, "com.amazonaws.route53#ActivateKeySigningKey": { "type": "operation", "input": { "target": "com.amazonaws.route53#ActivateKeySigningKeyRequest" }, "output": { "target": "com.amazonaws.route53#ActivateKeySigningKeyResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidKeySigningKeyStatus" }, { "target": "com.amazonaws.route53#InvalidKMSArn" }, { "target": "com.amazonaws.route53#InvalidSigningStatus" }, { "target": "com.amazonaws.route53#NoSuchKeySigningKey" } ], "traits": { "smithy.api#documentation": "

Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. This operation changes the \n\t\t\tKSK status to ACTIVE.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate", "code": 200 } } }, "com.amazonaws.route53#ActivateKeySigningKeyRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

A unique string used to identify a hosted zone.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#SigningKeyName", "traits": { "smithy.api#documentation": "

A string used to identify a key-signing key (KSK). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same \n\t\t\thosted zone.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } } }, "com.amazonaws.route53#ActivateKeySigningKeyResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#required": {} } } } }, "com.amazonaws.route53#AlarmIdentifier": { "type": "structure", "members": { "Region": { "target": "com.amazonaws.route53#CloudWatchRegion", "traits": { "smithy.api#documentation": "

For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, \n\t\t\tthe region that the alarm was created in.

\n\t

For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in \n\t\t\tthe Amazon Web Services General Reference.

", "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#AlarmName", "traits": { "smithy.api#documentation": "

The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

\n\t\t \n

Route 53 supports CloudWatch alarms with the following features:

\n\t\t\t \n\t\t
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether \n\t\t\tthe specified health check is healthy.

" } }, "com.amazonaws.route53#AlarmName": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 256 } } }, "com.amazonaws.route53#AliasHealthEnabled": { "type": "boolean" }, "com.amazonaws.route53#AliasTarget": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

\n Alias resource records sets only: The value used depends on where you want to route traffic:

\n\t\t
\n
Amazon API Gateway custom regional APIs and edge-optimized APIs
\n
\n

Specify the hosted zone ID for your API. You can get the applicable value using the AWS CLI command \n\t\t\t\t\tget-domain-names:

\n\t\t\t\t\t \n\t\t\t\t
\n
Amazon Virtual Private Cloud interface VPC endpoint
\n
\n

Specify the hosted zone ID for your interface endpoint. You can get the value of HostedZoneId \n\t\t\t\t\tusing the AWS CLI command \n\t\t\t\t\tdescribe-vpc-endpoints.

\n\t\t\t\t
\n
CloudFront distribution
\n
\n\t\t\t\t\t

Specify Z2FDTNDATAQYW2.

\n\t\t\t\t\t \n\t\t\t\t\t\t

Alias resource record sets for CloudFront can't be created in a private zone.

\n\t\t\t\t\t
\n\t\t\t\t
\n
Elastic Beanstalk environment
\n
\n\t\t\t\t\t

Specify the hosted zone ID for the region that you created the environment in. The environment \n\t\t\t\t\t\tmust have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see \n\t\t\t\t\t AWS Elastic Beanstalk endpoints and quotas in the \n\t\t\t\t\t\t the Amazon Web Services General Reference.

\n\t\t\t\t
\n
ELB load balancer
\n
\n\t\t\t\t\t

Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the \n\t\t\t\t\t\thosted zone ID:

\n\t\t\t\t\t \n\t\t\t\t
\n
AWS Global Accelerator accelerator
\n
\n

Specify Z2BJ6XQ5FK7U4H.

\n
\n
An Amazon S3 bucket configured as a static website
\n
\n\t\t\t\t\t

Specify the hosted zone ID for the region that you created the bucket in. For more information about \n\t\t\t\t\t\tvalid values, see the table \n\t\t\t\t\t\tAmazon S3 Website Endpoints \n\t\t\t\t\t\tin the Amazon Web Services General Reference.

\n\t\t\t\t
\n
Another Route 53 resource record set in your hosted zone
\n
\n\t\t\t\t\t

Specify the hosted zone ID of your hosted zone. (An alias resource record set\n\t\t\t\t\t\tcan't reference a resource record set in a different hosted zone.)

\n\t\t\t\t
\n
", "smithy.api#required": {} } }, "DNSName": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

\n Alias resource record sets only: The value that you specify depends on where you want to route queries:

\n\t\t
\n
Amazon API Gateway custom regional APIs and edge-optimized APIs
\n
\n

Specify the applicable domain name for your API. You can get the applicable value using the AWS CLI command \n\t\t\t\t\tget-domain-names:

\n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t\t

The name of the record that you're creating must match a custom domain name for your API, such as \n\t\t\t\t\t\t\tapi.example.com.

\n\t\t\t\t\t
\n\t\t\t\t
\n
Amazon Virtual Private Cloud interface VPC endpoint
\n
\n

Enter the API endpoint for the interface endpoint, such as \n\t\t\t\t\tvpce-123456789abcdef01-example-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com. For edge-optimized APIs, \n\t\t\t\t\tthis is the domain name for the corresponding CloudFront distribution. You can get the value of DnsName using the AWS CLI command \n\t\t\t\t\tdescribe-vpc-endpoints.

\n\t\t\t\t
\n
CloudFront distribution
\n
\n

Specify the domain name that CloudFront assigned when you created your distribution.

\n\t\t\t\t\t

Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. \n\t\t\t\t\t\tFor example, if the name of the resource record set is acme.example.com, your CloudFront distribution must \n\t\t\t\t\t\tinclude acme.example.com as one of the alternate domain names. For more information, see \n\t\t\t\t\t\tUsing Alternate Domain Names (CNAMEs) in the \n\t\t\t\t\t\tAmazon CloudFront Developer Guide.

\n\t\t\t\t\t

You can't create a resource record set in a private hosted zone to route traffic to a CloudFront distribution.

\n\t\t\t\t\t \n

For failover alias records, you can't specify a CloudFront distribution for both the primary and secondary records. \n\t\t\t\t\t\tA distribution must include an alternate domain name that matches the name of the record. However, the primary and secondary records \n\t\t\t\t\t\thave the same name, and you can't include the same alternate domain name in more than one distribution.

\n
\n\t\t\t\t
\n
Elastic Beanstalk environment
\n
\n\t\t\t\t\t

If the domain name for your Elastic Beanstalk environment includes the region that you deployed the environment in, \n\t\t\t\t\t\tyou can create an alias record that routes traffic to the environment. For example, the domain name \n\t\t\t\t\t\tmy-environment.us-west-2.elasticbeanstalk.com is a regionalized domain name.

\n\t\t\t\t\t \n\t\t\t\t\t\t

For environments that were created before early 2016, the domain name doesn't include the region. To route traffic \n\t\t\t\t\t\t\tto these environments, you must create a CNAME record instead of an alias record. Note that you can't create a \n\t\t\t\t\t\t\tCNAME record for the root domain name. For example, if your domain name is example.com, you can create a record \n\t\t\t\t\t\t\tthat routes traffic for acme.example.com to your Elastic Beanstalk environment, but you can't create a record \n\t\t\t\t\t\t\tthat routes traffic for example.com to your Elastic Beanstalk environment.

\n\t\t\t\t\t
\n\t\t\t\t\t

For Elastic Beanstalk environments that have regionalized subdomains, specify the CNAME attribute for the environment. \n\t\t\t\t\t\tYou can use the following methods to get the value of the CNAME attribute:

\n\t\t\t\t\t \n\t\t\t\t
\n
ELB load balancer
\n
\n

Specify the DNS name that is associated with the load balancer. Get the DNS name by using the AWS Management Console, \n\t\t\t\t\tthe ELB API, or the AWS CLI.

\n\t\t\t\t\t \n\t\t\t\t
\n
AWS Global Accelerator accelerator
\n
\n

Specify the DNS name for your accelerator:

\n\t\t\t\t\t \n\t\t\t\t
\n
Amazon S3 bucket that is configured as a static website
\n
\n

Specify the domain name of the Amazon S3 website endpoint that you created the bucket in, for example, \n\t\t\t\t\ts3-website.us-east-2.amazonaws.com. For more information about valid values, see the table \n\t\t\t\t\tAmazon S3 Website Endpoints \n\t\t\t\t\tin the Amazon Web Services General Reference. For more information about using S3 buckets for websites, \n\t\t\t\t\tsee Getting Started with Amazon Route 53 \n\t\t\t\t\tin the Amazon Route 53 Developer Guide.\n

\n
\n
Another Route 53 resource record set
\n
\n

Specify the value of the Name element for a resource record set in the current hosted zone.

\n\t\t\t\t\t \n

If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), \n\t\t\t\t\t\tyou can't specify the domain name for a record for which the value of Type is CNAME. This is because \n\t\t\t\t\t\tthe alias record must have the same type as the record that you're routing traffic to, and creating a CNAME record for the \n\t\t\t\t\t\tzone apex isn't supported even for an alias record.

\n
\n\t\t\t\t
\n
", "smithy.api#required": {} } }, "EvaluateTargetHealth": { "target": "com.amazonaws.route53#AliasHealthEnabled", "traits": { "smithy.api#documentation": "

\n Applies only to alias, failover alias, geolocation alias, latency alias, and weighted alias resource record sets: \n\t\t\tWhen EvaluateTargetHealth is true, an alias resource record set inherits the health of the referenced AWS resource, \n\t\t\tsuch as an ELB load balancer or another resource record set in the hosted zone.

\n\t\t

Note the following:

\n\n\t\t
\n
CloudFront distributions
\n
\n

You can't set EvaluateTargetHealth to true when the alias target is a \n\t\t\t\t\tCloudFront distribution.

\n
\n
Elastic Beanstalk environments that have regionalized subdomains
\n
\n

If you specify an Elastic Beanstalk environment in DNSName and the environment contains an ELB load balancer, \n\t\t\t\t\tElastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically \n\t\t\t\t\tcontains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth to \n\t\t\t\t\ttrue and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, \n\t\t\t\t\tRoute 53 routes queries to other available resources that are healthy, if any.

\n\t\t\t\t\t

If the environment contains a single Amazon EC2 instance, there are no special requirements.

\n
\n
ELB load balancers
\n
\n

Health checking behavior depends on the type of load balancer:

\n\t\t\t\t\t \n\t\t\t\t\t \n

When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Route 53 health checks, but \n\t\t\t\t\t\tthey perform a similar function. Do not create Route 53 health checks for the EC2 instances that you register with an ELB load balancer.

\n
\n\t\t\t\t
\n
S3 buckets
\n
\n

There are no special requirements for setting EvaluateTargetHealth to true \n\t\t\t\t\twhen the alias target is an S3 bucket.

\n
\n
Other records in the same hosted zone
\n
\n

If the AWS resource that you specify in DNSName is a record or a group of records \n\t\t\t\t\t(for example, a group of weighted records) but is not another alias record, we recommend that you associate a health check \n\t\t\t\t\twith all of the records in the alias target. For more information, see \n\t\t\t\t\tWhat Happens When You Omit Health Checks? \n\t\t\t\t\tin the Amazon Route 53 Developer Guide.

\n
\n
\n\t\t\n\t\t

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

\n Alias resource record sets only: Information about the AWS resource, such as a CloudFront distribution or \n\t\t\tan Amazon S3 bucket, that you want to route traffic to.

\n\t\t

When creating resource record sets for a private hosted zone, note the following:

\n\t\t " } }, "com.amazonaws.route53#AssociateVPCComment": { "type": "string" }, "com.amazonaws.route53#AssociateVPCWithHostedZone": { "type": "operation", "input": { "target": "com.amazonaws.route53#AssociateVPCWithHostedZoneRequest" }, "output": { "target": "com.amazonaws.route53#AssociateVPCWithHostedZoneResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConflictingDomainExists" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidVPCId" }, { "target": "com.amazonaws.route53#LimitsExceeded" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#NotAuthorizedException" }, { "target": "com.amazonaws.route53#PriorRequestNotComplete" }, { "target": "com.amazonaws.route53#PublicZoneVPCAssociation" } ], "traits": { "smithy.api#documentation": "

Associates an Amazon VPC with a private hosted zone.

\n\t\t \n

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

\n
\n\t\t \n

If you want to associate a VPC that was created by using one AWS account with a private hosted zone that was created \n\t\t\tby using a different account, the AWS account that created the private hosted zone must first submit a \n\t\t\tCreateVPCAssociationAuthorization request. Then the account that created the VPC must submit an \n\t\t\tAssociateVPCWithHostedZone request.

\n
", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/associatevpc", "code": 200 } } }, "com.amazonaws.route53#AssociateVPCWithHostedZoneRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the private hosted zone that you want to associate an Amazon VPC with.

\n\t\t

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "VPC": { "target": "com.amazonaws.route53#VPC", "traits": { "smithy.api#documentation": "

A complex type that contains information about the VPC that you want to associate with a private hosted zone.

", "smithy.api#required": {} } }, "Comment": { "target": "com.amazonaws.route53#AssociateVPCComment", "traits": { "smithy.api#documentation": "

\n Optional: A comment about the association request.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#AssociateVPCWithHostedZoneResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#documentation": "

A complex type that describes the changes made to your hosted zone.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#Change": { "type": "structure", "members": { "Action": { "target": "com.amazonaws.route53#ChangeAction", "traits": { "smithy.api#documentation": "

The action to perform:

\n\t\t ", "smithy.api#required": {} } }, "ResourceRecordSet": { "target": "com.amazonaws.route53#ResourceRecordSet", "traits": { "smithy.api#documentation": "

Information about the resource record set to create, delete, or update.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

The information for each resource record set that you want to change.

" } }, "com.amazonaws.route53#ChangeAction": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "CREATE", "name": "CREATE" }, { "value": "DELETE", "name": "DELETE" }, { "value": "UPSERT", "name": "UPSERT" } ] } }, "com.amazonaws.route53#ChangeBatch": { "type": "structure", "members": { "Comment": { "target": "com.amazonaws.route53#ResourceDescription", "traits": { "smithy.api#documentation": "

\n Optional: Any comments you want to include about a change batch\n\t\t\trequest.

" } }, "Changes": { "target": "com.amazonaws.route53#Changes", "traits": { "smithy.api#documentation": "

Information about the changes to make to the record sets.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

The information for a change request.

" } }, "com.amazonaws.route53#ChangeInfo": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the request.

", "smithy.api#required": {} } }, "Status": { "target": "com.amazonaws.route53#ChangeStatus", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "SubmittedAt": { "target": "com.amazonaws.route53#TimeStamp", "traits": { "smithy.api#documentation": "

The date and time that the change request was submitted in \n\t\t\tISO 8601 format and Coordinated Universal Time (UTC). \n\t\t\tFor example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

", "smithy.api#required": {} } }, "Comment": { "target": "com.amazonaws.route53#ResourceDescription", "traits": { "smithy.api#documentation": "

A complex type that describes change information about changes made to your hosted\n\t\t\tzone.

\n\t\t

This element contains an ID that you use when performing a \n\t\t\tGetChange \n\t\t\taction to get detailed information about the change.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that describes change information about changes made to your hosted\n\t\t\tzone.

" } }, "com.amazonaws.route53#ChangeResourceRecordSets": { "type": "operation", "input": { "target": "com.amazonaws.route53#ChangeResourceRecordSetsRequest" }, "output": { "target": "com.amazonaws.route53#ChangeResourceRecordSetsResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidChangeBatch" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHealthCheck" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#PriorRequestNotComplete" } ], "traits": { "smithy.api#documentation": "

Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified \n\t\t\tdomain name or subdomain name. For example, you can use ChangeResourceRecordSets to create a resource record set that \n\t\t\troutes traffic for test.example.com to a web server that has an IP address of 192.0.2.44.

\n\t\t\n\t\t

\n Deleting Resource Record Sets\n

\n\t\t

To delete a resource record set, you must specify all the same values that you specified when you created it.

\n\n\t\t

\n Change Batches and Transactional Changes\n

\n\t\t

The request body must include a document with a ChangeResourceRecordSetsRequest element. \n\t\t\tThe request body contains a list of change items, known as a change batch. Change batches are considered transactional changes.\n\t\t\tRoute 53 validates the changes in the request and then either makes all or none of the changes in the change batch request. \n\t\t\tThis ensures that DNS routing isn't adversely affected by partial changes to the resource record sets in a hosted zone.

\n\t\t

For example, suppose a change batch request contains two changes: it deletes the CNAME resource record set for www.example.com and \n\t\t\tcreates an alias resource record set for www.example.com. If validation for both records succeeds, Route 53 deletes the first resource record set and \n\t\t\tcreates the second resource record set in a single operation. If validation for either the DELETE or the CREATE action fails, \n\t\t\tthen the request is canceled, and the original CNAME record continues to exist.

\n\t\t \n\t\t\t

If you try to delete the same resource record set more than once in a single change batch, Route 53 returns an InvalidChangeBatch error.

\n\t\t
\n\t\t\n\t\t

\n Traffic Flow\n

\n\t\t

To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the \n\t\t\tRoute 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, \n\t\t\tthen associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), \n\t\t\tin the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing \n\t\t\tas expected. For more information, see Using Traffic Flow to Route DNS Traffic \n\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t\n\t\t

\n Create, Delete, and Upsert\n

\n\t\t

Use ChangeResourceRecordsSetsRequest to perform the following actions:

\n\t\t\t \n\t\t\n\t\t

\n Syntaxes for Creating, Updating, and Deleting Resource Record Sets\n

\n\t\t

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

\n\n\t\t\n\t\t

For an example for each type of resource record set, see \"Examples.\"

\n\t\t\n\t\t\n\t\t

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

\n\t\t\n\t\t

\n Change Propagation to Route 53 DNS Servers\n

\n\t\t

When you submit a ChangeResourceRecordSets request, Route 53 propagates your changes to all of the \n\t\t\tRoute 53 authoritative DNS servers. While your changes are propagating, GetChange returns a status of \n\t\t\tPENDING. When propagation is complete, GetChange returns a status of INSYNC. \n\t\t\tChanges generally propagate to all Route 53 name servers within 60 seconds. For more information, see \n\t\t\tGetChange.

\n\n\t\t

\n Limits on ChangeResourceRecordSets Requests\n

\n\t\t

For information about the limits on a ChangeResourceRecordSets request, see \n\t\t\tLimits in the \n\t\t\tAmazon Route 53 Developer Guide.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/rrset", "code": 200 } } }, "com.amazonaws.route53#ChangeResourceRecordSetsRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "ChangeBatch": { "target": "com.amazonaws.route53#ChangeBatch", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains change information for the resource record set.

" } }, "com.amazonaws.route53#ChangeResourceRecordSetsResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#documentation": "

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

\n\t\t

This element contains an ID that you use when performing a \n\t\t\tGetChange \n\t\t\taction to get detailed information about the change.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type containing the response for the request.

" } }, "com.amazonaws.route53#ChangeStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "PENDING", "name": "PENDING" }, { "value": "INSYNC", "name": "INSYNC" } ] } }, "com.amazonaws.route53#ChangeTagsForResource": { "type": "operation", "input": { "target": "com.amazonaws.route53#ChangeTagsForResourceRequest" }, "output": { "target": "com.amazonaws.route53#ChangeTagsForResourceResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHealthCheck" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#PriorRequestNotComplete" }, { "target": "com.amazonaws.route53#ThrottlingException" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t

For information about using tags for cost allocation, see \n\t\t\tUsing Cost Allocation Tags \n\t\t\tin the AWS Billing and Cost Management User Guide.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/tags/{ResourceType}/{ResourceId}", "code": 200 } } }, "com.amazonaws.route53#ChangeTagsForResourceRequest": { "type": "structure", "members": { "ResourceType": { "target": "com.amazonaws.route53#TagResourceType", "traits": { "smithy.api#documentation": "

The type of the resource.

\n\t\t ", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "ResourceId": { "target": "com.amazonaws.route53#TagResourceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "AddTags": { "target": "com.amazonaws.route53#TagList", "traits": { "smithy.api#documentation": "

A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags \n\t\t\tthat you want to edit Value for.

\n\t\t

You can add a maximum of 10 tags to a health check or a hosted zone.

" } }, "RemoveTagKeys": { "target": "com.amazonaws.route53#TagKeyList", "traits": { "smithy.api#documentation": "

A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. \n\t\t\tYou can specify up to 10 keys.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the tags that you want to add, edit, or delete.

" } }, "com.amazonaws.route53#ChangeTagsForResourceResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

Empty response for the request.

" } }, "com.amazonaws.route53#Changes": { "type": "list", "member": { "target": "com.amazonaws.route53#Change", "traits": { "smithy.api#xmlName": "Change" } }, "traits": { "smithy.api#length": { "min": 1 } } }, "com.amazonaws.route53#CheckerIpRanges": { "type": "list", "member": { "target": "com.amazonaws.route53#IPAddressCidr" } }, "com.amazonaws.route53#ChildHealthCheckList": { "type": "list", "member": { "target": "com.amazonaws.route53#HealthCheckId", "traits": { "smithy.api#xmlName": "ChildHealthCheck" } }, "traits": { "smithy.api#length": { "min": 0, "max": 256 } } }, "com.amazonaws.route53#CloudWatchAlarmConfiguration": { "type": "structure", "members": { "EvaluationPeriods": { "target": "com.amazonaws.route53#EvaluationPeriods", "traits": { "smithy.api#documentation": "

For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.

", "smithy.api#required": {} } }, "Threshold": { "target": "com.amazonaws.route53#Threshold", "traits": { "smithy.api#documentation": "

For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.

", "smithy.api#required": {} } }, "ComparisonOperator": { "target": "com.amazonaws.route53#ComparisonOperator", "traits": { "smithy.api#documentation": "

For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.

", "smithy.api#required": {} } }, "Period": { "target": "com.amazonaws.route53#Period", "traits": { "smithy.api#documentation": "

For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.

", "smithy.api#required": {} } }, "MetricName": { "target": "com.amazonaws.route53#MetricName", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "Namespace": { "target": "com.amazonaws.route53#Namespace", "traits": { "smithy.api#documentation": "

The namespace of the metric that the alarm is associated with. For more information, see \n\t\t\tAmazon CloudWatch Namespaces, Dimensions, and Metrics Reference \n\t\t\tin the Amazon CloudWatch User Guide.

", "smithy.api#required": {} } }, "Statistic": { "target": "com.amazonaws.route53#Statistic", "traits": { "smithy.api#documentation": "

For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.

", "smithy.api#required": {} } }, "Dimensions": { "target": "com.amazonaws.route53#DimensionList", "traits": { "smithy.api#documentation": "

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric. \n\t\t\tFor information, see \n\t\t\tAmazon CloudWatch Namespaces, Dimensions, and Metrics Reference \n\t\t\tin the Amazon CloudWatch User Guide.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

" } }, "com.amazonaws.route53#CloudWatchLogsLogGroupArn": { "type": "string" }, "com.amazonaws.route53#CloudWatchRegion": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "us-east-1", "name": "us_east_1" }, { "value": "us-east-2", "name": "us_east_2" }, { "value": "us-west-1", "name": "us_west_1" }, { "value": "us-west-2", "name": "us_west_2" }, { "value": "ca-central-1", "name": "ca_central_1" }, { "value": "eu-central-1", "name": "eu_central_1" }, { "value": "eu-west-1", "name": "eu_west_1" }, { "value": "eu-west-2", "name": "eu_west_2" }, { "value": "eu-west-3", "name": "eu_west_3" }, { "value": "ap-east-1", "name": "ap_east_1" }, { "value": "me-south-1", "name": "me_south_1" }, { "value": "ap-south-1", "name": "ap_south_1" }, { "value": "ap-southeast-1", "name": "ap_southeast_1" }, { "value": "ap-southeast-2", "name": "ap_southeast_2" }, { "value": "ap-northeast-1", "name": "ap_northeast_1" }, { "value": "ap-northeast-2", "name": "ap_northeast_2" }, { "value": "ap-northeast-3", "name": "ap_northeast_3" }, { "value": "eu-north-1", "name": "eu_north_1" }, { "value": "sa-east-1", "name": "sa_east_1" }, { "value": "cn-northwest-1", "name": "cn_northwest_1" }, { "value": "cn-north-1", "name": "cn_north_1" }, { "value": "af-south-1", "name": "af_south_1" }, { "value": "eu-south-1", "name": "eu_south_1" }, { "value": "us-gov-west-1", "name": "us_gov_west_1" }, { "value": "us-gov-east-1", "name": "us_gov_east_1" }, { "value": "us-iso-east-1", "name": "us_iso_east_1" }, { "value": "us-isob-east-1", "name": "us_isob_east_1" } ], "smithy.api#length": { "min": 1, "max": 64 } } }, "com.amazonaws.route53#ComparisonOperator": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "GreaterThanOrEqualToThreshold", "name": "GreaterThanOrEqualToThreshold" }, { "value": "GreaterThanThreshold", "name": "GreaterThanThreshold" }, { "value": "LessThanThreshold", "name": "LessThanThreshold" }, { "value": "LessThanOrEqualToThreshold", "name": "LessThanOrEqualToThreshold" } ] } }, "com.amazonaws.route53#ConcurrentModification": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#ConflictingDomainExists": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The cause of this error depends on the operation that you're performing:

\n\t\t ", "smithy.api#error": "client" } }, "com.amazonaws.route53#ConflictingTypes": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type \n\t\t\tthan the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy or \n\t\t\tCreateTrafficPolicyVersionrequest.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#CreateHealthCheck": { "type": "operation", "input": { "target": "com.amazonaws.route53#CreateHealthCheckRequest" }, "output": { "target": "com.amazonaws.route53#CreateHealthCheckResponse" }, "errors": [ { "target": "com.amazonaws.route53#HealthCheckAlreadyExists" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#TooManyHealthChecks" } ], "traits": { "smithy.api#documentation": "

Creates a new health check.

\n\t\t

For information about adding health checks to resource record sets, see \n\t\t\tHealthCheckId \n\t\t\tin \n\t\t\tChangeResourceRecordSets.

\n\t\t\n\t\t

\n ELB Load Balancers\n

\n\t\t

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

\n\t\t\n\t\t

\n Private Hosted Zones\n

\n\t\t

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

\n\t\t ", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/healthcheck", "code": 201 } } }, "com.amazonaws.route53#CreateHealthCheckRequest": { "type": "structure", "members": { "CallerReference": { "target": "com.amazonaws.route53#HealthCheckNonce", "traits": { "smithy.api#documentation": "

A unique string that identifies the request and that allows you to retry a failed CreateHealthCheck request \n\t\t\twithout the risk of creating two identical health checks:

\n\t\t ", "smithy.api#required": {} } }, "HealthCheckConfig": { "target": "com.amazonaws.route53#HealthCheckConfig", "traits": { "smithy.api#documentation": "

A complex type that contains settings for a new health check.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the health check request information.

" } }, "com.amazonaws.route53#CreateHealthCheckResponse": { "type": "structure", "members": { "HealthCheck": { "target": "com.amazonaws.route53#HealthCheck", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "Location": { "target": "com.amazonaws.route53#ResourceURI", "traits": { "smithy.api#documentation": "

The unique URL representing the new health check.

", "smithy.api#httpHeader": "Location", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#CreateHostedZone": { "type": "operation", "input": { "target": "com.amazonaws.route53#CreateHostedZoneRequest" }, "output": { "target": "com.amazonaws.route53#CreateHostedZoneResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConflictingDomainExists" }, { "target": "com.amazonaws.route53#DelegationSetNotAvailable" }, { "target": "com.amazonaws.route53#DelegationSetNotReusable" }, { "target": "com.amazonaws.route53#HostedZoneAlreadyExists" }, { "target": "com.amazonaws.route53#InvalidDomainName" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidVPCId" }, { "target": "com.amazonaws.route53#NoSuchDelegationSet" }, { "target": "com.amazonaws.route53#TooManyHostedZones" } ], "traits": { "smithy.api#documentation": "

Creates a new public or private hosted zone. You create records in a public hosted zone to define how you want to route traffic \n\t\t\ton the internet for a domain, such as example.com, and its subdomains (apex.example.com, acme.example.com). You create records in a \n\t\t\tprivate hosted zone to define how you want to route traffic for a domain and its subdomains within one or more \n\t\t\tAmazon Virtual Private Clouds (Amazon VPCs).

\n\t\t \n\t\t\t

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

\n\t\t
\n\t\t

For more information about charges for hosted zones, see Amazon Route 53 Pricing.

\n\t\t

Note the following:

\n\t\t \n\t\t

When you submit a CreateHostedZone request, the initial status of the hosted zone is PENDING. \n\t\t\tFor public hosted zones, this means that the NS and SOA records are not yet available on all Route 53 DNS servers. When the \n\t\t\tNS and SOA records are available, the status of the zone changes to INSYNC.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/hostedzone", "code": 201 } } }, "com.amazonaws.route53#CreateHostedZoneRequest": { "type": "structure", "members": { "Name": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

The name of the domain. Specify a fully qualified domain name, for example, www.example.com. \n\t\t\tThe trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Route 53 treats \n\t\t\twww.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

\n\t\t

If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name \n\t\t\tis registered with a registrar other than Route 53, change the name servers for your domain to the set of NameServers that \n\t\t\tCreateHostedZone returns in DelegationSet.

", "smithy.api#required": {} } }, "VPC": { "target": "com.amazonaws.route53#VPC", "traits": { "smithy.api#documentation": "

(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.

\n\t\t

You can specify only one Amazon VPC when you create a private hosted zone. To associate additional Amazon VPCs with the hosted zone, \n\t\t\tuse AssociateVPCWithHostedZone\n\t\t\tafter you create a hosted zone.

" } }, "CallerReference": { "target": "com.amazonaws.route53#Nonce", "traits": { "smithy.api#documentation": "

A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without \n\t\t\tthe risk of executing the operation twice. You must use a unique CallerReference string every time you submit a \n\t\t\tCreateHostedZone request. CallerReference can be any unique string, for example, a date/time stamp.

", "smithy.api#required": {} } }, "HostedZoneConfig": { "target": "com.amazonaws.route53#HostedZoneConfig", "traits": { "smithy.api#documentation": "

(Optional) A complex type that contains the following optional values:

\n\t\t \n\t\t

If you don't specify a comment or the PrivateZone element, omit HostedZoneConfig and \n\t\t\tthe other elements.

" } }, "DelegationSetId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon Route 53 assigned to the reusable delegation set \n\t\t\twhen you created it. For more information about reusable delegation sets, see \n\t\t\tCreateReusableDelegationSet.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#CreateHostedZoneResponse": { "type": "structure", "members": { "HostedZone": { "target": "com.amazonaws.route53#HostedZone", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#documentation": "

A complex type that contains information about the CreateHostedZone request.

", "smithy.api#required": {} } }, "DelegationSet": { "target": "com.amazonaws.route53#DelegationSet", "traits": { "smithy.api#documentation": "

A complex type that describes the name servers for this hosted zone.

", "smithy.api#required": {} } }, "VPC": { "target": "com.amazonaws.route53#VPC", "traits": { "smithy.api#documentation": "

A complex type that contains information about an Amazon VPC that you associated with this hosted zone.

" } }, "Location": { "target": "com.amazonaws.route53#ResourceURI", "traits": { "smithy.api#documentation": "

The unique URL representing the new hosted zone.

", "smithy.api#httpHeader": "Location", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#CreateKeySigningKey": { "type": "operation", "input": { "target": "com.amazonaws.route53#CreateKeySigningKeyRequest" }, "output": { "target": "com.amazonaws.route53#CreateKeySigningKeyResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidArgument" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidKeySigningKeyName" }, { "target": "com.amazonaws.route53#InvalidKeySigningKeyStatus" }, { "target": "com.amazonaws.route53#InvalidKMSArn" }, { "target": "com.amazonaws.route53#InvalidSigningStatus" }, { "target": "com.amazonaws.route53#KeySigningKeyAlreadyExists" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#TooManyKeySigningKeys" } ], "traits": { "smithy.api#documentation": "

Creates a new key-signing key (KSK) associated with a hosted zone. You can only have two KSKs per hosted zone.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/keysigningkey", "code": 201 } } }, "com.amazonaws.route53#CreateKeySigningKeyRequest": { "type": "structure", "members": { "CallerReference": { "target": "com.amazonaws.route53#Nonce", "traits": { "smithy.api#documentation": "

A unique string that identifies the request.

", "smithy.api#required": {} } }, "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The unique string (ID) used to identify a hosted zone.

", "smithy.api#required": {} } }, "KeyManagementServiceArn": { "target": "com.amazonaws.route53#SigningKeyString", "traits": { "smithy.api#documentation": "

The Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service (AWS KMS).\n\t\t\tThe KeyManagementServiceArn must be unique for each key-signing key (KSK) in a single hosted zone. \n\t\t\tTo see an example of KeyManagementServiceArn that grants the correct permissions for DNSSEC, \n\t\t\tscroll down to Example.

\n\t\t

You must configure the customer managed CMK as follows:

\n\t\t
\n
Status
\n
\n

Enabled

\n
\n
Key spec
\n
\n

ECC_NIST_P256

\n
\n
Key usage
\n
\n

Sign and verify

\n
\n
Key policy
\n
\n

The key policy must give permission for the following actions:

\n\t\t\t\t\t \n\t\t\t\t\t

The key policy must also include the Amazon Route 53 service in the principal for your account. \n\t\t\t\t\t\tSpecify the following:

\n\t\t\t\t\t \n\t\t\t\t
\n
\n\t\t

For more information about working with a customer managed CMK in AWS KMS, see \n\t\t\tAWS Key Management Service concepts.

", "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#SigningKeyName", "traits": { "smithy.api#documentation": "

A string used to identify a key-signing key (KSK). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same \n\t\t\thosted zone.

", "smithy.api#required": {} } }, "Status": { "target": "com.amazonaws.route53#SigningKeyStatus", "traits": { "smithy.api#documentation": "

A string specifying the initial status of the key-signing key (KSK). You can set the value to ACTIVE or INACTIVE.

", "smithy.api#required": {} } } } }, "com.amazonaws.route53#CreateKeySigningKeyResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#required": {} } }, "KeySigningKey": { "target": "com.amazonaws.route53#KeySigningKey", "traits": { "smithy.api#documentation": "

The key-signing key (KSK) that the request creates.

", "smithy.api#required": {} } }, "Location": { "target": "com.amazonaws.route53#ResourceURI", "traits": { "smithy.api#documentation": "

The unique URL representing the new key-signing key (KSK).

", "smithy.api#httpHeader": "Location", "smithy.api#required": {} } } } }, "com.amazonaws.route53#CreateQueryLoggingConfig": { "type": "operation", "input": { "target": "com.amazonaws.route53#CreateQueryLoggingConfigRequest" }, "output": { "target": "com.amazonaws.route53#CreateQueryLoggingConfigResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InsufficientCloudWatchLogsResourcePolicy" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchCloudWatchLogsLogGroup" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#QueryLoggingConfigAlreadyExists" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t

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

\n\t\t \n\t\t\n\t\t
\n
Log Group and Resource Policy
\n
\n

Before you create a query logging configuration, perform the following operations.

\n\t\t\t\t\t \n

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

\n
\n\t\t\t\t\t
    \n
  1. \n

    Create a CloudWatch Logs log group, and make note of the ARN, which you specify when you create a \n\t\t\t\t\t\t\tquery logging configuration. Note the following:

    \n\t\t\t\t\t\t\t
      \n
    • \n

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

      \n
    • \n
    • \n

      You must use the same AWS account to create the log group and the hosted zone that you want to \n\t\t\t\t\t\t\t\t\tconfigure query logging for.

      \n
    • \n
    • \n

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

      \n\t\t\t\t\t\t\t\t\t

      \n /aws/route53/hosted zone name\n \n

      \n\t\t\t\t\t\t\t\t\t

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

      \n\t\t\t\t\t\t\t\t
    • \n
    \n\t\t\t\t\t\t
  2. \n
  3. \n

    Create a CloudWatch Logs resource policy, and give it the permissions that Route 53 needs to create log streams and to \n\t\t\t\t\t\t\tsend query logs to log streams. For the value of Resource, specify the ARN for the log group that you created \n\t\t\t\t\t\t\tin the previous step. To use the same resource policy for all the CloudWatch Logs log groups that you created for query logging configurations, \n\t\t\t\t\t\t\treplace the hosted zone name with *, for example:

    \n\t\t\t\t\t\t\t

    \n arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*\n

    \n\t\t\t\t\t\t\t \n

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

    \n
    \n\t\t\t\t\t\t
  4. \n
\n\t\t\t\t
\n
Log Streams and Edge Locations
\n
\n

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

\n\t\t\t\t\t \n\t\t\t\t\t

The name of each log stream is in the following format:

\n\t\t\t\t\t

\n \n hosted zone ID/edge location code\n \n

\n\t\t\t\t\t

The edge location code is a three-letter code and an arbitrarily assigned number, for example, DFW3. The three-letter code \n\t\t\t\t\t\ttypically corresponds with the International Air Transport Association airport code for an airport near the edge location. \n\t\t\t\t\t\t(These abbreviations might change in the future.) For a list of edge locations, see \"The Route 53 Global Network\" on the \n\t\t\t\t\t\tRoute 53 Product Details page.

\n\t\t\t\t
\n
Queries That Are Logged
\n
\n

Query logs contain only the queries that DNS resolvers forward to Route 53. If a DNS resolver has already cached \n\t\t\t\t\tthe response to a query (such as the IP address for a load balancer for example.com), the resolver will continue to return \n\t\t\t\t\tthe cached response. It doesn't forward another query to Route 53 until the TTL for the corresponding resource record set expires. \n\t\t\t\t\tDepending on how many DNS queries are submitted for a resource record set, and depending on the TTL for that resource record set, \n\t\t\t\t\tquery logs might contain information about only one query out of every several thousand queries that are submitted to DNS. \n\t\t\t\t\tFor more information about how DNS works, see \n\t\t\t\t\tRouting Internet Traffic to Your Website or Web Application\n\t\t\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t\t\t
\n
Log File Format
\n
\n

For a list of the values in each query log and the format of each value, see \n\t\t\t\t\tLogging DNS Queries in the \n\t\t\t\t\tAmazon Route 53 Developer Guide.

\n\t\t\t\t
\n
Pricing
\n
\n

For information about charges for query logs, see \n\t\t\t\t\tAmazon CloudWatch Pricing.

\n
\n
How to Stop Logging
\n
\n

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

\n\t\t\t\t
\n
", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/queryloggingconfig", "code": 201 } } }, "com.amazonaws.route53#CreateQueryLoggingConfigRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.

", "smithy.api#required": {} } }, "CloudWatchLogsLogGroupArn": { "target": "com.amazonaws.route53#CloudWatchLogsLogGroupArn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to. This is the format \n\t\t\tof the ARN:

\n\t\t\n\t\t

arn:aws:logs:region:account-id:log-group:log_group_name\n

\n\t\t\n\t\t

To get the ARN for a log group, you can use the CloudWatch console, the \n\t\t\tDescribeLogGroups API action, \n\t\t\tthe describe-log-groups command, \n\t\t\tor the applicable command in one of the AWS SDKs.

", "smithy.api#required": {} } } } }, "com.amazonaws.route53#CreateQueryLoggingConfigResponse": { "type": "structure", "members": { "QueryLoggingConfig": { "target": "com.amazonaws.route53#QueryLoggingConfig", "traits": { "smithy.api#documentation": "

A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to \n\t\t\tlog queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.

", "smithy.api#required": {} } }, "Location": { "target": "com.amazonaws.route53#ResourceURI", "traits": { "smithy.api#documentation": "

The unique URL representing the new query logging configuration.

", "smithy.api#httpHeader": "Location", "smithy.api#required": {} } } } }, "com.amazonaws.route53#CreateReusableDelegationSet": { "type": "operation", "input": { "target": "com.amazonaws.route53#CreateReusableDelegationSetRequest" }, "output": { "target": "com.amazonaws.route53#CreateReusableDelegationSetResponse" }, "errors": [ { "target": "com.amazonaws.route53#DelegationSetAlreadyCreated" }, { "target": "com.amazonaws.route53#DelegationSetAlreadyReusable" }, { "target": "com.amazonaws.route53#DelegationSetNotAvailable" }, { "target": "com.amazonaws.route53#HostedZoneNotFound" }, { "target": "com.amazonaws.route53#InvalidArgument" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#LimitsExceeded" } ], "traits": { "smithy.api#documentation": "

Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by \n\t\t\tthe same AWS account.

\n\t\t

You can also create a reusable delegation set that uses the four name servers that are associated \n\t\t\twith an existing hosted zone. Specify the hosted zone ID in the CreateReusableDelegationSet request.

\n\t\t \n\t\t\t

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

\n\t\t
\n\t\t

For information about using a reusable delegation set to configure white label name servers, see \n\t\t\tConfiguring White Label Name Servers.

\n\t\t\n\t\t

The process for migrating existing hosted zones to use a reusable delegation set is comparable to the process for \n\t\t\tconfiguring white label name servers. You need to perform the following steps:

\n\t\t
    \n
  1. \n

    Create a reusable delegation set.

    \n
  2. \n
  3. \n

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

    \n
  4. \n
  5. \n

    Recreate resource record sets in the new hosted zones.

    \n
  6. \n
  7. \n

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

    \n
  8. \n
  9. \n

    Monitor traffic for the website or application.

    \n
  10. \n
  11. \n

    Change TTLs back to their original values.

    \n
  12. \n
\n\t\t\n\t\t

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

\n\t\t ", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/delegationset", "code": 201 } } }, "com.amazonaws.route53#CreateReusableDelegationSetRequest": { "type": "structure", "members": { "CallerReference": { "target": "com.amazonaws.route53#Nonce", "traits": { "smithy.api#documentation": "

A unique string that identifies the request, and that allows you to retry failed\n\t\t\tCreateReusableDelegationSet requests without the risk of executing the\n\t\t\toperation twice. You must use a unique CallerReference string every time you\n\t\t\tsubmit a CreateReusableDelegationSet request. CallerReference can be\n\t\t\tany unique string, for example a date/time stamp.

", "smithy.api#required": {} } }, "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

If you want to mark the delegation set for an existing hosted zone as reusable, the ID\n\t\t\tfor that hosted zone.

" } } } }, "com.amazonaws.route53#CreateReusableDelegationSetResponse": { "type": "structure", "members": { "DelegationSet": { "target": "com.amazonaws.route53#DelegationSet", "traits": { "smithy.api#documentation": "

A complex type that contains name server information.

", "smithy.api#required": {} } }, "Location": { "target": "com.amazonaws.route53#ResourceURI", "traits": { "smithy.api#documentation": "

The unique URL representing the new reusable delegation set.

", "smithy.api#httpHeader": "Location", "smithy.api#required": {} } } } }, "com.amazonaws.route53#CreateTrafficPolicy": { "type": "operation", "input": { "target": "com.amazonaws.route53#CreateTrafficPolicyRequest" }, "output": { "target": "com.amazonaws.route53#CreateTrafficPolicyResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidTrafficPolicyDocument" }, { "target": "com.amazonaws.route53#TooManyTrafficPolicies" }, { "target": "com.amazonaws.route53#TrafficPolicyAlreadyExists" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/trafficpolicy", "code": 201 } } }, "com.amazonaws.route53#CreateTrafficPolicyInstance": { "type": "operation", "input": { "target": "com.amazonaws.route53#CreateTrafficPolicyInstanceRequest" }, "output": { "target": "com.amazonaws.route53#CreateTrafficPolicyInstanceResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicy" }, { "target": "com.amazonaws.route53#TooManyTrafficPolicyInstances" }, { "target": "com.amazonaws.route53#TrafficPolicyInstanceAlreadyExists" } ], "traits": { "smithy.api#documentation": "

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. \n\t\t\tIn addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or \n\t\t\tsubdomain 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 \n\t\t\tthat CreateTrafficPolicyInstance created.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/trafficpolicyinstance", "code": 201 } } }, "com.amazonaws.route53#CreateTrafficPolicyInstanceRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

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 \n\t\t\tthe resource record sets that Route 53 creates for this traffic policy instance.

", "smithy.api#required": {} } }, "TTL": { "target": "com.amazonaws.route53#TTL", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "TrafficPolicyId": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "TrafficPolicyVersion": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#CreateTrafficPolicyInstanceResponse": { "type": "structure", "members": { "TrafficPolicyInstance": { "target": "com.amazonaws.route53#TrafficPolicyInstance", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "Location": { "target": "com.amazonaws.route53#ResourceURI", "traits": { "smithy.api#documentation": "

A unique URL that represents a new traffic policy instance.

", "smithy.api#httpHeader": "Location", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#CreateTrafficPolicyRequest": { "type": "structure", "members": { "Name": { "target": "com.amazonaws.route53#TrafficPolicyName", "traits": { "smithy.api#documentation": "

The name of the traffic policy.

", "smithy.api#required": {} } }, "Document": { "target": "com.amazonaws.route53#TrafficPolicyDocument", "traits": { "smithy.api#documentation": "

The definition of this traffic policy in JSON format. For more information, see \n\t\t\tTraffic Policy Document Format.

", "smithy.api#required": {} } }, "Comment": { "target": "com.amazonaws.route53#TrafficPolicyComment", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#CreateTrafficPolicyResponse": { "type": "structure", "members": { "TrafficPolicy": { "target": "com.amazonaws.route53#TrafficPolicy", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "Location": { "target": "com.amazonaws.route53#ResourceURI", "traits": { "smithy.api#documentation": "

A unique URL that represents a new traffic policy.

", "smithy.api#httpHeader": "Location", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#CreateTrafficPolicyVersion": { "type": "operation", "input": { "target": "com.amazonaws.route53#CreateTrafficPolicyVersionRequest" }, "output": { "target": "com.amazonaws.route53#CreateTrafficPolicyVersionResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidTrafficPolicyDocument" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicy" }, { "target": "com.amazonaws.route53#TooManyTrafficPolicyVersionsForCurrentPolicy" } ], "traits": { "smithy.api#documentation": "

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 \n\t\t\ttraffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create \n\t\t\tmultiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can \n\t\t\tcreate a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new \n\t\t\ttraffic policy.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/trafficpolicy/{Id}", "code": 201 } } }, "com.amazonaws.route53#CreateTrafficPolicyVersionRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "Document": { "target": "com.amazonaws.route53#TrafficPolicyDocument", "traits": { "smithy.api#documentation": "

The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion \n\t\t\trequest. For more information about the JSON format, see \n\t\t\tCreateTrafficPolicy.

", "smithy.api#required": {} } }, "Comment": { "target": "com.amazonaws.route53#TrafficPolicyComment", "traits": { "smithy.api#documentation": "

The comment that you specified in the CreateTrafficPolicyVersion request, if any.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#CreateTrafficPolicyVersionResponse": { "type": "structure", "members": { "TrafficPolicy": { "target": "com.amazonaws.route53#TrafficPolicy", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "Location": { "target": "com.amazonaws.route53#ResourceURI", "traits": { "smithy.api#documentation": "

A unique URL that represents a new traffic policy version.

", "smithy.api#httpHeader": "Location", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#CreateVPCAssociationAuthorization": { "type": "operation", "input": { "target": "com.amazonaws.route53#CreateVPCAssociationAuthorizationRequest" }, "output": { "target": "com.amazonaws.route53#CreateVPCAssociationAuthorizationResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidVPCId" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#TooManyVPCAssociationAuthorizations" } ], "traits": { "smithy.api#documentation": "

Authorizes the AWS account that created a specified VPC to submit an AssociateVPCWithHostedZone \n\t\t\trequest to associate the VPC with a specified hosted zone that was created by a different account. \n\t\t\tTo submit a CreateVPCAssociationAuthorization request, you must use the account that created the \n\t\t\thosted zone. After you authorize the association, use the account that created the VPC to submit an \n\t\t\tAssociateVPCWithHostedZone request.

\n\t\t \n

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

\n
", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", "code": 200 } } }, "com.amazonaws.route53#CreateVPCAssociationAuthorizationRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the private hosted zone that you want to authorize associating a VPC with.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "VPC": { "target": "com.amazonaws.route53#VPC", "traits": { "smithy.api#documentation": "

A complex type that contains the VPC ID and region for the VPC that you want to authorize associating \n\t\t\twith your hosted zone.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the request to authorize associating a VPC with your private hosted zone. \n\t\t\tAuthorization is only required when a private hosted zone and a VPC were created by using different accounts.

" } }, "com.amazonaws.route53#CreateVPCAssociationAuthorizationResponse": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone that you authorized associating a VPC with.

", "smithy.api#required": {} } }, "VPC": { "target": "com.amazonaws.route53#VPC", "traits": { "smithy.api#documentation": "

The VPC that you authorized associating with a hosted zone.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response information from a CreateVPCAssociationAuthorization request.

" } }, "com.amazonaws.route53#DNSName": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 1024 } } }, "com.amazonaws.route53#DNSRCode": { "type": "string" }, "com.amazonaws.route53#DNSSECNotFound": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The hosted zone doesn't have any DNSSEC resources.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#DNSSECStatus": { "type": "structure", "members": { "ServeSignature": { "target": "com.amazonaws.route53#ServeSignature", "traits": { "smithy.api#documentation": "

A string that represents the current hosted zone signing status.

\n\t\t

Status can have one of the following values:

\n\t\t
\n
SIGNING
\n
\n

DNSSEC signing is enabled for the hosted zone.

\n
\n
NOT_SIGNING
\n
\n

DNSSEC signing is not enabled for the hosted zone.

\n
\n
DELETING
\n
\n

DNSSEC signing is in the process of being removed for the hosted zone.

\n
\n
ACTION_NEEDED
\n
\n

There is a problem with signing in the hosted zone that requires you to take action to resolve.\n\t\t\t\t\tFor example, the customer managed customer master key (CMK) might have been deleted, or the\n\t\t\t\t\tpermissions for the customer managed CMK might have been changed.

\n
\n
INTERNAL_FAILURE
\n
\n

There was an error during a request. Before you can continue to work with DNSSEC\n\t\t\t\t\tsigning, including with key-signing keys (KSKs), you must correct the problem by enabling or \n\t\t\t\t\tdisabling DNSSEC signing for the hosted zone.

\n
\n
" } }, "StatusMessage": { "target": "com.amazonaws.route53#SigningKeyStatusMessage", "traits": { "smithy.api#documentation": "

The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE. The status message \n\t\t\tincludes information about what the problem might be and steps that you can take to correct the issue.

" } } }, "traits": { "smithy.api#documentation": "

A string repesenting the status of DNSSEC signing.

" } }, "com.amazonaws.route53#DeactivateKeySigningKey": { "type": "operation", "input": { "target": "com.amazonaws.route53#DeactivateKeySigningKeyRequest" }, "output": { "target": "com.amazonaws.route53#DeactivateKeySigningKeyResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidKeySigningKeyStatus" }, { "target": "com.amazonaws.route53#InvalidSigningStatus" }, { "target": "com.amazonaws.route53#KeySigningKeyInParentDSRecord" }, { "target": "com.amazonaws.route53#KeySigningKeyInUse" }, { "target": "com.amazonaws.route53#NoSuchKeySigningKey" } ], "traits": { "smithy.api#documentation": "

Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC. This operation changes the \n\t\t\tKSK status to INACTIVE.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate", "code": 200 } } }, "com.amazonaws.route53#DeactivateKeySigningKeyRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

A unique string used to identify a hosted zone.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#SigningKeyName", "traits": { "smithy.api#documentation": "

A string used to identify a key-signing key (KSK).

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } } }, "com.amazonaws.route53#DeactivateKeySigningKeyResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#required": {} } } } }, "com.amazonaws.route53#DelegationSet": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID that Amazon Route 53 assigns to a reusable delegation set.

" } }, "CallerReference": { "target": "com.amazonaws.route53#Nonce", "traits": { "smithy.api#documentation": "

The value that you specified for CallerReference when you created the reusable delegation set.

" } }, "NameServers": { "target": "com.amazonaws.route53#DelegationSetNameServers", "traits": { "smithy.api#documentation": "

A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that lists the name servers in a delegation set, as well as the CallerReference and the ID \n\t\t\tfor the delegation set.

" } }, "com.amazonaws.route53#DelegationSetAlreadyCreated": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#error": "client" } }, "com.amazonaws.route53#DelegationSetAlreadyReusable": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The specified delegation set has already been marked as reusable.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#DelegationSetInUse": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set \n\t\t\tcan be deleted.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#DelegationSetNameServers": { "type": "list", "member": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#xmlName": "NameServer" } }, "traits": { "smithy.api#length": { "min": 1 } } }, "com.amazonaws.route53#DelegationSetNotAvailable": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

You can create a hosted zone that has the same name as an existing hosted zone (example.com is common), but there is a \n\t\t\tlimit to the number of hosted zones that have the same name. If you get this error, Amazon Route 53 has reached that limit. If you own \n\t\t\tthe domain name and Route 53 generates this error, contact Customer Support.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#DelegationSetNotReusable": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

A reusable delegation set with the specified ID does not exist.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#DelegationSets": { "type": "list", "member": { "target": "com.amazonaws.route53#DelegationSet", "traits": { "smithy.api#xmlName": "DelegationSet" } } }, "com.amazonaws.route53#DeleteHealthCheck": { "type": "operation", "input": { "target": "com.amazonaws.route53#DeleteHealthCheckRequest" }, "output": { "target": "com.amazonaws.route53#DeleteHealthCheckResponse" }, "errors": [ { "target": "com.amazonaws.route53#HealthCheckInUse" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHealthCheck" } ], "traits": { "smithy.api#documentation": "

Deletes a health check.

\n\t\t \n\t\t\t

Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more \n\t\t\t\tresource record sets. If you delete a health check and you don't update the associated resource record sets, the future status \n\t\t\t\tof the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover \n\t\t\t\tconfiguration. For more information, see \n\t\t\t\tReplacing and Deleting Health Checks \n\t\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t
\n\t\t\n\t\t

If you're using AWS Cloud Map and you configured Cloud Map to create a Route 53 health check when you register an instance, \n\t\t\tyou can't use the Route 53 DeleteHealthCheck command to delete the health check. The health check is deleted \n\t\t\tautomatically when you deregister the instance; there can be a delay of several hours before the health check is deleted \n\t\t\tfrom Route 53.

", "smithy.api#http": { "method": "DELETE", "uri": "/2013-04-01/healthcheck/{HealthCheckId}", "code": 200 } } }, "com.amazonaws.route53#DeleteHealthCheckRequest": { "type": "structure", "members": { "HealthCheckId": { "target": "com.amazonaws.route53#HealthCheckId", "traits": { "smithy.api#documentation": "

The ID of the health check that you want to delete.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

This action deletes a health check.

" } }, "com.amazonaws.route53#DeleteHealthCheckResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

An empty element.

" } }, "com.amazonaws.route53#DeleteHostedZone": { "type": "operation", "input": { "target": "com.amazonaws.route53#DeleteHostedZoneRequest" }, "output": { "target": "com.amazonaws.route53#DeleteHostedZoneResponse" }, "errors": [ { "target": "com.amazonaws.route53#HostedZoneNotEmpty" }, { "target": "com.amazonaws.route53#InvalidDomainName" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#PriorRequestNotComplete" } ], "traits": { "smithy.api#documentation": "

Deletes a hosted zone.

\n\t\t\n\t\t

If the hosted zone was created by another service, such as AWS Cloud Map, see \n\t\t\tDeleting \n\t\t\tPublic Hosted Zones That Were Created by Another Service in the Amazon Route 53 Developer Guide for information about how to delete it. \n\t\t\t(The process is the same for public and private hosted zones that were created by another service.)

\n\t\t\n\t\t

If you want to keep your domain registration but you want to stop routing internet traffic to your website or web application, \n\t\t\twe recommend that you delete resource record sets in the hosted zone instead of deleting the hosted zone.

\n\t\t\n\t\t \n\t\t\t

If you delete a hosted zone, you can't undelete it. You must create a new hosted zone and update the name servers for your \n\t\t\t\tdomain registration, which can require up to 48 hours to take effect. (If you delegated responsibility for a subdomain to a hosted zone \n\t\t\t\tand you delete the child hosted zone, you must update the name servers in the parent hosted zone.) In addition, if you delete a hosted zone, \n\t\t\t\tsomeone could hijack the domain and route traffic to their own resources using your domain name.

\n\t\t
\n\t\t\n\t\t

If you want to avoid the monthly charge for the hosted zone, you can transfer DNS service for the domain to a free DNS service. \n\t\t\tWhen you transfer DNS service, you have to update the name servers for the domain registration. If the domain is registered with Route 53, \n\t\t\tsee UpdateDomainNameservers\n\t\t\tfor information about how to replace Route 53 name servers with name servers for the new DNS service. If the domain is registered with \n\t\t\tanother registrar, use the method provided by the registrar to update name servers for the domain registration. For more information, \n\t\t\tperform an internet search on \"free DNS service.\"

\n\n\t\t

You can delete a hosted zone only if it contains only the default SOA record and NS resource record sets. \n\t\t\tIf the hosted zone contains other resource record sets, you must delete them before you can delete the hosted zone. \n\t\t\tIf you try to delete a hosted zone that contains other resource record sets, the request fails, and Route 53 returns a \n\t\t\tHostedZoneNotEmpty error. For information about deleting records from your hosted zone, see \n\t\t\tChangeResourceRecordSets.

\n\t\t

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

\n\t\t ", "smithy.api#http": { "method": "DELETE", "uri": "/2013-04-01/hostedzone/{Id}", "code": 200 } } }, "com.amazonaws.route53#DeleteHostedZoneRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone you want to delete.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A request to delete a hosted zone.

" } }, "com.amazonaws.route53#DeleteHostedZoneResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#documentation": "

A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to a DeleteHostedZone request.

" } }, "com.amazonaws.route53#DeleteKeySigningKey": { "type": "operation", "input": { "target": "com.amazonaws.route53#DeleteKeySigningKeyRequest" }, "output": { "target": "com.amazonaws.route53#DeleteKeySigningKeyResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidKeySigningKeyStatus" }, { "target": "com.amazonaws.route53#InvalidKMSArn" }, { "target": "com.amazonaws.route53#InvalidSigningStatus" }, { "target": "com.amazonaws.route53#NoSuchKeySigningKey" } ], "traits": { "smithy.api#documentation": "

Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be\n\t\tdeactived before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing.

", "smithy.api#http": { "method": "DELETE", "uri": "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}", "code": 200 } } }, "com.amazonaws.route53#DeleteKeySigningKeyRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

A unique string used to identify a hosted zone.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#SigningKeyName", "traits": { "smithy.api#documentation": "

A string used to identify a key-signing key (KSK).

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } } }, "com.amazonaws.route53#DeleteKeySigningKeyResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#required": {} } } } }, "com.amazonaws.route53#DeleteQueryLoggingConfig": { "type": "operation", "input": { "target": "com.amazonaws.route53#DeleteQueryLoggingConfigRequest" }, "output": { "target": "com.amazonaws.route53#DeleteQueryLoggingConfigResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchQueryLoggingConfig" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t\n\t\t

For more information about DNS query logs, see \n\t\t\tCreateQueryLoggingConfig.

", "smithy.api#http": { "method": "DELETE", "uri": "/2013-04-01/queryloggingconfig/{Id}", "code": 200 } } }, "com.amazonaws.route53#DeleteQueryLoggingConfigRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#QueryLoggingConfigId", "traits": { "smithy.api#documentation": "

The ID of the configuration that you want to delete.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } } }, "com.amazonaws.route53#DeleteQueryLoggingConfigResponse": { "type": "structure", "members": {} }, "com.amazonaws.route53#DeleteReusableDelegationSet": { "type": "operation", "input": { "target": "com.amazonaws.route53#DeleteReusableDelegationSetRequest" }, "output": { "target": "com.amazonaws.route53#DeleteReusableDelegationSetResponse" }, "errors": [ { "target": "com.amazonaws.route53#DelegationSetInUse" }, { "target": "com.amazonaws.route53#DelegationSetNotReusable" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchDelegationSet" } ], "traits": { "smithy.api#documentation": "

Deletes a reusable delegation set.

\n\t\t \n\t\t\t

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

\n\t\t
\n\t\t

To verify that the reusable delegation set is not associated with any hosted zones, submit a \n\t\t\tGetReusableDelegationSet \n\t\t\trequest and specify the ID of the reusable delegation set that you want to delete.

", "smithy.api#http": { "method": "DELETE", "uri": "/2013-04-01/delegationset/{Id}", "code": 200 } } }, "com.amazonaws.route53#DeleteReusableDelegationSetRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A request to delete a reusable delegation set.

" } }, "com.amazonaws.route53#DeleteReusableDelegationSetResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

An empty element.

" } }, "com.amazonaws.route53#DeleteTrafficPolicy": { "type": "operation", "input": { "target": "com.amazonaws.route53#DeleteTrafficPolicyRequest" }, "output": { "target": "com.amazonaws.route53#DeleteTrafficPolicyResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicy" }, { "target": "com.amazonaws.route53#TrafficPolicyInUse" } ], "traits": { "smithy.api#documentation": "

Deletes a traffic policy.

\n\t\t

When you delete a traffic policy, Route 53 sets a flag on the policy to indicate that it has been deleted. However, Route 53 never fully deletes \n\t\t\tthe traffic policy. Note the following:

\n\t\t ", "smithy.api#http": { "method": "DELETE", "uri": "/2013-04-01/trafficpolicy/{Id}/{Version}", "code": 200 } } }, "com.amazonaws.route53#DeleteTrafficPolicyInstance": { "type": "operation", "input": { "target": "com.amazonaws.route53#DeleteTrafficPolicyInstanceRequest" }, "output": { "target": "com.amazonaws.route53#DeleteTrafficPolicyInstanceResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicyInstance" }, { "target": "com.amazonaws.route53#PriorRequestNotComplete" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t \n\t\t\t

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

\n\t\t
", "smithy.api#http": { "method": "DELETE", "uri": "/2013-04-01/trafficpolicyinstance/{Id}", "code": 200 } } }, "com.amazonaws.route53#DeleteTrafficPolicyInstanceRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyInstanceId", "traits": { "smithy.api#documentation": "

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

\n\t\t \n\t\t\t

When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created \n\t\t\t\tthe traffic policy instance.

\n\t\t
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A request to delete a specified traffic policy instance.

" } }, "com.amazonaws.route53#DeleteTrafficPolicyInstanceResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

An empty element.

" } }, "com.amazonaws.route53#DeleteTrafficPolicyRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "Version": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A request to delete a specified traffic policy version.

" } }, "com.amazonaws.route53#DeleteTrafficPolicyResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

An empty element.

" } }, "com.amazonaws.route53#DeleteVPCAssociationAuthorization": { "type": "operation", "input": { "target": "com.amazonaws.route53#DeleteVPCAssociationAuthorizationRequest" }, "output": { "target": "com.amazonaws.route53#DeleteVPCAssociationAuthorizationResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidVPCId" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#VPCAssociationAuthorizationNotFound" } ], "traits": { "smithy.api#documentation": "

Removes authorization to submit an AssociateVPCWithHostedZone request to associate a specified VPC \n\t\t\twith a hosted zone that was created by a different account. You must use the account that created the hosted zone \n\t\t\tto submit a DeleteVPCAssociationAuthorization request.

\n\t\t \n\t\t\t

Sending this request only prevents the AWS account that created the VPC from associating the VPC \n\t\t\t\twith the Amazon Route 53 hosted zone in the future. If the VPC is already associated with the hosted zone, \n\t\t\t\tDeleteVPCAssociationAuthorization won't disassociate the VPC from the hosted zone. \n\t\t\t\tIf you want to delete an existing association, use DisassociateVPCFromHostedZone.

\n\t\t
", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/deauthorizevpcassociation", "code": 200 } } }, "com.amazonaws.route53#DeleteVPCAssociationAuthorizationRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

When removing authorization to associate a VPC that was created by one AWS account with a hosted zone \n\t\t\tthat was created with a different AWS account, the ID of the hosted zone.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "VPC": { "target": "com.amazonaws.route53#VPC", "traits": { "smithy.api#documentation": "

When removing authorization to associate a VPC that was created by one AWS account with a hosted zone \n\t\t\tthat was created with a different AWS account, a complex type that includes the ID and region of the VPC.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the request to remove authorization to associate a VPC \n\t\t\tthat was created by one AWS account with a hosted zone that was created with a different AWS account.

" } }, "com.amazonaws.route53#DeleteVPCAssociationAuthorizationResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

Empty response for the request.

" } }, "com.amazonaws.route53#Dimension": { "type": "structure", "members": { "Name": { "target": "com.amazonaws.route53#DimensionField", "traits": { "smithy.api#documentation": "

For the metric that the CloudWatch alarm is associated with, the name of one dimension.

", "smithy.api#required": {} } }, "Value": { "target": "com.amazonaws.route53#DimensionField", "traits": { "smithy.api#documentation": "

For the metric that the CloudWatch alarm is associated with, the value of one dimension.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.

" } }, "com.amazonaws.route53#DimensionField": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 255 } } }, "com.amazonaws.route53#DimensionList": { "type": "list", "member": { "target": "com.amazonaws.route53#Dimension", "traits": { "smithy.api#xmlName": "Dimension" } }, "traits": { "smithy.api#length": { "min": 0, "max": 10 } } }, "com.amazonaws.route53#DisableHostedZoneDNSSEC": { "type": "operation", "input": { "target": "com.amazonaws.route53#DisableHostedZoneDNSSECRequest" }, "output": { "target": "com.amazonaws.route53#DisableHostedZoneDNSSECResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#DNSSECNotFound" }, { "target": "com.amazonaws.route53#InvalidArgument" }, { "target": "com.amazonaws.route53#InvalidKeySigningKeyStatus" }, { "target": "com.amazonaws.route53#InvalidKMSArn" }, { "target": "com.amazonaws.route53#KeySigningKeyInParentDSRecord" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

Disables DNSSEC signing in a specific hosted zone. This action does not deactivate any key-signing keys (KSKs)\n\t\tthat are active in the hosted zone.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/disable-dnssec", "code": 200 } } }, "com.amazonaws.route53#DisableHostedZoneDNSSECRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

A unique string used to identify a hosted zone.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } } }, "com.amazonaws.route53#DisableHostedZoneDNSSECResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#required": {} } } } }, "com.amazonaws.route53#Disabled": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#DisassociateVPCComment": { "type": "string" }, "com.amazonaws.route53#DisassociateVPCFromHostedZone": { "type": "operation", "input": { "target": "com.amazonaws.route53#DisassociateVPCFromHostedZoneRequest" }, "output": { "target": "com.amazonaws.route53#DisassociateVPCFromHostedZoneResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidVPCId" }, { "target": "com.amazonaws.route53#LastVPCAssociation" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#VPCAssociationNotFound" } ], "traits": { "smithy.api#documentation": "

Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53 private hosted zone. Note the following:

\n\t\t ", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/disassociatevpc", "code": 200 } } }, "com.amazonaws.route53#DisassociateVPCFromHostedZoneRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the private hosted zone that you want to disassociate a VPC from.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "VPC": { "target": "com.amazonaws.route53#VPC", "traits": { "smithy.api#documentation": "

A complex type that contains information about the VPC that you're disassociating\n\t\t\tfrom the specified hosted zone.

", "smithy.api#required": {} } }, "Comment": { "target": "com.amazonaws.route53#DisassociateVPCComment", "traits": { "smithy.api#documentation": "

\n Optional: A comment about the disassociation request.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the VPC that you want to disassociate from a \n\t\t\tspecified private hosted zone.

" } }, "com.amazonaws.route53#DisassociateVPCFromHostedZoneResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#documentation": "

A complex type that describes the changes made to the specified private hosted zone.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#EnableHostedZoneDNSSEC": { "type": "operation", "input": { "target": "com.amazonaws.route53#EnableHostedZoneDNSSECRequest" }, "output": { "target": "com.amazonaws.route53#EnableHostedZoneDNSSECResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#DNSSECNotFound" }, { "target": "com.amazonaws.route53#HostedZonePartiallyDelegated" }, { "target": "com.amazonaws.route53#InvalidArgument" }, { "target": "com.amazonaws.route53#InvalidKeySigningKeyStatus" }, { "target": "com.amazonaws.route53#InvalidKMSArn" }, { "target": "com.amazonaws.route53#KeySigningKeyWithActiveStatusNotFound" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

Enables DNSSEC signing in a specific hosted zone.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/enable-dnssec", "code": 200 } } }, "com.amazonaws.route53#EnableHostedZoneDNSSECRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

A unique string used to identify a hosted zone.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } } }, "com.amazonaws.route53#EnableHostedZoneDNSSECResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#required": {} } } } }, "com.amazonaws.route53#EnableSNI": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#ErrorMessage": { "type": "string" }, "com.amazonaws.route53#ErrorMessages": { "type": "list", "member": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#xmlName": "Message" } } }, "com.amazonaws.route53#EvaluationPeriods": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 1 } } }, "com.amazonaws.route53#FailureThreshold": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 1, "max": 10 } } }, "com.amazonaws.route53#FullyQualifiedDomainName": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 255 } } }, "com.amazonaws.route53#GeoLocation": { "type": "structure", "members": { "ContinentCode": { "target": "com.amazonaws.route53#GeoLocationContinentCode", "traits": { "smithy.api#documentation": "

The two-letter code for the continent.

\n\t\t

Amazon Route 53 supports the following continent codes:

\n\t\t \n\t\t

Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an \n\t\t\tInvalidInput error.

" } }, "CountryCode": { "target": "com.amazonaws.route53#GeoLocationCountryCode", "traits": { "smithy.api#documentation": "

For geolocation resource record sets, the two-letter code for a country.

\n\t\t

Amazon Route 53 uses the two-letter country codes that are specified in \n\t\t\tISO standard 3166-1 alpha-2.

" } }, "SubdivisionCode": { "target": "com.amazonaws.route53#GeoLocationSubdivisionCode", "traits": { "smithy.api#documentation": "

For geolocation resource record sets, the two-letter code for a state of the United States. \n\t\t\tRoute 53 doesn't support any other values for SubdivisionCode. For a list of state abbreviations, see \n\t\t\tAppendix B: Two–Letter State and Possession Abbreviations \n\t\t\ton the United States Postal Service website.

\n\t\t

If you specify subdivisioncode, you must also specify US for CountryCode.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about a geographic location.

" } }, "com.amazonaws.route53#GeoLocationContinentCode": { "type": "string", "traits": { "smithy.api#length": { "min": 2, "max": 2 } } }, "com.amazonaws.route53#GeoLocationContinentName": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 32 } } }, "com.amazonaws.route53#GeoLocationCountryCode": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 2 } } }, "com.amazonaws.route53#GeoLocationCountryName": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 64 } } }, "com.amazonaws.route53#GeoLocationDetails": { "type": "structure", "members": { "ContinentCode": { "target": "com.amazonaws.route53#GeoLocationContinentCode", "traits": { "smithy.api#documentation": "

The two-letter code for the continent.

" } }, "ContinentName": { "target": "com.amazonaws.route53#GeoLocationContinentName", "traits": { "smithy.api#documentation": "

The full name of the continent.

" } }, "CountryCode": { "target": "com.amazonaws.route53#GeoLocationCountryCode", "traits": { "smithy.api#documentation": "

The two-letter code for the country.

" } }, "CountryName": { "target": "com.amazonaws.route53#GeoLocationCountryName", "traits": { "smithy.api#documentation": "

The name of the country.

" } }, "SubdivisionCode": { "target": "com.amazonaws.route53#GeoLocationSubdivisionCode", "traits": { "smithy.api#documentation": "

The code for the subdivision, such as a particular state within the United States. For a list of US state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website. For a list of all supported subdivision codes, use the ListGeoLocations API.

" } }, "SubdivisionName": { "target": "com.amazonaws.route53#GeoLocationSubdivisionName", "traits": { "smithy.api#documentation": "

The full name of the subdivision. Route 53 currently supports only states in the United States.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.

" } }, "com.amazonaws.route53#GeoLocationDetailsList": { "type": "list", "member": { "target": "com.amazonaws.route53#GeoLocationDetails", "traits": { "smithy.api#xmlName": "GeoLocationDetails" } } }, "com.amazonaws.route53#GeoLocationSubdivisionCode": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 3 } } }, "com.amazonaws.route53#GeoLocationSubdivisionName": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 64 } } }, "com.amazonaws.route53#GetAccountLimit": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetAccountLimitRequest" }, "output": { "target": "com.amazonaws.route53#GetAccountLimitResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" } ], "traits": { "smithy.api#documentation": "

Gets the specified limit for the current account, for example, the maximum number of health checks that you \n\t\t\tcan create using the account.

\n\t\t

For the default limit, see Limits \n\t\t\tin the Amazon Route 53 Developer Guide. To request a higher limit, \n\t\t\topen a case.

\n\t\t \n

You can also view account limits in AWS Trusted Advisor. Sign in to the AWS Management Console and open the Trusted Advisor console at \n\t\t\thttps://console.aws.amazon.com/trustedadvisor/. Then choose \n\t\t\tService limits in the navigation pane.

\n\t\t
", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/accountlimit/{Type}", "code": 200 } } }, "com.amazonaws.route53#GetAccountLimitRequest": { "type": "structure", "members": { "Type": { "target": "com.amazonaws.route53#AccountLimitType", "traits": { "smithy.api#documentation": "

The limit that you want to get. Valid values include the following:

\n\t\t ", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#GetAccountLimitResponse": { "type": "structure", "members": { "Limit": { "target": "com.amazonaws.route53#AccountLimit", "traits": { "smithy.api#documentation": "

The current setting for the specified limit. For example, if you specified MAX_HEALTH_CHECKS_BY_OWNER for the value of \n\t\t\tType in the request, the value of Limit is the maximum number of health checks that you can create \n\t\t\tusing the current account.

", "smithy.api#required": {} } }, "Count": { "target": "com.amazonaws.route53#UsageCount", "traits": { "smithy.api#documentation": "

The current number of entities that you have created of the specified type. For example, if you specified \n\t\t\tMAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of Count \n\t\t\tis the current number of health checks that you have created using the current account.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the requested limit.

" } }, "com.amazonaws.route53#GetChange": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetChangeRequest" }, "output": { "target": "com.amazonaws.route53#GetChangeResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchChange" } ], "traits": { "smithy.api#documentation": "

Returns the current status of a change batch request. The status is one of the\n\t\t\tfollowing values:

\n\t\t ", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/change/{Id}", "code": 200 }, "smithy.waiters#waitable": { "ResourceRecordSetsChanged": { "acceptors": [ { "state": "success", "matcher": { "output": { "path": "ChangeInfo.Status", "expected": "INSYNC", "comparator": "stringEquals" } } } ], "minDelay": 30 } } } }, "com.amazonaws.route53#GetChangeRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

The input for a GetChange request.

" } }, "com.amazonaws.route53#GetChangeResponse": { "type": "structure", "members": { "ChangeInfo": { "target": "com.amazonaws.route53#ChangeInfo", "traits": { "smithy.api#documentation": "

A complex type that contains information about the specified change batch.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the ChangeInfo element.

" } }, "com.amazonaws.route53#GetCheckerIpRanges": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetCheckerIpRangesRequest" }, "output": { "target": "com.amazonaws.route53#GetCheckerIpRangesResponse" }, "traits": { "smithy.api#documentation": "

Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.

\n\t \n\t\t\t

\n GetCheckerIpRanges still works, but we recommend that you download \n\t\t\tip-ranges.json, which includes IP address ranges for all AWS services. For more information, see \n\t\t\tIP Address Ranges of Amazon Route 53 Servers \n\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t
", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/checkeripranges", "code": 200 } } }, "com.amazonaws.route53#GetCheckerIpRangesRequest": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

Empty request.

" } }, "com.amazonaws.route53#GetCheckerIpRangesResponse": { "type": "structure", "members": { "CheckerIpRanges": { "target": "com.amazonaws.route53#CheckerIpRanges", "traits": { "smithy.api#documentation": "

A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health\n\t\t\tcheckers.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the CheckerIpRanges element.

" } }, "com.amazonaws.route53#GetDNSSEC": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetDNSSECRequest" }, "output": { "target": "com.amazonaws.route53#GetDNSSECResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidArgument" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted zone.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/dnssec", "code": 200 } } }, "com.amazonaws.route53#GetDNSSECRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

A unique string used to identify a hosted zone.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } } }, "com.amazonaws.route53#GetDNSSECResponse": { "type": "structure", "members": { "Status": { "target": "com.amazonaws.route53#DNSSECStatus", "traits": { "smithy.api#documentation": "

A string repesenting the status of DNSSEC.

", "smithy.api#required": {} } }, "KeySigningKeys": { "target": "com.amazonaws.route53#KeySigningKeys", "traits": { "smithy.api#documentation": "

The key-signing keys (KSKs) in your account.

", "smithy.api#required": {} } } } }, "com.amazonaws.route53#GetGeoLocation": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetGeoLocationRequest" }, "output": { "target": "com.amazonaws.route53#GetGeoLocationResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchGeoLocation" } ], "traits": { "smithy.api#documentation": "

Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation \n\t\t\tresource record sets.

\n\t

Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.

\n\t\t\n\t\t

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

\n\t\t

\n GET /2013-04-01/geolocation?continentcode=two-letter abbreviation for a continent\n \n

\n\t\t\n\t\t

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

\n\t\t

\n GET /2013-04-01/geolocation?countrycode=two-character country code\n \n

\n\t\t\n\t\t

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

\n\t\t

\n GET /2013-04-01/geolocation?countrycode=two-character country code&subdivisioncode=subdivision code\n \n

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/geolocation", "code": 200 } } }, "com.amazonaws.route53#GetGeoLocationRequest": { "type": "structure", "members": { "ContinentCode": { "target": "com.amazonaws.route53#GeoLocationContinentCode", "traits": { "smithy.api#documentation": "

For geolocation resource record sets, a two-letter abbreviation that identifies a continent. Amazon Route 53 supports the following continent codes:

\n\t\t ", "smithy.api#httpQuery": "continentcode" } }, "CountryCode": { "target": "com.amazonaws.route53#GeoLocationCountryCode", "traits": { "smithy.api#documentation": "

Amazon Route 53 uses the two-letter country codes that are specified in \n\t\t\tISO standard 3166-1 alpha-2.

", "smithy.api#httpQuery": "countrycode" } }, "SubdivisionCode": { "target": "com.amazonaws.route53#GeoLocationSubdivisionCode", "traits": { "smithy.api#documentation": "

The code for the subdivision, such as a particular state within the United States. For a list of US state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website. For a list of all supported subdivision codes, use the ListGeoLocations API.

", "smithy.api#httpQuery": "subdivisioncode" } } }, "traits": { "smithy.api#documentation": "

A request for information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.

" } }, "com.amazonaws.route53#GetGeoLocationResponse": { "type": "structure", "members": { "GeoLocationDetails": { "target": "com.amazonaws.route53#GeoLocationDetails", "traits": { "smithy.api#documentation": "

A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response information for the specified geolocation code.

" } }, "com.amazonaws.route53#GetHealthCheck": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetHealthCheckRequest" }, "output": { "target": "com.amazonaws.route53#GetHealthCheckResponse" }, "errors": [ { "target": "com.amazonaws.route53#IncompatibleVersion" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHealthCheck" } ], "traits": { "smithy.api#documentation": "

Gets information about a specified health check.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/healthcheck/{HealthCheckId}", "code": 200 } } }, "com.amazonaws.route53#GetHealthCheckCount": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetHealthCheckCountRequest" }, "output": { "target": "com.amazonaws.route53#GetHealthCheckCountResponse" }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/healthcheckcount", "code": 200 } } }, "com.amazonaws.route53#GetHealthCheckCountRequest": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

A request for the number of health checks that are associated with the current AWS account.

" } }, "com.amazonaws.route53#GetHealthCheckCountResponse": { "type": "structure", "members": { "HealthCheckCount": { "target": "com.amazonaws.route53#HealthCheckCount", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to a GetHealthCheckCount request.

" } }, "com.amazonaws.route53#GetHealthCheckLastFailureReason": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetHealthCheckLastFailureReasonRequest" }, "output": { "target": "com.amazonaws.route53#GetHealthCheckLastFailureReasonResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHealthCheck" } ], "traits": { "smithy.api#documentation": "

Gets the reason that a specified health check failed most recently.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason", "code": 200 } } }, "com.amazonaws.route53#GetHealthCheckLastFailureReasonRequest": { "type": "structure", "members": { "HealthCheckId": { "target": "com.amazonaws.route53#HealthCheckId", "traits": { "smithy.api#documentation": "

The ID for the health check for which you want the last failure reason. When you created the health check, \n\t\t\tCreateHealthCheck returned the ID in the response, in the HealthCheckId element.

\n\t\t \n

If you want to get the last failure reason for a calculated health check, you must use the Amazon Route 53 console or the \n\t\t\tCloudWatch console. You can't use GetHealthCheckLastFailureReason for a calculated health check.

\n
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A request for the reason that a health check failed most recently.

" } }, "com.amazonaws.route53#GetHealthCheckLastFailureReasonResponse": { "type": "structure", "members": { "HealthCheckObservations": { "target": "com.amazonaws.route53#HealthCheckObservations", "traits": { "smithy.api#documentation": "

A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to a GetHealthCheckLastFailureReason request.

" } }, "com.amazonaws.route53#GetHealthCheckRequest": { "type": "structure", "members": { "HealthCheckId": { "target": "com.amazonaws.route53#HealthCheckId", "traits": { "smithy.api#documentation": "

The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, \n\t\t\tyou use this value to specify which health check to use. The value can be up to 64 characters long.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A request to get information about a specified health check.

" } }, "com.amazonaws.route53#GetHealthCheckResponse": { "type": "structure", "members": { "HealthCheck": { "target": "com.amazonaws.route53#HealthCheck", "traits": { "smithy.api#documentation": "

A complex type that contains information about one health check that is associated with\n\t\t\tthe current AWS account.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to a GetHealthCheck request.

" } }, "com.amazonaws.route53#GetHealthCheckStatus": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetHealthCheckStatusRequest" }, "output": { "target": "com.amazonaws.route53#GetHealthCheckStatusResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHealthCheck" } ], "traits": { "smithy.api#documentation": "

Gets status of a specified health check.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/healthcheck/{HealthCheckId}/status", "code": 200 } } }, "com.amazonaws.route53#GetHealthCheckStatusRequest": { "type": "structure", "members": { "HealthCheckId": { "target": "com.amazonaws.route53#HealthCheckId", "traits": { "smithy.api#documentation": "

The ID for the health check that you want the current status for. When you created the health check, \n\t\t\tCreateHealthCheck returned the ID in the response, in the HealthCheckId element.

\n\t\t \n

If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or the CloudWatch console. \n\t\t\tYou can't use GetHealthCheckStatus to get the status of a calculated health check.

\n
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A request to get the status for a health check.

" } }, "com.amazonaws.route53#GetHealthCheckStatusResponse": { "type": "structure", "members": { "HealthCheckObservations": { "target": "com.amazonaws.route53#HealthCheckObservations", "traits": { "smithy.api#documentation": "

A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status \n\t\t\tabout the health check endpoint.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to a GetHealthCheck\n\t\t\trequest.

" } }, "com.amazonaws.route53#GetHostedZone": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetHostedZoneRequest" }, "output": { "target": "com.amazonaws.route53#GetHostedZoneResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/hostedzone/{Id}", "code": 200 } } }, "com.amazonaws.route53#GetHostedZoneCount": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetHostedZoneCountRequest" }, "output": { "target": "com.amazonaws.route53#GetHostedZoneCountResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/hostedzonecount", "code": 200 } } }, "com.amazonaws.route53#GetHostedZoneCountRequest": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

A request to retrieve a count of all the hosted zones that are associated with the current AWS account.

" } }, "com.amazonaws.route53#GetHostedZoneCountResponse": { "type": "structure", "members": { "HostedZoneCount": { "target": "com.amazonaws.route53#HostedZoneCount", "traits": { "smithy.api#documentation": "

The total number of public and private hosted zones that are associated with the current AWS account.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to a GetHostedZoneCount request.

" } }, "com.amazonaws.route53#GetHostedZoneLimit": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetHostedZoneLimitRequest" }, "output": { "target": "com.amazonaws.route53#GetHostedZoneLimitResponse" }, "errors": [ { "target": "com.amazonaws.route53#HostedZoneNotPrivate" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you \n\t\t\tcan create in the hosted zone.

\n\t\t

For the default limit, see Limits \n\t\t\tin the Amazon Route 53 Developer Guide. To request a higher limit, \n\t\t\topen a case.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/hostedzonelimit/{HostedZoneId}/{Type}", "code": 200 } } }, "com.amazonaws.route53#GetHostedZoneLimitRequest": { "type": "structure", "members": { "Type": { "target": "com.amazonaws.route53#HostedZoneLimitType", "traits": { "smithy.api#documentation": "

The limit that you want to get. Valid values include the following:

\n\t\t ", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone that you want to get a limit for.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#GetHostedZoneLimitResponse": { "type": "structure", "members": { "Limit": { "target": "com.amazonaws.route53#HostedZoneLimit", "traits": { "smithy.api#documentation": "

The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE for the value of \n\t\t\tType in the request, the value of Limit is the maximum number of records that you can create \n\t\t\tin the specified hosted zone.

", "smithy.api#required": {} } }, "Count": { "target": "com.amazonaws.route53#UsageCount", "traits": { "smithy.api#documentation": "

The current number of entities that you have created of the specified type. For example, if you specified \n\t\t\tMAX_RRSETS_BY_ZONE for the value of Type in the request, the value of Count \n\t\t\tis the current number of records that you have created in the specified hosted zone.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the requested limit.

" } }, "com.amazonaws.route53#GetHostedZoneRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone that you want to get information about.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A request to get information about a specified hosted zone.

" } }, "com.amazonaws.route53#GetHostedZoneResponse": { "type": "structure", "members": { "HostedZone": { "target": "com.amazonaws.route53#HostedZone", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "DelegationSet": { "target": "com.amazonaws.route53#DelegationSet", "traits": { "smithy.api#documentation": "

A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.

" } }, "VPCs": { "target": "com.amazonaws.route53#VPCs", "traits": { "smithy.api#documentation": "

A complex type that contains information about the VPCs that are associated with the specified hosted zone.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contain the response to a GetHostedZone request.

" } }, "com.amazonaws.route53#GetQueryLoggingConfig": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetQueryLoggingConfigRequest" }, "output": { "target": "com.amazonaws.route53#GetQueryLoggingConfigResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchQueryLoggingConfig" } ], "traits": { "smithy.api#documentation": "

Gets information about a specified configuration for DNS query logging.

\n\t\t\n\t\t

For more information about DNS query logs, see \n\t\t\tCreateQueryLoggingConfig\n\t\t\tand \n\t\t\tLogging DNS Queries.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/queryloggingconfig/{Id}", "code": 200 } } }, "com.amazonaws.route53#GetQueryLoggingConfigRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#QueryLoggingConfigId", "traits": { "smithy.api#documentation": "

The ID of the configuration for DNS query logging that you want to get information about.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } } }, "com.amazonaws.route53#GetQueryLoggingConfigResponse": { "type": "structure", "members": { "QueryLoggingConfig": { "target": "com.amazonaws.route53#QueryLoggingConfig", "traits": { "smithy.api#documentation": "

A complex type that contains information about the query logging configuration that you specified in a \n\t\t\tGetQueryLoggingConfig request.

", "smithy.api#required": {} } } } }, "com.amazonaws.route53#GetReusableDelegationSet": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetReusableDelegationSetRequest" }, "output": { "target": "com.amazonaws.route53#GetReusableDelegationSetResponse" }, "errors": [ { "target": "com.amazonaws.route53#DelegationSetNotReusable" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchDelegationSet" } ], "traits": { "smithy.api#documentation": "

Retrieves information about a specified reusable delegation set, including the four name servers that are assigned \n\t\t\tto the delegation set.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/delegationset/{Id}", "code": 200 } } }, "com.amazonaws.route53#GetReusableDelegationSetLimit": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetReusableDelegationSetLimitRequest" }, "output": { "target": "com.amazonaws.route53#GetReusableDelegationSetLimitResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchDelegationSet" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t

For the default limit, see Limits \n\t\t\tin the Amazon Route 53 Developer Guide. To request a higher limit, \n\t\t\topen a case.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/reusabledelegationsetlimit/{DelegationSetId}/{Type}", "code": 200 } } }, "com.amazonaws.route53#GetReusableDelegationSetLimitRequest": { "type": "structure", "members": { "Type": { "target": "com.amazonaws.route53#ReusableDelegationSetLimitType", "traits": { "smithy.api#documentation": "

Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can associate \n\t\t\twith the specified reusable delegation set.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "DelegationSetId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the delegation set that you want to get the limit for.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#GetReusableDelegationSetLimitResponse": { "type": "structure", "members": { "Limit": { "target": "com.amazonaws.route53#ReusableDelegationSetLimit", "traits": { "smithy.api#documentation": "

The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.

", "smithy.api#required": {} } }, "Count": { "target": "com.amazonaws.route53#UsageCount", "traits": { "smithy.api#documentation": "

The current number of hosted zones that you can associate with the specified reusable delegation set.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the requested limit.

" } }, "com.amazonaws.route53#GetReusableDelegationSetRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A request to get information about a specified reusable delegation set.

" } }, "com.amazonaws.route53#GetReusableDelegationSetResponse": { "type": "structure", "members": { "DelegationSet": { "target": "com.amazonaws.route53#DelegationSet", "traits": { "smithy.api#documentation": "

A complex type that contains information about the reusable delegation set.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to the GetReusableDelegationSet request.

" } }, "com.amazonaws.route53#GetTrafficPolicy": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetTrafficPolicyRequest" }, "output": { "target": "com.amazonaws.route53#GetTrafficPolicyResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicy" } ], "traits": { "smithy.api#documentation": "

Gets information about a specific traffic policy version.

\n\t\t

For information about how of deleting a traffic policy affects the response from GetTrafficPolicy, see \n\t\t\tDeleteTrafficPolicy.\n\t\t

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/trafficpolicy/{Id}/{Version}", "code": 200 } } }, "com.amazonaws.route53#GetTrafficPolicyInstance": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetTrafficPolicyInstanceRequest" }, "output": { "target": "com.amazonaws.route53#GetTrafficPolicyInstanceResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicyInstance" } ], "traits": { "smithy.api#documentation": "

Gets information about a specified traffic policy instance.

\n\t\t \n\t\t\t

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, \n\t\t\t\tthere's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For \n\t\t\t\tmore information, see the State response element.

\n\t\t
\n\t\t \n\t\t\t

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

\n\t\t
", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/trafficpolicyinstance/{Id}", "code": 200 } } }, "com.amazonaws.route53#GetTrafficPolicyInstanceCount": { "type": "operation", "input": { "target": "com.amazonaws.route53#GetTrafficPolicyInstanceCountRequest" }, "output": { "target": "com.amazonaws.route53#GetTrafficPolicyInstanceCountResponse" }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/trafficpolicyinstancecount", "code": 200 } } }, "com.amazonaws.route53#GetTrafficPolicyInstanceCountRequest": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

Request to get the number of traffic policy instances that are associated with the current AWS account.

" } }, "com.amazonaws.route53#GetTrafficPolicyInstanceCountResponse": { "type": "structure", "members": { "TrafficPolicyInstanceCount": { "target": "com.amazonaws.route53#TrafficPolicyInstanceCount", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#GetTrafficPolicyInstanceRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyInstanceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Gets information about a specified traffic policy instance.

" } }, "com.amazonaws.route53#GetTrafficPolicyInstanceResponse": { "type": "structure", "members": { "TrafficPolicyInstance": { "target": "com.amazonaws.route53#TrafficPolicyInstance", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#GetTrafficPolicyRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "Version": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Gets information about a specific traffic policy version.

" } }, "com.amazonaws.route53#GetTrafficPolicyResponse": { "type": "structure", "members": { "TrafficPolicy": { "target": "com.amazonaws.route53#TrafficPolicy", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#HealthCheck": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#HealthCheckId", "traits": { "smithy.api#documentation": "

The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use \n\t\t\tthis value to specify which health check to use. The value can be up to 64 characters long.

", "smithy.api#required": {} } }, "CallerReference": { "target": "com.amazonaws.route53#HealthCheckNonce", "traits": { "smithy.api#documentation": "

A unique string that you specified when you created the health check.

", "smithy.api#required": {} } }, "LinkedService": { "target": "com.amazonaws.route53#LinkedService", "traits": { "smithy.api#documentation": "

If the health check was created by another service, the service that created the health check. When a health check is created \n\t\t\tby another service, you can't edit or delete it using Amazon Route 53.

" } }, "HealthCheckConfig": { "target": "com.amazonaws.route53#HealthCheckConfig", "traits": { "smithy.api#documentation": "

A complex type that contains detailed information about one health check.

", "smithy.api#required": {} } }, "HealthCheckVersion": { "target": "com.amazonaws.route53#HealthCheckVersion", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "CloudWatchAlarmConfiguration": { "target": "com.amazonaws.route53#CloudWatchAlarmConfiguration", "traits": { "smithy.api#documentation": "

A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about one health check that is associated with the current AWS account.

" } }, "com.amazonaws.route53#HealthCheckAlreadyExists": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The health check you're attempting to create already exists. Amazon Route 53 returns this error when you submit a request that \n\t\t\thas the following values:

\n\t\t ", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.route53#HealthCheckConfig": { "type": "structure", "members": { "IPAddress": { "target": "com.amazonaws.route53#IPAddress", "traits": { "smithy.api#documentation": "

The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on. If you don't specify a value for \n\t\t\tIPAddress, Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName \n\t\t\tat the interval that you specify in RequestInterval. Using an IP address returned by DNS, Route 53 then checks the health \n\t\t\tof the endpoint.

\n\n\t\t

Use one of the following formats for the value of IPAddress:

\n\t\t \n\t\t

If the endpoint is an EC2 instance, we recommend that you create an Elastic IP address, associate it with your EC2 instance, and \n\t\t\tspecify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

\n\t\t

For more information, see \n\t\t\tFullyQualifiedDomainName.\n\t\t

\n\t\t

Constraints: Route 53 can't check the health of endpoints for which the IP address is in local, private, non-routable, or \n\t\t\tmulticast ranges. For more information about IP addresses for which you can't create health checks, see the following \n\t\t\tdocuments:

\n\t\t \n\t\t

When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

" } }, "Port": { "target": "com.amazonaws.route53#Port", "traits": { "smithy.api#documentation": "

The port on the endpoint that you want Amazon Route 53 to perform health checks on.

\n\t\t \n\t\t\t

Don't specify a value for Port when you specify a value for Type of CLOUDWATCH_METRIC or \n\t\t\t\tCALCULATED.

\n\t\t
" } }, "Type": { "target": "com.amazonaws.route53#HealthCheckType", "traits": { "smithy.api#documentation": "

The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

\n\t\t \n\t\t\t

You can't change the value of Type after you create a health check.

\n\t\t
\n\t\t

You can create the following types of health checks:

\n\t\t \n\t\t

For more information, see \n\t\t\tHow Route 53 \n\t\t\tDetermines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

", "smithy.api#required": {} } }, "ResourcePath": { "target": "com.amazonaws.route53#ResourcePath", "traits": { "smithy.api#documentation": "

The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint \n\t\t\twill return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html. \n\t\t\tYou can also include query string parameters, for example, /welcome.html?language=jp&login=y. \n\t\t

" } }, "FullyQualifiedDomainName": { "target": "com.amazonaws.route53#FullyQualifiedDomainName", "traits": { "smithy.api#documentation": "

Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

\n\t\t\n\t\t

\n If you specify a value for \n IPAddress:

\n\t\t

Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName \n\t\t\tin the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint \n\t\t\ton which you want Route 53 to perform health checks.

\n\t\t

When Route 53 checks the health of an endpoint, here is how it constructs the Host header:

\n\t\t \n\t\t

If you don't specify a value for FullyQualifiedDomainName, Route 53 substitutes the value of IPAddress in the \n\t\t\tHost header in each of the preceding cases.

\n\t\t\n\t\t

\n If you don't specify a value for IPAddress\n :

\n\t\t

Route 53 sends a DNS request to the domain that you specify for FullyQualifiedDomainName at the interval that you specify for \n\t\t\tRequestInterval. Using an IPv4 address that DNS returns, Route 53 then checks the health of the endpoint.

\n\t\t \n

If you don't specify a value for IPAddress, Route 53 uses only IPv4 to send health checks to the endpoint. If there's \n\t\t\tno resource record set with a type of A for the name that you specify for FullyQualifiedDomainName, the health check fails with a \n\t\t\t\"DNS resolution failed\" error.

\n
\n\t\t

If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by \n\t\t\tFullyQualifiedDomainName, we recommend that you create a separate health check for each endpoint. For example, create a \n\t\t\thealth check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, \n\t\t\tspecify the domain name of the server (such as us-east-2-www.example.com), not the name of the resource record sets (www.example.com).

\n\t\t \n\t\t\t

In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the \n\t\t\t\tresource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

\n\t\t
\n\t\t

In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or \n\t\t\tHTTPS_STR_MATCH, Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you \n\t\t\tspecify a value for IPAddress. If the value of Type is TCP, Route 53 doesn't pass a Host header.

" } }, "SearchString": { "target": "com.amazonaws.route53#SearchString", "traits": { "smithy.api#documentation": "

If the value of Type is HTTP_STR_MATCH or HTTPS_STR_MATCH, the string that you want Amazon Route 53 to search for in the \n\t\t\tresponse body from the specified resource. If the string appears in the response body, Route 53 considers the resource healthy.

\n\t\t

Route 53 considers case when searching for SearchString in the response body.

" } }, "RequestInterval": { "target": "com.amazonaws.route53#RequestInterval", "traits": { "smithy.api#documentation": "

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 \n\t\t\thealth check request. Each Route 53 health checker makes requests at this interval.

\n\t\t \n\t\t\t

You can't change the value of RequestInterval after you create a health check.

\n\t\t
\n\t\t

If you don't specify a value for RequestInterval, the default value is 30 seconds.

" } }, "FailureThreshold": { "target": "com.amazonaws.route53#FailureThreshold", "traits": { "smithy.api#documentation": "

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 \n\t\t\tfrom unhealthy to healthy or vice versa. For more information, see \n\t\t\tHow Amazon Route 53 Determines Whether an Endpoint Is Healthy \n\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t

If you don't specify a value for FailureThreshold, the default value is three health checks.

" } }, "MeasureLatency": { "target": "com.amazonaws.route53#MeasureLatency", "traits": { "smithy.api#documentation": "

Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint, and to \n\t\t\tdisplay CloudWatch latency graphs on the Health Checks page in the Route 53 console.

\n\t\t \n\t\t\t

You can't change the value of MeasureLatency after you create a health check.

\n\t\t
" } }, "Inverted": { "target": "com.amazonaws.route53#Inverted", "traits": { "smithy.api#documentation": "

Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it \n\t\t\totherwise would be considered healthy.

" } }, "Disabled": { "target": "com.amazonaws.route53#Disabled", "traits": { "smithy.api#documentation": "

Stops Route 53 from performing health checks. When you disable a health check, here's what happens:

\n\t\t \n\t\t\n\t\t

After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, \n\t\t\tRoute 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of \n\t\t\tInverted.\n\t\t

\n\t\t\n\t\t

Charges for a health check still apply when the health check is disabled. For more information, see \n\t\t\tAmazon Route 53 Pricing.

" } }, "HealthThreshold": { "target": "com.amazonaws.route53#HealthThreshold", "traits": { "smithy.api#documentation": "

The number of child health checks that are associated with a CALCULATED health check that Amazon Route 53 must consider healthy for the \n\t\t\tCALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a \n\t\t\tCALCULATED health check, use the \n\t\t\tChildHealthChecks \n\t\t\telement.

\n\t\t

Note the following:

\n\t\t " } }, "ChildHealthChecks": { "target": "com.amazonaws.route53#ChildHealthCheckList", "traits": { "smithy.api#documentation": "

(CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that \n\t\t\tyou want to associate with a CALCULATED health check.

" } }, "EnableSNI": { "target": "com.amazonaws.route53#EnableSNI", "traits": { "smithy.api#documentation": "

Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello\n\t\t\tmessage during TLS negotiation. This allows the endpoint to respond to HTTPS health check requests with the applicable \n\t\t\tSSL/TLS certificate.

\n\t\t

Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't \n\t\t\tenable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for \n\t\t\tother reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that \n\t\t\tyour certificate is valid.

\n\t\t

The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the \n\t\t\tSubject Alternative Names field. One of the domain names in the certificate should match the value that you specify for \n\t\t\tFullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not \n\t\t\tinclude the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the \n\t\t\tsecond attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

" } }, "Regions": { "target": "com.amazonaws.route53#HealthCheckRegionList", "traits": { "smithy.api#documentation": "

A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the \n\t\t\tspecified endpoint.

\n\t\t

If you don't specify any regions, Route 53 health checkers automatically performs checks from all of the regions that are listed under \n\t\t\tValid Values.

\n\t\t

If you update a health check to remove a region that has been performing health checks, Route 53 will briefly continue to perform checks \n\t\t\tfrom that region to ensure that some health checkers are always checking the endpoint (for example, if you replace three regions with \n\t\t\tfour different regions).

" } }, "AlarmIdentifier": { "target": "com.amazonaws.route53#AlarmIdentifier", "traits": { "smithy.api#documentation": "

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether \n\t\t\tthe specified health check is healthy.

" } }, "InsufficientDataHealthStatus": { "target": "com.amazonaws.route53#InsufficientDataHealthStatus", "traits": { "smithy.api#documentation": "

When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

\n\t\t " } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the health check.

" } }, "com.amazonaws.route53#HealthCheckCount": { "type": "long", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#HealthCheckId": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 64 } } }, "com.amazonaws.route53#HealthCheckInUse": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#deprecated": {}, "smithy.api#documentation": "

This error code is not in use.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#HealthCheckNonce": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 64 } } }, "com.amazonaws.route53#HealthCheckObservation": { "type": "structure", "members": { "Region": { "target": "com.amazonaws.route53#HealthCheckRegion", "traits": { "smithy.api#documentation": "

The region of the Amazon Route 53 health checker that provided the status in StatusReport.

" } }, "IPAddress": { "target": "com.amazonaws.route53#IPAddress", "traits": { "smithy.api#documentation": "

The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

" } }, "StatusReport": { "target": "com.amazonaws.route53#StatusReport", "traits": { "smithy.api#documentation": "

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.

" } }, "com.amazonaws.route53#HealthCheckObservations": { "type": "list", "member": { "target": "com.amazonaws.route53#HealthCheckObservation", "traits": { "smithy.api#xmlName": "HealthCheckObservation" } } }, "com.amazonaws.route53#HealthCheckRegion": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "us-east-1", "name": "us_east_1" }, { "value": "us-west-1", "name": "us_west_1" }, { "value": "us-west-2", "name": "us_west_2" }, { "value": "eu-west-1", "name": "eu_west_1" }, { "value": "ap-southeast-1", "name": "ap_southeast_1" }, { "value": "ap-southeast-2", "name": "ap_southeast_2" }, { "value": "ap-northeast-1", "name": "ap_northeast_1" }, { "value": "sa-east-1", "name": "sa_east_1" } ], "smithy.api#length": { "min": 1, "max": 64 } } }, "com.amazonaws.route53#HealthCheckRegionList": { "type": "list", "member": { "target": "com.amazonaws.route53#HealthCheckRegion", "traits": { "smithy.api#xmlName": "Region" } }, "traits": { "smithy.api#length": { "min": 3, "max": 64 } } }, "com.amazonaws.route53#HealthCheckType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "HTTP", "name": "HTTP" }, { "value": "HTTPS", "name": "HTTPS" }, { "value": "HTTP_STR_MATCH", "name": "HTTP_STR_MATCH" }, { "value": "HTTPS_STR_MATCH", "name": "HTTPS_STR_MATCH" }, { "value": "TCP", "name": "TCP" }, { "value": "CALCULATED", "name": "CALCULATED" }, { "value": "CLOUDWATCH_METRIC", "name": "CLOUDWATCH_METRIC" } ] } }, "com.amazonaws.route53#HealthCheckVersion": { "type": "long", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 1 } } }, "com.amazonaws.route53#HealthCheckVersionMismatch": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The value of HealthCheckVersion in the request doesn't match the value of HealthCheckVersion \n\t\t\tin the health check.

", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.route53#HealthChecks": { "type": "list", "member": { "target": "com.amazonaws.route53#HealthCheck", "traits": { "smithy.api#xmlName": "HealthCheck" } } }, "com.amazonaws.route53#HealthThreshold": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 0, "max": 256 } } }, "com.amazonaws.route53#HostedZone": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID that Amazon Route 53 assigned to the hosted zone when you created it.

", "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

The name of the domain. For public hosted zones, this is the name that you have\n\t\t\tregistered with your DNS registrar.

\n\t\t

For information about how to specify characters other than a-z,\n\t\t\t0-9, and - (hyphen) and how to specify internationalized domain names, see \n\t\t\tCreateHostedZone.

", "smithy.api#required": {} } }, "CallerReference": { "target": "com.amazonaws.route53#Nonce", "traits": { "smithy.api#documentation": "

The value that you specified for CallerReference when you created the\n\t\t\thosted zone.

", "smithy.api#required": {} } }, "Config": { "target": "com.amazonaws.route53#HostedZoneConfig", "traits": { "smithy.api#documentation": "

A complex type that includes the Comment and PrivateZone\n\t\t\telements. If you omitted the HostedZoneConfig and Comment elements\n\t\t\tfrom the request, the Config and Comment elements don't appear in\n\t\t\tthe response.

" } }, "ResourceRecordSetCount": { "target": "com.amazonaws.route53#HostedZoneRRSetCount", "traits": { "smithy.api#documentation": "

The number of resource record sets in the hosted zone.

" } }, "LinkedService": { "target": "com.amazonaws.route53#LinkedService", "traits": { "smithy.api#documentation": "

If the hosted zone was created by another service, the service that created the hosted zone. When a hosted zone is created \n\t\t\tby another service, you can't edit or delete it using Route 53.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#HostedZoneAlreadyExists": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The hosted zone you're trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created \n\t\t\twith the specified CallerReference.

", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.route53#HostedZoneConfig": { "type": "structure", "members": { "Comment": { "target": "com.amazonaws.route53#ResourceDescription", "traits": { "smithy.api#documentation": "

Any comments that you want to include about the hosted zone.

" } }, "PrivateZone": { "target": "com.amazonaws.route53#IsPrivateZone", "traits": { "smithy.api#documentation": "

A value that indicates whether this is a private hosted zone.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains an optional comment about your hosted zone. If you don't\n\t\t\twant to specify a comment, omit both the HostedZoneConfig and\n\t\t\tComment elements.

" } }, "com.amazonaws.route53#HostedZoneCount": { "type": "long", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#HostedZoneLimit": { "type": "structure", "members": { "Type": { "target": "com.amazonaws.route53#HostedZoneLimitType", "traits": { "smithy.api#documentation": "

The limit that you requested. Valid values include the following:

\n\t\t ", "smithy.api#required": {} } }, "Value": { "target": "com.amazonaws.route53#LimitValue", "traits": { "smithy.api#documentation": "

The current value for the limit that is specified by Type.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

" } }, "com.amazonaws.route53#HostedZoneLimitType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "MAX_RRSETS_BY_ZONE", "name": "MAX_RRSETS_BY_ZONE" }, { "value": "MAX_VPCS_ASSOCIATED_BY_ZONE", "name": "MAX_VPCS_ASSOCIATED_BY_ZONE" } ] } }, "com.amazonaws.route53#HostedZoneNotEmpty": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The hosted zone contains resource records that are not SOA or NS records.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#HostedZoneNotFound": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The specified HostedZone can't be found.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#HostedZoneNotPrivate": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The specified hosted zone is a public hosted zone, not a private hosted zone.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#HostedZoneOwner": { "type": "structure", "members": { "OwningAccount": { "target": "com.amazonaws.route53#AWSAccountID", "traits": { "smithy.api#documentation": "

If the hosted zone was created by an AWS account, or was created by an AWS service that creates hosted zones using the current account, \n\t\t\tOwningAccount contains the account ID of that account. For example, when you use AWS Cloud Map to create a hosted zone, Cloud Map \n\t\t\tcreates the hosted zone using the current AWS account.

" } }, "OwningService": { "target": "com.amazonaws.route53#HostedZoneOwningService", "traits": { "smithy.api#documentation": "

If an AWS service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone, OwningService \n\t\t\tcontains an abbreviation that identifies the service. For example, if Amazon Elastic File System (Amazon EFS) created a hosted zone and \n\t\t\tassociated a VPC with the hosted zone, the value of OwningService is efs.amazonaws.com.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that identifies a hosted zone that a specified Amazon VPC is associated with and the owner of the hosted zone. \n\t\t\tIf there is a value for OwningAccount, there is no value for OwningService, and vice versa.

" } }, "com.amazonaws.route53#HostedZoneOwningService": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 128 } } }, "com.amazonaws.route53#HostedZonePartiallyDelegated": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The hosted zone nameservers don't match the parent nameservers. The hosted zone and parent must have the same nameservers.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#HostedZoneRRSetCount": { "type": "long", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#HostedZoneSummaries": { "type": "list", "member": { "target": "com.amazonaws.route53#HostedZoneSummary", "traits": { "smithy.api#xmlName": "HostedZoneSummary" } } }, "com.amazonaws.route53#HostedZoneSummary": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.

", "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

The name of the private hosted zone, such as example.com.

", "smithy.api#required": {} } }, "Owner": { "target": "com.amazonaws.route53#HostedZoneOwner", "traits": { "smithy.api#documentation": "

The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an AWS account or \n\t\t\tan AWS service.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

In the response to a ListHostedZonesByVPC request, the HostedZoneSummaries element contains one \n\t\t\tHostedZoneSummary element for each hosted zone that the specified Amazon VPC is associated with. \n\t\t\tEach HostedZoneSummary element contains the hosted zone name and ID, and information about who owns the hosted zone.

" } }, "com.amazonaws.route53#HostedZones": { "type": "list", "member": { "target": "com.amazonaws.route53#HostedZone", "traits": { "smithy.api#xmlName": "HostedZone" } } }, "com.amazonaws.route53#IPAddress": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 45 }, "smithy.api#pattern": "(^((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))$|^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$)" } }, "com.amazonaws.route53#IPAddressCidr": { "type": "string" }, "com.amazonaws.route53#IncompatibleVersion": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The resource you're trying to access is unsupported on this Amazon Route 53 endpoint.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#InsufficientCloudWatchLogsResourcePolicy": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

Amazon Route 53 doesn't have the permissions required to create log streams and send query logs to log streams. Possible causes \n\t\t\tinclude the following:

\n\t\t ", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#InsufficientDataHealthStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "Healthy", "name": "Healthy" }, { "value": "Unhealthy", "name": "Unhealthy" }, { "value": "LastKnownStatus", "name": "LastKnownStatus" } ] } }, "com.amazonaws.route53#InvalidArgument": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

Parameter name is not valid.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#InvalidChangeBatch": { "type": "structure", "members": { "messages": { "target": "com.amazonaws.route53#ErrorMessages", "traits": { "smithy.api#documentation": "

" } }, "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

This exception contains a list of messages that might contain one or more error messages. Each error message indicates \n\t\t\tone error in the change batch.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#InvalidDomainName": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The specified domain name is not valid.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#InvalidInput": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The input is not valid.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#InvalidKMSArn": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC signing.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#InvalidKeySigningKeyName": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The key-signing key (KSK) name that you specified isn't a valid name.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#InvalidKeySigningKeyStatus": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The key-signing key (KSK) status isn't valid or another KSK has the status INTERNAL_FAILURE.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#InvalidPaginationToken": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The value that you specified to get the second or subsequent page of results is invalid.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#InvalidSigningStatus": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

Your hosted zone status isn't valid for this operation. In the hosted zone, change the status to enable DNSSEC \n\t\t\tor disable DNSSEC.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#InvalidTrafficPolicyDocument": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#InvalidVPCId": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The VPC ID that you specified either isn't a valid ID or the current account is not authorized to access this VPC.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#Inverted": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#IsPrivateZone": { "type": "boolean" }, "com.amazonaws.route53#KeySigningKey": { "type": "structure", "members": { "Name": { "target": "com.amazonaws.route53#SigningKeyName", "traits": { "smithy.api#documentation": "

A string used to identify a key-signing key (KSK). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same \n\t\t\thosted zone.

" } }, "KmsArn": { "target": "com.amazonaws.route53#SigningKeyString", "traits": { "smithy.api#documentation": "

The Amazon resource name (ARN) used to identify the customer managed customer master key (CMK) in AWS Key Management Service (AWS KMS).\n\t\t\tThe KmsArn must be unique for each key-signing key (KSK) in a single hosted zone.

\n\t\t

You must configure the CMK as follows:

\n\t\t
\n
Status
\n
\n

Enabled

\n
\n
Key spec
\n
\n

ECC_NIST_P256

\n
\n
Key usage
\n
\n

Sign and verify

\n
\n
Key policy
\n
\n

The key policy must give permission for the following actions:

\n\t\t\t\t \n\t\t\t\t\t

The key policy must also include the Amazon Route 53 service in the principal for your account. \n\t\t\t\t\t\tSpecify the following:

\n\t\t\t\t\t \n\t\t\t\t
\n
\n\t\t

For more information about working with the customer managed CMK in AWS KMS, see \n\t\t\tAWS Key Management Service concepts.

" } }, "Flag": { "target": "com.amazonaws.route53#SigningKeyInteger", "traits": { "smithy.api#documentation": "

An integer that specifies how the key is used. For key-signing key (KSK), this value is always 257.

" } }, "SigningAlgorithmMnemonic": { "target": "com.amazonaws.route53#SigningKeyString", "traits": { "smithy.api#documentation": "

A string used to represent the signing algorithm. This value must follow the guidelines provided by\n\t\t\tRFC-8624 Section 3.1.\n\t\t

" } }, "SigningAlgorithmType": { "target": "com.amazonaws.route53#SigningKeyInteger", "traits": { "smithy.api#documentation": "

An integer used to represent the signing algorithm. This value must follow the guidelines provided by\n\t\t\tRFC-8624 Section 3.1.\n\t\t

" } }, "DigestAlgorithmMnemonic": { "target": "com.amazonaws.route53#SigningKeyString", "traits": { "smithy.api#documentation": "

A string used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by\n\t\t\tRFC-8624 Section 3.3.\n\t\t

" } }, "DigestAlgorithmType": { "target": "com.amazonaws.route53#SigningKeyInteger", "traits": { "smithy.api#documentation": "

An integer used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by\n\t\t\tRFC-8624 Section 3.3.

" } }, "KeyTag": { "target": "com.amazonaws.route53#SigningKeyTag", "traits": { "smithy.api#documentation": "

An integer used to identify the DNSSEC record for the domain name. The process used to calculate the value is described in\n\t\t\tRFC-4034 Appendix B.

" } }, "DigestValue": { "target": "com.amazonaws.route53#SigningKeyString", "traits": { "smithy.api#documentation": "

A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to publish the public key that resolvers \n\t\t\tcan use to verify DNSSEC signatures that are used to secure certain kinds of information provided by the DNS system.

" } }, "PublicKey": { "target": "com.amazonaws.route53#SigningKeyString", "traits": { "smithy.api#documentation": "

The public key, represented as a Base64 encoding, as required by \n\t\t\tRFC-4034 Page 5.

" } }, "DSRecord": { "target": "com.amazonaws.route53#SigningKeyString", "traits": { "smithy.api#documentation": "

A string that represents a delegation signer (DS) record.

" } }, "DNSKEYRecord": { "target": "com.amazonaws.route53#SigningKeyString", "traits": { "smithy.api#documentation": "

A string that represents a DNSKEY record.

" } }, "Status": { "target": "com.amazonaws.route53#SigningKeyStatus", "traits": { "smithy.api#documentation": "

A string that represents the current key-signing key (KSK) status.

\n\t\t

Status can have one of the following values:

\n\t\t
\n
ACTIVE
\n
\n

The KSK is being used for signing.

\n
\n
INACTIVE
\n
\n

The KSK is not being used for signing.

\n
\n
DELETING
\n
\n

The KSK is in the process of being deleted.

\n
\n
ACTION_NEEDED
\n
\n

There is a problem with the KSK that requires you to take action to resolve.\n\t\t\t\tFor example, the customer managed customer master key (CMK) might have been deleted, or the\n\t\t\t\tpermissions for the customer managed CMK might have been changed.

\n
\n
INTERNAL_FAILURE
\n
\n

There was an error during a request. Before you can continue to work with DNSSEC\n\t\t\t\t\tsigning, including actions that involve this KSK, you must correct the problem. For example,\n\t\t\t\t\tyou may need to activate or deactivate the KSK.

\n
\n
" } }, "StatusMessage": { "target": "com.amazonaws.route53#SigningKeyStatusMessage", "traits": { "smithy.api#documentation": "

The status message provided for the following key-signing key (KSK) statuses: ACTION_NEEDED or \n\t\t\tINTERNAL_FAILURE. The status message includes information about what the problem might be and steps \n\t\t\tthat you can take to correct the issue.

" } }, "CreatedDate": { "target": "com.amazonaws.route53#TimeStamp", "traits": { "smithy.api#documentation": "

The date when the key-signing key (KSK) was created.

" } }, "LastModifiedDate": { "target": "com.amazonaws.route53#TimeStamp", "traits": { "smithy.api#documentation": "

The last time that the key-signing key (KSK) was changed.

" } } }, "traits": { "smithy.api#documentation": "

A key-signing key (KSK) is a complex type that represents a public/private key pair. The private key is used to generate\n\t\ta digital signature for the zone signing key (ZSK). The public key is stored in the DNS and is used to authenticate the ZSK. \n\t\tA KSK is always associated with a hosted zone; it cannot exist by itself.

" } }, "com.amazonaws.route53#KeySigningKeyAlreadyExists": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

You've already created a key-signing key (KSK) with this name or with the same customer managed customer master key (CMK) ARN.

", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.route53#KeySigningKeyInParentDSRecord": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The key-signing key (KSK) is specified in a parent DS record.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#KeySigningKeyInUse": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The key-signing key (KSK) that you specified can't be deactivated because it's the only KSK for a\n\t\tcurrently-enabled DNSSEC. Disable DNSSEC signing, or add or enable another KSK.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#KeySigningKeyWithActiveStatusNotFound": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

A key-signing key (KSK) with ACTIVE status wasn't found.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#KeySigningKeys": { "type": "list", "member": { "target": "com.amazonaws.route53#KeySigningKey" } }, "com.amazonaws.route53#LastVPCAssociation": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The VPC that you're trying to disassociate from the private hosted zone is the last VPC that is associated with \n\t\t\tthe hosted zone. Amazon Route 53 doesn't support disassociating the last VPC from a hosted zone.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#LimitValue": { "type": "long", "traits": { "smithy.api#range": { "min": 1 } } }, "com.amazonaws.route53#LimitsExceeded": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

This operation can't be completed either because the current account has reached the limit on reusable delegation sets \n\t\t\tthat it can create or because you've reached the limit on the number of Amazon VPCs that you can associate with a private hosted zone. \n\t\t\tTo get the current limit on the number of reusable delegation sets, see \n\t\t\tGetAccountLimit.\n\t\t\tTo get the current limit on the number of Amazon VPCs that you can associate with a private hosted zone, see \n\t\t\tGetHostedZoneLimit.\n\t\t\tTo request a higher limit, create a case with the AWS Support Center.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#LinkedService": { "type": "structure", "members": { "ServicePrincipal": { "target": "com.amazonaws.route53#ServicePrincipal", "traits": { "smithy.api#documentation": "

If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created \n\t\t\tby another service, you can't edit or delete it using Amazon Route 53.

" } }, "Description": { "target": "com.amazonaws.route53#ResourceDescription", "traits": { "smithy.api#documentation": "

If the health check or hosted zone was created by another service, an optional description that can be provided by the other service.\n\t\t\tWhen a resource is created by another service, you can't edit or delete it using Amazon Route 53.

" } } }, "traits": { "smithy.api#documentation": "

If a health check or hosted zone was created by another service, LinkedService is a complex type that \n\t\t\tdescribes the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

" } }, "com.amazonaws.route53#ListGeoLocations": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListGeoLocationsRequest" }, "output": { "target": "com.amazonaws.route53#ListGeoLocationsResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" } ], "traits": { "smithy.api#documentation": "

Retrieves a list of supported geographic locations.

\n\t\t

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

\n\t

Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.

\n\t

For a list of supported geolocation codes, see the \n\t\t\tGeoLocation data type.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/geolocations", "code": 200 } } }, "com.amazonaws.route53#ListGeoLocationsRequest": { "type": "structure", "members": { "StartContinentCode": { "target": "com.amazonaws.route53#GeoLocationContinentCode", "traits": { "smithy.api#documentation": "

The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already \n\t\t\treturned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous \n\t\t\tresponse has a value, enter that value in startcontinentcode to return the next page of results.

\n\t\t

Include startcontinentcode only if you want to list continents. Don't include startcontinentcode \n\t\t\twhen you're listing countries or countries with their subdivisions.

", "smithy.api#httpQuery": "startcontinentcode" } }, "StartCountryCode": { "target": "com.amazonaws.route53#GeoLocationCountryCode", "traits": { "smithy.api#documentation": "

The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already \n\t\t\treturned a page or more of results, if IsTruncated is true, and if NextCountryCode from the \n\t\t\tprevious response has a value, enter that value in startcountrycode to return the next page of results.

", "smithy.api#httpQuery": "startcountrycode" } }, "StartSubdivisionCode": { "target": "com.amazonaws.route53#GeoLocationSubdivisionCode", "traits": { "smithy.api#documentation": "

The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports \n\t\t\tfor geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if\n\t\t\tNextSubdivisionCode from the previous response has a value, enter that value in startsubdivisioncode \n\t\t\tto return the next page of results.

\n\t\t

To list subdivisions (U.S. states), you must include both startcountrycode and startsubdivisioncode.

", "smithy.api#httpQuery": "startsubdivisioncode" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

(Optional) The maximum number of geolocations to be included in the response body for this request. If more than maxitems \n\t\t\tgeolocations remain to be listed, then the value of the IsTruncated element in the response is true.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

A request to get a list of geographic locations that Amazon Route 53 supports for geolocation resource record sets.

" } }, "com.amazonaws.route53#ListGeoLocationsResponse": { "type": "structure", "members": { "GeoLocationDetailsList": { "target": "com.amazonaws.route53#GeoLocationDetailsList", "traits": { "smithy.api#documentation": "

A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

", "smithy.api#required": {} } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of \n\t\t\tIsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, \n\t\t\tNextCountryCode, and NextSubdivisionCode in the startcontinentcode, startcountrycode, and \n\t\t\tstartsubdivisioncode, as applicable.

", "smithy.api#required": {} } }, "NextContinentCode": { "target": "com.amazonaws.route53#GeoLocationContinentCode", "traits": { "smithy.api#documentation": "

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of \n\t\t\tNextContinentCode in the startcontinentcode parameter in another ListGeoLocations request.

" } }, "NextCountryCode": { "target": "com.amazonaws.route53#GeoLocationCountryCode", "traits": { "smithy.api#documentation": "

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of \n\t\t\tNextCountryCode in the startcountrycode parameter in another ListGeoLocations request.

" } }, "NextSubdivisionCode": { "target": "com.amazonaws.route53#GeoLocationSubdivisionCode", "traits": { "smithy.api#documentation": "

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of \n\t\t\tNextSubdivisionCode in the startsubdivisioncode parameter in another ListGeoLocations request.

" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The value that you specified for MaxItems in the request.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type containing the response information for the request.

" } }, "com.amazonaws.route53#ListHealthChecks": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListHealthChecksRequest" }, "output": { "target": "com.amazonaws.route53#ListHealthChecksResponse" }, "errors": [ { "target": "com.amazonaws.route53#IncompatibleVersion" }, { "target": "com.amazonaws.route53#InvalidInput" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/healthcheck", "code": 200 }, "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "NextMarker", "items": "HealthChecks", "pageSize": "MaxItems" } } }, "com.amazonaws.route53#ListHealthChecksRequest": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.route53#PageMarker", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response was true, you have more health checks. To get another group, \n\t\t\tsubmit another ListHealthChecks request.

\n\t\t

For the value of marker, specify the value of NextMarker from the previous response, \n\t\t\twhich is the ID of the first health check that Amazon Route 53 will return if you submit another request.

\n\t\t

If the value of IsTruncated in the previous response was false, there are no more health checks to get.

", "smithy.api#httpQuery": "marker" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The maximum number of health checks that you want ListHealthChecks to return in response to the current request. \n\t\t\tAmazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Route 53 returns only the first 100 health checks.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

A request to retrieve a list of the health checks that are associated with the current AWS account.

" } }, "com.amazonaws.route53#ListHealthChecksResponse": { "type": "structure", "members": { "HealthChecks": { "target": "com.amazonaws.route53#HealthChecks", "traits": { "smithy.api#documentation": "

A complex type that contains one HealthCheck element for each health check that is associated with the current \n\t\t\tAWS account.

", "smithy.api#required": {} } }, "Marker": { "target": "com.amazonaws.route53#PageMarker", "traits": { "smithy.api#documentation": "

For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the \n\t\t\tmarker parameter in the previous request.

", "smithy.api#required": {} } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of \n\t\t\thealth checks by submitting another ListHealthChecks request and specifying the value of NextMarker in the \n\t\t\tmarker parameter.

", "smithy.api#required": {} } }, "NextMarker": { "target": "com.amazonaws.route53#PageMarker", "traits": { "smithy.api#documentation": "

If IsTruncated is true, the value of NextMarker identifies the first health check that Amazon Route 53 \n\t\t\treturns if you submit another ListHealthChecks request and specify the value of NextMarker in \n\t\t\tthe marker parameter.

" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the \n\t\t\tcurrent response.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to a ListHealthChecks request.

" } }, "com.amazonaws.route53#ListHostedZones": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListHostedZonesRequest" }, "output": { "target": "com.amazonaws.route53#ListHostedZonesResponse" }, "errors": [ { "target": "com.amazonaws.route53#DelegationSetNotReusable" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchDelegationSet" } ], "traits": { "smithy.api#documentation": "

Retrieves a list of the public and private hosted zones that are associated with the current AWS account. The response \n\t\t\tincludes a HostedZones child element for each hosted zone.

\n\t\t

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the \n\t\t\tmaxitems parameter to list them in groups of up to 100.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/hostedzone", "code": 200 }, "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "NextMarker", "items": "HostedZones", "pageSize": "MaxItems" } } }, "com.amazonaws.route53#ListHostedZonesByName": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListHostedZonesByNameRequest" }, "output": { "target": "com.amazonaws.route53#ListHostedZonesByNameResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidDomainName" }, { "target": "com.amazonaws.route53#InvalidInput" } ], "traits": { "smithy.api#documentation": "

Retrieves a list of your hosted zones in lexicographic order. The response includes a HostedZones child element \n\t\t\tfor each hosted zone created by the current AWS account.

\n\t\t

\n ListHostedZonesByName sorts hosted zones by name with the labels reversed. For example:

\n\n\t\t

\n com.example.www.\n

\n\n\t\t

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

\n\t\t

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

\n\n\t\t

\n com.ex\\344mple.\n

\n\t\t\n\t\t

The labels are reversed and alphabetized using the escaped value. For more information about valid domain name formats, \n\t\t\tincluding internationalized domain names, see DNS Domain Name Format in the \n\t\t\tAmazon Route 53 Developer Guide.

\n\t\t

Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, use the MaxItems parameter to list \n\t\t\tthem in groups of up to 100. The response includes values that help navigate from one group of MaxItems hosted zones to the next:

\n\t\t ", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/hostedzonesbyname", "code": 200 } } }, "com.amazonaws.route53#ListHostedZonesByNameRequest": { "type": "structure", "members": { "DNSName": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

(Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to \n\t\t\tspecify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of \n\t\t\tthe hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and \n\t\t\thostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

", "smithy.api#httpQuery": "dnsname" } }, "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

(Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

\n\t\t

If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first \n\t\t\tmaxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to \n\t\t\tListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of \n\t\t\thostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

", "smithy.api#httpQuery": "hostedzoneid" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems \n\t\t\thosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and \n\t\t\tNextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

Retrieves a list of the public and private hosted zones that are associated with the current AWS account in ASCII order by domain \n\t\t\tname.

" } }, "com.amazonaws.route53#ListHostedZonesByNameResponse": { "type": "structure", "members": { "HostedZones": { "target": "com.amazonaws.route53#HostedZones", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "DNSName": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the \n\t\t\tdnsname parameter in the request that produced the current response.

" } }, "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID that Amazon Route 53 assigned to the hosted zone when you created it.

" } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of \n\t\t\tmaxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and \n\t\t\tNextHostedZoneId elements in the dnsname and hostedzoneid parameters.

", "smithy.api#required": {} } }, "NextDNSName": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of \n\t\t\tmaxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName \n\t\t\tand NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

\n\t\t

This element is present only if IsTruncated is true.

" } }, "NextHostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the \n\t\t\tnext group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName \n\t\t\tand NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

\n\t\t

This element is present only if IsTruncated is true.

" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the \n\t\t\tcurrent response.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListHostedZonesByVPC": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListHostedZonesByVPCRequest" }, "output": { "target": "com.amazonaws.route53#ListHostedZonesByVPCResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidPaginationToken" } ], "traits": { "smithy.api#documentation": "

Lists all the private hosted zones that a specified VPC is associated with, regardless of which AWS account or AWS service owns the \n\t\t\thosted zones. The HostedZoneOwner structure in the response contains one of the following values:

\n\t\t ", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/hostedzonesbyvpc", "code": 200 } } }, "com.amazonaws.route53#ListHostedZonesByVPCRequest": { "type": "structure", "members": { "VPCId": { "target": "com.amazonaws.route53#VPCId", "traits": { "smithy.api#documentation": "

The ID of the Amazon VPC that you want to list hosted zones for.

", "smithy.api#httpQuery": "vpcid", "smithy.api#required": {} } }, "VPCRegion": { "target": "com.amazonaws.route53#VPCRegion", "traits": { "smithy.api#documentation": "

For the Amazon VPC that you specified for VPCId, the AWS Region that you created the VPC in.

", "smithy.api#httpQuery": "vpcregion", "smithy.api#required": {} } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is associated with \n\t\t\tmore than MaxItems hosted zones, the response includes a NextToken element. NextToken contains \n\t\t\tan encrypted token that identifies the first hosted zone that Route 53 will return if you submit another request.

", "smithy.api#httpQuery": "maxitems" } }, "NextToken": { "target": "com.amazonaws.route53#PaginationToken", "traits": { "smithy.api#documentation": "

If the previous response included a NextToken element, the specified VPC is associated with more hosted zones. \n\t\t\tTo get more hosted zones, submit another ListHostedZonesByVPC request.

\n\t\t

For the value of NextToken, specify the value of NextToken from the previous response.

\n\t\t

If the previous response didn't include a NextToken element, there are no more hosted zones to get.

", "smithy.api#httpQuery": "nexttoken" } } }, "traits": { "smithy.api#documentation": "

Lists all the private hosted zones that a specified VPC is associated with, regardless of which AWS account created the hosted zones.

" } }, "com.amazonaws.route53#ListHostedZonesByVPCResponse": { "type": "structure", "members": { "HostedZoneSummaries": { "target": "com.amazonaws.route53#HostedZoneSummaries", "traits": { "smithy.api#documentation": "

A list that contains one HostedZoneSummary element for each hosted zone that the specified Amazon VPC is associated with. \n\t\t\tEach HostedZoneSummary element contains the hosted zone name and ID, and information about who owns the hosted zone.

", "smithy.api#required": {} } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The value that you specified for MaxItems in the most recent ListHostedZonesByVPC request.

", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.route53#PaginationToken", "traits": { "smithy.api#documentation": "

The value that you specified for NextToken in the most recent ListHostedZonesByVPC request.

" } } } }, "com.amazonaws.route53#ListHostedZonesRequest": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.route53#PageMarker", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response was true, you have more hosted zones. \n\t\t\tTo get more hosted zones, submit another ListHostedZones request.

\n\t\t

For the value of marker, specify the value of NextMarker from the previous response, \n\t\t\twhich is the ID of the first hosted zone that Amazon Route 53 will return if you submit another request.

\n\t\t

If the value of IsTruncated in the previous response was false, there are no more hosted zones to get.

", "smithy.api#httpQuery": "marker" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If you have more than maxitems \n\t\t\thosted zones, the value of IsTruncated in the response is true, and the value of NextMarker \n\t\t\tis the hosted zone ID of the first hosted zone that Route 53 will return if you submit another request.

", "smithy.api#httpQuery": "maxitems" } }, "DelegationSetId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

If you're using reusable delegation sets and you want to list all of the hosted zones that are associated \n\t\t\twith a reusable delegation set, specify the ID of that reusable delegation set.

", "smithy.api#httpQuery": "delegationsetid" } } }, "traits": { "smithy.api#documentation": "

A request to retrieve a list of the public and private hosted zones that are associated with the current AWS account.

" } }, "com.amazonaws.route53#ListHostedZonesResponse": { "type": "structure", "members": { "HostedZones": { "target": "com.amazonaws.route53#HostedZones", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "Marker": { "target": "com.amazonaws.route53#PageMarker", "traits": { "smithy.api#documentation": "

For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the \n\t\t\tmarker parameter in the request that produced the current response.

", "smithy.api#required": {} } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get more hosted zones \n\t\t\tby submitting another ListHostedZones request and specifying the value of NextMarker in the \n\t\t\tmarker parameter.

", "smithy.api#required": {} } }, "NextMarker": { "target": "com.amazonaws.route53#PageMarker", "traits": { "smithy.api#documentation": "

If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group \n\t\t\tof hosted zones. Submit another ListHostedZones request, and specify the value of NextMarker from the response in the \n\t\t\tmarker parameter.

\n\t\t

This element is present only if IsTruncated is true.

" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The value that you specified for the maxitems parameter in the call to ListHostedZones that \n\t\t\tproduced the current response.

", "smithy.api#required": {} } } } }, "com.amazonaws.route53#ListQueryLoggingConfigs": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListQueryLoggingConfigsRequest" }, "output": { "target": "com.amazonaws.route53#ListQueryLoggingConfigsResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidPaginationToken" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

Lists the configurations for DNS query logging that are associated with the current AWS account or the configuration \n\t\t\tthat is associated with a specified hosted zone.

\n\n\t\t

For more information about DNS query logs, see \n\t\t\tCreateQueryLoggingConfig. \n\t\t\tAdditional information, including the format of DNS query logs, appears in \n\t\t\tLogging DNS Queries \n\t\t\tin the Amazon Route 53 Developer Guide.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/queryloggingconfig", "code": 200 }, "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "QueryLoggingConfigs", "pageSize": "MaxResults" } } }, "com.amazonaws.route53#ListQueryLoggingConfigsRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the ID in \n\t\t\tHostedZoneId.

\n\t\t

If you don't specify a hosted zone ID, ListQueryLoggingConfigs returns all of the configurations \n\t\t\tthat are associated with the current AWS account.

", "smithy.api#httpQuery": "hostedzoneid" } }, "NextToken": { "target": "com.amazonaws.route53#PaginationToken", "traits": { "smithy.api#documentation": "

(Optional) If the current AWS account has more than MaxResults query logging configurations, use NextToken \n\t\t\tto get the second and subsequent pages of results.

\n\t\t

For the first ListQueryLoggingConfigs request, omit this value.

\n\t\t

For the second and subsequent requests, get the value of NextToken from the previous response and specify that value \n\t\t\tfor NextToken in the request.

", "smithy.api#httpQuery": "nexttoken" } }, "MaxResults": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response to the current request. \n\t\t\tIf the current AWS account has more than MaxResults configurations, use the value of \n\t\t\tNextToken \n\t\t\tin the response to get the next page of results.

\n\t\t

If you don't specify a value for MaxResults, Route 53 returns up to 100 configurations.

", "smithy.api#httpQuery": "maxresults" } } } }, "com.amazonaws.route53#ListQueryLoggingConfigsResponse": { "type": "structure", "members": { "QueryLoggingConfigs": { "target": "com.amazonaws.route53#QueryLoggingConfigs", "traits": { "smithy.api#documentation": "

An array that contains one \n\t\t\tQueryLoggingConfig element \n\t\t\tfor each configuration for DNS query logging that is associated with the current AWS account.

", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.route53#PaginationToken", "traits": { "smithy.api#documentation": "

If a response includes the last of the query logging configurations that are associated with the current AWS account, \n\t\t\tNextToken doesn't appear in the response.

\n\t\t

If a response doesn't include the last of the configurations, you can get more configurations by submitting another \n\t\t\tListQueryLoggingConfigs \n\t\t\trequest. Get the value of NextToken that Amazon Route 53 returned in the previous response and include it in \n\t\t\tNextToken in the next request.

" } } } }, "com.amazonaws.route53#ListResourceRecordSets": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListResourceRecordSetsRequest" }, "output": { "target": "com.amazonaws.route53#ListResourceRecordSetsResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

Lists the resource record sets in a specified hosted zone.

\n\t\t

\n ListResourceRecordSets returns up to 300 resource record sets at a time in ASCII order, \n\t\t\tbeginning at a position specified by the name and type elements.

\n\t\t\n\t\t

\n Sort order\n

\n\t\t\t

\n ListResourceRecordSets sorts results first by DNS name with the labels reversed, for example:

\n\t\t\t

\n com.example.www.\n

\n\t\t\t

Note the trailing dot, which can change the sort order when the record name contains characters that appear before \n\t\t\t\t. (decimal 46) in the ASCII table. These characters include the following: ! \" # $ % & ' ( ) * + , -\n

\n\t\t\t

When multiple records have the same DNS name, ListResourceRecordSets sorts results by the record type.

\n\t\t\n\t\t

\n Specifying where to start listing records\n

\n\t\t\t

You can use the name and type elements to specify the resource record set that the list begins with:

\n\t\t\t
\n
If you do not specify Name or Type
\n
\n

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

\n
\n
If you specify Name but not Type
\n
\n

The results begin with the first resource record set in the list whose name is greater than or equal to \n\t\t\t\t\t\tName.

\n
\n
If you specify Type but not Name
\n
\n

Amazon Route 53 returns the InvalidInput error.

\n
\n
If you specify both Name and Type
\n
\n

The results begin with the first resource record set in the list whose name is greater than or equal to \n\t\t\t\t\t\tName, and whose type is greater than or equal to Type.

\n
\n
\n\t\t\n\t\t

\n Resource record sets that are PENDING\n

\n\t\t\t

This action returns the most current version of the records. This includes records that are PENDING, \n\t\t\t\tand that are not yet available on all Route 53 DNS servers.

\n\t\t\n\t\t

\n Changing resource record sets\n

\n\t\t\t

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

\n\t\t\n\t\t

\n Displaying the next page of results\n

\n\t\t\t

If a ListResourceRecordSets command returns more than one page of results, the value of IsTruncated \n\t\t\t\tis true. To display the next page of results, get the values of NextRecordName, NextRecordType, \n\t\t\t\tand NextRecordIdentifier (if any) from the response. Then submit another ListResourceRecordSets request, and \n\t\t\t\tspecify those values for StartRecordName, StartRecordType, and StartRecordIdentifier.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/rrset", "code": 200 } } }, "com.amazonaws.route53#ListResourceRecordSetsRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "StartRecordName": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

The first name in the lexicographic ordering of resource record sets that you want to list. \n\t\t\tIf the specified record name doesn't exist, the results begin with the first resource record set that has a name \n\t\t\tgreater than the value of name.

", "smithy.api#httpQuery": "name" } }, "StartRecordType": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

The type of resource record set to begin the record listing from.

\n\t\t

Valid values for basic resource record sets: A | AAAA | CAA | CNAME | MX | \n\t\t\tNAPTR | NS | PTR | SOA | SPF | SRV | TXT\n

\n\t\t

Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CAA | CNAME | \n\t\t\tMX | NAPTR | PTR | SPF | SRV | TXT\n

\n\t\t

Values for alias resource record sets:

\n\t\t \n\t\t

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

", "smithy.api#httpQuery": "type" } }, "StartRecordIdentifier": { "target": "com.amazonaws.route53#ResourceRecordSetIdentifier", "traits": { "smithy.api#documentation": "

\n Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, \n\t\t\tspecify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current \n\t\t\tDNS name and type.

", "smithy.api#httpQuery": "identifier" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

(Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes \n\t\t\tmore than maxitems resource record sets, the value of the IsTruncated element in the response is true, \n\t\t\tand the values of the NextRecordName and NextRecordType elements in the response identify the first \n\t\t\tresource record set in the next group of maxitems resource record sets.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

A request for the resource record sets that are associated with a specified hosted zone.

" } }, "com.amazonaws.route53#ListResourceRecordSetsResponse": { "type": "structure", "members": { "ResourceRecordSets": { "target": "com.amazonaws.route53#ResourceRecordSets", "traits": { "smithy.api#documentation": "

Information about multiple resource record sets.

", "smithy.api#required": {} } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a \n\t\t\tfollow-up pagination request by using the NextRecordName element.

", "smithy.api#required": {} } }, "NextRecordName": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

If the results were truncated, the name of the next record in the list.

\n\t\t

This element is present only if IsTruncated is true.

" } }, "NextRecordType": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

If the results were truncated, the type of the next record in the list.

\n\t\t

This element is present only if IsTruncated is true.

" } }, "NextRecordIdentifier": { "target": "com.amazonaws.route53#ResourceRecordSetIdentifier", "traits": { "smithy.api#documentation": "

\n Resource record sets that have a routing policy other than simple: If results were truncated for a given \n\t\t\tDNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

\n\t\t

For information about routing policies, see \n\t\t\tChoosing a Routing Policy \n\t\t\tin the Amazon Route 53 Developer Guide.

" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The maximum number of records you requested.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains list information for the resource record set.

" } }, "com.amazonaws.route53#ListReusableDelegationSets": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListReusableDelegationSetsRequest" }, "output": { "target": "com.amazonaws.route53#ListReusableDelegationSetsResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/delegationset", "code": 200 } } }, "com.amazonaws.route53#ListReusableDelegationSetsRequest": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.route53#PageMarker", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response was true, you have more reusable delegation sets. \n\t\t\tTo get another group, submit another ListReusableDelegationSets request.

\n\t\t

For the value of marker, specify the value of NextMarker from the previous response, \n\t\t\twhich is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another request.

\n\t\t

If the value of IsTruncated in the previous response was false, there are no more reusable delegation sets to get.

", "smithy.api#httpQuery": "marker" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value \n\t\t\tgreater than 100, Route 53 returns only the first 100 reusable delegation sets.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

A request to get a list of the reusable delegation sets that are associated with the current AWS account.

" } }, "com.amazonaws.route53#ListReusableDelegationSetsResponse": { "type": "structure", "members": { "DelegationSets": { "target": "com.amazonaws.route53#DelegationSets", "traits": { "smithy.api#documentation": "

A complex type that contains one DelegationSet element for each reusable delegation set that was created \n\t\t\tby the current AWS account.

", "smithy.api#required": {} } }, "Marker": { "target": "com.amazonaws.route53#PageMarker", "traits": { "smithy.api#documentation": "

For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified \n\t\t\tfor the marker parameter in the request that produced the current response.

", "smithy.api#required": {} } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

A flag that indicates whether there are more reusable delegation sets to be listed.

", "smithy.api#required": {} } }, "NextMarker": { "target": "com.amazonaws.route53#PageMarker", "traits": { "smithy.api#documentation": "

If IsTruncated is true, the value of NextMarker identifies the next reusable delegation set \n\t\t\tthat Amazon Route 53 will return if you submit another ListReusableDelegationSets request and specify the value of NextMarker \n\t\t\tin the marker parameter.

" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that \n\t\t\tproduced the current response.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListTagsForResource": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListTagsForResourceRequest" }, "output": { "target": "com.amazonaws.route53#ListTagsForResourceResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHealthCheck" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#PriorRequestNotComplete" }, { "target": "com.amazonaws.route53#ThrottlingException" } ], "traits": { "smithy.api#documentation": "

Lists tags for one health check or hosted zone.

\n\t\t

For information about using tags for cost allocation, see \n\t\t\tUsing Cost Allocation Tags \n\t\t\tin the AWS Billing and Cost Management User Guide.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/tags/{ResourceType}/{ResourceId}", "code": 200 } } }, "com.amazonaws.route53#ListTagsForResourceRequest": { "type": "structure", "members": { "ResourceType": { "target": "com.amazonaws.route53#TagResourceType", "traits": { "smithy.api#documentation": "

The type of the resource.

\n\t\t ", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "ResourceId": { "target": "com.amazonaws.route53#TagResourceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListTagsForResourceResponse": { "type": "structure", "members": { "ResourceTagSet": { "target": "com.amazonaws.route53#ResourceTagSet", "traits": { "smithy.api#documentation": "

A ResourceTagSet containing tags associated with the specified resource.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the health checks or hosted zones for which you want to list tags.

" } }, "com.amazonaws.route53#ListTagsForResources": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListTagsForResourcesRequest" }, "output": { "target": "com.amazonaws.route53#ListTagsForResourcesResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHealthCheck" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#PriorRequestNotComplete" }, { "target": "com.amazonaws.route53#ThrottlingException" } ], "traits": { "smithy.api#documentation": "

Lists tags for up to 10 health checks or hosted zones.

\n\t\t

For information about using tags for cost allocation, see \n\t\t\tUsing Cost Allocation Tags \n\t\t\tin the AWS Billing and Cost Management User Guide.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/tags/{ResourceType}", "code": 200 } } }, "com.amazonaws.route53#ListTagsForResourcesRequest": { "type": "structure", "members": { "ResourceType": { "target": "com.amazonaws.route53#TagResourceType", "traits": { "smithy.api#documentation": "

The type of the resources.

\n\t\t ", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "ResourceIds": { "target": "com.amazonaws.route53#TagResourceIdList", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the health checks or hosted zones for which you want to list tags.

" } }, "com.amazonaws.route53#ListTagsForResourcesResponse": { "type": "structure", "members": { "ResourceTagSets": { "target": "com.amazonaws.route53#ResourceTagSetList", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type containing tags for the specified resources.

" } }, "com.amazonaws.route53#ListTrafficPolicies": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListTrafficPoliciesRequest" }, "output": { "target": "com.amazonaws.route53#ListTrafficPoliciesResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t\n\t\t

For information about how of deleting a traffic policy affects the response from ListTrafficPolicies, see \n\t\t\tDeleteTrafficPolicy.\n\n\t\t

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/trafficpolicies", "code": 200 } } }, "com.amazonaws.route53#ListTrafficPoliciesRequest": { "type": "structure", "members": { "TrafficPolicyIdMarker": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

(Conditional) For your first request to ListTrafficPolicies, don't include the TrafficPolicyIdMarker parameter.

\n\t\t

If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first \n\t\t\tMaxItems traffic policies. To get the next group of policies, submit another request to ListTrafficPolicies. \n\t\t\tFor the value of TrafficPolicyIdMarker, specify the value of TrafficPolicyIdMarker that was returned in the \n\t\t\tprevious response.

", "smithy.api#httpQuery": "trafficpolicyid" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this request. If you have more than \n\t\t\tMaxItems traffic policies, the value of IsTruncated in the response is true, and the \n\t\t\tvalue of TrafficPolicyIdMarker is the ID of the first traffic policy that Route 53 will return if you submit \n\t\t\tanother request.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the information about the request to list the traffic policies that are associated \n\t\t\twith the current AWS account.

" } }, "com.amazonaws.route53#ListTrafficPoliciesResponse": { "type": "structure", "members": { "TrafficPolicySummaries": { "target": "com.amazonaws.route53#TrafficPolicySummaries", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

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 \n\t\t\ttraffic policies by submitting another ListTrafficPolicies request and specifying the value of TrafficPolicyIdMarker \n\t\t\tin the TrafficPolicyIdMarker request parameter.

", "smithy.api#required": {} } }, "TrafficPolicyIdMarker": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy \n\t\t\tin the next group of MaxItems traffic policies.

", "smithy.api#required": {} } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The value that you specified for the MaxItems parameter in the ListTrafficPolicies request that produced \n\t\t\tthe current response.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListTrafficPolicyInstances": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListTrafficPolicyInstancesRequest" }, "output": { "target": "com.amazonaws.route53#ListTrafficPolicyInstancesResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicyInstance" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t \n\t\t\t

After you submit an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the \n\t\t\t\tresource record sets that are specified in the traffic policy definition. For more information, see the State response element.

\n\t\t
\n\t\t

Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the \n\t\t\tMaxItems parameter to list them in groups of up to 100.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/trafficpolicyinstances", "code": 200 } } }, "com.amazonaws.route53#ListTrafficPolicyInstancesByHostedZone": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListTrafficPolicyInstancesByHostedZoneRequest" }, "output": { "target": "com.amazonaws.route53#ListTrafficPolicyInstancesByHostedZoneResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicyInstance" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t \n\t\t\t

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a \n\t\t\t\tbrief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, \n\t\t\t\tsee the State response element.

\n\t\t
\n\t\t

Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the \n\t\t\tMaxItems parameter to list them in groups of up to 100.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/trafficpolicyinstances/hostedzone", "code": 200 } } }, "com.amazonaws.route53#ListTrafficPolicyInstancesByHostedZoneRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpQuery": "id", "smithy.api#required": {} } }, "TrafficPolicyInstanceNameMarker": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response is true, you have more traffic policy instances. \n\t\t\tTo get more traffic policy instances, submit another ListTrafficPolicyInstances request. For the value of trafficpolicyinstancename, \n\t\t\tspecify the value of TrafficPolicyInstanceNameMarker from the previous response, which is the name of the first traffic policy instance \n\t\t\tin the next group of traffic policy instances.

\n\t\t

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

", "smithy.api#httpQuery": "trafficpolicyinstancename" } }, "TrafficPolicyInstanceTypeMarker": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response is true, you have more traffic policy instances. \n\t\t\tTo get more traffic policy instances, submit another ListTrafficPolicyInstances request. For the value of trafficpolicyinstancetype, \n\t\t\tspecify the value of TrafficPolicyInstanceTypeMarker from the previous response, which is the type of the first traffic policy instance \n\t\t\tin the next group of traffic policy instances.

\n\t\t

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

", "smithy.api#httpQuery": "trafficpolicyinstancetype" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The maximum number of traffic policy instances to be included in the response body for this request. If you have more than \n\t\t\tMaxItems traffic policy instances, the value of the IsTruncated element in the response is true, \n\t\t\tand the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker \n\t\t\trepresent the first traffic policy instance that Amazon Route 53 will return if you submit another request.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListTrafficPolicyInstancesByHostedZoneResponse": { "type": "structure", "members": { "TrafficPolicyInstances": { "target": "com.amazonaws.route53#TrafficPolicyInstances", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "TrafficPolicyInstanceNameMarker": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy \n\t\t\tinstance in the next group of traffic policy instances.

" } }, "TrafficPolicyInstanceTypeMarker": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

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

" } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the \n\t\t\tnext group of traffic policy instances by submitting another ListTrafficPolicyInstancesByHostedZone request and specifying \n\t\t\tthe values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker \n\t\t\tin the corresponding request parameters.

", "smithy.api#required": {} } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The value that you specified for the MaxItems parameter in the ListTrafficPolicyInstancesByHostedZone request \n\t\t\tthat produced the current response.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListTrafficPolicyInstancesByPolicy": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListTrafficPolicyInstancesByPolicyRequest" }, "output": { "target": "com.amazonaws.route53#ListTrafficPolicyInstancesByPolicyResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicy" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicyInstance" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t \n\t\t\t

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, \n\t\t\t\tthere's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For \n\t\t\t\tmore information, see the State response element.

\n\t\t
\n\t\t

Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the \n\t\t\tMaxItems parameter to list them in groups of up to 100.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/trafficpolicyinstances/trafficpolicy", "code": 200 } } }, "com.amazonaws.route53#ListTrafficPolicyInstancesByPolicyRequest": { "type": "structure", "members": { "TrafficPolicyId": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpQuery": "id", "smithy.api#required": {} } }, "TrafficPolicyVersion": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpQuery": "version", "smithy.api#required": {} } }, "HostedZoneIdMarker": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response was true, you have more traffic policy instances. \n\t\t\tTo get more traffic policy instances, submit another ListTrafficPolicyInstancesByPolicy request.

\n\t\t

For the value of hostedzoneid, specify the value of HostedZoneIdMarker from the previous response, \n\t\t\twhich is the hosted zone ID of the first traffic policy instance that Amazon Route 53 will return if you submit another request.

\n\t\t

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

", "smithy.api#httpQuery": "hostedzoneid" } }, "TrafficPolicyInstanceNameMarker": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response was true, you have more traffic policy instances. \n\t\t\tTo get more traffic policy instances, submit another ListTrafficPolicyInstancesByPolicy request.

\n\t\t

For the value of trafficpolicyinstancename, specify the value of TrafficPolicyInstanceNameMarker \n\t\t\tfrom the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.

\n\t\t

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

", "smithy.api#httpQuery": "trafficpolicyinstancename" } }, "TrafficPolicyInstanceTypeMarker": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response was true, you have more traffic policy instances. \n\t\t\tTo get more traffic policy instances, submit another ListTrafficPolicyInstancesByPolicy request.

\n\t\t

For the value of trafficpolicyinstancetype, specify the value of TrafficPolicyInstanceTypeMarker \n\t\t\tfrom the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.

\n\t\t

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

", "smithy.api#httpQuery": "trafficpolicyinstancetype" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The maximum number of traffic policy instances to be included in the response body for this request. If you have more than \n\t\t\tMaxItems traffic policy instances, the value of the IsTruncated element in the response is true, \n\t\t\tand the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker \n\t\t\trepresent the first traffic policy instance that Amazon Route 53 will return if you submit another request.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListTrafficPolicyInstancesByPolicyResponse": { "type": "structure", "members": { "TrafficPolicyInstances": { "target": "com.amazonaws.route53#TrafficPolicyInstances", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "HostedZoneIdMarker": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

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

" } }, "TrafficPolicyInstanceNameMarker": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance \n\t\t\tin the next group of MaxItems traffic policy instances.

" } }, "TrafficPolicyInstanceTypeMarker": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

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

" } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

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 \n\t\t\ttraffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, \n\t\t\tTrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

", "smithy.api#required": {} } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListTrafficPolicyInstancesRequest": { "type": "structure", "members": { "HostedZoneIdMarker": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response was true, you have more traffic policy instances. \n\t\t\tTo get more traffic policy instances, submit another ListTrafficPolicyInstances request. For the value of HostedZoneId, \n\t\t\tspecify the value of HostedZoneIdMarker from the previous response, which is the hosted zone ID of the first traffic policy instance \n\t\t\tin the next group of traffic policy instances.

\n\t\t

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

", "smithy.api#httpQuery": "hostedzoneid" } }, "TrafficPolicyInstanceNameMarker": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response was true, you have more traffic policy instances. \n\t\t\tTo get more traffic policy instances, submit another ListTrafficPolicyInstances request. For the value of trafficpolicyinstancename, \n\t\t\tspecify the value of TrafficPolicyInstanceNameMarker from the previous response, which is the name of the first traffic policy instance \n\t\t\tin the next group of traffic policy instances.

\n\t\t

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

", "smithy.api#httpQuery": "trafficpolicyinstancename" } }, "TrafficPolicyInstanceTypeMarker": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

If the value of IsTruncated in the previous response was true, you have more traffic policy instances. \n\t\t\tTo get more traffic policy instances, submit another ListTrafficPolicyInstances request. For the value of trafficpolicyinstancetype, \n\t\t\tspecify the value of TrafficPolicyInstanceTypeMarker from the previous response, which is the type of the first traffic policy instance \n\t\t\tin the next group of traffic policy instances.

\n\t\t

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

", "smithy.api#httpQuery": "trafficpolicyinstancetype" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The maximum number of traffic policy instances that you want Amazon Route 53 to return in response to a ListTrafficPolicyInstances request. \n\t\t\tIf you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is \n\t\t\ttrue, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and \n\t\t\tTrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems \n\t\t\ttraffic policy instances.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

A request to get information about the traffic policy instances that you created by using the current AWS account.

" } }, "com.amazonaws.route53#ListTrafficPolicyInstancesResponse": { "type": "structure", "members": { "TrafficPolicyInstances": { "target": "com.amazonaws.route53#TrafficPolicyInstances", "traits": { "smithy.api#documentation": "

A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements \n\t\t\tin the request.

", "smithy.api#required": {} } }, "HostedZoneIdMarker": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first \n\t\t\ttraffic policy instance that Route 53 will return if you submit another ListTrafficPolicyInstances request.

" } }, "TrafficPolicyInstanceNameMarker": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy \n\t\t\tinstance that Route 53 will return if you submit another ListTrafficPolicyInstances request.

" } }, "TrafficPolicyInstanceTypeMarker": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets \n\t\t\tthat are associated with the first traffic policy instance that Amazon Route 53 will return if you submit another ListTrafficPolicyInstances request.

" } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get more \n\t\t\ttraffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the \n\t\t\tHostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker \n\t\t\tin the corresponding request parameters.

", "smithy.api#required": {} } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListTrafficPolicyVersions": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListTrafficPolicyVersionsRequest" }, "output": { "target": "com.amazonaws.route53#ListTrafficPolicyVersionsResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicy" } ], "traits": { "smithy.api#documentation": "

Gets information about all of the versions for a specified traffic policy.

\n\t\t

Traffic policy versions are listed in numerical order by VersionNumber.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/trafficpolicies/{Id}/versions", "code": 200 } } }, "com.amazonaws.route53#ListTrafficPolicyVersionsRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "TrafficPolicyVersionMarker": { "target": "com.amazonaws.route53#TrafficPolicyVersionMarker", "traits": { "smithy.api#documentation": "

For your first request to ListTrafficPolicyVersions, don't include the TrafficPolicyVersionMarker parameter.

\n\t\t

If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only \n\t\t\tthe first group of MaxItems versions. To get more traffic policy versions, submit another ListTrafficPolicyVersions \n\t\t\trequest. For the value of TrafficPolicyVersionMarker, specify the value of TrafficPolicyVersionMarker in the previous \n\t\t\tresponse.

", "smithy.api#httpQuery": "trafficpolicyversion" } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

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 \n\t\t\ttraffic policy has more than MaxItems versions, the value of IsTruncated in the response is true, \n\t\t\tand the value of the TrafficPolicyVersionMarker element is the ID of the first version that Route 53 will return if you submit \n\t\t\tanother request.

", "smithy.api#httpQuery": "maxitems" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the information about the request to list your traffic\n\t\t\tpolicies.

" } }, "com.amazonaws.route53#ListTrafficPolicyVersionsResponse": { "type": "structure", "members": { "TrafficPolicies": { "target": "com.amazonaws.route53#TrafficPolicies", "traits": { "smithy.api#documentation": "

A list that contains one TrafficPolicy element for each traffic policy\n\t\t\tversion that is associated with the specified traffic policy.

", "smithy.api#required": {} } }, "IsTruncated": { "target": "com.amazonaws.route53#PageTruncated", "traits": { "smithy.api#documentation": "

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 \n\t\t\ttraffic policies by submitting another ListTrafficPolicyVersions request and specifying the value of NextMarker \n\t\t\tin the marker parameter.

", "smithy.api#required": {} } }, "TrafficPolicyVersionMarker": { "target": "com.amazonaws.route53#TrafficPolicyVersionMarker", "traits": { "smithy.api#documentation": "

If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy \n\t\t\tthat Amazon Route 53 will return if you submit another request. Call ListTrafficPolicyVersions again and specify the value of \n\t\t\tTrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

\n\t\t

This element is present only if IsTruncated is true.

", "smithy.api#required": {} } }, "MaxItems": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

The value that you specified for the maxitems parameter in the ListTrafficPolicyVersions request that produced \n\t\t\tthe current response.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#ListVPCAssociationAuthorizations": { "type": "operation", "input": { "target": "com.amazonaws.route53#ListVPCAssociationAuthorizationsRequest" }, "output": { "target": "com.amazonaws.route53#ListVPCAssociationAuthorizationsResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#InvalidPaginationToken" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

Gets a list of the VPCs that were created by other accounts and that can be associated with a \n\t\t\tspecified hosted zone because you've submitted one or more CreateVPCAssociationAuthorization requests.

\n\t\t

The response includes a VPCs element with a VPC child element for each VPC \n\t\t\tthat can be associated with the hosted zone.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", "code": 200 } } }, "com.amazonaws.route53#ListVPCAssociationAuthorizationsRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.route53#PaginationToken", "traits": { "smithy.api#documentation": "

\n Optional: If a response includes a NextToken element, there are more VPCs \n\t\t\tthat can be associated with the specified hosted zone. To get the next page of results, submit another request, \n\t\t\tand include the value of NextToken from the response in the nexttoken parameter \n\t\t\tin another ListVPCAssociationAuthorizations request.

", "smithy.api#httpQuery": "nexttoken" } }, "MaxResults": { "target": "smithy.api#Integer", "traits": { "smithy.api#documentation": "

\n Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. \n\t\t\tIf you don't specify a value for MaxResults, Route 53 returns up to 50 VPCs per page.

", "smithy.api#httpQuery": "maxresults" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about that can be associated with your hosted zone.

" } }, "com.amazonaws.route53#ListVPCAssociationAuthorizationsResponse": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone that you can associate the listed VPCs with.

", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.route53#PaginationToken", "traits": { "smithy.api#documentation": "

When the response includes a NextToken element, there are more VPCs that can be associated \n\t\t\twith the specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations request, \n\t\t\tand include the value of the NextToken element from the response in the nexttoken request parameter.

" } }, "VPCs": { "target": "com.amazonaws.route53#VPCs", "traits": { "smithy.api#documentation": "

The list of VPCs that are authorized to be associated with the specified hosted zone.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#MeasureLatency": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#Message": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 1024 } } }, "com.amazonaws.route53#MetricName": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 255 } } }, "com.amazonaws.route53#Nameserver": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 255 } } }, "com.amazonaws.route53#Namespace": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 255 } } }, "com.amazonaws.route53#NoSuchChange": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

A change with the specified change ID does not exist.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#NoSuchCloudWatchLogsLogGroup": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

There is no CloudWatch Logs log group with the specified ARN.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#NoSuchDelegationSet": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

A reusable delegation set with the specified ID does not exist.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#NoSuchGeoLocation": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

Amazon Route 53 doesn't support the specified geographic location. For a list of supported geolocation codes, see the \n\t\t\tGeoLocation data type.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#NoSuchHealthCheck": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

No health check exists with the specified ID.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#NoSuchHostedZone": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

No hosted zone exists with the ID that you specified.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#NoSuchKeySigningKey": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The specified key-signing key (KSK) doesn't exist.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#NoSuchQueryLoggingConfig": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

There is no DNS query logging configuration with the specified ID.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#NoSuchTrafficPolicy": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

No traffic policy exists with the specified ID.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#NoSuchTrafficPolicyInstance": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

No traffic policy instance exists with the specified ID.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#Nonce": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 128 } } }, "com.amazonaws.route53#NotAuthorizedException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

Associating the specified VPC with the specified hosted zone has not been authorized.

", "smithy.api#error": "client", "smithy.api#httpError": 401 } }, "com.amazonaws.route53#PageMarker": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 64 } } }, "com.amazonaws.route53#PageTruncated": { "type": "boolean" }, "com.amazonaws.route53#PaginationToken": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 1024 } } }, "com.amazonaws.route53#Period": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 60 } } }, "com.amazonaws.route53#Port": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 1, "max": 65535 } } }, "com.amazonaws.route53#PriorRequestNotComplete": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

If Amazon Route 53 can't process a request before the next request arrives, it will reject\n\t\t\tsubsequent requests for the same hosted zone and return an HTTP 400 error\n\t\t\t(Bad request). If Route 53 returns this error repeatedly for the same request, we\n\t\t\trecommend that you wait, in intervals of increasing duration, before you try the request\n\t\t\tagain.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#PublicZoneVPCAssociation": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

You're trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn't support associating a \n\t\t\tVPC with a public hosted zone.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#QueryLoggingConfig": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#QueryLoggingConfigId", "traits": { "smithy.api#documentation": "

The ID for a configuration for DNS query logging.

", "smithy.api#required": {} } }, "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone that CloudWatch Logs is logging queries for.

", "smithy.api#required": {} } }, "CloudWatchLogsLogGroupArn": { "target": "com.amazonaws.route53#CloudWatchLogsLogGroupArn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about a configuration for DNS query logging.

" } }, "com.amazonaws.route53#QueryLoggingConfigAlreadyExists": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

You can create only one query logging configuration for a hosted zone, and a query logging configuration already exists \n\t\t\tfor this hosted zone.

", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.route53#QueryLoggingConfigId": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 36 } } }, "com.amazonaws.route53#QueryLoggingConfigs": { "type": "list", "member": { "target": "com.amazonaws.route53#QueryLoggingConfig", "traits": { "smithy.api#xmlName": "QueryLoggingConfig" } } }, "com.amazonaws.route53#RData": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 4000 } } }, "com.amazonaws.route53#RRType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SOA", "name": "SOA" }, { "value": "A", "name": "A" }, { "value": "TXT", "name": "TXT" }, { "value": "NS", "name": "NS" }, { "value": "CNAME", "name": "CNAME" }, { "value": "MX", "name": "MX" }, { "value": "NAPTR", "name": "NAPTR" }, { "value": "PTR", "name": "PTR" }, { "value": "SRV", "name": "SRV" }, { "value": "SPF", "name": "SPF" }, { "value": "AAAA", "name": "AAAA" }, { "value": "CAA", "name": "CAA" }, { "value": "DS", "name": "DS" } ] } }, "com.amazonaws.route53#RecordData": { "type": "list", "member": { "target": "com.amazonaws.route53#RecordDataEntry", "traits": { "smithy.api#xmlName": "RecordDataEntry" } } }, "com.amazonaws.route53#RecordDataEntry": { "type": "string", "traits": { "smithy.api#documentation": "

A value that Amazon Route 53 returned for this resource record set. A RecordDataEntry element is one of the following:

\n\t\t ", "smithy.api#length": { "min": 0, "max": 512 } } }, "com.amazonaws.route53#RequestInterval": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 10, "max": 30 } } }, "com.amazonaws.route53#ResettableElementName": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "FullyQualifiedDomainName", "name": "FullyQualifiedDomainName" }, { "value": "Regions", "name": "Regions" }, { "value": "ResourcePath", "name": "ResourcePath" }, { "value": "ChildHealthChecks", "name": "ChildHealthChecks" } ], "smithy.api#length": { "min": 1, "max": 64 } } }, "com.amazonaws.route53#ResettableElementNameList": { "type": "list", "member": { "target": "com.amazonaws.route53#ResettableElementName", "traits": { "smithy.api#xmlName": "ResettableElementName" } }, "traits": { "smithy.api#length": { "min": 0, "max": 64 } } }, "com.amazonaws.route53#ResourceDescription": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 256 } } }, "com.amazonaws.route53#ResourceId": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 32 } } }, "com.amazonaws.route53#ResourcePath": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 255 } } }, "com.amazonaws.route53#ResourceRecord": { "type": "structure", "members": { "Value": { "target": "com.amazonaws.route53#RData", "traits": { "smithy.api#documentation": "

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

\n\t\t

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

\n\t\t \n\t\t\t

If you're creating an alias resource record set, omit Value.

\n\t\t
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Information specific to the resource record.

\n\t\t \n

If you're creating an alias resource record set, omit ResourceRecord.

\n
" } }, "com.amazonaws.route53#ResourceRecordSet": { "type": "structure", "members": { "Name": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

For ChangeResourceRecordSets requests, the name of the record that you want to create, update, or delete. \n\t\t\tFor ListResourceRecordSets responses, the name of a record in the specified hosted zone.

\n\t\t\n\t\t

\n ChangeResourceRecordSets Only\n

\n\t\t

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

\n\t\t

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

\n\t\t

You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, *.example.com. \n\t\t\tNote the following:

\n\t\t \n\t\t

You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You can't use an * \n\t\t\tfor one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for \n\t\t\texample, you can't specify prod*.example.com.

", "smithy.api#required": {} } }, "Type": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

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

\n\t\t

Valid values for basic resource record sets: A | AAAA | CAA | CNAME | DS |MX | \n\t\t\tNAPTR | NS | PTR | SOA | SPF | SRV | TXT\n

\n\t\t

Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CAA | \n\t\t\tCNAME | MX | NAPTR | PTR | SPF | SRV | TXT. \n\t\t\tWhen creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the \n\t\t\tresource record sets in the group.

\n\t\t

Valid values for multivalue answer resource record sets: A | AAAA | MX | NAPTR | \n\t\t\tPTR | SPF | SRV | TXT\n

\n\t\t \n\t\t\t

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

\n\t\t
\n\t\t

Values for alias resource record sets:

\n\t\t ", "smithy.api#required": {} } }, "SetIdentifier": { "target": "com.amazonaws.route53#ResourceRecordSetIdentifier", "traits": { "smithy.api#documentation": "

\n Resource record sets that have a routing policy other than simple: An identifier that differentiates among \n\t\t\tmultiple resource record sets that have the same combination of name and type, such as multiple weighted resource record sets named \n\t\t\tacme.example.com that have a type of A. In a group of resource record sets that have the same name and type, the value of SetIdentifier \n\t\t\tmust be unique for each resource record set.

\n\t\t

For information about routing policies, see \n\t\t\tChoosing a Routing Policy \n\t\t\tin the Amazon Route 53 Developer Guide.

" } }, "Weight": { "target": "com.amazonaws.route53#ResourceRecordSetWeight", "traits": { "smithy.api#documentation": "

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

\n\t\t " } }, "Region": { "target": "com.amazonaws.route53#ResourceRecordSetRegion", "traits": { "smithy.api#documentation": "

\n Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this \n\t\t\tresource record set refers to. The resource typically is an AWS resource, such as an EC2 instance or an ELB load balancer, and is \n\t\t\treferred to by an IP address or a DNS domain name, depending on the record type.

\n\t\t \n\t\t\t

Although creating latency and latency alias resource record sets in a private hosted zone is allowed, \n\t\t\t\tit's not supported.

\n\t\t
\n\t\t

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

\n\t\t

Note the following:

\n\t\t " } }, "GeoLocation": { "target": "com.amazonaws.route53#GeoLocation", "traits": { "smithy.api#documentation": "

\n Geolocation resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries \n\t\t\tbased 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 \n\t\t\tof 192.0.2.111, create a resource record set with a Type of A and a ContinentCode of \n\t\t\tAF.

\n\t\t \n\t\t\t

Although creating geolocation and geolocation alias resource record sets in a private hosted zone is allowed, \n\t\t\t\tit's not supported.

\n\t\t
\n\t\t

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

\n\t\t

You can't create two geolocation resource record sets that specify the same geographic location.

\n\t\t

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

\n\t\t \n\t\t\t

Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, \n\t\t\t\tso even if you create geolocation resource record sets that cover all seven continents, Route 53 will receive some DNS queries from locations \n\t\t\t\tthat it can't identify. We recommend that you create a resource record set for which the value of CountryCode is *. \n\t\t\t\tTwo groups of queries are routed to the resource that you specify in this record: queries that come from locations for which you haven't \n\t\t\t\tcreated geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a \n\t\t\t\t* resource record set, Route 53 returns a \"no answer\" response for queries from those locations.

\n\t\t
\n\t\t

You can't create non-geolocation resource record sets that have the same values for the Name and Type elements \n\t\t\tas geolocation resource record sets.

" } }, "Failover": { "target": "com.amazonaws.route53#ResourceRecordSetFailover", "traits": { "smithy.api#documentation": "

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

\n\t\t

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

\n\t\t \n\t\t

You can't create non-failover resource record sets that have the same values for the Name and Type elements \n\t\t\tas failover resource record sets.

\n\t\t

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

\n\t\t

For more information about configuring failover for Route 53, see the following topics in the Amazon Route 53 Developer Guide:

\n\t\t " } }, "MultiValueAnswer": { "target": "com.amazonaws.route53#ResourceRecordSetMultiValueAnswer", "traits": { "smithy.api#documentation": "

\n Multivalue answer resource record sets only: To route traffic approximately randomly to multiple resources, \n\t\t\tsuch as web servers, create one multivalue answer record for each resource and specify true for MultiValueAnswer. \n\t\t\tNote the following:

\n\t\t \n\t\t

You can't create multivalue answer alias records.

" } }, "TTL": { "target": "com.amazonaws.route53#TTL", "traits": { "smithy.api#documentation": "

The resource record cache time to live (TTL), in seconds. Note the following:

\n\t\t " } }, "ResourceRecords": { "target": "com.amazonaws.route53#ResourceRecords", "traits": { "smithy.api#documentation": "

Information about the resource records to act upon.

\n\t\t \n

If you're creating an alias resource record set, omit ResourceRecords.

\n
" } }, "AliasTarget": { "target": "com.amazonaws.route53#AliasTarget", "traits": { "smithy.api#documentation": "

\n Alias resource record sets only: Information about the AWS resource, such as a CloudFront distribution or an \n\t\t\tAmazon S3 bucket, that you want to route traffic to.

\n\t\t

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

\n\t\t " } }, "HealthCheckId": { "target": "com.amazonaws.route53#HealthCheckId", "traits": { "smithy.api#documentation": "

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

\n\t\t

Route 53 determines whether a resource record set is healthy based on one of the following:

\n\t\t \n\n\t\t \n\t\t\t

Route 53 doesn't check the health of the endpoint that is specified in the resource record set, for example, the endpoint \n\t\t\t\tspecified by the IP address in the Value element. When you add a HealthCheckId element to a \n\t\t\t\tresource record set, Route 53 checks the health of the endpoint that you specified in the health check.

\n\t\t
\n\n\t\t

For more information, see the following topics in the Amazon Route 53 Developer Guide:

\n\t\t \n\t\t\n\t\t

\n When to Specify HealthCheckId\n

\n\t\t

Specifying a value for HealthCheckId is useful only when Route 53 is choosing between two or more resource record sets \n\t\t\tto respond to a DNS query, and you want Route 53 to base the choice in part on the status of a health check. Configuring health checks \n\t\t\tmakes sense only in the following configurations:

\n\t\t \n\t\t\n\t\t

\n Geolocation Routing\n

\n\t\t

For geolocation resource record sets, if an endpoint is unhealthy, Route 53 looks for a resource record set for the larger, associated \n\t\t\tgeographic region. For example, suppose you have resource record sets for a state in the United States, for the entire United States, \n\t\t\tfor North America, and a resource record set that has * for CountryCode is *, which applies to \n\t\t\tall locations. If the endpoint for the state resource record set is unhealthy, Route 53 checks for healthy resource record sets in the \n\t\t\tfollowing order until it finds a resource record set for which the endpoint is healthy:

\n\t\t\t \n\t\t\n\t\t

\n Specifying the Health Check Endpoint by Domain Name\n

\n\t\t

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

\n\t\t \n\t\t\t

Health check results will be unpredictable if you do the following:

\n\t\t\t \n\t\t
" } }, "TrafficPolicyInstanceId": { "target": "com.amazonaws.route53#TrafficPolicyInstanceId", "traits": { "smithy.api#documentation": "

When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set. TrafficPolicyInstanceId is the ID \n\t\t\tof the traffic policy instance that Route 53 created this resource record set for.

\n\t\t \n

To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance. \n\t\t\tRoute 53 will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, \n\t\t\tRoute 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

\n\t\t
" } } }, "traits": { "smithy.api#documentation": "

Information about the resource record set to create or delete.

" } }, "com.amazonaws.route53#ResourceRecordSetFailover": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "PRIMARY", "name": "PRIMARY" }, { "value": "SECONDARY", "name": "SECONDARY" } ] } }, "com.amazonaws.route53#ResourceRecordSetIdentifier": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 128 } } }, "com.amazonaws.route53#ResourceRecordSetMultiValueAnswer": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#ResourceRecordSetRegion": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "us-east-1", "name": "us_east_1" }, { "value": "us-east-2", "name": "us_east_2" }, { "value": "us-west-1", "name": "us_west_1" }, { "value": "us-west-2", "name": "us_west_2" }, { "value": "ca-central-1", "name": "ca_central_1" }, { "value": "eu-west-1", "name": "eu_west_1" }, { "value": "eu-west-2", "name": "eu_west_2" }, { "value": "eu-west-3", "name": "eu_west_3" }, { "value": "eu-central-1", "name": "eu_central_1" }, { "value": "ap-southeast-1", "name": "ap_southeast_1" }, { "value": "ap-southeast-2", "name": "ap_southeast_2" }, { "value": "ap-northeast-1", "name": "ap_northeast_1" }, { "value": "ap-northeast-2", "name": "ap_northeast_2" }, { "value": "ap-northeast-3", "name": "ap_northeast_3" }, { "value": "eu-north-1", "name": "eu_north_1" }, { "value": "sa-east-1", "name": "sa_east_1" }, { "value": "cn-north-1", "name": "cn_north_1" }, { "value": "cn-northwest-1", "name": "cn_northwest_1" }, { "value": "ap-east-1", "name": "ap_east_1" }, { "value": "me-south-1", "name": "me_south_1" }, { "value": "ap-south-1", "name": "ap_south_1" }, { "value": "af-south-1", "name": "af_south_1" }, { "value": "eu-south-1", "name": "eu_south_1" } ], "smithy.api#length": { "min": 1, "max": 64 } } }, "com.amazonaws.route53#ResourceRecordSetWeight": { "type": "long", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 0, "max": 255 } } }, "com.amazonaws.route53#ResourceRecordSets": { "type": "list", "member": { "target": "com.amazonaws.route53#ResourceRecordSet", "traits": { "smithy.api#xmlName": "ResourceRecordSet" } } }, "com.amazonaws.route53#ResourceRecords": { "type": "list", "member": { "target": "com.amazonaws.route53#ResourceRecord", "traits": { "smithy.api#xmlName": "ResourceRecord" } }, "traits": { "smithy.api#length": { "min": 1 } } }, "com.amazonaws.route53#ResourceTagSet": { "type": "structure", "members": { "ResourceType": { "target": "com.amazonaws.route53#TagResourceType", "traits": { "smithy.api#documentation": "

The type of the resource.

\n\t\t " } }, "ResourceId": { "target": "com.amazonaws.route53#TagResourceId", "traits": { "smithy.api#documentation": "

The ID for the specified resource.

" } }, "Tags": { "target": "com.amazonaws.route53#TagList", "traits": { "smithy.api#documentation": "

The tags associated with the specified resource.

" } } }, "traits": { "smithy.api#documentation": "

A complex type containing a resource and its associated tags.

" } }, "com.amazonaws.route53#ResourceTagSetList": { "type": "list", "member": { "target": "com.amazonaws.route53#ResourceTagSet", "traits": { "smithy.api#xmlName": "ResourceTagSet" } } }, "com.amazonaws.route53#ResourceURI": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 1024 } } }, "com.amazonaws.route53#ReusableDelegationSetLimit": { "type": "structure", "members": { "Type": { "target": "com.amazonaws.route53#ReusableDelegationSetLimitType", "traits": { "smithy.api#documentation": "

The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate \n\t\t\twith the specified reusable delegation set.

", "smithy.api#required": {} } }, "Value": { "target": "com.amazonaws.route53#LimitValue", "traits": { "smithy.api#documentation": "

The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

" } }, "com.amazonaws.route53#ReusableDelegationSetLimitType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "MAX_ZONES_BY_REUSABLE_DELEGATION_SET", "name": "MAX_ZONES_BY_REUSABLE_DELEGATION_SET" } ] } }, "com.amazonaws.route53#SearchString": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 255 } } }, "com.amazonaws.route53#ServeSignature": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 1024 } } }, "com.amazonaws.route53#ServicePrincipal": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 128 } } }, "com.amazonaws.route53#SigningKeyInteger": { "type": "integer" }, "com.amazonaws.route53#SigningKeyName": { "type": "string", "traits": { "smithy.api#length": { "min": 3, "max": 128 } } }, "com.amazonaws.route53#SigningKeyStatus": { "type": "string", "traits": { "smithy.api#length": { "min": 5, "max": 150 } } }, "com.amazonaws.route53#SigningKeyStatusMessage": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 512 } } }, "com.amazonaws.route53#SigningKeyString": { "type": "string" }, "com.amazonaws.route53#SigningKeyTag": { "type": "integer", "traits": { "smithy.api#range": { "min": 0, "max": 65536 } } }, "com.amazonaws.route53#Statistic": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "Average", "name": "Average" }, { "value": "Sum", "name": "Sum" }, { "value": "SampleCount", "name": "SampleCount" }, { "value": "Maximum", "name": "Maximum" }, { "value": "Minimum", "name": "Minimum" } ] } }, "com.amazonaws.route53#Status": { "type": "string" }, "com.amazonaws.route53#StatusReport": { "type": "structure", "members": { "Status": { "target": "com.amazonaws.route53#Status", "traits": { "smithy.api#documentation": "

A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

" } }, "CheckedTime": { "target": "com.amazonaws.route53#TimeStamp", "traits": { "smithy.api#documentation": "

The date and time that the health checker performed the health check in \n\t\t\tISO 8601 format and Coordinated Universal Time (UTC). \n\t\t\tFor example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.

" } }, "com.amazonaws.route53#SubnetMask": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 3 } } }, "com.amazonaws.route53#TTL": { "type": "long", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 0, "max": 2147483647 } } }, "com.amazonaws.route53#Tag": { "type": "structure", "members": { "Key": { "target": "com.amazonaws.route53#TagKey", "traits": { "smithy.api#documentation": "

The value of Key depends on the operation that you want to perform:

\n\t\t " } }, "Value": { "target": "com.amazonaws.route53#TagValue", "traits": { "smithy.api#documentation": "

The value of Value depends on the operation that you want to perform:

\n\t\t " } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about a tag that you want to add or edit for the specified health check or hosted zone.

" } }, "com.amazonaws.route53#TagKey": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 128 } } }, "com.amazonaws.route53#TagKeyList": { "type": "list", "member": { "target": "com.amazonaws.route53#TagKey", "traits": { "smithy.api#xmlName": "Key" } }, "traits": { "smithy.api#length": { "min": 1, "max": 10 } } }, "com.amazonaws.route53#TagList": { "type": "list", "member": { "target": "com.amazonaws.route53#Tag", "traits": { "smithy.api#xmlName": "Tag" } }, "traits": { "smithy.api#length": { "min": 1, "max": 10 } } }, "com.amazonaws.route53#TagResourceId": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 64 } } }, "com.amazonaws.route53#TagResourceIdList": { "type": "list", "member": { "target": "com.amazonaws.route53#TagResourceId", "traits": { "smithy.api#xmlName": "ResourceId" } }, "traits": { "smithy.api#length": { "min": 1, "max": 10 } } }, "com.amazonaws.route53#TagResourceType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "healthcheck", "name": "healthcheck" }, { "value": "hostedzone", "name": "hostedzone" } ] } }, "com.amazonaws.route53#TagValue": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 256 } } }, "com.amazonaws.route53#TestDNSAnswer": { "type": "operation", "input": { "target": "com.amazonaws.route53#TestDNSAnswerRequest" }, "output": { "target": "com.amazonaws.route53#TestDNSAnswerResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify \n\t\t\tthe IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.

", "smithy.api#http": { "method": "GET", "uri": "/2013-04-01/testdnsanswer", "code": 200 } } }, "com.amazonaws.route53#TestDNSAnswerRequest": { "type": "structure", "members": { "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.

", "smithy.api#httpQuery": "hostedzoneid", "smithy.api#required": {} } }, "RecordName": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

The name of the resource record set that you want Amazon Route 53 to simulate a query for.

", "smithy.api#httpQuery": "recordname", "smithy.api#required": {} } }, "RecordType": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

The type of the resource record set.

", "smithy.api#httpQuery": "recordtype", "smithy.api#required": {} } }, "ResolverIP": { "target": "com.amazonaws.route53#IPAddress", "traits": { "smithy.api#documentation": "

If you want to simulate a request from a specific DNS resolver, specify the IP address for that resolver. \n\t\t\tIf you omit this value, TestDnsAnswer uses the IP address of a DNS resolver in the AWS US East (N. Virginia) Region \n\t\t\t(us-east-1).

", "smithy.api#httpQuery": "resolverip" } }, "EDNS0ClientSubnetIP": { "target": "com.amazonaws.route53#IPAddress", "traits": { "smithy.api#documentation": "

If the resolver that you specified for resolverip supports EDNS0, specify the IPv4 or IPv6 address of a client \n\t\t\tin the applicable location, for example, 192.0.2.44 or 2001:db8:85a3::8a2e:370:7334.

", "smithy.api#httpQuery": "edns0clientsubnetip" } }, "EDNS0ClientSubnetMask": { "target": "com.amazonaws.route53#SubnetMask", "traits": { "smithy.api#documentation": "

If you specify an IP address for edns0clientsubnetip, you can optionally specify the number of bits of the IP address \n\t\t\tthat you want the checking tool to include in the DNS query. For example, if you specify 192.0.2.44 for \n\t\t\tedns0clientsubnetip and 24 for edns0clientsubnetmask, the checking tool will simulate a request from \n\t\t\t192.0.2.0/24. The default value is 24 bits for IPv4 addresses and 64 bits for IPv6 addresses.

\n\t\t

The range of valid values depends on whether edns0clientsubnetip is an IPv4 or an IPv6 address:

\n\t\t ", "smithy.api#httpQuery": "edns0clientsubnetmask" } } }, "traits": { "smithy.api#documentation": "

Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify \n\t\t\tthe IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.

" } }, "com.amazonaws.route53#TestDNSAnswerResponse": { "type": "structure", "members": { "Nameserver": { "target": "com.amazonaws.route53#Nameserver", "traits": { "smithy.api#documentation": "

The Amazon Route 53 name server used to respond to the request.

", "smithy.api#required": {} } }, "RecordName": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

The name of the resource record set that you submitted a request for.

", "smithy.api#required": {} } }, "RecordType": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

The type of the resource record set that you submitted a request for.

", "smithy.api#required": {} } }, "RecordData": { "target": "com.amazonaws.route53#RecordData", "traits": { "smithy.api#documentation": "

A list that contains values that Amazon Route 53 returned for this resource record set.

", "smithy.api#required": {} } }, "ResponseCode": { "target": "com.amazonaws.route53#DNSRCode", "traits": { "smithy.api#documentation": "

A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that \n\t\t\tthe request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. \n\t\t\tFor a list of possible response codes, see \n\t\t\tDNS RCODES on the IANA website.

", "smithy.api#required": {} } }, "Protocol": { "target": "com.amazonaws.route53#TransportProtocol", "traits": { "smithy.api#documentation": "

The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to a TestDNSAnswer request.

" } }, "com.amazonaws.route53#Threshold": { "type": "double", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#ThrottlingException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The limit on the number of requests per second was exceeded.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#TimeStamp": { "type": "timestamp" }, "com.amazonaws.route53#TooManyHealthChecks": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

This health check can't be created because the current account has reached the limit on the number of active health checks.

\n\t\t

For information about default limits, see Limits \n\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t

For information about how to get the current limit for an account, see \n\t\t\tGetAccountLimit. To request a \n\t\t\thigher limit, create a case with the AWS Support Center.

\n\n\t\t

You have reached the maximum number of active health checks for an AWS account. To request a higher limit, \n\t\t\tcreate a case with the AWS Support Center.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#TooManyHostedZones": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

This operation can't be completed either because the current account has reached the limit on the number of hosted zones \n\t\t\tor because you've reached the limit on the number of hosted zones that can be associated with a reusable delegation set.

\n\t\t

For information about default limits, see Limits \n\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t

To get the current limit on hosted zones that can be created by an account, see \n\t\t\tGetAccountLimit.

\n\t\t

To get the current limit on hosted zones that can be associated with a reusable delegation set, see \n\t\t\tGetReusableDelegationSetLimit.

\n\t\t

To request a higher limit, create a case with the AWS Support Center.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#TooManyKeySigningKeys": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

You've reached the limit for the number of key-signing keys (KSKs). Remove at least one KSK, and then try again.

", "smithy.api#error": "client" } }, "com.amazonaws.route53#TooManyTrafficPolicies": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

This traffic policy can't be created because the current account has reached the limit on the number of traffic policies.

\n\t\t

For information about default limits, see Limits \n\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t

To get the current limit for an account, see \n\t\t\tGetAccountLimit. \n\t\t

\n\t\t

To request a higher limit, create a case with the AWS Support Center.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#TooManyTrafficPolicyInstances": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

This traffic policy instance can't be created because the current account has reached the limit on the number of \n\t\t\ttraffic policy instances.

\n\t\t

For information about default limits, see \n\t\t\tLimits \n\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t

For information about how to get the current limit for an account, see \n\t\t\tGetAccountLimit.

\n\t\t

To request a higher limit, create a case with the AWS Support Center.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#TooManyTrafficPolicyVersionsForCurrentPolicy": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

This traffic policy version can't be created because you've reached the limit of 1000 on the number of versions \n\t\t\tthat you can create for the current traffic policy.

\n\t\t

To create more traffic policy versions, you can use \n\t\t\tGetTrafficPolicy \n\t\t\tto get the traffic policy document for a specified traffic policy version, and then use \n\t\t\tCreateTrafficPolicy \n\t\t\tto create a new traffic policy using the traffic policy document.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#TooManyVPCAssociationAuthorizations": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

You've created the maximum number of authorizations that can be created for the specified hosted zone. \n\t\t\tTo authorize another VPC to be associated with the hosted zone, submit a DeleteVPCAssociationAuthorization request \n\t\t\tto remove an existing authorization. To get a list of existing authorizations, submit a \n\t\t\tListVPCAssociationAuthorizations request.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#TrafficPolicies": { "type": "list", "member": { "target": "com.amazonaws.route53#TrafficPolicy", "traits": { "smithy.api#xmlName": "TrafficPolicy" } } }, "com.amazonaws.route53#TrafficPolicy": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

The ID that Amazon Route 53 assigned to a traffic policy when you created it.

", "smithy.api#required": {} } }, "Version": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

The version number that Amazon Route 53 assigns to a traffic policy. For a new traffic policy, \n\t\t\tthe value of Version is always 1.

", "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#TrafficPolicyName", "traits": { "smithy.api#documentation": "

The name that you specified when you created the traffic policy.

", "smithy.api#required": {} } }, "Type": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy \n\t\t\tto create a traffic policy instance.

", "smithy.api#required": {} } }, "Document": { "target": "com.amazonaws.route53#TrafficPolicyDocument", "traits": { "smithy.api#documentation": "

The definition of a traffic policy in JSON format. You specify the JSON document to use for a new \n\t\t\ttraffic policy in the CreateTrafficPolicy request. For more information about the JSON format, see \n\t\t\tTraffic Policy Document Format.

", "smithy.api#required": {} } }, "Comment": { "target": "com.amazonaws.route53#TrafficPolicyComment", "traits": { "smithy.api#documentation": "

The comment that you specify in the CreateTrafficPolicy request, if any.

" } } }, "traits": { "smithy.api#documentation": "

A complex type that contains settings for a traffic policy.

" } }, "com.amazonaws.route53#TrafficPolicyAlreadyExists": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.route53#TrafficPolicyComment": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 1024 } } }, "com.amazonaws.route53#TrafficPolicyDocument": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 102400 } } }, "com.amazonaws.route53#TrafficPolicyId": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 36 } } }, "com.amazonaws.route53#TrafficPolicyInUse": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.route53#TrafficPolicyInstance": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyInstanceId", "traits": { "smithy.api#documentation": "

The ID that Amazon Route 53 assigned to the new traffic policy instance.

", "smithy.api#required": {} } }, "HostedZoneId": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID of the hosted zone that Amazon Route 53 created resource record sets in.

", "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#DNSName", "traits": { "smithy.api#documentation": "

The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries by using the \n\t\t\tresource record sets that are associated with this traffic policy instance.

", "smithy.api#required": {} } }, "TTL": { "target": "com.amazonaws.route53#TTL", "traits": { "smithy.api#documentation": "

The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.

", "smithy.api#required": {} } }, "State": { "target": "com.amazonaws.route53#TrafficPolicyInstanceState", "traits": { "smithy.api#documentation": "

The value of State is one of the following values:

\n\t\t
\n
Applied
\n
\n

Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Route 53 edge locations.

\n
\n
Creating
\n
\n

Route 53 is creating the resource record sets. Use GetTrafficPolicyInstance to confirm that the \n\t\t\t\t\tCreateTrafficPolicyInstance request completed successfully.

\n
\n
Failed
\n
\n

Route 53 wasn't able to create or update the resource record sets. When the value of State is Failed, \n\t\t\t\t\tsee Message for an explanation of what caused the request to fail.

\n
\n
", "smithy.api#required": {} } }, "Message": { "target": "com.amazonaws.route53#Message", "traits": { "smithy.api#documentation": "

If State is Failed, an explanation of the reason for the failure. If State is another value, \n\t\t\tMessage is empty.

", "smithy.api#required": {} } }, "TrafficPolicyId": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.

", "smithy.api#required": {} } }, "TrafficPolicyVersion": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.

", "smithy.api#required": {} } }, "TrafficPolicyType": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#TrafficPolicyInstanceAlreadyExists": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

There is already a traffic policy instance with the specified ID.

", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.route53#TrafficPolicyInstanceCount": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.route53#TrafficPolicyInstanceId": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 36 } } }, "com.amazonaws.route53#TrafficPolicyInstanceState": { "type": "string" }, "com.amazonaws.route53#TrafficPolicyInstances": { "type": "list", "member": { "target": "com.amazonaws.route53#TrafficPolicyInstance", "traits": { "smithy.api#xmlName": "TrafficPolicyInstance" } } }, "com.amazonaws.route53#TrafficPolicyName": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 512 } } }, "com.amazonaws.route53#TrafficPolicySummaries": { "type": "list", "member": { "target": "com.amazonaws.route53#TrafficPolicySummary", "traits": { "smithy.api#xmlName": "TrafficPolicySummary" } } }, "com.amazonaws.route53#TrafficPolicySummary": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

The ID that Amazon Route 53 assigned to the traffic policy when you created it.

", "smithy.api#required": {} } }, "Name": { "target": "com.amazonaws.route53#TrafficPolicyName", "traits": { "smithy.api#documentation": "

The name that you specified for the traffic policy when you created it.

", "smithy.api#required": {} } }, "Type": { "target": "com.amazonaws.route53#RRType", "traits": { "smithy.api#documentation": "

The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy \n\t\t\tto create a traffic policy instance.

", "smithy.api#required": {} } }, "LatestVersion": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

The version number of the latest version of the traffic policy.

", "smithy.api#required": {} } }, "TrafficPolicyCount": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the latest version of one traffic policy \n\t\t\tthat is associated with the current AWS account.

" } }, "com.amazonaws.route53#TrafficPolicyVersion": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 1, "max": 1000 } } }, "com.amazonaws.route53#TrafficPolicyVersionMarker": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 4 } } }, "com.amazonaws.route53#TransportProtocol": { "type": "string" }, "com.amazonaws.route53#UpdateHealthCheck": { "type": "operation", "input": { "target": "com.amazonaws.route53#UpdateHealthCheckRequest" }, "output": { "target": "com.amazonaws.route53#UpdateHealthCheckResponse" }, "errors": [ { "target": "com.amazonaws.route53#HealthCheckVersionMismatch" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHealthCheck" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t

For more information about updating health checks, see \n\t\t\tCreating, Updating, and Deleting Health Checks \n\t\t\tin the Amazon Route 53 Developer Guide.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/healthcheck/{HealthCheckId}", "code": 200 } } }, "com.amazonaws.route53#UpdateHealthCheckRequest": { "type": "structure", "members": { "HealthCheckId": { "target": "com.amazonaws.route53#HealthCheckId", "traits": { "smithy.api#documentation": "

The ID for the health check for which you want detailed information. When you created the health check, \n\t\t\tCreateHealthCheck returned the ID in the response, in the HealthCheckId element.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "HealthCheckVersion": { "target": "com.amazonaws.route53#HealthCheckVersion", "traits": { "smithy.api#documentation": "

A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you \n\t\t\tupdate settings for the health check.

\n\t\t

We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of \n\t\t\tHealthCheckVersion for the health check that you want to update, and that you include that value in your \n\t\t\tUpdateHealthCheck request. This prevents Route 53 from overwriting an intervening update:

\n\t\t " } }, "IPAddress": { "target": "com.amazonaws.route53#IPAddress", "traits": { "smithy.api#documentation": "

The IPv4 or IPv6 IP address for the endpoint that you want Amazon Route 53 to perform health checks on. If you don't specify a value for \n\t\t\tIPAddress, Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName \n\t\t\tat the interval that you specify in RequestInterval. Using an IP address that is returned by DNS, Route 53 then \n\t\t\tchecks the health of the endpoint.

\n\t\t

Use one of the following formats for the value of IPAddress:

\n\t\t \n\t\t

If the endpoint is an EC2 instance, we recommend that you create an Elastic IP address, associate it with your EC2 instance, and \n\t\t\tspecify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, \n\t\t\tsee the applicable documentation:

\n\t\t \n\t\t \n

If a health check already has a value for IPAddress, you can change the value. However, you can't update an \n\t\t\texisting health check to add or remove the value of IPAddress.

\n\t\t
\n\t\t

For more information, see \n\t\t\tFullyQualifiedDomainName.\n\t\t

\n\t\t

Constraints: Route 53 can't check the health of endpoints for which the IP address is in local, private, non-routable, or \n\t\t\tmulticast ranges. For more information about IP addresses for which you can't create health checks, see the following \n\t\t\tdocuments:

\n\t\t " } }, "Port": { "target": "com.amazonaws.route53#Port", "traits": { "smithy.api#documentation": "

The port on the endpoint that you want Amazon Route 53 to perform health checks on.

\n\t\t \n\t\t\t

Don't specify a value for Port when you specify a value for Type of CLOUDWATCH_METRIC or \n\t\t\t\tCALCULATED.

\n\t\t
" } }, "ResourcePath": { "target": "com.amazonaws.route53#ResourcePath", "traits": { "smithy.api#documentation": "

The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint \n\t\t\twill return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html. \n\t\t\tYou can also include query string parameters, for example, /welcome.html?language=jp&login=y.

\n\t\t

Specify this value only if you want to change it.

" } }, "FullyQualifiedDomainName": { "target": "com.amazonaws.route53#FullyQualifiedDomainName", "traits": { "smithy.api#documentation": "

Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

\n\t\t\n\t\t \n

If a health check already has a value for IPAddress, you can change the value. However, you can't update an \n\t\t\texisting health check to add or remove the value of IPAddress.

\n
\n\t\t\n\t\t

\n If you specify a value for \n IPAddress:

\n\t\t

Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName \n\t\t\tin the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint \n\t\t\ton which you want Route 53 to perform health checks.

\n\t\t

When Route 53 checks the health of an endpoint, here is how it constructs the Host header:

\n\t\t \n\t\t

If you don't specify a value for FullyQualifiedDomainName, Route 53 substitutes the value of IPAddress \n\t\t\tin the Host header in each of the above cases.

\n\t\t\n\t\t

\n If you don't specify a value for \n IPAddress:

\n\t\t

If you don't specify a value for IPAddress, Route 53 sends a DNS request to the domain that you specify in \n\t\t\tFullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IPv4 address that is \n\t\t\treturned by DNS, Route 53 then checks the health of the endpoint.

\n\t\t \n

If you don't specify a value for IPAddress, Route 53 uses only IPv4 to send health checks to the endpoint. \n\t\t\tIf there's no resource record set with a type of A for the name that you specify for FullyQualifiedDomainName, \n\t\t\tthe health check fails with a \"DNS resolution failed\" error.

\n
\n\t\t

If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by \n\t\t\tFullyQualifiedDomainName, we recommend that you create a separate health check for each endpoint. For example, create a \n\t\t\thealth check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, \n\t\t\tspecify the domain name of the server (such as us-east-2-www.example.com), not the name of the resource record sets (www.example.com).

\n\t\t \n\t\t\t

In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and \n\t\t\t\tyou then associate the health check with those resource record sets, health check results will be unpredictable.

\n\t\t
\n\t\t

In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or \n\t\t\tHTTPS_STR_MATCH, Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does \n\t\t\twhen you specify a value for IPAddress. If the value of Type is TCP, Route 53 doesn't pass a \n\t\t\tHost header.

" } }, "SearchString": { "target": "com.amazonaws.route53#SearchString", "traits": { "smithy.api#documentation": "

If the value of Type is HTTP_STR_MATCH or HTTPS_STR_MATCH, the string that you want \n\t\t\tAmazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Route 53 considers \n\t\t\tthe resource healthy. (You can't change the value of Type when you update a health check.)

" } }, "FailureThreshold": { "target": "com.amazonaws.route53#FailureThreshold", "traits": { "smithy.api#documentation": "

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 \n\t\t\tfrom unhealthy to healthy or vice versa. For more information, see \n\t\t\tHow Amazon Route 53 Determines Whether an Endpoint Is Healthy \n\t\t\tin the Amazon Route 53 Developer Guide.

\n\t\t

If you don't specify a value for FailureThreshold, the default value is three health checks.

" } }, "Inverted": { "target": "com.amazonaws.route53#Inverted", "traits": { "smithy.api#documentation": "

Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it \n\t\t\totherwise would be considered healthy.

" } }, "Disabled": { "target": "com.amazonaws.route53#Disabled", "traits": { "smithy.api#documentation": "

Stops Route 53 from performing health checks. When you disable a health check, here's what happens:

\n\t\t \n\t\t\t\n\t\t

After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, \n\t\t\tRoute 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of \n\t\t\tInverted.\n\t\t

\n\t\t\n\t\t

Charges for a health check still apply when the health check is disabled. For more information, see \n\t\t\tAmazon Route 53 Pricing.

" } }, "HealthThreshold": { "target": "com.amazonaws.route53#HealthThreshold", "traits": { "smithy.api#documentation": "

The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the \n\t\t\tCALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a \n\t\t\tCALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

\n\t\t

Note the following:

\n\t\t " } }, "ChildHealthChecks": { "target": "com.amazonaws.route53#ChildHealthCheckList", "traits": { "smithy.api#documentation": "

A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a \n\t\t\tCALCULATED health check.

" } }, "EnableSNI": { "target": "com.amazonaws.route53#EnableSNI", "traits": { "smithy.api#documentation": "

Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello\n\t\t\tmessage during TLS negotiation. This allows the endpoint to respond to HTTPS health check requests with the applicable \n\t\t\tSSL/TLS certificate.

\n\t\t

Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, \n\t\t\tthe status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. \n\t\t\tIf SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

\n\t\t

The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more \n\t\t\tin the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for \n\t\t\tFullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not \n\t\t\tinclude the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the \n\t\t\tsecond attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

" } }, "Regions": { "target": "com.amazonaws.route53#HealthCheckRegionList", "traits": { "smithy.api#documentation": "

A complex type that contains one Region element for each region that you want Amazon Route 53 health checkers to check \n\t\t\tthe specified endpoint from.

" } }, "AlarmIdentifier": { "target": "com.amazonaws.route53#AlarmIdentifier", "traits": { "smithy.api#documentation": "

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether \n\t\t\tthe specified health check is healthy.

" } }, "InsufficientDataHealthStatus": { "target": "com.amazonaws.route53#InsufficientDataHealthStatus", "traits": { "smithy.api#documentation": "

When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign \n\t\t\tto the health check:

\n\t\t " } }, "ResetElements": { "target": "com.amazonaws.route53#ResettableElementNameList", "traits": { "smithy.api#documentation": "

A complex type that contains one ResettableElementName element for each element that you want to reset to the default value. \n\t\t\tValid values for ResettableElementName include the following:

\n\t\t " } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#UpdateHealthCheckResponse": { "type": "structure", "members": { "HealthCheck": { "target": "com.amazonaws.route53#HealthCheck", "traits": { "smithy.api#documentation": "

A complex type that contains the response to an UpdateHealthCheck request.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to the UpdateHealthCheck request.

" } }, "com.amazonaws.route53#UpdateHostedZoneComment": { "type": "operation", "input": { "target": "com.amazonaws.route53#UpdateHostedZoneCommentRequest" }, "output": { "target": "com.amazonaws.route53#UpdateHostedZoneCommentResponse" }, "errors": [ { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchHostedZone" } ], "traits": { "smithy.api#documentation": "

Updates the comment for a specified hosted zone.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/hostedzone/{Id}", "code": 200 } } }, "com.amazonaws.route53#UpdateHostedZoneCommentRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#ResourceId", "traits": { "smithy.api#documentation": "

The ID for the hosted zone that you want to update the comment for.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "Comment": { "target": "com.amazonaws.route53#ResourceDescription", "traits": { "smithy.api#documentation": "

The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the \n\t\t\tComment element, if any.

" } } }, "traits": { "smithy.api#documentation": "

A request to update the comment for a hosted zone.

" } }, "com.amazonaws.route53#UpdateHostedZoneCommentResponse": { "type": "structure", "members": { "HostedZone": { "target": "com.amazonaws.route53#HostedZone", "traits": { "smithy.api#documentation": "

A complex type that contains the response to the UpdateHostedZoneComment request.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response to the UpdateHostedZoneComment request.

" } }, "com.amazonaws.route53#UpdateTrafficPolicyComment": { "type": "operation", "input": { "target": "com.amazonaws.route53#UpdateTrafficPolicyCommentRequest" }, "output": { "target": "com.amazonaws.route53#UpdateTrafficPolicyCommentResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConcurrentModification" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicy" } ], "traits": { "smithy.api#documentation": "

Updates the comment for a specified traffic policy version.

", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/trafficpolicy/{Id}/{Version}", "code": 200 } } }, "com.amazonaws.route53#UpdateTrafficPolicyCommentRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "Version": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

The value of Version for the traffic policy that you want to update the comment for.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "Comment": { "target": "com.amazonaws.route53#TrafficPolicyComment", "traits": { "smithy.api#documentation": "

The new comment for the specified traffic policy and version.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains information about the traffic policy that you want to update the comment for.

" } }, "com.amazonaws.route53#UpdateTrafficPolicyCommentResponse": { "type": "structure", "members": { "TrafficPolicy": { "target": "com.amazonaws.route53#TrafficPolicy", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex type that contains the response information for the traffic policy.

" } }, "com.amazonaws.route53#UpdateTrafficPolicyInstance": { "type": "operation", "input": { "target": "com.amazonaws.route53#UpdateTrafficPolicyInstanceRequest" }, "output": { "target": "com.amazonaws.route53#UpdateTrafficPolicyInstanceResponse" }, "errors": [ { "target": "com.amazonaws.route53#ConflictingTypes" }, { "target": "com.amazonaws.route53#InvalidInput" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicy" }, { "target": "com.amazonaws.route53#NoSuchTrafficPolicyInstance" }, { "target": "com.amazonaws.route53#PriorRequestNotComplete" } ], "traits": { "smithy.api#documentation": "

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

\n\t\t

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

\n\t\t
    \n
  1. \n\t\t\t\t

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

    \n\t\t\t
  2. \n
  3. \n\t\t\t\t

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

    \n\t\t\t
  4. \n
  5. \n\t\t\t\t

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

    \n\t\t\t
  6. \n
", "smithy.api#http": { "method": "POST", "uri": "/2013-04-01/trafficpolicyinstance/{Id}", "code": 200 } } }, "com.amazonaws.route53#UpdateTrafficPolicyInstanceRequest": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.route53#TrafficPolicyInstanceId", "traits": { "smithy.api#documentation": "

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

", "smithy.api#httpLabel": {}, "smithy.api#required": {} } }, "TTL": { "target": "com.amazonaws.route53#TTL", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "TrafficPolicyId": { "target": "com.amazonaws.route53#TrafficPolicyId", "traits": { "smithy.api#documentation": "

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.

", "smithy.api#required": {} } }, "TrafficPolicyVersion": { "target": "com.amazonaws.route53#TrafficPolicyVersion", "traits": { "smithy.api#documentation": "

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.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#UpdateTrafficPolicyInstanceResponse": { "type": "structure", "members": { "TrafficPolicyInstance": { "target": "com.amazonaws.route53#TrafficPolicyInstance", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.route53#UsageCount": { "type": "long", "traits": { "smithy.api#range": { "min": 0 } } }, "com.amazonaws.route53#VPC": { "type": "structure", "members": { "VPCRegion": { "target": "com.amazonaws.route53#VPCRegion", "traits": { "smithy.api#documentation": "

(Private hosted zones only) The region that an Amazon VPC was created in.

" } }, "VPCId": { "target": "com.amazonaws.route53#VPCId" } }, "traits": { "smithy.api#documentation": "

(Private hosted zones only) A complex type that contains information about an Amazon VPC.

" } }, "com.amazonaws.route53#VPCAssociationAuthorizationNotFound": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The VPC that you specified is not authorized to be associated with the hosted zone.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#VPCAssociationNotFound": { "type": "structure", "members": { "message": { "target": "com.amazonaws.route53#ErrorMessage", "traits": { "smithy.api#documentation": "

The specified VPC or hosted zone weren't found.

" } } }, "traits": { "smithy.api#documentation": "

The specified VPC and hosted zone are not currently associated.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.route53#VPCId": { "type": "string", "traits": { "smithy.api#documentation": "

(Private hosted zones only) The ID of an Amazon VPC.

", "smithy.api#length": { "min": 0, "max": 1024 } } }, "com.amazonaws.route53#VPCRegion": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "us-east-1", "name": "us_east_1" }, { "value": "us-east-2", "name": "us_east_2" }, { "value": "us-west-1", "name": "us_west_1" }, { "value": "us-west-2", "name": "us_west_2" }, { "value": "eu-west-1", "name": "eu_west_1" }, { "value": "eu-west-2", "name": "eu_west_2" }, { "value": "eu-west-3", "name": "eu_west_3" }, { "value": "eu-central-1", "name": "eu_central_1" }, { "value": "ap-east-1", "name": "ap_east_1" }, { "value": "me-south-1", "name": "me_south_1" }, { "value": "us-gov-west-1", "name": "us_gov_west_1" }, { "value": "us-gov-east-1", "name": "us_gov_east_1" }, { "value": "us-iso-east-1", "name": "us_iso_east_1" }, { "value": "us-isob-east-1", "name": "us_isob_east_1" }, { "value": "ap-southeast-1", "name": "ap_southeast_1" }, { "value": "ap-southeast-2", "name": "ap_southeast_2" }, { "value": "ap-south-1", "name": "ap_south_1" }, { "value": "ap-northeast-1", "name": "ap_northeast_1" }, { "value": "ap-northeast-2", "name": "ap_northeast_2" }, { "value": "ap-northeast-3", "name": "ap_northeast_3" }, { "value": "eu-north-1", "name": "eu_north_1" }, { "value": "sa-east-1", "name": "sa_east_1" }, { "value": "ca-central-1", "name": "ca_central_1" }, { "value": "cn-north-1", "name": "cn_north_1" }, { "value": "af-south-1", "name": "af_south_1" }, { "value": "eu-south-1", "name": "eu_south_1" } ], "smithy.api#length": { "min": 1, "max": 64 } } }, "com.amazonaws.route53#VPCs": { "type": "list", "member": { "target": "com.amazonaws.route53#VPC", "traits": { "smithy.api#xmlName": "VPC" } }, "traits": { "smithy.api#documentation": "

(Private hosted zones only) A list of VPC elements.

", "smithy.api#length": { "min": 1 } } } } }