{ "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\n MAX_HEALTH_CHECKS_BY_OWNER: The maximum number of health checks that you can create \n\t\t\t\tusing the current account.
\n\n MAX_HOSTED_ZONES_BY_OWNER: The maximum number of hosted zones that you can create \n\t\t\t\tusing the current account.
\n\n MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: The maximum number of reusable delegation sets \n\t\t\t\tthat you can create using the current account.
\n\n MAX_TRAFFIC_POLICIES_BY_OWNER: The maximum number of traffic policies \n\t\t\t\tthat you can create using the current account.
\n\n MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: The maximum number of traffic policy instances \n\t\t\t\tthat you can create using the current account. (Traffic policy instances are referred to as traffic flow policy records in the \n\t\t\t\tAmazon Route 53 console.)
\nThe 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
.
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.
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\tFor 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\tRoute 53 supports CloudWatch alarms with the following features:
\n\t\t\tStandard-resolution metrics. High-resolution metrics aren't supported. For more information, see \n\t\t\t\t\tHigh-Resolution Metrics \n\t\t\t\t\tin the Amazon CloudWatch User Guide.
\nStatistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
\nA 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\tSpecify 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\tFor regional APIs, specify the value of regionalHostedZoneId
.
For edge-optimized APIs, specify the value of distributionHostedZoneId
.
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.
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront can't be created in a private zone.
\n\t\t\t\t\tSpecify 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\tSpecify 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 Elastic Load Balancing endpoints and quotas topic in the Amazon Web Services General Reference: \n\t\t\t\t\t\t\tUse the value that corresponds with the region that you created your load balancer in. Note that there are \n\t\t\t\t\t\t\tseparate columns for Application and Classic Load Balancers and for Network Load Balancers.
\n\n AWS Management Console: Go to the Amazon EC2 page, choose \n\t\t\t\t\t\t\t\tLoad Balancers in the navigation pane, select the load balancer, and get the value of the \n\t\t\t\t\t\t\t\tHosted zone field on the Description tab.
\n\t\t\t\t\t\t\n Elastic Load Balancing API: Use DescribeLoadBalancers
to get the \n\t\t\t\t\t\t\t\tapplicable value. For more information, see the applicable guide:
Classic Load Balancers: Use \n\t\t\t\t\t\t\t\t\tDescribeLoadBalancers \n\t\t\t\t\t\t\t\t\tto get the value of CanonicalHostedZoneNameId
.
Application and Network Load Balancers: Use \n\t\t\t\t\t\t\t\t\tDescribeLoadBalancers\n\t\t\t\t\t\t\t\t\tto get the value of CanonicalHostedZoneId
.
\n AWS CLI: Use describe-load-balancers
to get the applicable value. \n\t\t\t\t\t\t\t\tFor more information, see the applicable guide:
Classic Load Balancers: Use \n\t\t\t\t\t\t\t\t\tdescribe-load-balancers\n\t\t\t\t\t\t\t\t\tto get the value of CanonicalHostedZoneNameId
.
Application and Network Load Balancers: Use \n\t\t\t\t\t\t\t\t\tdescribe-load-balancers\n\t\t\t\t\t\t\t\t\tto get the value of CanonicalHostedZoneId
.
Specify Z2BJ6XQ5FK7U4H
.
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\tSpecify 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 Alias resource record sets only: The value that you specify depends on where you want to route queries:
\n\t\tSpecify 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\tFor regional APIs, specify the value of regionalDomainName
.
For edge-optimized APIs, specify the value of distributionDomainName
. This is the name of the \n\t\t\t\t\t\t\tassociated CloudFront distribution, such as da1b2c3d4e5.cloudfront.net
.
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
.
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.
Specify the domain name that CloudFront assigned when you created your distribution.
\n\t\t\t\t\tYour 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\tYou can't create a resource record set in a private hosted zone to route traffic to a CloudFront distribution.
\n\t\t\t\t\tFor 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.
\nIf 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.
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\tFor 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 AWS Management Console: For information about how to get the value by using the console, \n\t\t\t\t\t\t\t\tsee Using Custom Domains with AWS Elastic Beanstalk in the \n\t\t\t\t\t\t\t\tAWS Elastic Beanstalk Developer Guide.
\n\t\t\t\t\t\t\n Elastic Beanstalk API: Use the DescribeEnvironments
action to get \n\t\t\t\t\t\t\t\tthe value of the CNAME
attribute. For more information, see \n\t\t\t\t\t\t\t\tDescribeEnvironments \n\t\t\t\t\t\t\t\tin the AWS Elastic Beanstalk API Reference.
\n AWS CLI: Use the describe-environments
command to get the value of the \n\t\t\t\t\t\t\t\tCNAME
attribute. For more information, see \n\t\t\t\t\t\t\t\tdescribe-environments in the \n\t\t\t\t\t\t\t\tAWS CLI Command Reference.
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 AWS Management Console: Go to the EC2 page, choose Load Balancers \n\t\t\t\t\t\t\t\tin the navigation pane, choose the load balancer, choose the Description tab, and get the value \n\t\t\t\t\t\t\t\tof the DNS name field.
\n\t\t\t\t\t\t\tIf you're routing traffic to a Classic Load Balancer, get the value that begins with dualstack. \n\t\t\t\t\t\t\t\tIf you're routing traffic to another type of load balancer, get the value that applies to the record type, A or AAAA.
\n\t\t\t\t\t\t\n Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value \n\t\t\t\t\t\t\t\tof DNSName
. For more information, see the applicable guide:
Classic Load Balancers: \n\t\t\t\t\t\t\t\t\tDescribeLoadBalancers \n
\nApplication and Network Load Balancers: \n\t\t\t\t\t\t\t\t\tDescribeLoadBalancers\n
\n\n AWS CLI: Use describe-load-balancers
to get the value of DNSName
.\n\t\t\t\t\t\t\t\tFor more information, see the applicable guide:
Classic Load Balancers: \n\t\t\t\t\t\t\t\t\tdescribe-load-balancers\n
\nApplication and Network Load Balancers: \n\t\t\t\t\t\t\t\t\tdescribe-load-balancers\n
\nSpecify the DNS name for your accelerator:
\n\t\t\t\t\t\n Global Accelerator API: To get the DNS name, use \n\t\t\t\t\t\t\tDescribeAccelerator.
\n\n AWS CLI: To get the DNS name, use \n\t\t\t\t\t\t\tdescribe-accelerator.
\nSpecify 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
Specify the value of the Name
element for a resource record set in the current hosted zone.
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 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.
Note the following:
\n\n\t\tYou can't set EvaluateTargetHealth
to true
when the alias target is a \n\t\t\t\t\tCloudFront distribution.
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.
If the environment contains a single Amazon EC2 instance, there are no special requirements.
\nHealth checking behavior depends on the type of load balancer:
\n\t\t\t\t\t\n Classic Load Balancers: If you specify an ELB Classic Load Balancer in \n\t\t\t\t\t\t\tDNSName
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. \n\t\t\t\t\t\t\tIf you set EvaluateTargetHealth
to true
and either no EC2 instances are healthy or the \n\t\t\t\t\t\t\tload balancer itself is unhealthy, Route 53 routes queries to other resources.
\n Application and Network Load Balancers: If you specify an ELB \n\t\t\t\t\t\t\tApplication or Network Load Balancer and you set EvaluateTargetHealth
to true
, \n\t\t\t\t\t\t\tRoute 53 routes queries to the load balancer based on the health of the target groups that are associated with the load balancer:
For an Application or Network Load Balancer to be considered healthy, every target group that contains targets \n\t\t\t\t\t\t\t\t\tmust contain at least one healthy target. If any target group contains only unhealthy targets, the load balancer is considered \n\t\t\t\t\t\t\t\t\tunhealthy, and Route 53 routes queries to other resources.
\nA target group that has no registered targets is considered unhealthy.
\nWhen 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.
\nThere are no special requirements for setting EvaluateTargetHealth
to true
\n\t\t\t\t\twhen the alias target is an S3 bucket.
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.
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\tWhen creating resource record sets for a private hosted zone, note the following:
\n\t\tCreating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone \n\t\t\t\t\tis unsupported.
\n\t\t\tFor information about creating failover resource record sets in a private hosted zone, see \n\t\t\t\t\tConfiguring Failover in a Private Hosted Zone.
\n\t\t\tAssociates an Amazon VPC with a private hosted zone.
\n\t\tTo 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.
\nIf 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.
The ID of the private hosted zone that you want to associate an Amazon VPC with.
\n\t\tNote 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.
The action to perform:
\n\t\t\n CREATE
: Creates a resource record set that has the specified values.
\n DELETE
: Deletes a existing resource record set.
To delete the resource record set that is associated with a traffic policy instance, use \n\t\t\t\t\t\tDeleteTrafficPolicyInstance. \n\t\t\t\t\t\tAmazon Route 53 will delete the resource record set automatically. If you delete the resource record set by using \n\t\t\t\t\t\tChangeResourceRecordSets
, Route 53 doesn't automatically delete the traffic policy instance, and you'll continue \n\t\t\t\t\t\tto be charged for it even though it's no longer in use.
\n UPSERT
: If a resource record set doesn't already exist, Route 53 creates it. \n\t\t\t\t\tIf a resource record set does exist, Route 53 updates it with the values in the request.
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.
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.
A complex type that describes change information about changes made to your hosted\n\t\t\tzone.
\n\t\tThis 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 Deleting Resource Record Sets\n
\n\t\tTo 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\tThe 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.
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.
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 Traffic Flow\n
\n\t\tTo 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\tUse ChangeResourceRecordsSetsRequest
to perform the following actions:
\n CREATE
: Creates a resource record set that has the specified values.
\n DELETE
: Deletes an existing resource record set that has the specified values.
\n UPSERT
: If a resource record set does not already exist, AWS creates it. \n\t\t\t\t\t\tIf a resource set does exist, Route 53 updates it with the values in the request.
\n Syntaxes for Creating, Updating, and Deleting Resource Record Sets\n
\n\t\tThe 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\tFor an example for each type of resource record set, see \"Examples.\"
\n\t\t\n\t\t\n\t\tDon'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 Change Propagation to Route 53 DNS Servers\n
\n\t\tWhen 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 Limits on ChangeResourceRecordSets Requests\n
\n\t\tFor information about the limits on a ChangeResourceRecordSets
request, see \n\t\t\tLimits in the \n\t\t\tAmazon Route 53 Developer Guide.
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.
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\tThis 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\tFor 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\tThe resource type for health checks is healthcheck
.
The resource type for hosted zones is hostedzone
.
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.
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\n Create a public hosted zone: Two hosted zones that have the same name or that have a \n\t\t\t\tparent/child relationship (example.com and test.example.com) can't have any common name servers. You tried to create a hosted zone \n\t\t\t\tthat has the same name as an existing hosted zone or that's the parent or child of an existing hosted zone, and you specified a \n\t\t\t\tdelegation set that shares one or more name servers with the existing hosted zone. For more information, see \n\t\t\t\tCreateReusableDelegationSet.
\n\t\t\t\n Create a private hosted zone: A hosted zone with the specified name \n\t\t\t\talready exists and is already associated with the Amazon VPC that you specified.
\n\n Associate VPCs with a private hosted zone: The VPC that you specified is \n\t\t\t\talready associated with another hosted zone that has the same name.
\nYou 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\tCreateTrafficPolicyVersion
request.
Creates a new health check.
\n\t\tFor 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\tIf 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\tYou can associate health checks with failover resource record sets in a private hosted zone. Note the following:
\n\t\tRoute 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must \n\t\t\t\t\tassign a public IP address to the instance in the VPC.
\n\t\t\tYou can configure a health checker to check the health of an external resource that the instance relies on, such as a \n\t\t\t\t\tdatabase server.
\n\t\t\tYou can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the \n\t\t\t\t\tstate of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 StatusCheckFailed
metric, \n\t\t\t\t\tadd an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating \n\t\t\t\t\tCloudWatch metrics and alarms by using the CloudWatch console, see the \n\t\t\t\t\tAmazon CloudWatch User Guide.
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:
If you send a CreateHealthCheck
request with the same CallerReference
and settings \n\t\t\t\tas a previous request, and if the health check doesn't exist, Amazon Route 53 creates the health check. If the health check does exist, \n\t\t\t\tRoute 53 returns the settings for the existing health check.
If you send a CreateHealthCheck
request with the same CallerReference
as a deleted health check, \n\t\t\t\tregardless of the settings, Route 53 returns a HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with the same CallerReference
as an existing health check \n\t\t\t\tbut with different settings, Route 53 returns a HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with a unique CallerReference
but settings identical to \n\t\t\t\tan existing health check, Route 53 creates the health check.
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\tYou 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\tFor more information about charges for hosted zones, see Amazon Route 53 Pricing.
\n\t\tNote the following:
\n\t\tYou can't create a hosted zone for a top-level domain (TLD) such as .com.
\n\t\t\tFor public hosted zones, Route 53 automatically creates a default SOA record and four NS records for the zone. \n\t\t\t\t\tFor more information about SOA and NS records, see \n\t\t\t\t\tNS and SOA Records that Route 53 Creates for a Hosted Zone in the \n\t\t\t\t\tAmazon Route 53 Developer Guide.
\n\t\t\t\tIf you want to use the same name servers for multiple public hosted zones, you can optionally associate a reusable delegation set \n\t\t\t\t\twith the hosted zone. See the DelegationSetId
element.
If your domain is registered with a registrar other than Route 53, you must update the name servers with your registrar to make \n\t\t\t\t\tRoute 53 the DNS service for the domain. For more information, see \n\t\t\t\t\tMigrating DNS Service for an Existing Domain to Amazon Route 53 in the \n\t\t\t\t\tAmazon Route 53 Developer Guide.
\n\t\t\tWhen 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
.
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\tIf 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
.
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.
\n\t\tYou 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.
(Optional) A complex type that contains the following optional values:
\n\t\tFor public and private hosted zones, an optional comment
\nFor private hosted zones, an optional PrivateZone
element
If you don't specify a comment or the PrivateZone
element, omit HostedZoneConfig
and \n\t\t\tthe other elements.
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.
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.
You must configure the customer managed CMK as follows:
\n\t\tEnabled
\nECC_NIST_P256
\nSign and verify
\nThe key policy must give permission for the following actions:
\n\t\t\t\t\tDescribeKey
\nGetPublicKey
\nSign
\nThe 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 \"Service\": \"api-service.dnssec.route53.aws.internal\"
\n
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.
A string specifying the initial status of the key-signing key (KSK). You can set the value to ACTIVE
or INACTIVE
.
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\tDNS query logs contain information about the queries that Route 53 receives for a specified public hosted zone, such as the following:
\n\t\tRoute 53 edge location that responded to the DNS query
\nDomain or subdomain that was requested
\nDNS record type, such as A or AAAA
\nDNS response code, such as NoError
or ServFail
\n
Before you create a query logging configuration, perform the following operations.
\n\t\t\t\t\tIf you create a query logging configuration using the Route 53 console, Route 53 performs these operations automatically.
\nCreate 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\tYou must create the log group in the us-east-1 region.
\nYou 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.
\nWhen 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
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\tCreate 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 arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*
\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.
\nWhen Route 53 finishes creating the configuration for DNS query logging, it does the following:
\n\t\t\t\t\tCreates a log stream for an edge location the first time that the edge location responds to DNS queries for the \n\t\t\t\t\t\t\tspecified hosted zone. That log stream is used to log all queries that Route 53 responds to for that edge location.
\nBegins to send query logs to the applicable log stream.
\nThe 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
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\tQuery 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\tFor 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\tFor information about charges for query logs, see \n\t\t\t\t\tAmazon CloudWatch Pricing.
\nIf 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\tThe 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\tarn:aws:logs:region:account-id:log-group:log_group_name\n
\n\t\t\n\t\tTo 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\tYou 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.
You can't associate a reusable delegation set with a private hosted zone.
\n\t\tFor 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\tThe 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\tCreate a reusable delegation set.
\nRecreate hosted zones, and reduce the TTL to 60 seconds or less.
\nRecreate resource record sets in the new hosted zones.
\nChange the registrar's name servers to use the name servers for the new hosted zones.
\nMonitor traffic for the website or application.
\nChange TTLs back to their original values.
\nIf 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\tFor small numbers of hosted zones—up to a few hundred—it's relatively easy to create \n\t\t\t\treusable delegation sets until you get one that has four name servers that don't overlap with any of the name servers \n\t\t\t\tin your hosted zones.
\nFor larger numbers of hosted zones, the easiest solution is to use more than one reusable delegation set.
\nFor larger numbers of hosted zones, you can also migrate hosted zones that have overlapping name servers \n\t\t\t\tto hosted zones that don't have overlapping name servers, then migrate the hosted zones again to use the \n\t\t\t\treusable delegation set.
\nA 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.
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.
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.
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.
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.
The comment that you specified in the CreateTrafficPolicyVersion
request, if any.
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.
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.
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.
\nThe 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.
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\tStatus can have one of the following values:
\n\t\tDNSSEC signing is enabled for the hosted zone.
\nDNSSEC signing is not enabled for the hosted zone.
\nDNSSEC signing is in the process of being removed for the hosted zone.
\nThere 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.
\nThere 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.
\nThe 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.
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
.
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.
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.
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\tAmazon 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\tIf 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.
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\tIf 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\tIf 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\tIf 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\tIf 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\tYou 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.
To verify that the hosted zone has been deleted, do one of the following:
\n\t\tUse the GetHostedZone
action to request information about the hosted zone.
Use the ListHostedZones
action to get a list of the hosted zones associated with the current \n\t\t\t\tAWS account.
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.
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\tFor 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\tYou can delete a reusable delegation set only if it isn't associated with any hosted zones.
\n\t\tTo 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\tWhen 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\tDeleted traffic policies aren't listed if you run ListTrafficPolicies.
\n\tThere's no way to get a list of deleted policies.
\nIf you retain the ID of the policy, you can get information about the policy, including the traffic policy document, by running \n\t\t\t\tGetTrafficPolicy.
\nDeletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.
\n\t\tIn the Route 53 console, traffic policy instances are known as policy records.
\n\t\tThe ID of the traffic policy instance that you want to delete.
\n\t\tWhen 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\tA 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.
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
.
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\tYou can't disassociate the last Amazon VPC from a private hosted zone.
\nYou can't convert a private hosted zone into a public hosted zone.
\nYou can submit a DisassociateVPCFromHostedZone
request using either the account \n\t\t\t\tthat created the hosted zone or the account that created the Amazon VPC.
Some services, such as AWS Cloud Map and Amazon Elastic File System (Amazon EFS) automatically create hosted zones and associate \n\t\t\t\tVPCs with the hosted zones. A service can create a hosted zone using your account or using its own account. \n\t\t\t\tYou can disassociate a VPC from a hosted zone only if the service created the hosted zone using your account.
\n\t\t\t\tWhen you run DisassociateVPCFromHostedZone, \n\t\t\t\t\tif the hosted zone has a value for OwningAccount
, you can use DisassociateVPCFromHostedZone
. \n\t\t\t\t\tIf the hosted zone has a value for OwningService
, you can't use DisassociateVPCFromHostedZone
.
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\tAmazon Route 53 supports the following continent codes:
\n\t\t\n AF: Africa
\n\n AN: Antarctica
\n\n AS: Asia
\n\n EU: Europe
\n\n OC: Oceania
\n\n NA: North America
\n\n SA: South America
\nConstraint: Specifying ContinentCode
with either CountryCode
or SubdivisionCode
returns an \n\t\t\tInvalidInput
error.
For geolocation resource record sets, the two-letter code for a country.
\n\t\tAmazon 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.
If you specify subdivisioncode
, you must also specify US
for CountryCode
.
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.
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\tFor 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\tYou 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\tThe limit that you want to get. Valid values include the following:
\n\t\t\n MAX_HEALTH_CHECKS_BY_OWNER: The maximum number of health checks that you can create \n\t\t\t\tusing the current account.
\n\n MAX_HOSTED_ZONES_BY_OWNER: The maximum number of hosted zones that you can create \n\t\t\t\tusing the current account.
\n\n MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: The maximum number of reusable delegation sets \n\t\t\t\tthat you can create using the current account.
\n\n MAX_TRAFFIC_POLICIES_BY_OWNER: The maximum number of traffic policies \n\t\t\t\tthat you can create using the current account.
\n\n MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: The maximum number of traffic policy instances \n\t\t\t\tthat you can create using the current account. (Traffic policy instances are referred to as traffic flow policy records in the \n\t\t\t\tAmazon Route 53 console.)
\nA 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.
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.
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\n PENDING
indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers. \n\t\t\t\t\tThis is the initial status of all change batch requests.
\n INSYNC
indicates that the changes have propagated to all Route 53 DNS servers.
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.
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.
Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.
\n\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.
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.
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\tRoute 53 does not perform authorization for this API because it retrieves information that is already available to the public.
\n\t\t\n\t\tUse 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
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
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
For geolocation resource record sets, a two-letter abbreviation that identifies a continent. Amazon Route 53 supports the following continent codes:
\n\t\t\n AF: Africa
\n\n AN: Antarctica
\n\n AS: Asia
\n\n EU: Europe
\n\n OC: Oceania
\n\n NA: North America
\n\n SA: South America
\nAmazon 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.
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.
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.
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.
A complex type that contains the response to a GetHealthCheckLastFailureReason
request.
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.
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.
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.
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.
A complex type that contains the response to a GetHealthCheck
\n\t\t\trequest.
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.
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\tFor 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\n MAX_RRSETS_BY_ZONE: The maximum number of records that you can create \n\t\t\t\tin the specified hosted zone.
\n\n MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can \n\t\t\t\tassociate with the specified private hosted zone.
\nThe 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.
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.
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.
Gets information about a specified configuration for DNS query logging.
\n\t\t\n\t\tFor 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\tFor 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.
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.
Gets information about a specific traffic policy version.
\n\t\tFor information about how of deleting a traffic policy affects the response from GetTrafficPolicy
, see \n\t\t\tDeleteTrafficPolicy.\n\t\t
Gets information about a specified traffic policy instance.
\n\t\tAfter 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.
In the Route 53 console, traffic policy instances are known as policy records.
\n\t\tGets 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.
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\tThe same value for CallerReference
as an existing health check, and one or more values that differ \n\t\t\t\tfrom the existing health check that has the same caller reference.
The same value for CallerReference
as a health check that you created and later deleted, \n\t\t\t\tregardless of the other settings in the request.
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.
Use one of the following formats for the value of IPAddress
:
\n IPv4 address: four values between 0 and 255, separated by periods (.), \n\t\t\t\tfor example, 192.0.2.44
.
\n IPv6 address: eight groups of four hexadecimal values, separated by colons (:), \n\t\t\t\tfor example, 2001:0db8:85a3:0000:0000:abcd:0001:2345
. You can also shorten IPv6 addresses as described in RFC 5952, \n\t\t\t\tfor example, 2001:db8:85a3::abcd:1:2345
.
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.
For more information, see \n\t\t\tFullyQualifiedDomainName.\n\t\t
\n\t\tConstraints: 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 RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space\n
\nWhen the value of Type
is CALCULATED
or CLOUDWATCH_METRIC
, omit IPAddress
.
The port on the endpoint that you want Amazon Route 53 to perform health checks on.
\n\t\tDon't specify a value for Port
when you specify a value for Type
of CLOUDWATCH_METRIC
or \n\t\t\t\tCALCULATED
.
The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.
\n\t\tYou can't change the value of Type
after you create a health check.
You can create the following types of health checks:
\n\t\t\n HTTP: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTP request \n\t\t\t\t\tand waits for an HTTP status code of 200 or greater and less than 400.
\n\t\t\t\n HTTPS: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTPS request \n\t\t\t\t\tand waits for an HTTP status code of 200 or greater and less than 400.
\n\t\t\t\tIf you specify HTTPS
for the value of Type
, the endpoint must support TLS v1.0 or later.
\n HTTP_STR_MATCH: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an \n\t\t\t\t\tHTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString
.
\n HTTPS_STR_MATCH: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an \n\t\t\t\t\tHTTPS
request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString
.
\n TCP: Route 53 tries to establish a TCP connection.
\n\t\t\t\n CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is \n\t\t\t\t\tOK
, the health check is considered healthy. If the state is ALARM
, the health check is considered unhealthy. \n\t\t\t\t\tIf CloudWatch doesn't have sufficient data to determine whether the state is OK
or ALARM
, the health check status \n\t\t\t\t\tdepends on the setting for InsufficientDataHealthStatus
: Healthy
, Unhealthy
, or \n\t\t\t\t\tLastKnownStatus
.
\n CALCULATED: For health checks that monitor the status of other health checks, Route 53 adds up \n\t\t\t\t\tthe number of health checks that Route 53 health checkers consider to be healthy and compares that number with the value of \n\t\t\t\t\tHealthThreshold
.
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
Amazon Route 53 behavior depends on whether you specify a value for IPAddress
.
\n If you specify a value for \n IPAddress
:
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.
When Route 53 checks the health of an endpoint, here is how it constructs the Host
header:
If you specify a value of 80
for Port
and HTTP
or HTTP_STR_MATCH
for \n\t\t\t\t\tType
, Route 53 passes the value of FullyQualifiedDomainName
to the endpoint in the Host header.
If you specify a value of 443
for Port
and HTTPS
or HTTPS_STR_MATCH
for \n\t\t\t\t\tType
, Route 53 passes the value of FullyQualifiedDomainName
to the endpoint in the Host
header.
If you specify another value for Port
and any value except TCP
for Type
, Route 53 passes \n\t\t\t\t\tFullyQualifiedDomainName:Port
to the endpoint in the Host
header.
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 If you don't specify a value for IPAddress
\n :
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.
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.
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).
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.
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.
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.
Route 53 considers case when searching for SearchString
in the response body.
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\tYou can't change the value of RequestInterval
after you create a health check.
If you don't specify a value for RequestInterval
, the default value is 30
seconds.
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\tIf you don't specify a value for FailureThreshold
, the default value is three health checks.
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\tYou can't change the value of MeasureLatency
after you create a health check.
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 Health checks that check the health of endpoints: \n\t\t\t\tRoute 53 stops submitting requests to your application, server, or other resource.
\n\n Calculated health checks: \n\t\t\t\tRoute 53 stops aggregating the status of the referenced health checks.
\n\n Health checks that monitor CloudWatch alarms: \n\t\t\t\tRoute 53 stops monitoring the corresponding CloudWatch metrics.
\nAfter 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\tCharges 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.
Note the following:
\n\t\tIf you specify a number greater than the number of child health checks, Route 53 always considers this health check to be unhealthy.
\n\t\t\tIf you specify 0
, Route 53 always considers this health check to be healthy.
(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.
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.
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.
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.
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.
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\tIf 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\n Healthy
: Route 53 considers the health check to be healthy.
\n Unhealthy
: Route 53 considers the health check to be unhealthy.
\n LastKnownStatus
: Route 53 uses the status of the health check from the last time that CloudWatch had sufficient data \n\t\t\t\t\tto determine the alarm state. For new health checks that have no last known status, the default status for the health check is \n\t\t\t\t\thealthy.
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
.
The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport
.
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.
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\tFor 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.
The value that you specified for CallerReference
when you created the\n\t\t\thosted zone.
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.
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
.
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.
The limit that you requested. Valid values include the following:
\n\t\t\n MAX_RRSETS_BY_ZONE: The maximum number of records that you can create \n\t\t\t\tin the specified hosted zone.
\n\n MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can \n\t\t\t\tassociate with the specified private hosted zone.
\nThe current value for the limit that is specified by Type
.
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.
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
.
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.
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
.
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.
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\tThere is no resource policy that specifies the log group ARN in the value for Resource
.
The resource policy that includes the log group ARN in the value for Resource
doesn't have the \n\t\t\t\tnecessary permissions.
The resource policy hasn't finished propagating yet.
\nParameter 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
.
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
.
The format of the traffic policy document that you specified in the Document
element is not valid.
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.
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.
You must configure the CMK as follows:
\n\t\tEnabled
\nECC_NIST_P256
\nSign and verify
\nThe key policy must give permission for the following actions:
\n\t\t\t\tDescribeKey
\nGetPublicKey
\nSign
\nThe 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 \"Service\": \"api-service.dnssec.route53.aws.internal\"
\n
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\tStatus can have one of the following values:
\n\t\tThe KSK is being used for signing.
\nThe KSK is not being used for signing.
\nThe KSK is in the process of being deleted.
\nThere 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.
\nThere 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.
\nThe 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.
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.
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.
Retrieves a list of supported geographic locations.
\n\t\tCountries 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\tRoute 53 does not perform authorization for this API because it retrieves information that is already available to the public.
\n\tFor 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.
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.
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.
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.
To list subdivisions (U.S. states), you must include both startcountrycode
and startsubdivisioncode
.
(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
.
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.
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.
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.
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.
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.
The value that you specified for MaxItems
in the request.
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.
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.
If the value of IsTruncated
in the previous response was false
, there are no more health checks to get.
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.
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.
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.
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.
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.
The value that you specified for the maxitems
parameter in the call to ListHealthChecks
that produced the \n\t\t\tcurrent response.
A complex type that contains the response to a ListHealthChecks
request.
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.
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.
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 ListHostedZonesByName
sorts hosted zones by name with the labels reversed. For example:
\n com.example.www.
\n
Note the trailing dot, which can change the sort order in some circumstances.
\n\t\tIf 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 com.ex\\344mple.
\n
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\tRoute 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:
The DNSName
and HostedZoneId
elements in the response contain the values, if any, specified for the \n\t\t\t\t\tdnsname
and hostedzoneid
parameters in the request that produced the current response.
The MaxItems
element in the response contains the value, if any, that you specified for the maxitems
\n\t\t\t\t\tparameter in the request that produced the current response.
If the value of IsTruncated
in the response is true, there are more hosted zones associated with the \n\t\t\t\t\tcurrent AWS account.
If IsTruncated
is false, this response includes the last hosted zone that is associated with the current account. \n\t\t\t\t\tThe NextDNSName
element and NextHostedZoneId
elements are omitted from the response.
The NextDNSName
and NextHostedZoneId
elements in the response contain the domain name and the \n\t\t\t\t\thosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, \n\t\t\t\t\tmake another call to ListHostedZonesByName
, and specify the value of NextDNSName
and \n\t\t\t\t\tNextHostedZoneId
in the dnsname
and hostedzoneid
parameters, respectively.
(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.
(Optional) For your first request to ListHostedZonesByName
, do not include the hostedzoneid
parameter.
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.
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.
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.
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.
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.
This element is present only if IsTruncated
is true
.
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.
This element is present only if IsTruncated
is true
.
The value that you specified for the maxitems
parameter in the call to ListHostedZonesByName
that produced the \n\t\t\tcurrent response.
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:
An OwningAccount
element, which contains the account number of either the current AWS account or \n\t\t\t\tanother AWS account. Some services, such as AWS Cloud Map, create hosted zones using the current account.
An OwningService
element, which identifies the AWS service that created and owns the hosted zone. \n\t\t\t\tFor example, if a hosted zone was created by Amazon Elastic File System (Amazon EFS), the value of Owner
is \n\t\t\t\tefs.amazonaws.com
.
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.
(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.
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.
For the value of NextToken
, specify the value of NextToken
from the previous response.
If the previous response didn't include a NextToken
element, there are no more hosted zones to get.
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.
The value that you specified for MaxItems
in the most recent ListHostedZonesByVPC
request.
The value that you specified for NextToken
in the most recent ListHostedZonesByVPC
request.
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.
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.
If the value of IsTruncated
in the previous response was false
, there are no more hosted zones to get.
(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.
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.
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.
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.
This element is present only if IsTruncated
is true
.
The value that you specified for the maxitems
parameter in the call to ListHostedZones
that \n\t\t\tproduced the current response.
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\tFor 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
.
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.
(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.
For the first ListQueryLoggingConfigs
request, omit this value.
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.
(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.
If you don't specify a value for MaxResults
, Route 53 returns up to 100 configurations.
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.
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.
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 Sort order\n
\n\t\t\t\n ListResourceRecordSets
sorts results first by DNS name with the labels reversed, for example:
\n com.example.www.
\n
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
When multiple records have the same DNS name, ListResourceRecordSets
sorts results by the record type.
\n Specifying where to start listing records\n
\n\t\t\tYou can use the name and type elements to specify the resource record set that the list begins with:
\n\t\t\tThe results begin with the first resource record set that the hosted zone contains.
\nThe 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
.
Amazon Route 53 returns the InvalidInput
error.
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 Resource record sets that are PENDING\n
\n\t\t\tThis 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 Changing resource record sets\n
\n\t\t\tTo 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 Displaying the next page of results\n
\n\t\t\tIf 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
.
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
.
The type of resource record set to begin the record listing from.
\n\t\tValid values for basic resource record sets: A
| AAAA
| CAA
| CNAME
| MX
| \n\t\t\tNAPTR
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
\n
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CAA
| CNAME
| \n\t\t\tMX
| NAPTR
| PTR
| SPF
| SRV
| TXT
\n
Values for alias resource record sets:
\n\t\t\n API Gateway custom regional API or edge-optimized API: A
\n\n CloudFront distribution: A or AAAA
\n\n Elastic Beanstalk environment that has a regionalized subdomain: A
\n\n Elastic Load Balancing load balancer: A | AAAA
\n\n S3 bucket: A
\n\n VPC interface VPC endpoint: A
\n\n Another resource record set in this hosted zone: The type of the resource record set \n\t\t\t\tthat the alias references.
\nConstraint: Specifying type
without specifying name
returns an InvalidInput
error.
\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.
(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.
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.
If the results were truncated, the name of the next record in the list.
\n\t\tThis element is present only if IsTruncated
is true.
If the results were truncated, the type of the next record in the list.
\n\t\tThis element is present only if IsTruncated
is true.
\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.
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.
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.
If the value of IsTruncated
in the previous response was false
, there are no more reusable delegation sets to get.
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.
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.
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.
The value that you specified for the maxitems
parameter in the call to ListReusableDelegationSets
that \n\t\t\tproduced the current response.
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\tFor 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\tThe resource type for health checks is healthcheck
.
The resource type for hosted zones is hostedzone
.
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.
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\tFor 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\tThe resource type for health checks is healthcheck
.
The resource type for hosted zones is hostedzone
.
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 ResourceTagSet
s containing tags associated with the specified resources.
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\tFor information about how of deleting a traffic policy affects the response from ListTrafficPolicies
, see \n\t\t\tDeleteTrafficPolicy.\n\n\t\t
(Conditional) For your first request to ListTrafficPolicies
, don't include the TrafficPolicyIdMarker
parameter.
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.
(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.
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.
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.
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.
The value that you specified for the MaxItems
parameter in the ListTrafficPolicies
request that produced \n\t\t\tthe current response.
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\tAfter 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.
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.
Gets information about the traffic policy instances that you created in a specified hosted zone.
\n\t\tAfter 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.
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.
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.
If the value of IsTruncated
in the previous response was false
, there are no more traffic policy instances to get.
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.
If the value of IsTruncated
in the previous response was false
, there are no more traffic policy instances to get.
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.
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.
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.
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.
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.
The value that you specified for the MaxItems
parameter in the ListTrafficPolicyInstancesByHostedZone
request \n\t\t\tthat produced the current response.
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\tAfter 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.
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.
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
.
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.
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.
If the value of IsTruncated
in the previous response was false
, there are no more traffic policy instances to get.
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.
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.
If the value of IsTruncated
in the previous response was false
, there are no more traffic policy instances to get.
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.
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.
If the value of IsTruncated
in the previous response was false
, there are no more traffic policy instances to get.
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.
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.
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.
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.
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.
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.
The value that you specified for the MaxItems
parameter in the call to ListTrafficPolicyInstancesByPolicy
that produced \n\t\t\tthe current response.
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.
If the value of IsTruncated
in the previous response was false
, there are no more traffic policy instances to get.
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.
If the value of IsTruncated
in the previous response was false
, there are no more traffic policy instances to get.
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.
If the value of IsTruncated
in the previous response was false
, there are no more traffic policy instances to get.
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.
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.
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.
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.
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.
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.
The value that you specified for the MaxItems
parameter in the call to ListTrafficPolicyInstances
\n\t\t\tthat produced the current response.
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\tTraffic policy versions are listed in numerical order by VersionNumber
.
Specify the value of Id
of the traffic policy for which you want to list all versions.
For your first request to ListTrafficPolicyVersions
, don't include the TrafficPolicyVersionMarker
parameter.
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.
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.
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.
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.
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.
This element is present only if IsTruncated
is true
.
The value that you specified for the maxitems
parameter in the ListTrafficPolicyVersions
request that produced \n\t\t\tthe current response.
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.
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.
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.
\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.
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.
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.
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:
For non-alias resource record sets, a RecordDataEntry
element contains one value \n\t\t\t\tin the resource record set. If the resource record set contains multiple values, the response includes one \n\t\t\t\tRecordDataEntry
element for each value.
For multiple resource record sets that have the same name and type, which includes \n\t\t\t\tweighted, latency, geolocation, and failover, a RecordDataEntry
element contains the value from \n\t\t\t\tthe appropriate resource record set based on the request.
For alias resource record sets that refer to AWS resources other than another resource record set, \n\t\t\t\tthe RecordDataEntry
element contains an IP address or a domain name for the AWS resource, \n\t\t\t\tdepending on the type of resource.
For alias resource record sets that refer to other resource record sets, a RecordDataEntry
element \n\t\t\t\tcontains one value from the referenced resource record set. If the referenced resource record set contains multiple values, \n\t\t\t\tthe response includes one RecordDataEntry
element for each value.
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.
You can specify more than one value for all record types except CNAME
and SOA
.
If you're creating an alias resource record set, omit Value
.
Information specific to the resource record.
\n\t\tIf you're creating an alias resource record set, omit ResourceRecord
.
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 ChangeResourceRecordSets Only\n
\n\t\tEnter 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.
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.
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:
The * must replace the entire label. For example, you can't specify *prod.example.com
or \n\t\t\t\t\tprod*.example.com
.
The * can't replace any of the middle labels, for example, marketing.*.example.com.
\n\t\t\tIf you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), \n\t\t\t\t\tnot as a wildcard.
\n\t\t\t\tYou can't use the * wildcard for resource records sets that have a type of NS.
\n\t\t\t\tYou 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
.
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\tValid values for basic resource record sets: A
| AAAA
| CAA
| CNAME
| DS
|MX
| \n\t\t\tNAPTR
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
\n
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.
Valid values for multivalue answer resource record sets: A
| AAAA
| MX
| NAPTR
| \n\t\t\tPTR
| SPF
| SRV
| TXT
\n
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.
Values for alias resource record sets:
\n\t\t\n Amazon API Gateway custom regional APIs and edge-optimized APIs: \n A
\n
\n CloudFront distributions: \n A
\n
If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, \n\t\t\t\t\tone with a value of A
and one with a value of AAAA
.
\n Amazon API Gateway environment that has a regionalized subdomain: A
\n
\n ELB load balancers: \n A
| AAAA
\n
\n Amazon S3 buckets: \n A
\n
\n Amazon Virtual Private Cloud interface VPC endpoints \n A
\n
\n Another resource record set in this hosted zone: Specify the type of the resource record set \n\t\t\t\t\tthat you're creating the alias for. All values are supported except NS
and SOA
.
If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't \n\t\t\t\t\troute traffic to a record for which the value of Type
is CNAME
. This is because the alias record \n\t\t\t\t\tmust have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex \n\t\t\t\t\tisn't supported even for an alias record.
\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.
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\tYou must specify a value for the Weight
element for every weighted resource record set.
You can only specify one ResourceRecord
per weighted resource record set.
You can't create latency, failover, or geolocation resource record sets that have the same values for the \n\t\t\t\t\tName
and Type
elements as weighted resource record sets.
You can create a maximum of 100 weighted resource record sets that have the same values for the Name
and \n\t\t\t\t\tType
elements.
For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a \n\t\t\t\t\tresource record set, Route 53 never responds to queries with the applicable value for that resource record set. However, if you set \n\t\t\t\t\t\tWeight
to 0
for all resource record sets that have the same combination of DNS name and type, \n\t\t\t\t\ttraffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted \n\t\t\t\t\tresource record sets. For more information, see \n\t\t\t\t\tOptions for Configuring Route 53 Active-Active and Active-Passive Failover \n\t\t\t\t\tin the Amazon Route 53 Developer Guide.
\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\tAlthough 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\tWhen 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\tNote the following:
\n\t\tYou can only specify one ResourceRecord
per latency resource record set.
You can only create one latency resource record set for each Amazon EC2 Region.
\n\t\t\tYou aren't required to create latency resource record sets for all Amazon EC2 Regions. Route 53 will choose the region with the \n\t\t\t\t\tbest latency from among the regions that you create latency resource record sets for.
\n\t\t\tYou can't create non-latency resource record sets that have the same values for the Name
and Type
\n\t\t\t\t\telements as latency resource record sets.
\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
.
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\tIf 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\tYou can't create two geolocation resource record sets that specify the same geographic location.
\n\t\tThe 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.
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.
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.
\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.
Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both \n\t\t\tresource record sets:
When the primary resource record set is healthy, Route 53 responds to DNS queries with the applicable value from the \n\t\t\t\t\tprimary resource record set regardless of the health of the secondary resource record set.
\n\t\t\tWhen the primary resource record set is unhealthy and the secondary resource record set is healthy, Route 53 responds to \n\t\t\t\t\tDNS queries with the applicable value from the secondary resource record set.
\n\t\t\tWhen the secondary resource record set is unhealthy, Route 53 responds to DNS queries with the applicable value from the \n\t\t\t\t\tprimary resource record set regardless of the health of the primary resource record set.
\n\t\t\tIf you omit the HealthCheckId
element for the secondary resource record set, and if the primary resource record set \n\t\t\t\t\tis unhealthy, Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true \n\t\t\t\t\tregardless of the health of the associated endpoint.
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.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Route 53, see the following topics in the Amazon Route 53 Developer Guide:
\n\t\t\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:
If you associate a health check with a multivalue answer resource record set, Amazon Route 53 responds to DNS queries \n\t\t\t\twith the corresponding IP address only when the health check is healthy.
\nIf you don't associate a health check with a multivalue answer record, Route 53 always considers the record \n\t\t\t\tto be healthy.
\nRoute 53 responds to DNS queries with up to eight healthy records; if you have eight or fewer healthy records, \n\t\t\t\tRoute 53 responds to all DNS queries with all the healthy records.
\nIf you have more than eight healthy records, Route 53 responds to different DNS resolvers with different combinations of \n\t\t\t\thealthy records.
\nWhen all records are unhealthy, Route 53 responds to DNS queries with up to eight unhealthy records.
\nIf a resource becomes unavailable after a resolver caches a response, client software typically tries another \n\t\t\t\tof the IP addresses in the response.
\nYou 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\tIf you're creating or updating an alias resource record set, omit TTL
. Amazon Route 53 uses the value of TTL
\n\t\t\t\t\tfor the alias target.
If you're associating this resource record set with a health check (if you're adding a HealthCheckId
element), \n\t\t\t\t\twe recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status.
All of the resource record sets in a group of weighted resource record sets must have the same value for TTL
.
If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the \n\t\t\t\t\talias target is an ELB load balancer, we recommend that you specify a TTL
of 60 seconds for all of the \n\t\t\t\t\tnon-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for \n\t\t\t\t\tload balancers) will change the effect of the values that you specify for Weight
.
Information about the resource records to act upon.
\n\t\tIf you're creating an alias resource record set, omit ResourceRecords
.
\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\tIf you're creating resource records sets for a private hosted zone, note the following:
\n\t\tYou can't create an alias resource record set in a private hosted zone to route traffic to a CloudFront distribution.
\n\t\t\tCreating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.
\n\t\t\tFor information about creating failover resource record sets in a private hosted zone, see \n\t\t\t\t\tConfiguring Failover in a Private Hosted Zone in the\n\t\t\t\t\tAmazon Route 53 Developer Guide.
\n\t\t\tIf 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.
Route 53 determines whether a resource record set is healthy based on one of the following:
\n\t\tBy periodically sending a request to the endpoint that is specified in the health check
\nBy aggregating the status of a specified group of health checks (calculated health checks)
\nBy determining the current state of a CloudWatch alarm (CloudWatch metric health checks)
\nRoute 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.
For more information, see the following topics in the Amazon Route 53 Developer Guide:
\n\t\t\n How \n\t\t\t\tAmazon Route 53 Determines Whether an Endpoint Is Healthy\n
\n\n When to Specify HealthCheckId\n
\n\t\tSpecifying 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 Non-alias resource record sets: You're checking the health of a group of non-alias \n\t\t\t\t\tresource record sets that have the same routing policy, name, and type (such as multiple weighted records named www.example.com \n\t\t\t\t\twith a type of A) and you specify health check IDs for all the resource record sets.
\n\t\t\t\tIf the health check status for a resource record set is healthy, Route 53 includes the record among the records that it \n\t\t\t\t\tresponds to DNS queries with.
\n\t\t\t\tIf the health check status for a resource record set is unhealthy, Route 53 stops responding to DNS queries using the value \n\t\t\t\t\tfor that resource record set.
\n\t\t\t\tIf the health check status for all resource record sets in the group is unhealthy, Route 53 considers all resource record sets \n\t\t\t\t\tin the group healthy and responds to DNS queries accordingly.
\n\t\t\t\n Alias resource record sets: You specify the following settings:
\n\t\t\t\tYou set EvaluateTargetHealth
to true for an alias resource record set in a group of \n\t\t\t\t\t\tresource record sets that have the same routing policy, name, and type (such as multiple weighted records named \n\t\t\t\t\t\twww.example.com with a type of A).
You configure the alias resource record set to route traffic to a non-alias resource record set \n\t\t\t\t\t\tin the same hosted zone.
\nYou specify a health check ID for the non-alias resource record set.
\nIf the health check status is healthy, Route 53 considers the alias resource record set to be healthy and includes the \n\t\t\t\t\talias record among the records that it responds to DNS queries with.
\n\t\t\t\tIf the health check status is unhealthy, Route 53 stops responding to DNS queries using the alias resource record set.
\n\t\t\t\tThe alias resource record set can also route traffic to a group of non-alias resource record sets \n\t\t\t\t\t\tthat have the same routing policy, name, and type. In that configuration, associate health checks with all of the \n\t\t\t\t\t\tresource record sets in the group of non-alias resource record sets.
\n\t\t\t\t\n Geolocation Routing\n
\n\t\tFor 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:
The United States
\nNorth America
\nThe default resource record set
\n\n Specifying the Health Check Endpoint by Domain Name\n
\n\t\tIf 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
).
Health check results will be unpredictable if you do the following:
\n\t\t\tCreate a health check that has the same value for FullyQualifiedDomainName
as the name of a \n\t\t\t\t\tresource record set.
Associate that health check with the resource record set.
\nWhen 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.
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.
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\tThe resource type for health checks is healthcheck
.
The resource type for hosted zones is hostedzone
.
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.
The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.
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.
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 Add a tag to a health check or hosted zone: Key
is the name that you want to give the new tag.
\n Edit a tag: Key
is the name of the tag that you want to change the Value
for.
\n Delete a key: Key
is the name of the tag you want to remove.
\n Give a name to a health check: Edit the default Name
tag. In the Amazon Route 53 console, \n\t\t\t\t\tthe list of your health checks includes a Name column that lets you see the name that you've \n\t\t\t\t\tgiven to each health check.
The value of Value
depends on the operation that you want to perform:
\n Add a tag to a health check or hosted zone: Value
is the value that you want to give \n\t\t\t\t\tthe new tag.
\n Edit a tag: Value
is the new value that you want to assign the tag.
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
).
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
.
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.
The range of valid values depends on whether edns0clientsubnetip
is an IPv4 or an IPv6 address:
\n IPv4: Specify a value between 0 and 32
\n\n IPv6: Specify a value between 0 and 128
\nGets 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.
The protocol that Amazon Route 53 used to respond to the request, either UDP
or TCP
.
A complex type that contains the response to a TestDNSAnswer
request.
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\tFor information about default limits, see Limits \n\t\t\tin the Amazon Route 53 Developer Guide.
\n\t\tFor 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\tYou 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\tFor information about default limits, see Limits \n\t\t\tin the Amazon Route 53 Developer Guide.
\n\t\tTo get the current limit on hosted zones that can be created by an account, see \n\t\t\tGetAccountLimit.
\n\t\tTo get the current limit on hosted zones that can be associated with a reusable delegation set, see \n\t\t\tGetReusableDelegationSetLimit.
\n\t\tTo 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\tFor information about default limits, see Limits \n\t\t\tin the Amazon Route 53 Developer Guide.
\n\t\tTo get the current limit for an account, see \n\t\t\tGetAccountLimit. \n\t\t
\n\t\tTo 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\tFor information about default limits, see \n\t\t\tLimits \n\t\t\tin the Amazon Route 53 Developer Guide.
\n\t\tFor information about how to get the current limit for an account, see \n\t\t\tGetAccountLimit.
\n\t\tTo 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\tTo 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.
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.
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.
The comment that you specify in the CreateTrafficPolicy
request, if any.
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.
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:
Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Route 53 edge locations.
\nRoute 53 is creating the resource record sets. Use GetTrafficPolicyInstance
to confirm that the \n\t\t\t\t\tCreateTrafficPolicyInstance
request completed successfully.
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.
If State
is Failed
, an explanation of the reason for the failure. If State
is another value, \n\t\t\tMessage
is empty.
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\tFor 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.
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.
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:
If the value in the UpdateHealthCheck
request matches the value of HealthCheckVersion
in the \n\t\t\t\t\thealth check, Route 53 updates the health check with the new settings.
If the value of HealthCheckVersion
in the health check is greater, the health check was changed after you \n\t\t\t\t\tgot the version number. Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch
error.
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.
Use one of the following formats for the value of IPAddress
:
\n IPv4 address: four values between 0 and 255, separated by periods (.), \n\t\t\t\tfor example, 192.0.2.44
.
\n IPv6 address: eight groups of four hexadecimal values, separated by colons (:), \n\t\t\t\tfor example, 2001:0db8:85a3:0000:0000:abcd:0001:2345
. You can also shorten IPv6 addresses as described in RFC 5952, \n\t\t\t\tfor example, 2001:db8:85a3::abcd:1:2345
.
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:
Linux: Elastic IP Addresses (EIP) in the \n\t\t\t\tAmazon EC2 User Guide for Linux Instances\n
\nWindows: Elastic IP Addresses (EIP) in the \n\t\t\t\tAmazon EC2 User Guide for Windows Instances\n
\nIf 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
.
For more information, see \n\t\t\tFullyQualifiedDomainName.\n\t\t
\n\t\tConstraints: 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 RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space\n
\nThe port on the endpoint that you want Amazon Route 53 to perform health checks on.
\n\t\tDon't specify a value for Port
when you specify a value for Type
of CLOUDWATCH_METRIC
or \n\t\t\t\tCALCULATED
.
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
.
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
.
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 If you specify a value for \n IPAddress
:
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.
When Route 53 checks the health of an endpoint, here is how it constructs the Host
header:
If you specify a value of 80
for Port
and HTTP
or HTTP_STR_MATCH
for \n\t\t\t\t\tType
, Route 53 passes the value of FullyQualifiedDomainName
to the endpoint in the Host
header.
If you specify a value of 443
for Port
and HTTPS
or HTTPS_STR_MATCH
for \n\t\t\t\t\tType
, Route 53 passes the value of FullyQualifiedDomainName
to the endpoint in the Host
header.
If you specify another value for Port
and any value except TCP
for Type
, Route 53 passes \n\t\t\t\t\t\n FullyQualifiedDomainName
:Port
\n to the endpoint in the Host
header.
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 If you don't specify a value for \n IPAddress
:
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.
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.
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).
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.
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.
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.)
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\tIf you don't specify a value for FailureThreshold
, the default value is three health checks.
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 Health checks that check the health of endpoints: \n\t\t\t\tRoute 53 stops submitting requests to your application, server, or other resource.
\n\n Calculated health checks: \n\t\t\t\tRoute 53 stops aggregating the status of the referenced health checks.
\n\n Health checks that monitor CloudWatch alarms: \n\t\t\t\tRoute 53 stops monitoring the corresponding CloudWatch metrics.
\nAfter 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\tCharges 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.
Note the following:
\n\t\tIf you specify a number greater than the number of child health checks, Route 53 always considers this health check to be unhealthy.
\n\t\t\tIf you specify 0
, Route 53 always considers this health check to be healthy.
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.
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.
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.
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.
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.
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\n Healthy
: Route 53 considers the health check to be healthy.
\n Unhealthy
: Route 53 considers the health check to be unhealthy.
\n LastKnownStatus
: Route 53 uses the status of the health check from the last time CloudWatch had sufficient data \n\t\t\t\tto determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.
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 ChildHealthChecks
: Amazon Route 53 resets \n\t\t\t\tChildHealthChecks \n\t\t\t\tto null.
\n FullyQualifiedDomainName
: Route 53 resets \n\t\t\t\tFullyQualifiedDomainName.\n\t\t\t\tto null.
\n Regions
: Route 53 resets the \n\t\t\t\tRegions \n\t\t\t\tlist to the default set of regions.
\n ResourcePath
: Route 53 resets \n\t\t\t\tResourcePath \n\t\t\t\tto null.
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.
A complex type that contains the response to the UpdateHealthCheck
request.
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.
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.
A complex type that contains the response to the UpdateHostedZoneComment
request.
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.
The value of Version
for the traffic policy that you want to update the comment for.
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\tWhen 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\tRoute 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\tWhen 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\tRoute 53 deletes the old group of resource record sets that are associated with the root resource record set name.
\n\t\t\tThe 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.