
models.route53-2013-04-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-route53 Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : {
"AliasTarget" : {
"constructorForms" : [ [ "HostedZoneId", "DNSName" ] ]
},
"Change" : {
"constructorForms" : [ [ "Action", "ResourceRecordSet" ] ]
},
"ChangeBatch" : {
"constructorForms" : [ [ "Changes" ] ]
},
"ChangeInfo" : {
"constructorForms" : [ [ "Id", "Status", "SubmittedAt" ] ]
},
"ChangeResourceRecordSetsRequest" : {
"constructorForms" : [ [ "HostedZoneId", "ChangeBatch" ] ]
},
"CreateHostedZoneRequest" : {
"constructorForms" : [ [ "Name", "CallerReference" ] ]
},
"DelegationSet" : {
"constructorForms" : [ [ "NameServers" ] ]
},
"DeleteHostedZoneRequest" : {
"constructorForms" : [ [ "Id" ] ]
},
"GetChangeRequest" : {
"constructorForms" : [ [ "Id" ] ]
},
"GetHostedZoneRequest" : {
"constructorForms" : [ [ "Id" ] ]
},
"HostedZone" : {
"constructorForms" : [ [ "Id", "Name", "CallerReference" ] ]
},
"ListResourceRecordSetsRequest" : {
"constructorForms" : [ [ "HostedZoneId" ] ]
},
"ResourceRecord" : {
"constructorForms" : [ [ "Value" ] ]
},
"ResourceRecordSet" : {
"constructorForms" : [ [ "Name", "Type" ] ]
}
},
"authPolicyActions" : null,
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : {
"GetCheckerIpRanges" : {
"methodForms" : [ [ ] ]
},
"GetGeoLocation" : {
"methodForms" : [ [ ] ]
},
"GetHealthCheckCount" : {
"methodForms" : [ [ ] ]
},
"GetHostedZoneCount" : {
"methodForms" : [ [ ] ]
},
"GetTrafficPolicyInstanceCount" : {
"methodForms" : [ [ ] ]
},
"ListGeoLocations" : {
"methodForms" : [ [ ] ]
},
"ListHealthChecks" : {
"methodForms" : [ [ ] ]
},
"ListHostedZones" : {
"methodForms" : [ [ ] ]
},
"ListHostedZonesByName" : {
"methodForms" : [ [ ] ]
},
"ListReusableDelegationSets" : {
"methodForms" : [ [ ] ]
},
"ListTrafficPolicies" : {
"methodForms" : [ [ ] ]
},
"ListTrafficPolicyInstances" : {
"methodForms" : [ [ ] ]
}
},
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2013-04-01",
"asyncClient" : "AmazonRoute53AsyncClient",
"asyncClientBuilderClassName" : "AmazonRoute53AsyncClientBuilder",
"asyncInterface" : "AmazonRoute53Async",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonRoute53ModuleInjector",
"defaultEndpoint" : "https://route53.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "route53.amazonaws.com",
"documentation" : null,
"endpointPrefix" : "route53",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"packageName" : "com.amazonaws.services.route53",
"packagePath" : "com/amazonaws/services/route53",
"protocol" : "rest-xml",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"serviceAbbreviation" : "Route 53",
"serviceFullName" : "Amazon Route 53",
"serviceName" : "Route 53",
"signingName" : "route53",
"smokeTestsPackageName" : "com.amazonaws.services.route53.smoketests",
"syncClient" : "AmazonRoute53Client",
"syncClientBuilderClassName" : "AmazonRoute53ClientBuilder",
"syncInterface" : "AmazonRoute53",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"xmlProtocol" : true
},
"operations" : {
"AssociateVPCWithHostedZone" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AssociateVPCWithHostedZoneResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates an Amazon VPC with a private hosted zone.
The VPC and the hosted zone must already exist, and you must have created a private hosted zone. You cannot convert a public hosted zone into a private hosted zone.
Send a POST
request to the /Amazon Route 53 API version/hostedzone/hosted zone ID/associatevpc
resource. The request body must include an XML document with a AssociateVPCWithHostedZoneRequest
element. The response returns the AssociateVPCWithHostedZoneResponse
element.
If you used different accounts to create the hosted zone and to create the Amazon VPCs that you want to associate with the hosted zone, we need to update account permissions for you. For more information, see Associating Amazon VPCs and Private Hosted Zones That You Create with Different AWS Accounts in the Amazon Route 53 Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "InvalidVPCIdException",
"documentation" : "The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by VPCId
does not belong to you.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "PublicZoneVPCAssociationException",
"documentation" : "The hosted zone specified in HostedZoneId
is a public hosted zone.
"
}, {
"exceptionName" : "ConflictingDomainExistsException",
"documentation" : null
}, {
"exceptionName" : "LimitsExceededException",
"documentation" : "The limits specified for a resource have been exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateVPCWithHostedZoneRequest",
"variableName" : "associateVPCWithHostedZoneRequest",
"variableType" : "AssociateVPCWithHostedZoneRequest",
"documentation" : "A complex type that contains information about the VPC and the hosted zone that you want to associate.
",
"simpleType" : "AssociateVPCWithHostedZoneRequest",
"variableSetterType" : "AssociateVPCWithHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "associateVPCWithHostedZone",
"operationName" : "AssociateVPCWithHostedZone",
"returnType" : {
"returnType" : "AssociateVPCWithHostedZoneResult",
"documentation" : "A complex type that contains the response information for the hosted zone.
"
},
"syncReturnType" : "AssociateVPCWithHostedZoneResult"
},
"ChangeResourceRecordSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ChangeResourceRecordSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Create, change, update, or delete authoritative DNS information on all Amazon Route 53 servers. Send a POST
request to:
/2013-04-01/hostedzone/Amazon Route 53 hosted Zone ID/rrset
resource.
The request body must include a document with a ChangeResourceRecordSetsRequest
element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. When using the Amazon Route 53 API to change resource record sets, Amazon Route 53 either makes all or none of the changes in a change batch request. This ensures that Amazon Route 53 never partially implements the intended changes to the resource record sets in a hosted zone.
For example, a change batch request that deletes the CNAME
record for www.example.com and creates an alias resource record set for www.example.com. Amazon Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If either the DELETE
or the CREATE
action fails, then both changes (plus any other changes in the batch) fail, and the original CNAME
record continues to exist.
Due to the nature of transactional changes, you cannot delete the same resource record set more than once in a single change batch. If you attempt to delete the same change batch more than once, Amazon Route 53 returns an InvalidChangeBatch
error.
To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Amazon Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see Using Traffic Flow to Route DNS Traffic in the Amazon Route 53 API Reference or Actions on Traffic Policies and Traffic Policy Instances in this guide.
Use ChangeResourceRecordsSetsRequest
to perform the following actions:
-
CREATE
:Creates a resource record set that has the specified values.
-
DELETE
: Deletes an existing resource record set that has the specified values for Name
, Type
, Set Identifier
(for code latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource you're routing queries to).
-
UPSERT
: If a resource record set does not already exist, AWS creates it. If a resource set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and Set Identifier
(for weighted, latency, geolocation, and failover resource record sets).
In response to a ChangeResourceRecordSets
request, the DNS data is changed on all Amazon Route 53 DNS servers. Initially, the status of a change is PENDING
, meaning the change has not yet propagated to all the authoritative Amazon Route 53 DNS servers. When the change is propagated to all hosts, the change returns a status of INSYNC
.
After sending a change request, confirm your change has propagated to all Amazon Route 53 DNS servers. Changes generally propagate to all Amazon Route 53 name servers in a few minutes. In rare circumstances, propagation can take up to 30 minutes. For more information, see GetChange.
Note the following limitations on a ChangeResourceRecordSets
request:
-
A request cannot contain more than 100 Change elements.
-
A request cannot contain more than 1000 ResourceRecord elements.
-
The sum of the number of characters (including spaces) in all Value
elements in a request cannot exceed 32,000 characters.
-
If the value of the Action element in a ChangeResourceRecordSets request is UPSERT
and the resource record set already exists, Amazon Route 53 automatically performs a DELETE
request and a CREATE
request. When Amazon Route 53 calculates the number of characters in the Value elements of a change batch request, it adds the number of characters in the Value element of the resource record set being deleted and the number of characters in the Value element of the resource record set being created.
-
The same resource cannot be deleted more than once in a single batch.
If the value of the Action element in a ChangeResourceRecordSets request is UPSERT
and the resource record set already exists, Amazon Route 53 automatically performs a DELETE
request and a CREATE
request. When Amazon Route 53 calculates the number of characters in the Value elements of a change batch request, it adds the number of characters in the Value element of the resource record set being deleted and the number of characters in the Value element of the resource record set being created.
For more information on transactional changes, see ChangeResourceRecordSets.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "No health check exists with the ID that you specified in the DeleteHealthCheck
request.
"
}, {
"exceptionName" : "InvalidChangeBatchException",
"documentation" : "This exception contains a list of messages that might contain one or more error messages. Each error message indicates one error in the change batch.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error
(Bad request
). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ChangeResourceRecordSetsRequest",
"variableName" : "changeResourceRecordSetsRequest",
"variableType" : "ChangeResourceRecordSetsRequest",
"documentation" : "A complex type that contains change information for the resource record set.
",
"simpleType" : "ChangeResourceRecordSetsRequest",
"variableSetterType" : "ChangeResourceRecordSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "changeResourceRecordSets",
"operationName" : "ChangeResourceRecordSets",
"returnType" : {
"returnType" : "ChangeResourceRecordSetsResult",
"documentation" : "A complex type containing the response for the request.
"
},
"syncReturnType" : "ChangeResourceRecordSetsResult"
},
"ChangeTagsForResource" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ChangeTagsForResourceResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "No health check exists with the ID that you specified in the DeleteHealthCheck
request.
"
}, {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error
(Bad request
). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.
"
}, {
"exceptionName" : "ThrottlingException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ChangeTagsForResourceRequest",
"variableName" : "changeTagsForResourceRequest",
"variableType" : "ChangeTagsForResourceRequest",
"documentation" : "A complex type that contains information about the tags that you want to add, edit, or delete.
",
"simpleType" : "ChangeTagsForResourceRequest",
"variableSetterType" : "ChangeTagsForResourceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "changeTagsForResource",
"operationName" : "ChangeTagsForResource",
"returnType" : {
"returnType" : "ChangeTagsForResourceResult",
"documentation" : "Empty response for the request.
"
},
"syncReturnType" : "ChangeTagsForResourceResult"
},
"CreateHealthCheck" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateHealthCheckResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new health check.
To create a new health check, send a POST
request to the /2013-04-01/healthcheck
resource. The request body must include an XML document with a CreateHealthCheckRequest
element. The response returns the CreateHealthCheckResponse
element, containing the health check ID specified when adding health check to a resource record set. For information about adding health checks to resource record sets, see ResourceRecordSet$HealthCheckId in ChangeResourceRecordSets.
If you are registering Amazon EC2 instances with an Elastic Load Balancing (ELB) load balancer, do not create Amazon Route 53 health checks for the Amazon EC2 instances. When you register an Amazon EC2 instance with a load balancer, you configure settings for an ELB health check, which performs a similar function to an Amazon Route 53 health check.
You can associate health checks with failover resource record sets in a private hosted zone. Note the following:
-
Amazon Route 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must assign a public IP address to the instance in the VPC.
-
You can configure a health checker to check the health of an external resource that the instance relies on, such as a database server.
-
You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 StatusCheckFailed
metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating CloudWatch metrics and alarms by using the CloudWatch console, see the Amazon CloudWatch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "TooManyHealthChecksException",
"documentation" : null
}, {
"exceptionName" : "HealthCheckAlreadyExistsException",
"documentation" : " The health check you're attempting to create already exists.
Amazon Route 53 returns this error when a health check has already been created with the specified value for CallerReference
.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateHealthCheckRequest",
"variableName" : "createHealthCheckRequest",
"variableType" : "CreateHealthCheckRequest",
"documentation" : "A complex type that contains the health check request information.
",
"simpleType" : "CreateHealthCheckRequest",
"variableSetterType" : "CreateHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createHealthCheck",
"operationName" : "CreateHealthCheck",
"returnType" : {
"returnType" : "CreateHealthCheckResult",
"documentation" : "A complex type containing the response information for the new health check.
"
},
"syncReturnType" : "CreateHealthCheckResult"
},
"CreateHostedZone" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateHostedZoneResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new public hosted zone, used to specify how the Domain Name System (DNS) routes traffic on the Internet for a domain, such as example.com, and its subdomains.
Public hosted zones cannot be converted to a private hosted zone or vice versa. Instead, create a new hosted zone with the same name and create new resource record sets.
Send a POST
request to the /Amazon Route 53 API version/hostedzone
resource. The request body must include an XML document with a CreateHostedZoneRequest
element. The response returns the CreateHostedZoneResponse
element containing metadata about the hosted zone.
Fore more information about charges for hosted zones, see AmazonAmazon Route 53 Pricing.
Note the following:
-
You cannot create a hosted zone for a top-level domain (TLD).
-
Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. For more information about SOA and NS records, see NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide.
-
If your domain is registered with a registrar other than Amazon Route 53, you must update the name servers with your registrar to make Amazon Route 53 your DNS service. For more information, see Configuring Amazon Route 53 as your DNS Service in the Amazon Route 53 Developer's Guide.
After creating a zone, its initial status is PENDING
. This means that it is not yet available on all DNS servers. The status of the zone changes to INSYNC
when the NS and SOA records are available on all Amazon Route 53 DNS servers.
When trying to create a hosted zone using a reusable delegation set, specify an optional DelegationSetId, and Amazon Route 53 would assign those 4 NS records for the zone, instead of alloting a new one.
",
"exceptions" : [ {
"exceptionName" : "InvalidDomainNameException",
"documentation" : "The specified domain name is not valid.
"
}, {
"exceptionName" : "HostedZoneAlreadyExistsException",
"documentation" : "The hosted zone you are trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created with the specified CallerReference
.
"
}, {
"exceptionName" : "TooManyHostedZonesException",
"documentation" : "This hosted zone cannot be created because the hosted zone limit is exceeded. To request a limit increase, go to the Amazon Route 53 Contact Us page.
"
}, {
"exceptionName" : "InvalidVPCIdException",
"documentation" : "The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by VPCId
does not belong to you.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "DelegationSetNotAvailableException",
"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 limit 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 the domain name and Amazon Route 53 generates this error, contact Customer Support.
"
}, {
"exceptionName" : "ConflictingDomainExistsException",
"documentation" : null
}, {
"exceptionName" : "NoSuchDelegationSetException",
"documentation" : "A reusable delegation set with the specified ID does not exist.
"
}, {
"exceptionName" : "DelegationSetNotReusableException",
"documentation" : "A reusable delegation set with the specified ID does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateHostedZoneRequest",
"variableName" : "createHostedZoneRequest",
"variableType" : "CreateHostedZoneRequest",
"documentation" : "A complex type containing the hosted zone request information.
",
"simpleType" : "CreateHostedZoneRequest",
"variableSetterType" : "CreateHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createHostedZone",
"operationName" : "CreateHostedZone",
"returnType" : {
"returnType" : "CreateHostedZoneResult",
"documentation" : "A complex type containing the response information for the hosted zone.
"
},
"syncReturnType" : "CreateHostedZoneResult"
},
"CreateReusableDelegationSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateReusableDelegationSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a delegation set (a group of four anem servers) that can be reused by multiple hosted zones. If a hosted zoned ID is specified, CreateReusableDelegationSet
marks the delegation set associated with that zone as reusable
Send a POST
request to the /Amazon Route 53 API version/delegationset
resource. The request body must include an XML document with a CreateReusableDelegationSetRequest
element.
A reusable delegation set cannot be associated with a private hosted zone/
For more information, including a procedure on how to create and configure a reusable delegation set (also known as white label name servers), see Configuring White Label Name Servers.
",
"exceptions" : [ {
"exceptionName" : "DelegationSetAlreadyCreatedException",
"documentation" : "A delegation set with the same owner and caller reference combination has already been created.
"
}, {
"exceptionName" : "LimitsExceededException",
"documentation" : "The limits specified for a resource have been exceeded.
"
}, {
"exceptionName" : "HostedZoneNotFoundException",
"documentation" : "The specified HostedZone cannot be found.
"
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "Parameter name and problem.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "DelegationSetNotAvailableException",
"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 limit 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 the domain name and Amazon Route 53 generates this error, contact Customer Support.
"
}, {
"exceptionName" : "DelegationSetAlreadyReusableException",
"documentation" : "The specified delegation set has already been marked as reusable.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReusableDelegationSetRequest",
"variableName" : "createReusableDelegationSetRequest",
"variableType" : "CreateReusableDelegationSetRequest",
"documentation" : "",
"simpleType" : "CreateReusableDelegationSetRequest",
"variableSetterType" : "CreateReusableDelegationSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createReusableDelegationSet",
"operationName" : "CreateReusableDelegationSet",
"returnType" : {
"returnType" : "CreateReusableDelegationSetResult",
"documentation" : null
},
"syncReturnType" : "CreateReusableDelegationSetResult"
},
"CreateTrafficPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateTrafficPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).
Send a POST
request to the /Amazon Route 53 API version/trafficpolicy
resource. The request body must include a document with a CreateTrafficPolicyRequest
element. The response includes the CreateTrafficPolicyResponse
element, which contains information about the new traffic policy.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "TooManyTrafficPoliciesException",
"documentation" : "You've created the maximum number of traffic policies that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.
"
}, {
"exceptionName" : "TrafficPolicyAlreadyExistsException",
"documentation" : "A traffic policy that has the same value for Name
already exists.
"
}, {
"exceptionName" : "InvalidTrafficPolicyDocumentException",
"documentation" : "The format of the traffic policy document that you specified in the Document
element is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateTrafficPolicyRequest",
"variableName" : "createTrafficPolicyRequest",
"variableType" : "CreateTrafficPolicyRequest",
"documentation" : "A complex type that contains information about the traffic policy that you want to create.
",
"simpleType" : "CreateTrafficPolicyRequest",
"variableSetterType" : "CreateTrafficPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createTrafficPolicy",
"operationName" : "CreateTrafficPolicy",
"returnType" : {
"returnType" : "CreateTrafficPolicyResult",
"documentation" : "A complex type that contains the response information for the CreateTrafficPolicy
request.
"
},
"syncReturnType" : "CreateTrafficPolicyResult"
},
"CreateTrafficPolicyInstance" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateTrafficPolicyInstanceResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance
associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance
created.
Send a POST
request to the /Amazon Route 53 API version/trafficpolicyinstance
resource. The request body must include a document with a CreateTrafficPolicyRequest
element. The response returns the CreateTrafficPolicyInstanceResponse
element, which contains information about the traffic policy instance.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "TooManyTrafficPolicyInstancesException",
"documentation" : "You've created the maximum number of traffic policy instances that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
}, {
"exceptionName" : "TrafficPolicyInstanceAlreadyExistsException",
"documentation" : "Traffic policy instance with given Id already exists.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateTrafficPolicyInstanceRequest",
"variableName" : "createTrafficPolicyInstanceRequest",
"variableType" : "CreateTrafficPolicyInstanceRequest",
"documentation" : "A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.
",
"simpleType" : "CreateTrafficPolicyInstanceRequest",
"variableSetterType" : "CreateTrafficPolicyInstanceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createTrafficPolicyInstance",
"operationName" : "CreateTrafficPolicyInstance",
"returnType" : {
"returnType" : "CreateTrafficPolicyInstanceResult",
"documentation" : "A complex type that contains the response information for the CreateTrafficPolicyInstance
request.
"
},
"syncReturnType" : "CreateTrafficPolicyInstanceResult"
},
"CreateTrafficPolicyVersion" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateTrafficPolicyVersionResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new traffic policy.
Send a POST
request to the /Amazon Route 53 version/trafficpolicy/
resource. The request body includes a document with a CreateTrafficPolicyVersionRequest
element. The response returns the CreateTrafficPolicyVersionResponse
element, which contains information about the new version of the traffic policy.
",
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Another user submitted a request to update the object at the same time that you did. Retry the request.
"
}, {
"exceptionName" : "InvalidTrafficPolicyDocumentException",
"documentation" : "The format of the traffic policy document that you specified in the Document
element is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateTrafficPolicyVersionRequest",
"variableName" : "createTrafficPolicyVersionRequest",
"variableType" : "CreateTrafficPolicyVersionRequest",
"documentation" : "A complex type that contains information about the traffic policy for which you want to create a new version.
",
"simpleType" : "CreateTrafficPolicyVersionRequest",
"variableSetterType" : "CreateTrafficPolicyVersionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createTrafficPolicyVersion",
"operationName" : "CreateTrafficPolicyVersion",
"returnType" : {
"returnType" : "CreateTrafficPolicyVersionResult",
"documentation" : "A complex type that contains the response information for the CreateTrafficPolicyVersion
request.
"
},
"syncReturnType" : "CreateTrafficPolicyVersionResult"
},
"DeleteHealthCheck" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteHealthCheckResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a health check. Send a DELETE
request to the /2013-04-01/healthcheck/health check ID
resource.
Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status of the health check cannot be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see Replacing and Deleting Health Checks in the Amazon Route 53 Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "No health check exists with the ID that you specified in the DeleteHealthCheck
request.
"
}, {
"exceptionName" : "HealthCheckInUseException",
"documentation" : "The health check ID for this health check is referenced in the HealthCheckId
element in one of the resource record sets in one of the hosted zones that are owned by the current AWS account.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteHealthCheckRequest",
"variableName" : "deleteHealthCheckRequest",
"variableType" : "DeleteHealthCheckRequest",
"documentation" : "This action deletes a health check. Send a DELETE
request to the /2013-04-01/DeleteHealthCheckRequest
resource.
",
"simpleType" : "DeleteHealthCheckRequest",
"variableSetterType" : "DeleteHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteHealthCheck",
"operationName" : "DeleteHealthCheck",
"returnType" : {
"returnType" : "DeleteHealthCheckResult",
"documentation" : "An empty element.
"
},
"syncReturnType" : "DeleteHealthCheckResult"
},
"DeleteHostedZone" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteHostedZoneResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a hosted zone. Send a DELETE
request to the /Amazon Route 53 API version/hostedzone/hosted zone ID
resource.
Delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If the hosted zone contains other resource record sets, delete them before deleting the hosted zone. If you try to delete a hosted zone that contains other resource record sets, Amazon Route 53 denies your request with a HostedZoneNotEmpty
error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "HostedZoneNotEmptyException",
"documentation" : "The hosted zone contains resource records that are not SOA or NS records.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error
(Bad request
). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "InvalidDomainNameException",
"documentation" : "The specified domain name is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteHostedZoneRequest",
"variableName" : "deleteHostedZoneRequest",
"variableType" : "DeleteHostedZoneRequest",
"documentation" : "A complex type that contains information about the hosted zone that you want to delete.
",
"simpleType" : "DeleteHostedZoneRequest",
"variableSetterType" : "DeleteHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteHostedZone",
"operationName" : "DeleteHostedZone",
"returnType" : {
"returnType" : "DeleteHostedZoneResult",
"documentation" : "A complex type containing the response information for the request.
"
},
"syncReturnType" : "DeleteHostedZoneResult"
},
"DeleteReusableDelegationSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteReusableDelegationSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a reusable delegation set. Send a DELETE
request to the /2013-04-01/delegationset/delegation set ID
resource.
You can delete a reusable delegation set only if there are no associated hosted zones.
To verify that the reusable delegation set is not associated with any hosted zones, run the GetReusableDelegationSet action and specify the ID of the reusable delegation set that you want to delete.
",
"exceptions" : [ {
"exceptionName" : "NoSuchDelegationSetException",
"documentation" : "A reusable delegation set with the specified ID does not exist.
"
}, {
"exceptionName" : "DelegationSetInUseException",
"documentation" : "The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.
"
}, {
"exceptionName" : "DelegationSetNotReusableException",
"documentation" : "A reusable delegation set with the specified ID does not exist.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReusableDelegationSetRequest",
"variableName" : "deleteReusableDelegationSetRequest",
"variableType" : "DeleteReusableDelegationSetRequest",
"documentation" : "A complex type containing the information for the delete request.
",
"simpleType" : "DeleteReusableDelegationSetRequest",
"variableSetterType" : "DeleteReusableDelegationSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteReusableDelegationSet",
"operationName" : "DeleteReusableDelegationSet",
"returnType" : {
"returnType" : "DeleteReusableDelegationSetResult",
"documentation" : "An empty element.
"
},
"syncReturnType" : "DeleteReusableDelegationSetResult"
},
"DeleteTrafficPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteTrafficPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a traffic policy.
Send a DELETE
request to the /Amazon Route 53 API version/trafficpolicy
resource.
",
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "TrafficPolicyInUseException",
"documentation" : "One or more traffic policy instances were created by using the specified traffic policy.
"
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Another user submitted a request to update the object at the same time that you did. Retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteTrafficPolicyRequest",
"variableName" : "deleteTrafficPolicyRequest",
"variableType" : "DeleteTrafficPolicyRequest",
"documentation" : "A request to delete a specified traffic policy version.
",
"simpleType" : "DeleteTrafficPolicyRequest",
"variableSetterType" : "DeleteTrafficPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteTrafficPolicy",
"operationName" : "DeleteTrafficPolicy",
"returnType" : {
"returnType" : "DeleteTrafficPolicyResult",
"documentation" : "An empty element.
"
},
"syncReturnType" : "DeleteTrafficPolicyResult"
},
"DeleteTrafficPolicyInstance" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteTrafficPolicyInstanceResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.
Send a DELETE
request to the /Amazon Route 53 API version/trafficpolicy/traffic policy instance ID
resource.
In the Amazon Route 53 console, traffic policy instances are known as policy records.
",
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error
(Bad request
). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteTrafficPolicyInstanceRequest",
"variableName" : "deleteTrafficPolicyInstanceRequest",
"variableType" : "DeleteTrafficPolicyInstanceRequest",
"documentation" : "A complex type that contains information about the traffic policy instance that you want to delete.
",
"simpleType" : "DeleteTrafficPolicyInstanceRequest",
"variableSetterType" : "DeleteTrafficPolicyInstanceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteTrafficPolicyInstance",
"operationName" : "DeleteTrafficPolicyInstance",
"returnType" : {
"returnType" : "DeleteTrafficPolicyInstanceResult",
"documentation" : "An empty element.
"
},
"syncReturnType" : "DeleteTrafficPolicyInstanceResult"
},
"DisassociateVPCFromHostedZone" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DisassociateVPCFromHostedZoneResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates a VPC from a Amazon Route 53 private hosted zone.
Send a POST
request to the /Amazon Route 53 API version/hostedzone/hosted zone ID/disassociatevpc
resource. The request body must include an XML document with a DisassociateVPCFromHostedZoneRequest
element. The response returns the DisassociateVPCFromHostedZoneResponse
element.
You can only disassociate a VPC from a private hosted zone when two or more VPCs are associated with that hosted zone. You cannot convert a private hosted zone into a public hosted zone.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "InvalidVPCIdException",
"documentation" : "The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by VPCId
does not belong to you.
"
}, {
"exceptionName" : "VPCAssociationNotFoundException",
"documentation" : "The specified VPC and hosted zone are not currently associated.
"
}, {
"exceptionName" : "LastVPCAssociationException",
"documentation" : "Only one VPC is currently associated with the hosted zone. You cannot convert a private hosted zone into a public hosted zone by disassociating the last VPC from a hosted zone.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateVPCFromHostedZoneRequest",
"variableName" : "disassociateVPCFromHostedZoneRequest",
"variableType" : "DisassociateVPCFromHostedZoneRequest",
"documentation" : "A complex type that contains information about the VPC and the hosted zone that you want to disassociate.
",
"simpleType" : "DisassociateVPCFromHostedZoneRequest",
"variableSetterType" : "DisassociateVPCFromHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "disassociateVPCFromHostedZone",
"operationName" : "DisassociateVPCFromHostedZone",
"returnType" : {
"returnType" : "DisassociateVPCFromHostedZoneResult",
"documentation" : "A complex type that contains the response information for the disassociate request.
"
},
"syncReturnType" : "DisassociateVPCFromHostedZoneResult"
},
"GetChange" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetChangeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the current status of a change batch request. The status is one of the following values:
-
PENDING
indicates that the changes in this request have not replicated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.
-
INSYNC
indicates that the changes have replicated to all Amazon Route 53 DNS servers.
",
"exceptions" : [ {
"exceptionName" : "NoSuchChangeException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetChangeRequest",
"variableName" : "getChangeRequest",
"variableType" : "GetChangeRequest",
"documentation" : "The input for a GetChange request.
",
"simpleType" : "GetChangeRequest",
"variableSetterType" : "GetChangeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getChange",
"operationName" : "GetChange",
"returnType" : {
"returnType" : "GetChangeResult",
"documentation" : "A complex type that contains the ChangeInfo
element.
"
},
"syncReturnType" : "GetChangeResult"
},
"GetChangeDetails" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetChangeDetailsResult",
"authenticated" : true,
"deprecated" : true,
"documentation" : "Returns the status and changes of a change batch request.
",
"exceptions" : [ {
"exceptionName" : "NoSuchChangeException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetChangeDetailsRequest",
"variableName" : "getChangeDetailsRequest",
"variableType" : "GetChangeDetailsRequest",
"documentation" : "The input for a GetChangeDetails
request.
",
"simpleType" : "GetChangeDetailsRequest",
"variableSetterType" : "GetChangeDetailsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getChangeDetails",
"operationName" : "GetChangeDetails",
"returnType" : {
"returnType" : "GetChangeDetailsResult",
"documentation" : "A complex type that contains the ChangeBatchRecord
element.
"
},
"syncReturnType" : "GetChangeDetailsResult"
},
"GetCheckerIpRanges" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetCheckerIpRangesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources. Send a GET
request to the /Amazon Route 53 API version/checkeripranges
resource. Use these IP addresses to configure router and firewall rules to allow health checkers to check the health of your resources.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetCheckerIpRangesRequest",
"variableName" : "getCheckerIpRangesRequest",
"variableType" : "GetCheckerIpRangesRequest",
"documentation" : "Empty request.
",
"simpleType" : "GetCheckerIpRangesRequest",
"variableSetterType" : "GetCheckerIpRangesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getCheckerIpRanges",
"operationName" : "GetCheckerIpRanges",
"returnType" : {
"returnType" : "GetCheckerIpRangesResult",
"documentation" : "A complex type that contains the CheckerIpRanges
element.
"
},
"syncReturnType" : "GetCheckerIpRangesResult"
},
"GetGeoLocation" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetGeoLocationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a single geo location. Send a GET
request to the /2013-04-01/geolocation
resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.
",
"exceptions" : [ {
"exceptionName" : "NoSuchGeoLocationException",
"documentation" : "Amazon Route 53 doesn't support the specified geolocation.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetGeoLocationRequest",
"variableName" : "getGeoLocationRequest",
"variableType" : "GetGeoLocationRequest",
"documentation" : "A complex type that contains information about the request to get a geo location.
",
"simpleType" : "GetGeoLocationRequest",
"variableSetterType" : "GetGeoLocationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getGeoLocation",
"operationName" : "GetGeoLocation",
"returnType" : {
"returnType" : "GetGeoLocationResult",
"documentation" : "A complex type that contains the response information for the specified geolocation code.
"
},
"syncReturnType" : "GetGeoLocationResult"
},
"GetHealthCheck" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetHealthCheckResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about a specified health check. Send a GET
request to the /2013-04-01/healthcheck/health check ID
resource. For more information about using the console to perform this operation, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "No health check exists with the ID that you specified in the DeleteHealthCheck
request.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : "The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. Please consider using a newer endpoint or a tool that does so.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetHealthCheckRequest",
"variableName" : "getHealthCheckRequest",
"variableType" : "GetHealthCheckRequest",
"documentation" : "This action gets information about a specified health check.
Send a GET
request to the /Amazon Route 53 API version/gethealthcheckrequest
resource.
For information about getting information about a health check using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
",
"simpleType" : "GetHealthCheckRequest",
"variableSetterType" : "GetHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getHealthCheck",
"operationName" : "GetHealthCheck",
"returnType" : {
"returnType" : "GetHealthCheckResult",
"documentation" : "A complex type that contains the response to a GetHealthCheck
request.
"
},
"syncReturnType" : "GetHealthCheckResult"
},
"GetHealthCheckCount" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetHealthCheckCountResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "To retrieve a count of all your health checks, send a GET
request to the /2013-04-01/healthcheckcount
resource.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetHealthCheckCountRequest",
"variableName" : "getHealthCheckCountRequest",
"variableType" : "GetHealthCheckCountRequest",
"documentation" : "To retrieve a count of all your health checks, send a GET
request to the /2013-04-01/healthcheckcount
resource.
",
"simpleType" : "GetHealthCheckCountRequest",
"variableSetterType" : "GetHealthCheckCountRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getHealthCheckCount",
"operationName" : "GetHealthCheckCount",
"returnType" : {
"returnType" : "GetHealthCheckCountResult",
"documentation" : "A complex type that contains the response to a healthcheckcount
request.
"
},
"syncReturnType" : "GetHealthCheckCountResult"
},
"GetHealthCheckLastFailureReason" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetHealthCheckLastFailureReasonResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "If you want to learn why a health check is currently failing or why it failed most recently (if at all), you can get the failure reason for the most recent failure. Send a GET
request to the /Amazon Route 53 API version/healthcheck/health check ID/lastfailurereason
resource.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "No health check exists with the ID that you specified in the DeleteHealthCheck
request.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetHealthCheckLastFailureReasonRequest",
"variableName" : "getHealthCheckLastFailureReasonRequest",
"variableType" : "GetHealthCheckLastFailureReasonRequest",
"documentation" : "This action gets the reason that a specified health check failed most recently.
To get the reason for the last failure of a health check, send a GET request to the /2013-04-01/healthcheck/health check ID/lastfailurereason resource.
For information about viewing the last failure reason for a health check using the Amazon Route 53 console, see Viewing Health Check Status and the Reason for Health Check Failures in the Amazon Route 53 Developer Guide.
",
"simpleType" : "GetHealthCheckLastFailureReasonRequest",
"variableSetterType" : "GetHealthCheckLastFailureReasonRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getHealthCheckLastFailureReason",
"operationName" : "GetHealthCheckLastFailureReason",
"returnType" : {
"returnType" : "GetHealthCheckLastFailureReasonResult",
"documentation" : "A complex type that contains the response to a GetHealthCheckLastFailureReason
request.
"
},
"syncReturnType" : "GetHealthCheckLastFailureReasonResult"
},
"GetHealthCheckStatus" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetHealthCheckStatusResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets status of a specified health check. Send a GET
request to the /2013-04-01/healthcheck/health check ID/status
resource. You can use this call to get a health check's current status.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "No health check exists with the ID that you specified in the DeleteHealthCheck
request.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetHealthCheckStatusRequest",
"variableName" : "getHealthCheckStatusRequest",
"variableType" : "GetHealthCheckStatusRequest",
"documentation" : "A complex type that contains information about the request to get health check status for a health check.
",
"simpleType" : "GetHealthCheckStatusRequest",
"variableSetterType" : "GetHealthCheckStatusRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getHealthCheckStatus",
"operationName" : "GetHealthCheckStatus",
"returnType" : {
"returnType" : "GetHealthCheckStatusResult",
"documentation" : "A complex type that contains the response to a GetHealthCheck
request.
"
},
"syncReturnType" : "GetHealthCheckStatusResult"
},
"GetHostedZone" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetHostedZoneResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the delegation set for a hosted zone, including the four name servers assigned to the hosted zone. Send a GET
request to the /Amazon Route 53 API version/hostedzone/hosted zone ID
resource.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetHostedZoneRequest",
"variableName" : "getHostedZoneRequest",
"variableType" : "GetHostedZoneRequest",
"documentation" : "The input for a GetHostedZone request.
",
"simpleType" : "GetHostedZoneRequest",
"variableSetterType" : "GetHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getHostedZone",
"operationName" : "GetHostedZone",
"returnType" : {
"returnType" : "GetHostedZoneResult",
"documentation" : "A complex type containing the response information for the hosted zone.
"
},
"syncReturnType" : "GetHostedZoneResult"
},
"GetHostedZoneCount" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetHostedZoneCountResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a count of all your hosted zones. Send a GET
request to the /2013-04-01/hostedzonecount
resource.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetHostedZoneCountRequest",
"variableName" : "getHostedZoneCountRequest",
"variableType" : "GetHostedZoneCountRequest",
"documentation" : "To retrieve a count of all your hosted zones, send a GET
request to the /2013-04-01/hostedzonecount
resource.
",
"simpleType" : "GetHostedZoneCountRequest",
"variableSetterType" : "GetHostedZoneCountRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getHostedZoneCount",
"operationName" : "GetHostedZoneCount",
"returnType" : {
"returnType" : "GetHostedZoneCountResult",
"documentation" : "A complex type that contains the response to a hostedzonecount
request.
"
},
"syncReturnType" : "GetHostedZoneCountResult"
},
"GetReusableDelegationSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetReusableDelegationSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the reusable delegation set. Send a GET
request to the /2013-04-01/delegationset/delegation set ID
resource.
",
"exceptions" : [ {
"exceptionName" : "NoSuchDelegationSetException",
"documentation" : "A reusable delegation set with the specified ID does not exist.
"
}, {
"exceptionName" : "DelegationSetNotReusableException",
"documentation" : "A reusable delegation set with the specified ID does not exist.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetReusableDelegationSetRequest",
"variableName" : "getReusableDelegationSetRequest",
"variableType" : "GetReusableDelegationSetRequest",
"documentation" : "The input for a GetReusableDelegationSet
request.
",
"simpleType" : "GetReusableDelegationSetRequest",
"variableSetterType" : "GetReusableDelegationSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getReusableDelegationSet",
"operationName" : "GetReusableDelegationSet",
"returnType" : {
"returnType" : "GetReusableDelegationSetResult",
"documentation" : "A complex type that contains the response to the GetReusableDelegationSet
request.
"
},
"syncReturnType" : "GetReusableDelegationSetResult"
},
"GetTrafficPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetTrafficPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about a specific traffic policy version.
Send a GET
request to the /Amazon Route 53 API version/trafficpolicy
resource.
",
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTrafficPolicyRequest",
"variableName" : "getTrafficPolicyRequest",
"variableType" : "GetTrafficPolicyRequest",
"documentation" : "Gets information about a specific traffic policy version. To get the information, send a GET request to the /2013-04-01/trafficpolicy resource, and specify the ID and the version of the traffic policy.
",
"simpleType" : "GetTrafficPolicyRequest",
"variableSetterType" : "GetTrafficPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getTrafficPolicy",
"operationName" : "GetTrafficPolicy",
"returnType" : {
"returnType" : "GetTrafficPolicyResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"syncReturnType" : "GetTrafficPolicyResult"
},
"GetTrafficPolicyInstance" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetTrafficPolicyInstanceResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about a specified traffic policy instance.
Send a GET
request to the /Amazon Route 53 API version/trafficpolicyinstance
resource.
After you submit a CreateTrafficPolicyInstance
or an UpdateTrafficPolicyInstance
request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State
response element.
In the Amazon Route 53 console, traffic policy instances are known as policy records.
",
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTrafficPolicyInstanceRequest",
"variableName" : "getTrafficPolicyInstanceRequest",
"variableType" : "GetTrafficPolicyInstanceRequest",
"documentation" : "Gets information about a specified traffic policy instance.
To get information about a traffic policy instance, send a GET
request to the /Amazon Route 53 API version/trafficpolicyinstance/Id
resource.
",
"simpleType" : "GetTrafficPolicyInstanceRequest",
"variableSetterType" : "GetTrafficPolicyInstanceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getTrafficPolicyInstance",
"operationName" : "GetTrafficPolicyInstance",
"returnType" : {
"returnType" : "GetTrafficPolicyInstanceResult",
"documentation" : "A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.
"
},
"syncReturnType" : "GetTrafficPolicyInstanceResult"
},
"GetTrafficPolicyInstanceCount" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetTrafficPolicyInstanceCountResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the number of traffic policy instances that are associated with the current AWS account.
To get the number of traffic policy instances, send a GET
request to the /2013-04-01/trafficpolicyinstancecount
resource.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTrafficPolicyInstanceCountRequest",
"variableName" : "getTrafficPolicyInstanceCountRequest",
"variableType" : "GetTrafficPolicyInstanceCountRequest",
"documentation" : "To retrieve a count of all your traffic policy instances, send a GET
request to the /2013-04-01/trafficpolicyinstancecount
resource.
",
"simpleType" : "GetTrafficPolicyInstanceCountRequest",
"variableSetterType" : "GetTrafficPolicyInstanceCountRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getTrafficPolicyInstanceCount",
"operationName" : "GetTrafficPolicyInstanceCount",
"returnType" : {
"returnType" : "GetTrafficPolicyInstanceCountResult",
"documentation" : "A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.
"
},
"syncReturnType" : "GetTrafficPolicyInstanceCountResult"
},
"ListChangeBatchesByHostedZone" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListChangeBatchesByHostedZoneResult",
"authenticated" : true,
"deprecated" : true,
"documentation" : "Gets the list of ChangeBatches in a given time period for a given hosted zone.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListChangeBatchesByHostedZoneRequest",
"variableName" : "listChangeBatchesByHostedZoneRequest",
"variableType" : "ListChangeBatchesByHostedZoneRequest",
"documentation" : "The input for a ListChangeBatchesByHostedZone request.
",
"simpleType" : "ListChangeBatchesByHostedZoneRequest",
"variableSetterType" : "ListChangeBatchesByHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listChangeBatchesByHostedZone",
"operationName" : "ListChangeBatchesByHostedZone",
"returnType" : {
"returnType" : "ListChangeBatchesByHostedZoneResult",
"documentation" : "A complex type containing the response information for the request.
"
},
"syncReturnType" : "ListChangeBatchesByHostedZoneResult"
},
"ListChangeBatchesByRRSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListChangeBatchesByRRSetResult",
"authenticated" : true,
"deprecated" : true,
"documentation" : "Gets the list of ChangeBatches in a given time period for a given hosted zone and RRSet.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListChangeBatchesByRRSetRequest",
"variableName" : "listChangeBatchesByRRSetRequest",
"variableType" : "ListChangeBatchesByRRSetRequest",
"documentation" : "The input for a ListChangeBatchesByRRSet request.
",
"simpleType" : "ListChangeBatchesByRRSetRequest",
"variableSetterType" : "ListChangeBatchesByRRSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listChangeBatchesByRRSet",
"operationName" : "ListChangeBatchesByRRSet",
"returnType" : {
"returnType" : "ListChangeBatchesByRRSetResult",
"documentation" : "The input for a ListChangeBatchesByRRSet request.
"
},
"syncReturnType" : "ListChangeBatchesByRRSetResult"
},
"ListGeoLocations" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListGeoLocationsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of supported geo locations. Send a GET
request to the /2013-04-01/geolocations
resource. The response to this request includes a GeoLocationDetailsList
element for each location that Amazon Route 53 supports.
Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListGeoLocationsRequest",
"variableName" : "listGeoLocationsRequest",
"variableType" : "ListGeoLocationsRequest",
"documentation" : "To get a list of geographic locations that Amazon Route 53 supports for geolocation, send a GET
request to the /Amazon Route 53 API version/geolocations
resource. The response to this request includes a GeoLocationDetails
element for each location that Amazon Route 53 supports.
Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.
",
"simpleType" : "ListGeoLocationsRequest",
"variableSetterType" : "ListGeoLocationsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listGeoLocations",
"operationName" : "ListGeoLocations",
"returnType" : {
"returnType" : "ListGeoLocationsResult",
"documentation" : "A complex type containing the response information for the request.
"
},
"syncReturnType" : "ListGeoLocationsResult"
},
"ListHealthChecks" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListHealthChecksResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieve a list of your health checks. Send a GET
request to the /2013-04-01/healthcheck
resource. The response to this request includes a HealthChecks
element with zero or more HealthCheck
child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the health check that the list begins with.
For information about listing health checks using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "IncompatibleVersionException",
"documentation" : "The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. Please consider using a newer endpoint or a tool that does so.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListHealthChecksRequest",
"variableName" : "listHealthChecksRequest",
"variableType" : "ListHealthChecksRequest",
"documentation" : "To retrieve a list of your health checks, send a GET
request to the /2013-04-01/healthcheck
resource. The response to this request includes a HealthChecks
element with zero or more HealthCheck
child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the health check that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems
to a value greater than 100, Amazon Route 53 returns only the first 100.
",
"simpleType" : "ListHealthChecksRequest",
"variableSetterType" : "ListHealthChecksRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listHealthChecks",
"operationName" : "ListHealthChecks",
"returnType" : {
"returnType" : "ListHealthChecksResult",
"documentation" : "A complex type that contains the response to a ListHealthChecks
request.
"
},
"syncReturnType" : "ListHealthChecksResult"
},
"ListHostedZones" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListHostedZonesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "To retrieve a list of your public and private hosted zones, send a GET
request to the /2013-04-01/hostedzone
resource. The response to this request includes a HostedZones
child element for each hosted zone created by the current AWS account.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems
parameter to list them in groups of up to 100. The response includes four values that help navigate from one group of maxitems
hosted zones to the next:
-
MaxItems
is the value specified for the maxitems
parameter 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 current AWS account.
-
NextMarker
is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones
, and specify the value of the NextMarker
element in the marker parameter.
If IsTruncated
is false, the NextMarker
element is omitted from the response.
-
If you're making the second or subsequent call to ListHostedZones
, the Marker
element matches the value that you specified in the marker
parameter in the previous request.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchDelegationSetException",
"documentation" : "A reusable delegation set with the specified ID does not exist.
"
}, {
"exceptionName" : "DelegationSetNotReusableException",
"documentation" : "A reusable delegation set with the specified ID does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListHostedZonesRequest",
"variableName" : "listHostedZonesRequest",
"variableType" : "ListHostedZonesRequest",
"documentation" : "To retrieve a list of your public and private hosted zones, send a GET
request to the /2013-04-01/hostedzone
resource. The response to this request includes a HostedZone child element for each hosted zone that was created by the current AWS account.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help you navigate from one group of maxitems hosted zones to the next:
-
MaxItems
is the value that you specified for the maxitems
parameter 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 current AWS account.
If IsTruncated
is false
, this response includes the last hosted zone that is associated with the current account.
-
NextMarker
is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones
, and specify the value of the NextMarker
element in the marker parameter.
If IsTruncated
is false
, the NextMarker
element is omitted from the response.
-
If you're making the second or subsequent call to ListHostedZones
, the Marker
element matches the value that you specified in the marker
parameter in the previous request.
",
"simpleType" : "ListHostedZonesRequest",
"variableSetterType" : "ListHostedZonesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listHostedZones",
"operationName" : "ListHostedZones",
"returnType" : {
"returnType" : "ListHostedZonesResult",
"documentation" : null
},
"syncReturnType" : "ListHostedZonesResult"
},
"ListHostedZonesByName" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListHostedZonesByNameResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of your hosted zones in lexicographic order. Send a GET
request to the /2013-04-01/hostedzonesbyname
resource. The response includes a HostedZones
child element for each hosted zone created by the current AWS account.
ListHostedZonesByName
sorts hosted zones by name with the labels reversed. For example:
-
com.example.www.
Note the trailing dot, which can change the sort order in some circumstances.
If the domain name includes escape characters or Punycode, ListHostedZonesByName
alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for example.com, specify ex\\344mple.com for the domain name. ListHostedZonesByName
alphabetizes it as:
-
com.ex\\344mple.
The labels are reversed and alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
Amazon Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, use the MaxItems
parameter to list them 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 dnsname
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
parameter 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 current AWS account.
If IsTruncated
is false, this response includes the last hosted zone that is associated with the current account. The NextDNSName
element and NextHostedZoneId
elements are omitted from the response.
-
The NextDNSName
and NextHostedZoneId
elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZonesByName
, and specify the value of NextDNSName
and NextHostedZoneId
in the dnsname
and hostedzoneid
parameters, respectively.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "InvalidDomainNameException",
"documentation" : "The specified domain name is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListHostedZonesByNameRequest",
"variableName" : "listHostedZonesByNameRequest",
"variableType" : "ListHostedZonesByNameRequest",
"documentation" : "To retrieve a list of your public and private hosted zones in ASCII order by domain name, send a GET
request to the /Amazon Route 53 API version/hostedzonesbyname
resource. The response to this request includes a HostedZone
child element for each hosted zone that was created by the current AWS account. ListHostedZonesByName
sorts hosted zones by name with the labels reversed, for example:
com.example.www.
Note the trailing dot, which can change the sort order in some circumstances.
If the domain name includes escape characters or Punycode, ListHostedZonesByName
alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for exämple.com, you specify ex\\344mple.com
for the domain name. ListHostedZonesByName
alphabetizes it as: com.ex\\344mple
. The labels are reversed, and it's alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
Amazon Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, you can use the MaxItems
parameter to list them in groups of up to 100. The response includes values that help you navigate from one group of MaxItems
hosted zones to the next:
-
The DNSName
and HostedZoneId
elements in the response contain the values, if any, that you specified for the dnsname
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
parameter 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 current Amazon Route 53 account.
If IsTruncated
is false
, this response includes the last hosted zone that is associated with the current account. The NextDNSName
element and NextHostedZoneId
elements are omitted from the response.
-
The NextDNSName
and NextHostedZoneId
elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZonesByName
, and specify the value of NextDNSName
and NextHostedZoneId
in the dnsname
and hostedzoneid
parameters, respectively.
",
"simpleType" : "ListHostedZonesByNameRequest",
"variableSetterType" : "ListHostedZonesByNameRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listHostedZonesByName",
"operationName" : "ListHostedZonesByName",
"returnType" : {
"returnType" : "ListHostedZonesByNameResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"syncReturnType" : "ListHostedZonesByNameResult"
},
"ListResourceRecordSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListResourceRecordSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListResourceRecordSetsRequest",
"variableName" : "listResourceRecordSetsRequest",
"variableType" : "ListResourceRecordSetsRequest",
"documentation" : "The input for a ListResourceRecordSets request.
",
"simpleType" : "ListResourceRecordSetsRequest",
"variableSetterType" : "ListResourceRecordSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listResourceRecordSets",
"operationName" : "ListResourceRecordSets",
"returnType" : {
"returnType" : "ListResourceRecordSetsResult",
"documentation" : "A complex type that contains list information for the resource record set.
"
},
"syncReturnType" : "ListResourceRecordSetsResult"
},
"ListReusableDelegationSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListReusableDelegationSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "To retrieve a list of your reusable delegation sets, send a GET
request to the /2013-04-01/delegationset
resource. The response to this request includes a DelegationSets
element with zero, one, or multiple DelegationSet
child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the delegation set that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListReusableDelegationSetsRequest",
"variableName" : "listReusableDelegationSetsRequest",
"variableType" : "ListReusableDelegationSetsRequest",
"documentation" : "To retrieve a list of your reusable delegation sets, send a GET
request to the /2013-04-01/delegationset
resource. The response to this request includes a DelegationSets
element with zero or more DelegationSet
child elements. By default, the list of reusable delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the delegation set that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems
to a value greater than 100, Amazon Route 53 returns only the first 100.
",
"simpleType" : "ListReusableDelegationSetsRequest",
"variableSetterType" : "ListReusableDelegationSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listReusableDelegationSets",
"operationName" : "ListReusableDelegationSets",
"returnType" : {
"returnType" : "ListReusableDelegationSetsResult",
"documentation" : "A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.
"
},
"syncReturnType" : "ListReusableDelegationSetsResult"
},
"ListTagsForResource" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTagsForResourceResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "No health check exists with the ID that you specified in the DeleteHealthCheck
request.
"
}, {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error
(Bad request
). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.
"
}, {
"exceptionName" : "ThrottlingException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "A complex type containing information about a request for a list of the tags that are associated with an individual resource.
",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"returnType" : {
"returnType" : "ListTagsForResourceResult",
"documentation" : "A complex type that contains information about the health checks or hosted zones for which you want to list tags.
"
},
"syncReturnType" : "ListTagsForResourceResult"
},
"ListTagsForResources" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTagsForResourcesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "No health check exists with the ID that you specified in the DeleteHealthCheck
request.
"
}, {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error
(Bad request
). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.
"
}, {
"exceptionName" : "ThrottlingException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourcesRequest",
"variableName" : "listTagsForResourcesRequest",
"variableType" : "ListTagsForResourcesRequest",
"documentation" : "A complex type that contains information about the health checks or hosted zones for which you want to list tags.
",
"simpleType" : "ListTagsForResourcesRequest",
"variableSetterType" : "ListTagsForResourcesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTagsForResources",
"operationName" : "ListTagsForResources",
"returnType" : {
"returnType" : "ListTagsForResourcesResult",
"documentation" : "A complex type containing tags for the specified resources.
"
},
"syncReturnType" : "ListTagsForResourcesResult"
},
"ListTrafficPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTrafficPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the latest version for every traffic policy that is associated with the current AWS account. Send a GET
request to the /Amazon Route 53 API version/trafficpolicy
resource.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems
parameter to list them in groups of up to 100.
The response includes three values that help you navigate from one group of maxitems
traffic policies to the next:
-
IsTruncated
If the value of IsTruncated
in the response is true
, there are more traffic policies associated with the current AWS account.
If IsTruncated
is false
, this response includes the last traffic policy that is associated with the current account.
-
TrafficPolicyIdMarker
If IsTruncated
is true
, TrafficPolicyIdMarker
is the ID of the first traffic policy in the next group of MaxItems
traffic policies. If you want to list more traffic policies, make another call to ListTrafficPolicies
, and specify the value of the TrafficPolicyIdMarker
element from the response in the TrafficPolicyIdMarker
request parameter.
If IsTruncated
is false
, the TrafficPolicyIdMarker
element is omitted from the response.
-
MaxItems
The value that you specified for the MaxItems
parameter in the request that produced the current response.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTrafficPoliciesRequest",
"variableName" : "listTrafficPoliciesRequest",
"variableType" : "ListTrafficPoliciesRequest",
"documentation" : "A complex type that contains the information about the request to list the traffic policies that are associated with the current AWS account.
",
"simpleType" : "ListTrafficPoliciesRequest",
"variableSetterType" : "ListTrafficPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTrafficPolicies",
"operationName" : "ListTrafficPolicies",
"returnType" : {
"returnType" : "ListTrafficPoliciesResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"syncReturnType" : "ListTrafficPoliciesResult"
},
"ListTrafficPolicyInstances" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTrafficPolicyInstancesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the traffic policy instances that you created by using the current AWS account.
After you submit an UpdateTrafficPolicyInstance
request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State
response element.
Send a GET
request to the /Amazon Route 53 API version/trafficpolicyinstance
resource.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems
parameter to list them in groups of up to 100.
The response includes five values that help you navigate from one group of MaxItems
traffic policy instances to the next:
-
IsTruncated
If the value of IsTruncated
in the response is true
, there are more traffic policy instances associated with the current AWS account.
If IsTruncated
is false
, this response includes the last traffic policy instance that is associated with the current account.
-
MaxItems
The value that you specified for the MaxItems
parameter in the request that produced the current response.
-
HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker
If IsTruncated
is true
, these three values in the response represent the first traffic policy instance in the next group of MaxItems
traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstances
, and specify these values in the corresponding request parameters.
If IsTruncated
is false
, all three elements are omitted from the response.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTrafficPolicyInstancesRequest",
"variableName" : "listTrafficPolicyInstancesRequest",
"variableType" : "ListTrafficPolicyInstancesRequest",
"documentation" : "A complex type that contains the information about the request to list your traffic policy instances.
",
"simpleType" : "ListTrafficPolicyInstancesRequest",
"variableSetterType" : "ListTrafficPolicyInstancesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTrafficPolicyInstances",
"operationName" : "ListTrafficPolicyInstances",
"returnType" : {
"returnType" : "ListTrafficPolicyInstancesResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"syncReturnType" : "ListTrafficPolicyInstancesResult"
},
"ListTrafficPolicyInstancesByHostedZone" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTrafficPolicyInstancesByHostedZoneResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the traffic policy instances that you created in a specified hosted zone.
After you submit an UpdateTrafficPolicyInstance
request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State
response element.
Send a GET
request to the /Amazon Route 53 API version/trafficpolicyinstance
resource and include the ID of the hosted zone.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems
parameter to list them in groups of up to 100.
The response includes four values that help you navigate from one group of MaxItems
traffic policy instances to the next:
-
IsTruncated
If the value of
IsTruncated in the response is true
, there are more traffic policy instances associated with the current AWS account.
If IsTruncated
is false
, this response includes the last traffic policy instance that is associated with the current account.
-
MaxItems
The value that you specified for the MaxItems
parameter in the request that produced the current response.
-
TrafficPolicyInstanceNameMarker and TrafficPolicyInstanceTypeMarker
If IsTruncated
is true
, these two values in the response represent the first traffic policy instance in the next group of MaxItems
traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByHostedZone
, and specify these values in the corresponding request parameters.
If IsTruncated
is false
, all three elements are omitted from the response.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
}, {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTrafficPolicyInstancesByHostedZoneRequest",
"variableName" : "listTrafficPolicyInstancesByHostedZoneRequest",
"variableType" : "ListTrafficPolicyInstancesByHostedZoneRequest",
"documentation" : "A request for the traffic policy instances that you created in a specified hosted zone.
",
"simpleType" : "ListTrafficPolicyInstancesByHostedZoneRequest",
"variableSetterType" : "ListTrafficPolicyInstancesByHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTrafficPolicyInstancesByHostedZone",
"operationName" : "ListTrafficPolicyInstancesByHostedZone",
"returnType" : {
"returnType" : "ListTrafficPolicyInstancesByHostedZoneResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"syncReturnType" : "ListTrafficPolicyInstancesByHostedZoneResult"
},
"ListTrafficPolicyInstancesByPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTrafficPolicyInstancesByPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the traffic policy instances that you created by using a specify traffic policy version.
After you submit a CreateTrafficPolicyInstance
or an UpdateTrafficPolicyInstance
request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State
response element.
Send a GET
request to the /Route 53 API version/trafficpolicyinstance
resource and include the ID and version of the traffic policy.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems
parameter to list them in groups of up to 100.
The response includes five values that help you navigate from one group of MaxItems
traffic policy instances to the next:
-
IsTruncated
If the value of IsTruncated
in the response is true
, there are more traffic policy instances associated with the specified traffic policy.
If IsTruncated
is false
, this response includes the last traffic policy instance that is associated with the specified traffic policy.
-
MaxItems
The value that you specified for the MaxItems
parameter in the request that produced the current response.
-
HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker
If IsTruncated
is true
, these values in the response represent the first traffic policy instance in the next group of MaxItems
traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByPolicy
, and specify these values in the corresponding request parameters.
If IsTruncated
is false
, all three elements are omitted from the response.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTrafficPolicyInstancesByPolicyRequest",
"variableName" : "listTrafficPolicyInstancesByPolicyRequest",
"variableType" : "ListTrafficPolicyInstancesByPolicyRequest",
"documentation" : "A complex type that contains the information about the request to list your traffic policy instances.
",
"simpleType" : "ListTrafficPolicyInstancesByPolicyRequest",
"variableSetterType" : "ListTrafficPolicyInstancesByPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTrafficPolicyInstancesByPolicy",
"operationName" : "ListTrafficPolicyInstancesByPolicy",
"returnType" : {
"returnType" : "ListTrafficPolicyInstancesByPolicyResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"syncReturnType" : "ListTrafficPolicyInstancesByPolicyResult"
},
"ListTrafficPolicyVersions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTrafficPolicyVersionsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about all of the versions for a specified traffic policy.
Send a GET
request to the /Amazon Route 53 API version/trafficpolicy
resource and specify the ID of the traffic policy for which you want to list versions.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems
parameter to list them in groups of up to 100.
The response includes three values that help you navigate from one group of maxitems
maxitems traffic policies to the next:
-
IsTruncated
If the value of IsTruncated
in the response is true
, there are more traffic policy versions associated with the specified traffic policy.
If IsTruncated
is false
, this response includes the last traffic policy version that is associated with the specified traffic policy.
-
TrafficPolicyVersionMarker
The ID of the next traffic policy version that is associated with the current AWS account. If you want to list more traffic policies, make another call to ListTrafficPolicyVersions
, and specify the value of the TrafficPolicyVersionMarker
element in the TrafficPolicyVersionMarker
request parameter.
If IsTruncated
is false
, Amazon Route 53 omits the TrafficPolicyVersionMarker
element from the response.
-
MaxItems
The value that you specified for the MaxItems
parameter in the request that produced the current response.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTrafficPolicyVersionsRequest",
"variableName" : "listTrafficPolicyVersionsRequest",
"variableType" : "ListTrafficPolicyVersionsRequest",
"documentation" : "A complex type that contains the information about the request to list your traffic policies.
",
"simpleType" : "ListTrafficPolicyVersionsRequest",
"variableSetterType" : "ListTrafficPolicyVersionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTrafficPolicyVersions",
"operationName" : "ListTrafficPolicyVersions",
"returnType" : {
"returnType" : "ListTrafficPolicyVersionsResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"syncReturnType" : "ListTrafficPolicyVersionsResult"
},
"TestDNSAnswer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "TestDNSAnswerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TestDNSAnswerRequest",
"variableName" : "testDNSAnswerRequest",
"variableType" : "TestDNSAnswerRequest",
"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 the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.
Parameters
- hostedzoneid
-
The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.
- recordname
-
The name of the resource record set that you want Amazon Route 53 to simulate a query for.
- recordtype
-
The type of the resource record set.
- resolverip (optional)
-
If you want to simulate a request from a specific DNS resolver, specify the IP address for that resolver. If you omit this value, TestDNSAnswer
uses the IP address of a DNS resolver in the AWS US East region.
- edns0clientsubnetip (optional)
-
If the resolver that you specified for resolverip
supports EDNS0, specify the IP address of a client in the applicable location.
- edns0clientsubnetmask (optional)
-
If you specify an IP address for edns0clientsubnetip
, you can optionally specify the number of bits of the IP address that you want the checking tool to include in the DNS query. For example, if you specify 192.0.2.44
for edns0clientsubnetip
and 24
for edns0clientsubnetmask
, the checking tool will simulate a request from 192.0.2.0/24
. The default value is 24 bits.
",
"simpleType" : "TestDNSAnswerRequest",
"variableSetterType" : "TestDNSAnswerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "testDNSAnswer",
"operationName" : "TestDNSAnswer",
"returnType" : {
"returnType" : "TestDNSAnswerResult",
"documentation" : "A complex type that contains the response to a TestDNSAnswer
request.
"
},
"syncReturnType" : "TestDNSAnswerResult"
},
"UpdateHealthCheck" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateHealthCheckResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing health check.
Send a POST
request to the /Amazon Route 53 API version/healthcheck/health check ID
resource. The request body must include an XML document with an UpdateHealthCheckRequest
element. For more information about updating health checks, see Creating, Updating, and Deleting Health Checks in the Amazon Route 53 Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "No health check exists with the ID that you specified in the DeleteHealthCheck
request.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "HealthCheckVersionMismatchException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateHealthCheckRequest",
"variableName" : "updateHealthCheckRequest",
"variableType" : "UpdateHealthCheckRequest",
"documentation" : "A complex type that contains the health check request information.
",
"simpleType" : "UpdateHealthCheckRequest",
"variableSetterType" : "UpdateHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateHealthCheck",
"operationName" : "UpdateHealthCheck",
"returnType" : {
"returnType" : "UpdateHealthCheckResult",
"documentation" : null
},
"syncReturnType" : "UpdateHealthCheckResult"
},
"UpdateHostedZoneComment" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateHostedZoneCommentResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the hosted zone comment. Send a POST
request to the /2013-04-01/hostedzone/hosted zone ID
resource.
",
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : "No hosted zone exists with the ID that you specified.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateHostedZoneCommentRequest",
"variableName" : "updateHostedZoneCommentRequest",
"variableType" : "UpdateHostedZoneCommentRequest",
"documentation" : "A complex type that contains the hosted zone request information.
",
"simpleType" : "UpdateHostedZoneCommentRequest",
"variableSetterType" : "UpdateHostedZoneCommentRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateHostedZoneComment",
"operationName" : "UpdateHostedZoneComment",
"returnType" : {
"returnType" : "UpdateHostedZoneCommentResult",
"documentation" : "A complex type that contains the response to the UpdateHostedZoneCommentRequest.
"
},
"syncReturnType" : "UpdateHostedZoneCommentResult"
},
"UpdateTrafficPolicyComment" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateTrafficPolicyCommentResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the comment for a specified traffic policy version.
Send a POST
request to the /Amazon Route 53 API version/trafficpolicy/
resource.
The request body must include a document with an UpdateTrafficPolicyCommentRequest
element.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Another user submitted a request to update the object at the same time that you did. Retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateTrafficPolicyCommentRequest",
"variableName" : "updateTrafficPolicyCommentRequest",
"variableType" : "UpdateTrafficPolicyCommentRequest",
"documentation" : "A complex type that contains information about the traffic policy for which you want to update the comment.
",
"simpleType" : "UpdateTrafficPolicyCommentRequest",
"variableSetterType" : "UpdateTrafficPolicyCommentRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateTrafficPolicyComment",
"operationName" : "UpdateTrafficPolicyComment",
"returnType" : {
"returnType" : "UpdateTrafficPolicyCommentResult",
"documentation" : "A complex type that contains the response information for the traffic policy.
"
},
"syncReturnType" : "UpdateTrafficPolicyCommentResult"
},
"UpdateTrafficPolicyInstance" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateTrafficPolicyInstanceResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.
Send a POST
request to the /Amazon Route 53 API version/trafficpolicyinstance/traffic policy ID
resource. The request body must include a document with an UpdateTrafficPolicyInstanceRequest
element.
When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Amazon Route 53 performs the following operations:
-
Amazon Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how substantial the differences are between the existing resource record sets and the new resource record sets.
-
When all of the new resource record sets have been created, Amazon Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets.
-
Amazon Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.
",
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input is not valid.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error
(Bad request
). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.
"
}, {
"exceptionName" : "ConflictingTypesException",
"documentation" : "You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy
or CreateTrafficPolicyVersion
request.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateTrafficPolicyInstanceRequest",
"variableName" : "updateTrafficPolicyInstanceRequest",
"variableType" : "UpdateTrafficPolicyInstanceRequest",
"documentation" : "A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.
",
"simpleType" : "UpdateTrafficPolicyInstanceRequest",
"variableSetterType" : "UpdateTrafficPolicyInstanceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateTrafficPolicyInstance",
"operationName" : "UpdateTrafficPolicyInstance",
"returnType" : {
"returnType" : "UpdateTrafficPolicyInstanceResult",
"documentation" : "A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.
"
},
"syncReturnType" : "UpdateTrafficPolicyInstanceResult"
}
},
"shapes" : {
"AlarmIdentifier" : {
"c2jName" : "AlarmIdentifier",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Region",
"c2jShape" : "CloudWatchRegion",
"deprecated" : false,
"documentation" : "A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
",
"enumType" : "CloudWatchRegion",
"fluentSetterDocumentation" : "/**A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/",
"getterDocumentation" : "/**
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
\n@return A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@see CloudWatchRegion*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Region",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Region",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Region",
"setterDocumentation" : "/**
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@see CloudWatchRegion*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "region",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "region",
"variableType" : "String",
"documentation" : "
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Name",
"c2jShape" : "AlarmName",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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@param name 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@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**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@return The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**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@param name The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**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@param name 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@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "AlarmName",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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@param name 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@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**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@return The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**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@param name The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**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@param name 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@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Region" : {
"c2jName" : "Region",
"c2jShape" : "CloudWatchRegion",
"deprecated" : false,
"documentation" : "A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
",
"enumType" : "CloudWatchRegion",
"fluentSetterDocumentation" : "/**A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/",
"getterDocumentation" : "/**
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
\n@return A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@see CloudWatchRegion*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Region",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Region",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Region",
"setterDocumentation" : "/**
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@see CloudWatchRegion*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "region",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "region",
"variableType" : "String",
"documentation" : "
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Region", "Name" ],
"shapeName" : "AlarmIdentifier",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AlarmIdentifier",
"variableName" : "alarmIdentifier",
"variableType" : "AlarmIdentifier",
"documentation" : null,
"simpleType" : "AlarmIdentifier",
"variableSetterType" : "AlarmIdentifier"
},
"wrapper" : false
},
"AliasTarget" : {
"c2jName" : "AliasTarget",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.
When creating resource record sets for a private hosted zone, note the following:
-
Resource record sets cannot be created for CloudFront distributions in a private hosted zone.
-
Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.
-
For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "HostedZoneId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : " Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed: - A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@return Alias resource records sets only: The value used depends on where the queries are routed: - A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HostedZoneId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HostedZoneId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HostedZoneId",
"setterDocumentation" : "/** Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed: - A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/** Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed: - A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : " Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DNSName",
"c2jShape" : "DNSName",
"deprecated" : false,
"documentation" : " Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@param dNSName Alias resource record sets only: The value that you specify depends on where you want to route queries: -
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@return Alias resource record sets only: The value that you specify depends on where you want to route queries: -
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DNSName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DNSName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DNSName",
"setterDocumentation" : "/** Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@param dNSName Alias resource record sets only: The value that you specify depends on where you want to route queries: -
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dNSName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/** Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@param dNSName Alias resource record sets only: The value that you specify depends on where you want to route queries: -
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dNSName",
"variableType" : "String",
"documentation" : " Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EvaluateTargetHealth",
"c2jShape" : "AliasHealthEnabled",
"deprecated" : false,
"documentation" : " Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
\n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets. In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
\n@return Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets. In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EvaluateTargetHealth",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EvaluateTargetHealth",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EvaluateTargetHealth",
"setterDocumentation" : "/**
Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
\n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets. In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "evaluateTargetHealth",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
\n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets. In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "evaluateTargetHealth",
"variableType" : "Boolean",
"documentation" : "
Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DNSName" : {
"c2jName" : "DNSName",
"c2jShape" : "DNSName",
"deprecated" : false,
"documentation" : " Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@param dNSName Alias resource record sets only: The value that you specify depends on where you want to route queries: -
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@return Alias resource record sets only: The value that you specify depends on where you want to route queries: -
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DNSName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DNSName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DNSName",
"setterDocumentation" : "/** Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@param dNSName Alias resource record sets only: The value that you specify depends on where you want to route queries: -
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dNSName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/** Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@param dNSName Alias resource record sets only: The value that you specify depends on where you want to route queries: -
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dNSName",
"variableType" : "String",
"documentation" : " Alias resource record sets only: The value that you specify depends on where you want to route queries:
-
A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution.
Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
-
Elastic Beanstalk environment: Specify the CNAME
attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:
-
AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
-
Elastic Load Balancing API: Use the DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
-
AWS CLI: Use the describe-environments command to get the value of the CNAME
attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
-
An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId
and DNSName
. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
-
AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZone$Id.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneName
. Use the same process to get the CanonicalHostedZoneNameId
. See HostedZoneId.
-
An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com
. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
-
Another Amazon Route 53 resource record set: Specify the value of the Name
element for a resource record set in the current hosted zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EvaluateTargetHealth" : {
"c2jName" : "EvaluateTargetHealth",
"c2jShape" : "AliasHealthEnabled",
"deprecated" : false,
"documentation" : " Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
\n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets. In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
\n@return Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets. In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EvaluateTargetHealth",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EvaluateTargetHealth",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EvaluateTargetHealth",
"setterDocumentation" : "/**
Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
\n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets. In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "evaluateTargetHealth",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
\n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets. In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "evaluateTargetHealth",
"variableType" : "Boolean",
"documentation" : "
Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth
to true
for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id
for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.
In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:
-
Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
-
Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
-
Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
-
Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.
Note the following:
-
You cannot set EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.
-
If the AWS resource that you specify in AliasTarget
is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
-
If you specify an Elastic Beanstalk environment in HostedZoneId
and DNSName
, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 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.
-
If you specify an ELB load balancer in AliasTarget
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.
For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.
-
We recommend that you set EvaluateTargetHealth
to true only when you have enough idle capacity to handle the failure of one or more endpoints.
For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"HostedZoneId" : {
"c2jName" : "HostedZoneId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : " Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed: - A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@return Alias resource records sets only: The value used depends on where the queries are routed: - A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HostedZoneId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HostedZoneId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HostedZoneId",
"setterDocumentation" : "/** Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed: - A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/** Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed: - A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : " Alias resource records sets only: The value used depends on where the queries are routed:
- A CloudFront distribution
-
Specify Z2FDTNDATAQYW2
.
Alias resource record sets for CloudFront cannot be created in a private zone.
- Elastic Beanstalk environment
-
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
- ELB load balancer
-
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
-
AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.
-
Elastic Load Balancing API: Use DescribeLoadBalancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
-
AWS CLI: Use describe-load-balancers
to get the value of CanonicalHostedZoneNameID
. Use the same process to get the CanonicalHostedZoneName
. See HostedZone$Name.
- An Amazon S3 bucket configured as a static website
-
Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.
- Another Amazon Route 53 resource record set in your hosted zone
-
Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "HostedZoneId", "DNSName", "EvaluateTargetHealth" ],
"shapeName" : "AliasTarget",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AliasTarget",
"variableName" : "aliasTarget",
"variableType" : "AliasTarget",
"documentation" : null,
"simpleType" : "AliasTarget",
"variableSetterType" : "AliasTarget"
},
"wrapper" : false
},
"AssociateVPCWithHostedZoneRequest" : {
"c2jName" : "AssociateVPCWithHostedZoneRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type that contains information about the VPC and the hosted zone that you want to associate.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AssociateVPCWithHostedZone",
"locationName" : "AssociateVPCWithHostedZoneRequest",
"requestUri" : "/2013-04-01/hostedzone/{Id}/associatevpc",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/"
},
"members" : [ {
"c2jName" : "HostedZoneId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
\n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with. Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
\n@return The ID of the hosted zone you want to associate your VPC with. Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HostedZoneId",
"setterDocumentation" : "/**
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
\n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with. Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
\n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with. Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "VPC",
"c2jShape" : "VPC",
"deprecated" : false,
"documentation" : "A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
\n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
\n@return A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.*/",
"getterModel" : {
"returnType" : "VPC",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "VPC",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VPC",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VPC",
"setterDocumentation" : "/**A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
\n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.*/",
"setterModel" : {
"variableDeclarationType" : "VPC",
"variableName" : "vPC",
"variableType" : "VPC",
"documentation" : "",
"simpleType" : "VPC",
"variableSetterType" : "VPC"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
\n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VPC",
"variableName" : "vPC",
"variableType" : "VPC",
"documentation" : "A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
",
"simpleType" : "VPC",
"variableSetterType" : "VPC"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Comment",
"c2jShape" : "AssociateVPCComment",
"deprecated" : false,
"documentation" : " Optional: A comment about the association request.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Optional: A comment about the association request.
\n@param comment Optional: A comment about the association request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** Optional: A comment about the association request.
\n@return Optional: A comment about the association request.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Comment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Comment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Comment",
"setterDocumentation" : "/** Optional: A comment about the association request.
\n@param comment Optional: A comment about the association request.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/** Optional: A comment about the association request.
\n@param comment Optional: A comment about the association request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : " Optional: A comment about the association request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Comment" : {
"c2jName" : "Comment",
"c2jShape" : "AssociateVPCComment",
"deprecated" : false,
"documentation" : " Optional: A comment about the association request.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Optional: A comment about the association request.
\n@param comment Optional: A comment about the association request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** Optional: A comment about the association request.
\n@return Optional: A comment about the association request.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Comment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Comment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Comment",
"setterDocumentation" : "/** Optional: A comment about the association request.
\n@param comment Optional: A comment about the association request.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/** Optional: A comment about the association request.
\n@param comment Optional: A comment about the association request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : " Optional: A comment about the association request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HostedZoneId" : {
"c2jName" : "HostedZoneId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
\n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with. Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
\n@return The ID of the hosted zone you want to associate your VPC with. Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HostedZoneId",
"setterDocumentation" : "/**
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
\n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with. Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
\n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with. Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VPC" : {
"c2jName" : "VPC",
"c2jShape" : "VPC",
"deprecated" : false,
"documentation" : "A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
\n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
\n@return A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.*/",
"getterModel" : {
"returnType" : "VPC",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "VPC",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VPC",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VPC",
"setterDocumentation" : "/**A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
\n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.*/",
"setterModel" : {
"variableDeclarationType" : "VPC",
"variableName" : "vPC",
"variableType" : "VPC",
"documentation" : "",
"simpleType" : "VPC",
"variableSetterType" : "VPC"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
\n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VPC",
"variableName" : "vPC",
"variableType" : "VPC",
"documentation" : "A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
",
"simpleType" : "VPC",
"variableSetterType" : "VPC"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "HostedZoneId", "VPC" ],
"shapeName" : "AssociateVPCWithHostedZoneRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateVPCWithHostedZoneRequest",
"variableName" : "associateVPCWithHostedZoneRequest",
"variableType" : "AssociateVPCWithHostedZoneRequest",
"documentation" : null,
"simpleType" : "AssociateVPCWithHostedZoneRequest",
"variableSetterType" : "AssociateVPCWithHostedZoneRequest"
},
"wrapper" : false
},
"AssociateVPCWithHostedZoneResult" : {
"c2jName" : "AssociateVPCWithHostedZoneResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type that contains the response information for the hosted zone.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeInfo",
"c2jShape" : "ChangeInfo",
"deprecated" : false,
"documentation" : "A complex type that describes the changes made to your hosted zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that describes the changes made to your hosted zone.
\n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that describes the changes made to your hosted zone.
\n@return A complex type that describes the changes made to your hosted zone.*/",
"getterModel" : {
"returnType" : "ChangeInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeInfo",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeInfo",
"setterDocumentation" : "/**A complex type that describes the changes made to your hosted zone.
\n@param changeInfo A complex type that describes the changes made to your hosted zone.*/",
"setterModel" : {
"variableDeclarationType" : "ChangeInfo",
"variableName" : "changeInfo",
"variableType" : "ChangeInfo",
"documentation" : "",
"simpleType" : "ChangeInfo",
"variableSetterType" : "ChangeInfo"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that describes the changes made to your hosted zone.
\n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ChangeInfo",
"variableName" : "changeInfo",
"variableType" : "ChangeInfo",
"documentation" : "A complex type that describes the changes made to your hosted zone.
",
"simpleType" : "ChangeInfo",
"variableSetterType" : "ChangeInfo"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeInfo" : {
"c2jName" : "ChangeInfo",
"c2jShape" : "ChangeInfo",
"deprecated" : false,
"documentation" : "A complex type that describes the changes made to your hosted zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that describes the changes made to your hosted zone.
\n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that describes the changes made to your hosted zone.
\n@return A complex type that describes the changes made to your hosted zone.*/",
"getterModel" : {
"returnType" : "ChangeInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeInfo",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeInfo",
"setterDocumentation" : "/**A complex type that describes the changes made to your hosted zone.
\n@param changeInfo A complex type that describes the changes made to your hosted zone.*/",
"setterModel" : {
"variableDeclarationType" : "ChangeInfo",
"variableName" : "changeInfo",
"variableType" : "ChangeInfo",
"documentation" : "",
"simpleType" : "ChangeInfo",
"variableSetterType" : "ChangeInfo"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that describes the changes made to your hosted zone.
\n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ChangeInfo",
"variableName" : "changeInfo",
"variableType" : "ChangeInfo",
"documentation" : "A complex type that describes the changes made to your hosted zone.
",
"simpleType" : "ChangeInfo",
"variableSetterType" : "ChangeInfo"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ChangeInfo" ],
"shapeName" : "AssociateVPCWithHostedZoneResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateVPCWithHostedZoneResult",
"variableName" : "associateVPCWithHostedZoneResult",
"variableType" : "AssociateVPCWithHostedZoneResult",
"documentation" : null,
"simpleType" : "AssociateVPCWithHostedZoneResult",
"variableSetterType" : "AssociateVPCWithHostedZoneResult"
},
"wrapper" : false
},
"Change" : {
"c2jName" : "Change",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The information for each resource record set that you want to change.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Action",
"c2jShape" : "ChangeAction",
"deprecated" : false,
"documentation" : "The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
",
"enumType" : "ChangeAction",
"fluentSetterDocumentation" : "/**The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@param action The action to perform: -
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"getterDocumentation" : "/**The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@return The action to perform: -
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@see ChangeAction*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Action",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Action",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Action",
"setterDocumentation" : "/**The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@param action The action to perform: -
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@see ChangeAction*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "action",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@param action The action to perform: -
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "action",
"variableType" : "String",
"documentation" : "The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ResourceRecordSet",
"c2jShape" : "ResourceRecordSet",
"deprecated" : false,
"documentation" : "Information about the resource record set to create or delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about the resource record set to create or delete.
\n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Information about the resource record set to create or delete.
\n@return Information about the resource record set to create or delete.*/",
"getterModel" : {
"returnType" : "ResourceRecordSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceRecordSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceRecordSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceRecordSet",
"setterDocumentation" : "/**Information about the resource record set to create or delete.
\n@param resourceRecordSet Information about the resource record set to create or delete.*/",
"setterModel" : {
"variableDeclarationType" : "ResourceRecordSet",
"variableName" : "resourceRecordSet",
"variableType" : "ResourceRecordSet",
"documentation" : "",
"simpleType" : "ResourceRecordSet",
"variableSetterType" : "ResourceRecordSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about the resource record set to create or delete.
\n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ResourceRecordSet",
"variableName" : "resourceRecordSet",
"variableType" : "ResourceRecordSet",
"documentation" : "Information about the resource record set to create or delete.
",
"simpleType" : "ResourceRecordSet",
"variableSetterType" : "ResourceRecordSet"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Action" : {
"c2jName" : "Action",
"c2jShape" : "ChangeAction",
"deprecated" : false,
"documentation" : "The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
",
"enumType" : "ChangeAction",
"fluentSetterDocumentation" : "/**The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@param action The action to perform: -
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"getterDocumentation" : "/**The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@return The action to perform: -
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@see ChangeAction*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Action",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Action",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Action",
"setterDocumentation" : "/**The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@param action The action to perform: -
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@see ChangeAction*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "action",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@param action The action to perform: -
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "action",
"variableType" : "String",
"documentation" : "The action to perform:
-
CREATE
: Creates a resource record set that has the specified values.
-
DELETE
: Deletes a existing resource record set that has the specified values for Name
, Type
, SetIdentifier
(for latency, weighted, geolocation, and failover resource record sets), and TTL
(except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance
. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Amazon Route 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.
-
UPSERT
: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name
, Type
, and SetIdentifier
(for weighted, latency, geolocation, and failover resource record sets).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ResourceRecordSet" : {
"c2jName" : "ResourceRecordSet",
"c2jShape" : "ResourceRecordSet",
"deprecated" : false,
"documentation" : "Information about the resource record set to create or delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about the resource record set to create or delete.
\n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Information about the resource record set to create or delete.
\n@return Information about the resource record set to create or delete.*/",
"getterModel" : {
"returnType" : "ResourceRecordSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceRecordSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceRecordSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceRecordSet",
"setterDocumentation" : "/**Information about the resource record set to create or delete.
\n@param resourceRecordSet Information about the resource record set to create or delete.*/",
"setterModel" : {
"variableDeclarationType" : "ResourceRecordSet",
"variableName" : "resourceRecordSet",
"variableType" : "ResourceRecordSet",
"documentation" : "",
"simpleType" : "ResourceRecordSet",
"variableSetterType" : "ResourceRecordSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about the resource record set to create or delete.
\n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ResourceRecordSet",
"variableName" : "resourceRecordSet",
"variableType" : "ResourceRecordSet",
"documentation" : "Information about the resource record set to create or delete.
",
"simpleType" : "ResourceRecordSet",
"variableSetterType" : "ResourceRecordSet"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Action", "ResourceRecordSet" ],
"shapeName" : "Change",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Change",
"variableName" : "change",
"variableType" : "Change",
"documentation" : null,
"simpleType" : "Change",
"variableSetterType" : "Change"
},
"wrapper" : false
},
"ChangeAction" : {
"c2jName" : "ChangeAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "CREATE",
"value" : "CREATE"
}, {
"name" : "DELETE",
"value" : "DELETE"
}, {
"name" : "UPSERT",
"value" : "UPSERT"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ChangeAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeAction",
"variableName" : "changeAction",
"variableType" : "ChangeAction",
"documentation" : null,
"simpleType" : "ChangeAction",
"variableSetterType" : "ChangeAction"
},
"wrapper" : false
},
"ChangeBatch" : {
"c2jName" : "ChangeBatch",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The information for a change request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Comment",
"c2jShape" : "ResourceDescription",
"deprecated" : false,
"documentation" : " Optional: Any comments you want to include about a change batch request.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Optional: Any comments you want to include about a change batch request.
\n@param comment Optional: Any comments you want to include about a change batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** Optional: Any comments you want to include about a change batch request.
\n@return Optional: Any comments you want to include about a change batch request.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Comment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Comment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Comment",
"setterDocumentation" : "/** Optional: Any comments you want to include about a change batch request.
\n@param comment Optional: Any comments you want to include about a change batch request.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/** Optional: Any comments you want to include about a change batch request.
\n@param comment Optional: Any comments you want to include about a change batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : " Optional: Any comments you want to include about a change batch request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Changes",
"c2jShape" : "Changes",
"deprecated" : false,
"documentation" : "Information about the changes to make to the record sets.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about the changes to make to the record sets.
\n@param changes Information about the changes to make to the record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Information about the changes to make to the record sets.
\n@return Information about the changes to make to the record sets.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Changes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Changes",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Change",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Change",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Change",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Change",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Change",
"variableName" : "member",
"variableType" : "Change",
"documentation" : "",
"simpleType" : "Change",
"variableSetterType" : "Change"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Change",
"variableName" : "member",
"variableType" : "Change",
"documentation" : "",
"simpleType" : "Change",
"variableSetterType" : "Change"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Change",
"memberType" : "Change",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Change",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Changes",
"setterDocumentation" : "/**Information about the changes to make to the record sets.
\n@param changes Information about the changes to make to the record sets.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "changes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about the changes to make to the record sets.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setChanges(java.util.Collection)} or {@link #withChanges(java.util.Collection)} if you want to override the existing values.
\n@param changes Information about the changes to make to the record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "changes",
"variableType" : "java.util.List",
"documentation" : "Information about the changes to make to the record sets.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Changes" : {
"c2jName" : "Changes",
"c2jShape" : "Changes",
"deprecated" : false,
"documentation" : "Information about the changes to make to the record sets.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about the changes to make to the record sets.
\n@param changes Information about the changes to make to the record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Information about the changes to make to the record sets.
\n@return Information about the changes to make to the record sets.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Changes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Changes",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Change",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Change",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Change",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Change",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Change",
"variableName" : "member",
"variableType" : "Change",
"documentation" : "",
"simpleType" : "Change",
"variableSetterType" : "Change"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Change",
"variableName" : "member",
"variableType" : "Change",
"documentation" : "",
"simpleType" : "Change",
"variableSetterType" : "Change"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Change",
"memberType" : "Change",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Change",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Changes",
"setterDocumentation" : "/**Information about the changes to make to the record sets.
\n@param changes Information about the changes to make to the record sets.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "changes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about the changes to make to the record sets.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setChanges(java.util.Collection)} or {@link #withChanges(java.util.Collection)} if you want to override the existing values.
\n@param changes Information about the changes to make to the record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "changes",
"variableType" : "java.util.List",
"documentation" : "Information about the changes to make to the record sets.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Comment" : {
"c2jName" : "Comment",
"c2jShape" : "ResourceDescription",
"deprecated" : false,
"documentation" : " Optional: Any comments you want to include about a change batch request.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** Optional: Any comments you want to include about a change batch request.
\n@param comment Optional: Any comments you want to include about a change batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** Optional: Any comments you want to include about a change batch request.
\n@return Optional: Any comments you want to include about a change batch request.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Comment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Comment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Comment",
"setterDocumentation" : "/** Optional: Any comments you want to include about a change batch request.
\n@param comment Optional: Any comments you want to include about a change batch request.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/** Optional: Any comments you want to include about a change batch request.
\n@param comment Optional: Any comments you want to include about a change batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : " Optional: Any comments you want to include about a change batch request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Changes" ],
"shapeName" : "ChangeBatch",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeBatch",
"variableName" : "changeBatch",
"variableType" : "ChangeBatch",
"documentation" : null,
"simpleType" : "ChangeBatch",
"variableSetterType" : "ChangeBatch"
},
"wrapper" : false
},
"ChangeBatchRecord" : {
"c2jName" : "ChangeBatchRecord",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : true,
"documentation" : "A complex type that lists the changes and information for a ChangeBatch.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Id",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
\n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
\n@return The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
\n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
\n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SubmittedAt",
"c2jShape" : "TimeStamp",
"deprecated" : false,
"documentation" : "The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
\n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
\n@return The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubmittedAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubmittedAt",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedAt",
"setterDocumentation" : "/**The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
\n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedAt",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
\n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedAt",
"variableType" : "java.util.Date",
"documentation" : "The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Status",
"c2jShape" : "ChangeStatus",
"deprecated" : false,
"documentation" : "The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
",
"enumType" : "ChangeStatus",
"fluentSetterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. Valid Values: PENDING
| INSYNC
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/",
"getterDocumentation" : "/**
The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
\n@return The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. Valid Values: PENDING
| INSYNC
\n@see ChangeStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**
The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. Valid Values: PENDING
| INSYNC
\n@see ChangeStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. Valid Values: PENDING
| INSYNC
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Comment",
"c2jShape" : "ResourceDescription",
"deprecated" : false,
"documentation" : "A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@return A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Comment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Comment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Comment",
"setterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Submitter",
"c2jShape" : "AWSAccountID",
"deprecated" : false,
"documentation" : "The AWS account ID attached to the changes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The AWS account ID attached to the changes.
\n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The AWS account ID attached to the changes.
\n@return The AWS account ID attached to the changes.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Submitter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Submitter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Submitter",
"setterDocumentation" : "/**The AWS account ID attached to the changes.
\n@param submitter The AWS account ID attached to the changes.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submitter",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The AWS account ID attached to the changes.
\n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submitter",
"variableType" : "String",
"documentation" : "The AWS account ID attached to the changes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Changes",
"c2jShape" : "Changes",
"deprecated" : false,
"documentation" : "A list of changes made in the ChangeBatch.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of changes made in the ChangeBatch.
\n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A list of changes made in the ChangeBatch.
\n@return A list of changes made in the ChangeBatch.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Changes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Changes",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Change",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Change",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Change",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Change",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Change",
"variableName" : "member",
"variableType" : "Change",
"documentation" : "",
"simpleType" : "Change",
"variableSetterType" : "Change"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Change",
"variableName" : "member",
"variableType" : "Change",
"documentation" : "",
"simpleType" : "Change",
"variableSetterType" : "Change"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Change",
"memberType" : "Change",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Change",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Changes",
"setterDocumentation" : "/**A list of changes made in the ChangeBatch.
\n@param changes A list of changes made in the ChangeBatch.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "changes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of changes made in the ChangeBatch.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setChanges(java.util.Collection)} or {@link #withChanges(java.util.Collection)} if you want to override the existing values.
\n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "changes",
"variableType" : "java.util.List",
"documentation" : "A list of changes made in the ChangeBatch.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Changes" : {
"c2jName" : "Changes",
"c2jShape" : "Changes",
"deprecated" : false,
"documentation" : "A list of changes made in the ChangeBatch.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of changes made in the ChangeBatch.
\n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A list of changes made in the ChangeBatch.
\n@return A list of changes made in the ChangeBatch.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Changes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Changes",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Change",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Change",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Change",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Change",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Change",
"variableName" : "member",
"variableType" : "Change",
"documentation" : "",
"simpleType" : "Change",
"variableSetterType" : "Change"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Change",
"variableName" : "member",
"variableType" : "Change",
"documentation" : "",
"simpleType" : "Change",
"variableSetterType" : "Change"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Change",
"memberType" : "Change",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Change",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Changes",
"setterDocumentation" : "/**A list of changes made in the ChangeBatch.
\n@param changes A list of changes made in the ChangeBatch.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "changes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of changes made in the ChangeBatch.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setChanges(java.util.Collection)} or {@link #withChanges(java.util.Collection)} if you want to override the existing values.
\n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "changes",
"variableType" : "java.util.List",
"documentation" : "A list of changes made in the ChangeBatch.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Comment" : {
"c2jName" : "Comment",
"c2jShape" : "ResourceDescription",
"deprecated" : false,
"documentation" : "A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@return A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Comment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Comment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Comment",
"setterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"c2jName" : "Id",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
\n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
\n@return The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
\n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
\n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "Status",
"c2jShape" : "ChangeStatus",
"deprecated" : false,
"documentation" : "The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
",
"enumType" : "ChangeStatus",
"fluentSetterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. Valid Values: PENDING
| INSYNC
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/",
"getterDocumentation" : "/**
The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
\n@return The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. Valid Values: PENDING
| INSYNC
\n@see ChangeStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**
The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. Valid Values: PENDING
| INSYNC
\n@see ChangeStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. Valid Values: PENDING
| INSYNC
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING
| INSYNC
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubmittedAt" : {
"c2jName" : "SubmittedAt",
"c2jShape" : "TimeStamp",
"deprecated" : false,
"documentation" : "The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
\n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
\n@return The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubmittedAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubmittedAt",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedAt",
"setterDocumentation" : "/**The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
\n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedAt",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
\n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedAt",
"variableType" : "java.util.Date",
"documentation" : "The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Submitter" : {
"c2jName" : "Submitter",
"c2jShape" : "AWSAccountID",
"deprecated" : false,
"documentation" : "The AWS account ID attached to the changes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The AWS account ID attached to the changes.
\n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The AWS account ID attached to the changes.
\n@return The AWS account ID attached to the changes.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Submitter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Submitter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Submitter",
"setterDocumentation" : "/**The AWS account ID attached to the changes.
\n@param submitter The AWS account ID attached to the changes.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submitter",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The AWS account ID attached to the changes.
\n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submitter",
"variableType" : "String",
"documentation" : "The AWS account ID attached to the changes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Id", "Status" ],
"shapeName" : "ChangeBatchRecord",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeBatchRecord",
"variableName" : "changeBatchRecord",
"variableType" : "ChangeBatchRecord",
"documentation" : null,
"simpleType" : "ChangeBatchRecord",
"variableSetterType" : "ChangeBatchRecord"
},
"wrapper" : false
},
"ChangeInfo" : {
"c2jName" : "ChangeInfo",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type that describes change information about changes made to your hosted zone.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Id",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ID of the request.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the request.
\n@param id The ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the request.
\n@return The ID of the request.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The ID of the request.
\n@param id The ID of the request.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the request.
\n@param id The ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Status",
"c2jShape" : "ChangeStatus",
"deprecated" : false,
"documentation" : "The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
",
"enumType" : "ChangeStatus",
"fluentSetterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/",
"getterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
\n@return The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@see ChangeStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@see ChangeStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SubmittedAt",
"c2jShape" : "TimeStamp",
"deprecated" : false,
"documentation" : "The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
\n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
\n@return The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubmittedAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubmittedAt",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedAt",
"setterDocumentation" : "/**The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
\n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedAt",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
\n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedAt",
"variableType" : "java.util.Date",
"documentation" : "The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Comment",
"c2jShape" : "ResourceDescription",
"deprecated" : false,
"documentation" : "A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@return A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Comment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Comment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Comment",
"setterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Comment" : {
"c2jName" : "Comment",
"c2jShape" : "ResourceDescription",
"deprecated" : false,
"documentation" : "A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@return A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Comment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Comment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Comment",
"setterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param comment A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comment",
"variableType" : "String",
"documentation" : "
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"c2jName" : "Id",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ID of the request.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the request.
\n@param id The ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the request.
\n@return The ID of the request.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The ID of the request.
\n@param id The ID of the request.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the request.
\n@param id The ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "Status",
"c2jShape" : "ChangeStatus",
"deprecated" : false,
"documentation" : "The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
",
"enumType" : "ChangeStatus",
"fluentSetterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/",
"getterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
\n@return The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@see ChangeStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@see ChangeStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
\n@param status The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubmittedAt" : {
"c2jName" : "SubmittedAt",
"c2jShape" : "TimeStamp",
"deprecated" : false,
"documentation" : "The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
\n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
\n@return The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubmittedAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubmittedAt",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedAt",
"setterDocumentation" : "/**The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
\n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedAt",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
\n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedAt",
"variableType" : "java.util.Date",
"documentation" : "The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ
. For more information, see the Wikipedia entry ISO 8601.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Id", "Status", "SubmittedAt" ],
"shapeName" : "ChangeInfo",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeInfo",
"variableName" : "changeInfo",
"variableType" : "ChangeInfo",
"documentation" : null,
"simpleType" : "ChangeInfo",
"variableSetterType" : "ChangeInfo"
},
"wrapper" : false
},
"ChangeResourceRecordSetsRequest" : {
"c2jName" : "ChangeResourceRecordSetsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type that contains change information for the resource record set.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ChangeResourceRecordSets",
"locationName" : "ChangeResourceRecordSetsRequest",
"requestUri" : "/2013-04-01/hostedzone/{Id}/rrset/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/"
},
"members" : [ {
"c2jName" : "HostedZoneId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ID of the hosted zone that contains the resource record sets that you want to change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the hosted zone that contains the resource record sets that you want to change.
\n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the hosted zone that contains the resource record sets that you want to change.
\n@return The ID of the hosted zone that contains the resource record sets that you want to change.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HostedZoneId",
"setterDocumentation" : "/**The ID of the hosted zone that contains the resource record sets that you want to change.
\n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the hosted zone that contains the resource record sets that you want to change.
\n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "The ID of the hosted zone that contains the resource record sets that you want to change.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeBatch",
"c2jShape" : "ChangeBatch",
"deprecated" : false,
"documentation" : "A complex type that contains an optional comment and the Changes
element.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains an optional comment and the Changes
element.
\n@param changeBatch A complex type that contains an optional comment and the Changes
element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that contains an optional comment and the Changes
element.
\n@return A complex type that contains an optional comment and the Changes
element.*/",
"getterModel" : {
"returnType" : "ChangeBatch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeBatch",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeBatch",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeBatch",
"setterDocumentation" : "/**A complex type that contains an optional comment and the Changes
element.
\n@param changeBatch A complex type that contains an optional comment and the Changes
element.*/",
"setterModel" : {
"variableDeclarationType" : "ChangeBatch",
"variableName" : "changeBatch",
"variableType" : "ChangeBatch",
"documentation" : "",
"simpleType" : "ChangeBatch",
"variableSetterType" : "ChangeBatch"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains an optional comment and the Changes
element.
\n@param changeBatch A complex type that contains an optional comment and the Changes
element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ChangeBatch",
"variableName" : "changeBatch",
"variableType" : "ChangeBatch",
"documentation" : "A complex type that contains an optional comment and the Changes
element.
",
"simpleType" : "ChangeBatch",
"variableSetterType" : "ChangeBatch"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeBatch" : {
"c2jName" : "ChangeBatch",
"c2jShape" : "ChangeBatch",
"deprecated" : false,
"documentation" : "A complex type that contains an optional comment and the Changes
element.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains an optional comment and the Changes
element.
\n@param changeBatch A complex type that contains an optional comment and the Changes
element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that contains an optional comment and the Changes
element.
\n@return A complex type that contains an optional comment and the Changes
element.*/",
"getterModel" : {
"returnType" : "ChangeBatch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeBatch",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeBatch",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeBatch",
"setterDocumentation" : "/**A complex type that contains an optional comment and the Changes
element.
\n@param changeBatch A complex type that contains an optional comment and the Changes
element.*/",
"setterModel" : {
"variableDeclarationType" : "ChangeBatch",
"variableName" : "changeBatch",
"variableType" : "ChangeBatch",
"documentation" : "",
"simpleType" : "ChangeBatch",
"variableSetterType" : "ChangeBatch"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains an optional comment and the Changes
element.
\n@param changeBatch A complex type that contains an optional comment and the Changes
element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ChangeBatch",
"variableName" : "changeBatch",
"variableType" : "ChangeBatch",
"documentation" : "A complex type that contains an optional comment and the Changes
element.
",
"simpleType" : "ChangeBatch",
"variableSetterType" : "ChangeBatch"
},
"xmlNameSpaceUri" : null
},
"HostedZoneId" : {
"c2jName" : "HostedZoneId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ID of the hosted zone that contains the resource record sets that you want to change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the hosted zone that contains the resource record sets that you want to change.
\n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the hosted zone that contains the resource record sets that you want to change.
\n@return The ID of the hosted zone that contains the resource record sets that you want to change.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HostedZoneId",
"setterDocumentation" : "/**The ID of the hosted zone that contains the resource record sets that you want to change.
\n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the hosted zone that contains the resource record sets that you want to change.
\n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostedZoneId",
"variableType" : "String",
"documentation" : "The ID of the hosted zone that contains the resource record sets that you want to change.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "HostedZoneId", "ChangeBatch" ],
"shapeName" : "ChangeResourceRecordSetsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ChangeResourceRecordSetsRequest",
"variableName" : "changeResourceRecordSetsRequest",
"variableType" : "ChangeResourceRecordSetsRequest",
"documentation" : null,
"simpleType" : "ChangeResourceRecordSetsRequest",
"variableSetterType" : "ChangeResourceRecordSetsRequest"
},
"wrapper" : false
},
"ChangeResourceRecordSetsResult" : {
"c2jName" : "ChangeResourceRecordSetsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type containing the response for the request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeInfo",
"c2jShape" : "ChangeInfo",
"deprecated" : false,
"documentation" : "A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param changeInfo A complex type that contains information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@return A complex type that contains information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"getterModel" : {
"returnType" : "ChangeInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeInfo",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeInfo",
"setterDocumentation" : "/**
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param changeInfo A complex type that contains information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"setterModel" : {
"variableDeclarationType" : "ChangeInfo",
"variableName" : "changeInfo",
"variableType" : "ChangeInfo",
"documentation" : "",
"simpleType" : "ChangeInfo",
"variableSetterType" : "ChangeInfo"
},
"simple" : false,
"varargSetterDocumentation" : "/**
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param changeInfo A complex type that contains information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ChangeInfo",
"variableName" : "changeInfo",
"variableType" : "ChangeInfo",
"documentation" : "
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"simpleType" : "ChangeInfo",
"variableSetterType" : "ChangeInfo"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeInfo" : {
"c2jName" : "ChangeInfo",
"c2jShape" : "ChangeInfo",
"deprecated" : false,
"documentation" : "A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param changeInfo A complex type that contains information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@return A complex type that contains information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"getterModel" : {
"returnType" : "ChangeInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeInfo",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeInfo",
"setterDocumentation" : "/**
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param changeInfo A complex type that contains information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/",
"setterModel" : {
"variableDeclarationType" : "ChangeInfo",
"variableName" : "changeInfo",
"variableType" : "ChangeInfo",
"documentation" : "",
"simpleType" : "ChangeInfo",
"variableSetterType" : "ChangeInfo"
},
"simple" : false,
"varargSetterDocumentation" : "/**
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
\n@param changeInfo A complex type that contains information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ChangeInfo",
"variableName" : "changeInfo",
"variableType" : "ChangeInfo",
"documentation" : "
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
",
"simpleType" : "ChangeInfo",
"variableSetterType" : "ChangeInfo"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ChangeInfo" ],
"shapeName" : "ChangeResourceRecordSetsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeResourceRecordSetsResult",
"variableName" : "changeResourceRecordSetsResult",
"variableType" : "ChangeResourceRecordSetsResult",
"documentation" : null,
"simpleType" : "ChangeResourceRecordSetsResult",
"variableSetterType" : "ChangeResourceRecordSetsResult"
},
"wrapper" : false
},
"ChangeStatus" : {
"c2jName" : "ChangeStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "PENDING",
"value" : "PENDING"
}, {
"name" : "INSYNC",
"value" : "INSYNC"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ChangeStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeStatus",
"variableName" : "changeStatus",
"variableType" : "ChangeStatus",
"documentation" : null,
"simpleType" : "ChangeStatus",
"variableSetterType" : "ChangeStatus"
},
"wrapper" : false
},
"ChangeTagsForResourceRequest" : {
"c2jName" : "ChangeTagsForResourceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type that contains information about the tags that you want to add, edit, or delete.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ChangeTagsForResource",
"locationName" : "ChangeTagsForResourceRequest",
"requestUri" : "/2013-04-01/tags/{ResourceType}/{ResourceId}",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/"
},
"members" : [ {
"c2jName" : "ResourceType",
"c2jShape" : "TagResourceType",
"deprecated" : false,
"documentation" : "The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
",
"enumType" : "TagResourceType",
"fluentSetterDocumentation" : "/**The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@param resourceType The type of the resource. -
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/",
"getterDocumentation" : "/**The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@return The type of the resource. -
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@see TagResourceType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ResourceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceType",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceType",
"setterDocumentation" : "/**The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@param resourceType The type of the resource. -
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@see TagResourceType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@param resourceType The type of the resource. -
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ResourceId",
"c2jShape" : "TagResourceId",
"deprecated" : false,
"documentation" : "The ID of the resource for which you want to add, change, or delete tags.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the resource for which you want to add, change, or delete tags.
\n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the resource for which you want to add, change, or delete tags.
\n@return The ID of the resource for which you want to add, change, or delete tags.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ResourceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceId",
"setterDocumentation" : "/**The ID of the resource for which you want to add, change, or delete tags.
\n@param resourceId The ID of the resource for which you want to add, change, or delete tags.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the resource for which you want to add, change, or delete tags.
\n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : "The ID of the resource for which you want to add, change, or delete tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AddTags",
"c2jShape" : "TagList",
"deprecated" : false,
"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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
\n@param addTags 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 for which you want to edit the Value
element. You can add a maximum of 10 tags to a health check or a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
\n@return 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 for which you want to edit the Value
element. You can add a maximum of 10 tags to a health check or a hosted zone.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AddTags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddTags",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AddTags",
"setterDocumentation" : "/**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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
\n@param addTags 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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "addTags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAddTags(java.util.Collection)} or {@link #withAddTags(java.util.Collection)} if you want to override the existing values.
\n@param addTags 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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "addTags",
"variableType" : "java.util.List",
"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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RemoveTagKeys",
"c2jShape" : "TagKeyList",
"deprecated" : false,
"documentation" : "A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
\n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
\n@return A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RemoveTagKeys",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RemoveTagKeys",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TagKey",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Key",
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RemoveTagKeys",
"setterDocumentation" : "/**A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
\n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "removeTagKeys",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRemoveTagKeys(java.util.Collection)} or {@link #withRemoveTagKeys(java.util.Collection)} if you want to override the existing values.
\n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "removeTagKeys",
"variableType" : "java.util.List",
"documentation" : "A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AddTags" : {
"c2jName" : "AddTags",
"c2jShape" : "TagList",
"deprecated" : false,
"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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
\n@param addTags 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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
\n@return 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 for which you want to edit the Value
element. You can add a maximum of 10 tags to a health check or a hosted zone.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AddTags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddTags",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AddTags",
"setterDocumentation" : "/**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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
\n@param addTags 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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "addTags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAddTags(java.util.Collection)} or {@link #withAddTags(java.util.Collection)} if you want to override the existing values.
\n@param addTags 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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "addTags",
"variableType" : "java.util.List",
"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 for which you want to edit the Value
element.
You can add a maximum of 10 tags to a health check or a hosted zone.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"RemoveTagKeys" : {
"c2jName" : "RemoveTagKeys",
"c2jShape" : "TagKeyList",
"deprecated" : false,
"documentation" : "A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
\n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
\n@return A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RemoveTagKeys",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RemoveTagKeys",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TagKey",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Key",
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RemoveTagKeys",
"setterDocumentation" : "/**A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
\n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "removeTagKeys",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRemoveTagKeys(java.util.Collection)} or {@link #withRemoveTagKeys(java.util.Collection)} if you want to override the existing values.
\n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "removeTagKeys",
"variableType" : "java.util.List",
"documentation" : "A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ResourceId" : {
"c2jName" : "ResourceId",
"c2jShape" : "TagResourceId",
"deprecated" : false,
"documentation" : "The ID of the resource for which you want to add, change, or delete tags.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the resource for which you want to add, change, or delete tags.
\n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the resource for which you want to add, change, or delete tags.
\n@return The ID of the resource for which you want to add, change, or delete tags.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ResourceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceId",
"setterDocumentation" : "/**The ID of the resource for which you want to add, change, or delete tags.
\n@param resourceId The ID of the resource for which you want to add, change, or delete tags.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the resource for which you want to add, change, or delete tags.
\n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : "The ID of the resource for which you want to add, change, or delete tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ResourceType" : {
"c2jName" : "ResourceType",
"c2jShape" : "TagResourceType",
"deprecated" : false,
"documentation" : "The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
",
"enumType" : "TagResourceType",
"fluentSetterDocumentation" : "/**The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@param resourceType The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/",
"getterDocumentation" : "/**The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@return The type of the resource. -
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@see TagResourceType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ResourceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceType",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceType",
"setterDocumentation" : "/**The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@param resourceType The type of the resource. -
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@see TagResourceType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@param resourceType The type of the resource. -
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "The type of the resource.
-
The resource type for health checks is healthcheck
.
-
The resource type for hosted zones is hostedzone
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ResourceType", "ResourceId" ],
"shapeName" : "ChangeTagsForResourceRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ChangeTagsForResourceRequest",
"variableName" : "changeTagsForResourceRequest",
"variableType" : "ChangeTagsForResourceRequest",
"documentation" : null,
"simpleType" : "ChangeTagsForResourceRequest",
"variableSetterType" : "ChangeTagsForResourceRequest"
},
"wrapper" : false
},
"ChangeTagsForResourceResult" : {
"c2jName" : "ChangeTagsForResourceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Empty response for the request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ChangeTagsForResourceResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeTagsForResourceResult",
"variableName" : "changeTagsForResourceResult",
"variableType" : "ChangeTagsForResourceResult",
"documentation" : null,
"simpleType" : "ChangeTagsForResourceResult",
"variableSetterType" : "ChangeTagsForResourceResult"
},
"wrapper" : false
},
"CloudWatchAlarmConfiguration" : {
"c2jName" : "CloudWatchAlarmConfiguration",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "EvaluationPeriods",
"c2jShape" : "EvaluationPeriods",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
\n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
\n@return For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EvaluationPeriods",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EvaluationPeriods",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EvaluationPeriods",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
\n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "evaluationPeriods",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
\n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "evaluationPeriods",
"variableType" : "Integer",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Threshold",
"c2jShape" : "Threshold",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
\n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
\n@return For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.*/",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Threshold",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Threshold",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Threshold",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
\n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.*/",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "threshold",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
\n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "threshold",
"variableType" : "Double",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ComparisonOperator",
"c2jShape" : "ComparisonOperator",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
",
"enumType" : "ComparisonOperator",
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
\n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
\n@return For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@see ComparisonOperator*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ComparisonOperator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComparisonOperator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ComparisonOperator",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
\n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@see ComparisonOperator*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
\n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Period",
"c2jShape" : "Period",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
\n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
\n@return For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Period",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Period",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Period",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
\n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "period",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
\n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "period",
"variableType" : "Integer",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MetricName",
"c2jShape" : "MetricName",
"deprecated" : false,
"documentation" : "The name of the CloudWatch metric that the alarm is associated with.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the CloudWatch metric that the alarm is associated with.
\n@param metricName The name of the CloudWatch metric that the alarm is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the CloudWatch metric that the alarm is associated with.
\n@return The name of the CloudWatch metric that the alarm is associated with.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MetricName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricName",
"setterDocumentation" : "/**The name of the CloudWatch metric that the alarm is associated with.
\n@param metricName The name of the CloudWatch metric that the alarm is associated with.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the CloudWatch metric that the alarm is associated with.
\n@param metricName The name of the CloudWatch metric that the alarm is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The name of the CloudWatch metric that the alarm is associated with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Namespace",
"c2jShape" : "Namespace",
"deprecated" : false,
"documentation" : "The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@return The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Namespace",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Namespace",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Namespace",
"setterDocumentation" : "/**The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : "The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Statistic",
"c2jShape" : "Statistic",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
",
"enumType" : "Statistic",
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
\n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
\n@return For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@see Statistic*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Statistic",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Statistic",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Statistic",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
\n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@see Statistic*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statistic",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
\n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statistic",
"variableType" : "String",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Dimensions",
"c2jShape" : "DimensionList",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@return For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Dimensions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Dimensions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Dimension",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Dimension",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Dimension",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Dimension",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : "",
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : "",
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Dimension",
"memberType" : "Dimension",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Dimension",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Dimensions",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.
\n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : "For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ComparisonOperator" : {
"c2jName" : "ComparisonOperator",
"c2jShape" : "ComparisonOperator",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
",
"enumType" : "ComparisonOperator",
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
\n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
\n@return For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@see ComparisonOperator*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ComparisonOperator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComparisonOperator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ComparisonOperator",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
\n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@see ComparisonOperator*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
\n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Dimensions" : {
"c2jName" : "Dimensions",
"c2jShape" : "DimensionList",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@return For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Dimensions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Dimensions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Dimension",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Dimension",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Dimension",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Dimension",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : "",
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : "",
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Dimension",
"memberType" : "Dimension",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Dimension",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Dimensions",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.
\n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : "For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"EvaluationPeriods" : {
"c2jName" : "EvaluationPeriods",
"c2jShape" : "EvaluationPeriods",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
\n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
\n@return For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EvaluationPeriods",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EvaluationPeriods",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EvaluationPeriods",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
\n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "evaluationPeriods",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
\n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "evaluationPeriods",
"variableType" : "Integer",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"MetricName" : {
"c2jName" : "MetricName",
"c2jShape" : "MetricName",
"deprecated" : false,
"documentation" : "The name of the CloudWatch metric that the alarm is associated with.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the CloudWatch metric that the alarm is associated with.
\n@param metricName The name of the CloudWatch metric that the alarm is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the CloudWatch metric that the alarm is associated with.
\n@return The name of the CloudWatch metric that the alarm is associated with.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MetricName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricName",
"setterDocumentation" : "/**The name of the CloudWatch metric that the alarm is associated with.
\n@param metricName The name of the CloudWatch metric that the alarm is associated with.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the CloudWatch metric that the alarm is associated with.
\n@param metricName The name of the CloudWatch metric that the alarm is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The name of the CloudWatch metric that the alarm is associated with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Namespace" : {
"c2jName" : "Namespace",
"c2jShape" : "Namespace",
"deprecated" : false,
"documentation" : "The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@return The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Namespace",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Namespace",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Namespace",
"setterDocumentation" : "/**The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
\n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : "The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Period" : {
"c2jName" : "Period",
"c2jShape" : "Period",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
\n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
\n@return For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Period",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Period",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Period",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
\n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "period",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
\n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "period",
"variableType" : "Integer",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Statistic" : {
"c2jName" : "Statistic",
"c2jShape" : "Statistic",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
",
"enumType" : "Statistic",
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
\n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
\n@return For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@see Statistic*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Statistic",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Statistic",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Statistic",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
\n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@see Statistic*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statistic",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
\n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statistic",
"variableType" : "String",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Threshold" : {
"c2jName" : "Threshold",
"c2jShape" : "Threshold",
"deprecated" : false,
"documentation" : "For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
\n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
\n@return For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.*/",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Threshold",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Threshold",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Threshold",
"setterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
\n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.*/",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "threshold",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
\n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "threshold",
"variableType" : "Double",
"documentation" : "For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "EvaluationPeriods", "Threshold", "ComparisonOperator", "Period", "MetricName", "Namespace", "Statistic" ],
"shapeName" : "CloudWatchAlarmConfiguration",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloudWatchAlarmConfiguration",
"variableName" : "cloudWatchAlarmConfiguration",
"variableType" : "CloudWatchAlarmConfiguration",
"documentation" : null,
"simpleType" : "CloudWatchAlarmConfiguration",
"variableSetterType" : "CloudWatchAlarmConfiguration"
},
"wrapper" : false
},
"CloudWatchRegion" : {
"c2jName" : "CloudWatchRegion",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "UsEast1",
"value" : "us-east-1"
}, {
"name" : "UsWest1",
"value" : "us-west-1"
}, {
"name" : "UsWest2",
"value" : "us-west-2"
}, {
"name" : "EuCentral1",
"value" : "eu-central-1"
}, {
"name" : "EuWest1",
"value" : "eu-west-1"
}, {
"name" : "ApSouth1",
"value" : "ap-south-1"
}, {
"name" : "ApSoutheast1",
"value" : "ap-southeast-1"
}, {
"name" : "ApSoutheast2",
"value" : "ap-southeast-2"
}, {
"name" : "ApNortheast1",
"value" : "ap-northeast-1"
}, {
"name" : "ApNortheast2",
"value" : "ap-northeast-2"
}, {
"name" : "SaEast1",
"value" : "sa-east-1"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CloudWatchRegion",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloudWatchRegion",
"variableName" : "cloudWatchRegion",
"variableType" : "CloudWatchRegion",
"documentation" : null,
"simpleType" : "CloudWatchRegion",
"variableSetterType" : "CloudWatchRegion"
},
"wrapper" : false
},
"ComparisonOperator" : {
"c2jName" : "ComparisonOperator",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "GreaterThanOrEqualToThreshold",
"value" : "GreaterThanOrEqualToThreshold"
}, {
"name" : "GreaterThanThreshold",
"value" : "GreaterThanThreshold"
}, {
"name" : "LessThanThreshold",
"value" : "LessThanThreshold"
}, {
"name" : "LessThanOrEqualToThreshold",
"value" : "LessThanOrEqualToThreshold"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ComparisonOperator",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ComparisonOperator",
"variableName" : "comparisonOperator",
"variableType" : "ComparisonOperator",
"documentation" : null,
"simpleType" : "ComparisonOperator",
"variableSetterType" : "ComparisonOperator"
},
"wrapper" : false
},
"ConcurrentModificationException" : {
"c2jName" : "ConcurrentModification",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Another user submitted a request to update the object at the same time that you did. Retry the request.
",
"enums" : null,
"errorCode" : "ConcurrentModification",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "ConcurrentModificationException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConcurrentModificationException",
"variableName" : "concurrentModificationException",
"variableType" : "ConcurrentModificationException",
"documentation" : null,
"simpleType" : "ConcurrentModificationException",
"variableSetterType" : "ConcurrentModificationException"
},
"wrapper" : false
},
"ConflictingDomainExistsException" : {
"c2jName" : "ConflictingDomainExists",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : "ConflictingDomainExists",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "ConflictingDomainExistsException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConflictingDomainExistsException",
"variableName" : "conflictingDomainExistsException",
"variableType" : "ConflictingDomainExistsException",
"documentation" : null,
"simpleType" : "ConflictingDomainExistsException",
"variableSetterType" : "ConflictingDomainExistsException"
},
"wrapper" : false
},
"ConflictingTypesException" : {
"c2jName" : "ConflictingTypes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy
or CreateTrafficPolicyVersion
request.
",
"enums" : null,
"errorCode" : "ConflictingTypes",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "ConflictingTypesException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConflictingTypesException",
"variableName" : "conflictingTypesException",
"variableType" : "ConflictingTypesException",
"documentation" : null,
"simpleType" : "ConflictingTypesException",
"variableSetterType" : "ConflictingTypesException"
},
"wrapper" : false
},
"CreateHealthCheckRequest" : {
"c2jName" : "CreateHealthCheckRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type that contains the health check request information.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateHealthCheck",
"locationName" : "CreateHealthCheckRequest",
"requestUri" : "/2013-04-01/healthcheck",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/"
},
"members" : [ {
"c2jName" : "CallerReference",
"c2jShape" : "HealthCheckNonce",
"deprecated" : false,
"documentation" : "A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
\n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
\n@return A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CallerReference",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CallerReference",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CallerReference",
"setterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
\n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "callerReference",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
\n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "callerReference",
"variableType" : "String",
"documentation" : "A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HealthCheckConfig",
"c2jShape" : "HealthCheckConfig",
"deprecated" : false,
"documentation" : "A complex type that contains the response to a CreateHealthCheck
request.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains the response to a CreateHealthCheck
request.
\n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck
request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that contains the response to a CreateHealthCheck
request.
\n@return A complex type that contains the response to a CreateHealthCheck
request.*/",
"getterModel" : {
"returnType" : "HealthCheckConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HealthCheckConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckConfig",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HealthCheckConfig",
"setterDocumentation" : "/**A complex type that contains the response to a CreateHealthCheck
request.
\n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck
request.*/",
"setterModel" : {
"variableDeclarationType" : "HealthCheckConfig",
"variableName" : "healthCheckConfig",
"variableType" : "HealthCheckConfig",
"documentation" : "",
"simpleType" : "HealthCheckConfig",
"variableSetterType" : "HealthCheckConfig"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains the response to a CreateHealthCheck
request.
\n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck
request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HealthCheckConfig",
"variableName" : "healthCheckConfig",
"variableType" : "HealthCheckConfig",
"documentation" : "A complex type that contains the response to a CreateHealthCheck
request.
",
"simpleType" : "HealthCheckConfig",
"variableSetterType" : "HealthCheckConfig"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CallerReference" : {
"c2jName" : "CallerReference",
"c2jShape" : "HealthCheckNonce",
"deprecated" : false,
"documentation" : "A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
\n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
\n@return A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CallerReference",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CallerReference",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CallerReference",
"setterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
\n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "callerReference",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
\n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "callerReference",
"variableType" : "String",
"documentation" : "A unique string that identifies the request and that allows failed CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HealthCheckConfig" : {
"c2jName" : "HealthCheckConfig",
"c2jShape" : "HealthCheckConfig",
"deprecated" : false,
"documentation" : "A complex type that contains the response to a CreateHealthCheck
request.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains the response to a CreateHealthCheck
request.
\n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck
request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that contains the response to a CreateHealthCheck
request.
\n@return A complex type that contains the response to a CreateHealthCheck
request.*/",
"getterModel" : {
"returnType" : "HealthCheckConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HealthCheckConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckConfig",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HealthCheckConfig",
"setterDocumentation" : "/**A complex type that contains the response to a CreateHealthCheck
request.
\n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck
request.*/",
"setterModel" : {
"variableDeclarationType" : "HealthCheckConfig",
"variableName" : "healthCheckConfig",
"variableType" : "HealthCheckConfig",
"documentation" : "",
"simpleType" : "HealthCheckConfig",
"variableSetterType" : "HealthCheckConfig"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains the response to a CreateHealthCheck
request.
\n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck
request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HealthCheckConfig",
"variableName" : "healthCheckConfig",
"variableType" : "HealthCheckConfig",
"documentation" : "A complex type that contains the response to a CreateHealthCheck
request.
",
"simpleType" : "HealthCheckConfig",
"variableSetterType" : "HealthCheckConfig"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "CallerReference", "HealthCheckConfig" ],
"shapeName" : "CreateHealthCheckRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateHealthCheckRequest",
"variableName" : "createHealthCheckRequest",
"variableType" : "CreateHealthCheckRequest",
"documentation" : null,
"simpleType" : "CreateHealthCheckRequest",
"variableSetterType" : "CreateHealthCheckRequest"
},
"wrapper" : false
},
"CreateHealthCheckResult" : {
"c2jName" : "CreateHealthCheckResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type containing the response information for the new health check.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : true,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"deprecated" : false,
"documentation" : "A complex type that contains identifying information about the health check.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains identifying information about the health check.
\n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that contains identifying information about the health check.
\n@return A complex type that contains identifying information about the health check.*/",
"getterModel" : {
"returnType" : "HealthCheck",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HealthCheck",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheck",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HealthCheck",
"setterDocumentation" : "/**A complex type that contains identifying information about the health check.
\n@param healthCheck A complex type that contains identifying information about the health check.*/",
"setterModel" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains identifying information about the health check.
\n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "A complex type that contains identifying information about the health check.
",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Location",
"c2jShape" : "ResourceURI",
"deprecated" : false,
"documentation" : "The unique URL representing the new health check.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique URL representing the new health check.
\n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique URL representing the new health check.
\n@return The unique URL representing the new health check.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "Location",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Location",
"setterDocumentation" : "/**The unique URL representing the new health check.
\n@param location The unique URL representing the new health check.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique URL representing the new health check.
\n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "The unique URL representing the new health check.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"HealthCheck" : {
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"deprecated" : false,
"documentation" : "A complex type that contains identifying information about the health check.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complex type that contains identifying information about the health check.
\n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A complex type that contains identifying information about the health check.
\n@return A complex type that contains identifying information about the health check.*/",
"getterModel" : {
"returnType" : "HealthCheck",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HealthCheck",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheck",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HealthCheck",
"setterDocumentation" : "/**A complex type that contains identifying information about the health check.
\n@param healthCheck A complex type that contains identifying information about the health check.*/",
"setterModel" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains identifying information about the health check.
\n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "A complex type that contains identifying information about the health check.
",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"xmlNameSpaceUri" : null
},
"Location" : {
"c2jName" : "Location",
"c2jShape" : "ResourceURI",
"deprecated" : false,
"documentation" : "The unique URL representing the new health check.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique URL representing the new health check.
\n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique URL representing the new health check.
\n@return The unique URL representing the new health check.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "Location",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Location",
"setterDocumentation" : "/**The unique URL representing the new health check.
\n@param location The unique URL representing the new health check.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique URL representing the new health check.
\n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "The unique URL representing the new health check.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "HealthCheck", "Location" ],
"shapeName" : "CreateHealthCheckResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateHealthCheckResult",
"variableName" : "createHealthCheckResult",
"variableType" : "CreateHealthCheckResult",
"documentation" : null,
"simpleType" : "CreateHealthCheckResult",
"variableSetterType" : "CreateHealthCheckResult"
},
"wrapper" : false
},
"CreateHostedZoneRequest" : {
"c2jName" : "CreateHostedZoneRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A complex type containing the hosted zone request information.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateHostedZone",
"locationName" : "CreateHostedZoneRequest",
"requestUri" : "/2013-04-01/hostedzone",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/"
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "DNSName",
"deprecated" : false,
"documentation" : "The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.
If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.
If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.
\n@param name The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.
If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.
\n@return The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**
The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.
If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.
\n@param name The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.
If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.
\n@param name The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "
The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.
If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers
that CreateHostedZone
returns in the DelegationSet element.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "VPC",
"c2jShape" : "VPC",
"deprecated" : false,
"documentation" : "The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.
\n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.
\n@return The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/",
"getterModel" : {
"returnType" : "VPC",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "VPC",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VPC",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VPC",
"setterDocumentation" : "/**The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.
\n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/",
"setterModel" : {
"variableDeclarationType" : "VPC",
"variableName" : "vPC",
"variableType" : "VPC",
"documentation" : "",
"simpleType" : "VPC",
"variableSetterType" : "VPC"
},
"simple" : false,
"varargSetterDocumentation" : "/**The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.
\n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VPC",
"variableName" : "vPC",
"variableType" : "VPC",
"documentation" : "The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.
",
"simpleType" : "VPC",
"variableSetterType" : "VPC"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CallerReference",
"c2jShape" : "Nonce",
"deprecated" : false,
"documentation" : "A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.
\n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.
\n@return A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CallerReference",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CallerReference",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CallerReference",
"setterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.
\n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "callerReference",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.
\n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "callerReference",
"variableType" : "String",
"documentation" : "A unique string that identifies the request and that allows failed CreateHostedZone
requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a hosted zone. CallerReference
can be any unique string, for example, a date/time stamp.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HostedZoneConfig",
"c2jShape" : "HostedZoneConfig",
"deprecated" : false,
"documentation" : " (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.
\n@param hostedZoneConfig (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.
\n@return (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.*/",
"getterModel" : {
"returnType" : "HostedZoneConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HostedZoneConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HostedZoneConfig",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HostedZoneConfig",
"setterDocumentation" : "/** (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.
\n@param hostedZoneConfig (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.*/",
"setterModel" : {
"variableDeclarationType" : "HostedZoneConfig",
"variableName" : "hostedZoneConfig",
"variableType" : "HostedZoneConfig",
"documentation" : "",
"simpleType" : "HostedZoneConfig",
"variableSetterType" : "HostedZoneConfig"
},
"simple" : false,
"varargSetterDocumentation" : "/** (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.
\n@param hostedZoneConfig (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HostedZoneConfig",
"variableName" : "hostedZoneConfig",
"variableType" : "HostedZoneConfig",
"documentation" : " (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.
",
"simpleType" : "HostedZoneConfig",
"variableSetterType" : "HostedZoneConfig"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DelegationSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon Route 53 assigned to the reusable delegation set when you created it. For more information about reusable delegation sets, see CreateReusableDelegationSet.
- Type
-
String
- Default
-
None
- Parent
-
CreatedHostedZoneRequest
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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 when you created it. For more information about reusable delegation sets, see CreateReusableDelegationSet.
- Type
-
String
- Default
-
None
- Parent
-
CreatedHostedZoneRequest
\n@param delegationSetId 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 when you created it. For more information about reusable delegation sets, see CreateReusableDelegationSet. - Type
-
String
- Default
-
None
- Parent
-
CreatedHostedZoneRequest
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**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 when you created it. For more information about reusable delegation sets, see CreateReusableDelegationSet.
- Type
-
String
- Default
-
None
- Parent
-
CreatedHostedZoneRequest
\n@return 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 when you created it. For more information about reusable delegation sets, see CreateReusableDelegationSet. - Type
-
String
- Default
-
None
- Parent
-
CreatedHostedZoneRequest
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DelegationSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DelegationSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DelegationSetId",
"setterDocumentation" : "/**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 when you created it. For more information about reusable delegation sets, see CreateReusableDelegationSet.
- Type
-
String
- Default
-
None
- Parent
-