
models.route53-2013-04-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-route53 Show documentation
{
"metadata" : {
"apiVersion" : "2013-04-01",
"protocol" : "rest-xml",
"checksumFormat" : null,
"documentation" : null,
"defaultEndpoint" : "https://route53.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "route53.amazonaws.com",
"syncInterface" : "AmazonRoute53",
"syncClient" : "AmazonRoute53Client",
"asyncInterface" : "AmazonRoute53Async",
"asyncClient" : "AmazonRoute53AsyncClient",
"packageName" : "com.amazonaws.services.route53",
"packagePath" : "com/amazonaws/services/route53",
"serviceAbbreviation" : "Route 53",
"serviceFullName" : "Amazon Route 53",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : null,
"endpointPrefix" : "route53",
"signingName" : "route53",
"xmlProtocol" : true,
"cborProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"jsonProtocol" : false,
"syncClientBuilderClassName" : "AmazonRoute53ClientBuilder",
"asyncClientBuilderClassName" : "AmazonRoute53AsyncClientBuilder",
"serviceName" : "Route 53",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller"
},
"operations" : {
"AssociateVPCWithHostedZone" : {
"documentation" : "This action associates a VPC with an hosted zone.
To associate a VPC with an hosted zone, send a POST
request to the /Route 53 API version/hostedzone/hosted zone ID/associatevpc
resource. The request body must include a document with a AssociateVPCWithHostedZoneRequest
element. The response returns the AssociateVPCWithHostedZoneResponse
element that contains ChangeInfo
for you to track the progress of the AssociateVPCWithHostedZoneRequest
you made. See GetChange
operation for how to track the progress of your change.
",
"operationName" : "AssociateVPCWithHostedZone",
"deprecated" : false,
"input" : {
"variableName" : "associateVPCWithHostedZoneRequest",
"variableType" : "AssociateVPCWithHostedZoneRequest",
"variableDeclarationType" : "AssociateVPCWithHostedZoneRequest",
"documentation" : "A complex type that contains information about the request to associate a VPC with an hosted zone.
",
"simpleType" : "AssociateVPCWithHostedZoneRequest",
"variableSetterType" : "AssociateVPCWithHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AssociateVPCWithHostedZoneResult",
"documentation" : "A complex type containing the response information for the request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"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" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "PublicZoneVPCAssociationException",
"documentation" : "The hosted zone you are trying to associate VPC with doesn't have any VPC association. Amazon Route 53 currently doesn't support associate a VPC with a public hosted zone.
"
}, {
"exceptionName" : "ConflictingDomainExistsException",
"documentation" : null
}, {
"exceptionName" : "LimitsExceededException",
"documentation" : "The limits specified for a resource have been exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "AssociateVPCWithHostedZoneResult",
"asyncReturnType" : "AssociateVPCWithHostedZoneResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "associateVPCWithHostedZone"
},
"ChangeResourceRecordSets" : {
"documentation" : "Use this action to create or change your authoritative DNS information. To use this action, send a POST
request to the /Route 53 API version/hostedzone/hosted Zone ID/rrset
resource. The request body must include a document with a ChangeResourceRecordSetsRequest
element.
Changes are a list of change items and are considered transactional. For more information on transactional changes, also known as change batches, see POST ChangeResourceRecordSets in the Amazon Route 53 API Reference.
Due to the nature of transactional changes, you cannot delete the same resource record set more than once in a single change batch. If you attempt to delete the same change batch more than once, Amazon Route 53 returns an InvalidChangeBatch
error. In response to a ChangeResourceRecordSets
request, your DNS data is changed on all Amazon Route 53 DNS servers. Initially, the status of a change is PENDING
. This means the change has not yet propagated to all the authoritative Amazon Route 53 DNS servers. When the change is propagated to all hosts, the change returns a status of INSYNC
.
Note the following limitations on a ChangeResourceRecordSets
request:
- 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.
",
"operationName" : "ChangeResourceRecordSets",
"deprecated" : false,
"input" : {
"variableName" : "changeResourceRecordSetsRequest",
"variableType" : "ChangeResourceRecordSetsRequest",
"variableDeclarationType" : "ChangeResourceRecordSetsRequest",
"documentation" : "A complex type that contains a change batch.
",
"simpleType" : "ChangeResourceRecordSetsRequest",
"variableSetterType" : "ChangeResourceRecordSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ChangeResourceRecordSetsResult",
"documentation" : "A complex type containing the response for the request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "The health check you are trying to get or delete does not exist.
"
}, {
"exceptionName" : "InvalidChangeBatchException",
"documentation" : "This error contains a list of one or more error messages. Each error message indicates one error in the change batch.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "The request was rejected because Amazon Route 53 was still processing a prior request.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ChangeResourceRecordSetsResult",
"asyncReturnType" : "ChangeResourceRecordSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "changeResourceRecordSets"
},
"ChangeTagsForResource" : {
"documentation" : "",
"operationName" : "ChangeTagsForResource",
"deprecated" : false,
"input" : {
"variableName" : "changeTagsForResourceRequest",
"variableType" : "ChangeTagsForResourceRequest",
"variableDeclarationType" : "ChangeTagsForResourceRequest",
"documentation" : "A complex type containing information about a request to add, change, or delete the tags that are associated with a resource.
",
"simpleType" : "ChangeTagsForResourceRequest",
"variableSetterType" : "ChangeTagsForResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ChangeTagsForResourceResult",
"documentation" : "Empty response for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "The health check you are trying to get or delete does not exist.
"
}, {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "The request was rejected because Amazon Route 53 was still processing a prior request.
"
}, {
"exceptionName" : "ThrottlingException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ChangeTagsForResourceResult",
"asyncReturnType" : "ChangeTagsForResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "changeTagsForResource"
},
"CreateHealthCheck" : {
"documentation" : "This action creates a new health check.
To create a new health check, send a POST
request to the /Route 53 API version/healthcheck
resource. The request body must include a document with a CreateHealthCheckRequest
element. The response returns the CreateHealthCheckResponse
element that contains metadata about the health check.
",
"operationName" : "CreateHealthCheck",
"deprecated" : false,
"input" : {
"variableName" : "createHealthCheckRequest",
"variableType" : "CreateHealthCheckRequest",
"variableDeclarationType" : "CreateHealthCheckRequest",
"documentation" : ">A complex type that contains information about the request to create a health check.
",
"simpleType" : "CreateHealthCheckRequest",
"variableSetterType" : "CreateHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateHealthCheckResult",
"documentation" : "A complex type containing the response information for the new health check.
"
},
"exceptions" : [ {
"exceptionName" : "TooManyHealthChecksException",
"documentation" : null
}, {
"exceptionName" : "HealthCheckAlreadyExistsException",
"documentation" : "The health check you are trying to create already exists. Amazon Route 53 returns this error when a health check has already been created with the specified CallerReference
.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateHealthCheckResult",
"asyncReturnType" : "CreateHealthCheckResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createHealthCheck"
},
"CreateHostedZone" : {
"documentation" : "This action creates a new hosted zone.
To create a new hosted zone, send a POST
request to the /Route 53 API version/hostedzone
resource. The request body must include a document with a CreateHostedZoneRequest
element. The response returns the CreateHostedZoneResponse
element that contains metadata about the hosted zone.
Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. The NS records in the hosted zone are the name servers you give your registrar to delegate your domain to. For more information about SOA and NS records, see NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide.
When you create a zone, its initial status is PENDING
. This means that it is not yet available on all DNS servers. The status of the zone changes to INSYNC
when the NS and SOA records are available on all Amazon Route 53 DNS servers.
When trying to create a hosted zone using a reusable delegation set, you could specify an optional DelegationSetId, and Route53 would assign those 4 NS records for the zone, instead of alloting a new one.
",
"operationName" : "CreateHostedZone",
"deprecated" : false,
"input" : {
"variableName" : "createHostedZoneRequest",
"variableType" : "CreateHostedZoneRequest",
"variableDeclarationType" : "CreateHostedZoneRequest",
"documentation" : "A complex type that contains information about the request to create a hosted zone.
",
"simpleType" : "CreateHostedZoneRequest",
"variableSetterType" : "CreateHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateHostedZoneResult",
"documentation" : "A complex type containing the response information for the new hosted zone.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidDomainNameException",
"documentation" : "This error indicates that 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 error indicates that you've reached the maximum number of hosted zones that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.
"
}, {
"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" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "DelegationSetNotAvailableException",
"documentation" : "Amazon Route 53 allows some duplicate domain names, but there is a maximum number of duplicate names. This error indicates that you have reached that maximum. If you want to create another hosted zone with the same name and Amazon Route 53 generates this error, you can request an increase to the limit on the Contact Us page.
"
}, {
"exceptionName" : "ConflictingDomainExistsException",
"documentation" : null
}, {
"exceptionName" : "NoSuchDelegationSetException",
"documentation" : "The specified delegation set does not exist.
"
}, {
"exceptionName" : "DelegationSetNotReusableException",
"documentation" : "The specified delegation set has not been marked as reusable.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateHostedZoneResult",
"asyncReturnType" : "CreateHostedZoneResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createHostedZone"
},
"CreateReusableDelegationSet" : {
"documentation" : "This action creates a reusable delegationSet.
To create a new reusable delegationSet, send a POST
request to the /Route 53 API version/delegationset
resource. The request body must include a document with a CreateReusableDelegationSetRequest
element. The response returns the CreateReusableDelegationSetResponse
element that contains metadata about the delegationSet.
If the optional parameter HostedZoneId is specified, it marks the delegationSet associated with that particular hosted zone as reusable.
",
"operationName" : "CreateReusableDelegationSet",
"deprecated" : false,
"input" : {
"variableName" : "createReusableDelegationSetRequest",
"variableType" : "CreateReusableDelegationSetRequest",
"variableDeclarationType" : "CreateReusableDelegationSetRequest",
"documentation" : "",
"simpleType" : "CreateReusableDelegationSetRequest",
"variableSetterType" : "CreateReusableDelegationSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateReusableDelegationSetResult",
"documentation" : null
},
"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" : "At least one of the specified arguments is invalid.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "DelegationSetNotAvailableException",
"documentation" : "Amazon Route 53 allows some duplicate domain names, but there is a maximum number of duplicate names. This error indicates that you have reached that maximum. If you want to create another hosted zone with the same name and Amazon Route 53 generates this error, you can request an increase to the limit on the Contact Us page.
"
}, {
"exceptionName" : "DelegationSetAlreadyReusableException",
"documentation" : "The specified delegation set has already been marked as reusable.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateReusableDelegationSetResult",
"asyncReturnType" : "CreateReusableDelegationSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createReusableDelegationSet"
},
"CreateTrafficPolicy" : {
"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).
To create a traffic policy, send a POST
request to the /Route 53 API version/trafficpolicy
resource. The request body must include a document with a CreateTrafficPolicyRequest
element. The response includes the CreateTrafficPolicyResponse
element, which contains information about the new traffic policy.
",
"operationName" : "CreateTrafficPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createTrafficPolicyRequest",
"variableType" : "CreateTrafficPolicyRequest",
"variableDeclarationType" : "CreateTrafficPolicyRequest",
"documentation" : "A complex type that contains information about the traffic policy that you want to create.
",
"simpleType" : "CreateTrafficPolicyRequest",
"variableSetterType" : "CreateTrafficPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateTrafficPolicyResult",
"documentation" : "A complex type that contains the response information for the CreateTrafficPolicy
request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"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,
"authenticated" : true,
"syncReturnType" : "CreateTrafficPolicyResult",
"asyncReturnType" : "CreateTrafficPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createTrafficPolicy"
},
"CreateTrafficPolicyInstance" : {
"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.
To create a traffic policy instance, send a POST
request to the /Route 53 API version/trafficpolicyinstance
resource. The request body must include a document with a CreateTrafficPolicyRequest
element. The response returns the CreateTrafficPolicyInstanceResponse
element, which contains information about the traffic policy instance.
",
"operationName" : "CreateTrafficPolicyInstance",
"deprecated" : false,
"input" : {
"variableName" : "createTrafficPolicyInstanceRequest",
"variableType" : "CreateTrafficPolicyInstanceRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "CreateTrafficPolicyInstanceResult",
"documentation" : "A complex type that contains the response information for the CreateTrafficPolicyInstance
request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"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,
"authenticated" : true,
"syncReturnType" : "CreateTrafficPolicyInstanceResult",
"asyncReturnType" : "CreateTrafficPolicyInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createTrafficPolicyInstance"
},
"CreateTrafficPolicyVersion" : {
"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).
To create a new version, send a POST
request to the /Route 53 API version/trafficpolicy/
resource. The request body includes a document with a CreateTrafficPolicyVersionRequest
element. The response returns the CreateTrafficPolicyVersionResponse
element, which contains information about the new version of the traffic policy.
",
"operationName" : "CreateTrafficPolicyVersion",
"deprecated" : false,
"input" : {
"variableName" : "createTrafficPolicyVersionRequest",
"variableType" : "CreateTrafficPolicyVersionRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "CreateTrafficPolicyVersionResult",
"documentation" : "A complex type that contains the response information for the CreateTrafficPolicyVersion
request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"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,
"authenticated" : true,
"syncReturnType" : "CreateTrafficPolicyVersionResult",
"asyncReturnType" : "CreateTrafficPolicyVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createTrafficPolicyVersion"
},
"DeleteHealthCheck" : {
"documentation" : "This action deletes a health check. To delete a health check, send a DELETE
request to the /Route 53 API version/healthcheck/health check ID
resource.
You can delete a health check only if there are no resource record sets associated with this health check. If resource record sets are associated with this health check, you must disassociate them before you can delete your health check. If you try to delete a health check that is associated with resource record sets, Amazon Route 53 will deny your request with a HealthCheckInUse
error. For information about disassociating the records from your health check, see ChangeResourceRecordSets
. ",
"operationName" : "DeleteHealthCheck",
"deprecated" : false,
"input" : {
"variableName" : "deleteHealthCheckRequest",
"variableType" : "DeleteHealthCheckRequest",
"variableDeclarationType" : "DeleteHealthCheckRequest",
"documentation" : "A complex type containing the request information for delete health check.
",
"simpleType" : "DeleteHealthCheckRequest",
"variableSetterType" : "DeleteHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteHealthCheckResult",
"documentation" : "Empty response for the request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "The health check you are trying to get or delete does not exist.
"
}, {
"exceptionName" : "HealthCheckInUseException",
"documentation" : "There are resource records associated with this health check. Before you can delete the health check, you must disassociate it from the resource record sets.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteHealthCheckResult",
"asyncReturnType" : "DeleteHealthCheckResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteHealthCheck"
},
"DeleteHostedZone" : {
"documentation" : "This action deletes a hosted zone. To delete a hosted zone, send a DELETE
request to the /Route 53 API version/hostedzone/hosted zone ID
resource.
You can delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If your hosted zone contains other resource record sets, you must delete them before you can delete your hosted zone. If you try to delete a hosted zone that contains other resource record sets, Amazon Route 53 will deny your request with a HostedZoneNotEmpty
error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets
. ",
"operationName" : "DeleteHostedZone",
"deprecated" : false,
"input" : {
"variableName" : "deleteHostedZoneRequest",
"variableType" : "DeleteHostedZoneRequest",
"variableDeclarationType" : "DeleteHostedZoneRequest",
"documentation" : "A complex type that contains information about the hosted zone that you want to delete.
",
"simpleType" : "DeleteHostedZoneRequest",
"variableSetterType" : "DeleteHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteHostedZoneResult",
"documentation" : "A complex type containing the response information for the request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "HostedZoneNotEmptyException",
"documentation" : "The hosted zone contains resource record sets in addition to the default NS and SOA resource record sets. Before you can delete the hosted zone, you must delete the additional resource record sets.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "The request was rejected because Amazon Route 53 was still processing a prior request.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "InvalidDomainNameException",
"documentation" : "This error indicates that the specified domain name is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteHostedZoneResult",
"asyncReturnType" : "DeleteHostedZoneResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteHostedZone"
},
"DeleteReusableDelegationSet" : {
"documentation" : "This action deletes a reusable delegation set. To delete a reusable delegation set, send a DELETE
request to the /Route 53 API version/delegationset/delegation set ID
resource.
You can delete a reusable delegation set only if there are no associated hosted zones. If your reusable delegation set contains associated hosted zones, you must delete them before you can delete your reusable delegation set. If you try to delete a reusable delegation set that contains associated hosted zones, Amazon Route 53 will deny your request with a DelegationSetInUse
error. ",
"operationName" : "DeleteReusableDelegationSet",
"deprecated" : false,
"input" : {
"variableName" : "deleteReusableDelegationSetRequest",
"variableType" : "DeleteReusableDelegationSetRequest",
"variableDeclarationType" : "DeleteReusableDelegationSetRequest",
"documentation" : "A complex type containing the information for the delete request.
",
"simpleType" : "DeleteReusableDelegationSetRequest",
"variableSetterType" : "DeleteReusableDelegationSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteReusableDelegationSetResult",
"documentation" : "Empty response for the request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchDelegationSetException",
"documentation" : "The specified delegation set 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" : "The specified delegation set has not been marked as reusable.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteReusableDelegationSetResult",
"asyncReturnType" : "DeleteReusableDelegationSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteReusableDelegationSet"
},
"DeleteTrafficPolicy" : {
"documentation" : "Deletes a traffic policy. To delete a traffic policy, send a DELETE
request to the /Route 53 API version/trafficpolicy
resource.
",
"operationName" : "DeleteTrafficPolicy",
"deprecated" : false,
"input" : {
"variableName" : "deleteTrafficPolicyRequest",
"variableType" : "DeleteTrafficPolicyRequest",
"variableDeclarationType" : "DeleteTrafficPolicyRequest",
"documentation" : "A request to delete a specified traffic policy version.
",
"simpleType" : "DeleteTrafficPolicyRequest",
"variableSetterType" : "DeleteTrafficPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTrafficPolicyResult",
"documentation" : "An empty element.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"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,
"authenticated" : true,
"syncReturnType" : "DeleteTrafficPolicyResult",
"asyncReturnType" : "DeleteTrafficPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteTrafficPolicy"
},
"DeleteTrafficPolicyInstance" : {
"documentation" : "Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.
To delete a traffic policy instance, send a DELETE
request to the /Route 53 API version/trafficpolicy/traffic policy instance ID
resource.
When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance. ",
"operationName" : "DeleteTrafficPolicyInstance",
"deprecated" : false,
"input" : {
"variableName" : "deleteTrafficPolicyInstanceRequest",
"variableType" : "DeleteTrafficPolicyInstanceRequest",
"variableDeclarationType" : "DeleteTrafficPolicyInstanceRequest",
"documentation" : "A complex type that contains information about the traffic policy instance that you want to delete.
",
"simpleType" : "DeleteTrafficPolicyInstanceRequest",
"variableSetterType" : "DeleteTrafficPolicyInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTrafficPolicyInstanceResult",
"documentation" : "An empty element.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "The request was rejected because Amazon Route 53 was still processing a prior request.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteTrafficPolicyInstanceResult",
"asyncReturnType" : "DeleteTrafficPolicyInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteTrafficPolicyInstance"
},
"DisassociateVPCFromHostedZone" : {
"documentation" : "This action disassociates a VPC from an hosted zone.
To disassociate a VPC to a hosted zone, send a POST
request to the /Route 53 API version/hostedzone/hosted zone ID/disassociatevpc
resource. The request body must include a document with a DisassociateVPCFromHostedZoneRequest
element. The response returns the DisassociateVPCFromHostedZoneResponse
element that contains ChangeInfo
for you to track the progress of the DisassociateVPCFromHostedZoneRequest
you made. See GetChange
operation for how to track the progress of your change.
",
"operationName" : "DisassociateVPCFromHostedZone",
"deprecated" : false,
"input" : {
"variableName" : "disassociateVPCFromHostedZoneRequest",
"variableType" : "DisassociateVPCFromHostedZoneRequest",
"variableDeclarationType" : "DisassociateVPCFromHostedZoneRequest",
"documentation" : "A complex type that contains information about the request to disassociate a VPC from an hosted zone.
",
"simpleType" : "DisassociateVPCFromHostedZoneRequest",
"variableSetterType" : "DisassociateVPCFromHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisassociateVPCFromHostedZoneResult",
"documentation" : "A complex type containing the response information for the request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"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 VPC you specified is not currently associated with the hosted zone.
"
}, {
"exceptionName" : "LastVPCAssociationException",
"documentation" : "The VPC you are trying to disassociate from the hosted zone is the last the VPC that is associated with the hosted zone. Amazon Route 53 currently doesn't support disassociate the last VPC from the hosted zone.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DisassociateVPCFromHostedZoneResult",
"asyncReturnType" : "DisassociateVPCFromHostedZoneResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "disassociateVPCFromHostedZone"
},
"GetChange" : {
"documentation" : "This action returns the current status of a change batch request. The status is one of the following values:
- PENDING
indicates that the changes in this request have not replicated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.
- INSYNC
indicates that the changes have replicated to all Amazon Route 53 DNS servers.
",
"operationName" : "GetChange",
"deprecated" : false,
"input" : {
"variableName" : "getChangeRequest",
"variableType" : "GetChangeRequest",
"variableDeclarationType" : "GetChangeRequest",
"documentation" : "The input for a GetChange request.
",
"simpleType" : "GetChangeRequest",
"variableSetterType" : "GetChangeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetChangeResult",
"documentation" : "A complex type that contains the ChangeInfo
element.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchChangeException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetChangeResult",
"asyncReturnType" : "GetChangeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getChange"
},
"GetChangeDetails" : {
"documentation" : "This action returns the status and changes of a change batch request.
",
"operationName" : "GetChangeDetails",
"deprecated" : true,
"input" : {
"variableName" : "getChangeDetailsRequest",
"variableType" : "GetChangeDetailsRequest",
"variableDeclarationType" : "GetChangeDetailsRequest",
"documentation" : "The input for a GetChangeDetails request.
",
"simpleType" : "GetChangeDetailsRequest",
"variableSetterType" : "GetChangeDetailsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetChangeDetailsResult",
"documentation" : "A complex type that contains the ChangeBatchRecord
element.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchChangeException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetChangeDetailsResult",
"asyncReturnType" : "GetChangeDetailsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getChangeDetails"
},
"GetCheckerIpRanges" : {
"documentation" : "To retrieve a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources, send a GET
request to the /Route 53 API version/checkeripranges
resource. You can use these IP addresses to configure router and firewall rules to allow health checkers to check the health of your resources.
",
"operationName" : "GetCheckerIpRanges",
"deprecated" : false,
"input" : {
"variableName" : "getCheckerIpRangesRequest",
"variableType" : "GetCheckerIpRangesRequest",
"variableDeclarationType" : "GetCheckerIpRangesRequest",
"documentation" : "Empty request.
",
"simpleType" : "GetCheckerIpRangesRequest",
"variableSetterType" : "GetCheckerIpRangesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetCheckerIpRangesResult",
"documentation" : "A complex type that contains the CheckerIpRanges
element.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetCheckerIpRangesResult",
"asyncReturnType" : "GetCheckerIpRangesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getCheckerIpRanges"
},
"GetGeoLocation" : {
"documentation" : "To retrieve a single geo location, send a GET
request to the /Route 53 API version/geolocation
resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.
",
"operationName" : "GetGeoLocation",
"deprecated" : false,
"input" : {
"variableName" : "getGeoLocationRequest",
"variableType" : "GetGeoLocationRequest",
"variableDeclarationType" : "GetGeoLocationRequest",
"documentation" : "A complex type that contains information about the request to get a geo location.
",
"simpleType" : "GetGeoLocationRequest",
"variableSetterType" : "GetGeoLocationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetGeoLocationResult",
"documentation" : "A complex type containing information about the specified geo location.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchGeoLocationException",
"documentation" : "The geo location you are trying to get does not exist.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetGeoLocationResult",
"asyncReturnType" : "GetGeoLocationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getGeoLocation"
},
"GetHealthCheck" : {
"documentation" : "To retrieve the health check, send a GET
request to the /Route 53 API version/healthcheck/health check ID
resource.
",
"operationName" : "GetHealthCheck",
"deprecated" : false,
"input" : {
"variableName" : "getHealthCheckRequest",
"variableType" : "GetHealthCheckRequest",
"variableDeclarationType" : "GetHealthCheckRequest",
"documentation" : "A complex type that contains information about the request to get a health check.
",
"simpleType" : "GetHealthCheckRequest",
"variableSetterType" : "GetHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetHealthCheckResult",
"documentation" : "A complex type containing information about the specified health check.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "The health check you are trying to get or delete does not exist.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"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,
"authenticated" : true,
"syncReturnType" : "GetHealthCheckResult",
"asyncReturnType" : "GetHealthCheckResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getHealthCheck"
},
"GetHealthCheckCount" : {
"documentation" : "To retrieve a count of all your health checks, send a GET
request to the /Route 53 API version/healthcheckcount
resource.
",
"operationName" : "GetHealthCheckCount",
"deprecated" : false,
"input" : {
"variableName" : "getHealthCheckCountRequest",
"variableType" : "GetHealthCheckCountRequest",
"variableDeclarationType" : "GetHealthCheckCountRequest",
"documentation" : "To retrieve a count of all your health checks, send a GET
request to the /Route 53 API version/healthcheckcount
resource.
",
"simpleType" : "GetHealthCheckCountRequest",
"variableSetterType" : "GetHealthCheckCountRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetHealthCheckCountResult",
"documentation" : "A complex type that contains the count of health checks associated with the current AWS account.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetHealthCheckCountResult",
"asyncReturnType" : "GetHealthCheckCountResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getHealthCheckCount"
},
"GetHealthCheckLastFailureReason" : {
"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 /Route 53 API version/healthcheck/health check ID/lastfailurereason
resource.
",
"operationName" : "GetHealthCheckLastFailureReason",
"deprecated" : false,
"input" : {
"variableName" : "getHealthCheckLastFailureReasonRequest",
"variableType" : "GetHealthCheckLastFailureReasonRequest",
"variableDeclarationType" : "GetHealthCheckLastFailureReasonRequest",
"documentation" : "A complex type that contains information about the request to get the most recent failure reason for a health check.
",
"simpleType" : "GetHealthCheckLastFailureReasonRequest",
"variableSetterType" : "GetHealthCheckLastFailureReasonRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetHealthCheckLastFailureReasonResult",
"documentation" : "A complex type that contains information about the most recent failure for the specified health check.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "The health check you are trying to get or delete does not exist.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetHealthCheckLastFailureReasonResult",
"asyncReturnType" : "GetHealthCheckLastFailureReasonResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getHealthCheckLastFailureReason"
},
"GetHealthCheckStatus" : {
"documentation" : "To retrieve the health check status, send a GET
request to the /Route 53 API version/healthcheck/health check ID/status
resource. You can use this call to get a health check's current status.
",
"operationName" : "GetHealthCheckStatus",
"deprecated" : false,
"input" : {
"variableName" : "getHealthCheckStatusRequest",
"variableType" : "GetHealthCheckStatusRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "GetHealthCheckStatusResult",
"documentation" : "A complex type that contains information about the status of the specified health check.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "The health check you are trying to get or delete does not exist.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetHealthCheckStatusResult",
"asyncReturnType" : "GetHealthCheckStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getHealthCheckStatus"
},
"GetHostedZone" : {
"documentation" : "To retrieve the delegation set for a hosted zone, send a GET
request to the /Route 53 API version/hostedzone/hosted zone ID
resource. The delegation set is the four Amazon Route 53 name servers that were assigned to the hosted zone when you created it.
",
"operationName" : "GetHostedZone",
"deprecated" : false,
"input" : {
"variableName" : "getHostedZoneRequest",
"variableType" : "GetHostedZoneRequest",
"variableDeclarationType" : "GetHostedZoneRequest",
"documentation" : "The input for a GetHostedZone request.
",
"simpleType" : "GetHostedZoneRequest",
"variableSetterType" : "GetHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetHostedZoneResult",
"documentation" : "A complex type containing information about the specified hosted zone.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetHostedZoneResult",
"asyncReturnType" : "GetHostedZoneResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getHostedZone"
},
"GetHostedZoneCount" : {
"documentation" : "To retrieve a count of all your hosted zones, send a GET
request to the /Route 53 API version/hostedzonecount
resource.
",
"operationName" : "GetHostedZoneCount",
"deprecated" : false,
"input" : {
"variableName" : "getHostedZoneCountRequest",
"variableType" : "GetHostedZoneCountRequest",
"variableDeclarationType" : "GetHostedZoneCountRequest",
"documentation" : "To retrieve a count of all your hosted zones, send a GET
request to the /Route 53 API version/hostedzonecount
resource.
",
"simpleType" : "GetHostedZoneCountRequest",
"variableSetterType" : "GetHostedZoneCountRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetHostedZoneCountResult",
"documentation" : "A complex type that contains the count of hosted zones associated with the current AWS account.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetHostedZoneCountResult",
"asyncReturnType" : "GetHostedZoneCountResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getHostedZoneCount"
},
"GetReusableDelegationSet" : {
"documentation" : "To retrieve the reusable delegation set, send a GET
request to the /Route 53 API version/delegationset/delegation set ID
resource.
",
"operationName" : "GetReusableDelegationSet",
"deprecated" : false,
"input" : {
"variableName" : "getReusableDelegationSetRequest",
"variableType" : "GetReusableDelegationSetRequest",
"variableDeclarationType" : "GetReusableDelegationSetRequest",
"documentation" : "The input for a GetReusableDelegationSet
request.
",
"simpleType" : "GetReusableDelegationSetRequest",
"variableSetterType" : "GetReusableDelegationSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetReusableDelegationSetResult",
"documentation" : "A complex type containing information about the specified reusable delegation set.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchDelegationSetException",
"documentation" : "The specified delegation set does not exist.
"
}, {
"exceptionName" : "DelegationSetNotReusableException",
"documentation" : "The specified delegation set has not been marked as reusable.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetReusableDelegationSetResult",
"asyncReturnType" : "GetReusableDelegationSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getReusableDelegationSet"
},
"GetTrafficPolicy" : {
"documentation" : "Gets information about a specific traffic policy version. To get the information, send a GET
request to the /Route 53 API version/trafficpolicy
resource.
",
"operationName" : "GetTrafficPolicy",
"deprecated" : false,
"input" : {
"variableName" : "getTrafficPolicyRequest",
"variableType" : "GetTrafficPolicyRequest",
"variableDeclarationType" : "GetTrafficPolicyRequest",
"documentation" : "Gets information about a specific traffic policy version. To get the information, send a GET request to the /Route 53 API version/trafficpolicy resource, and specify the ID and the version of the traffic policy.
",
"simpleType" : "GetTrafficPolicyRequest",
"variableSetterType" : "GetTrafficPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetTrafficPolicyResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetTrafficPolicyResult",
"asyncReturnType" : "GetTrafficPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getTrafficPolicy"
},
"GetTrafficPolicyInstance" : {
"documentation" : "Gets information about a specified traffic policy instance.
To get information about the traffic policy instance, send a GET
request to the /Route 53 API version/trafficpolicyinstance
resource.
After you submit a CreateTrafficPolicyInstance
or an UpdateTrafficPolicyInstance
request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State
response element. ",
"operationName" : "GetTrafficPolicyInstance",
"deprecated" : false,
"input" : {
"variableName" : "getTrafficPolicyInstanceRequest",
"variableType" : "GetTrafficPolicyInstanceRequest",
"variableDeclarationType" : "GetTrafficPolicyInstanceRequest",
"documentation" : "Gets information about a specified traffic policy instance.
To get information about a traffic policy instance, send a GET
request to the /Route 53 API version/trafficpolicyinstance/Id
resource.
",
"simpleType" : "GetTrafficPolicyInstanceRequest",
"variableSetterType" : "GetTrafficPolicyInstanceRequest"
},
"inputStreamPropertyName" : null,
"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.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetTrafficPolicyInstanceResult",
"asyncReturnType" : "GetTrafficPolicyInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getTrafficPolicyInstance"
},
"GetTrafficPolicyInstanceCount" : {
"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 /Route 53 API version/trafficpolicyinstancecount
resource.
",
"operationName" : "GetTrafficPolicyInstanceCount",
"deprecated" : false,
"input" : {
"variableName" : "getTrafficPolicyInstanceCountRequest",
"variableType" : "GetTrafficPolicyInstanceCountRequest",
"variableDeclarationType" : "GetTrafficPolicyInstanceCountRequest",
"documentation" : "To retrieve a count of all your traffic policy instances, send a GET
request to the /Route 53 API version/trafficpolicyinstancecount
resource.
",
"simpleType" : "GetTrafficPolicyInstanceCountRequest",
"variableSetterType" : "GetTrafficPolicyInstanceCountRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetTrafficPolicyInstanceCountResult",
"documentation" : "A complex type that contains information about the number of traffic policy instances that are associated with the current AWS account.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetTrafficPolicyInstanceCountResult",
"asyncReturnType" : "GetTrafficPolicyInstanceCountResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getTrafficPolicyInstanceCount"
},
"ListChangeBatchesByHostedZone" : {
"documentation" : "This action gets the list of ChangeBatches in a given time period for a given hosted zone.
",
"operationName" : "ListChangeBatchesByHostedZone",
"deprecated" : true,
"input" : {
"variableName" : "listChangeBatchesByHostedZoneRequest",
"variableType" : "ListChangeBatchesByHostedZoneRequest",
"variableDeclarationType" : "ListChangeBatchesByHostedZoneRequest",
"documentation" : "The input for a ListChangeBatchesByHostedZone request.
",
"simpleType" : "ListChangeBatchesByHostedZoneRequest",
"variableSetterType" : "ListChangeBatchesByHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListChangeBatchesByHostedZoneResult",
"documentation" : "The input for a ListChangeBatchesByHostedZone request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListChangeBatchesByHostedZoneResult",
"asyncReturnType" : "ListChangeBatchesByHostedZoneResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listChangeBatchesByHostedZone"
},
"ListChangeBatchesByRRSet" : {
"documentation" : "This action gets the list of ChangeBatches in a given time period for a given hosted zone and RRSet.
",
"operationName" : "ListChangeBatchesByRRSet",
"deprecated" : true,
"input" : {
"variableName" : "listChangeBatchesByRRSetRequest",
"variableType" : "ListChangeBatchesByRRSetRequest",
"variableDeclarationType" : "ListChangeBatchesByRRSetRequest",
"documentation" : "The input for a ListChangeBatchesByRRSet request.
",
"simpleType" : "ListChangeBatchesByRRSetRequest",
"variableSetterType" : "ListChangeBatchesByRRSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListChangeBatchesByRRSetResult",
"documentation" : "The input for a ListChangeBatchesByRRSet request.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListChangeBatchesByRRSetResult",
"asyncReturnType" : "ListChangeBatchesByRRSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listChangeBatchesByRRSet"
},
"ListGeoLocations" : {
"documentation" : "To retrieve a list of supported geo locations, send a GET
request to the /Route 53 API version/geolocations
resource. The response to this request includes a GeoLocationDetailsList
element with zero, one, or multiple GeoLocationDetails
child elements. The list is sorted by country code, and then subdivision code, followed by continents at the end of the list.
By default, the list of geo locations is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. If the list is truncated, IsTruncated
will be set to true and a combination of NextContinentCode, NextCountryCode, NextSubdivisionCode
will be populated. You can pass these as parameters to StartContinentCode, StartCountryCode, StartSubdivisionCode
to control the geo location that the list begins with.
",
"operationName" : "ListGeoLocations",
"deprecated" : false,
"input" : {
"variableName" : "listGeoLocationsRequest",
"variableType" : "ListGeoLocationsRequest",
"variableDeclarationType" : "ListGeoLocationsRequest",
"documentation" : "The input for a ListGeoLocations
request.
",
"simpleType" : "ListGeoLocationsRequest",
"variableSetterType" : "ListGeoLocationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListGeoLocationsResult",
"documentation" : "A complex type that contains information about the geo locations that are returned by the request and information about the response.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListGeoLocationsResult",
"asyncReturnType" : "ListGeoLocationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listGeoLocations"
},
"ListHealthChecks" : {
"documentation" : "To retrieve a list of your health checks, send a GET
request to the /Route 53 API version/healthcheck
resource. The response to this request includes a HealthChecks
element with zero, one, or multiple HealthCheck
child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the health check that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100. ",
"operationName" : "ListHealthChecks",
"deprecated" : false,
"input" : {
"variableName" : "listHealthChecksRequest",
"variableType" : "ListHealthChecksRequest",
"variableDeclarationType" : "ListHealthChecksRequest",
"documentation" : "To retrieve a list of your health checks, send a GET
request to the /Route 53 API version/healthcheck
resource. The response to this request includes a HealthChecks
element with zero or more HealthCheck
child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the health check that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems
to a value greater than 100, Amazon Route 53 returns only the first 100. ",
"simpleType" : "ListHealthChecksRequest",
"variableSetterType" : "ListHealthChecksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListHealthChecksResult",
"documentation" : "A complex type that contains the response for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"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,
"authenticated" : true,
"syncReturnType" : "ListHealthChecksResult",
"asyncReturnType" : "ListHealthChecksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listHealthChecks"
},
"ListHostedZones" : {
"documentation" : "To retrieve a list of your hosted zones, send a GET
request to the /Route 53 API version/hostedzone
resource. The response to this request includes a HostedZones
element with zero, one, or multiple HostedZone
child elements. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the hosted zone that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100. ",
"operationName" : "ListHostedZones",
"deprecated" : false,
"input" : {
"variableName" : "listHostedZonesRequest",
"variableType" : "ListHostedZonesRequest",
"variableDeclarationType" : "ListHostedZonesRequest",
"documentation" : "To retrieve a list of your hosted zones, send a GET
request to the /Route 53 API version/hostedzone
resource. The response to this request includes a HostedZones
element with zero or more HostedZone
child elements. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the hosted zone that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems
to a value greater than 100, Amazon Route 53 returns only the first 100. ",
"simpleType" : "ListHostedZonesRequest",
"variableSetterType" : "ListHostedZonesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListHostedZonesResult",
"documentation" : "A complex type that contains the response for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "NoSuchDelegationSetException",
"documentation" : "The specified delegation set does not exist.
"
}, {
"exceptionName" : "DelegationSetNotReusableException",
"documentation" : "The specified delegation set has not been marked as reusable.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListHostedZonesResult",
"asyncReturnType" : "ListHostedZonesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listHostedZones"
},
"ListHostedZonesByName" : {
"documentation" : "To retrieve a list of your hosted zones in lexicographic order, send a GET
request to the /Route 53 API version/hostedzonesbyname
resource. The response to this request includes a HostedZones
element with zero or more HostedZone
child elements lexicographically ordered by DNS name. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the DNSName
and HostedZoneId
parameters to control the hosted zone that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100. ",
"operationName" : "ListHostedZonesByName",
"deprecated" : false,
"input" : {
"variableName" : "listHostedZonesByNameRequest",
"variableType" : "ListHostedZonesByNameRequest",
"variableDeclarationType" : "ListHostedZonesByNameRequest",
"documentation" : "To retrieve a list of your hosted zones in lexicographic order, send a GET
request to the /Route 53 API version/hostedzonesbyname
resource. The response to this request includes a HostedZones
element with zero or more HostedZone
child elements lexicographically ordered by DNS name. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the DNSName
and HostedZoneId
parameters to control the hosted zone that the list begins with.
",
"simpleType" : "ListHostedZonesByNameRequest",
"variableSetterType" : "ListHostedZonesByNameRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListHostedZonesByNameResult",
"documentation" : "A complex type that contains the response for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "InvalidDomainNameException",
"documentation" : "This error indicates that the specified domain name is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListHostedZonesByNameResult",
"asyncReturnType" : "ListHostedZonesByNameResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listHostedZonesByName"
},
"ListResourceRecordSets" : {
"documentation" : "List the resource record sets in a specified hosted zone. Send a GET request to the 2013-04-01/hostedzone/hosted zone ID/rrset
resource.
ListResourceRecordSets
returns up to 100 resource record sets at a time in ASCII order, beginning at a position specified by the name and type elements. The action sorts results first by DNS name with the labels reversed, for example:
com.example.www.
Note the trailing dot, which can change the sort order in some circumstances. When multiple records have the same DNS name, the action sorts results by the record type.
You can use the name and type elements to adjust the beginning position of the list of resource record sets returned:
- If you do not specify
Name
or Type
: The results begin with the first resource record set that the hosted zone contains. - If you specify
Name
but not Type
: The results begin with the first resource record set in the list whose name is greater than or equal to Name. - If you specify
Type
but not Name
: Amazon Route 53 returns the InvalidInput
error. - If you specify both
Name
and Type
: The results begin with the first resource record set in the list whose name is greater than or equal to Name
, and whose type is greater than or equal to Type
.
This action returns the most current version of the records. This includes records that are PENDING
, and that are not yet available on all Amazon Route 53 DNS servers.
To ensure that you get an accurate listing of the resource record sets for a hosted zone at a point in time, do not submit a ChangeResourceRecordSets
request while you are paging through the results of a ListResourceRecordSets
request. If you do, some pages may display results without the latest changes while other pages display results with the latest changes.
",
"operationName" : "ListResourceRecordSets",
"deprecated" : false,
"input" : {
"variableName" : "listResourceRecordSetsRequest",
"variableType" : "ListResourceRecordSetsRequest",
"variableDeclarationType" : "ListResourceRecordSetsRequest",
"documentation" : "The input for a ListResourceRecordSets request.
",
"simpleType" : "ListResourceRecordSetsRequest",
"variableSetterType" : "ListResourceRecordSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListResourceRecordSetsResult",
"documentation" : "A complex type that contains information about the resource record sets that are returned by the request and information about the response.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListResourceRecordSetsResult",
"asyncReturnType" : "ListResourceRecordSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listResourceRecordSets"
},
"ListReusableDelegationSets" : {
"documentation" : "To retrieve a list of your reusable delegation sets, send a GET
request to the /Route 53 API version/delegationset
resource. The response to this request includes a DelegationSets
element with zero, one, or multiple DelegationSet
child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the delegation set that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100. ",
"operationName" : "ListReusableDelegationSets",
"deprecated" : false,
"input" : {
"variableName" : "listReusableDelegationSetsRequest",
"variableType" : "ListReusableDelegationSetsRequest",
"variableDeclarationType" : "ListReusableDelegationSetsRequest",
"documentation" : "To retrieve a list of your reusable delegation sets, send a GET
request to the /Route 53 API version/delegationset
resource. The response to this request includes a DelegationSets
element with zero or more DelegationSet
child elements. By default, the list of reusable delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems
parameter. You can use the Marker
parameter to control the delegation set that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems
to a value greater than 100, Amazon Route 53 returns only the first 100. ",
"simpleType" : "ListReusableDelegationSetsRequest",
"variableSetterType" : "ListReusableDelegationSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListReusableDelegationSetsResult",
"documentation" : "A complex type that contains the response for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListReusableDelegationSetsResult",
"asyncReturnType" : "ListReusableDelegationSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listReusableDelegationSets"
},
"ListTagsForResource" : {
"documentation" : "",
"operationName" : "ListTagsForResource",
"deprecated" : false,
"input" : {
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "ListTagsForResourceResult",
"documentation" : "A complex type containing tags for the specified resource.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "The health check you are trying to get or delete does not exist.
"
}, {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "The request was rejected because Amazon Route 53 was still processing a prior request.
"
}, {
"exceptionName" : "ThrottlingException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTagsForResourceResult",
"asyncReturnType" : "ListTagsForResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTagsForResource"
},
"ListTagsForResources" : {
"documentation" : "",
"operationName" : "ListTagsForResources",
"deprecated" : false,
"input" : {
"variableName" : "listTagsForResourcesRequest",
"variableType" : "ListTagsForResourcesRequest",
"variableDeclarationType" : "ListTagsForResourcesRequest",
"documentation" : "A complex type containing information about a request for a list of the tags that are associated with up to 10 specified resources.
",
"simpleType" : "ListTagsForResourcesRequest",
"variableSetterType" : "ListTagsForResourcesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTagsForResourcesResult",
"documentation" : "A complex type containing tags for the specified resources.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "The health check you are trying to get or delete does not exist.
"
}, {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "PriorRequestNotCompleteException",
"documentation" : "The request was rejected because Amazon Route 53 was still processing a prior request.
"
}, {
"exceptionName" : "ThrottlingException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTagsForResourcesResult",
"asyncReturnType" : "ListTagsForResourcesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTagsForResources"
},
"ListTrafficPolicies" : {
"documentation" : "Gets information about the latest version for every traffic policy that is associated with the current AWS account. To get the information, send a GET
request to the /Route 53 API version/trafficpolicy
resource.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems
parameter to list them in groups of up to 100.
The response includes three values that help you navigate from one group of maxitems
traffic policies to the next:
- 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.
",
"operationName" : "ListTrafficPolicies",
"deprecated" : false,
"input" : {
"variableName" : "listTrafficPoliciesRequest",
"variableType" : "ListTrafficPoliciesRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "ListTrafficPoliciesResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTrafficPoliciesResult",
"asyncReturnType" : "ListTrafficPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTrafficPolicies"
},
"ListTrafficPolicyInstances" : {
"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. To get information about the traffic policy instances that are associated with the current AWS account, send a GET
request to the /Route 53 API version/trafficpolicyinstance
resource.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems
parameter to list them in groups of up to 100.
The response includes five values that help you navigate from one group of MaxItems
traffic policy instances to the next:
- 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.
",
"operationName" : "ListTrafficPolicyInstances",
"deprecated" : false,
"input" : {
"variableName" : "listTrafficPolicyInstancesRequest",
"variableType" : "ListTrafficPolicyInstancesRequest",
"variableDeclarationType" : "ListTrafficPolicyInstancesRequest",
"documentation" : "A complex type that contains the information about the request to list your traffic policy instances.
",
"simpleType" : "ListTrafficPolicyInstancesRequest",
"variableSetterType" : "ListTrafficPolicyInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTrafficPolicyInstancesResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTrafficPolicyInstancesResult",
"asyncReturnType" : "ListTrafficPolicyInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTrafficPolicyInstances"
},
"ListTrafficPolicyInstancesByHostedZone" : {
"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. To get information about the traffic policy instances that you created in a specified hosted zone, send a GET
request to the /Route 53 API version/trafficpolicyinstance
resource and include the ID of the hosted zone.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems
parameter to list them in groups of up to 100.
The response includes four values that help you navigate from one group of MaxItems
traffic policy instances to the next:
- 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.
",
"operationName" : "ListTrafficPolicyInstancesByHostedZone",
"deprecated" : false,
"input" : {
"variableName" : "listTrafficPolicyInstancesByHostedZoneRequest",
"variableType" : "ListTrafficPolicyInstancesByHostedZoneRequest",
"variableDeclarationType" : "ListTrafficPolicyInstancesByHostedZoneRequest",
"documentation" : "A request for the traffic policy instances that you created in a specified hosted zone.
",
"simpleType" : "ListTrafficPolicyInstancesByHostedZoneRequest",
"variableSetterType" : "ListTrafficPolicyInstancesByHostedZoneRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTrafficPolicyInstancesByHostedZoneResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyInstanceException",
"documentation" : "No traffic policy instance exists with the specified ID.
"
}, {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTrafficPolicyInstancesByHostedZoneResult",
"asyncReturnType" : "ListTrafficPolicyInstancesByHostedZoneResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTrafficPolicyInstancesByHostedZone"
},
"ListTrafficPolicyInstancesByPolicy" : {
"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. To get information about the traffic policy instances that you created by using a specify traffic policy version, send a GET
request to the /Route 53 API version/trafficpolicyinstance
resource and include the ID and version of the traffic policy.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems
parameter to list them in groups of up to 100.
The response includes five values that help you navigate from one group of MaxItems
traffic policy instances to the next:
- 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.
",
"operationName" : "ListTrafficPolicyInstancesByPolicy",
"deprecated" : false,
"input" : {
"variableName" : "listTrafficPolicyInstancesByPolicyRequest",
"variableType" : "ListTrafficPolicyInstancesByPolicyRequest",
"variableDeclarationType" : "ListTrafficPolicyInstancesByPolicyRequest",
"documentation" : "A complex type that contains the information about the request to list your traffic policy instances.
",
"simpleType" : "ListTrafficPolicyInstancesByPolicyRequest",
"variableSetterType" : "ListTrafficPolicyInstancesByPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTrafficPolicyInstancesByPolicyResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"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,
"authenticated" : true,
"syncReturnType" : "ListTrafficPolicyInstancesByPolicyResult",
"asyncReturnType" : "ListTrafficPolicyInstancesByPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTrafficPolicyInstancesByPolicy"
},
"ListTrafficPolicyVersions" : {
"documentation" : "Gets information about all of the versions for a specified traffic policy. ListTrafficPolicyVersions
lists only versions that have not been deleted.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems
parameter to list them in groups of up to 100.
The response includes three values that help you navigate from one group of 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.
",
"operationName" : "ListTrafficPolicyVersions",
"deprecated" : false,
"input" : {
"variableName" : "listTrafficPolicyVersionsRequest",
"variableType" : "ListTrafficPolicyVersionsRequest",
"variableDeclarationType" : "ListTrafficPolicyVersionsRequest",
"documentation" : "A complex type that contains the information about the request to list your traffic policies.
",
"simpleType" : "ListTrafficPolicyVersionsRequest",
"variableSetterType" : "ListTrafficPolicyVersionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTrafficPolicyVersionsResult",
"documentation" : "A complex type that contains the response information for the request.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "NoSuchTrafficPolicyException",
"documentation" : "No traffic policy exists with the specified ID.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTrafficPolicyVersionsResult",
"asyncReturnType" : "ListTrafficPolicyVersionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTrafficPolicyVersions"
},
"UpdateHealthCheck" : {
"documentation" : "This action updates an existing health check.
To update a health check, send a POST
request to the /Route 53 API version/healthcheck/health check ID
resource. The request body must include a document with an UpdateHealthCheckRequest
element. The response returns an UpdateHealthCheckResponse
element, which contains metadata about the health check.
",
"operationName" : "UpdateHealthCheck",
"deprecated" : false,
"input" : {
"variableName" : "updateHealthCheckRequest",
"variableType" : "UpdateHealthCheckRequest",
"variableDeclarationType" : "UpdateHealthCheckRequest",
"documentation" : ">A complex type that contains information about the request to update a health check.
",
"simpleType" : "UpdateHealthCheckRequest",
"variableSetterType" : "UpdateHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateHealthCheckResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "NoSuchHealthCheckException",
"documentation" : "The health check you are trying to get or delete does not exist.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"exceptionName" : "HealthCheckVersionMismatchException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateHealthCheckResult",
"asyncReturnType" : "UpdateHealthCheckResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateHealthCheck"
},
"UpdateHostedZoneComment" : {
"documentation" : "To update the hosted zone comment, send a POST
request to the /Route 53 API version/hostedzone/hosted zone ID
resource. The request body must include a document with a UpdateHostedZoneCommentRequest
element. The response to this request includes the modified HostedZone
element.
The comment can have a maximum length of 256 characters. ",
"operationName" : "UpdateHostedZoneComment",
"deprecated" : false,
"input" : {
"variableName" : "updateHostedZoneCommentRequest",
"variableType" : "UpdateHostedZoneCommentRequest",
"variableDeclarationType" : "UpdateHostedZoneCommentRequest",
"documentation" : "A complex type that contains information about the request to update a hosted zone comment.
",
"simpleType" : "UpdateHostedZoneCommentRequest",
"variableSetterType" : "UpdateHostedZoneCommentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateHostedZoneCommentResult",
"documentation" : "A complex type containing information about the specified hosted zone after the update.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchHostedZoneException",
"documentation" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateHostedZoneCommentResult",
"asyncReturnType" : "UpdateHostedZoneCommentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateHostedZoneComment"
},
"UpdateTrafficPolicyComment" : {
"documentation" : "Updates the comment for a specified traffic policy version.
To update the comment, send a POST
request to the /Route 53 API version/trafficpolicy/
resource.
The request body must include a document with an UpdateTrafficPolicyCommentRequest
element.
",
"operationName" : "UpdateTrafficPolicyComment",
"deprecated" : false,
"input" : {
"variableName" : "updateTrafficPolicyCommentRequest",
"variableType" : "UpdateTrafficPolicyCommentRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "UpdateTrafficPolicyCommentResult",
"documentation" : "A complex type that contains the response information for the traffic policy.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"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,
"authenticated" : true,
"syncReturnType" : "UpdateTrafficPolicyCommentResult",
"asyncReturnType" : "UpdateTrafficPolicyCommentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateTrafficPolicyComment"
},
"UpdateTrafficPolicyInstance" : {
"documentation" : "Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.
The DNS type of the resource record sets that you're updating must match the DNS type in the JSON document that is associated with the traffic policy version that you're using to update the traffic policy instance. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Amazon Route 53 performs the following operations:
- 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.
To update a traffic policy instance, send a POST
request to the /Route 53 API version/trafficpolicyinstance/traffic policy ID
resource. The request body must include a document with an UpdateTrafficPolicyInstanceRequest
element.
",
"operationName" : "UpdateTrafficPolicyInstance",
"deprecated" : false,
"input" : {
"variableName" : "updateTrafficPolicyInstanceRequest",
"variableType" : "UpdateTrafficPolicyInstanceRequest",
"variableDeclarationType" : "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,
"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.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Some value specified in the request is invalid or the XML document is malformed.
"
}, {
"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" : "The request was rejected because Amazon Route 53 was still processing a prior request.
"
}, {
"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,
"authenticated" : true,
"syncReturnType" : "UpdateTrafficPolicyInstanceResult",
"asyncReturnType" : "UpdateTrafficPolicyInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateTrafficPolicyInstance"
}
},
"shapes" : {
"ResourceRecordSet" : {
"c2jName" : "ResourceRecordSet",
"documentation" : "A complex type that contains information about the current resource record set.
",
"shapeName" : "ResourceRecordSet",
"deprecated" : false,
"required" : [ "Name", "Type" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. ",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "DNSName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. \n@param name The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS.*/",
"getterDocumentation" : "/**The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. \n@return The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS.*/",
"fluentSetterDocumentation" : "/**The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. \n@param name The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. \n@param name The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
",
"name" : "Type",
"c2jName" : "Type",
"c2jShape" : "RRType",
"variable" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Type",
"marshallLocationName" : "Type",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "RRType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
\n@param type The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
. \n@see RRType*/",
"getterDocumentation" : "/**The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
\n@return The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
. \n@see RRType*/",
"fluentSetterDocumentation" : "/**The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
\n@param type The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
. \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/",
"varargSetterDocumentation" : "/**The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
\n@param type The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
. \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/"
}, {
"documentation" : "Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
",
"name" : "SetIdentifier",
"c2jName" : "SetIdentifier",
"c2jShape" : "ResourceRecordSetIdentifier",
"variable" : {
"variableName" : "setIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "setIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SetIdentifier",
"marshallLocationName" : "SetIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
\n@param setIdentifier Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier*/",
"getterDocumentation" : "/**Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
\n@return Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier*/",
"fluentSetterDocumentation" : "/**Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
\n@param setIdentifier Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
\n@param setIdentifier Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
",
"name" : "Weight",
"c2jName" : "Weight",
"c2jShape" : "ResourceRecordSetWeight",
"variable" : {
"variableName" : "weight",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "weight",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Weight",
"marshallLocationName" : "Weight",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@param weight Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following: - You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
*/",
"getterDocumentation" : "/**Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@return Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following: - You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
*/",
"fluentSetterDocumentation" : "/**Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@param weight Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following: - You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@param weight Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following: - You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
",
"name" : "Region",
"c2jName" : "Region",
"c2jShape" : "ResourceRecordSetRegion",
"variable" : {
"variableName" : "region",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "region",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Region",
"marshallLocationName" : "Region",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceRecordSetRegion",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
\n@param region Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type. You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.\n@see ResourceRecordSetRegion*/",
"getterDocumentation" : "/**Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
\n@return Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type. You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.\n@see ResourceRecordSetRegion*/",
"fluentSetterDocumentation" : "/**Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
\n@param region Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type. You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceRecordSetRegion*/",
"varargSetterDocumentation" : "/**Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
\n@param region Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type. You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceRecordSetRegion*/"
}, {
"documentation" : "Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
",
"name" : "GeoLocation",
"c2jName" : "GeoLocation",
"c2jShape" : "GeoLocation",
"variable" : {
"variableName" : "geoLocation",
"variableType" : "GeoLocation",
"variableDeclarationType" : "GeoLocation",
"documentation" : "Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
",
"simpleType" : "GeoLocation",
"variableSetterType" : "GeoLocation"
},
"setterModel" : {
"variableName" : "geoLocation",
"variableType" : "GeoLocation",
"variableDeclarationType" : "GeoLocation",
"documentation" : "",
"simpleType" : "GeoLocation",
"variableSetterType" : "GeoLocation"
},
"getterModel" : {
"returnType" : "GeoLocation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GeoLocation",
"marshallLocationName" : "GeoLocation",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
\n@param geoLocation Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
. You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type*/",
"getterDocumentation" : "/**Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
\n@return Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type*/",
"fluentSetterDocumentation" : "/**Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
\n@param geoLocation Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
\n@param geoLocation Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
",
"name" : "Failover",
"c2jName" : "Failover",
"c2jShape" : "ResourceRecordSetFailover",
"variable" : {
"variableName" : "failover",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "failover",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Failover",
"marshallLocationName" : "Failover",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceRecordSetFailover",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
\n@param failover Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY\n@see ResourceRecordSetFailover*/",
"getterDocumentation" : "/**Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
\n@return Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY\n@see ResourceRecordSetFailover*/",
"fluentSetterDocumentation" : "/**Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
\n@param failover Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceRecordSetFailover*/",
"varargSetterDocumentation" : "/**Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
\n@param failover Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceRecordSetFailover*/"
}, {
"documentation" : "The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
",
"name" : "TTL",
"c2jName" : "TTL",
"c2jShape" : "TTL",
"variable" : {
"variableName" : "tTL",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "tTL",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TTL",
"marshallLocationName" : "TTL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
\n@param tTL The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
. */",
"getterDocumentation" : "/**The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
\n@return The cache time to live for the current resource record set. Note the following: - If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
. */",
"fluentSetterDocumentation" : "/**The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
\n@param tTL The cache time to live for the current resource record set. Note the following: - If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
\n@param tTL The cache time to live for the current resource record set. Note the following: - If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
. \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains the resource records for the current resource record set.
",
"name" : "ResourceRecords",
"c2jName" : "ResourceRecords",
"c2jShape" : "ResourceRecords",
"variable" : {
"variableName" : "resourceRecords",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains the resource records for the current resource record set.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "resourceRecords",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceRecords",
"marshallLocationName" : "ResourceRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ResourceRecord",
"memberLocationName" : "ResourceRecord",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceRecord",
"variable" : {
"variableName" : "member",
"variableType" : "ResourceRecord",
"variableDeclarationType" : "ResourceRecord",
"documentation" : "",
"simpleType" : "ResourceRecord",
"variableSetterType" : "ResourceRecord"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ResourceRecord",
"variableDeclarationType" : "ResourceRecord",
"documentation" : "",
"simpleType" : "ResourceRecord",
"variableSetterType" : "ResourceRecord"
},
"getterModel" : {
"returnType" : "ResourceRecord",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceRecord",
"marshallLocationName" : "ResourceRecord",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ResourceRecord",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A complex type that contains the resource records for the current resource record set.
\n@param resourceRecords A complex type that contains the resource records for the current resource record set.*/",
"getterDocumentation" : "/**A complex type that contains the resource records for the current resource record set.
\n@return A complex type that contains the resource records for the current resource record set.*/",
"fluentSetterDocumentation" : "/**A complex type that contains the resource records for the current resource record set.
\n@param resourceRecords A complex type that contains the resource records for the current resource record set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains the resource records for the current resource record set.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResourceRecords(java.util.Collection)} or {@link #withResourceRecords(java.util.Collection)} if you want to override the existing values.
\n@param resourceRecords A complex type that contains the resource records for the current resource record set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
",
"name" : "AliasTarget",
"c2jName" : "AliasTarget",
"c2jShape" : "AliasTarget",
"variable" : {
"variableName" : "aliasTarget",
"variableType" : "AliasTarget",
"variableDeclarationType" : "AliasTarget",
"documentation" : "Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
",
"simpleType" : "AliasTarget",
"variableSetterType" : "AliasTarget"
},
"setterModel" : {
"variableName" : "aliasTarget",
"variableType" : "AliasTarget",
"variableDeclarationType" : "AliasTarget",
"documentation" : "",
"simpleType" : "AliasTarget",
"variableSetterType" : "AliasTarget"
},
"getterModel" : {
"returnType" : "AliasTarget",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AliasTarget",
"marshallLocationName" : "AliasTarget",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
\n@param aliasTarget Alias resource record sets only:*/",
"getterDocumentation" : "/**Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
\n@return Alias resource record sets only:*/",
"fluentSetterDocumentation" : "/**Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
\n@param aliasTarget Alias resource record sets only:\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
\n@param aliasTarget Alias resource record sets only:\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
",
"name" : "HealthCheckId",
"c2jName" : "HealthCheckId",
"c2jShape" : "HealthCheckId",
"variable" : {
"variableName" : "healthCheckId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckId",
"marshallLocationName" : "HealthCheckId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
\n@param healthCheckId Health Check resource record sets only, not required for alias resource record sets:*/",
"getterDocumentation" : "/**Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
\n@return Health Check resource record sets only, not required for alias resource record sets:*/",
"fluentSetterDocumentation" : "/**Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
\n@param healthCheckId Health Check resource record sets only, not required for alias resource record sets:\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
\n@param healthCheckId Health Check resource record sets only, not required for alias resource record sets:\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "TrafficPolicyInstanceId",
"c2jName" : "TrafficPolicyInstanceId",
"c2jShape" : "TrafficPolicyInstanceId",
"variable" : {
"variableName" : "trafficPolicyInstanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trafficPolicyInstanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrafficPolicyInstanceId",
"marshallLocationName" : "TrafficPolicyInstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param trafficPolicyInstanceId */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param trafficPolicyInstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param trafficPolicyInstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "resourceRecordSet",
"variableType" : "ResourceRecordSet",
"variableDeclarationType" : "ResourceRecordSet",
"documentation" : null,
"simpleType" : "ResourceRecordSet",
"variableSetterType" : "ResourceRecordSet"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"HealthCheckId" : {
"documentation" : "Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
",
"name" : "HealthCheckId",
"c2jName" : "HealthCheckId",
"c2jShape" : "HealthCheckId",
"variable" : {
"variableName" : "healthCheckId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckId",
"marshallLocationName" : "HealthCheckId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
\n@param healthCheckId Health Check resource record sets only, not required for alias resource record sets:*/",
"getterDocumentation" : "/**Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
\n@return Health Check resource record sets only, not required for alias resource record sets:*/",
"fluentSetterDocumentation" : "/**Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
\n@param healthCheckId Health Check resource record sets only, not required for alias resource record sets:\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Health Check resource record sets only, not required for alias resource record sets: An identifier that is used to identify health check associated with the resource record set.
\n@param healthCheckId Health Check resource record sets only, not required for alias resource record sets:\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AliasTarget" : {
"documentation" : "Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
",
"name" : "AliasTarget",
"c2jName" : "AliasTarget",
"c2jShape" : "AliasTarget",
"variable" : {
"variableName" : "aliasTarget",
"variableType" : "AliasTarget",
"variableDeclarationType" : "AliasTarget",
"documentation" : "Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
",
"simpleType" : "AliasTarget",
"variableSetterType" : "AliasTarget"
},
"setterModel" : {
"variableName" : "aliasTarget",
"variableType" : "AliasTarget",
"variableDeclarationType" : "AliasTarget",
"documentation" : "",
"simpleType" : "AliasTarget",
"variableSetterType" : "AliasTarget"
},
"getterModel" : {
"returnType" : "AliasTarget",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AliasTarget",
"marshallLocationName" : "AliasTarget",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
\n@param aliasTarget Alias resource record sets only:*/",
"getterDocumentation" : "/**Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
\n@return Alias resource record sets only:*/",
"fluentSetterDocumentation" : "/**Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
\n@param aliasTarget Alias resource record sets only:\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.
\n@param aliasTarget Alias resource record sets only:\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Type" : {
"documentation" : "The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
",
"name" : "Type",
"c2jName" : "Type",
"c2jShape" : "RRType",
"variable" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Type",
"marshallLocationName" : "Type",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "RRType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
\n@param type The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
. \n@see RRType*/",
"getterDocumentation" : "/**The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
\n@return The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
. \n@see RRType*/",
"fluentSetterDocumentation" : "/**The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
\n@param type The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
. \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/",
"varargSetterDocumentation" : "/**The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.
Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
.
\n@param type The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CNAME
| MX
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, \"...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.\" In RFC 7208, see section 14.1, The SPF DNS Record Type. Values for alias resource record sets:
- CloudFront distributions:
A
- ELB load balancers:
A
| AAAA
- Amazon S3 buckets: A
- Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except
NS
or SOA
. \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/"
},
"Failover" : {
"documentation" : "Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
",
"name" : "Failover",
"c2jName" : "Failover",
"c2jShape" : "ResourceRecordSetFailover",
"variable" : {
"variableName" : "failover",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "failover",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Failover",
"marshallLocationName" : "Failover",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceRecordSetFailover",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
\n@param failover Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set. You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY\n@see ResourceRecordSetFailover*/",
"getterDocumentation" : "/**Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
\n@return Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY\n@see ResourceRecordSetFailover*/",
"fluentSetterDocumentation" : "/**Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
\n@param failover Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceRecordSetFailover*/",
"varargSetterDocumentation" : "/**Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY
\n@param failover Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set.
You can create failover and failover alias resource record sets only in public hosted zones. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
- When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
- When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
- When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
- If you omit the
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.
You cannot create non-failover resource record sets that have the same values for the Name
and Type
elements as failover resource record sets.
For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true.
For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
Valid values: PRIMARY
| SECONDARY\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceRecordSetFailover*/"
},
"ResourceRecords" : {
"documentation" : "A complex type that contains the resource records for the current resource record set.
",
"name" : "ResourceRecords",
"c2jName" : "ResourceRecords",
"c2jShape" : "ResourceRecords",
"variable" : {
"variableName" : "resourceRecords",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains the resource records for the current resource record set.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "resourceRecords",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceRecords",
"marshallLocationName" : "ResourceRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ResourceRecord",
"memberLocationName" : "ResourceRecord",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceRecord",
"variable" : {
"variableName" : "member",
"variableType" : "ResourceRecord",
"variableDeclarationType" : "ResourceRecord",
"documentation" : "",
"simpleType" : "ResourceRecord",
"variableSetterType" : "ResourceRecord"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ResourceRecord",
"variableDeclarationType" : "ResourceRecord",
"documentation" : "",
"simpleType" : "ResourceRecord",
"variableSetterType" : "ResourceRecord"
},
"getterModel" : {
"returnType" : "ResourceRecord",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceRecord",
"marshallLocationName" : "ResourceRecord",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ResourceRecord",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A complex type that contains the resource records for the current resource record set.
\n@param resourceRecords A complex type that contains the resource records for the current resource record set.*/",
"getterDocumentation" : "/**A complex type that contains the resource records for the current resource record set.
\n@return A complex type that contains the resource records for the current resource record set.*/",
"fluentSetterDocumentation" : "/**A complex type that contains the resource records for the current resource record set.
\n@param resourceRecords A complex type that contains the resource records for the current resource record set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains the resource records for the current resource record set.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResourceRecords(java.util.Collection)} or {@link #withResourceRecords(java.util.Collection)} if you want to override the existing values.
\n@param resourceRecords A complex type that contains the resource records for the current resource record set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SetIdentifier" : {
"documentation" : "Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
",
"name" : "SetIdentifier",
"c2jName" : "SetIdentifier",
"c2jShape" : "ResourceRecordSetIdentifier",
"variable" : {
"variableName" : "setIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "setIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SetIdentifier",
"marshallLocationName" : "SetIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
\n@param setIdentifier Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier*/",
"getterDocumentation" : "/**Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
\n@return Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier*/",
"fluentSetterDocumentation" : "/**Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
\n@param setIdentifier Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier
must be unique for each resource record set that has the same combination of DNS name and type.
\n@param setIdentifier Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Region" : {
"documentation" : "Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
",
"name" : "Region",
"c2jName" : "Region",
"c2jShape" : "ResourceRecordSetRegion",
"variable" : {
"variableName" : "region",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "region",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Region",
"marshallLocationName" : "Region",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceRecordSetRegion",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
\n@param region Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.\n@see ResourceRecordSetRegion*/",
"getterDocumentation" : "/**Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
\n@return Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type. You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.\n@see ResourceRecordSetRegion*/",
"fluentSetterDocumentation" : "/**Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
\n@param region Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type. You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceRecordSetRegion*/",
"varargSetterDocumentation" : "/**Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.
\n@param region Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type. You can create latency and latency alias resource record sets only in public hosted zones. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.
Note the following:
- You can only specify one
ResourceRecord
per latency resource record set. - You can only create one latency resource record set for each Amazon EC2 region.
- You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
- You cannot create non-latency resource record sets that have the same values for the
Name
and Type
elements as latency resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceRecordSetRegion*/"
},
"TrafficPolicyInstanceId" : {
"documentation" : "",
"name" : "TrafficPolicyInstanceId",
"c2jName" : "TrafficPolicyInstanceId",
"c2jShape" : "TrafficPolicyInstanceId",
"variable" : {
"variableName" : "trafficPolicyInstanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trafficPolicyInstanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrafficPolicyInstanceId",
"marshallLocationName" : "TrafficPolicyInstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param trafficPolicyInstanceId */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param trafficPolicyInstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param trafficPolicyInstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"GeoLocation" : {
"documentation" : "Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
",
"name" : "GeoLocation",
"c2jName" : "GeoLocation",
"c2jShape" : "GeoLocation",
"variable" : {
"variableName" : "geoLocation",
"variableType" : "GeoLocation",
"variableDeclarationType" : "GeoLocation",
"documentation" : "Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
",
"simpleType" : "GeoLocation",
"variableSetterType" : "GeoLocation"
},
"setterModel" : {
"variableName" : "geoLocation",
"variableType" : "GeoLocation",
"variableDeclarationType" : "GeoLocation",
"documentation" : "",
"simpleType" : "GeoLocation",
"variableSetterType" : "GeoLocation"
},
"getterModel" : {
"returnType" : "GeoLocation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GeoLocation",
"marshallLocationName" : "GeoLocation",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
\n@param geoLocation Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
. You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type*/",
"getterDocumentation" : "/**Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
\n@return Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type*/",
"fluentSetterDocumentation" : "/**Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
\n@param geoLocation Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type
elements as geolocation resource record sets.
\n@param geoLocation Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
.
You can create geolocation and geolocation alias resource record sets only in public hosted zones. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.
You cannot create two geolocation resource record sets that specify the same geographic location.
The value *
in the CountryCode
element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name
and Type
elements.
Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode
is *
, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a *
resource record set, Amazon Route 53 returns a \"no answer\" response for queries from those locations. You cannot create non-geolocation resource record sets that have the same values for the Name
and Type\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TTL" : {
"documentation" : "The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
",
"name" : "TTL",
"c2jName" : "TTL",
"c2jShape" : "TTL",
"variable" : {
"variableName" : "tTL",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "tTL",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TTL",
"marshallLocationName" : "TTL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
\n@param tTL The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
. */",
"getterDocumentation" : "/**The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
\n@return The cache time to live for the current resource record set. Note the following: - If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
. */",
"fluentSetterDocumentation" : "/**The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
\n@param tTL The cache time to live for the current resource record set. Note the following: - If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The cache time to live for the current resource record set. Note the following:
- If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.
\n@param tTL The cache time to live for the current resource record set. Note the following: - If you're creating a non-alias resource record set,
TTL
is required. - If you're creating an alias resource record set, omit
TTL
. Amazon Route 53 uses the value of TTL
for the alias target. - If you're associating this resource record set with a health check (if you're adding a
HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status. - All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for
TTL
. - If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a
TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
. \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Weight" : {
"documentation" : "Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
",
"name" : "Weight",
"c2jName" : "Weight",
"c2jShape" : "ResourceRecordSetWeight",
"variable" : {
"variableName" : "weight",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "weight",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Weight",
"marshallLocationName" : "Weight",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@param weight Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following: - You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
*/",
"getterDocumentation" : "/**Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@return Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following: - You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
*/",
"fluentSetterDocumentation" : "/**Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@param weight Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following: - You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:
- You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@param weight Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following: - You must specify a value for the
Weight
element for every weighted resource record set. - You can only specify one
ResourceRecord
per weighted resource record set. - You cannot create latency, failover, or geolocation resource record sets that have the same values for the
Name
and Type
elements as weighted resource record sets. - You can create a maximum of 100 weighted resource record sets that have the same values for the
Name
and Type
elements. For weighted (but not weighted alias) resource record sets, if you set Weight
to 0
for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.
The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. ",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "DNSName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. \n@param name The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS.*/",
"getterDocumentation" : "/**The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. \n@return The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS.*/",
"fluentSetterDocumentation" : "/**The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. \n@param name The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain you want to perform the action on.
Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS. \n@param name The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical.
For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide
You can't use the * wildcard for resource records sets that have a type of NS.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListHostedZonesByNameResult" : {
"c2jName" : "ListHostedZonesByNameResponse",
"documentation" : "A complex type that contains the response for the request.
",
"shapeName" : "ListHostedZonesByNameResult",
"deprecated" : false,
"required" : [ "HostedZones", "IsTruncated", "MaxItems" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A complex type that contains information about the hosted zones associated with the current AWS account.
",
"name" : "HostedZones",
"c2jName" : "HostedZones",
"c2jShape" : "HostedZones",
"variable" : {
"variableName" : "hostedZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains information about the hosted zones associated with the current AWS account.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "hostedZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HostedZones",
"marshallLocationName" : "HostedZones",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "HostedZone",
"memberLocationName" : "HostedZone",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "HostedZone",
"variable" : {
"variableName" : "member",
"variableType" : "HostedZone",
"variableDeclarationType" : "HostedZone",
"documentation" : "",
"simpleType" : "HostedZone",
"variableSetterType" : "HostedZone"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "HostedZone",
"variableDeclarationType" : "HostedZone",
"documentation" : "",
"simpleType" : "HostedZone",
"variableSetterType" : "HostedZone"
},
"getterModel" : {
"returnType" : "HostedZone",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HostedZone",
"marshallLocationName" : "HostedZone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "HostedZone",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about the hosted zones associated with the current AWS account.
\n@param hostedZones A complex type that contains information about the hosted zones associated with the current AWS account.*/",
"getterDocumentation" : "/**A complex type that contains information about the hosted zones associated with the current AWS account.
\n@return A complex type that contains information about the hosted zones associated with the current AWS account.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about the hosted zones associated with the current AWS account.
\n@param hostedZones A complex type that contains information about the hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about the hosted zones associated with the current AWS account.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setHostedZones(java.util.Collection)} or {@link #withHostedZones(java.util.Collection)} if you want to override the existing values.
\n@param hostedZones A complex type that contains information about the hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The DNSName
value sent in the request.
",
"name" : "DNSName",
"c2jName" : "DNSName",
"c2jShape" : "DNSName",
"variable" : {
"variableName" : "dNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The DNSName
value sent in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DNSName",
"marshallLocationName" : "DNSName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The DNSName
value sent in the request.
\n@param dNSName The DNSName
value sent in the request.*/",
"getterDocumentation" : "/**The DNSName
value sent in the request.
\n@return The DNSName
value sent in the request.*/",
"fluentSetterDocumentation" : "/**The DNSName
value sent in the request.
\n@param dNSName The DNSName
value sent in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The DNSName
value sent in the request.
\n@param dNSName The DNSName
value sent in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The HostedZoneId
value sent in the request.
",
"name" : "HostedZoneId",
"c2jName" : "HostedZoneId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "hostedZoneId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The HostedZoneId
value sent in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "hostedZoneId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HostedZoneId",
"marshallLocationName" : "HostedZoneId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The HostedZoneId
value sent in the request.
\n@param hostedZoneId The HostedZoneId
value sent in the request.*/",
"getterDocumentation" : "/**The HostedZoneId
value sent in the request.
\n@return The HostedZoneId
value sent in the request.*/",
"fluentSetterDocumentation" : "/**The HostedZoneId
value sent in the request.
\n@param hostedZoneId The HostedZoneId
value sent in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The HostedZoneId
value sent in the request.
\n@param hostedZoneId The HostedZoneId
value sent in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
",
"name" : "IsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "PageTruncated",
"variable" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IsTruncated",
"marshallLocationName" : "IsTruncated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
\n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements. Valid Values: true
| false
*/",
"getterDocumentation" : "/**
A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
\n@return A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements. Valid Values: true
| false
*/",
"fluentSetterDocumentation" : "/**
A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
\n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements. Valid Values: true
| false
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
\n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements. Valid Values: true
| false
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
",
"name" : "NextDNSName",
"c2jName" : "NextDNSName",
"c2jShape" : "DNSName",
"variable" : {
"variableName" : "nextDNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextDNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextDNSName",
"marshallLocationName" : "NextDNSName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextDNSName If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.*/",
"getterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@return If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.*/",
"fluentSetterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextDNSName If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextDNSName If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
",
"name" : "NextHostedZoneId",
"c2jName" : "NextHostedZoneId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "nextHostedZoneId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextHostedZoneId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextHostedZoneId",
"marshallLocationName" : "NextHostedZoneId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextHostedZoneId If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.*/",
"getterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@return If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.*/",
"fluentSetterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextHostedZoneId If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextHostedZoneId If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"variable" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
\n@param maxItems The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.*/",
"getterDocumentation" : "/**The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
\n@return The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.*/",
"fluentSetterDocumentation" : "/**The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
\n@param maxItems The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
\n@param maxItems The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listHostedZonesByNameResult",
"variableType" : "ListHostedZonesByNameResult",
"variableDeclarationType" : "ListHostedZonesByNameResult",
"documentation" : null,
"simpleType" : "ListHostedZonesByNameResult",
"variableSetterType" : "ListHostedZonesByNameResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextHostedZoneId" : {
"documentation" : "If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
",
"name" : "NextHostedZoneId",
"c2jName" : "NextHostedZoneId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "nextHostedZoneId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextHostedZoneId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextHostedZoneId",
"marshallLocationName" : "NextHostedZoneId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextHostedZoneId If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.*/",
"getterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@return If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.*/",
"fluentSetterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextHostedZoneId If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextHostedZoneId If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HostedZones" : {
"documentation" : "A complex type that contains information about the hosted zones associated with the current AWS account.
",
"name" : "HostedZones",
"c2jName" : "HostedZones",
"c2jShape" : "HostedZones",
"variable" : {
"variableName" : "hostedZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains information about the hosted zones associated with the current AWS account.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "hostedZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HostedZones",
"marshallLocationName" : "HostedZones",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "HostedZone",
"memberLocationName" : "HostedZone",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "HostedZone",
"variable" : {
"variableName" : "member",
"variableType" : "HostedZone",
"variableDeclarationType" : "HostedZone",
"documentation" : "",
"simpleType" : "HostedZone",
"variableSetterType" : "HostedZone"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "HostedZone",
"variableDeclarationType" : "HostedZone",
"documentation" : "",
"simpleType" : "HostedZone",
"variableSetterType" : "HostedZone"
},
"getterModel" : {
"returnType" : "HostedZone",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HostedZone",
"marshallLocationName" : "HostedZone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "HostedZone",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about the hosted zones associated with the current AWS account.
\n@param hostedZones A complex type that contains information about the hosted zones associated with the current AWS account.*/",
"getterDocumentation" : "/**A complex type that contains information about the hosted zones associated with the current AWS account.
\n@return A complex type that contains information about the hosted zones associated with the current AWS account.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about the hosted zones associated with the current AWS account.
\n@param hostedZones A complex type that contains information about the hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about the hosted zones associated with the current AWS account.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setHostedZones(java.util.Collection)} or {@link #withHostedZones(java.util.Collection)} if you want to override the existing values.
\n@param hostedZones A complex type that contains information about the hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HostedZoneId" : {
"documentation" : "The HostedZoneId
value sent in the request.
",
"name" : "HostedZoneId",
"c2jName" : "HostedZoneId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "hostedZoneId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The HostedZoneId
value sent in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "hostedZoneId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HostedZoneId",
"marshallLocationName" : "HostedZoneId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The HostedZoneId
value sent in the request.
\n@param hostedZoneId The HostedZoneId
value sent in the request.*/",
"getterDocumentation" : "/**The HostedZoneId
value sent in the request.
\n@return The HostedZoneId
value sent in the request.*/",
"fluentSetterDocumentation" : "/**The HostedZoneId
value sent in the request.
\n@param hostedZoneId The HostedZoneId
value sent in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The HostedZoneId
value sent in the request.
\n@param hostedZoneId The HostedZoneId
value sent in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IsTruncated" : {
"documentation" : "A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
",
"name" : "IsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "PageTruncated",
"variable" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IsTruncated",
"marshallLocationName" : "IsTruncated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
\n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements. Valid Values: true
| false
*/",
"getterDocumentation" : "/**
A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
\n@return A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements. Valid Values: true
| false
*/",
"fluentSetterDocumentation" : "/**
A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
\n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements. Valid Values: true
| false
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements.
Valid Values: true
| false
\n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextDNSName
and NextHostedZoneId
elements. Valid Values: true
| false
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxItems" : {
"documentation" : "
The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"variable" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
\n@param maxItems The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.*/",
"getterDocumentation" : "/**The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
\n@return The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.*/",
"fluentSetterDocumentation" : "/**The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
\n@param maxItems The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.
\n@param maxItems The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems
, the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
. Call ListHostedZonesByName
again and specify the value of NextDNSName
and NextHostedZoneId
elements from the previous response to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DNSName" : {
"documentation" : "The DNSName
value sent in the request.
",
"name" : "DNSName",
"c2jName" : "DNSName",
"c2jShape" : "DNSName",
"variable" : {
"variableName" : "dNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The DNSName
value sent in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DNSName",
"marshallLocationName" : "DNSName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The DNSName
value sent in the request.
\n@param dNSName The DNSName
value sent in the request.*/",
"getterDocumentation" : "/**The DNSName
value sent in the request.
\n@return The DNSName
value sent in the request.*/",
"fluentSetterDocumentation" : "/**The DNSName
value sent in the request.
\n@param dNSName The DNSName
value sent in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The DNSName
value sent in the request.
\n@param dNSName The DNSName
value sent in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextDNSName" : {
"documentation" : "If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
",
"name" : "NextDNSName",
"c2jName" : "NextDNSName",
"c2jShape" : "DNSName",
"variable" : {
"variableName" : "nextDNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextDNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextDNSName",
"marshallLocationName" : "NextDNSName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextDNSName If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.*/",
"getterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@return If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.*/",
"fluentSetterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextDNSName If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.
\n@param nextDNSName If the value of IsTruncated
in the ListHostedZonesByNameResponse
is true
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request to ListHostedZonesByName
. Specify the value of NextDNSName
in the DNSName
parameter. Specify NextHostedZoneId
in the HostedZoneId
parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"HostedZoneNotEmptyException" : {
"c2jName" : "HostedZoneNotEmpty",
"documentation" : "The hosted zone contains resource record sets in addition to the default NS and SOA resource record sets. Before you can delete the hosted zone, you must delete the additional resource record sets.
",
"shapeName" : "HostedZoneNotEmptyException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "hostedZoneNotEmptyException",
"variableType" : "HostedZoneNotEmptyException",
"variableDeclarationType" : "HostedZoneNotEmptyException",
"documentation" : null,
"simpleType" : "HostedZoneNotEmptyException",
"variableSetterType" : "HostedZoneNotEmptyException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "HostedZoneNotEmpty",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RRType" : {
"c2jName" : "RRType",
"documentation" : "",
"shapeName" : "RRType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "SOA",
"value" : "SOA"
}, {
"name" : "A",
"value" : "A"
}, {
"name" : "TXT",
"value" : "TXT"
}, {
"name" : "NS",
"value" : "NS"
}, {
"name" : "CNAME",
"value" : "CNAME"
}, {
"name" : "MX",
"value" : "MX"
}, {
"name" : "PTR",
"value" : "PTR"
}, {
"name" : "SRV",
"value" : "SRV"
}, {
"name" : "SPF",
"value" : "SPF"
}, {
"name" : "AAAA",
"value" : "AAAA"
} ],
"variable" : {
"variableName" : "rRType",
"variableType" : "RRType",
"variableDeclarationType" : "RRType",
"documentation" : null,
"simpleType" : "RRType",
"variableSetterType" : "RRType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ConcurrentModificationException" : {
"c2jName" : "ConcurrentModification",
"documentation" : "Another user submitted a request to update the object at the same time that you did. Retry the request.
",
"shapeName" : "ConcurrentModificationException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "concurrentModificationException",
"variableType" : "ConcurrentModificationException",
"variableDeclarationType" : "ConcurrentModificationException",
"documentation" : null,
"simpleType" : "ConcurrentModificationException",
"variableSetterType" : "ConcurrentModificationException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ConcurrentModification",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetHealthCheckLastFailureReasonResult" : {
"c2jName" : "GetHealthCheckLastFailureReasonResponse",
"documentation" : "A complex type that contains information about the most recent failure for the specified health check.
",
"shapeName" : "GetHealthCheckLastFailureReasonResult",
"deprecated" : false,
"required" : [ "HealthCheckObservations" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.
",
"name" : "HealthCheckObservations",
"c2jName" : "HealthCheckObservations",
"c2jShape" : "HealthCheckObservations",
"variable" : {
"variableName" : "healthCheckObservations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "healthCheckObservations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckObservations",
"marshallLocationName" : "HealthCheckObservations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "HealthCheckObservation",
"memberLocationName" : "HealthCheckObservation",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "HealthCheckObservation",
"variable" : {
"variableName" : "member",
"variableType" : "HealthCheckObservation",
"variableDeclarationType" : "HealthCheckObservation",
"documentation" : "",
"simpleType" : "HealthCheckObservation",
"variableSetterType" : "HealthCheckObservation"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "HealthCheckObservation",
"variableDeclarationType" : "HealthCheckObservation",
"documentation" : "",
"simpleType" : "HealthCheckObservation",
"variableSetterType" : "HealthCheckObservation"
},
"getterModel" : {
"returnType" : "HealthCheckObservation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckObservation",
"marshallLocationName" : "HealthCheckObservation",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "HealthCheckObservation",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.
\n@param healthCheckObservations A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.*/",
"getterDocumentation" : "/**A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.
\n@return A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.*/",
"fluentSetterDocumentation" : "/**A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.
\n@param healthCheckObservations A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setHealthCheckObservations(java.util.Collection)} or {@link #withHealthCheckObservations(java.util.Collection)} if you want to override the existing values.
\n@param healthCheckObservations A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getHealthCheckLastFailureReasonResult",
"variableType" : "GetHealthCheckLastFailureReasonResult",
"variableDeclarationType" : "GetHealthCheckLastFailureReasonResult",
"documentation" : null,
"simpleType" : "GetHealthCheckLastFailureReasonResult",
"variableSetterType" : "GetHealthCheckLastFailureReasonResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"HealthCheckObservations" : {
"documentation" : "A list that contains one HealthCheckObservation
element for each Amazon Route 53 health checker.
",
"name" : "HealthCheckObservations",
"c2jName" : "HealthCheckObservations",
"c2jShape" : "HealthCheckObservations",
"variable" : {
"variableName" : "healthCheckObservations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "